vector<Dwarf_Off> types_to_canonicalize_;
vector<Dwarf_Off> alt_types_to_canonicalize_;
vector<Dwarf_Off> type_unit_types_to_canonicalize_;
+ vector<type_base_sptr> extra_types_to_canonicalize_;
string_classes_map decl_only_classes_map_;
die_tu_map_type die_tu_map_;
corpus_group_sptr cur_corpus_group_;
types_to_canonicalize_.clear();
alt_types_to_canonicalize_.clear();
type_unit_types_to_canonicalize_.clear();
+ extra_types_to_canonicalize_.clear();
decl_only_classes_map_.clear();
die_tu_map_.clear();
cur_corpus_group_.reset();
types_to_canonicalize(die_source source) const
{return const_cast<read_context*>(this)->types_to_canonicalize(source);}
+ /// Return a reference to the vector containing the types created
+ /// during the binary analysis but that are not tied to a given
+ /// DWARF DIE.
+ ///
+ /// @return reference to the vector containing the types created
+ /// during the binary analysis but that are not tied to a given
+ /// DWARF DIE.
+ const vector<type_base_sptr>&
+ extra_types_to_canonicalize() const
+ {return extra_types_to_canonicalize_;}
+
/// Clear the containers holding types to canonicalize.
void
clear_types_to_canonicalize()
types_to_canonicalize_.clear();
alt_types_to_canonicalize_.clear();
type_unit_types_to_canonicalize_.clear();
+ extra_types_to_canonicalize_.clear();
}
/// Put the offset of a DIE representing a type on a side vector so
types_to_canonicalize(source).push_back(o);
}
+ /// Types that were created but not tied to a particular DIE, must
+ /// be scheduled for late canonicalization using this method.
+ ///
+ /// @param t the type to schedule for late canonicalization.
+ void
+ schedule_type_for_late_canonicalization(const type_base_sptr &t)
+ {
+ extra_types_to_canonicalize_.push_back(t);
+ }
+
/// Canonicalize types which DIE offsets are stored in vectors on
/// the side. This is a sub-routine of
/// read_context::perform_late_type_canonicalizing().
if (do_log())
cerr << " DONE\n";
}
+
+ // Now canonicalize types that were created but not tied to
+ // any DIE.
+ if (!extra_types_to_canonicalize().empty())
+ {
+ size_t total = extra_types_to_canonicalize().size();
+ if (do_log())
+ cerr << total << " extra types to canonicalize\n";
+ size_t i = 1;
+ for (vector<type_base_sptr>::const_iterator it =
+ extra_types_to_canonicalize().begin();
+ it != extra_types_to_canonicalize().end();
+ ++it, ++i)
+ {
+ if (do_log())
+ {
+ cerr << "canonicalizing extra type "
+ << get_pretty_representation(*it, false)
+ << " [" << i << "/" << total << "]";
+ if (corpus_sptr c = current_corpus())
+ cerr << "@" << c->get_path();
+ cerr << " ...";
+ }
+ canonicalize(*it);
+ }
+ }
}
if (do_log())
cerr << "finished canonicalizing types. (source: "
///
/// @param t the type to strip const qualification from.
///
+/// @param ctxt the @ref read_context to use.
+///
/// @return the stripped type or just return @p t.
static decl_base_sptr
-maybe_strip_qualification(const qualified_type_def_sptr t)
+maybe_strip_qualification(const qualified_type_def_sptr t,
+ read_context &ctxt)
{
if (!t)
return t;
t->get_location()));
add_decl_to_scope(qual_type, is_decl(element_type)->get_scope());
array->set_element_type(qual_type);
+ ctxt.schedule_type_for_late_canonicalization(is_type(qual_type));
result = is_decl(u);
if (u->get_canonical_type())
// We shouldn't be editing types that were already
{
// Strip some potentially redundant type qualifiers from
// the qualified type we just built.
- decl_base_sptr d = maybe_strip_qualification(is_qualified_type(q));
+ decl_base_sptr d = maybe_strip_qualification(is_qualified_type(q),
+ ctxt);
if (!d)
d = get_type_declaration(q);
ABG_ASSERT(d);
</function-decl>
<!-- const demangle_operator_info[62] -->
- <array-type-def dimensions='1' type-id='type-id-1760' size-in-bits='11904' id='type-id-1761'>
+ <array-type-def dimensions='1' type-id='type-id-1747' size-in-bits='11904' id='type-id-1760'>
<!-- <anonymous range>[62] -->
- <subrange length='62' type-id='type-id-28' id='type-id-1762'/>
+ <subrange length='62' type-id='type-id-28' id='type-id-1761'/>
</array-type-def>
- <!-- const demangle_operator_info -->
- <qualified-type-def type-id='type-id-1746' const='yes' id='type-id-1760'/>
<!-- const demangle_operator_info __asan_cplus_demangle_operators[62] -->
- <var-decl name='__asan_cplus_demangle_operators' type-id='type-id-1761' mangled-name='__asan_cplus_demangle_operators' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libiberty/cp-demangle.c' line='1688' column='1' elf-symbol-id='__asan_cplus_demangle_operators'/>
+ <var-decl name='__asan_cplus_demangle_operators' type-id='type-id-1760' mangled-name='__asan_cplus_demangle_operators' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libiberty/cp-demangle.c' line='1688' column='1' elf-symbol-id='__asan_cplus_demangle_operators'/>
<!-- const demangle_builtin_type_info[33] -->
- <array-type-def dimensions='1' type-id='type-id-1763' size-in-bits='8448' id='type-id-1764'>
+ <array-type-def dimensions='1' type-id='type-id-1754' size-in-bits='8448' id='type-id-1762'>
<!-- <anonymous range>[33] -->
- <subrange length='33' type-id='type-id-28' id='type-id-1765'/>
+ <subrange length='33' type-id='type-id-28' id='type-id-1763'/>
</array-type-def>
- <!-- const demangle_builtin_type_info -->
- <qualified-type-def type-id='type-id-1752' const='yes' id='type-id-1763'/>
<!-- const demangle_builtin_type_info __asan_cplus_demangle_builtin_types[33] -->
- <var-decl name='__asan_cplus_demangle_builtin_types' type-id='type-id-1764' mangled-name='__asan_cplus_demangle_builtin_types' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libiberty/cp-demangle.c' line='2188' column='1' elf-symbol-id='__asan_cplus_demangle_builtin_types'/>
+ <var-decl name='__asan_cplus_demangle_builtin_types' type-id='type-id-1762' mangled-name='__asan_cplus_demangle_builtin_types' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libiberty/cp-demangle.c' line='2188' column='1' elf-symbol-id='__asan_cplus_demangle_builtin_types'/>
<!-- void free(void*) -->
<function-decl name='free' filepath='/usr/include/stdlib.h' line='488' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'void*' -->
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-ImG4Cf/gcc-4.9.2/x86_64-unknown-linux-gnu/libsanitizer/libbacktrace' language='LANG_C89'>
<!-- typedef long int __off_t -->
- <typedef-decl name='__off_t' type-id='type-id-293' filepath='/usr/include/bits/types.h' line='141' column='1' id='type-id-1766'/>
+ <typedef-decl name='__off_t' type-id='type-id-293' filepath='/usr/include/bits/types.h' line='141' column='1' id='type-id-1764'/>
<!-- typedef __off_t off_t -->
- <typedef-decl name='off_t' type-id='type-id-1766' filepath='/usr/include/sys/types.h' line='87' column='1' id='type-id-1767'/>
+ <typedef-decl name='off_t' type-id='type-id-1764' filepath='/usr/include/sys/types.h' line='87' column='1' id='type-id-1765'/>
<!-- struct backtrace_view -->
- <class-decl name='backtrace_view' size-in-bits='192' is-struct='yes' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/internal.h' line='169' column='1' id='type-id-1768'>
+ <class-decl name='backtrace_view' size-in-bits='192' is-struct='yes' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/internal.h' line='169' column='1' id='type-id-1766'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- void* backtrace_view::data -->
<var-decl name='data' type-id='type-id-3' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/internal.h' line='172' column='1'/>
</data-member>
</class-decl>
<!-- backtrace_view* -->
- <pointer-type-def type-id='type-id-1768' size-in-bits='64' id='type-id-1769'/>
+ <pointer-type-def type-id='type-id-1766' size-in-bits='64' id='type-id-1767'/>
<!-- int __asan_backtrace_get_view(backtrace_state*, int, off_t, size_t, backtrace_error_callback, void*, backtrace_view*) -->
<function-decl name='__asan_backtrace_get_view' mangled-name='__asan_backtrace_get_view' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='53' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__asan_backtrace_get_view'>
<!-- parameter of type 'backtrace_state*' -->
<!-- parameter of type 'int' -->
<parameter type-id='type-id-13' name='descriptor' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='54' column='1'/>
<!-- parameter of type 'typedef off_t' -->
- <parameter type-id='type-id-1767' name='offset' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='54' column='1'/>
+ <parameter type-id='type-id-1765' name='offset' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='54' column='1'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-1541' name='size' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='54' column='1'/>
<!-- parameter of type 'typedef backtrace_error_callback' -->
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-3' name='data' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='56' column='1'/>
<!-- parameter of type 'backtrace_view*' -->
- <parameter type-id='type-id-1769' name='view' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='56' column='1'/>
+ <parameter type-id='type-id-1767' name='view' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='56' column='1'/>
<!-- int -->
<return type-id='type-id-13'/>
</function-decl>
<!-- parameter of type 'backtrace_state*' -->
<parameter type-id='type-id-1718' name='state' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='87' column='1'/>
<!-- parameter of type 'backtrace_view*' -->
- <parameter type-id='type-id-1769' name='view' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='88' column='1'/>
+ <parameter type-id='type-id-1767' name='view' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='88' column='1'/>
<!-- parameter of type 'typedef backtrace_error_callback' -->
<parameter type-id='type-id-1706' name='error_callback' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='89' column='1'/>
<!-- parameter of type 'void*' -->
<!-- parameter of type 'int' -->
<parameter type-id='type-id-13'/>
<!-- parameter of type 'typedef __off_t' -->
- <parameter type-id='type-id-1766'/>
+ <parameter type-id='type-id-1764'/>
<!-- void* -->
<return type-id='type-id-3'/>
</function-decl>
<!-- hb_blob_t* -->
<return type-id='type-id-59'/>
</function-decl>
- <!-- const char -->
- <qualified-type-def type-id='type-id-28' const='yes' id='type-id-62'/>
<!-- void (void*) -->
<function-type size-in-bits='64' id='type-id-30'>
<!-- parameter of type 'void*' -->
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-buffer-serialize.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<!-- const char** -->
- <pointer-type-def type-id='type-id-50' size-in-bits='64' id='type-id-63'/>
+ <pointer-type-def type-id='type-id-50' size-in-bits='64' id='type-id-62'/>
<!-- const char** hb_buffer_serialize_list_formats() -->
<function-decl name='hb_buffer_serialize_list_formats' mangled-name='hb_buffer_serialize_list_formats' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='46' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_serialize_list_formats'>
<!-- const char** -->
- <return type-id='type-id-63'/>
+ <return type-id='type-id-62'/>
</function-decl>
<!-- enum hb_buffer_serialize_format_t -->
- <enum-decl name='hb_buffer_serialize_format_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='305' column='1' id='type-id-64'>
+ <enum-decl name='hb_buffer_serialize_format_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='305' column='1' id='type-id-63'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_BUFFER_SERIALIZE_FORMAT_TEXT' value='1413830740'/>
<enumerator name='HB_BUFFER_SERIALIZE_FORMAT_JSON' value='1246973774'/>
<!-- const char* hb_buffer_serialize_format_to_string(hb_buffer_serialize_format_t) -->
<function-decl name='hb_buffer_serialize_format_to_string' mangled-name='hb_buffer_serialize_format_to_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='80' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_serialize_format_to_string'>
<!-- parameter of type 'enum hb_buffer_serialize_format_t' -->
- <parameter type-id='type-id-64' name='format' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='80' column='1'/>
+ <parameter type-id='type-id-63' name='format' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='80' column='1'/>
<!-- const char* -->
<return type-id='type-id-50'/>
</function-decl>
<!-- struct hb_buffer_t -->
- <class-decl name='hb_buffer_t' size-in-bits='2752' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='46' column='1' id='type-id-65'>
+ <class-decl name='hb_buffer_t' size-in-bits='2752' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='46' column='1' id='type-id-64'>
<member-type access='public'>
<!-- typedef long int hb_buffer_t::scratch_buffer_t -->
- <typedef-decl name='scratch_buffer_t' type-id='type-id-39' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='190' column='1' id='type-id-66'/>
+ <typedef-decl name='scratch_buffer_t' type-id='type-id-39' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='190' column='1' id='type-id-65'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_object_header_t hb_buffer_t::header -->
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
<!-- hb_unicode_funcs_t* hb_buffer_t::unicode -->
- <var-decl name='unicode' type-id='type-id-67' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='51' column='1'/>
+ <var-decl name='unicode' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='51' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<!-- hb_buffer_flags_t hb_buffer_t::flags -->
- <var-decl name='flags' type-id='type-id-68' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='52' column='1'/>
+ <var-decl name='flags' type-id='type-id-67' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='52' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='992'>
<!-- hb_codepoint_t hb_buffer_t::replacement -->
- <var-decl name='replacement' type-id='type-id-69' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='53' column='1'/>
+ <var-decl name='replacement' type-id='type-id-68' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='53' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<!-- hb_buffer_content_type_t hb_buffer_t::content_type -->
- <var-decl name='content_type' type-id='type-id-70' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='56' column='1'/>
+ <var-decl name='content_type' type-id='type-id-69' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='56' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
<!-- hb_segment_properties_t hb_buffer_t::props -->
- <var-decl name='props' type-id='type-id-71' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='57' column='1'/>
+ <var-decl name='props' type-id='type-id-70' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='57' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1344'>
<!-- bool hb_buffer_t::in_error -->
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
<!-- hb_glyph_info_t* hb_buffer_t::info -->
- <var-decl name='info' type-id='type-id-72' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='68' column='1'/>
+ <var-decl name='info' type-id='type-id-71' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1600'>
<!-- hb_glyph_info_t* hb_buffer_t::out_info -->
- <var-decl name='out_info' type-id='type-id-72' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='69' column='1'/>
+ <var-decl name='out_info' type-id='type-id-71' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='69' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1664'>
<!-- hb_glyph_position_t* hb_buffer_t::pos -->
- <var-decl name='pos' type-id='type-id-73' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='70' column='1'/>
+ <var-decl name='pos' type-id='type-id-72' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1728'>
<!-- unsigned int hb_buffer_t::serial -->
</data-member>
<data-member access='public' layout-offset-in-bits='1760'>
<!-- uint8_t hb_buffer_t::allocated_var_bytes[8] -->
- <var-decl name='allocated_var_bytes' type-id='type-id-74' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='86' column='1'/>
+ <var-decl name='allocated_var_bytes' type-id='type-id-73' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='86' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1856'>
<!-- const char* hb_buffer_t::allocated_var_owner[8] -->
- <var-decl name='allocated_var_owner' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='87' column='1'/>
+ <var-decl name='allocated_var_owner' type-id='type-id-74' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='87' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_buffer_t::CONTEXT_LENGTH -->
- <var-decl name='CONTEXT_LENGTH' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='92' column='1'/>
+ <var-decl name='CONTEXT_LENGTH' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='92' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2368'>
<!-- hb_codepoint_t hb_buffer_t::context[2][5] -->
- <var-decl name='context' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='93' column='1'/>
+ <var-decl name='context' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='93' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2688'>
<!-- unsigned int hb_buffer_t::context_len[2] -->
- <var-decl name='context_len' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='94' column='1'/>
+ <var-decl name='context_len' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='94' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_buffer_t::_static_assertion_on_line_48() -->
<function-decl name='_static_assertion_on_line_48' mangled-name='_ZNK11hb_buffer_t28_static_assertion_on_line_48Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_buffer_t*' -->
- <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-78' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_glyph_info_t& hb_buffer_t::cur(unsigned int) -->
<function-decl name='cur' mangled-name='_ZN11hb_buffer_t3curEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- hb_glyph_info_t& -->
- <return type-id='type-id-81'/>
+ <return type-id='type-id-80'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_glyph_info_t hb_buffer_t::cur(unsigned int) -->
<function-decl name='cur' mangled-name='_ZNK11hb_buffer_t3curEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_buffer_t*' -->
- <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-78' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef hb_glyph_info_t -->
- <return type-id='type-id-82'/>
+ <return type-id='type-id-81'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_glyph_position_t& hb_buffer_t::cur_pos(unsigned int) -->
<function-decl name='cur_pos' mangled-name='_ZN11hb_buffer_t7cur_posEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='75' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- hb_glyph_position_t& -->
- <return type-id='type-id-83'/>
+ <return type-id='type-id-82'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_glyph_position_t hb_buffer_t::cur_pos(unsigned int) -->
<function-decl name='cur_pos' mangled-name='_ZNK11hb_buffer_t7cur_posEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_buffer_t*' -->
- <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-78' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef hb_glyph_position_t -->
- <return type-id='type-id-84'/>
+ <return type-id='type-id-83'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_glyph_info_t& hb_buffer_t::prev() -->
<function-decl name='prev' mangled-name='_ZN11hb_buffer_t4prevEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- hb_glyph_info_t& -->
- <return type-id='type-id-81'/>
+ <return type-id='type-id-80'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_glyph_info_t hb_buffer_t::prev() -->
<function-decl name='prev' mangled-name='_ZNK11hb_buffer_t4prevEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_buffer_t*' -->
- <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-78' is-artificial='yes'/>
<!-- typedef hb_glyph_info_t -->
- <return type-id='type-id-82'/>
+ <return type-id='type-id-81'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool hb_buffer_t::has_separate_output() -->
<function-decl name='has_separate_output' mangled-name='_ZNK11hb_buffer_t19has_separate_outputEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_buffer_t*' -->
- <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-78' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void hb_buffer_t::reset() -->
<function-decl name='reset' mangled-name='_ZN11hb_buffer_t5resetEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::clear() -->
<function-decl name='clear' mangled-name='_ZN11hb_buffer_t5clearEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- unsigned int hb_buffer_t::backtrack_len() -->
<function-decl name='backtrack_len' mangled-name='_ZNK11hb_buffer_t13backtrack_lenEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='102' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_buffer_t*' -->
- <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-78' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- unsigned int hb_buffer_t::lookahead_len() -->
<function-decl name='lookahead_len' mangled-name='_ZNK11hb_buffer_t13lookahead_lenEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_buffer_t*' -->
- <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-78' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- unsigned int hb_buffer_t::next_serial() -->
<function-decl name='next_serial' mangled-name='_ZN11hb_buffer_t11next_serialEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- void hb_buffer_t::allocate_var(unsigned int, unsigned int, const char*) -->
<function-decl name='allocate_var' mangled-name='_ZN11hb_buffer_t12allocate_varEjjPKc' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- void hb_buffer_t::deallocate_var(unsigned int, unsigned int, const char*) -->
<function-decl name='deallocate_var' mangled-name='_ZN11hb_buffer_t14deallocate_varEjjPKc' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='109' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- void hb_buffer_t::assert_var(unsigned int, unsigned int, const char*) -->
<function-decl name='assert_var' mangled-name='_ZN11hb_buffer_t10assert_varEjjPKc' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- void hb_buffer_t::deallocate_var_all() -->
<function-decl name='deallocate_var_all' mangled-name='_ZN11hb_buffer_t18deallocate_var_allEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::add(hb_codepoint_t, unsigned int) -->
<function-decl name='add' mangled-name='_ZN11hb_buffer_t3addEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='113' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_buffer_t::add_info(const hb_glyph_info_t&) -->
<function-decl name='add_info' mangled-name='_ZN11hb_buffer_t8add_infoERK15hb_glyph_info_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'const hb_glyph_info_t&' -->
- <parameter type-id='type-id-85'/>
+ <parameter type-id='type-id-84'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::reverse_range(unsigned int, unsigned int) -->
<function-decl name='reverse_range' mangled-name='_ZN11hb_buffer_t13reverse_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='117' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- void hb_buffer_t::reverse() -->
<function-decl name='reverse' mangled-name='_ZN11hb_buffer_t7reverseEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::reverse_clusters() -->
<function-decl name='reverse_clusters' mangled-name='_ZN11hb_buffer_t16reverse_clustersEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::guess_segment_properties() -->
<function-decl name='guess_segment_properties' mangled-name='_ZN11hb_buffer_t24guess_segment_propertiesEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::swap_buffers() -->
<function-decl name='swap_buffers' mangled-name='_ZN11hb_buffer_t12swap_buffersEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::remove_output() -->
<function-decl name='remove_output' mangled-name='_ZN11hb_buffer_t13remove_outputEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::clear_output() -->
<function-decl name='clear_output' mangled-name='_ZN11hb_buffer_t12clear_outputEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::clear_positions() -->
<function-decl name='clear_positions' mangled-name='_ZN11hb_buffer_t15clear_positionsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='125' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::replace_glyphs(unsigned int, unsigned int, const hb_codepoint_t*) -->
<function-decl name='replace_glyphs' mangled-name='_ZN11hb_buffer_t14replace_glyphsEjjPKj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'const hb_codepoint_t*' -->
- <parameter type-id='type-id-86'/>
+ <parameter type-id='type-id-85'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::replace_glyph(hb_codepoint_t) -->
<function-decl name='replace_glyph' mangled-name='_ZN11hb_buffer_t13replace_glyphEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::output_glyph(hb_codepoint_t) -->
<function-decl name='output_glyph' mangled-name='_ZN11hb_buffer_t12output_glyphEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::output_info(const hb_glyph_info_t&) -->
<function-decl name='output_info' mangled-name='_ZN11hb_buffer_t11output_infoERK15hb_glyph_info_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'const hb_glyph_info_t&' -->
- <parameter type-id='type-id-85'/>
+ <parameter type-id='type-id-84'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::copy_glyph() -->
<function-decl name='copy_glyph' mangled-name='_ZN11hb_buffer_t10copy_glyphEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool hb_buffer_t::move_to(unsigned int) -->
<function-decl name='move_to' mangled-name='_ZN11hb_buffer_t7move_toEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- void hb_buffer_t::next_glyph() -->
<function-decl name='next_glyph' mangled-name='_ZN11hb_buffer_t10next_glyphEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::skip_glyph() -->
<function-decl name='skip_glyph' mangled-name='_ZN11hb_buffer_t10skip_glyphEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='156' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::reset_masks(hb_mask_t) -->
<function-decl name='reset_masks' mangled-name='_ZN11hb_buffer_t11reset_masksEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='158' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_mask_t' -->
- <parameter type-id='type-id-87'/>
+ <parameter type-id='type-id-86'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::add_masks(hb_mask_t) -->
<function-decl name='add_masks' mangled-name='_ZN11hb_buffer_t9add_masksEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='163' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_mask_t' -->
- <parameter type-id='type-id-87'/>
+ <parameter type-id='type-id-86'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_t::set_masks(hb_mask_t, hb_mask_t, unsigned int, unsigned int) -->
<function-decl name='set_masks' mangled-name='_ZN11hb_buffer_t9set_masksEjjjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='168' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_mask_t' -->
- <parameter type-id='type-id-87'/>
+ <parameter type-id='type-id-86'/>
<!-- parameter of type 'typedef hb_mask_t' -->
- <parameter type-id='type-id-87'/>
+ <parameter type-id='type-id-86'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- void hb_buffer_t::merge_clusters(unsigned int, unsigned int) -->
<function-decl name='merge_clusters' mangled-name='_ZN11hb_buffer_t14merge_clustersEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='173' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- void hb_buffer_t::merge_out_clusters(unsigned int, unsigned int) -->
<function-decl name='merge_out_clusters' mangled-name='_ZN11hb_buffer_t18merge_out_clustersEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- bool hb_buffer_t::enlarge(unsigned int) -->
<function-decl name='enlarge' mangled-name='_ZN11hb_buffer_t7enlargeEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='179' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool hb_buffer_t::ensure(unsigned int) -->
<function-decl name='ensure' mangled-name='_ZN11hb_buffer_t6ensureEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool hb_buffer_t::ensure_inplace(unsigned int) -->
<function-decl name='ensure_inplace' mangled-name='_ZN11hb_buffer_t14ensure_inplaceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='184' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool hb_buffer_t::make_room_for(unsigned int, unsigned int) -->
<function-decl name='make_room_for' mangled-name='_ZN11hb_buffer_t13make_room_forEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='187' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- bool hb_buffer_t::shift_forward(unsigned int) -->
<function-decl name='shift_forward' mangled-name='_ZN11hb_buffer_t13shift_forwardEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='188' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- hb_buffer_t::scratch_buffer_t* hb_buffer_t::get_scratch_buffer(unsigned int*) -->
<function-decl name='get_scratch_buffer' mangled-name='_ZN11hb_buffer_t18get_scratch_bufferEPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='191' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- hb_buffer_t::scratch_buffer_t* -->
- <return type-id='type-id-88'/>
+ <return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- void hb_buffer_t::clear_context(unsigned int) -->
<function-decl name='clear_context' mangled-name='_ZN11hb_buffer_t13clear_contextEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
</member-function>
</class-decl>
<!-- struct hb_unicode_funcs_t -->
- <class-decl name='hb_unicode_funcs_t' size-in-bits='2560' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='64' column='1' id='type-id-89'>
+ <class-decl name='hb_unicode_funcs_t' size-in-bits='2560' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='64' column='1' id='type-id-88'>
<member-type access='public'>
<!-- struct {hb_unicode_combining_class_func_t combining_class; hb_unicode_eastasian_width_func_t eastasian_width; hb_unicode_general_category_func_t general_category; hb_unicode_mirroring_func_t mirroring; hb_unicode_script_func_t script; hb_unicode_compose_func_t compose; hb_unicode_decompose_func_t decompose; hb_unicode_decompose_compatibility_func_t decompose_compatibility;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='203' column='1' id='type-id-90'>
+ <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='203' column='1' id='type-id-89'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_unicode_combining_class_func_t combining_class -->
- <var-decl name='combining_class' type-id='type-id-91' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='combining_class' type-id='type-id-90' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_unicode_eastasian_width_func_t eastasian_width -->
- <var-decl name='eastasian_width' type-id='type-id-92' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='eastasian_width' type-id='type-id-91' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- hb_unicode_general_category_func_t general_category -->
- <var-decl name='general_category' type-id='type-id-93' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='general_category' type-id='type-id-92' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- hb_unicode_mirroring_func_t mirroring -->
- <var-decl name='mirroring' type-id='type-id-94' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='mirroring' type-id='type-id-93' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- hb_unicode_script_func_t script -->
- <var-decl name='script' type-id='type-id-95' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='script' type-id='type-id-94' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- hb_unicode_compose_func_t compose -->
- <var-decl name='compose' type-id='type-id-96' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='compose' type-id='type-id-95' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- hb_unicode_decompose_func_t decompose -->
- <var-decl name='decompose' type-id='type-id-97' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='decompose' type-id='type-id-96' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- hb_unicode_decompose_compatibility_func_t decompose_compatibility -->
- <var-decl name='decompose_compatibility' type-id='type-id-98' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='decompose_compatibility' type-id='type-id-97' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='public'>
<!-- struct {void* combining_class; void* eastasian_width; void* general_category; void* mirroring; void* script; void* compose; void* decompose; void* decompose_compatibility;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='209' column='1' id='type-id-99'>
+ <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='209' column='1' id='type-id-98'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- void* combining_class -->
<var-decl name='combining_class' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='211' column='1'/>
</member-type>
<member-type access='public'>
<!-- struct {hb_destroy_func_t combining_class; hb_destroy_func_t eastasian_width; hb_destroy_func_t general_category; hb_destroy_func_t mirroring; hb_destroy_func_t script; hb_destroy_func_t compose; hb_destroy_func_t decompose; hb_destroy_func_t decompose_compatibility;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='215' column='1' id='type-id-100'>
+ <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='215' column='1' id='type-id-99'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_destroy_func_t combining_class -->
<var-decl name='combining_class' type-id='type-id-21' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='217' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
<!-- hb_unicode_funcs_t* hb_unicode_funcs_t::parent -->
- <var-decl name='parent' type-id='type-id-67' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='68' column='1'/>
+ <var-decl name='parent' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<!-- bool hb_unicode_funcs_t::immutable -->
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<!-- struct {hb_unicode_combining_class_func_t combining_class; hb_unicode_eastasian_width_func_t eastasian_width; hb_unicode_general_category_func_t general_category; hb_unicode_mirroring_func_t mirroring; hb_unicode_script_func_t script; hb_unicode_compose_func_t compose; hb_unicode_decompose_func_t decompose; hb_unicode_decompose_compatibility_func_t decompose_compatibility;} hb_unicode_funcs_t::func -->
- <var-decl name='func' type-id='type-id-90' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='207' column='1'/>
+ <var-decl name='func' type-id='type-id-89' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='207' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
<!-- struct {void* combining_class; void* eastasian_width; void* general_category; void* mirroring; void* script; void* compose; void* decompose; void* decompose_compatibility;} hb_unicode_funcs_t::user_data -->
- <var-decl name='user_data' type-id='type-id-99' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='213' column='1'/>
+ <var-decl name='user_data' type-id='type-id-98' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='213' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2048'>
<!-- struct {hb_destroy_func_t combining_class; hb_destroy_func_t eastasian_width; hb_destroy_func_t general_category; hb_destroy_func_t mirroring; hb_destroy_func_t script; hb_destroy_func_t compose; hb_destroy_func_t decompose; hb_destroy_func_t decompose_compatibility;} hb_unicode_funcs_t::destroy -->
- <var-decl name='destroy' type-id='type-id-100' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='219' column='1'/>
+ <var-decl name='destroy' type-id='type-id-99' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='219' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_unicode_funcs_t::_static_assertion_on_line_66() -->
<function-decl name='_static_assertion_on_line_66' mangled-name='_ZNK18hb_unicode_funcs_t28_static_assertion_on_line_66Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-101' is-artificial='yes'/>
+ <parameter type-id='type-id-100' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_unicode_combining_class_t hb_unicode_funcs_t::combining_class(hb_codepoint_t) -->
<function-decl name='combining_class' mangled-name='_ZN18hb_unicode_funcs_t15combining_classEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' is-artificial='yes'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- enum hb_unicode_combining_class_t -->
- <return type-id='type-id-102'/>
+ <return type-id='type-id-101'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int hb_unicode_funcs_t::eastasian_width(hb_codepoint_t) -->
<function-decl name='eastasian_width' mangled-name='_ZN18hb_unicode_funcs_t15eastasian_widthEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' is-artificial='yes'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- hb_unicode_general_category_t hb_unicode_funcs_t::general_category(hb_codepoint_t) -->
<function-decl name='general_category' mangled-name='_ZN18hb_unicode_funcs_t16general_categoryEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' is-artificial='yes'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- enum hb_unicode_general_category_t -->
- <return type-id='type-id-103'/>
+ <return type-id='type-id-102'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_codepoint_t hb_unicode_funcs_t::mirroring(hb_codepoint_t) -->
<function-decl name='mirroring' mangled-name='_ZN18hb_unicode_funcs_t9mirroringEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' is-artificial='yes'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_codepoint_t -->
- <return type-id='type-id-69'/>
+ <return type-id='type-id-68'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_script_t hb_unicode_funcs_t::script(hb_codepoint_t) -->
<function-decl name='script' mangled-name='_ZN18hb_unicode_funcs_t6scriptEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' is-artificial='yes'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- enum hb_script_t -->
- <return type-id='type-id-104'/>
+ <return type-id='type-id-103'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_bool_t hb_unicode_funcs_t::compose(hb_codepoint_t, hb_codepoint_t, hb_codepoint_t*) -->
<function-decl name='compose' mangled-name='_ZN18hb_unicode_funcs_t7composeEjjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='77' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' is-artificial='yes'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_unicode_funcs_t::decompose(hb_codepoint_t, hb_codepoint_t*, hb_codepoint_t*) -->
<function-decl name='decompose' mangled-name='_ZN18hb_unicode_funcs_t9decomposeEjPjS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='85' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' is-artificial='yes'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- unsigned int hb_unicode_funcs_t::decompose_compatibility(hb_codepoint_t, hb_codepoint_t*) -->
<function-decl name='decompose_compatibility' mangled-name='_ZN18hb_unicode_funcs_t23decompose_compatibilityEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' is-artificial='yes'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- unsigned int hb_unicode_funcs_t::modified_combining_class(hb_codepoint_t) -->
<function-decl name='modified_combining_class' mangled-name='_ZN18hb_unicode_funcs_t24modified_combining_classEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' is-artificial='yes'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- hb_bool_t hb_unicode_funcs_t::is_variation_selector() -->
<function-decl name='is_variation_selector' mangled-name='_ZN18hb_unicode_funcs_t21is_variation_selectorEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_unicode_funcs_t::is_default_ignorable() -->
<function-decl name='is_default_ignorable' mangled-name='_ZN18hb_unicode_funcs_t20is_default_ignorableEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='169' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
</member-function>
</class-decl>
<!-- enum hb_unicode_combining_class_t -->
- <enum-decl name='hb_unicode_combining_class_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='87' column='1' id='type-id-102'>
+ <enum-decl name='hb_unicode_combining_class_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='87' column='1' id='type-id-101'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_UNICODE_COMBINING_CLASS_NOT_REORDERED' value='0'/>
<enumerator name='HB_UNICODE_COMBINING_CLASS_OVERLAY' value='1'/>
<enumerator name='HB_UNICODE_COMBINING_CLASS_INVALID' value='255'/>
</enum-decl>
<!-- typedef hb_unicode_funcs_t hb_unicode_funcs_t -->
- <typedef-decl name='hb_unicode_funcs_t' type-id='type-id-89' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='171' column='1' id='type-id-106'/>
+ <typedef-decl name='hb_unicode_funcs_t' type-id='type-id-88' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='171' column='1' id='type-id-105'/>
<!-- hb_unicode_funcs_t* -->
- <pointer-type-def type-id='type-id-106' size-in-bits='64' id='type-id-67'/>
+ <pointer-type-def type-id='type-id-105' size-in-bits='64' id='type-id-66'/>
<!-- typedef unsigned int uint32_t -->
- <typedef-decl name='uint32_t' type-id='type-id-10' filepath='/usr/include/stdint.h' line='52' column='1' id='type-id-107'/>
+ <typedef-decl name='uint32_t' type-id='type-id-10' filepath='/usr/include/stdint.h' line='52' column='1' id='type-id-106'/>
<!-- typedef uint32_t hb_codepoint_t -->
- <typedef-decl name='hb_codepoint_t' type-id='type-id-107' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='75' column='1' id='type-id-69'/>
+ <typedef-decl name='hb_codepoint_t' type-id='type-id-106' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='75' column='1' id='type-id-68'/>
<!-- enum hb_unicode_combining_class_t (hb_unicode_funcs_t*, typedef hb_codepoint_t, void*)* -->
- <pointer-type-def type-id='type-id-108' size-in-bits='64' id='type-id-109'/>
+ <pointer-type-def type-id='type-id-107' size-in-bits='64' id='type-id-108'/>
<!-- typedef enum hb_unicode_combining_class_t (hb_unicode_funcs_t*, typedef hb_codepoint_t, void*)* hb_unicode_combining_class_func_t -->
- <typedef-decl name='hb_unicode_combining_class_func_t' type-id='type-id-109' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='224' column='1' id='type-id-91'/>
+ <typedef-decl name='hb_unicode_combining_class_func_t' type-id='type-id-108' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='224' column='1' id='type-id-90'/>
<!-- unsigned int (hb_unicode_funcs_t*, typedef hb_codepoint_t, void*)* -->
- <pointer-type-def type-id='type-id-110' size-in-bits='64' id='type-id-111'/>
+ <pointer-type-def type-id='type-id-109' size-in-bits='64' id='type-id-110'/>
<!-- typedef unsigned int (hb_unicode_funcs_t*, typedef hb_codepoint_t, void*)* hb_unicode_eastasian_width_func_t -->
- <typedef-decl name='hb_unicode_eastasian_width_func_t' type-id='type-id-111' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='227' column='1' id='type-id-92'/>
+ <typedef-decl name='hb_unicode_eastasian_width_func_t' type-id='type-id-110' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='227' column='1' id='type-id-91'/>
<!-- enum hb_unicode_general_category_t -->
- <enum-decl name='hb_unicode_general_category_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='46' column='1' id='type-id-103'>
+ <enum-decl name='hb_unicode_general_category_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='46' column='1' id='type-id-102'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_UNICODE_GENERAL_CATEGORY_CONTROL' value='0'/>
<enumerator name='HB_UNICODE_GENERAL_CATEGORY_FORMAT' value='1'/>
<enumerator name='HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR' value='29'/>
</enum-decl>
<!-- enum hb_unicode_general_category_t (hb_unicode_funcs_t*, typedef hb_codepoint_t, void*)* -->
- <pointer-type-def type-id='type-id-112' size-in-bits='64' id='type-id-113'/>
+ <pointer-type-def type-id='type-id-111' size-in-bits='64' id='type-id-112'/>
<!-- typedef enum hb_unicode_general_category_t (hb_unicode_funcs_t*, typedef hb_codepoint_t, void*)* hb_unicode_general_category_func_t -->
- <typedef-decl name='hb_unicode_general_category_func_t' type-id='type-id-113' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='230' column='1' id='type-id-93'/>
+ <typedef-decl name='hb_unicode_general_category_func_t' type-id='type-id-112' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='230' column='1' id='type-id-92'/>
<!-- typedef hb_codepoint_t (hb_unicode_funcs_t*, typedef hb_codepoint_t, void*)* -->
- <pointer-type-def type-id='type-id-114' size-in-bits='64' id='type-id-115'/>
+ <pointer-type-def type-id='type-id-113' size-in-bits='64' id='type-id-114'/>
<!-- typedef typedef hb_codepoint_t (hb_unicode_funcs_t*, typedef hb_codepoint_t, void*)* hb_unicode_mirroring_func_t -->
- <typedef-decl name='hb_unicode_mirroring_func_t' type-id='type-id-115' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='233' column='1' id='type-id-94'/>
+ <typedef-decl name='hb_unicode_mirroring_func_t' type-id='type-id-114' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='233' column='1' id='type-id-93'/>
<!-- enum hb_script_t -->
- <enum-decl name='hb_script_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='157' column='1' id='type-id-104'>
+ <enum-decl name='hb_script_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='157' column='1' id='type-id-103'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_SCRIPT_COMMON' value='1517910393'/>
<enumerator name='HB_SCRIPT_INHERITED' value='1516858984'/>
<enumerator name='_HB_SCRIPT_MAX_VALUE_SIGNED' value='2147483647'/>
</enum-decl>
<!-- enum hb_script_t (hb_unicode_funcs_t*, typedef hb_codepoint_t, void*)* -->
- <pointer-type-def type-id='type-id-116' size-in-bits='64' id='type-id-117'/>
+ <pointer-type-def type-id='type-id-115' size-in-bits='64' id='type-id-116'/>
<!-- typedef enum hb_script_t (hb_unicode_funcs_t*, typedef hb_codepoint_t, void*)* hb_unicode_script_func_t -->
- <typedef-decl name='hb_unicode_script_func_t' type-id='type-id-117' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='236' column='1' id='type-id-95'/>
+ <typedef-decl name='hb_unicode_script_func_t' type-id='type-id-116' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='236' column='1' id='type-id-94'/>
<!-- hb_codepoint_t* -->
- <pointer-type-def type-id='type-id-69' size-in-bits='64' id='type-id-105'/>
+ <pointer-type-def type-id='type-id-68' size-in-bits='64' id='type-id-104'/>
<!-- typedef hb_bool_t (hb_unicode_funcs_t*, typedef hb_codepoint_t, typedef hb_codepoint_t, hb_codepoint_t*, void*)* -->
- <pointer-type-def type-id='type-id-118' size-in-bits='64' id='type-id-119'/>
+ <pointer-type-def type-id='type-id-117' size-in-bits='64' id='type-id-118'/>
<!-- typedef typedef hb_bool_t (hb_unicode_funcs_t*, typedef hb_codepoint_t, typedef hb_codepoint_t, hb_codepoint_t*, void*)* hb_unicode_compose_func_t -->
- <typedef-decl name='hb_unicode_compose_func_t' type-id='type-id-119' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='242' column='1' id='type-id-96'/>
+ <typedef-decl name='hb_unicode_compose_func_t' type-id='type-id-118' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='242' column='1' id='type-id-95'/>
<!-- typedef hb_bool_t (hb_unicode_funcs_t*, typedef hb_codepoint_t, hb_codepoint_t*, hb_codepoint_t*, void*)* -->
- <pointer-type-def type-id='type-id-120' size-in-bits='64' id='type-id-121'/>
+ <pointer-type-def type-id='type-id-119' size-in-bits='64' id='type-id-120'/>
<!-- typedef typedef hb_bool_t (hb_unicode_funcs_t*, typedef hb_codepoint_t, hb_codepoint_t*, hb_codepoint_t*, void*)* hb_unicode_decompose_func_t -->
- <typedef-decl name='hb_unicode_decompose_func_t' type-id='type-id-121' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='247' column='1' id='type-id-97'/>
+ <typedef-decl name='hb_unicode_decompose_func_t' type-id='type-id-120' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='247' column='1' id='type-id-96'/>
<!-- unsigned int (hb_unicode_funcs_t*, typedef hb_codepoint_t, hb_codepoint_t*, void*)* -->
- <pointer-type-def type-id='type-id-122' size-in-bits='64' id='type-id-123'/>
+ <pointer-type-def type-id='type-id-121' size-in-bits='64' id='type-id-122'/>
<!-- typedef unsigned int (hb_unicode_funcs_t*, typedef hb_codepoint_t, hb_codepoint_t*, void*)* hb_unicode_decompose_compatibility_func_t -->
- <typedef-decl name='hb_unicode_decompose_compatibility_func_t' type-id='type-id-123' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='270' column='1' id='type-id-98'/>
+ <typedef-decl name='hb_unicode_decompose_compatibility_func_t' type-id='type-id-122' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='270' column='1' id='type-id-97'/>
<!-- const hb_unicode_funcs_t -->
- <qualified-type-def type-id='type-id-89' const='yes' id='type-id-124'/>
+ <qualified-type-def type-id='type-id-88' const='yes' id='type-id-123'/>
<!-- const hb_unicode_funcs_t* -->
- <pointer-type-def type-id='type-id-124' size-in-bits='64' id='type-id-101'/>
+ <pointer-type-def type-id='type-id-123' size-in-bits='64' id='type-id-100'/>
<!-- enum hb_buffer_flags_t -->
- <enum-decl name='hb_buffer_flags_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='174' column='1' id='type-id-68'>
+ <enum-decl name='hb_buffer_flags_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='174' column='1' id='type-id-67'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_BUFFER_FLAG_DEFAULT' value='0'/>
<enumerator name='HB_BUFFER_FLAG_BOT' value='1'/>
<enumerator name='HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES' value='4'/>
</enum-decl>
<!-- enum hb_buffer_content_type_t -->
- <enum-decl name='hb_buffer_content_type_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='119' column='1' id='type-id-70'>
+ <enum-decl name='hb_buffer_content_type_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='119' column='1' id='type-id-69'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_BUFFER_CONTENT_TYPE_INVALID' value='0'/>
<enumerator name='HB_BUFFER_CONTENT_TYPE_UNICODE' value='1'/>
<enumerator name='HB_BUFFER_CONTENT_TYPE_GLYPHS' value='2'/>
</enum-decl>
<!-- struct hb_segment_properties_t -->
- <class-decl name='hb_segment_properties_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='65' column='1' id='type-id-125'>
+ <class-decl name='hb_segment_properties_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='65' column='1' id='type-id-124'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_direction_t hb_segment_properties_t::direction -->
- <var-decl name='direction' type-id='type-id-126' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='66' column='1'/>
+ <var-decl name='direction' type-id='type-id-125' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='66' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- hb_script_t hb_segment_properties_t::script -->
- <var-decl name='script' type-id='type-id-104' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='67' column='1'/>
+ <var-decl name='script' type-id='type-id-103' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='67' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_language_t hb_segment_properties_t::language -->
- <var-decl name='language' type-id='type-id-127' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='68' column='1'/>
+ <var-decl name='language' type-id='type-id-126' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- void* hb_segment_properties_t::reserved1 -->
</data-member>
</class-decl>
<!-- enum hb_direction_t -->
- <enum-decl name='hb_direction_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='111' column='1' id='type-id-126'>
+ <enum-decl name='hb_direction_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='111' column='1' id='type-id-125'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_DIRECTION_INVALID' value='0'/>
<enumerator name='HB_DIRECTION_LTR' value='4'/>
<enumerator name='HB_DIRECTION_BTT' value='7'/>
</enum-decl>
<!-- struct hb_language_impl_t -->
- <class-decl name='hb_language_impl_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='167' column='1' id='type-id-128'>
+ <class-decl name='hb_language_impl_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='167' column='1' id='type-id-127'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char hb_language_impl_t::s[1] -->
- <var-decl name='s' type-id='type-id-129' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='168' column='1'/>
+ <var-decl name='s' type-id='type-id-128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='168' column='1'/>
</data-member>
</class-decl>
<!-- const hb_language_impl_t -->
- <qualified-type-def type-id='type-id-128' const='yes' id='type-id-130'/>
+ <qualified-type-def type-id='type-id-127' const='yes' id='type-id-129'/>
<!-- const hb_language_impl_t* -->
- <pointer-type-def type-id='type-id-130' size-in-bits='64' id='type-id-131'/>
+ <pointer-type-def type-id='type-id-129' size-in-bits='64' id='type-id-130'/>
<!-- typedef const hb_language_impl_t* hb_language_t -->
- <typedef-decl name='hb_language_t' type-id='type-id-131' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='137' column='1' id='type-id-127'/>
+ <typedef-decl name='hb_language_t' type-id='type-id-130' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='137' column='1' id='type-id-126'/>
<!-- typedef hb_segment_properties_t hb_segment_properties_t -->
- <typedef-decl name='hb_segment_properties_t' type-id='type-id-125' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='72' column='1' id='type-id-71'/>
+ <typedef-decl name='hb_segment_properties_t' type-id='type-id-124' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='72' column='1' id='type-id-70'/>
<!-- struct hb_glyph_info_t -->
- <class-decl name='hb_glyph_info_t' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='44' column='1' id='type-id-132'>
+ <class-decl name='hb_glyph_info_t' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='44' column='1' id='type-id-131'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_codepoint_t hb_glyph_info_t::codepoint -->
- <var-decl name='codepoint' type-id='type-id-69' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='45' column='1'/>
+ <var-decl name='codepoint' type-id='type-id-68' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='45' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- hb_mask_t hb_glyph_info_t::mask -->
- <var-decl name='mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='46' column='1'/>
+ <var-decl name='mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='46' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- uint32_t hb_glyph_info_t::cluster -->
- <var-decl name='cluster' type-id='type-id-107' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='47' column='1'/>
+ <var-decl name='cluster' type-id='type-id-106' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<!-- hb_var_int_t hb_glyph_info_t::var1 -->
- <var-decl name='var1' type-id='type-id-133' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='50' column='1'/>
+ <var-decl name='var1' type-id='type-id-132' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- hb_var_int_t hb_glyph_info_t::var2 -->
- <var-decl name='var2' type-id='type-id-133' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='51' column='1'/>
+ <var-decl name='var2' type-id='type-id-132' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='51' column='1'/>
</data-member>
</class-decl>
<!-- typedef uint32_t hb_mask_t -->
- <typedef-decl name='hb_mask_t' type-id='type-id-107' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='77' column='1' id='type-id-87'/>
+ <typedef-decl name='hb_mask_t' type-id='type-id-106' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='77' column='1' id='type-id-86'/>
<!-- union _hb_var_int_t -->
- <union-decl name='_hb_var_int_t' size-in-bits='32' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='79' column='1' id='type-id-134'>
+ <union-decl name='_hb_var_int_t' size-in-bits='32' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='79' column='1' id='type-id-133'>
<data-member access='private'>
<!-- uint32_t _hb_var_int_t::u32 -->
- <var-decl name='u32' type-id='type-id-107' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='80' column='1'/>
+ <var-decl name='u32' type-id='type-id-106' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='80' column='1'/>
</data-member>
<data-member access='private'>
<!-- int32_t _hb_var_int_t::i32 -->
- <var-decl name='i32' type-id='type-id-135' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='81' column='1'/>
+ <var-decl name='i32' type-id='type-id-134' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='81' column='1'/>
</data-member>
<data-member access='private'>
<!-- uint16_t _hb_var_int_t::u16[2] -->
- <var-decl name='u16' type-id='type-id-136' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='82' column='1'/>
+ <var-decl name='u16' type-id='type-id-135' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='82' column='1'/>
</data-member>
<data-member access='private'>
<!-- int16_t _hb_var_int_t::i16[2] -->
- <var-decl name='i16' type-id='type-id-137' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='83' column='1'/>
+ <var-decl name='i16' type-id='type-id-136' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='83' column='1'/>
</data-member>
<data-member access='private'>
<!-- uint8_t _hb_var_int_t::u8[4] -->
- <var-decl name='u8' type-id='type-id-138' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='84' column='1'/>
+ <var-decl name='u8' type-id='type-id-137' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='84' column='1'/>
</data-member>
<data-member access='private'>
<!-- int8_t _hb_var_int_t::i8[4] -->
- <var-decl name='i8' type-id='type-id-139' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='85' column='1'/>
+ <var-decl name='i8' type-id='type-id-138' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='85' column='1'/>
</data-member>
</union-decl>
<!-- typedef int int32_t -->
- <typedef-decl name='int32_t' type-id='type-id-4' filepath='/usr/include/stdint.h' line='39' column='1' id='type-id-135'/>
+ <typedef-decl name='int32_t' type-id='type-id-4' filepath='/usr/include/stdint.h' line='39' column='1' id='type-id-134'/>
<!-- unsigned short int -->
- <type-decl name='unsigned short int' size-in-bits='16' id='type-id-140'/>
+ <type-decl name='unsigned short int' size-in-bits='16' id='type-id-139'/>
<!-- typedef unsigned short int uint16_t -->
- <typedef-decl name='uint16_t' type-id='type-id-140' filepath='/usr/include/stdint.h' line='50' column='1' id='type-id-141'/>
+ <typedef-decl name='uint16_t' type-id='type-id-139' filepath='/usr/include/stdint.h' line='50' column='1' id='type-id-140'/>
<!-- uint16_t[2] -->
- <array-type-def dimensions='1' type-id='type-id-141' size-in-bits='32' id='type-id-136'>
+ <array-type-def dimensions='1' type-id='type-id-140' size-in-bits='32' id='type-id-135'>
<!-- <anonymous range>[2] -->
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
<!-- short int -->
- <type-decl name='short int' size-in-bits='16' id='type-id-142'/>
+ <type-decl name='short int' size-in-bits='16' id='type-id-141'/>
<!-- typedef short int int16_t -->
- <typedef-decl name='int16_t' type-id='type-id-142' filepath='/usr/include/stdint.h' line='38' column='1' id='type-id-143'/>
+ <typedef-decl name='int16_t' type-id='type-id-141' filepath='/usr/include/stdint.h' line='38' column='1' id='type-id-142'/>
<!-- int16_t[2] -->
- <array-type-def dimensions='1' type-id='type-id-143' size-in-bits='32' id='type-id-137'>
+ <array-type-def dimensions='1' type-id='type-id-142' size-in-bits='32' id='type-id-136'>
<!-- <anonymous range>[2] -->
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
<!-- unsigned char -->
- <type-decl name='unsigned char' size-in-bits='8' id='type-id-144'/>
+ <type-decl name='unsigned char' size-in-bits='8' id='type-id-143'/>
<!-- typedef unsigned char uint8_t -->
- <typedef-decl name='uint8_t' type-id='type-id-144' filepath='/usr/include/stdint.h' line='49' column='1' id='type-id-145'/>
+ <typedef-decl name='uint8_t' type-id='type-id-143' filepath='/usr/include/stdint.h' line='49' column='1' id='type-id-144'/>
<!-- uint8_t[4] -->
- <array-type-def dimensions='1' type-id='type-id-145' size-in-bits='32' id='type-id-138'>
+ <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='32' id='type-id-137'>
<!-- <anonymous range>[4] -->
- <subrange length='4' type-id='type-id-42' id='type-id-146'/>
+ <subrange length='4' type-id='type-id-42' id='type-id-145'/>
</array-type-def>
<!-- signed char -->
- <type-decl name='signed char' size-in-bits='8' id='type-id-147'/>
+ <type-decl name='signed char' size-in-bits='8' id='type-id-146'/>
<!-- typedef signed char int8_t -->
- <typedef-decl name='int8_t' type-id='type-id-147' filepath='/usr/include/stdint.h' line='37' column='1' id='type-id-148'/>
+ <typedef-decl name='int8_t' type-id='type-id-146' filepath='/usr/include/stdint.h' line='37' column='1' id='type-id-147'/>
<!-- int8_t[4] -->
- <array-type-def dimensions='1' type-id='type-id-148' size-in-bits='32' id='type-id-139'>
+ <array-type-def dimensions='1' type-id='type-id-147' size-in-bits='32' id='type-id-138'>
<!-- <anonymous range>[4] -->
- <subrange length='4' type-id='type-id-42' id='type-id-146'/>
+ <subrange length='4' type-id='type-id-42' id='type-id-145'/>
</array-type-def>
<!-- typedef _hb_var_int_t hb_var_int_t -->
- <typedef-decl name='hb_var_int_t' type-id='type-id-134' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='86' column='1' id='type-id-133'/>
+ <typedef-decl name='hb_var_int_t' type-id='type-id-133' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='86' column='1' id='type-id-132'/>
<!-- typedef hb_glyph_info_t hb_glyph_info_t -->
- <typedef-decl name='hb_glyph_info_t' type-id='type-id-132' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='52' column='1' id='type-id-82'/>
+ <typedef-decl name='hb_glyph_info_t' type-id='type-id-131' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='52' column='1' id='type-id-81'/>
<!-- hb_glyph_info_t* -->
- <pointer-type-def type-id='type-id-82' size-in-bits='64' id='type-id-72'/>
+ <pointer-type-def type-id='type-id-81' size-in-bits='64' id='type-id-71'/>
<!-- struct hb_glyph_position_t -->
- <class-decl name='hb_glyph_position_t' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='54' column='1' id='type-id-149'>
+ <class-decl name='hb_glyph_position_t' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='54' column='1' id='type-id-148'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_position_t hb_glyph_position_t::x_advance -->
- <var-decl name='x_advance' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='55' column='1'/>
+ <var-decl name='x_advance' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='55' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- hb_position_t hb_glyph_position_t::y_advance -->
- <var-decl name='y_advance' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='56' column='1'/>
+ <var-decl name='y_advance' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='56' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_position_t hb_glyph_position_t::x_offset -->
- <var-decl name='x_offset' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='57' column='1'/>
+ <var-decl name='x_offset' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='57' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<!-- hb_position_t hb_glyph_position_t::y_offset -->
- <var-decl name='y_offset' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='58' column='1'/>
+ <var-decl name='y_offset' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- hb_var_int_t hb_glyph_position_t::var -->
- <var-decl name='var' type-id='type-id-133' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='61' column='1'/>
+ <var-decl name='var' type-id='type-id-132' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='61' column='1'/>
</data-member>
</class-decl>
<!-- typedef int32_t hb_position_t -->
- <typedef-decl name='hb_position_t' type-id='type-id-135' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='76' column='1' id='type-id-150'/>
+ <typedef-decl name='hb_position_t' type-id='type-id-134' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='76' column='1' id='type-id-149'/>
<!-- typedef hb_glyph_position_t hb_glyph_position_t -->
- <typedef-decl name='hb_glyph_position_t' type-id='type-id-149' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='62' column='1' id='type-id-84'/>
+ <typedef-decl name='hb_glyph_position_t' type-id='type-id-148' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='62' column='1' id='type-id-83'/>
<!-- hb_glyph_position_t* -->
- <pointer-type-def type-id='type-id-84' size-in-bits='64' id='type-id-73'/>
+ <pointer-type-def type-id='type-id-83' size-in-bits='64' id='type-id-72'/>
<!-- uint8_t[8] -->
- <array-type-def dimensions='1' type-id='type-id-145' size-in-bits='64' id='type-id-74'>
+ <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='64' id='type-id-73'>
<!-- <anonymous range>[8] -->
- <subrange length='8' type-id='type-id-42' id='type-id-151'/>
+ <subrange length='8' type-id='type-id-42' id='type-id-150'/>
</array-type-def>
<!-- const char*[8] -->
- <array-type-def dimensions='1' type-id='type-id-50' size-in-bits='512' id='type-id-75'>
+ <array-type-def dimensions='1' type-id='type-id-50' size-in-bits='512' id='type-id-74'>
<!-- <anonymous range>[8] -->
- <subrange length='8' type-id='type-id-42' id='type-id-151'/>
+ <subrange length='8' type-id='type-id-42' id='type-id-150'/>
</array-type-def>
<!-- const unsigned int -->
- <qualified-type-def type-id='type-id-10' const='yes' id='type-id-76'/>
+ <qualified-type-def type-id='type-id-10' const='yes' id='type-id-75'/>
<!-- hb_codepoint_t[2][5] -->
- <array-type-def dimensions='2' type-id='type-id-69' size-in-bits='224' id='type-id-77'>
+ <array-type-def dimensions='2' type-id='type-id-68' size-in-bits='224' id='type-id-76'>
<!-- <anonymous range>[2] -->
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
<!-- <anonymous range>[5] -->
- <subrange length='5' type-id='type-id-42' id='type-id-152'/>
+ <subrange length='5' type-id='type-id-42' id='type-id-151'/>
</array-type-def>
<!-- unsigned int[2] -->
- <array-type-def dimensions='1' type-id='type-id-10' size-in-bits='64' id='type-id-78'>
+ <array-type-def dimensions='1' type-id='type-id-10' size-in-bits='64' id='type-id-77'>
<!-- <anonymous range>[2] -->
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
<!-- const hb_buffer_t -->
- <qualified-type-def type-id='type-id-65' const='yes' id='type-id-153'/>
+ <qualified-type-def type-id='type-id-64' const='yes' id='type-id-152'/>
<!-- const hb_buffer_t* -->
- <pointer-type-def type-id='type-id-153' size-in-bits='64' id='type-id-79'/>
+ <pointer-type-def type-id='type-id-152' size-in-bits='64' id='type-id-78'/>
<!-- hb_glyph_info_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-82' size-in-bits='64' id='type-id-81'/>
+ <reference-type-def kind='lvalue' type-id='type-id-81' size-in-bits='64' id='type-id-80'/>
<!-- hb_buffer_t* -->
- <pointer-type-def type-id='type-id-65' size-in-bits='64' id='type-id-80'/>
+ <pointer-type-def type-id='type-id-64' size-in-bits='64' id='type-id-79'/>
<!-- hb_glyph_position_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-84' size-in-bits='64' id='type-id-83'/>
+ <reference-type-def kind='lvalue' type-id='type-id-83' size-in-bits='64' id='type-id-82'/>
<!-- const hb_glyph_info_t -->
- <qualified-type-def type-id='type-id-82' const='yes' id='type-id-154'/>
+ <qualified-type-def type-id='type-id-81' const='yes' id='type-id-153'/>
<!-- const hb_glyph_info_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-154' size-in-bits='64' id='type-id-85'/>
+ <reference-type-def kind='lvalue' type-id='type-id-153' size-in-bits='64' id='type-id-84'/>
<!-- const hb_codepoint_t -->
- <qualified-type-def type-id='type-id-69' const='yes' id='type-id-155'/>
+ <qualified-type-def type-id='type-id-68' const='yes' id='type-id-154'/>
<!-- const hb_codepoint_t* -->
- <pointer-type-def type-id='type-id-155' size-in-bits='64' id='type-id-86'/>
+ <pointer-type-def type-id='type-id-154' size-in-bits='64' id='type-id-85'/>
<!-- hb_buffer_t::scratch_buffer_t* -->
- <pointer-type-def type-id='type-id-66' size-in-bits='64' id='type-id-88'/>
+ <pointer-type-def type-id='type-id-65' size-in-bits='64' id='type-id-87'/>
<!-- typedef hb_buffer_t hb_buffer_t -->
- <typedef-decl name='hb_buffer_t' type-id='type-id-65' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='93' column='1' id='type-id-156'/>
+ <typedef-decl name='hb_buffer_t' type-id='type-id-64' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='93' column='1' id='type-id-155'/>
<!-- struct hb_font_t -->
- <class-decl name='hb_font_t' size-in-bits='1536' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='91' column='1' id='type-id-157'>
+ <class-decl name='hb_font_t' size-in-bits='1536' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='91' column='1' id='type-id-156'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_object_header_t hb_font_t::header -->
<var-decl name='header' type-id='type-id-49' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='92' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<!-- hb_font_t* hb_font_t::parent -->
- <var-decl name='parent' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='97' column='1'/>
+ <var-decl name='parent' type-id='type-id-157' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='97' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<!-- hb_face_t* hb_font_t::face -->
- <var-decl name='face' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='98' column='1'/>
+ <var-decl name='face' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='98' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
<!-- int hb_font_t::x_scale -->
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
<!-- hb_font_funcs_t* hb_font_t::klass -->
- <var-decl name='klass' type-id='type-id-160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='106' column='1'/>
+ <var-decl name='klass' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='106' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1280'>
<!-- void* hb_font_t::user_data -->
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
<!-- hb_shaper_data_t hb_font_t::shaper_data -->
- <var-decl name='shaper_data' type-id='type-id-161' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='110' column='1'/>
+ <var-decl name='shaper_data' type-id='type-id-160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='110' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_font_t::_static_assertion_on_line_93() -->
<function-decl name='_static_assertion_on_line_93' mangled-name='_ZNK9hb_font_t28_static_assertion_on_line_93Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_font_t*' -->
- <parameter type-id='type-id-162' is-artificial='yes'/>
+ <parameter type-id='type-id-161' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_position_t hb_font_t::em_scale_x(int16_t) -->
<function-decl name='em_scale_x' mangled-name='_ZN9hb_font_t10em_scale_xEs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef int16_t' -->
- <parameter type-id='type-id-143'/>
+ <parameter type-id='type-id-142'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_position_t hb_font_t::em_scale_y(int16_t) -->
<function-decl name='em_scale_y' mangled-name='_ZN9hb_font_t10em_scale_yEs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef int16_t' -->
- <parameter type-id='type-id-143'/>
+ <parameter type-id='type-id-142'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_position_t hb_font_t::parent_scale_x_distance(hb_position_t) -->
<function-decl name='parent_scale_x_distance' mangled-name='_ZN9hb_font_t23parent_scale_x_distanceEi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_position_t' -->
- <parameter type-id='type-id-150'/>
+ <parameter type-id='type-id-149'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_position_t hb_font_t::parent_scale_y_distance(hb_position_t) -->
<function-decl name='parent_scale_y_distance' mangled-name='_ZN9hb_font_t23parent_scale_y_distanceEi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_position_t' -->
- <parameter type-id='type-id-150'/>
+ <parameter type-id='type-id-149'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_position_t hb_font_t::parent_scale_x_position(hb_position_t) -->
<function-decl name='parent_scale_x_position' mangled-name='_ZN9hb_font_t23parent_scale_x_positionEi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='128' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_position_t' -->
- <parameter type-id='type-id-150'/>
+ <parameter type-id='type-id-149'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_position_t hb_font_t::parent_scale_y_position(hb_position_t) -->
<function-decl name='parent_scale_y_position' mangled-name='_ZN9hb_font_t23parent_scale_y_positionEi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_position_t' -->
- <parameter type-id='type-id-150'/>
+ <parameter type-id='type-id-149'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- void hb_font_t::parent_scale_distance(hb_position_t*, hb_position_t*) -->
<function-decl name='parent_scale_distance' mangled-name='_ZN9hb_font_t21parent_scale_distanceEPiS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_font_t::parent_scale_position(hb_position_t*, hb_position_t*) -->
<function-decl name='parent_scale_position' mangled-name='_ZN9hb_font_t21parent_scale_positionEPiS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_bool_t hb_font_t::has_glyph(hb_codepoint_t) -->
<function-decl name='has_glyph' mangled-name='_ZN9hb_font_t9has_glyphEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_font_t::get_glyph(hb_codepoint_t, hb_codepoint_t, hb_codepoint_t*) -->
<function-decl name='get_glyph' mangled-name='_ZN9hb_font_t9get_glyphEjjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_position_t hb_font_t::get_glyph_h_advance(hb_codepoint_t) -->
<function-decl name='get_glyph_h_advance' mangled-name='_ZN9hb_font_t19get_glyph_h_advanceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='162' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_position_t hb_font_t::get_glyph_v_advance(hb_codepoint_t) -->
<function-decl name='get_glyph_v_advance' mangled-name='_ZN9hb_font_t19get_glyph_v_advanceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='169' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_bool_t hb_font_t::get_glyph_h_origin(hb_codepoint_t, hb_position_t*, hb_position_t*) -->
<function-decl name='get_glyph_h_origin' mangled-name='_ZN9hb_font_t18get_glyph_h_originEjPiS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='176' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_font_t::get_glyph_v_origin(hb_codepoint_t, hb_position_t*, hb_position_t*) -->
<function-decl name='get_glyph_v_origin' mangled-name='_ZN9hb_font_t18get_glyph_v_originEjPiS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='185' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_position_t hb_font_t::get_glyph_h_kerning(hb_codepoint_t, hb_codepoint_t) -->
<function-decl name='get_glyph_h_kerning' mangled-name='_ZN9hb_font_t19get_glyph_h_kerningEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='194' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_position_t hb_font_t::get_glyph_v_kerning(hb_codepoint_t, hb_codepoint_t) -->
<function-decl name='get_glyph_v_kerning' mangled-name='_ZN9hb_font_t19get_glyph_v_kerningEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='201' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_bool_t hb_font_t::get_glyph_extents(hb_codepoint_t, hb_glyph_extents_t*) -->
<function-decl name='get_glyph_extents' mangled-name='_ZN9hb_font_t17get_glyph_extentsEjP18hb_glyph_extents_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='208' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_glyph_extents_t*' -->
- <parameter type-id='type-id-164'/>
+ <parameter type-id='type-id-163'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_font_t::get_glyph_contour_point(hb_codepoint_t, unsigned int, hb_position_t*, hb_position_t*) -->
<function-decl name='get_glyph_contour_point' mangled-name='_ZN9hb_font_t23get_glyph_contour_pointEjjPiS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='218' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_font_t::get_glyph_name(hb_codepoint_t, char*, unsigned int) -->
<function-decl name='get_glyph_name' mangled-name='_ZN9hb_font_t14get_glyph_nameEjPcj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'char*' -->
<parameter type-id='type-id-61'/>
<!-- parameter of type 'unsigned int' -->
<!-- hb_bool_t hb_font_t::get_glyph_from_name(const char*, int, hb_codepoint_t*) -->
<function-decl name='get_glyph_from_name' mangled-name='_ZN9hb_font_t19get_glyph_from_nameEPKciPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-50'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- void hb_font_t::get_glyph_advance_for_direction(hb_codepoint_t, hb_direction_t, hb_position_t*, hb_position_t*) -->
<function-decl name='get_glyph_advance_for_direction' mangled-name='_ZN9hb_font_t31get_glyph_advance_for_directionEj14hb_direction_tPiS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_font_t::guess_v_origin_minus_h_origin(hb_codepoint_t, hb_position_t*, hb_position_t*) -->
<function-decl name='guess_v_origin_minus_h_origin' mangled-name='_ZN9hb_font_t29guess_v_origin_minus_h_originEjPiS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='266' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_font_t::get_glyph_origin_for_direction(hb_codepoint_t, hb_direction_t, hb_position_t*, hb_position_t*) -->
<function-decl name='get_glyph_origin_for_direction' mangled-name='_ZN9hb_font_t30get_glyph_origin_for_directionEj14hb_direction_tPiS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='275' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_font_t::add_glyph_origin_for_direction(hb_codepoint_t, hb_direction_t, hb_position_t*, hb_position_t*) -->
<function-decl name='add_glyph_origin_for_direction' mangled-name='_ZN9hb_font_t30add_glyph_origin_for_directionEj14hb_direction_tPiS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='301' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_font_t::subtract_glyph_origin_for_direction(hb_codepoint_t, hb_direction_t, hb_position_t*, hb_position_t*) -->
<function-decl name='subtract_glyph_origin_for_direction' mangled-name='_ZN9hb_font_t35subtract_glyph_origin_for_directionEj14hb_direction_tPiS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='313' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_font_t::get_glyph_kerning_for_direction(hb_codepoint_t, hb_codepoint_t, hb_direction_t, hb_position_t*, hb_position_t*) -->
<function-decl name='get_glyph_kerning_for_direction' mangled-name='_ZN9hb_font_t31get_glyph_kerning_for_directionEjj14hb_direction_tPiS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='325' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_bool_t hb_font_t::get_glyph_extents_for_origin(hb_codepoint_t, hb_direction_t, hb_glyph_extents_t*) -->
<function-decl name='get_glyph_extents_for_origin' mangled-name='_ZN9hb_font_t28get_glyph_extents_for_originEj14hb_direction_tP18hb_glyph_extents_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'hb_glyph_extents_t*' -->
- <parameter type-id='type-id-164'/>
+ <parameter type-id='type-id-163'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_font_t::get_glyph_contour_point_for_origin(hb_codepoint_t, unsigned int, hb_direction_t, hb_position_t*, hb_position_t*) -->
<function-decl name='get_glyph_contour_point_for_origin' mangled-name='_ZN9hb_font_t34get_glyph_contour_point_for_originEjj14hb_direction_tPiS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='350' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- void hb_font_t::glyph_to_string(hb_codepoint_t, char*, unsigned int) -->
<function-decl name='glyph_to_string' mangled-name='_ZN9hb_font_t15glyph_to_stringEjPcj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='364' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'char*' -->
<parameter type-id='type-id-61'/>
<!-- parameter of type 'unsigned int' -->
<!-- hb_bool_t hb_font_t::glyph_from_string(const char*, int, hb_codepoint_t*) -->
<function-decl name='glyph_from_string' mangled-name='_ZN9hb_font_t17glyph_from_stringEPKciPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='375' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-50'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_position_t hb_font_t::em_scale(int16_t, int) -->
<function-decl name='em_scale' mangled-name='_ZN9hb_font_t8em_scaleEsi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='405' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<!-- parameter of type 'typedef int16_t' -->
- <parameter type-id='type-id-143'/>
+ <parameter type-id='type-id-142'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
</class-decl>
<!-- typedef hb_font_t hb_font_t -->
- <typedef-decl name='hb_font_t' type-id='type-id-157' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='40' column='1' id='type-id-165'/>
+ <typedef-decl name='hb_font_t' type-id='type-id-156' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='40' column='1' id='type-id-164'/>
<!-- hb_font_t* -->
- <pointer-type-def type-id='type-id-165' size-in-bits='64' id='type-id-158'/>
+ <pointer-type-def type-id='type-id-164' size-in-bits='64' id='type-id-157'/>
<!-- hb_bool_t hb_buffer_deserialize_glyphs(hb_buffer_t*, const char*, int, const char**, hb_font_t*, hb_buffer_serialize_format_t) -->
<function-decl name='hb_buffer_deserialize_glyphs' mangled-name='hb_buffer_deserialize_glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_deserialize_glyphs'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='353' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='353' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-50' name='buf' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='354' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4' name='buf_len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='355' column='1'/>
<!-- parameter of type 'const char**' -->
- <parameter type-id='type-id-63' name='end_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='356' column='1'/>
+ <parameter type-id='type-id-62' name='end_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='356' column='1'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='357' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='357' column='1'/>
<!-- parameter of type 'enum hb_buffer_serialize_format_t' -->
- <parameter type-id='type-id-64' name='format' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='358' column='1'/>
+ <parameter type-id='type-id-63' name='format' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='358' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- enum hb_buffer_serialize_flags_t -->
- <enum-decl name='hb_buffer_serialize_flags_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='298' column='1' id='type-id-166'>
+ <enum-decl name='hb_buffer_serialize_flags_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='298' column='1' id='type-id-165'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_BUFFER_SERIALIZE_FLAG_DEFAULT' value='0'/>
<enumerator name='HB_BUFFER_SERIALIZE_FLAG_NO_CLUSTERS' value='1'/>
<!-- unsigned int hb_buffer_serialize_glyphs(hb_buffer_t*, unsigned int, unsigned int, char*, unsigned int, unsigned int*, hb_font_t*, hb_buffer_serialize_format_t, hb_buffer_serialize_flags_t) -->
<function-decl name='hb_buffer_serialize_glyphs' mangled-name='hb_buffer_serialize_glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='246' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_serialize_glyphs'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='246' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='246' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='start' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='247' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='buf_consumed' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='251' column='1'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='252' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='252' column='1'/>
<!-- parameter of type 'enum hb_buffer_serialize_format_t' -->
- <parameter type-id='type-id-64' name='format' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='253' column='1'/>
+ <parameter type-id='type-id-63' name='format' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='253' column='1'/>
<!-- parameter of type 'enum hb_buffer_serialize_flags_t' -->
- <parameter type-id='type-id-166' name='flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='254' column='1'/>
+ <parameter type-id='type-id-165' name='flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='254' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='63' column='1'/>
<!-- enum hb_buffer_serialize_format_t -->
- <return type-id='type-id-64'/>
+ <return type-id='type-id-63'/>
</function-decl>
<!-- const char[1] -->
- <array-type-def dimensions='1' type-id='type-id-62' size-in-bits='8' id='type-id-129'>
+ <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='8' id='type-id-128'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- const hb_font_t* -->
- <pointer-type-def type-id='type-id-168' size-in-bits='64' id='type-id-162'/>
+ <pointer-type-def type-id='type-id-167' size-in-bits='64' id='type-id-161'/>
<!-- hb_script_t (hb_unicode_funcs_t*, hb_codepoint_t, void*) -->
- <function-type size-in-bits='64' id='type-id-116'>
+ <function-type size-in-bits='64' id='type-id-115'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67'/>
+ <parameter type-id='type-id-66'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- enum hb_script_t -->
- <return type-id='type-id-104'/>
+ <return type-id='type-id-103'/>
</function-type>
<!-- hb_unicode_combining_class_t (hb_unicode_funcs_t*, hb_codepoint_t, void*) -->
- <function-type size-in-bits='64' id='type-id-108'>
+ <function-type size-in-bits='64' id='type-id-107'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67'/>
+ <parameter type-id='type-id-66'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- enum hb_unicode_combining_class_t -->
- <return type-id='type-id-102'/>
+ <return type-id='type-id-101'/>
</function-type>
<!-- hb_unicode_general_category_t (hb_unicode_funcs_t*, hb_codepoint_t, void*) -->
- <function-type size-in-bits='64' id='type-id-112'>
+ <function-type size-in-bits='64' id='type-id-111'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67'/>
+ <parameter type-id='type-id-66'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- enum hb_unicode_general_category_t -->
- <return type-id='type-id-103'/>
+ <return type-id='type-id-102'/>
</function-type>
<!-- hb_bool_t (hb_unicode_funcs_t*, hb_codepoint_t, hb_codepoint_t*, hb_codepoint_t*, void*) -->
- <function-type size-in-bits='64' id='type-id-120'>
+ <function-type size-in-bits='64' id='type-id-119'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67'/>
+ <parameter type-id='type-id-66'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-type>
<!-- hb_bool_t (hb_unicode_funcs_t*, hb_codepoint_t, hb_codepoint_t, hb_codepoint_t*, void*) -->
- <function-type size-in-bits='64' id='type-id-118'>
+ <function-type size-in-bits='64' id='type-id-117'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67'/>
+ <parameter type-id='type-id-66'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-type>
<!-- hb_codepoint_t (hb_unicode_funcs_t*, hb_codepoint_t, void*) -->
- <function-type size-in-bits='64' id='type-id-114'>
+ <function-type size-in-bits='64' id='type-id-113'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67'/>
+ <parameter type-id='type-id-66'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- typedef hb_codepoint_t -->
- <return type-id='type-id-69'/>
+ <return type-id='type-id-68'/>
</function-type>
<!-- unsigned int (hb_unicode_funcs_t*, hb_codepoint_t, hb_codepoint_t*, void*) -->
- <function-type size-in-bits='64' id='type-id-122'>
+ <function-type size-in-bits='64' id='type-id-121'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67'/>
+ <parameter type-id='type-id-66'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-type>
<!-- unsigned int (hb_unicode_funcs_t*, hb_codepoint_t, void*) -->
- <function-type size-in-bits='64' id='type-id-110'>
+ <function-type size-in-bits='64' id='type-id-109'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67'/>
+ <parameter type-id='type-id-66'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-type>
<!-- hb_face_t* -->
- <pointer-type-def type-id='type-id-169' size-in-bits='64' id='type-id-159'/>
+ <pointer-type-def type-id='type-id-168' size-in-bits='64' id='type-id-158'/>
<!-- hb_font_funcs_t* -->
- <pointer-type-def type-id='type-id-170' size-in-bits='64' id='type-id-160'/>
+ <pointer-type-def type-id='type-id-169' size-in-bits='64' id='type-id-159'/>
<!-- hb_glyph_extents_t* -->
- <pointer-type-def type-id='type-id-171' size-in-bits='64' id='type-id-164'/>
+ <pointer-type-def type-id='type-id-170' size-in-bits='64' id='type-id-163'/>
<!-- hb_position_t* -->
- <pointer-type-def type-id='type-id-150' size-in-bits='64' id='type-id-163'/>
+ <pointer-type-def type-id='type-id-149' size-in-bits='64' id='type-id-162'/>
<!-- struct hb_shaper_data_t -->
- <class-decl name='hb_shaper_data_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shaper-private.hh' line='53' column='1' id='type-id-161'>
+ <class-decl name='hb_shaper_data_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shaper-private.hh' line='53' column='1' id='type-id-160'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- void* hb_shaper_data_t::ot -->
<var-decl name='ot' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shaper-list.hh' line='43' column='1'/>
</data-member>
</class-decl>
<!-- const hb_font_t -->
- <qualified-type-def type-id='type-id-157' const='yes' id='type-id-168'/>
+ <qualified-type-def type-id='type-id-156' const='yes' id='type-id-167'/>
<!-- typedef hb_face_t hb_face_t -->
- <typedef-decl name='hb_face_t' type-id='type-id-172' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.h' line='44' column='1' id='type-id-169'/>
+ <typedef-decl name='hb_face_t' type-id='type-id-171' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.h' line='44' column='1' id='type-id-168'/>
<!-- typedef hb_font_funcs_t hb_font_funcs_t -->
- <typedef-decl name='hb_font_funcs_t' type-id='type-id-173' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='47' column='1' id='type-id-170'/>
+ <typedef-decl name='hb_font_funcs_t' type-id='type-id-172' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='47' column='1' id='type-id-169'/>
<!-- typedef hb_glyph_extents_t hb_glyph_extents_t -->
- <typedef-decl name='hb_glyph_extents_t' type-id='type-id-174' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='89' column='1' id='type-id-171'/>
+ <typedef-decl name='hb_glyph_extents_t' type-id='type-id-173' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='89' column='1' id='type-id-170'/>
<!-- struct hb_face_t -->
- <class-decl name='hb_face_t' size-in-bits='1472' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='43' column='1' id='type-id-172'>
+ <class-decl name='hb_face_t' size-in-bits='1472' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='43' column='1' id='type-id-171'>
<member-type access='public'>
<!-- struct hb_face_t::plan_node_t -->
- <class-decl name='plan_node_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='59' column='1' id='type-id-175'>
+ <class-decl name='plan_node_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='59' column='1' id='type-id-174'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_shape_plan_t* hb_face_t::plan_node_t::shape_plan -->
- <var-decl name='shape_plan' type-id='type-id-176' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='60' column='1'/>
+ <var-decl name='shape_plan' type-id='type-id-175' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='60' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_face_t::plan_node_t* hb_face_t::plan_node_t::next -->
- <var-decl name='next' type-id='type-id-177' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='61' column='1'/>
+ <var-decl name='next' type-id='type-id-176' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='61' column='1'/>
</data-member>
</class-decl>
</member-type>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<!-- hb_reference_table_func_t hb_face_t::reference_table_func -->
- <var-decl name='reference_table_func' type-id='type-id-178' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='49' column='1'/>
+ <var-decl name='reference_table_func' type-id='type-id-177' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='49' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<!-- void* hb_face_t::user_data -->
</data-member>
<data-member access='public' layout-offset-in-bits='1280'>
<!-- hb_shaper_data_t hb_face_t::shaper_data -->
- <var-decl name='shaper_data' type-id='type-id-161' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='57' column='1'/>
+ <var-decl name='shaper_data' type-id='type-id-160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='57' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
<!-- hb_face_t::plan_node_t* hb_face_t::shape_plans -->
- <var-decl name='shape_plans' type-id='type-id-177' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='62' column='1'/>
+ <var-decl name='shape_plans' type-id='type-id-176' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='62' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_face_t::_static_assertion_on_line_45() -->
<function-decl name='_static_assertion_on_line_45' mangled-name='_ZNK9hb_face_t28_static_assertion_on_line_45Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_face_t*' -->
- <parameter type-id='type-id-179' is-artificial='yes'/>
+ <parameter type-id='type-id-178' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_blob_t* hb_face_t::reference_table(hb_tag_t) -->
<function-decl name='reference_table' mangled-name='_ZNK9hb_face_t15reference_tableEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_face_t*' -->
- <parameter type-id='type-id-179' is-artificial='yes'/>
+ <parameter type-id='type-id-178' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- hb_blob_t* -->
<return type-id='type-id-59'/>
</function-decl>
<!-- unsigned int hb_face_t::get_upem() -->
<function-decl name='get_upem' mangled-name='_ZNK9hb_face_t8get_upemEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_face_t*' -->
- <parameter type-id='type-id-179' is-artificial='yes'/>
+ <parameter type-id='type-id-178' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- unsigned int hb_face_t::get_num_glyphs() -->
<function-decl name='get_num_glyphs' mangled-name='_ZNK9hb_face_t14get_num_glyphsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='86' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_face_t*' -->
- <parameter type-id='type-id-179' is-artificial='yes'/>
+ <parameter type-id='type-id-178' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- void hb_face_t::load_upem() -->
<function-decl name='load_upem' mangled-name='_ZNK9hb_face_t9load_upemEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_face_t*' -->
- <parameter type-id='type-id-179' is-artificial='yes'/>
+ <parameter type-id='type-id-178' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_face_t::load_num_glyphs() -->
<function-decl name='load_num_glyphs' mangled-name='_ZNK9hb_face_t15load_num_glyphsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_face_t*' -->
- <parameter type-id='type-id-179' is-artificial='yes'/>
+ <parameter type-id='type-id-178' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct hb_font_funcs_t -->
- <class-decl name='hb_font_funcs_t' size-in-bits='3072' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='58' column='1' id='type-id-173'>
+ <class-decl name='hb_font_funcs_t' size-in-bits='3072' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='58' column='1' id='type-id-172'>
<member-type access='public'>
<!-- struct {hb_font_get_glyph_func_t glyph; hb_font_get_glyph_h_advance_func_t glyph_h_advance; hb_font_get_glyph_v_advance_func_t glyph_v_advance; hb_font_get_glyph_h_origin_func_t glyph_h_origin; hb_font_get_glyph_v_origin_func_t glyph_v_origin; hb_font_get_glyph_h_kerning_func_t glyph_h_kerning; hb_font_get_glyph_v_kerning_func_t glyph_v_kerning; hb_font_get_glyph_extents_func_t glyph_extents; hb_font_get_glyph_contour_point_func_t glyph_contour_point; hb_font_get_glyph_name_func_t glyph_name; hb_font_get_glyph_from_name_func_t glyph_from_name;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='704' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='66' column='1' id='type-id-181'>
+ <class-decl name='__anonymous_struct__' size-in-bits='704' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='66' column='1' id='type-id-180'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_font_get_glyph_func_t glyph -->
- <var-decl name='glyph' type-id='type-id-182' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph' type-id='type-id-181' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_font_get_glyph_h_advance_func_t glyph_h_advance -->
- <var-decl name='glyph_h_advance' type-id='type-id-183' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_h_advance' type-id='type-id-182' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- hb_font_get_glyph_v_advance_func_t glyph_v_advance -->
- <var-decl name='glyph_v_advance' type-id='type-id-184' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_v_advance' type-id='type-id-183' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- hb_font_get_glyph_h_origin_func_t glyph_h_origin -->
- <var-decl name='glyph_h_origin' type-id='type-id-185' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_h_origin' type-id='type-id-184' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- hb_font_get_glyph_v_origin_func_t glyph_v_origin -->
- <var-decl name='glyph_v_origin' type-id='type-id-186' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_v_origin' type-id='type-id-185' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- hb_font_get_glyph_h_kerning_func_t glyph_h_kerning -->
- <var-decl name='glyph_h_kerning' type-id='type-id-187' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_h_kerning' type-id='type-id-186' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- hb_font_get_glyph_v_kerning_func_t glyph_v_kerning -->
- <var-decl name='glyph_v_kerning' type-id='type-id-188' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_v_kerning' type-id='type-id-187' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- hb_font_get_glyph_extents_func_t glyph_extents -->
- <var-decl name='glyph_extents' type-id='type-id-189' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_extents' type-id='type-id-188' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- hb_font_get_glyph_contour_point_func_t glyph_contour_point -->
- <var-decl name='glyph_contour_point' type-id='type-id-190' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_contour_point' type-id='type-id-189' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- hb_font_get_glyph_name_func_t glyph_name -->
- <var-decl name='glyph_name' type-id='type-id-191' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_name' type-id='type-id-190' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- hb_font_get_glyph_from_name_func_t glyph_from_name -->
- <var-decl name='glyph_from_name' type-id='type-id-192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_from_name' type-id='type-id-191' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='public'>
<!-- struct {void* glyph; void* glyph_h_advance; void* glyph_v_advance; void* glyph_h_origin; void* glyph_v_origin; void* glyph_h_kerning; void* glyph_v_kerning; void* glyph_extents; void* glyph_contour_point; void* glyph_name; void* glyph_from_name;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='704' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='72' column='1' id='type-id-193'>
+ <class-decl name='__anonymous_struct__' size-in-bits='704' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='72' column='1' id='type-id-192'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- void* glyph -->
<var-decl name='glyph' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='74' column='1'/>
</member-type>
<member-type access='public'>
<!-- struct {hb_destroy_func_t glyph; hb_destroy_func_t glyph_h_advance; hb_destroy_func_t glyph_v_advance; hb_destroy_func_t glyph_h_origin; hb_destroy_func_t glyph_v_origin; hb_destroy_func_t glyph_h_kerning; hb_destroy_func_t glyph_v_kerning; hb_destroy_func_t glyph_extents; hb_destroy_func_t glyph_contour_point; hb_destroy_func_t glyph_name; hb_destroy_func_t glyph_from_name;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='704' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='78' column='1' id='type-id-194'>
+ <class-decl name='__anonymous_struct__' size-in-bits='704' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='78' column='1' id='type-id-193'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_destroy_func_t glyph -->
<var-decl name='glyph' type-id='type-id-21' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='80' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<!-- struct {hb_font_get_glyph_func_t glyph; hb_font_get_glyph_h_advance_func_t glyph_h_advance; hb_font_get_glyph_v_advance_func_t glyph_v_advance; hb_font_get_glyph_h_origin_func_t glyph_h_origin; hb_font_get_glyph_v_origin_func_t glyph_v_origin; hb_font_get_glyph_h_kerning_func_t glyph_h_kerning; hb_font_get_glyph_v_kerning_func_t glyph_v_kerning; hb_font_get_glyph_extents_func_t glyph_extents; hb_font_get_glyph_contour_point_func_t glyph_contour_point; hb_font_get_glyph_name_func_t glyph_name; hb_font_get_glyph_from_name_func_t glyph_from_name;} hb_font_funcs_t::get -->
- <var-decl name='get' type-id='type-id-181' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='70' column='1'/>
+ <var-decl name='get' type-id='type-id-180' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1664'>
<!-- struct {void* glyph; void* glyph_h_advance; void* glyph_v_advance; void* glyph_h_origin; void* glyph_v_origin; void* glyph_h_kerning; void* glyph_v_kerning; void* glyph_extents; void* glyph_contour_point; void* glyph_name; void* glyph_from_name;} hb_font_funcs_t::user_data -->
- <var-decl name='user_data' type-id='type-id-193' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='76' column='1'/>
+ <var-decl name='user_data' type-id='type-id-192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='76' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2368'>
<!-- struct {hb_destroy_func_t glyph; hb_destroy_func_t glyph_h_advance; hb_destroy_func_t glyph_v_advance; hb_destroy_func_t glyph_h_origin; hb_destroy_func_t glyph_v_origin; hb_destroy_func_t glyph_h_kerning; hb_destroy_func_t glyph_v_kerning; hb_destroy_func_t glyph_extents; hb_destroy_func_t glyph_contour_point; hb_destroy_func_t glyph_name; hb_destroy_func_t glyph_from_name;} hb_font_funcs_t::destroy -->
- <var-decl name='destroy' type-id='type-id-194' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='82' column='1'/>
+ <var-decl name='destroy' type-id='type-id-193' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='82' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_font_funcs_t::_static_assertion_on_line_60() -->
<function-decl name='_static_assertion_on_line_60' mangled-name='_ZNK15hb_font_funcs_t28_static_assertion_on_line_60Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_font_funcs_t*' -->
- <parameter type-id='type-id-195' is-artificial='yes'/>
+ <parameter type-id='type-id-194' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct hb_glyph_extents_t -->
- <class-decl name='hb_glyph_extents_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='84' column='1' id='type-id-174'>
+ <class-decl name='hb_glyph_extents_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='84' column='1' id='type-id-173'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_position_t hb_glyph_extents_t::x_bearing -->
- <var-decl name='x_bearing' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='85' column='1'/>
+ <var-decl name='x_bearing' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='85' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- hb_position_t hb_glyph_extents_t::y_bearing -->
- <var-decl name='y_bearing' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='86' column='1'/>
+ <var-decl name='y_bearing' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='86' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_position_t hb_glyph_extents_t::width -->
- <var-decl name='width' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='87' column='1'/>
+ <var-decl name='width' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='87' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<!-- hb_position_t hb_glyph_extents_t::height -->
- <var-decl name='height' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='88' column='1'/>
+ <var-decl name='height' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='88' column='1'/>
</data-member>
</class-decl>
<!-- const hb_face_t* -->
- <pointer-type-def type-id='type-id-196' size-in-bits='64' id='type-id-179'/>
+ <pointer-type-def type-id='type-id-195' size-in-bits='64' id='type-id-178'/>
<!-- const hb_font_funcs_t* -->
- <pointer-type-def type-id='type-id-197' size-in-bits='64' id='type-id-195'/>
+ <pointer-type-def type-id='type-id-196' size-in-bits='64' id='type-id-194'/>
<!-- hb_face_t::plan_node_t* -->
- <pointer-type-def type-id='type-id-175' size-in-bits='64' id='type-id-177'/>
+ <pointer-type-def type-id='type-id-174' size-in-bits='64' id='type-id-176'/>
<!-- hb_shape_plan_t* -->
- <pointer-type-def type-id='type-id-198' size-in-bits='64' id='type-id-176'/>
+ <pointer-type-def type-id='type-id-197' size-in-bits='64' id='type-id-175'/>
<!-- typedef typedef hb_bool_t (hb_font_t*, void*, typedef hb_codepoint_t, unsigned int, hb_position_t*, hb_position_t*, void*)* hb_font_get_glyph_contour_point_func_t -->
- <typedef-decl name='hb_font_get_glyph_contour_point_func_t' type-id='type-id-199' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='127' column='1' id='type-id-190'/>
+ <typedef-decl name='hb_font_get_glyph_contour_point_func_t' type-id='type-id-198' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='127' column='1' id='type-id-189'/>
<!-- typedef typedef hb_bool_t (hb_font_t*, void*, typedef hb_codepoint_t, hb_glyph_extents_t*, void*)* hb_font_get_glyph_extents_func_t -->
- <typedef-decl name='hb_font_get_glyph_extents_func_t' type-id='type-id-200' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='123' column='1' id='type-id-189'/>
+ <typedef-decl name='hb_font_get_glyph_extents_func_t' type-id='type-id-199' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='123' column='1' id='type-id-188'/>
<!-- typedef typedef hb_bool_t (hb_font_t*, void*, const char*, int, hb_codepoint_t*, void*)* hb_font_get_glyph_from_name_func_t -->
- <typedef-decl name='hb_font_get_glyph_from_name_func_t' type-id='type-id-201' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='137' column='1' id='type-id-192'/>
+ <typedef-decl name='hb_font_get_glyph_from_name_func_t' type-id='type-id-200' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='137' column='1' id='type-id-191'/>
<!-- typedef typedef hb_bool_t (hb_font_t*, void*, typedef hb_codepoint_t, typedef hb_codepoint_t, hb_codepoint_t*, void*)* hb_font_get_glyph_func_t -->
- <typedef-decl name='hb_font_get_glyph_func_t' type-id='type-id-202' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='97' column='1' id='type-id-182'/>
+ <typedef-decl name='hb_font_get_glyph_func_t' type-id='type-id-201' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='97' column='1' id='type-id-181'/>
<!-- typedef hb_font_get_glyph_advance_func_t hb_font_get_glyph_h_advance_func_t -->
- <typedef-decl name='hb_font_get_glyph_h_advance_func_t' type-id='type-id-203' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='103' column='1' id='type-id-183'/>
+ <typedef-decl name='hb_font_get_glyph_h_advance_func_t' type-id='type-id-202' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='103' column='1' id='type-id-182'/>
<!-- typedef hb_font_get_glyph_kerning_func_t hb_font_get_glyph_h_kerning_func_t -->
- <typedef-decl name='hb_font_get_glyph_h_kerning_func_t' type-id='type-id-204' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='116' column='1' id='type-id-187'/>
+ <typedef-decl name='hb_font_get_glyph_h_kerning_func_t' type-id='type-id-203' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='116' column='1' id='type-id-186'/>
<!-- typedef hb_font_get_glyph_origin_func_t hb_font_get_glyph_h_origin_func_t -->
- <typedef-decl name='hb_font_get_glyph_h_origin_func_t' type-id='type-id-205' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='110' column='1' id='type-id-185'/>
+ <typedef-decl name='hb_font_get_glyph_h_origin_func_t' type-id='type-id-204' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='110' column='1' id='type-id-184'/>
<!-- typedef typedef hb_bool_t (hb_font_t*, void*, typedef hb_codepoint_t, char*, unsigned int, void*)* hb_font_get_glyph_name_func_t -->
- <typedef-decl name='hb_font_get_glyph_name_func_t' type-id='type-id-206' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='133' column='1' id='type-id-191'/>
+ <typedef-decl name='hb_font_get_glyph_name_func_t' type-id='type-id-205' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='133' column='1' id='type-id-190'/>
<!-- typedef hb_font_get_glyph_advance_func_t hb_font_get_glyph_v_advance_func_t -->
- <typedef-decl name='hb_font_get_glyph_v_advance_func_t' type-id='type-id-203' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='104' column='1' id='type-id-184'/>
+ <typedef-decl name='hb_font_get_glyph_v_advance_func_t' type-id='type-id-202' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='104' column='1' id='type-id-183'/>
<!-- typedef hb_font_get_glyph_kerning_func_t hb_font_get_glyph_v_kerning_func_t -->
- <typedef-decl name='hb_font_get_glyph_v_kerning_func_t' type-id='type-id-204' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='117' column='1' id='type-id-188'/>
+ <typedef-decl name='hb_font_get_glyph_v_kerning_func_t' type-id='type-id-203' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='117' column='1' id='type-id-187'/>
<!-- typedef hb_font_get_glyph_origin_func_t hb_font_get_glyph_v_origin_func_t -->
- <typedef-decl name='hb_font_get_glyph_v_origin_func_t' type-id='type-id-205' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='111' column='1' id='type-id-186'/>
+ <typedef-decl name='hb_font_get_glyph_v_origin_func_t' type-id='type-id-204' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='111' column='1' id='type-id-185'/>
<!-- typedef hb_blob_t* (hb_face_t*, typedef hb_tag_t, void*)* hb_reference_table_func_t -->
- <typedef-decl name='hb_reference_table_func_t' type-id='type-id-207' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.h' line='50' column='1' id='type-id-178'/>
+ <typedef-decl name='hb_reference_table_func_t' type-id='type-id-206' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.h' line='50' column='1' id='type-id-177'/>
<!-- typedef uint32_t hb_tag_t -->
- <typedef-decl name='hb_tag_t' type-id='type-id-107' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='91' column='1' id='type-id-180'/>
+ <typedef-decl name='hb_tag_t' type-id='type-id-106' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='91' column='1' id='type-id-179'/>
<!-- const hb_face_t -->
- <qualified-type-def type-id='type-id-172' const='yes' id='type-id-196'/>
+ <qualified-type-def type-id='type-id-171' const='yes' id='type-id-195'/>
<!-- const hb_font_funcs_t -->
- <qualified-type-def type-id='type-id-173' const='yes' id='type-id-197'/>
+ <qualified-type-def type-id='type-id-172' const='yes' id='type-id-196'/>
<!-- hb_blob_t* (hb_face_t*, typedef hb_tag_t, void*)* -->
- <pointer-type-def type-id='type-id-208' size-in-bits='64' id='type-id-207'/>
+ <pointer-type-def type-id='type-id-207' size-in-bits='64' id='type-id-206'/>
<!-- typedef hb_bool_t (hb_font_t*, void*, const char*, int, hb_codepoint_t*, void*)* -->
- <pointer-type-def type-id='type-id-209' size-in-bits='64' id='type-id-201'/>
+ <pointer-type-def type-id='type-id-208' size-in-bits='64' id='type-id-200'/>
<!-- typedef hb_bool_t (hb_font_t*, void*, typedef hb_codepoint_t, char*, unsigned int, void*)* -->
- <pointer-type-def type-id='type-id-210' size-in-bits='64' id='type-id-206'/>
+ <pointer-type-def type-id='type-id-209' size-in-bits='64' id='type-id-205'/>
<!-- typedef hb_bool_t (hb_font_t*, void*, typedef hb_codepoint_t, hb_glyph_extents_t*, void*)* -->
- <pointer-type-def type-id='type-id-211' size-in-bits='64' id='type-id-200'/>
+ <pointer-type-def type-id='type-id-210' size-in-bits='64' id='type-id-199'/>
<!-- typedef hb_bool_t (hb_font_t*, void*, typedef hb_codepoint_t, typedef hb_codepoint_t, hb_codepoint_t*, void*)* -->
- <pointer-type-def type-id='type-id-212' size-in-bits='64' id='type-id-202'/>
+ <pointer-type-def type-id='type-id-211' size-in-bits='64' id='type-id-201'/>
<!-- typedef hb_bool_t (hb_font_t*, void*, typedef hb_codepoint_t, unsigned int, hb_position_t*, hb_position_t*, void*)* -->
- <pointer-type-def type-id='type-id-213' size-in-bits='64' id='type-id-199'/>
+ <pointer-type-def type-id='type-id-212' size-in-bits='64' id='type-id-198'/>
<!-- typedef typedef hb_position_t (hb_font_t*, void*, typedef hb_codepoint_t, void*)* hb_font_get_glyph_advance_func_t -->
- <typedef-decl name='hb_font_get_glyph_advance_func_t' type-id='type-id-214' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='102' column='1' id='type-id-203'/>
+ <typedef-decl name='hb_font_get_glyph_advance_func_t' type-id='type-id-213' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='102' column='1' id='type-id-202'/>
<!-- typedef typedef hb_position_t (hb_font_t*, void*, typedef hb_codepoint_t, typedef hb_codepoint_t, void*)* hb_font_get_glyph_kerning_func_t -->
- <typedef-decl name='hb_font_get_glyph_kerning_func_t' type-id='type-id-215' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='115' column='1' id='type-id-204'/>
+ <typedef-decl name='hb_font_get_glyph_kerning_func_t' type-id='type-id-214' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='115' column='1' id='type-id-203'/>
<!-- typedef typedef hb_bool_t (hb_font_t*, void*, typedef hb_codepoint_t, hb_position_t*, hb_position_t*, void*)* hb_font_get_glyph_origin_func_t -->
- <typedef-decl name='hb_font_get_glyph_origin_func_t' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='109' column='1' id='type-id-205'/>
+ <typedef-decl name='hb_font_get_glyph_origin_func_t' type-id='type-id-215' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='109' column='1' id='type-id-204'/>
<!-- typedef hb_shape_plan_t hb_shape_plan_t -->
- <typedef-decl name='hb_shape_plan_t' type-id='type-id-217' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.h' line='39' column='1' id='type-id-198'/>
+ <typedef-decl name='hb_shape_plan_t' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.h' line='39' column='1' id='type-id-197'/>
<!-- hb_blob_t* (hb_face_t*, hb_tag_t, void*) -->
- <function-type size-in-bits='64' id='type-id-208'>
+ <function-type size-in-bits='64' id='type-id-207'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-158'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- hb_blob_t* -->
<return type-id='type-id-59'/>
</function-type>
<!-- hb_bool_t (hb_font_t*, void*, const char*, int, hb_codepoint_t*, void*) -->
- <function-type size-in-bits='64' id='type-id-209'>
+ <function-type size-in-bits='64' id='type-id-208'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'const char*' -->
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-type>
<!-- hb_bool_t (hb_font_t*, void*, hb_codepoint_t, char*, unsigned int, void*) -->
- <function-type size-in-bits='64' id='type-id-210'>
+ <function-type size-in-bits='64' id='type-id-209'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'char*' -->
<parameter type-id='type-id-61'/>
<!-- parameter of type 'unsigned int' -->
<return type-id='type-id-26'/>
</function-type>
<!-- hb_bool_t (hb_font_t*, void*, hb_codepoint_t, hb_glyph_extents_t*, void*) -->
- <function-type size-in-bits='64' id='type-id-211'>
+ <function-type size-in-bits='64' id='type-id-210'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_glyph_extents_t*' -->
- <parameter type-id='type-id-164'/>
+ <parameter type-id='type-id-163'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-type>
<!-- hb_bool_t (hb_font_t*, void*, hb_codepoint_t, hb_codepoint_t, hb_codepoint_t*, void*) -->
- <function-type size-in-bits='64' id='type-id-212'>
+ <function-type size-in-bits='64' id='type-id-211'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-type>
<!-- hb_bool_t (hb_font_t*, void*, hb_codepoint_t, unsigned int, hb_position_t*, hb_position_t*, void*) -->
- <function-type size-in-bits='64' id='type-id-213'>
+ <function-type size-in-bits='64' id='type-id-212'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-type>
<!-- struct hb_shape_plan_t -->
- <class-decl name='hb_shape_plan_t' size-in-bits='1664' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='36' column='1' id='type-id-217'>
+ <class-decl name='hb_shape_plan_t' size-in-bits='1664' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='36' column='1' id='type-id-216'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_object_header_t hb_shape_plan_t::header -->
<var-decl name='header' type-id='type-id-49' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='37' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<!-- hb_face_t* hb_shape_plan_t::face_unsafe -->
- <var-decl name='face_unsafe' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='41' column='1'/>
+ <var-decl name='face_unsafe' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='41' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<!-- hb_segment_properties_t hb_shape_plan_t::props -->
- <var-decl name='props' type-id='type-id-71' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='42' column='1'/>
+ <var-decl name='props' type-id='type-id-70' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='42' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1280'>
<!-- hb_shape_func_t* hb_shape_plan_t::shaper_func -->
- <var-decl name='shaper_func' type-id='type-id-218' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='44' column='1'/>
+ <var-decl name='shaper_func' type-id='type-id-217' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='44' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1344'>
<!-- const char* hb_shape_plan_t::shaper_name -->
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
<!-- hb_feature_t* hb_shape_plan_t::user_features -->
- <var-decl name='user_features' type-id='type-id-219' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='47' column='1'/>
+ <var-decl name='user_features' type-id='type-id-218' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1472'>
<!-- unsigned int hb_shape_plan_t::num_user_features -->
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
<!-- hb_shaper_data_t hb_shape_plan_t::shaper_data -->
- <var-decl name='shaper_data' type-id='type-id-161' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='50' column='1'/>
+ <var-decl name='shaper_data' type-id='type-id-160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='50' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_shape_plan_t::_static_assertion_on_line_38() -->
<function-decl name='_static_assertion_on_line_38' mangled-name='_ZNK15hb_shape_plan_t28_static_assertion_on_line_38Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='38' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_shape_plan_t*' -->
- <parameter type-id='type-id-220' is-artificial='yes'/>
+ <parameter type-id='type-id-219' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- typedef hb_bool_t (hb_font_t*, void*, typedef hb_codepoint_t, hb_position_t*, hb_position_t*, void*)* -->
- <pointer-type-def type-id='type-id-221' size-in-bits='64' id='type-id-216'/>
+ <pointer-type-def type-id='type-id-220' size-in-bits='64' id='type-id-215'/>
<!-- typedef hb_position_t (hb_font_t*, void*, typedef hb_codepoint_t, typedef hb_codepoint_t, void*)* -->
- <pointer-type-def type-id='type-id-222' size-in-bits='64' id='type-id-215'/>
+ <pointer-type-def type-id='type-id-221' size-in-bits='64' id='type-id-214'/>
<!-- typedef hb_position_t (hb_font_t*, void*, typedef hb_codepoint_t, void*)* -->
- <pointer-type-def type-id='type-id-223' size-in-bits='64' id='type-id-214'/>
+ <pointer-type-def type-id='type-id-222' size-in-bits='64' id='type-id-213'/>
<!-- const hb_shape_plan_t* -->
- <pointer-type-def type-id='type-id-224' size-in-bits='64' id='type-id-220'/>
+ <pointer-type-def type-id='type-id-223' size-in-bits='64' id='type-id-219'/>
<!-- hb_bool_t (hb_font_t*, void*, hb_codepoint_t, hb_position_t*, hb_position_t*, void*) -->
- <function-type size-in-bits='64' id='type-id-221'>
+ <function-type size-in-bits='64' id='type-id-220'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-type>
<!-- hb_position_t (hb_font_t*, void*, hb_codepoint_t, hb_codepoint_t, void*) -->
- <function-type size-in-bits='64' id='type-id-222'>
+ <function-type size-in-bits='64' id='type-id-221'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-type>
<!-- hb_position_t (hb_font_t*, void*, hb_codepoint_t, void*) -->
- <function-type size-in-bits='64' id='type-id-223'>
+ <function-type size-in-bits='64' id='type-id-222'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-type>
<!-- hb_feature_t* -->
- <pointer-type-def type-id='type-id-225' size-in-bits='64' id='type-id-219'/>
+ <pointer-type-def type-id='type-id-224' size-in-bits='64' id='type-id-218'/>
<!-- hb_shape_func_t* -->
- <pointer-type-def type-id='type-id-226' size-in-bits='64' id='type-id-218'/>
+ <pointer-type-def type-id='type-id-225' size-in-bits='64' id='type-id-217'/>
<!-- const hb_shape_plan_t -->
- <qualified-type-def type-id='type-id-217' const='yes' id='type-id-224'/>
+ <qualified-type-def type-id='type-id-216' const='yes' id='type-id-223'/>
<!-- typedef hb_feature_t hb_feature_t -->
- <typedef-decl name='hb_feature_t' type-id='type-id-227' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='48' column='1' id='type-id-225'/>
+ <typedef-decl name='hb_feature_t' type-id='type-id-226' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='48' column='1' id='type-id-224'/>
<!-- typedef typedef hb_bool_t (hb_shape_plan_t*, hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int) hb_shape_func_t -->
- <typedef-decl name='hb_shape_func_t' type-id='type-id-228' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shaper-private.hh' line='36' column='1' id='type-id-226'/>
+ <typedef-decl name='hb_shape_func_t' type-id='type-id-227' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shaper-private.hh' line='36' column='1' id='type-id-225'/>
<!-- hb_bool_t (hb_shape_plan_t*, hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int) -->
- <function-type size-in-bits='64' id='type-id-228'>
+ <function-type size-in-bits='64' id='type-id-227'>
<!-- parameter of type 'hb_shape_plan_t*' -->
- <parameter type-id='type-id-176'/>
+ <parameter type-id='type-id-175'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- parameter of type 'const hb_feature_t*' -->
- <parameter type-id='type-id-229'/>
+ <parameter type-id='type-id-228'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-type>
<!-- struct hb_feature_t -->
- <class-decl name='hb_feature_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='43' column='1' id='type-id-227'>
+ <class-decl name='hb_feature_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='43' column='1' id='type-id-226'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_tag_t hb_feature_t::tag -->
- <var-decl name='tag' type-id='type-id-180' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='44' column='1'/>
+ <var-decl name='tag' type-id='type-id-179' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='44' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- uint32_t hb_feature_t::value -->
- <var-decl name='value' type-id='type-id-107' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='45' column='1'/>
+ <var-decl name='value' type-id='type-id-106' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='45' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- unsigned int hb_feature_t::start -->
</data-member>
</class-decl>
<!-- const hb_feature_t* -->
- <pointer-type-def type-id='type-id-230' size-in-bits='64' id='type-id-229'/>
+ <pointer-type-def type-id='type-id-229' size-in-bits='64' id='type-id-228'/>
<!-- const hb_feature_t -->
- <qualified-type-def type-id='type-id-225' const='yes' id='type-id-230'/>
+ <qualified-type-def type-id='type-id-224' const='yes' id='type-id-229'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-buffer.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<!-- struct hb_utf_t<unsigned int, true> -->
- <class-decl name='hb_utf_t<unsigned int, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='32' column='1' id='type-id-231'>
+ <class-decl name='hb_utf_t<unsigned int, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='32' column='1' id='type-id-230'>
<member-function access='public' static='yes'>
<!-- const uint32_t* hb_utf_t<unsigned int, true>::next(const uint32_t*, hb_codepoint_t*, unsigned int) -->
<function-decl name='next' mangled-name='_ZN8hb_utf_tIjLb1EE4nextEPKjS2_Pjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='213' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const uint32_t*' -->
- <parameter type-id='type-id-232'/>
+ <parameter type-id='type-id-231'/>
<!-- parameter of type 'const uint32_t*' -->
- <parameter type-id='type-id-232'/>
+ <parameter type-id='type-id-231'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const uint32_t* -->
- <return type-id='type-id-232'/>
+ <return type-id='type-id-231'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<!-- const uint32_t* hb_utf_t<unsigned int, true>::prev(const uint32_t*, hb_codepoint_t*, unsigned int) -->
<function-decl name='prev' mangled-name='_ZN8hb_utf_tIjLb1EE4prevEPKjS2_Pjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='230' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const uint32_t*' -->
- <parameter type-id='type-id-232'/>
+ <parameter type-id='type-id-231'/>
<!-- parameter of type 'const uint32_t*' -->
- <parameter type-id='type-id-232'/>
+ <parameter type-id='type-id-231'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const uint32_t* -->
- <return type-id='type-id-232'/>
+ <return type-id='type-id-231'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<!-- unsigned int hb_utf_t<unsigned int, true>::strlen() -->
<function-decl name='strlen' mangled-name='_ZN8hb_utf_tIjLb1EE6strlenEPKj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='240' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const uint32_t*' -->
- <parameter type-id='type-id-232'/>
+ <parameter type-id='type-id-231'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
</member-function>
</class-decl>
<!-- const uint32_t -->
- <qualified-type-def type-id='type-id-107' const='yes' id='type-id-233'/>
+ <qualified-type-def type-id='type-id-106' const='yes' id='type-id-232'/>
<!-- const uint32_t* -->
- <pointer-type-def type-id='type-id-233' size-in-bits='64' id='type-id-232'/>
+ <pointer-type-def type-id='type-id-232' size-in-bits='64' id='type-id-231'/>
<!-- struct hb_utf_t<short unsigned int, true> -->
- <class-decl name='hb_utf_t<short unsigned int, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='138' column='1' id='type-id-234'>
+ <class-decl name='hb_utf_t<short unsigned int, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='138' column='1' id='type-id-233'>
<member-function access='public' static='yes'>
<!-- const uint16_t* hb_utf_t<short unsigned int, true>::next(const uint16_t*, hb_codepoint_t*, hb_codepoint_t) -->
<function-decl name='next' mangled-name='_ZN8hb_utf_tItLb1EE4nextEPKtS2_Pjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const uint16_t*' -->
- <parameter type-id='type-id-235'/>
+ <parameter type-id='type-id-234'/>
<!-- parameter of type 'const uint16_t*' -->
- <parameter type-id='type-id-235'/>
+ <parameter type-id='type-id-234'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- const uint16_t* -->
- <return type-id='type-id-235'/>
+ <return type-id='type-id-234'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<!-- const uint16_t* hb_utf_t<short unsigned int, true>::prev(const uint16_t*, hb_codepoint_t*, hb_codepoint_t) -->
<function-decl name='prev' mangled-name='_ZN8hb_utf_tItLb1EE4prevEPKtS2_Pjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='172' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const uint16_t*' -->
- <parameter type-id='type-id-235'/>
+ <parameter type-id='type-id-234'/>
<!-- parameter of type 'const uint16_t*' -->
- <parameter type-id='type-id-235'/>
+ <parameter type-id='type-id-234'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- const uint16_t* -->
- <return type-id='type-id-235'/>
+ <return type-id='type-id-234'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<!-- unsigned int hb_utf_t<short unsigned int, true>::strlen() -->
<function-decl name='strlen' mangled-name='_ZN8hb_utf_tItLb1EE6strlenEPKt' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const uint16_t*' -->
- <parameter type-id='type-id-235'/>
+ <parameter type-id='type-id-234'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
</member-function>
</class-decl>
<!-- const uint16_t -->
- <qualified-type-def type-id='type-id-141' const='yes' id='type-id-236'/>
+ <qualified-type-def type-id='type-id-140' const='yes' id='type-id-235'/>
<!-- const uint16_t* -->
- <pointer-type-def type-id='type-id-236' size-in-bits='64' id='type-id-235'/>
+ <pointer-type-def type-id='type-id-235' size-in-bits='64' id='type-id-234'/>
<!-- struct hb_utf_t<unsigned char, true> -->
- <class-decl name='hb_utf_t<unsigned char, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='39' column='1' id='type-id-237'>
+ <class-decl name='hb_utf_t<unsigned char, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='39' column='1' id='type-id-236'>
<member-function access='public' static='yes'>
<!-- const uint8_t* hb_utf_t<unsigned char, true>::next(const uint8_t*, hb_codepoint_t*, hb_codepoint_t) -->
<function-decl name='next' mangled-name='_ZN8hb_utf_tIhLb1EE4nextEPKhS2_Pjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='41' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const uint8_t*' -->
- <parameter type-id='type-id-238'/>
+ <parameter type-id='type-id-237'/>
<!-- parameter of type 'const uint8_t*' -->
- <parameter type-id='type-id-238'/>
+ <parameter type-id='type-id-237'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- const uint8_t* -->
- <return type-id='type-id-238'/>
+ <return type-id='type-id-237'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<!-- const uint8_t* hb_utf_t<unsigned char, true>::prev(const uint8_t*, hb_codepoint_t*, hb_codepoint_t) -->
<function-decl name='prev' mangled-name='_ZN8hb_utf_tIhLb1EE4prevEPKhS2_Pjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const uint8_t*' -->
- <parameter type-id='type-id-238'/>
+ <parameter type-id='type-id-237'/>
<!-- parameter of type 'const uint8_t*' -->
- <parameter type-id='type-id-238'/>
+ <parameter type-id='type-id-237'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- const uint8_t* -->
- <return type-id='type-id-238'/>
+ <return type-id='type-id-237'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<!-- unsigned int hb_utf_t<unsigned char, true>::strlen() -->
<function-decl name='strlen' mangled-name='_ZN8hb_utf_tIhLb1EE6strlenEPKh' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const uint8_t*' -->
- <parameter type-id='type-id-238'/>
+ <parameter type-id='type-id-237'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
</member-function>
</class-decl>
<!-- const uint8_t -->
- <qualified-type-def type-id='type-id-145' const='yes' id='type-id-239'/>
+ <qualified-type-def type-id='type-id-144' const='yes' id='type-id-238'/>
<!-- const uint8_t* -->
- <pointer-type-def type-id='type-id-239' size-in-bits='64' id='type-id-238'/>
+ <pointer-type-def type-id='type-id-238' size-in-bits='64' id='type-id-237'/>
<!-- const hb_segment_properties_t -->
- <qualified-type-def type-id='type-id-71' const='yes' id='type-id-240'/>
+ <qualified-type-def type-id='type-id-70' const='yes' id='type-id-239'/>
<!-- const hb_segment_properties_t* -->
- <pointer-type-def type-id='type-id-240' size-in-bits='64' id='type-id-241'/>
+ <pointer-type-def type-id='type-id-239' size-in-bits='64' id='type-id-240'/>
<!-- hb_bool_t hb_segment_properties_equal(const hb_segment_properties_t*, const hb_segment_properties_t*) -->
<function-decl name='hb_segment_properties_equal' mangled-name='hb_segment_properties_equal' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_segment_properties_equal'>
<!-- parameter of type 'const hb_segment_properties_t*' -->
- <parameter type-id='type-id-241' name='a' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='40' column='1'/>
+ <parameter type-id='type-id-240' name='a' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='40' column='1'/>
<!-- parameter of type 'const hb_segment_properties_t*' -->
- <parameter type-id='type-id-241' name='b' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='41' column='1'/>
+ <parameter type-id='type-id-240' name='b' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='41' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- unsigned int hb_segment_properties_hash(const hb_segment_properties_t*) -->
<function-decl name='hb_segment_properties_hash' mangled-name='hb_segment_properties_hash' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='52' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_segment_properties_hash'>
<!-- parameter of type 'const hb_segment_properties_t*' -->
- <parameter type-id='type-id-241' name='p' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='52' column='1'/>
+ <parameter type-id='type-id-240' name='p' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='52' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- hb_buffer_t* hb_buffer_get_empty() -->
<function-decl name='hb_buffer_get_empty' mangled-name='hb_buffer_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='699' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_empty'>
<!-- hb_buffer_t* -->
- <return type-id='type-id-80'/>
+ <return type-id='type-id-79'/>
</function-decl>
<!-- void hb_buffer_set_content_type(hb_buffer_t*, hb_buffer_content_type_t) -->
<function-decl name='hb_buffer_set_content_type' mangled-name='hb_buffer_set_content_type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='810' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_content_type'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='810' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='810' column='1'/>
<!-- parameter of type 'enum hb_buffer_content_type_t' -->
- <parameter type-id='type-id-70' name='content_type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='811' column='1'/>
+ <parameter type-id='type-id-69' name='content_type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='811' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_buffer_content_type_t hb_buffer_get_content_type(hb_buffer_t*) -->
<function-decl name='hb_buffer_get_content_type' mangled-name='hb_buffer_get_content_type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='827' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_content_type'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='827' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='827' column='1'/>
<!-- enum hb_buffer_content_type_t -->
- <return type-id='type-id-70'/>
+ <return type-id='type-id-69'/>
</function-decl>
<!-- hb_unicode_funcs_t* hb_buffer_get_unicode_funcs(hb_buffer_t*) -->
<function-decl name='hb_buffer_get_unicode_funcs' mangled-name='hb_buffer_get_unicode_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='869' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_unicode_funcs'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='869' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='869' column='1'/>
<!-- hb_unicode_funcs_t* -->
- <return type-id='type-id-67'/>
+ <return type-id='type-id-66'/>
</function-decl>
<!-- hb_direction_t hb_buffer_get_direction(hb_buffer_t*) -->
<function-decl name='hb_buffer_get_direction' mangled-name='hb_buffer_get_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='905' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_direction'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='905' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='905' column='1'/>
<!-- enum hb_direction_t -->
- <return type-id='type-id-126'/>
+ <return type-id='type-id-125'/>
</function-decl>
<!-- hb_script_t hb_buffer_get_script(hb_buffer_t*) -->
<function-decl name='hb_buffer_get_script' mangled-name='hb_buffer_get_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='940' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_script'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='940' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='940' column='1'/>
<!-- enum hb_script_t -->
- <return type-id='type-id-104'/>
+ <return type-id='type-id-103'/>
</function-decl>
<!-- hb_language_t hb_buffer_get_language(hb_buffer_t*) -->
<function-decl name='hb_buffer_get_language' mangled-name='hb_buffer_get_language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='975' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_language'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='975' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='975' column='1'/>
<!-- typedef hb_language_t -->
- <return type-id='type-id-127'/>
+ <return type-id='type-id-126'/>
</function-decl>
<!-- hb_segment_properties_t* -->
- <pointer-type-def type-id='type-id-71' size-in-bits='64' id='type-id-242'/>
+ <pointer-type-def type-id='type-id-70' size-in-bits='64' id='type-id-241'/>
<!-- void hb_buffer_get_segment_properties(hb_buffer_t*, hb_segment_properties_t*) -->
<function-decl name='hb_buffer_get_segment_properties' mangled-name='hb_buffer_get_segment_properties' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1009' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_segment_properties'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1009' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1009' column='1'/>
<!-- parameter of type 'hb_segment_properties_t*' -->
- <parameter type-id='type-id-242' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1010' column='1'/>
+ <parameter type-id='type-id-241' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1010' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_buffer_flags_t hb_buffer_get_flags(hb_buffer_t*) -->
<function-decl name='hb_buffer_get_flags' mangled-name='hb_buffer_get_flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1046' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_flags'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1046' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1046' column='1'/>
<!-- enum hb_buffer_flags_t -->
- <return type-id='type-id-68'/>
+ <return type-id='type-id-67'/>
</function-decl>
<!-- hb_codepoint_t hb_buffer_get_replacement_codepoint(hb_buffer_t*) -->
<function-decl name='hb_buffer_get_replacement_codepoint' mangled-name='hb_buffer_get_replacement_codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1082' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_replacement_codepoint'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1082' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1082' column='1'/>
<!-- typedef hb_codepoint_t -->
- <return type-id='type-id-69'/>
+ <return type-id='type-id-68'/>
</function-decl>
<!-- hb_bool_t hb_buffer_allocation_successful(hb_buffer_t*) -->
<function-decl name='hb_buffer_allocation_successful' mangled-name='hb_buffer_allocation_successful' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1144' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_allocation_successful'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1144' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1144' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- unsigned int hb_buffer_get_length(hb_buffer_t*) -->
<function-decl name='hb_buffer_get_length' mangled-name='hb_buffer_get_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1219' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_length'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1219' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1219' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- hb_glyph_info_t* hb_buffer_get_glyph_infos(hb_buffer_t*, unsigned int*) -->
<function-decl name='hb_buffer_get_glyph_infos' mangled-name='hb_buffer_get_glyph_infos' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_glyph_infos'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1237' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1237' column='1'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1238' column='1'/>
<!-- hb_glyph_info_t* -->
- <return type-id='type-id-72'/>
+ <return type-id='type-id-71'/>
</function-decl>
<!-- void hb_buffer_set_replacement_codepoint(hb_buffer_t*, hb_codepoint_t) -->
<function-decl name='hb_buffer_set_replacement_codepoint' mangled-name='hb_buffer_set_replacement_codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1062' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_replacement_codepoint'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1062' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1062' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='replacement' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1063' column='1'/>
+ <parameter type-id='type-id-68' name='replacement' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1063' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_set_flags(hb_buffer_t*, hb_buffer_flags_t) -->
<function-decl name='hb_buffer_set_flags' mangled-name='hb_buffer_set_flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1026' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_flags'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1026' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1026' column='1'/>
<!-- parameter of type 'enum hb_buffer_flags_t' -->
- <parameter type-id='type-id-68' name='flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1027' column='1'/>
+ <parameter type-id='type-id-67' name='flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1027' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_set_segment_properties(hb_buffer_t*, const hb_segment_properties_t*) -->
<function-decl name='hb_buffer_set_segment_properties' mangled-name='hb_buffer_set_segment_properties' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='990' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_segment_properties'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='990' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='990' column='1'/>
<!-- parameter of type 'const hb_segment_properties_t*' -->
- <parameter type-id='type-id-241' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='991' column='1'/>
+ <parameter type-id='type-id-240' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='991' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_set_language(hb_buffer_t*, hb_language_t) -->
<function-decl name='hb_buffer_set_language' mangled-name='hb_buffer_set_language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='955' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_language'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='955' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='955' column='1'/>
<!-- parameter of type 'typedef hb_language_t' -->
- <parameter type-id='type-id-127' name='language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='956' column='1'/>
+ <parameter type-id='type-id-126' name='language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='956' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_set_script(hb_buffer_t*, hb_script_t) -->
<function-decl name='hb_buffer_set_script' mangled-name='hb_buffer_set_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='920' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_script'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='920' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='920' column='1'/>
<!-- parameter of type 'enum hb_script_t' -->
- <parameter type-id='type-id-104' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='921' column='1'/>
+ <parameter type-id='type-id-103' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='921' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_set_direction(hb_buffer_t*, hb_direction_t) -->
<function-decl name='hb_buffer_set_direction' mangled-name='hb_buffer_set_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='884' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_direction'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='884' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='884' column='1'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='885' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='885' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_reverse(hb_buffer_t*) -->
<function-decl name='hb_buffer_reverse' mangled-name='hb_buffer_reverse' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_reverse'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_reverse_clusters(hb_buffer_t*) -->
<function-decl name='hb_buffer_reverse_clusters' mangled-name='hb_buffer_reverse_clusters' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1296' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_reverse_clusters'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_glyph_position_t* hb_buffer_get_glyph_positions(hb_buffer_t*, unsigned int*) -->
<function-decl name='hb_buffer_get_glyph_positions' mangled-name='hb_buffer_get_glyph_positions' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_glyph_positions'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1259' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1259' column='1'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1260' column='1'/>
<!-- hb_glyph_position_t* -->
- <return type-id='type-id-73'/>
+ <return type-id='type-id-72'/>
</function-decl>
<!-- void hb_buffer_clear_contents(hb_buffer_t*) -->
<function-decl name='hb_buffer_clear_contents' mangled-name='hb_buffer_clear_contents' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_clear_contents'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_set_unicode_funcs(hb_buffer_t*, hb_unicode_funcs_t*) -->
<function-decl name='hb_buffer_set_unicode_funcs' mangled-name='hb_buffer_set_unicode_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='843' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_unicode_funcs'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='843' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='843' column='1'/>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='unicode_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='844' column='1'/>
+ <parameter type-id='type-id-66' name='unicode_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='844' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_buffer_reset(hb_buffer_t*) -->
<function-decl name='hb_buffer_reset' mangled-name='hb_buffer_reset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1097' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_reset'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void* hb_buffer_get_user_data(hb_buffer_t*, hb_user_data_key_t*) -->
<function-decl name='hb_buffer_get_user_data' mangled-name='hb_buffer_get_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='793' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_user_data'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='793' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='793' column='1'/>
<!-- parameter of type 'hb_user_data_key_t*' -->
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='794' column='1'/>
<!-- void* -->
<!-- hb_bool_t hb_buffer_set_user_data(hb_buffer_t*, hb_user_data_key_t*, void*, hb_destroy_func_t, hb_bool_t) -->
<function-decl name='hb_buffer_set_user_data' mangled-name='hb_buffer_set_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='772' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_user_data'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='772' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='772' column='1'/>
<!-- parameter of type 'hb_user_data_key_t*' -->
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='773' column='1'/>
<!-- parameter of type 'void*' -->
<!-- hb_buffer_t* hb_buffer_reference(hb_buffer_t*) -->
<function-decl name='hb_buffer_reference' mangled-name='hb_buffer_reference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='731' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_reference'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='731' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='731' column='1'/>
<!-- hb_buffer_t* -->
- <return type-id='type-id-80'/>
+ <return type-id='type-id-79'/>
</function-decl>
<!-- void hb_buffer_destroy(hb_buffer_t*) -->
<function-decl name='hb_buffer_destroy' mangled-name='hb_buffer_destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_destroy'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_buffer_t* hb_buffer_create() -->
<function-decl name='hb_buffer_create' mangled-name='hb_buffer_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='677' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_create'>
<!-- hb_buffer_t* -->
- <return type-id='type-id-80'/>
+ <return type-id='type-id-79'/>
</function-decl>
<!-- void hb_buffer_guess_segment_properties(hb_buffer_t*) -->
<function-decl name='hb_buffer_guess_segment_properties' mangled-name='hb_buffer_guess_segment_properties' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1326' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_guess_segment_properties'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_bool_t hb_buffer_pre_allocate(hb_buffer_t*, unsigned int) -->
<function-decl name='hb_buffer_pre_allocate' mangled-name='hb_buffer_pre_allocate' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_pre_allocate'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1128' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1128' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='size' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1128' column='1'/>
<!-- typedef hb_bool_t -->
<!-- void hb_buffer_add(hb_buffer_t*, hb_codepoint_t, unsigned int) -->
<function-decl name='hb_buffer_add' mangled-name='hb_buffer_add' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1160' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_add'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1160' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1160' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1161' column='1'/>
+ <parameter type-id='type-id-68' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1161' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='cluster' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1162' column='1'/>
<!-- void -->
<!-- void hb_buffer_add_codepoints(hb_buffer_t*, const hb_codepoint_t*, int, unsigned int, int) -->
<function-decl name='hb_buffer_add_codepoints' mangled-name='hb_buffer_add_codepoints' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1479' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_add_codepoints'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1479' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1479' column='1'/>
<!-- parameter of type 'const hb_codepoint_t*' -->
- <parameter type-id='type-id-86' name='text' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1480' column='1'/>
+ <parameter type-id='type-id-85' name='text' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1480' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4' name='text_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1481' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- void hb_buffer_add_utf32(hb_buffer_t*, const uint32_t*, int, unsigned int, int) -->
<function-decl name='hb_buffer_add_utf32' mangled-name='hb_buffer_add_utf32' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1457' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_add_utf32'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1457' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1457' column='1'/>
<!-- parameter of type 'const uint32_t*' -->
- <parameter type-id='type-id-232' name='text' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1458' column='1'/>
+ <parameter type-id='type-id-231' name='text' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1458' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4' name='text_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1459' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- void hb_buffer_add_utf16(hb_buffer_t*, const uint16_t*, int, unsigned int, int) -->
<function-decl name='hb_buffer_add_utf16' mangled-name='hb_buffer_add_utf16' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1435' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_add_utf16'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1435' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1435' column='1'/>
<!-- parameter of type 'const uint16_t*' -->
- <parameter type-id='type-id-235' name='text' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1436' column='1'/>
+ <parameter type-id='type-id-234' name='text' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1436' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4' name='text_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1437' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- hb_bool_t hb_buffer_set_length(hb_buffer_t*, unsigned int) -->
<function-decl name='hb_buffer_set_length' mangled-name='hb_buffer_set_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1180' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_length'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1128' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1128' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='size' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1128' column='1'/>
<!-- typedef hb_bool_t -->
<!-- void hb_buffer_add_utf8(hb_buffer_t*, const char*, int, unsigned int, int) -->
<function-decl name='hb_buffer_add_utf8' mangled-name='hb_buffer_add_utf8' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_add_utf8'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1413' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1413' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-50' name='text' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1414' column='1'/>
<!-- parameter of type 'int' -->
<!-- void hb_buffer_normalize_glyphs(hb_buffer_t*) -->
<function-decl name='hb_buffer_normalize_glyphs' mangled-name='hb_buffer_normalize_glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1553' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_normalize_glyphs'>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-common.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<!-- struct hb_language_item_t -->
- <class-decl name='hb_language_item_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='212' column='1' id='type-id-243'>
+ <class-decl name='hb_language_item_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='212' column='1' id='type-id-242'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_language_item_t* hb_language_item_t::next -->
- <var-decl name='next' type-id='type-id-244' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='214' column='1'/>
+ <var-decl name='next' type-id='type-id-243' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='214' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_language_t hb_language_item_t::lang -->
- <var-decl name='lang' type-id='type-id-127' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='215' column='1'/>
+ <var-decl name='lang' type-id='type-id-126' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='215' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool hb_language_item_t::operator==(const char*) -->
<function-decl name='operator==' mangled-name='_ZNK18hb_language_item_teqEPKc' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='217' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_language_item_t*' -->
- <parameter type-id='type-id-245' is-artificial='yes'/>
+ <parameter type-id='type-id-244' is-artificial='yes'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-50'/>
<!-- bool -->
<!-- hb_language_item_t& hb_language_item_t::operator=(const char*) -->
<function-decl name='operator=' mangled-name='_ZN18hb_language_item_taSEPKc' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='221' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_language_item_t*' -->
- <parameter type-id='type-id-244' is-artificial='yes'/>
+ <parameter type-id='type-id-243' is-artificial='yes'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-50'/>
<!-- hb_language_item_t& -->
- <return type-id='type-id-246'/>
+ <return type-id='type-id-245'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- void hb_language_item_t::finish() -->
<function-decl name='finish' mangled-name='_ZN18hb_language_item_t6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='229' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_language_item_t*' -->
- <parameter type-id='type-id-244' is-artificial='yes'/>
+ <parameter type-id='type-id-243' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- hb_language_item_t* -->
- <pointer-type-def type-id='type-id-243' size-in-bits='64' id='type-id-244'/>
+ <pointer-type-def type-id='type-id-242' size-in-bits='64' id='type-id-243'/>
<!-- const hb_language_item_t -->
- <qualified-type-def type-id='type-id-243' const='yes' id='type-id-247'/>
+ <qualified-type-def type-id='type-id-242' const='yes' id='type-id-246'/>
<!-- const hb_language_item_t* -->
- <pointer-type-def type-id='type-id-247' size-in-bits='64' id='type-id-245'/>
+ <pointer-type-def type-id='type-id-246' size-in-bits='64' id='type-id-244'/>
<!-- hb_language_item_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-243' size-in-bits='64' id='type-id-246'/>
+ <reference-type-def kind='lvalue' type-id='type-id-242' size-in-bits='64' id='type-id-245'/>
<!-- hb_tag_t hb_tag_from_string(const char*, int) -->
<function-decl name='hb_tag_from_string' mangled-name='hb_tag_from_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='70' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_tag_from_string'>
<!-- parameter of type 'const char*' -->
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='70' column='1'/>
<!-- typedef hb_tag_t -->
- <return type-id='type-id-180'/>
+ <return type-id='type-id-179'/>
</function-decl>
<!-- void hb_tag_to_string(hb_tag_t, char*) -->
<function-decl name='hb_tag_to_string' mangled-name='hb_tag_to_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='98' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_tag_to_string'>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='98' column='1'/>
+ <parameter type-id='type-id-179' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='98' column='1'/>
<!-- parameter of type 'char*' -->
<parameter type-id='type-id-61' name='buf' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='98' column='1'/>
<!-- void -->
<!-- const char* hb_language_to_string(hb_language_t) -->
<function-decl name='hb_language_to_string' mangled-name='hb_language_to_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='325' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_language_to_string'>
<!-- parameter of type 'typedef hb_language_t' -->
- <parameter type-id='type-id-127' name='language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='325' column='1'/>
+ <parameter type-id='type-id-126' name='language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='325' column='1'/>
<!-- const char* -->
<return type-id='type-id-50'/>
</function-decl>
<!-- hb_tag_t hb_script_to_iso15924_tag(hb_script_t) -->
<function-decl name='hb_script_to_iso15924_tag' mangled-name='hb_script_to_iso15924_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='429' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_script_to_iso15924_tag'>
<!-- parameter of type 'enum hb_script_t' -->
- <parameter type-id='type-id-104' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='429' column='1'/>
+ <parameter type-id='type-id-103' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='429' column='1'/>
<!-- typedef hb_tag_t -->
- <return type-id='type-id-180'/>
+ <return type-id='type-id-179'/>
</function-decl>
<!-- hb_direction_t hb_script_get_horizontal_direction(hb_script_t) -->
<function-decl name='hb_script_get_horizontal_direction' mangled-name='hb_script_get_horizontal_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='445' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_script_get_horizontal_direction'>
<!-- parameter of type 'enum hb_script_t' -->
- <parameter type-id='type-id-104' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='445' column='1'/>
+ <parameter type-id='type-id-103' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='445' column='1'/>
<!-- enum hb_direction_t -->
- <return type-id='type-id-126'/>
+ <return type-id='type-id-125'/>
</function-decl>
<!-- void hb_version(unsigned int*, unsigned int*, unsigned int*) -->
<function-decl name='hb_version' mangled-name='hb_version' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='547' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_version'>
<!-- hb_script_t hb_script_from_iso15924_tag(hb_tag_t) -->
<function-decl name='hb_script_from_iso15924_tag' mangled-name='hb_script_from_iso15924_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_script_from_iso15924_tag'>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='368' column='1'/>
+ <parameter type-id='type-id-179' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='368' column='1'/>
<!-- enum hb_script_t -->
- <return type-id='type-id-104'/>
+ <return type-id='type-id-103'/>
</function-decl>
<!-- hb_script_t hb_script_from_string(const char*, int) -->
<function-decl name='hb_script_from_string' mangled-name='hb_script_from_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_script_from_string'>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='413' column='1'/>
<!-- enum hb_script_t -->
- <return type-id='type-id-104'/>
+ <return type-id='type-id-103'/>
</function-decl>
<!-- const char* hb_direction_to_string(hb_direction_t) -->
<function-decl name='hb_direction_to_string' mangled-name='hb_direction_to_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='155' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_direction_to_string'>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='155' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='155' column='1'/>
<!-- const char* -->
<return type-id='type-id-50'/>
</function-decl>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='128' column='1'/>
<!-- enum hb_direction_t -->
- <return type-id='type-id-126'/>
+ <return type-id='type-id-125'/>
</function-decl>
<!-- hb_language_t hb_language_from_string(const char*, int) -->
<function-decl name='hb_language_from_string' mangled-name='hb_language_from_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='293' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_language_from_string'>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='293' column='1'/>
<!-- typedef hb_language_t -->
- <return type-id='type-id-127'/>
+ <return type-id='type-id-126'/>
</function-decl>
<!-- hb_language_t hb_language_get_default() -->
<function-decl name='hb_language_get_default' mangled-name='hb_language_get_default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='341' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_language_get_default'>
<!-- typedef hb_language_t -->
- <return type-id='type-id-127'/>
+ <return type-id='type-id-126'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-face.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<!-- namespace OT -->
<namespace-decl name='OT'>
<!-- struct OT::BEInt<unsigned int, 4> -->
- <class-decl name='BEInt<unsigned int, 4>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-248'>
+ <class-decl name='BEInt<unsigned int, 4>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-247'>
<data-member access='private' layout-offset-in-bits='0'>
<!-- uint8_t OT::BEInt<unsigned int, 4>::v[4] -->
- <var-decl name='v' type-id='type-id-138' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='607' column='1'/>
+ <var-decl name='v' type-id='type-id-137' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='607' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::BEInt<unsigned int, 4>::set(unsigned int) -->
<function-decl name='set' mangled-name='_ZN2OT5BEIntIjLi4EE3setEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='585' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::BEInt<unsigned int, 4>*' -->
- <parameter type-id='type-id-249' is-artificial='yes'/>
+ <parameter type-id='type-id-248' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- unsigned int OT::BEInt<unsigned int, 4>::operator unsigned int() -->
<function-decl name='operator unsigned int' mangled-name='_ZNK2OT5BEIntIjLi4EEcvjEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='592' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<unsigned int, 4>*' -->
- <parameter type-id='type-id-250' is-artificial='yes'/>
+ <parameter type-id='type-id-249' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::BEInt<unsigned int, 4>::operator==(const OT::BEInt<unsigned int, 4>&) -->
<function-decl name='operator==' mangled-name='_ZNK2OT5BEIntIjLi4EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='599' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<unsigned int, 4>*' -->
- <parameter type-id='type-id-250' is-artificial='yes'/>
+ <parameter type-id='type-id-249' is-artificial='yes'/>
<!-- parameter of type 'const OT::BEInt<unsigned int, 4>&' -->
- <parameter type-id='type-id-251'/>
+ <parameter type-id='type-id-250'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::BEInt<unsigned int, 4>::operator!=(const OT::BEInt<unsigned int, 4>&) -->
<function-decl name='operator!=' mangled-name='_ZNK2OT5BEIntIjLi4EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='606' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<unsigned int, 4>*' -->
- <parameter type-id='type-id-250' is-artificial='yes'/>
+ <parameter type-id='type-id-249' is-artificial='yes'/>
<!-- parameter of type 'const OT::BEInt<unsigned int, 4>&' -->
- <parameter type-id='type-id-251'/>
+ <parameter type-id='type-id-250'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::BEInt<short unsigned int, 2> -->
- <class-decl name='BEInt<short unsigned int, 2>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-252'>
+ <class-decl name='BEInt<short unsigned int, 2>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-251'>
<data-member access='private' layout-offset-in-bits='0'>
<!-- uint8_t OT::BEInt<short unsigned int, 2>::v[2] -->
- <var-decl name='v' type-id='type-id-253' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='554' column='1'/>
+ <var-decl name='v' type-id='type-id-252' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='554' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::BEInt<short unsigned int, 2>::set(unsigned short int) -->
<function-decl name='set' mangled-name='_ZN2OT5BEIntItLi2EE3setEt' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='538' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::BEInt<short unsigned int, 2>*' -->
- <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-253' is-artificial='yes'/>
<!-- parameter of type 'unsigned short int' -->
- <parameter type-id='type-id-140'/>
+ <parameter type-id='type-id-139'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- unsigned short int OT::BEInt<short unsigned int, 2>::operator short unsigned int() -->
<function-decl name='operator short unsigned int' mangled-name='_ZNK2OT5BEIntItLi2EEcvtEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='543' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<short unsigned int, 2>*' -->
- <parameter type-id='type-id-255' is-artificial='yes'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
<!-- unsigned short int -->
- <return type-id='type-id-140'/>
+ <return type-id='type-id-139'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::BEInt<short unsigned int, 2>::operator==(const OT::BEInt<short unsigned int, 2>&) -->
<function-decl name='operator==' mangled-name='_ZNK2OT5BEIntItLi2EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='548' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<short unsigned int, 2>*' -->
- <parameter type-id='type-id-255' is-artificial='yes'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
<!-- parameter of type 'const OT::BEInt<short unsigned int, 2>&' -->
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-255'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::BEInt<short unsigned int, 2>::operator!=(const OT::BEInt<short unsigned int, 2>&) -->
<function-decl name='operator!=' mangled-name='_ZNK2OT5BEIntItLi2EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='553' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<short unsigned int, 2>*' -->
- <parameter type-id='type-id-255' is-artificial='yes'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
<!-- parameter of type 'const OT::BEInt<short unsigned int, 2>&' -->
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-255'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::IntType<short unsigned int, 2u> -->
- <class-decl name='IntType<short unsigned int, 2u>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-257'>
+ <class-decl name='IntType<short unsigned int, 2u>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-256'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::BEInt<short unsigned int, 2> OT::IntType<short unsigned int, 2u>::v -->
- <var-decl name='v' type-id='type-id-252' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
+ <var-decl name='v' type-id='type-id-251' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::IntType<short unsigned int, 2u>::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::IntType<short unsigned int, 2u>::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::IntType<short unsigned int, 2u>::set(unsigned short int) -->
<function-decl name='set' mangled-name='_ZN2OT7IntTypeItLj2EE3setEt' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='614' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::IntType<short unsigned int, 2u>*' -->
- <parameter type-id='type-id-258' is-artificial='yes'/>
+ <parameter type-id='type-id-257' is-artificial='yes'/>
<!-- parameter of type 'unsigned short int' -->
- <parameter type-id='type-id-140'/>
+ <parameter type-id='type-id-139'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- unsigned short int OT::IntType<short unsigned int, 2u>::operator short unsigned int() -->
<function-decl name='operator short unsigned int' mangled-name='_ZNK2OT7IntTypeItLj2EEcvtEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='615' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<short unsigned int, 2u>*' -->
- <parameter type-id='type-id-259' is-artificial='yes'/>
+ <parameter type-id='type-id-258' is-artificial='yes'/>
<!-- unsigned short int -->
- <return type-id='type-id-140'/>
+ <return type-id='type-id-139'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::IntType<short unsigned int, 2u>::operator==(const OT::IntType<short unsigned int, 2u>&) -->
<function-decl name='operator==' mangled-name='_ZNK2OT7IntTypeItLj2EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='616' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<short unsigned int, 2u>*' -->
- <parameter type-id='type-id-259' is-artificial='yes'/>
+ <parameter type-id='type-id-258' is-artificial='yes'/>
<!-- parameter of type 'const OT::IntType<short unsigned int, 2u>&' -->
- <parameter type-id='type-id-260'/>
+ <parameter type-id='type-id-259'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::IntType<short unsigned int, 2u>::operator!=(const OT::IntType<short unsigned int, 2u>&) -->
<function-decl name='operator!=' mangled-name='_ZNK2OT7IntTypeItLj2EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='617' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<short unsigned int, 2u>*' -->
- <parameter type-id='type-id-259' is-artificial='yes'/>
+ <parameter type-id='type-id-258' is-artificial='yes'/>
<!-- parameter of type 'const OT::IntType<short unsigned int, 2u>&' -->
- <parameter type-id='type-id-260'/>
+ <parameter type-id='type-id-259'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- int OT::IntType<short unsigned int, 2u>::cmp(const OT::IntType<short unsigned int, 2u>*) -->
<function-decl name='cmp' mangled-name='_ZN2OT7IntTypeItLj2EE3cmpEPKS1_S3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const OT::IntType<short unsigned int, 2u>*' -->
- <parameter type-id='type-id-259'/>
+ <parameter type-id='type-id-258'/>
<!-- parameter of type 'const OT::IntType<short unsigned int, 2u>*' -->
- <parameter type-id='type-id-259'/>
+ <parameter type-id='type-id-258'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- int OT::IntType<short unsigned int, 2u>::cmp(OT::IntType<short unsigned int, 2u>) -->
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeItLj2EE3cmpES1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='619' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<short unsigned int, 2u>*' -->
- <parameter type-id='type-id-259' is-artificial='yes'/>
+ <parameter type-id='type-id-258' is-artificial='yes'/>
<!-- parameter of type 'struct OT::IntType<short unsigned int, 2u>' -->
- <parameter type-id='type-id-257'/>
+ <parameter type-id='type-id-256'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- int OT::IntType<short unsigned int, 2u>::cmp(unsigned short int) -->
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeItLj2EE3cmpEt' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='620' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<short unsigned int, 2u>*' -->
- <parameter type-id='type-id-259' is-artificial='yes'/>
+ <parameter type-id='type-id-258' is-artificial='yes'/>
<!-- parameter of type 'unsigned short int' -->
- <parameter type-id='type-id-140'/>
+ <parameter type-id='type-id-139'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- bool OT::IntType<short unsigned int, 2u>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7IntTypeItLj2EE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='621' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::IntType<short unsigned int, 2u>*' -->
- <parameter type-id='type-id-258' is-artificial='yes'/>
+ <parameter type-id='type-id-257' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::IntType<short unsigned int, 2u>::_instance_assertion_on_line_628() -->
<function-decl name='_instance_assertion_on_line_628' mangled-name='_ZNK2OT7IntTypeItLj2EE31_instance_assertion_on_line_628Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<short unsigned int, 2u>*' -->
- <parameter type-id='type-id-259' is-artificial='yes'/>
+ <parameter type-id='type-id-258' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::hb_sanitize_context_t -->
- <class-decl name='hb_sanitize_context_t' size-in-bits='320' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='178' column='1' id='type-id-262'>
+ <class-decl name='hb_sanitize_context_t' size-in-bits='320' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='178' column='1' id='type-id-261'>
<member-type access='public'>
<!-- typedef bool OT::hb_sanitize_context_t::return_t -->
- <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='181' column='1' id='type-id-263'/>
+ <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='181' column='1' id='type-id-262'/>
</member-type>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::hb_sanitize_context_t::max_debug_depth -->
- <var-decl name='max_debug_depth' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='180' column='1'/>
+ <var-decl name='max_debug_depth' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='180' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int OT::hb_sanitize_context_t::debug_depth -->
<!-- const char* OT::hb_sanitize_context_t::get_name() -->
<function-decl name='get_name' mangled-name='_ZN2OT21hb_sanitize_context_t8get_nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='179' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- const char* -->
<return type-id='type-id-50'/>
</function-decl>
<!-- OT::hb_sanitize_context_t::return_t OT::hb_sanitize_context_t::default_return_value() -->
<function-decl name='default_return_value' mangled-name='_ZN2OT21hb_sanitize_context_t20default_return_valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='184' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- typedef OT::hb_sanitize_context_t::return_t -->
- <return type-id='type-id-263'/>
+ <return type-id='type-id-262'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::hb_sanitize_context_t::stop_sublookup_iteration(OT::hb_sanitize_context_t::return_t) -->
<function-decl name='stop_sublookup_iteration' mangled-name='_ZNK2OT21hb_sanitize_context_t24stop_sublookup_iterationEb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='185' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'typedef OT::hb_sanitize_context_t::return_t' -->
- <parameter type-id='type-id-263'/>
+ <parameter type-id='type-id-262'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::hb_sanitize_context_t::init(hb_blob_t*) -->
<function-decl name='init' mangled-name='_ZN2OT21hb_sanitize_context_t4initEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='187' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'hb_blob_t*' -->
<parameter type-id='type-id-59'/>
<!-- void -->
<!-- void OT::hb_sanitize_context_t::start_processing() -->
<function-decl name='start_processing' mangled-name='_ZN2OT21hb_sanitize_context_t16start_processingEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::hb_sanitize_context_t::end_processing() -->
<function-decl name='end_processing' mangled-name='_ZN2OT21hb_sanitize_context_t14end_processingEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='206' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_range(void*, unsigned int) -->
<function-decl name='check_range' mangled-name='_ZNK2OT21hb_sanitize_context_t11check_rangeEPKvj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='217' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'unsigned int' -->
<!-- bool OT::hb_sanitize_context_t::check_array(void*, unsigned int, unsigned int) -->
<function-decl name='check_array' mangled-name='_ZNK2OT21hb_sanitize_context_t11check_arrayEPKvjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='231' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'unsigned int' -->
<!-- bool OT::hb_sanitize_context_t::may_edit(void*, unsigned int) -->
<function-decl name='may_edit' mangled-name='_ZN2OT21hb_sanitize_context_t8may_editEPKvj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='253' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'unsigned int' -->
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, int>(OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-265'/>
+ <parameter type-id='type-id-264'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::maxp>(const OT::maxp*) -->
<function-decl name='check_struct<OT::maxp>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::maxp*' -->
- <parameter type-id='type-id-267'/>
+ <parameter type-id='type-id-266'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::head>(const OT::head*) -->
<function-decl name='check_struct<OT::head>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::head*' -->
- <parameter type-id='type-id-268'/>
+ <parameter type-id='type-id-267'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::IntType<unsigned int, 4u> >(const OT::IntType<unsigned int, 4u>*) -->
<function-decl name='check_struct<OT::IntType<unsigned int, 4u> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::IntType<unsigned int, 4u>*' -->
- <parameter type-id='type-id-269'/>
+ <parameter type-id='type-id-268'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTable>(const OT::OffsetTable*) -->
<function-decl name='check_struct<OT::OffsetTable>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTable*' -->
- <parameter type-id='type-id-270'/>
+ <parameter type-id='type-id-269'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::FixedVersion>(const OT::FixedVersion*) -->
<function-decl name='check_struct<OT::FixedVersion>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::FixedVersion*' -->
- <parameter type-id='type-id-271'/>
+ <parameter type-id='type-id-270'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > >(const OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-272'/>
+ <parameter type-id='type-id-271'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> > >(const OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-273'/>
+ <parameter type-id='type-id-272'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >, int>(OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-274'/>
+ <parameter type-id='type-id-273'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >, int>(OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-275'/>
+ <parameter type-id='type-id-274'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >, int>(OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-276'/>
+ <parameter type-id='type-id-275'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-277'/>
+ <parameter type-id='type-id-276'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::IntType<short unsigned int, 2u> >(const OT::IntType<short unsigned int, 2u>*) -->
<function-decl name='check_struct<OT::IntType<short unsigned int, 2u> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::IntType<short unsigned int, 2u>*' -->
- <parameter type-id='type-id-259'/>
+ <parameter type-id='type-id-258'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::CmapSubtableFormat0>(const OT::CmapSubtableFormat0*) -->
<function-decl name='check_struct<OT::CmapSubtableFormat0>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::CmapSubtableFormat0*' -->
- <parameter type-id='type-id-278'/>
+ <parameter type-id='type-id-277'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::CmapSubtableFormat4>(const OT::CmapSubtableFormat4*) -->
<function-decl name='check_struct<OT::CmapSubtableFormat4>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::CmapSubtableFormat4*' -->
- <parameter type-id='type-id-279'/>
+ <parameter type-id='type-id-278'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::USHORT, uint16_t>(OT::USHORT*, const uint16_t&) -->
<function-decl name='try_set<OT::USHORT, uint16_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::USHORT*' -->
- <parameter type-id='type-id-280'/>
+ <parameter type-id='type-id-279'/>
<!-- parameter of type 'const uint16_t&' -->
- <parameter type-id='type-id-281'/>
+ <parameter type-id='type-id-280'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-282'/>
+ <parameter type-id='type-id-281'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> > >(const OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-283'/>
+ <parameter type-id='type-id-282'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> > >(const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-284'/>
+ <parameter type-id='type-id-283'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> > >(const OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >*) -->
<function-decl name='check_struct<OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-285'/>
+ <parameter type-id='type-id-284'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> > >(const OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-286'/>
+ <parameter type-id='type-id-285'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12> >(const OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>*) -->
<function-decl name='check_struct<OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>*' -->
- <parameter type-id='type-id-287'/>
+ <parameter type-id='type-id-286'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13> >(const OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>*) -->
<function-decl name='check_struct<OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>*' -->
- <parameter type-id='type-id-288'/>
+ <parameter type-id='type-id-287'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> > >(const OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-289'/>
+ <parameter type-id='type-id-288'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> > >(const OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-290'/>
+ <parameter type-id='type-id-289'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > >(const OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-291'/>
+ <parameter type-id='type-id-290'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> > >(const OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-292'/>
+ <parameter type-id='type-id-291'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > >(const OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-293'/>
+ <parameter type-id='type-id-292'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::VariationSelectorRecord>(const OT::VariationSelectorRecord*) -->
<function-decl name='check_struct<OT::VariationSelectorRecord>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::VariationSelectorRecord*' -->
- <parameter type-id='type-id-294'/>
+ <parameter type-id='type-id-293'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::CmapSubtableFormat14>(const OT::CmapSubtableFormat14*) -->
<function-decl name='check_struct<OT::CmapSubtableFormat14>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::CmapSubtableFormat14*' -->
- <parameter type-id='type-id-295'/>
+ <parameter type-id='type-id-294'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> > >(const OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-296'/>
+ <parameter type-id='type-id-295'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::EncodingRecord>(const OT::EncodingRecord*) -->
<function-decl name='check_struct<OT::EncodingRecord>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::EncodingRecord*' -->
- <parameter type-id='type-id-297'/>
+ <parameter type-id='type-id-296'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::cmap>(const OT::cmap*) -->
<function-decl name='check_struct<OT::cmap>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::cmap*' -->
- <parameter type-id='type-id-298'/>
+ <parameter type-id='type-id-297'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::_hea>(const OT::_hea*) -->
<function-decl name='check_struct<OT::_hea>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::_hea*' -->
- <parameter type-id='type-id-299'/>
+ <parameter type-id='type-id-298'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-300'/>
+ <parameter type-id='type-id-299'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-301'/>
+ <parameter type-id='type-id-300'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-302'/>
+ <parameter type-id='type-id-301'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-303'/>
+ <parameter type-id='type-id-302'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-304'/>
+ <parameter type-id='type-id-303'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-305'/>
+ <parameter type-id='type-id-304'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-306'/>
+ <parameter type-id='type-id-305'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-307'/>
+ <parameter type-id='type-id-306'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-308'/>
+ <parameter type-id='type-id-307'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-309'/>
+ <parameter type-id='type-id-308'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-310'/>
+ <parameter type-id='type-id-309'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-311'/>
+ <parameter type-id='type-id-310'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-312'/>
+ <parameter type-id='type-id-311'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-313'/>
+ <parameter type-id='type-id-312'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-314'/>
+ <parameter type-id='type-id-313'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-315'/>
+ <parameter type-id='type-id-314'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-315'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-317'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-317'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-319'/>
+ <parameter type-id='type-id-318'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, int>(OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-320'/>
+ <parameter type-id='type-id-319'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-321'/>
+ <parameter type-id='type-id-320'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-322'/>
+ <parameter type-id='type-id-321'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-323'/>
+ <parameter type-id='type-id-322'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-324'/>
+ <parameter type-id='type-id-323'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-325'/>
+ <parameter type-id='type-id-324'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-326'/>
+ <parameter type-id='type-id-325'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-327'/>
+ <parameter type-id='type-id-326'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-328'/>
+ <parameter type-id='type-id-327'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-329'/>
+ <parameter type-id='type-id-328'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-330'/>
+ <parameter type-id='type-id-329'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-331'/>
+ <parameter type-id='type-id-330'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-332'/>
+ <parameter type-id='type-id-331'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-333'/>
+ <parameter type-id='type-id-332'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-334'/>
+ <parameter type-id='type-id-333'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >, int>(OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >*, const int&) -->
<function-decl name='try_set<OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-335'/>
+ <parameter type-id='type-id-334'/>
<!-- parameter of type 'const int&' -->
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-265'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-336'/>
+ <parameter type-id='type-id-335'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-337'/>
+ <parameter type-id='type-id-336'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-338'/>
+ <parameter type-id='type-id-337'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-339'/>
+ <parameter type-id='type-id-338'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-340'/>
+ <parameter type-id='type-id-339'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-341'/>
+ <parameter type-id='type-id-340'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-342'/>
+ <parameter type-id='type-id-341'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::CaretValueFormat1>(const OT::CaretValueFormat1*) -->
<function-decl name='check_struct<OT::CaretValueFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::CaretValueFormat1*' -->
- <parameter type-id='type-id-343'/>
+ <parameter type-id='type-id-342'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::CaretValueFormat2>(const OT::CaretValueFormat2*) -->
<function-decl name='check_struct<OT::CaretValueFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::CaretValueFormat2*' -->
- <parameter type-id='type-id-344'/>
+ <parameter type-id='type-id-343'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::Device>(const OT::Device*) -->
<function-decl name='check_struct<OT::Device>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::Device*' -->
- <parameter type-id='type-id-345'/>
+ <parameter type-id='type-id-344'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-346'/>
+ <parameter type-id='type-id-345'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::CaretValueFormat3>(const OT::CaretValueFormat3*) -->
<function-decl name='check_struct<OT::CaretValueFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::CaretValueFormat3*' -->
- <parameter type-id='type-id-347'/>
+ <parameter type-id='type-id-346'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-348'/>
+ <parameter type-id='type-id-347'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-349'/>
+ <parameter type-id='type-id-348'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-350'/>
+ <parameter type-id='type-id-349'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ClassDefFormat1>(const OT::ClassDefFormat1*) -->
<function-decl name='check_struct<OT::ClassDefFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ClassDefFormat1*' -->
- <parameter type-id='type-id-351'/>
+ <parameter type-id='type-id-350'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-352'/>
+ <parameter type-id='type-id-351'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-353'/>
+ <parameter type-id='type-id-352'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > >(const OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-354'/>
+ <parameter type-id='type-id-353'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-355'/>
+ <parameter type-id='type-id-354'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-356'/>
+ <parameter type-id='type-id-355'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-357'/>
+ <parameter type-id='type-id-356'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::LangSys>(const OT::LangSys*) -->
<function-decl name='check_struct<OT::LangSys>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::LangSys*' -->
- <parameter type-id='type-id-358'/>
+ <parameter type-id='type-id-357'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-359'/>
+ <parameter type-id='type-id-358'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-360'/>
+ <parameter type-id='type-id-359'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::Record<OT::LangSys> >(const OT::Record<OT::LangSys>*) -->
<function-decl name='check_struct<OT::Record<OT::LangSys> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::Record<OT::LangSys>*' -->
- <parameter type-id='type-id-361'/>
+ <parameter type-id='type-id-360'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-362'/>
+ <parameter type-id='type-id-361'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::Record<OT::Script> >(const OT::Record<OT::Script>*) -->
<function-decl name='check_struct<OT::Record<OT::Script> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::Record<OT::Script>*' -->
- <parameter type-id='type-id-363'/>
+ <parameter type-id='type-id-362'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-364'/>
+ <parameter type-id='type-id-363'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-365'/>
+ <parameter type-id='type-id-364'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::FeatureParamsSize>(const OT::FeatureParamsSize*) -->
<function-decl name='check_struct<OT::FeatureParamsSize>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::FeatureParamsSize*' -->
- <parameter type-id='type-id-366'/>
+ <parameter type-id='type-id-365'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::FeatureParamsStylisticSet>(const OT::FeatureParamsStylisticSet*) -->
<function-decl name='check_struct<OT::FeatureParamsStylisticSet>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::FeatureParamsStylisticSet*' -->
- <parameter type-id='type-id-367'/>
+ <parameter type-id='type-id-366'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-368'/>
+ <parameter type-id='type-id-367'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::FeatureParamsCharacterVariants>(const OT::FeatureParamsCharacterVariants*) -->
<function-decl name='check_struct<OT::FeatureParamsCharacterVariants>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::FeatureParamsCharacterVariants*' -->
- <parameter type-id='type-id-369'/>
+ <parameter type-id='type-id-368'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-370'/>
+ <parameter type-id='type-id-369'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::Feature>(const OT::Feature*) -->
<function-decl name='check_struct<OT::Feature>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::Feature*' -->
- <parameter type-id='type-id-371'/>
+ <parameter type-id='type-id-370'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::try_set<OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >, OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> > >(OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >*, const OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='try_set<OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >, OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<!-- parameter of type 'OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-301'/>
+ <parameter type-id='type-id-300'/>
<!-- parameter of type 'const OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-372'/>
+ <parameter type-id='type-id-371'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-373'/>
+ <parameter type-id='type-id-372'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::Record<OT::Feature> >(const OT::Record<OT::Feature>*) -->
<function-decl name='check_struct<OT::Record<OT::Feature> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::Record<OT::Feature>*' -->
- <parameter type-id='type-id-374'/>
+ <parameter type-id='type-id-373'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-375'/>
+ <parameter type-id='type-id-374'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-376'/>
+ <parameter type-id='type-id-375'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-377'/>
+ <parameter type-id='type-id-376'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::Lookup>(const OT::Lookup*) -->
<function-decl name='check_struct<OT::Lookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::Lookup*' -->
- <parameter type-id='type-id-378'/>
+ <parameter type-id='type-id-377'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-379'/>
+ <parameter type-id='type-id-378'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-380'/>
+ <parameter type-id='type-id-379'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-381'/>
+ <parameter type-id='type-id-380'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-382'/>
+ <parameter type-id='type-id-381'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::IntType<short int, 2u> >(const OT::IntType<short int, 2u>*) -->
<function-decl name='check_struct<OT::IntType<short int, 2u> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::IntType<short int, 2u>*' -->
- <parameter type-id='type-id-383'/>
+ <parameter type-id='type-id-382'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-384'/>
+ <parameter type-id='type-id-383'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-385'/>
+ <parameter type-id='type-id-384'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-386'/>
+ <parameter type-id='type-id-385'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-387'/>
+ <parameter type-id='type-id-386'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >(const OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-388'/>
+ <parameter type-id='type-id-387'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-389'/>
+ <parameter type-id='type-id-388'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-390'/>
+ <parameter type-id='type-id-389'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-391'/>
+ <parameter type-id='type-id-390'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-392'/>
+ <parameter type-id='type-id-391'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-393'/>
+ <parameter type-id='type-id-392'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-394'/>
+ <parameter type-id='type-id-393'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ContextFormat3>(const OT::ContextFormat3*) -->
<function-decl name='check_struct<OT::ContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat3*' -->
- <parameter type-id='type-id-395'/>
+ <parameter type-id='type-id-394'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-396'/>
+ <parameter type-id='type-id-395'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-397'/>
+ <parameter type-id='type-id-396'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-398'/>
+ <parameter type-id='type-id-397'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-399'/>
+ <parameter type-id='type-id-398'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-400'/>
+ <parameter type-id='type-id-399'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-401'/>
+ <parameter type-id='type-id-400'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ExtensionFormat1>(const OT::ExtensionFormat1*) -->
<function-decl name='check_struct<OT::ExtensionFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ExtensionFormat1*' -->
- <parameter type-id='type-id-402'/>
+ <parameter type-id='type-id-401'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-403'/>
+ <parameter type-id='type-id-402'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-404'/>
+ <parameter type-id='type-id-403'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-405'/>
+ <parameter type-id='type-id-404'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-406'/>
+ <parameter type-id='type-id-405'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-407'/>
+ <parameter type-id='type-id-406'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-408'/>
+ <parameter type-id='type-id-407'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::PairSet>(const OT::PairSet*) -->
<function-decl name='check_struct<OT::PairSet>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::PairSet*' -->
- <parameter type-id='type-id-409'/>
+ <parameter type-id='type-id-408'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-410'/>
+ <parameter type-id='type-id-409'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-411'/>
+ <parameter type-id='type-id-410'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::AnchorFormat1>(const OT::AnchorFormat1*) -->
<function-decl name='check_struct<OT::AnchorFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::AnchorFormat1*' -->
- <parameter type-id='type-id-412'/>
+ <parameter type-id='type-id-411'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::AnchorFormat2>(const OT::AnchorFormat2*) -->
<function-decl name='check_struct<OT::AnchorFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::AnchorFormat2*' -->
- <parameter type-id='type-id-413'/>
+ <parameter type-id='type-id-412'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::AnchorFormat3>(const OT::AnchorFormat3*) -->
<function-decl name='check_struct<OT::AnchorFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::AnchorFormat3*' -->
- <parameter type-id='type-id-414'/>
+ <parameter type-id='type-id-413'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-415'/>
+ <parameter type-id='type-id-414'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-416'/>
+ <parameter type-id='type-id-415'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::MarkRecord>(const OT::MarkRecord*) -->
<function-decl name='check_struct<OT::MarkRecord>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::MarkRecord*' -->
- <parameter type-id='type-id-417'/>
+ <parameter type-id='type-id-416'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-418'/>
+ <parameter type-id='type-id-417'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::AnchorMatrix>(const OT::AnchorMatrix*) -->
<function-decl name='check_struct<OT::AnchorMatrix>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::AnchorMatrix*' -->
- <parameter type-id='type-id-419'/>
+ <parameter type-id='type-id-418'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-420'/>
+ <parameter type-id='type-id-419'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::MarkBasePosFormat1>(const OT::MarkBasePosFormat1*) -->
<function-decl name='check_struct<OT::MarkBasePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::MarkBasePosFormat1*' -->
- <parameter type-id='type-id-421'/>
+ <parameter type-id='type-id-420'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(const OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-422'/>
+ <parameter type-id='type-id-421'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-423'/>
+ <parameter type-id='type-id-422'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::MarkLigPosFormat1>(const OT::MarkLigPosFormat1*) -->
<function-decl name='check_struct<OT::MarkLigPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::MarkLigPosFormat1*' -->
- <parameter type-id='type-id-424'/>
+ <parameter type-id='type-id-423'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::MarkMarkPosFormat1>(const OT::MarkMarkPosFormat1*) -->
<function-decl name='check_struct<OT::MarkMarkPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::MarkMarkPosFormat1*' -->
- <parameter type-id='type-id-425'/>
+ <parameter type-id='type-id-424'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::SinglePosFormat1>(const OT::SinglePosFormat1*) -->
<function-decl name='check_struct<OT::SinglePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::SinglePosFormat1*' -->
- <parameter type-id='type-id-426'/>
+ <parameter type-id='type-id-425'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::SinglePosFormat2>(const OT::SinglePosFormat2*) -->
<function-decl name='check_struct<OT::SinglePosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::SinglePosFormat2*' -->
- <parameter type-id='type-id-427'/>
+ <parameter type-id='type-id-426'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::PairPosFormat1>(const OT::PairPosFormat1*) -->
<function-decl name='check_struct<OT::PairPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::PairPosFormat1*' -->
- <parameter type-id='type-id-428'/>
+ <parameter type-id='type-id-427'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::PairPosFormat2>(const OT::PairPosFormat2*) -->
<function-decl name='check_struct<OT::PairPosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::PairPosFormat2*' -->
- <parameter type-id='type-id-429'/>
+ <parameter type-id='type-id-428'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-430'/>
+ <parameter type-id='type-id-429'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-431'/>
+ <parameter type-id='type-id-430'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::hb_sanitize_context_t::check_struct<OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> > >(const OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >*) -->
<function-decl name='check_struct<OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<!-- parameter of type 'const OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-432'/>
+ <parameter type-id='type-id-431'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-433'>
+ <class-decl name='OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-432'>
<!-- struct OT::Offset<OT::IntType<unsigned int, 4u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-434'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-433'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTable& OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-273' is-artificial='yes'/>
+ <parameter type-id='type-id-272' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::OffsetTable& -->
- <return type-id='type-id-435'/>
+ <return type-id='type-id-434'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTable& OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-265' is-artificial='yes'/>
+ <parameter type-id='type-id-264' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::OffsetTable& -->
- <return type-id='type-id-437'/>
+ <return type-id='type-id-436'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-265' is-artificial='yes'/>
+ <parameter type-id='type-id-264' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-265' is-artificial='yes'/>
+ <parameter type-id='type-id-264' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-273' is-artificial='yes'/>
+ <parameter type-id='type-id-272' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::Offset<OT::IntType<unsigned int, 4u> > -->
- <class-decl name='Offset<OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='683' column='1' id='type-id-434'>
+ <class-decl name='Offset<OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='683' column='1' id='type-id-433'>
<!-- struct OT::IntType<unsigned int, 4u> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-438'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-437'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Offset<OT::IntType<unsigned int, 4u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Offset<OT::IntType<unsigned int, 4u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::Offset<OT::IntType<unsigned int, 4u> >::is_null() -->
<function-decl name='is_null' mangled-name='_ZNK2OT6OffsetINS_7IntTypeIjLj4EEEE7is_nullEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='684' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Offset<OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-439' is-artificial='yes'/>
+ <parameter type-id='type-id-438' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::Offset<OT::IntType<unsigned int, 4u> >::_instance_assertion_on_line_686() -->
<function-decl name='_instance_assertion_on_line_686' mangled-name='_ZNK2OT6OffsetINS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_686Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Offset<OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-439' is-artificial='yes'/>
+ <parameter type-id='type-id-438' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::IntType<unsigned int, 4u> -->
- <class-decl name='IntType<unsigned int, 4u>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-438'>
+ <class-decl name='IntType<unsigned int, 4u>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-437'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::BEInt<unsigned int, 4> OT::IntType<unsigned int, 4u>::v -->
- <var-decl name='v' type-id='type-id-248' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
+ <var-decl name='v' type-id='type-id-247' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::IntType<unsigned int, 4u>::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::IntType<unsigned int, 4u>::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::IntType<unsigned int, 4u>::set(unsigned int) -->
<function-decl name='set' mangled-name='_ZN2OT7IntTypeIjLj4EE3setEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='614' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::IntType<unsigned int, 4u>*' -->
- <parameter type-id='type-id-440' is-artificial='yes'/>
+ <parameter type-id='type-id-439' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- unsigned int OT::IntType<unsigned int, 4u>::operator unsigned int() -->
<function-decl name='operator unsigned int' mangled-name='_ZNK2OT7IntTypeIjLj4EEcvjEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='615' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<unsigned int, 4u>*' -->
- <parameter type-id='type-id-269' is-artificial='yes'/>
+ <parameter type-id='type-id-268' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::IntType<unsigned int, 4u>::operator==(const OT::IntType<unsigned int, 4u>&) -->
<function-decl name='operator==' mangled-name='_ZNK2OT7IntTypeIjLj4EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='616' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<unsigned int, 4u>*' -->
- <parameter type-id='type-id-269' is-artificial='yes'/>
+ <parameter type-id='type-id-268' is-artificial='yes'/>
<!-- parameter of type 'const OT::IntType<unsigned int, 4u>&' -->
- <parameter type-id='type-id-441'/>
+ <parameter type-id='type-id-440'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::IntType<unsigned int, 4u>::operator!=(const OT::IntType<unsigned int, 4u>&) -->
<function-decl name='operator!=' mangled-name='_ZNK2OT7IntTypeIjLj4EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='617' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<unsigned int, 4u>*' -->
- <parameter type-id='type-id-269' is-artificial='yes'/>
+ <parameter type-id='type-id-268' is-artificial='yes'/>
<!-- parameter of type 'const OT::IntType<unsigned int, 4u>&' -->
- <parameter type-id='type-id-441'/>
+ <parameter type-id='type-id-440'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- int OT::IntType<unsigned int, 4u>::cmp(const OT::IntType<unsigned int, 4u>*) -->
<function-decl name='cmp' mangled-name='_ZN2OT7IntTypeIjLj4EE3cmpEPKS1_S3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const OT::IntType<unsigned int, 4u>*' -->
- <parameter type-id='type-id-269'/>
+ <parameter type-id='type-id-268'/>
<!-- parameter of type 'const OT::IntType<unsigned int, 4u>*' -->
- <parameter type-id='type-id-269'/>
+ <parameter type-id='type-id-268'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- int OT::IntType<unsigned int, 4u>::cmp(OT::IntType<unsigned int, 4u>) -->
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIjLj4EE3cmpES1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='619' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<unsigned int, 4u>*' -->
- <parameter type-id='type-id-269' is-artificial='yes'/>
+ <parameter type-id='type-id-268' is-artificial='yes'/>
<!-- parameter of type 'struct OT::IntType<unsigned int, 4u>' -->
- <parameter type-id='type-id-438'/>
+ <parameter type-id='type-id-437'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- int OT::IntType<unsigned int, 4u>::cmp(unsigned int) -->
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIjLj4EE3cmpEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='620' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<unsigned int, 4u>*' -->
- <parameter type-id='type-id-269' is-artificial='yes'/>
+ <parameter type-id='type-id-268' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- int -->
<!-- bool OT::IntType<unsigned int, 4u>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7IntTypeIjLj4EE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='621' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::IntType<unsigned int, 4u>*' -->
- <parameter type-id='type-id-440' is-artificial='yes'/>
+ <parameter type-id='type-id-439' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::IntType<unsigned int, 4u>::_instance_assertion_on_line_628() -->
<function-decl name='_instance_assertion_on_line_628' mangled-name='_ZNK2OT7IntTypeIjLj4EE31_instance_assertion_on_line_628Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<unsigned int, 4u>*' -->
- <parameter type-id='type-id-269' is-artificial='yes'/>
+ <parameter type-id='type-id-268' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::OffsetTable -->
- <class-decl name='OffsetTable' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='71' column='1' id='type-id-442'>
+ <class-decl name='OffsetTable' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='71' column='1' id='type-id-441'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::Tag OT::OffsetTable::sfnt_version -->
- <var-decl name='sfnt_version' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='111' column='1'/>
+ <var-decl name='sfnt_version' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='111' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::USHORT OT::OffsetTable::numTables -->
- <var-decl name='numTables' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='112' column='1'/>
+ <var-decl name='numTables' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='112' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::USHORT OT::OffsetTable::searchRangeZ -->
- <var-decl name='searchRangeZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='113' column='1'/>
+ <var-decl name='searchRangeZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='113' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::USHORT OT::OffsetTable::entrySelectorZ -->
- <var-decl name='entrySelectorZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='114' column='1'/>
+ <var-decl name='entrySelectorZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='114' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
<!-- OT::USHORT OT::OffsetTable::rangeShiftZ -->
- <var-decl name='rangeShiftZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='115' column='1'/>
+ <var-decl name='rangeShiftZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='115' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
<!-- OT::TableRecord OT::OffsetTable::tables[1] -->
- <var-decl name='tables' type-id='type-id-445' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='116' column='1'/>
+ <var-decl name='tables' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='116' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTable::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='118' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='118' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::OffsetTable::get_table_count() -->
<function-decl name='get_table_count' mangled-name='_ZNK2OT11OffsetTable15get_table_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTable*' -->
- <parameter type-id='type-id-270' is-artificial='yes'/>
+ <parameter type-id='type-id-269' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- const OT::TableRecord& OT::OffsetTable::get_table(unsigned int) -->
<function-decl name='get_table' mangled-name='_ZNK2OT11OffsetTable9get_tableEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTable*' -->
- <parameter type-id='type-id-270' is-artificial='yes'/>
+ <parameter type-id='type-id-269' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::TableRecord& -->
- <return type-id='type-id-446'/>
+ <return type-id='type-id-445'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTable::find_table_index(hb_tag_t, unsigned int*) -->
<function-decl name='find_table_index' mangled-name='_ZNK2OT11OffsetTable16find_table_indexEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTable*' -->
- <parameter type-id='type-id-270' is-artificial='yes'/>
+ <parameter type-id='type-id-269' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- bool -->
<!-- const OT::TableRecord& OT::OffsetTable::get_table_by_tag(hb_tag_t) -->
<function-decl name='get_table_by_tag' mangled-name='_ZNK2OT11OffsetTable16get_table_by_tagEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='97' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTable*' -->
- <parameter type-id='type-id-270' is-artificial='yes'/>
+ <parameter type-id='type-id-269' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- const OT::TableRecord& -->
- <return type-id='type-id-446'/>
+ <return type-id='type-id-445'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTable::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT11OffsetTable8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTable*' -->
- <parameter type-id='type-id-447' is-artificial='yes'/>
+ <parameter type-id='type-id-446' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTable::_instance_assertion_on_line_118() -->
<function-decl name='_instance_assertion_on_line_118' mangled-name='_ZNK2OT11OffsetTable31_instance_assertion_on_line_118Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTable*' -->
- <parameter type-id='type-id-270' is-artificial='yes'/>
+ <parameter type-id='type-id-269' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::OffsetTable::_compiles_assertion_on_line_118() -->
<function-decl name='_compiles_assertion_on_line_118' mangled-name='_ZNK2OT11OffsetTable31_compiles_assertion_on_line_118Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTable*' -->
- <parameter type-id='type-id-270' is-artificial='yes'/>
+ <parameter type-id='type-id-269' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::Tag -->
- <class-decl name='Tag' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='662' column='1' id='type-id-443'>
+ <class-decl name='Tag' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='662' column='1' id='type-id-442'>
<!-- struct OT::IntType<unsigned int, 4u> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-438'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-437'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Tag::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='667' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='667' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Tag::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='667' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='667' column='1'/>
</data-member>
<member-function access='public'>
<!-- const char* OT::Tag::operator const char*() -->
<function-decl name='operator const char*' mangled-name='_ZNK2OT3TagcvPKcEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='664' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Tag*' -->
- <parameter type-id='type-id-448' is-artificial='yes'/>
+ <parameter type-id='type-id-447' is-artificial='yes'/>
<!-- const char* -->
<return type-id='type-id-50'/>
</function-decl>
<!-- char* OT::Tag::operator char*() -->
<function-decl name='operator char*' mangled-name='_ZN2OT3TagcvPcEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='665' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Tag*' -->
- <parameter type-id='type-id-449' is-artificial='yes'/>
+ <parameter type-id='type-id-448' is-artificial='yes'/>
<!-- char* -->
<return type-id='type-id-61'/>
</function-decl>
<!-- void OT::Tag::_instance_assertion_on_line_667() -->
<function-decl name='_instance_assertion_on_line_667' mangled-name='_ZNK2OT3Tag31_instance_assertion_on_line_667Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='667' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Tag*' -->
- <parameter type-id='type-id-448' is-artificial='yes'/>
+ <parameter type-id='type-id-447' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- typedef OT::IntType<short unsigned int, 2u> OT::USHORT -->
- <typedef-decl name='USHORT' type-id='type-id-257' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='632' column='1' id='type-id-444'/>
+ <typedef-decl name='USHORT' type-id='type-id-256' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='632' column='1' id='type-id-443'/>
<!-- struct OT::TableRecord -->
- <class-decl name='TableRecord' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='55' column='1' id='type-id-450'>
+ <class-decl name='TableRecord' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='55' column='1' id='type-id-449'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::Tag OT::TableRecord::tag -->
- <var-decl name='tag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='61' column='1'/>
+ <var-decl name='tag' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='61' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::CheckSum OT::TableRecord::checkSum -->
- <var-decl name='checkSum' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='62' column='1'/>
+ <var-decl name='checkSum' type-id='type-id-450' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='62' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- OT::ULONG OT::TableRecord::offset -->
- <var-decl name='offset' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='63' column='1'/>
+ <var-decl name='offset' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='63' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<!-- OT::ULONG OT::TableRecord::length -->
- <var-decl name='length' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='65' column='1'/>
+ <var-decl name='length' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='65' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::TableRecord::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='67' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='67' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::TableRecord::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='67' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='67' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::TableRecord::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT11TableRecord8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='56' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::TableRecord*' -->
- <parameter type-id='type-id-453' is-artificial='yes'/>
+ <parameter type-id='type-id-452' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::TableRecord::_instance_assertion_on_line_67() -->
<function-decl name='_instance_assertion_on_line_67' mangled-name='_ZNK2OT11TableRecord30_instance_assertion_on_line_67Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='67' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::TableRecord*' -->
- <parameter type-id='type-id-454' is-artificial='yes'/>
+ <parameter type-id='type-id-453' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::CheckSum -->
- <class-decl name='CheckSum' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='692' column='1' id='type-id-451'>
+ <class-decl name='CheckSum' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='692' column='1' id='type-id-450'>
<!-- struct OT::IntType<unsigned int, 4u> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-438'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-437'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CheckSum::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='709' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='709' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CheckSum::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='709' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='709' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<!-- uint32_t OT::CheckSum::CalcTableChecksum(uint32_t) -->
<function-decl name='CalcTableChecksum' mangled-name='_ZN2OT8CheckSum17CalcTableChecksumEPKNS_7IntTypeIjLj4EEEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='694' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const OT::ULONG*' -->
- <parameter type-id='type-id-455'/>
+ <parameter type-id='type-id-454'/>
<!-- parameter of type 'typedef uint32_t' -->
- <parameter type-id='type-id-107'/>
+ <parameter type-id='type-id-106'/>
<!-- typedef uint32_t -->
- <return type-id='type-id-107'/>
+ <return type-id='type-id-106'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- void OT::CheckSum::set_for_data(void*, unsigned int) -->
<function-decl name='set_for_data' mangled-name='_ZN2OT8CheckSum12set_for_dataEPKvj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='705' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CheckSum*' -->
- <parameter type-id='type-id-456' is-artificial='yes'/>
+ <parameter type-id='type-id-455' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'unsigned int' -->
<!-- void OT::CheckSum::_instance_assertion_on_line_709() -->
<function-decl name='_instance_assertion_on_line_709' mangled-name='_ZNK2OT8CheckSum31_instance_assertion_on_line_709Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='709' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CheckSum*' -->
- <parameter type-id='type-id-457' is-artificial='yes'/>
+ <parameter type-id='type-id-456' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- typedef OT::IntType<unsigned int, 4u> OT::ULONG -->
- <typedef-decl name='ULONG' type-id='type-id-438' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='634' column='1' id='type-id-452'/>
+ <typedef-decl name='ULONG' type-id='type-id-437' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='634' column='1' id='type-id-451'/>
<!-- struct OT::hb_serialize_context_t -->
- <class-decl name='hb_serialize_context_t' size-in-bits='320' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='377' column='1' id='type-id-458'>
+ <class-decl name='hb_serialize_context_t' size-in-bits='320' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='377' column='1' id='type-id-457'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int OT::hb_serialize_context_t::debug_depth -->
<var-decl name='debug_depth' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='480' column='1'/>
<!-- OT::hb_serialize_context_t::hb_serialize_context_t(void*, unsigned int) -->
<function-decl name='hb_serialize_context_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='378' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'unsigned int' -->
<!-- void OT::hb_serialize_context_t::end_serialize() -->
<function-decl name='end_serialize' mangled-name='_ZN2OT22hb_serialize_context_t13end_serializeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='399' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::hb_serialize_context_t::truncate(void*) -->
<function-decl name='truncate' mangled-name='_ZN2OT22hb_serialize_context_t8truncateEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='474' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- void -->
<!-- OT::Coverage* OT::hb_serialize_context_t::start_embed<OT::Coverage>() -->
<function-decl name='start_embed<OT::Coverage>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='440' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- OT::Coverage* -->
- <return type-id='type-id-459'/>
+ <return type-id='type-id-458'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Ligature* OT::hb_serialize_context_t::start_embed<OT::Ligature>() -->
<function-decl name='start_embed<OT::Ligature>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='440' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- OT::Ligature* -->
- <return type-id='type-id-460'/>
+ <return type-id='type-id-459'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::LigatureSet* OT::hb_serialize_context_t::start_embed<OT::LigatureSet>() -->
<function-decl name='start_embed<OT::LigatureSet>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='440' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- OT::LigatureSet* -->
- <return type-id='type-id-461'/>
+ <return type-id='type-id-460'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SubstLookupSubTable* OT::hb_serialize_context_t::start_embed<OT::SubstLookupSubTable>() -->
<function-decl name='start_embed<OT::SubstLookupSubTable>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='440' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- OT::SubstLookupSubTable* -->
- <return type-id='type-id-462'/>
+ <return type-id='type-id-461'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SubstLookup* OT::hb_serialize_context_t::start_embed<OT::SubstLookup>() -->
<function-decl name='start_embed<OT::SubstLookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='440' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- OT::SubstLookup* -->
- <return type-id='type-id-463'/>
+ <return type-id='type-id-462'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Lookup* OT::hb_serialize_context_t::allocate_size<OT::Lookup>(unsigned int) -->
<function-decl name='allocate_size<OT::Lookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::Lookup* -->
- <return type-id='type-id-464'/>
+ <return type-id='type-id-463'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::allocate_size<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(unsigned int) -->
<function-decl name='allocate_size<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-465'/>
+ <return type-id='type-id-464'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::extend_min<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='extend_min<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-466'/>
+ <parameter type-id='type-id-465'/>
<!-- OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-465'/>
+ <return type-id='type-id-464'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::extend<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='extend<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-466'/>
+ <parameter type-id='type-id-465'/>
<!-- OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-465'/>
+ <return type-id='type-id-464'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Lookup* OT::hb_serialize_context_t::extend_min<OT::Lookup>(OT::Lookup&) -->
<function-decl name='extend_min<OT::Lookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::Lookup&' -->
- <parameter type-id='type-id-467'/>
+ <parameter type-id='type-id-466'/>
<!-- OT::Lookup* -->
- <return type-id='type-id-464'/>
+ <return type-id='type-id-463'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::IntType<short unsigned int, 2u>* OT::hb_serialize_context_t::allocate_size<OT::IntType<short unsigned int, 2u> >(unsigned int) -->
<function-decl name='allocate_size<OT::IntType<short unsigned int, 2u> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::IntType<short unsigned int, 2u>* -->
- <return type-id='type-id-258'/>
+ <return type-id='type-id-257'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SingleSubstFormat1* OT::hb_serialize_context_t::allocate_size<OT::SingleSubstFormat1>(unsigned int) -->
<function-decl name='allocate_size<OT::SingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::SingleSubstFormat1* -->
- <return type-id='type-id-468'/>
+ <return type-id='type-id-467'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Coverage* OT::hb_serialize_context_t::allocate_size<OT::Coverage>(unsigned int) -->
<function-decl name='allocate_size<OT::Coverage>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::Coverage* -->
- <return type-id='type-id-459'/>
+ <return type-id='type-id-458'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::CoverageFormat1* OT::hb_serialize_context_t::allocate_size<OT::CoverageFormat1>(unsigned int) -->
<function-decl name='allocate_size<OT::CoverageFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::CoverageFormat1* -->
- <return type-id='type-id-469'/>
+ <return type-id='type-id-468'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::allocate_size<OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >(unsigned int) -->
<function-decl name='allocate_size<OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-470'/>
+ <return type-id='type-id-469'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::CoverageFormat1* OT::hb_serialize_context_t::extend_min<OT::CoverageFormat1>(OT::CoverageFormat1&) -->
<function-decl name='extend_min<OT::CoverageFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::CoverageFormat1&' -->
- <parameter type-id='type-id-471'/>
+ <parameter type-id='type-id-470'/>
<!-- OT::CoverageFormat1* -->
- <return type-id='type-id-469'/>
+ <return type-id='type-id-468'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::extend<OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >(OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='extend<OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-472'/>
+ <parameter type-id='type-id-471'/>
<!-- OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-470'/>
+ <return type-id='type-id-469'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::CoverageFormat2* OT::hb_serialize_context_t::allocate_size<OT::CoverageFormat2>(unsigned int) -->
<function-decl name='allocate_size<OT::CoverageFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::CoverageFormat2* -->
- <return type-id='type-id-473'/>
+ <return type-id='type-id-472'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::allocate_size<OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > >(unsigned int) -->
<function-decl name='allocate_size<OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-474'/>
+ <return type-id='type-id-473'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::CoverageFormat2* OT::hb_serialize_context_t::extend_min<OT::CoverageFormat2>(OT::CoverageFormat2&) -->
<function-decl name='extend_min<OT::CoverageFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::CoverageFormat2&' -->
- <parameter type-id='type-id-475'/>
+ <parameter type-id='type-id-474'/>
<!-- OT::CoverageFormat2* -->
- <return type-id='type-id-473'/>
+ <return type-id='type-id-472'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::extend<OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > >(OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='extend<OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-476'/>
+ <parameter type-id='type-id-475'/>
<!-- OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-474'/>
+ <return type-id='type-id-473'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Coverage* OT::hb_serialize_context_t::extend_min<OT::Coverage>(OT::Coverage&) -->
<function-decl name='extend_min<OT::Coverage>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::Coverage&' -->
- <parameter type-id='type-id-477'/>
+ <parameter type-id='type-id-476'/>
<!-- OT::Coverage* -->
- <return type-id='type-id-459'/>
+ <return type-id='type-id-458'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SingleSubstFormat1* OT::hb_serialize_context_t::extend_min<OT::SingleSubstFormat1>(OT::SingleSubstFormat1&) -->
<function-decl name='extend_min<OT::SingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::SingleSubstFormat1&' -->
- <parameter type-id='type-id-478'/>
+ <parameter type-id='type-id-477'/>
<!-- OT::SingleSubstFormat1* -->
- <return type-id='type-id-468'/>
+ <return type-id='type-id-467'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SingleSubstFormat2* OT::hb_serialize_context_t::allocate_size<OT::SingleSubstFormat2>(unsigned int) -->
<function-decl name='allocate_size<OT::SingleSubstFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::SingleSubstFormat2* -->
- <return type-id='type-id-479'/>
+ <return type-id='type-id-478'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::allocate_size<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >(unsigned int) -->
<function-decl name='allocate_size<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-480'/>
+ <return type-id='type-id-479'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::extend_min<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >(OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='extend_min<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-481'/>
+ <parameter type-id='type-id-480'/>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-480'/>
+ <return type-id='type-id-479'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::extend<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >(OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='extend<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-481'/>
+ <parameter type-id='type-id-480'/>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-480'/>
+ <return type-id='type-id-479'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SingleSubstFormat2* OT::hb_serialize_context_t::extend_min<OT::SingleSubstFormat2>(OT::SingleSubstFormat2&) -->
<function-decl name='extend_min<OT::SingleSubstFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::SingleSubstFormat2&' -->
- <parameter type-id='type-id-482'/>
+ <parameter type-id='type-id-481'/>
<!-- OT::SingleSubstFormat2* -->
- <return type-id='type-id-479'/>
+ <return type-id='type-id-478'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::LigatureSubstFormat1* OT::hb_serialize_context_t::allocate_size<OT::LigatureSubstFormat1>(unsigned int) -->
<function-decl name='allocate_size<OT::LigatureSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::LigatureSubstFormat1* -->
- <return type-id='type-id-483'/>
+ <return type-id='type-id-482'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::allocate_size<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(unsigned int) -->
<function-decl name='allocate_size<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-484'/>
+ <return type-id='type-id-483'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::extend_min<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='extend_min<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-485'/>
+ <parameter type-id='type-id-484'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-484'/>
+ <return type-id='type-id-483'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::extend<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='extend<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-485'/>
+ <parameter type-id='type-id-484'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-484'/>
+ <return type-id='type-id-483'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::LigatureSet* OT::hb_serialize_context_t::allocate_size<OT::LigatureSet>(unsigned int) -->
<function-decl name='allocate_size<OT::LigatureSet>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::LigatureSet* -->
- <return type-id='type-id-461'/>
+ <return type-id='type-id-460'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::allocate_size<OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(unsigned int) -->
<function-decl name='allocate_size<OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-486'/>
+ <return type-id='type-id-485'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::extend_min<OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='extend_min<OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-487'/>
+ <parameter type-id='type-id-486'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-486'/>
+ <return type-id='type-id-485'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::extend<OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >(OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='extend<OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-487'/>
+ <parameter type-id='type-id-486'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-486'/>
+ <return type-id='type-id-485'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Ligature* OT::hb_serialize_context_t::allocate_size<OT::Ligature>(unsigned int) -->
<function-decl name='allocate_size<OT::Ligature>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::Ligature* -->
- <return type-id='type-id-460'/>
+ <return type-id='type-id-459'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::allocate_size<OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >(unsigned int) -->
<function-decl name='allocate_size<OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-488'/>
+ <return type-id='type-id-487'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::extend_min<OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >(OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='extend_min<OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-489'/>
+ <parameter type-id='type-id-488'/>
<!-- OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-488'/>
+ <return type-id='type-id-487'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* OT::hb_serialize_context_t::extend<OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >(OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='extend<OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-489'/>
+ <parameter type-id='type-id-488'/>
<!-- OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-488'/>
+ <return type-id='type-id-487'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Ligature* OT::hb_serialize_context_t::extend_min<OT::Ligature>(OT::Ligature&) -->
<function-decl name='extend_min<OT::Ligature>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::Ligature&' -->
- <parameter type-id='type-id-490'/>
+ <parameter type-id='type-id-489'/>
<!-- OT::Ligature* -->
- <return type-id='type-id-460'/>
+ <return type-id='type-id-459'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::LigatureSet* OT::hb_serialize_context_t::extend_min<OT::LigatureSet>(OT::LigatureSet&) -->
<function-decl name='extend_min<OT::LigatureSet>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::LigatureSet&' -->
- <parameter type-id='type-id-491'/>
+ <parameter type-id='type-id-490'/>
<!-- OT::LigatureSet* -->
- <return type-id='type-id-461'/>
+ <return type-id='type-id-460'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::LigatureSubstFormat1* OT::hb_serialize_context_t::extend_min<OT::LigatureSubstFormat1>(OT::LigatureSubstFormat1&) -->
<function-decl name='extend_min<OT::LigatureSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::LigatureSubstFormat1&' -->
- <parameter type-id='type-id-492'/>
+ <parameter type-id='type-id-491'/>
<!-- OT::LigatureSubstFormat1* -->
- <return type-id='type-id-483'/>
+ <return type-id='type-id-482'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SubstLookup* OT::hb_serialize_context_t::start_serialize<OT::SubstLookup>() -->
<function-decl name='start_serialize<OT::SubstLookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='389' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- OT::SubstLookup* -->
- <return type-id='type-id-463'/>
+ <return type-id='type-id-462'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::USHORT* OT::hb_serialize_context_t::extend_min<OT::USHORT>(OT::USHORT&) -->
<function-decl name='extend_min<OT::USHORT>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- parameter of type 'OT::USHORT&' -->
- <parameter type-id='type-id-493'/>
+ <parameter type-id='type-id-492'/>
<!-- OT::USHORT* -->
- <return type-id='type-id-280'/>
+ <return type-id='type-id-279'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SubstLookup* OT::hb_serialize_context_t::copy<OT::SubstLookup>() -->
<function-decl name='copy<OT::SubstLookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='410' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<!-- OT::SubstLookup* -->
- <return type-id='type-id-463'/>
+ <return type-id='type-id-462'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::maxp -->
- <class-decl name='maxp' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='43' column='1' id='type-id-494'>
+ <class-decl name='maxp' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='43' column='1' id='type-id-493'>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::maxp::tableTag -->
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='44' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='44' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::FixedVersion OT::maxp::version -->
- <var-decl name='version' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='58' column='1'/>
+ <var-decl name='version' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='58' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::USHORT OT::maxp::numGlyphs -->
- <var-decl name='numGlyphs' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='60' column='1'/>
+ <var-decl name='numGlyphs' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='60' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::maxp::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='62' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='62' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::maxp::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='62' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='62' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::maxp::get_num_glyphs() -->
<function-decl name='get_num_glyphs' mangled-name='_ZNK2OT4maxp14get_num_glyphsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::maxp*' -->
- <parameter type-id='type-id-267' is-artificial='yes'/>
+ <parameter type-id='type-id-266' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::maxp::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT4maxp8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::maxp*' -->
- <parameter type-id='type-id-497' is-artificial='yes'/>
+ <parameter type-id='type-id-496' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::maxp::_instance_assertion_on_line_62() -->
<function-decl name='_instance_assertion_on_line_62' mangled-name='_ZNK2OT4maxp30_instance_assertion_on_line_62Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::maxp*' -->
- <parameter type-id='type-id-267' is-artificial='yes'/>
+ <parameter type-id='type-id-266' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::FixedVersion -->
- <class-decl name='FixedVersion' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='718' column='1' id='type-id-496'>
+ <class-decl name='FixedVersion' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='718' column='1' id='type-id-495'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::FixedVersion::major -->
- <var-decl name='major' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='726' column='1'/>
+ <var-decl name='major' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='726' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::FixedVersion::minor -->
- <var-decl name='minor' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='727' column='1'/>
+ <var-decl name='minor' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='727' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::FixedVersion::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='729' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='729' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::FixedVersion::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='729' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='729' column='1'/>
</data-member>
<member-function access='public'>
<!-- uint32_t OT::FixedVersion::to_int() -->
<function-decl name='to_int' mangled-name='_ZNK2OT12FixedVersion6to_intEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='719' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::FixedVersion*' -->
- <parameter type-id='type-id-271' is-artificial='yes'/>
+ <parameter type-id='type-id-270' is-artificial='yes'/>
<!-- typedef uint32_t -->
- <return type-id='type-id-107'/>
+ <return type-id='type-id-106'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::FixedVersion::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT12FixedVersion8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='721' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::FixedVersion*' -->
- <parameter type-id='type-id-498' is-artificial='yes'/>
+ <parameter type-id='type-id-497' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::FixedVersion::_instance_assertion_on_line_729() -->
<function-decl name='_instance_assertion_on_line_729' mangled-name='_ZNK2OT12FixedVersion31_instance_assertion_on_line_729Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='729' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::FixedVersion*' -->
- <parameter type-id='type-id-271' is-artificial='yes'/>
+ <parameter type-id='type-id-270' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::head -->
- <class-decl name='head' size-in-bits='432' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='45' column='1' id='type-id-499'>
+ <class-decl name='head' size-in-bits='432' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='45' column='1' id='type-id-498'>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::head::tableTag -->
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='46' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='46' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::FixedVersion OT::head::version -->
- <var-decl name='version' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='60' column='1'/>
+ <var-decl name='version' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='60' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::FixedVersion OT::head::fontRevision -->
- <var-decl name='fontRevision' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='62' column='1'/>
+ <var-decl name='fontRevision' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='62' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::ULONG OT::head::checkSumAdjustment -->
- <var-decl name='checkSumAdjustment' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='63' column='1'/>
+ <var-decl name='checkSumAdjustment' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='63' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
<!-- OT::ULONG OT::head::magicNumber -->
- <var-decl name='magicNumber' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='66' column='1'/>
+ <var-decl name='magicNumber' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='66' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
<!-- OT::USHORT OT::head::flags -->
- <var-decl name='flags' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='67' column='1'/>
+ <var-decl name='flags' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='67' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='144'>
<!-- OT::USHORT OT::head::unitsPerEm -->
- <var-decl name='unitsPerEm' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='113' column='1'/>
+ <var-decl name='unitsPerEm' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='113' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='160'>
<!-- OT::LONGDATETIME OT::head::created -->
- <var-decl name='created' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='116' column='1'/>
+ <var-decl name='created' type-id='type-id-499' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='116' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='224'>
<!-- OT::LONGDATETIME OT::head::modified -->
- <var-decl name='modified' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='118' column='1'/>
+ <var-decl name='modified' type-id='type-id-499' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='118' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='288'>
<!-- OT::SHORT OT::head::xMin -->
- <var-decl name='xMin' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='120' column='1'/>
+ <var-decl name='xMin' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='120' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='304'>
<!-- OT::SHORT OT::head::yMin -->
- <var-decl name='yMin' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='121' column='1'/>
+ <var-decl name='yMin' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='121' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='320'>
<!-- OT::SHORT OT::head::xMax -->
- <var-decl name='xMax' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='122' column='1'/>
+ <var-decl name='xMax' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='122' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='336'>
<!-- OT::SHORT OT::head::yMax -->
- <var-decl name='yMax' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='123' column='1'/>
+ <var-decl name='yMax' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='123' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='352'>
<!-- OT::USHORT OT::head::macStyle -->
- <var-decl name='macStyle' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='124' column='1'/>
+ <var-decl name='macStyle' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='124' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='368'>
<!-- OT::USHORT OT::head::lowestRecPPEM -->
- <var-decl name='lowestRecPPEM' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='132' column='1'/>
+ <var-decl name='lowestRecPPEM' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='132' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='384'>
<!-- OT::SHORT OT::head::fontDirectionHint -->
- <var-decl name='fontDirectionHint' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='133' column='1'/>
+ <var-decl name='fontDirectionHint' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='133' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='400'>
<!-- OT::SHORT OT::head::indexToLocFormat -->
- <var-decl name='indexToLocFormat' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='139' column='1'/>
+ <var-decl name='indexToLocFormat' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='139' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='416'>
<!-- OT::SHORT OT::head::glyphDataFormat -->
- <var-decl name='glyphDataFormat' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='140' column='1'/>
+ <var-decl name='glyphDataFormat' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='140' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::head::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='142' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='142' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::head::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='142' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='142' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::head::get_upem() -->
<function-decl name='get_upem' mangled-name='_ZNK2OT4head8get_upemEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::head*' -->
- <parameter type-id='type-id-268' is-artificial='yes'/>
+ <parameter type-id='type-id-267' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::head::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT4head8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::head*' -->
- <parameter type-id='type-id-502' is-artificial='yes'/>
+ <parameter type-id='type-id-501' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::head::_instance_assertion_on_line_142() -->
<function-decl name='_instance_assertion_on_line_142' mangled-name='_ZNK2OT4head31_instance_assertion_on_line_142Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::head*' -->
- <parameter type-id='type-id-268' is-artificial='yes'/>
+ <parameter type-id='type-id-267' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::LONGDATETIME -->
- <class-decl name='LONGDATETIME' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='647' column='1' id='type-id-500'>
+ <class-decl name='LONGDATETIME' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='647' column='1' id='type-id-499'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::LONG OT::LONGDATETIME::major -->
- <var-decl name='major' type-id='type-id-503' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='653' column='1'/>
+ <var-decl name='major' type-id='type-id-502' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='653' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::ULONG OT::LONGDATETIME::minor -->
- <var-decl name='minor' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='654' column='1'/>
+ <var-decl name='minor' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='654' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::LONGDATETIME::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='656' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='656' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::LONGDATETIME::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='656' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='656' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::LONGDATETIME::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT12LONGDATETIME8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='648' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::LONGDATETIME*' -->
- <parameter type-id='type-id-504' is-artificial='yes'/>
+ <parameter type-id='type-id-503' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::LONGDATETIME::_instance_assertion_on_line_656() -->
<function-decl name='_instance_assertion_on_line_656' mangled-name='_ZNK2OT12LONGDATETIME31_instance_assertion_on_line_656Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='656' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LONGDATETIME*' -->
- <parameter type-id='type-id-505' is-artificial='yes'/>
+ <parameter type-id='type-id-504' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::IntType<int, 4u> -->
- <class-decl name='IntType<int, 4u>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-506'>
+ <class-decl name='IntType<int, 4u>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-505'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::BEInt<int, 4> OT::IntType<int, 4u>::v -->
- <var-decl name='v' type-id='type-id-507' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
+ <var-decl name='v' type-id='type-id-506' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::IntType<int, 4u>::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::IntType<int, 4u>::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::IntType<int, 4u>::set(int) -->
<function-decl name='set' mangled-name='_ZN2OT7IntTypeIiLj4EE3setEi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='614' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::IntType<int, 4u>*' -->
- <parameter type-id='type-id-508' is-artificial='yes'/>
+ <parameter type-id='type-id-507' is-artificial='yes'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4'/>
<!-- void -->
<!-- int OT::IntType<int, 4u>::operator int() -->
<function-decl name='operator int' mangled-name='_ZNK2OT7IntTypeIiLj4EEcviEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='615' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<int, 4u>*' -->
- <parameter type-id='type-id-509' is-artificial='yes'/>
+ <parameter type-id='type-id-508' is-artificial='yes'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- bool OT::IntType<int, 4u>::operator==(const OT::IntType<int, 4u>&) -->
<function-decl name='operator==' mangled-name='_ZNK2OT7IntTypeIiLj4EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='616' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<int, 4u>*' -->
- <parameter type-id='type-id-509' is-artificial='yes'/>
+ <parameter type-id='type-id-508' is-artificial='yes'/>
<!-- parameter of type 'const OT::IntType<int, 4u>&' -->
- <parameter type-id='type-id-510'/>
+ <parameter type-id='type-id-509'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::IntType<int, 4u>::operator!=(const OT::IntType<int, 4u>&) -->
<function-decl name='operator!=' mangled-name='_ZNK2OT7IntTypeIiLj4EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='617' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<int, 4u>*' -->
- <parameter type-id='type-id-509' is-artificial='yes'/>
+ <parameter type-id='type-id-508' is-artificial='yes'/>
<!-- parameter of type 'const OT::IntType<int, 4u>&' -->
- <parameter type-id='type-id-510'/>
+ <parameter type-id='type-id-509'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- int OT::IntType<int, 4u>::cmp(const OT::IntType<int, 4u>*) -->
<function-decl name='cmp' mangled-name='_ZN2OT7IntTypeIiLj4EE3cmpEPKS1_S3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const OT::IntType<int, 4u>*' -->
- <parameter type-id='type-id-509'/>
+ <parameter type-id='type-id-508'/>
<!-- parameter of type 'const OT::IntType<int, 4u>*' -->
- <parameter type-id='type-id-509'/>
+ <parameter type-id='type-id-508'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- int OT::IntType<int, 4u>::cmp(OT::IntType<int, 4u>) -->
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIiLj4EE3cmpES1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='619' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<int, 4u>*' -->
- <parameter type-id='type-id-509' is-artificial='yes'/>
+ <parameter type-id='type-id-508' is-artificial='yes'/>
<!-- parameter of type 'struct OT::IntType<int, 4u>' -->
- <parameter type-id='type-id-506'/>
+ <parameter type-id='type-id-505'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- int OT::IntType<int, 4u>::cmp(int) -->
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIiLj4EE3cmpEi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='620' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<int, 4u>*' -->
- <parameter type-id='type-id-509' is-artificial='yes'/>
+ <parameter type-id='type-id-508' is-artificial='yes'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4'/>
<!-- int -->
<!-- bool OT::IntType<int, 4u>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7IntTypeIiLj4EE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='621' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::IntType<int, 4u>*' -->
- <parameter type-id='type-id-508' is-artificial='yes'/>
+ <parameter type-id='type-id-507' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::IntType<int, 4u>::_instance_assertion_on_line_628() -->
<function-decl name='_instance_assertion_on_line_628' mangled-name='_ZNK2OT7IntTypeIiLj4EE31_instance_assertion_on_line_628Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<int, 4u>*' -->
- <parameter type-id='type-id-509' is-artificial='yes'/>
+ <parameter type-id='type-id-508' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::BEInt<int, 4> -->
- <class-decl name='BEInt<int, 4>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-507'>
+ <class-decl name='BEInt<int, 4>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-506'>
<data-member access='private' layout-offset-in-bits='0'>
<!-- uint8_t OT::BEInt<int, 4>::v[4] -->
- <var-decl name='v' type-id='type-id-138' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='607' column='1'/>
+ <var-decl name='v' type-id='type-id-137' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='607' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::BEInt<int, 4>::set(int) -->
<function-decl name='set' mangled-name='_ZN2OT5BEIntIiLi4EE3setEi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='585' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::BEInt<int, 4>*' -->
- <parameter type-id='type-id-511' is-artificial='yes'/>
+ <parameter type-id='type-id-510' is-artificial='yes'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4'/>
<!-- void -->
<!-- int OT::BEInt<int, 4>::operator int() -->
<function-decl name='operator int' mangled-name='_ZNK2OT5BEIntIiLi4EEcviEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='592' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<int, 4>*' -->
- <parameter type-id='type-id-512' is-artificial='yes'/>
+ <parameter type-id='type-id-511' is-artificial='yes'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- bool OT::BEInt<int, 4>::operator==(const OT::BEInt<int, 4>&) -->
<function-decl name='operator==' mangled-name='_ZNK2OT5BEIntIiLi4EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='599' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<int, 4>*' -->
- <parameter type-id='type-id-512' is-artificial='yes'/>
+ <parameter type-id='type-id-511' is-artificial='yes'/>
<!-- parameter of type 'const OT::BEInt<int, 4>&' -->
- <parameter type-id='type-id-513'/>
+ <parameter type-id='type-id-512'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::BEInt<int, 4>::operator!=(const OT::BEInt<int, 4>&) -->
<function-decl name='operator!=' mangled-name='_ZNK2OT5BEIntIiLi4EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='606' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<int, 4>*' -->
- <parameter type-id='type-id-512' is-artificial='yes'/>
+ <parameter type-id='type-id-511' is-artificial='yes'/>
<!-- parameter of type 'const OT::BEInt<int, 4>&' -->
- <parameter type-id='type-id-513'/>
+ <parameter type-id='type-id-512'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
<!-- typedef OT::IntType<int, 4u> OT::LONG -->
- <typedef-decl name='LONG' type-id='type-id-506' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='635' column='1' id='type-id-503'/>
+ <typedef-decl name='LONG' type-id='type-id-505' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='635' column='1' id='type-id-502'/>
<!-- struct OT::IntType<short int, 2u> -->
- <class-decl name='IntType<short int, 2u>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-514'>
+ <class-decl name='IntType<short int, 2u>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-513'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::BEInt<short int, 2> OT::IntType<short int, 2u>::v -->
- <var-decl name='v' type-id='type-id-515' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
+ <var-decl name='v' type-id='type-id-514' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::IntType<short int, 2u>::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::IntType<short int, 2u>::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::IntType<short int, 2u>::set(short int) -->
<function-decl name='set' mangled-name='_ZN2OT7IntTypeIsLj2EE3setEs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='614' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::IntType<short int, 2u>*' -->
- <parameter type-id='type-id-516' is-artificial='yes'/>
+ <parameter type-id='type-id-515' is-artificial='yes'/>
<!-- parameter of type 'short int' -->
- <parameter type-id='type-id-142'/>
+ <parameter type-id='type-id-141'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- short int OT::IntType<short int, 2u>::operator short int() -->
<function-decl name='operator short int' mangled-name='_ZNK2OT7IntTypeIsLj2EEcvsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='615' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<short int, 2u>*' -->
- <parameter type-id='type-id-383' is-artificial='yes'/>
+ <parameter type-id='type-id-382' is-artificial='yes'/>
<!-- short int -->
- <return type-id='type-id-142'/>
+ <return type-id='type-id-141'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::IntType<short int, 2u>::operator==(const OT::IntType<short int, 2u>&) -->
<function-decl name='operator==' mangled-name='_ZNK2OT7IntTypeIsLj2EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='616' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<short int, 2u>*' -->
- <parameter type-id='type-id-383' is-artificial='yes'/>
+ <parameter type-id='type-id-382' is-artificial='yes'/>
<!-- parameter of type 'const OT::IntType<short int, 2u>&' -->
- <parameter type-id='type-id-517'/>
+ <parameter type-id='type-id-516'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::IntType<short int, 2u>::operator!=(const OT::IntType<short int, 2u>&) -->
<function-decl name='operator!=' mangled-name='_ZNK2OT7IntTypeIsLj2EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='617' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<short int, 2u>*' -->
- <parameter type-id='type-id-383' is-artificial='yes'/>
+ <parameter type-id='type-id-382' is-artificial='yes'/>
<!-- parameter of type 'const OT::IntType<short int, 2u>&' -->
- <parameter type-id='type-id-517'/>
+ <parameter type-id='type-id-516'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- int OT::IntType<short int, 2u>::cmp(const OT::IntType<short int, 2u>*) -->
<function-decl name='cmp' mangled-name='_ZN2OT7IntTypeIsLj2EE3cmpEPKS1_S3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const OT::IntType<short int, 2u>*' -->
- <parameter type-id='type-id-383'/>
+ <parameter type-id='type-id-382'/>
<!-- parameter of type 'const OT::IntType<short int, 2u>*' -->
- <parameter type-id='type-id-383'/>
+ <parameter type-id='type-id-382'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- int OT::IntType<short int, 2u>::cmp(OT::IntType<short int, 2u>) -->
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIsLj2EE3cmpES1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='619' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<short int, 2u>*' -->
- <parameter type-id='type-id-383' is-artificial='yes'/>
+ <parameter type-id='type-id-382' is-artificial='yes'/>
<!-- parameter of type 'struct OT::IntType<short int, 2u>' -->
- <parameter type-id='type-id-514'/>
+ <parameter type-id='type-id-513'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- int OT::IntType<short int, 2u>::cmp(short int) -->
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIsLj2EE3cmpEs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='620' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<short int, 2u>*' -->
- <parameter type-id='type-id-383' is-artificial='yes'/>
+ <parameter type-id='type-id-382' is-artificial='yes'/>
<!-- parameter of type 'short int' -->
- <parameter type-id='type-id-142'/>
+ <parameter type-id='type-id-141'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- bool OT::IntType<short int, 2u>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7IntTypeIsLj2EE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='621' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::IntType<short int, 2u>*' -->
- <parameter type-id='type-id-516' is-artificial='yes'/>
+ <parameter type-id='type-id-515' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::IntType<short int, 2u>::_instance_assertion_on_line_628() -->
<function-decl name='_instance_assertion_on_line_628' mangled-name='_ZNK2OT7IntTypeIsLj2EE31_instance_assertion_on_line_628Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<short int, 2u>*' -->
- <parameter type-id='type-id-383' is-artificial='yes'/>
+ <parameter type-id='type-id-382' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::BEInt<short int, 2> -->
- <class-decl name='BEInt<short int, 2>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-515'>
+ <class-decl name='BEInt<short int, 2>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-514'>
<data-member access='private' layout-offset-in-bits='0'>
<!-- uint8_t OT::BEInt<short int, 2>::v[2] -->
- <var-decl name='v' type-id='type-id-253' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='554' column='1'/>
+ <var-decl name='v' type-id='type-id-252' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='554' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::BEInt<short int, 2>::set(short int) -->
<function-decl name='set' mangled-name='_ZN2OT5BEIntIsLi2EE3setEs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='538' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::BEInt<short int, 2>*' -->
- <parameter type-id='type-id-518' is-artificial='yes'/>
+ <parameter type-id='type-id-517' is-artificial='yes'/>
<!-- parameter of type 'short int' -->
- <parameter type-id='type-id-142'/>
+ <parameter type-id='type-id-141'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- short int OT::BEInt<short int, 2>::operator short int() -->
<function-decl name='operator short int' mangled-name='_ZNK2OT5BEIntIsLi2EEcvsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='543' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<short int, 2>*' -->
- <parameter type-id='type-id-519' is-artificial='yes'/>
+ <parameter type-id='type-id-518' is-artificial='yes'/>
<!-- short int -->
- <return type-id='type-id-142'/>
+ <return type-id='type-id-141'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::BEInt<short int, 2>::operator==(const OT::BEInt<short int, 2>&) -->
<function-decl name='operator==' mangled-name='_ZNK2OT5BEIntIsLi2EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='548' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<short int, 2>*' -->
- <parameter type-id='type-id-519' is-artificial='yes'/>
+ <parameter type-id='type-id-518' is-artificial='yes'/>
<!-- parameter of type 'const OT::BEInt<short int, 2>&' -->
- <parameter type-id='type-id-520'/>
+ <parameter type-id='type-id-519'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::BEInt<short int, 2>::operator!=(const OT::BEInt<short int, 2>&) -->
<function-decl name='operator!=' mangled-name='_ZNK2OT5BEIntIsLi2EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='553' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<short int, 2>*' -->
- <parameter type-id='type-id-519' is-artificial='yes'/>
+ <parameter type-id='type-id-518' is-artificial='yes'/>
<!-- parameter of type 'const OT::BEInt<short int, 2>&' -->
- <parameter type-id='type-id-520'/>
+ <parameter type-id='type-id-519'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
<!-- typedef OT::IntType<short int, 2u> OT::SHORT -->
- <typedef-decl name='SHORT' type-id='type-id-514' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='633' column='1' id='type-id-501'/>
+ <typedef-decl name='SHORT' type-id='type-id-513' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='633' column='1' id='type-id-500'/>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-521'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-520'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<unsigned int, 4u> OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::len -->
- <var-decl name='len' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> > OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::array[1] -->
- <var-decl name='array' type-id='type-id-522' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-521' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >* OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-272' is-artificial='yes'/>
+ <parameter type-id='type-id-271' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >* -->
- <return type-id='type-id-273'/>
+ <return type-id='type-id-272'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >& OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-272' is-artificial='yes'/>
+ <parameter type-id='type-id-271' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >& -->
- <return type-id='type-id-523'/>
+ <return type-id='type-id-522'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >& OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-524' is-artificial='yes'/>
+ <parameter type-id='type-id-523' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >& -->
- <return type-id='type-id-525'/>
+ <return type-id='type-id-524'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-272' is-artificial='yes'/>
+ <parameter type-id='type-id-271' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-524' is-artificial='yes'/>
+ <parameter type-id='type-id-523' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-524' is-artificial='yes'/>
+ <parameter type-id='type-id-523' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> > >&' -->
- <parameter type-id='type-id-526'/>
+ <parameter type-id='type-id-525'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-524' is-artificial='yes'/>
+ <parameter type-id='type-id-523' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-524' is-artificial='yes'/>
+ <parameter type-id='type-id-523' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-524' is-artificial='yes'/>
+ <parameter type-id='type-id-523' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-272' is-artificial='yes'/>
+ <parameter type-id='type-id-271' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-272' is-artificial='yes'/>
+ <parameter type-id='type-id-271' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::Supplier<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-527'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-526'/>
<!-- struct OT::TTCHeaderVersion1 -->
- <class-decl name='TTCHeaderVersion1' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='127' column='1' id='type-id-528'>
+ <class-decl name='TTCHeaderVersion1' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='127' column='1' id='type-id-527'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::Tag OT::TTCHeaderVersion1::ttcTag -->
- <var-decl name='ttcTag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='139' column='1'/>
+ <var-decl name='ttcTag' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='139' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::FixedVersion OT::TTCHeaderVersion1::version -->
- <var-decl name='version' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='140' column='1'/>
+ <var-decl name='version' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='140' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > OT::TTCHeaderVersion1::table -->
- <var-decl name='table' type-id='type-id-521' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='143' column='1'/>
+ <var-decl name='table' type-id='type-id-520' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='143' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::TTCHeaderVersion1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='146' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='146' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::TTCHeaderVersion1::get_face_count() -->
<function-decl name='get_face_count' mangled-name='_ZNK2OT17TTCHeaderVersion114get_face_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::TTCHeaderVersion1*' -->
- <parameter type-id='type-id-529' is-artificial='yes'/>
+ <parameter type-id='type-id-528' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- const OT::OpenTypeFontFace& OT::TTCHeaderVersion1::get_face(unsigned int) -->
<function-decl name='get_face' mangled-name='_ZNK2OT17TTCHeaderVersion18get_faceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::TTCHeaderVersion1*' -->
- <parameter type-id='type-id-529' is-artificial='yes'/>
+ <parameter type-id='type-id-528' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OpenTypeFontFace& -->
- <return type-id='type-id-530'/>
+ <return type-id='type-id-529'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::TTCHeaderVersion1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT17TTCHeaderVersion18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::TTCHeaderVersion1*' -->
- <parameter type-id='type-id-531' is-artificial='yes'/>
+ <parameter type-id='type-id-530' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::TTCHeaderVersion1::_instance_assertion_on_line_146() -->
<function-decl name='_instance_assertion_on_line_146' mangled-name='_ZNK2OT17TTCHeaderVersion131_instance_assertion_on_line_146Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::TTCHeaderVersion1*' -->
- <parameter type-id='type-id-529' is-artificial='yes'/>
+ <parameter type-id='type-id-528' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::TTCHeaderVersion1::_compiles_assertion_on_line_146() -->
<function-decl name='_compiles_assertion_on_line_146' mangled-name='_ZNK2OT17TTCHeaderVersion131_compiles_assertion_on_line_146Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::TTCHeaderVersion1*' -->
- <parameter type-id='type-id-529' is-artificial='yes'/>
+ <parameter type-id='type-id-528' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- typedef OT::OffsetTable OT::OpenTypeFontFace -->
- <typedef-decl name='OpenTypeFontFace' type-id='type-id-442' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='119' column='1' id='type-id-532'/>
+ <typedef-decl name='OpenTypeFontFace' type-id='type-id-441' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='119' column='1' id='type-id-531'/>
<!-- struct OT::TTCHeader -->
- <class-decl name='TTCHeader' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='150' column='1' id='type-id-533'>
+ <class-decl name='TTCHeader' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='150' column='1' id='type-id-532'>
<member-type access='protected'>
<!-- union {struct {OT::Tag ttcTag; OT::FixedVersion version;} header; OT::TTCHeaderVersion1 version1;} -->
- <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='183' column='1' id='type-id-534'>
+ <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='183' column='1' id='type-id-533'>
<member-type access='private'>
<!-- struct {OT::Tag ttcTag; OT::FixedVersion version;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='184' column='1' id='type-id-535'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='184' column='1' id='type-id-534'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::Tag ttcTag -->
- <var-decl name='ttcTag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='185' column='1'/>
+ <var-decl name='ttcTag' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='185' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::FixedVersion version -->
- <var-decl name='version' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='186' column='1'/>
+ <var-decl name='version' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='186' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='private'>
<!-- struct {OT::Tag ttcTag; OT::FixedVersion version;} header -->
- <var-decl name='header' type-id='type-id-535' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='188' column='1'/>
+ <var-decl name='header' type-id='type-id-534' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='188' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::TTCHeaderVersion1 version1 -->
- <var-decl name='version1' type-id='type-id-528' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='189' column='1'/>
+ <var-decl name='version1' type-id='type-id-527' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='189' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {struct {OT::Tag ttcTag; OT::FixedVersion version;} header; OT::TTCHeaderVersion1 version1;} OT::TTCHeader::u -->
- <var-decl name='u' type-id='type-id-534' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='190' column='1'/>
+ <var-decl name='u' type-id='type-id-533' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='190' column='1'/>
</data-member>
<member-function access='private'>
<!-- unsigned int OT::TTCHeader::get_face_count() -->
<function-decl name='get_face_count' mangled-name='_ZNK2OT9TTCHeader14get_face_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::TTCHeader*' -->
- <parameter type-id='type-id-536' is-artificial='yes'/>
+ <parameter type-id='type-id-535' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- const OT::OpenTypeFontFace& OT::TTCHeader::get_face(unsigned int) -->
<function-decl name='get_face' mangled-name='_ZNK2OT9TTCHeader8get_faceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='163' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::TTCHeader*' -->
- <parameter type-id='type-id-536' is-artificial='yes'/>
+ <parameter type-id='type-id-535' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OpenTypeFontFace& -->
- <return type-id='type-id-530'/>
+ <return type-id='type-id-529'/>
</function-decl>
</member-function>
<member-function access='private'>
<!-- bool OT::TTCHeader::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT9TTCHeader8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='172' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::TTCHeader*' -->
- <parameter type-id='type-id-537' is-artificial='yes'/>
+ <parameter type-id='type-id-536' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::Sanitizer<OT::maxp> -->
- <class-decl name='Sanitizer<OT::maxp>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-538'>
+ <class-decl name='Sanitizer<OT::maxp>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-537'>
<member-function access='public' static='yes'>
<!-- hb_blob_t* OT::Sanitizer<OT::maxp>::sanitize() -->
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4maxpEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'hb_blob_t*' -->
<parameter type-id='type-id-59'/>
<!-- const OT::maxp* -->
- <return type-id='type-id-267'/>
+ <return type-id='type-id-266'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::Sanitizer<OT::head> -->
- <class-decl name='Sanitizer<OT::head>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-539'>
+ <class-decl name='Sanitizer<OT::head>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-538'>
<member-function access='public' static='yes'>
<!-- hb_blob_t* OT::Sanitizer<OT::head>::sanitize() -->
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4headEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'hb_blob_t*' -->
<parameter type-id='type-id-59'/>
<!-- const OT::head* -->
- <return type-id='type-id-268'/>
+ <return type-id='type-id-267'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::Sanitizer<OT::OpenTypeFontFile> -->
- <class-decl name='Sanitizer<OT::OpenTypeFontFile>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-540'>
+ <class-decl name='Sanitizer<OT::OpenTypeFontFile>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-539'>
<member-function access='public' static='yes'>
<!-- hb_blob_t* OT::Sanitizer<OT::OpenTypeFontFile>::sanitize() -->
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_16OpenTypeFontFileEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'hb_blob_t*' -->
<parameter type-id='type-id-59'/>
<!-- const OT::OpenTypeFontFile* -->
- <return type-id='type-id-541'/>
+ <return type-id='type-id-540'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::OpenTypeFontFile -->
- <class-decl name='OpenTypeFontFile' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='199' column='1' id='type-id-542'>
+ <class-decl name='OpenTypeFontFile' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='199' column='1' id='type-id-541'>
<member-type access='protected'>
<!-- union {OT::Tag tag; OT::OpenTypeFontFace fontFace; OT::TTCHeader ttcHeader;} -->
- <union-decl name='__anonymous_union__' size-in-bits='224' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='250' column='1' id='type-id-543'>
+ <union-decl name='__anonymous_union__' size-in-bits='224' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='250' column='1' id='type-id-542'>
<data-member access='private'>
<!-- OT::Tag tag -->
- <var-decl name='tag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='251' column='1'/>
+ <var-decl name='tag' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='251' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::OpenTypeFontFace fontFace -->
- <var-decl name='fontFace' type-id='type-id-532' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='252' column='1'/>
+ <var-decl name='fontFace' type-id='type-id-531' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='252' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::TTCHeader ttcHeader -->
- <var-decl name='ttcHeader' type-id='type-id-533' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='253' column='1'/>
+ <var-decl name='ttcHeader' type-id='type-id-532' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='253' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::OpenTypeFontFile::tableTag -->
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='200' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='200' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::OpenTypeFontFile::CFFTag -->
- <var-decl name='CFFTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='202' column='1'/>
+ <var-decl name='CFFTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='202' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::OpenTypeFontFile::TrueTypeTag -->
- <var-decl name='TrueTypeTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='203' column='1'/>
+ <var-decl name='TrueTypeTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='203' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::OpenTypeFontFile::TTCTag -->
- <var-decl name='TTCTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='204' column='1'/>
+ <var-decl name='TTCTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='204' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::OpenTypeFontFile::TrueTag -->
- <var-decl name='TrueTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='205' column='1'/>
+ <var-decl name='TrueTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::OpenTypeFontFile::Typ1Tag -->
- <var-decl name='Typ1Tag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='206' column='1'/>
+ <var-decl name='Typ1Tag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='206' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::Tag tag; OT::OpenTypeFontFace fontFace; OT::TTCHeader ttcHeader;} OT::OpenTypeFontFile::u -->
- <var-decl name='u' type-id='type-id-543' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='254' column='1'/>
+ <var-decl name='u' type-id='type-id-542' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='254' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OpenTypeFontFile::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='256' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='256' column='1'/>
</data-member>
<member-function access='public'>
<!-- hb_tag_t OT::OpenTypeFontFile::get_tag() -->
<function-decl name='get_tag' mangled-name='_ZNK2OT16OpenTypeFontFile7get_tagEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='208' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OpenTypeFontFile*' -->
- <parameter type-id='type-id-541' is-artificial='yes'/>
+ <parameter type-id='type-id-540' is-artificial='yes'/>
<!-- typedef hb_tag_t -->
- <return type-id='type-id-180'/>
+ <return type-id='type-id-179'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::OpenTypeFontFile::get_face_count() -->
<function-decl name='get_face_count' mangled-name='_ZNK2OT16OpenTypeFontFile14get_face_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='210' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OpenTypeFontFile*' -->
- <parameter type-id='type-id-541' is-artificial='yes'/>
+ <parameter type-id='type-id-540' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- const OT::OpenTypeFontFace& OT::OpenTypeFontFile::get_face(unsigned int) -->
<function-decl name='get_face' mangled-name='_ZNK2OT16OpenTypeFontFile8get_faceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='221' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OpenTypeFontFile*' -->
- <parameter type-id='type-id-541' is-artificial='yes'/>
+ <parameter type-id='type-id-540' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OpenTypeFontFace& -->
- <return type-id='type-id-530'/>
+ <return type-id='type-id-529'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OpenTypeFontFile::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT16OpenTypeFontFile8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='236' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OpenTypeFontFile*' -->
- <parameter type-id='type-id-544' is-artificial='yes'/>
+ <parameter type-id='type-id-543' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OpenTypeFontFile::_instance_assertion_on_line_256() -->
<function-decl name='_instance_assertion_on_line_256' mangled-name='_ZNK2OT16OpenTypeFontFile31_instance_assertion_on_line_256Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OpenTypeFontFile*' -->
- <parameter type-id='type-id-541' is-artificial='yes'/>
+ <parameter type-id='type-id-540' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</class-decl>
</namespace-decl>
<!-- OT::BEInt<unsigned int, 4>* -->
- <pointer-type-def type-id='type-id-248' size-in-bits='64' id='type-id-249'/>
+ <pointer-type-def type-id='type-id-247' size-in-bits='64' id='type-id-248'/>
<!-- const OT::BEInt<unsigned int, 4> -->
- <qualified-type-def type-id='type-id-248' const='yes' id='type-id-545'/>
+ <qualified-type-def type-id='type-id-247' const='yes' id='type-id-544'/>
<!-- const OT::BEInt<unsigned int, 4>* -->
- <pointer-type-def type-id='type-id-545' size-in-bits='64' id='type-id-250'/>
+ <pointer-type-def type-id='type-id-544' size-in-bits='64' id='type-id-249'/>
<!-- const OT::BEInt<unsigned int, 4>& -->
- <reference-type-def kind='lvalue' type-id='type-id-545' size-in-bits='64' id='type-id-251'/>
+ <reference-type-def kind='lvalue' type-id='type-id-544' size-in-bits='64' id='type-id-250'/>
<!-- uint8_t[2] -->
- <array-type-def dimensions='1' type-id='type-id-145' size-in-bits='16' id='type-id-253'>
+ <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='16' id='type-id-252'>
<!-- <anonymous range>[2] -->
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
<!-- OT::BEInt<short unsigned int, 2>* -->
- <pointer-type-def type-id='type-id-252' size-in-bits='64' id='type-id-254'/>
+ <pointer-type-def type-id='type-id-251' size-in-bits='64' id='type-id-253'/>
<!-- const OT::BEInt<short unsigned int, 2> -->
- <qualified-type-def type-id='type-id-252' const='yes' id='type-id-546'/>
+ <qualified-type-def type-id='type-id-251' const='yes' id='type-id-545'/>
<!-- const OT::BEInt<short unsigned int, 2>* -->
- <pointer-type-def type-id='type-id-546' size-in-bits='64' id='type-id-255'/>
+ <pointer-type-def type-id='type-id-545' size-in-bits='64' id='type-id-254'/>
<!-- const OT::BEInt<short unsigned int, 2>& -->
- <reference-type-def kind='lvalue' type-id='type-id-546' size-in-bits='64' id='type-id-256'/>
+ <reference-type-def kind='lvalue' type-id='type-id-545' size-in-bits='64' id='type-id-255'/>
<!-- OT::IntType<short unsigned int, 2u>* -->
- <pointer-type-def type-id='type-id-257' size-in-bits='64' id='type-id-258'/>
+ <pointer-type-def type-id='type-id-256' size-in-bits='64' id='type-id-257'/>
<!-- const OT::IntType<short unsigned int, 2u> -->
- <qualified-type-def type-id='type-id-257' const='yes' id='type-id-547'/>
+ <qualified-type-def type-id='type-id-256' const='yes' id='type-id-546'/>
<!-- const OT::IntType<short unsigned int, 2u>* -->
- <pointer-type-def type-id='type-id-547' size-in-bits='64' id='type-id-259'/>
+ <pointer-type-def type-id='type-id-546' size-in-bits='64' id='type-id-258'/>
<!-- const OT::IntType<short unsigned int, 2u>& -->
- <reference-type-def kind='lvalue' type-id='type-id-547' size-in-bits='64' id='type-id-260'/>
+ <reference-type-def kind='lvalue' type-id='type-id-546' size-in-bits='64' id='type-id-259'/>
<!-- OT::hb_sanitize_context_t* -->
- <pointer-type-def type-id='type-id-262' size-in-bits='64' id='type-id-261'/>
+ <pointer-type-def type-id='type-id-261' size-in-bits='64' id='type-id-260'/>
<!-- const OT::hb_sanitize_context_t -->
- <qualified-type-def type-id='type-id-262' const='yes' id='type-id-548'/>
+ <qualified-type-def type-id='type-id-261' const='yes' id='type-id-547'/>
<!-- const OT::hb_sanitize_context_t* -->
- <pointer-type-def type-id='type-id-548' size-in-bits='64' id='type-id-264'/>
+ <pointer-type-def type-id='type-id-547' size-in-bits='64' id='type-id-263'/>
<!-- OT::IntType<unsigned int, 4u>* -->
- <pointer-type-def type-id='type-id-438' size-in-bits='64' id='type-id-440'/>
+ <pointer-type-def type-id='type-id-437' size-in-bits='64' id='type-id-439'/>
<!-- const OT::IntType<unsigned int, 4u> -->
- <qualified-type-def type-id='type-id-438' const='yes' id='type-id-549'/>
+ <qualified-type-def type-id='type-id-437' const='yes' id='type-id-548'/>
<!-- const OT::IntType<unsigned int, 4u>* -->
- <pointer-type-def type-id='type-id-549' size-in-bits='64' id='type-id-269'/>
+ <pointer-type-def type-id='type-id-548' size-in-bits='64' id='type-id-268'/>
<!-- const OT::IntType<unsigned int, 4u>& -->
- <reference-type-def kind='lvalue' type-id='type-id-549' size-in-bits='64' id='type-id-441'/>
+ <reference-type-def kind='lvalue' type-id='type-id-548' size-in-bits='64' id='type-id-440'/>
<!-- const OT::Offset<OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-434' const='yes' id='type-id-550'/>
+ <qualified-type-def type-id='type-id-433' const='yes' id='type-id-549'/>
<!-- const OT::Offset<OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-550' size-in-bits='64' id='type-id-439'/>
+ <pointer-type-def type-id='type-id-549' size-in-bits='64' id='type-id-438'/>
<!-- const OT::Tag -->
- <qualified-type-def type-id='type-id-443' const='yes' id='type-id-551'/>
+ <qualified-type-def type-id='type-id-442' const='yes' id='type-id-550'/>
<!-- const OT::Tag* -->
- <pointer-type-def type-id='type-id-551' size-in-bits='64' id='type-id-448'/>
+ <pointer-type-def type-id='type-id-550' size-in-bits='64' id='type-id-447'/>
<!-- OT::Tag* -->
- <pointer-type-def type-id='type-id-443' size-in-bits='64' id='type-id-449'/>
+ <pointer-type-def type-id='type-id-442' size-in-bits='64' id='type-id-448'/>
<!-- const OT::ULONG -->
- <qualified-type-def type-id='type-id-452' const='yes' id='type-id-552'/>
+ <qualified-type-def type-id='type-id-451' const='yes' id='type-id-551'/>
<!-- const OT::ULONG* -->
- <pointer-type-def type-id='type-id-552' size-in-bits='64' id='type-id-455'/>
+ <pointer-type-def type-id='type-id-551' size-in-bits='64' id='type-id-454'/>
<!-- OT::CheckSum* -->
- <pointer-type-def type-id='type-id-451' size-in-bits='64' id='type-id-456'/>
+ <pointer-type-def type-id='type-id-450' size-in-bits='64' id='type-id-455'/>
<!-- const OT::CheckSum -->
- <qualified-type-def type-id='type-id-451' const='yes' id='type-id-553'/>
+ <qualified-type-def type-id='type-id-450' const='yes' id='type-id-552'/>
<!-- const OT::CheckSum* -->
- <pointer-type-def type-id='type-id-553' size-in-bits='64' id='type-id-457'/>
+ <pointer-type-def type-id='type-id-552' size-in-bits='64' id='type-id-456'/>
<!-- OT::TableRecord* -->
- <pointer-type-def type-id='type-id-450' size-in-bits='64' id='type-id-453'/>
+ <pointer-type-def type-id='type-id-449' size-in-bits='64' id='type-id-452'/>
<!-- const OT::TableRecord -->
- <qualified-type-def type-id='type-id-450' const='yes' id='type-id-554'/>
+ <qualified-type-def type-id='type-id-449' const='yes' id='type-id-553'/>
<!-- const OT::TableRecord* -->
- <pointer-type-def type-id='type-id-554' size-in-bits='64' id='type-id-454'/>
+ <pointer-type-def type-id='type-id-553' size-in-bits='64' id='type-id-453'/>
<!-- TableRecord[1] -->
- <array-type-def dimensions='1' type-id='type-id-450' size-in-bits='128' id='type-id-445'>
+ <array-type-def dimensions='1' type-id='type-id-449' size-in-bits='128' id='type-id-444'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- const OT::OffsetTable -->
- <qualified-type-def type-id='type-id-442' const='yes' id='type-id-555'/>
+ <qualified-type-def type-id='type-id-441' const='yes' id='type-id-554'/>
<!-- const OT::OffsetTable* -->
- <pointer-type-def type-id='type-id-555' size-in-bits='64' id='type-id-270'/>
+ <pointer-type-def type-id='type-id-554' size-in-bits='64' id='type-id-269'/>
<!-- const OT::TableRecord& -->
- <reference-type-def kind='lvalue' type-id='type-id-554' size-in-bits='64' id='type-id-446'/>
+ <reference-type-def kind='lvalue' type-id='type-id-553' size-in-bits='64' id='type-id-445'/>
<!-- OT::OffsetTable* -->
- <pointer-type-def type-id='type-id-442' size-in-bits='64' id='type-id-447'/>
+ <pointer-type-def type-id='type-id-441' size-in-bits='64' id='type-id-446'/>
<!-- const OT::OffsetTable& -->
- <reference-type-def kind='lvalue' type-id='type-id-555' size-in-bits='64' id='type-id-435'/>
+ <reference-type-def kind='lvalue' type-id='type-id-554' size-in-bits='64' id='type-id-434'/>
<!-- const OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-433' const='yes' id='type-id-556'/>
+ <qualified-type-def type-id='type-id-432' const='yes' id='type-id-555'/>
<!-- const OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-556' size-in-bits='64' id='type-id-273'/>
+ <pointer-type-def type-id='type-id-555' size-in-bits='64' id='type-id-272'/>
<!-- OT::OffsetTable& -->
- <reference-type-def kind='lvalue' type-id='type-id-442' size-in-bits='64' id='type-id-437'/>
+ <reference-type-def kind='lvalue' type-id='type-id-441' size-in-bits='64' id='type-id-436'/>
<!-- OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-433' size-in-bits='64' id='type-id-265'/>
+ <pointer-type-def type-id='type-id-432' size-in-bits='64' id='type-id-264'/>
<!-- OT::hb_serialize_context_t* -->
- <pointer-type-def type-id='type-id-458' size-in-bits='64' id='type-id-436'/>
+ <pointer-type-def type-id='type-id-457' size-in-bits='64' id='type-id-435'/>
<!-- const int -->
- <qualified-type-def type-id='type-id-4' const='yes' id='type-id-557'/>
+ <qualified-type-def type-id='type-id-4' const='yes' id='type-id-556'/>
<!-- const int& -->
- <reference-type-def kind='lvalue' type-id='type-id-557' size-in-bits='64' id='type-id-266'/>
+ <reference-type-def kind='lvalue' type-id='type-id-556' size-in-bits='64' id='type-id-265'/>
<!-- const hb_tag_t -->
- <qualified-type-def type-id='type-id-180' const='yes' id='type-id-495'/>
+ <qualified-type-def type-id='type-id-179' const='yes' id='type-id-494'/>
<!-- const OT::FixedVersion -->
- <qualified-type-def type-id='type-id-496' const='yes' id='type-id-558'/>
+ <qualified-type-def type-id='type-id-495' const='yes' id='type-id-557'/>
<!-- const OT::FixedVersion* -->
- <pointer-type-def type-id='type-id-558' size-in-bits='64' id='type-id-271'/>
+ <pointer-type-def type-id='type-id-557' size-in-bits='64' id='type-id-270'/>
<!-- OT::FixedVersion* -->
- <pointer-type-def type-id='type-id-496' size-in-bits='64' id='type-id-498'/>
+ <pointer-type-def type-id='type-id-495' size-in-bits='64' id='type-id-497'/>
<!-- const OT::maxp -->
- <qualified-type-def type-id='type-id-494' const='yes' id='type-id-559'/>
+ <qualified-type-def type-id='type-id-493' const='yes' id='type-id-558'/>
<!-- const OT::maxp* -->
- <pointer-type-def type-id='type-id-559' size-in-bits='64' id='type-id-267'/>
+ <pointer-type-def type-id='type-id-558' size-in-bits='64' id='type-id-266'/>
<!-- OT::maxp* -->
- <pointer-type-def type-id='type-id-494' size-in-bits='64' id='type-id-497'/>
+ <pointer-type-def type-id='type-id-493' size-in-bits='64' id='type-id-496'/>
<!-- OT::BEInt<int, 4>* -->
- <pointer-type-def type-id='type-id-507' size-in-bits='64' id='type-id-511'/>
+ <pointer-type-def type-id='type-id-506' size-in-bits='64' id='type-id-510'/>
<!-- const OT::BEInt<int, 4> -->
- <qualified-type-def type-id='type-id-507' const='yes' id='type-id-560'/>
+ <qualified-type-def type-id='type-id-506' const='yes' id='type-id-559'/>
<!-- const OT::BEInt<int, 4>* -->
- <pointer-type-def type-id='type-id-560' size-in-bits='64' id='type-id-512'/>
+ <pointer-type-def type-id='type-id-559' size-in-bits='64' id='type-id-511'/>
<!-- const OT::BEInt<int, 4>& -->
- <reference-type-def kind='lvalue' type-id='type-id-560' size-in-bits='64' id='type-id-513'/>
+ <reference-type-def kind='lvalue' type-id='type-id-559' size-in-bits='64' id='type-id-512'/>
<!-- OT::IntType<int, 4u>* -->
- <pointer-type-def type-id='type-id-506' size-in-bits='64' id='type-id-508'/>
+ <pointer-type-def type-id='type-id-505' size-in-bits='64' id='type-id-507'/>
<!-- const OT::IntType<int, 4u> -->
- <qualified-type-def type-id='type-id-506' const='yes' id='type-id-561'/>
+ <qualified-type-def type-id='type-id-505' const='yes' id='type-id-560'/>
<!-- const OT::IntType<int, 4u>* -->
- <pointer-type-def type-id='type-id-561' size-in-bits='64' id='type-id-509'/>
+ <pointer-type-def type-id='type-id-560' size-in-bits='64' id='type-id-508'/>
<!-- const OT::IntType<int, 4u>& -->
- <reference-type-def kind='lvalue' type-id='type-id-561' size-in-bits='64' id='type-id-510'/>
+ <reference-type-def kind='lvalue' type-id='type-id-560' size-in-bits='64' id='type-id-509'/>
<!-- OT::LONGDATETIME* -->
- <pointer-type-def type-id='type-id-500' size-in-bits='64' id='type-id-504'/>
+ <pointer-type-def type-id='type-id-499' size-in-bits='64' id='type-id-503'/>
<!-- const OT::LONGDATETIME -->
- <qualified-type-def type-id='type-id-500' const='yes' id='type-id-562'/>
+ <qualified-type-def type-id='type-id-499' const='yes' id='type-id-561'/>
<!-- const OT::LONGDATETIME* -->
- <pointer-type-def type-id='type-id-562' size-in-bits='64' id='type-id-505'/>
+ <pointer-type-def type-id='type-id-561' size-in-bits='64' id='type-id-504'/>
<!-- OT::BEInt<short int, 2>* -->
- <pointer-type-def type-id='type-id-515' size-in-bits='64' id='type-id-518'/>
+ <pointer-type-def type-id='type-id-514' size-in-bits='64' id='type-id-517'/>
<!-- const OT::BEInt<short int, 2> -->
- <qualified-type-def type-id='type-id-515' const='yes' id='type-id-563'/>
+ <qualified-type-def type-id='type-id-514' const='yes' id='type-id-562'/>
<!-- const OT::BEInt<short int, 2>* -->
- <pointer-type-def type-id='type-id-563' size-in-bits='64' id='type-id-519'/>
+ <pointer-type-def type-id='type-id-562' size-in-bits='64' id='type-id-518'/>
<!-- const OT::BEInt<short int, 2>& -->
- <reference-type-def kind='lvalue' type-id='type-id-563' size-in-bits='64' id='type-id-520'/>
+ <reference-type-def kind='lvalue' type-id='type-id-562' size-in-bits='64' id='type-id-519'/>
<!-- OT::IntType<short int, 2u>* -->
- <pointer-type-def type-id='type-id-514' size-in-bits='64' id='type-id-516'/>
+ <pointer-type-def type-id='type-id-513' size-in-bits='64' id='type-id-515'/>
<!-- const OT::IntType<short int, 2u> -->
- <qualified-type-def type-id='type-id-514' const='yes' id='type-id-564'/>
+ <qualified-type-def type-id='type-id-513' const='yes' id='type-id-563'/>
<!-- const OT::IntType<short int, 2u>* -->
- <pointer-type-def type-id='type-id-564' size-in-bits='64' id='type-id-383'/>
+ <pointer-type-def type-id='type-id-563' size-in-bits='64' id='type-id-382'/>
<!-- const OT::IntType<short int, 2u>& -->
- <reference-type-def kind='lvalue' type-id='type-id-564' size-in-bits='64' id='type-id-517'/>
+ <reference-type-def kind='lvalue' type-id='type-id-563' size-in-bits='64' id='type-id-516'/>
<!-- const OT::head -->
- <qualified-type-def type-id='type-id-499' const='yes' id='type-id-565'/>
+ <qualified-type-def type-id='type-id-498' const='yes' id='type-id-564'/>
<!-- const OT::head* -->
- <pointer-type-def type-id='type-id-565' size-in-bits='64' id='type-id-268'/>
+ <pointer-type-def type-id='type-id-564' size-in-bits='64' id='type-id-267'/>
<!-- OT::head* -->
- <pointer-type-def type-id='type-id-499' size-in-bits='64' id='type-id-502'/>
+ <pointer-type-def type-id='type-id-498' size-in-bits='64' id='type-id-501'/>
<!-- OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-433' size-in-bits='32' id='type-id-522'>
+ <array-type-def dimensions='1' type-id='type-id-432' size-in-bits='32' id='type-id-521'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-521' const='yes' id='type-id-566'/>
+ <qualified-type-def type-id='type-id-520' const='yes' id='type-id-565'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-566' size-in-bits='64' id='type-id-272'/>
+ <pointer-type-def type-id='type-id-565' size-in-bits='64' id='type-id-271'/>
<!-- const OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-556' size-in-bits='64' id='type-id-523'/>
+ <reference-type-def kind='lvalue' type-id='type-id-555' size-in-bits='64' id='type-id-522'/>
<!-- OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-433' size-in-bits='64' id='type-id-525'/>
+ <reference-type-def kind='lvalue' type-id='type-id-432' size-in-bits='64' id='type-id-524'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-521' size-in-bits='64' id='type-id-524'/>
+ <pointer-type-def type-id='type-id-520' size-in-bits='64' id='type-id-523'/>
<!-- OT::Supplier<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-527' size-in-bits='64' id='type-id-526'/>
+ <reference-type-def kind='lvalue' type-id='type-id-526' size-in-bits='64' id='type-id-525'/>
<!-- struct hb_auto_trace_t<0, bool> -->
- <class-decl name='hb_auto_trace_t<0, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='749' column='1' id='type-id-567'>
+ <class-decl name='hb_auto_trace_t<0, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='749' column='1' id='type-id-566'>
<member-function access='public'>
<!-- void hb_auto_trace_t<0, bool>::hb_auto_trace_t(unsigned int*, const char*, void*, const char*, const char*, ...) -->
<function-decl name='hb_auto_trace_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='797' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_auto_trace_t<0, bool>*' -->
- <parameter type-id='type-id-568' is-artificial='yes'/>
+ <parameter type-id='type-id-567' is-artificial='yes'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- parameter of type 'const char*' -->
<!-- bool hb_auto_trace_t<0, bool>::ret(bool, unsigned int) -->
<function-decl name='ret' mangled-name='_ZN15hb_auto_trace_tILi0EbE3retEbj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='804' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_auto_trace_t<0, bool>*' -->
- <parameter type-id='type-id-568' is-artificial='yes'/>
+ <parameter type-id='type-id-567' is-artificial='yes'/>
<!-- parameter of type 'bool' -->
<parameter type-id='type-id-7'/>
<!-- parameter of type 'unsigned int' -->
</member-function>
</class-decl>
<!-- hb_auto_trace_t<0, bool>* -->
- <pointer-type-def type-id='type-id-567' size-in-bits='64' id='type-id-568'/>
+ <pointer-type-def type-id='type-id-566' size-in-bits='64' id='type-id-567'/>
<!-- const OT::TTCHeaderVersion1 -->
- <qualified-type-def type-id='type-id-528' const='yes' id='type-id-569'/>
+ <qualified-type-def type-id='type-id-527' const='yes' id='type-id-568'/>
<!-- const OT::TTCHeaderVersion1* -->
- <pointer-type-def type-id='type-id-569' size-in-bits='64' id='type-id-529'/>
+ <pointer-type-def type-id='type-id-568' size-in-bits='64' id='type-id-528'/>
<!-- const OT::OpenTypeFontFace -->
- <qualified-type-def type-id='type-id-532' const='yes' id='type-id-570'/>
+ <qualified-type-def type-id='type-id-531' const='yes' id='type-id-569'/>
<!-- const OT::OpenTypeFontFace& -->
- <reference-type-def kind='lvalue' type-id='type-id-570' size-in-bits='64' id='type-id-530'/>
+ <reference-type-def kind='lvalue' type-id='type-id-569' size-in-bits='64' id='type-id-529'/>
<!-- OT::TTCHeaderVersion1* -->
- <pointer-type-def type-id='type-id-528' size-in-bits='64' id='type-id-531'/>
+ <pointer-type-def type-id='type-id-527' size-in-bits='64' id='type-id-530'/>
<!-- const OT::TTCHeader -->
- <qualified-type-def type-id='type-id-533' const='yes' id='type-id-571'/>
+ <qualified-type-def type-id='type-id-532' const='yes' id='type-id-570'/>
<!-- const OT::TTCHeader* -->
- <pointer-type-def type-id='type-id-571' size-in-bits='64' id='type-id-536'/>
+ <pointer-type-def type-id='type-id-570' size-in-bits='64' id='type-id-535'/>
<!-- OT::TTCHeader* -->
- <pointer-type-def type-id='type-id-533' size-in-bits='64' id='type-id-537'/>
+ <pointer-type-def type-id='type-id-532' size-in-bits='64' id='type-id-536'/>
<!-- const OT::OpenTypeFontFile -->
- <qualified-type-def type-id='type-id-542' const='yes' id='type-id-572'/>
+ <qualified-type-def type-id='type-id-541' const='yes' id='type-id-571'/>
<!-- const OT::OpenTypeFontFile* -->
- <pointer-type-def type-id='type-id-572' size-in-bits='64' id='type-id-541'/>
+ <pointer-type-def type-id='type-id-571' size-in-bits='64' id='type-id-540'/>
<!-- OT::OpenTypeFontFile* -->
- <pointer-type-def type-id='type-id-542' size-in-bits='64' id='type-id-544'/>
+ <pointer-type-def type-id='type-id-541' size-in-bits='64' id='type-id-543'/>
<!-- hb_face_t* hb_face_get_empty() -->
<function-decl name='hb_face_get_empty' mangled-name='hb_face_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='195' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_get_empty'>
<!-- hb_face_t* -->
- <return type-id='type-id-159'/>
+ <return type-id='type-id-158'/>
</function-decl>
<!-- hb_bool_t hb_face_is_immutable(hb_face_t*) -->
<function-decl name='hb_face_is_immutable' mangled-name='hb_face_is_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_is_immutable'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- void hb_face_set_index(hb_face_t*, unsigned int) -->
<function-decl name='hb_face_set_index' mangled-name='hb_face_set_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_set_index'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='368' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='368' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='369' column='1'/>
<!-- void -->
<!-- unsigned int hb_face_get_index(hb_face_t*) -->
<function-decl name='hb_face_get_index' mangled-name='hb_face_get_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='388' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_get_index'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='388' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='388' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- void hb_face_set_upem(hb_face_t*, unsigned int) -->
<function-decl name='hb_face_set_upem' mangled-name='hb_face_set_upem' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='403' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_set_upem'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='368' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='368' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='369' column='1'/>
<!-- void -->
<!-- void hb_face_set_glyph_count(hb_face_t*, unsigned int) -->
<function-decl name='hb_face_set_glyph_count' mangled-name='hb_face_set_glyph_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_set_glyph_count'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='368' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='368' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='369' column='1'/>
<!-- void -->
<!-- void hb_face_make_immutable(hb_face_t*) -->
<function-decl name='hb_face_make_immutable' mangled-name='hb_face_make_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_make_immutable'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='299' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='299' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void* hb_face_get_user_data(hb_face_t*, hb_user_data_key_t*) -->
<function-decl name='hb_face_get_user_data' mangled-name='hb_face_get_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='284' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_get_user_data'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='284' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='284' column='1'/>
<!-- parameter of type 'hb_user_data_key_t*' -->
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='285' column='1'/>
<!-- void* -->
<!-- hb_bool_t hb_face_set_user_data(hb_face_t*, hb_user_data_key_t*, void*, hb_destroy_func_t, hb_bool_t) -->
<function-decl name='hb_face_set_user_data' mangled-name='hb_face_set_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='263' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_set_user_data'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='263' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='263' column='1'/>
<!-- parameter of type 'hb_user_data_key_t*' -->
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='264' column='1'/>
<!-- parameter of type 'void*' -->
<!-- hb_face_t* hb_face_reference(hb_face_t*) -->
<function-decl name='hb_face_reference' mangled-name='hb_face_reference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='212' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_reference'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='212' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='212' column='1'/>
<!-- hb_face_t* -->
- <return type-id='type-id-159'/>
+ <return type-id='type-id-158'/>
</function-decl>
<!-- void hb_face_destroy(hb_face_t*) -->
<function-decl name='hb_face_destroy' mangled-name='hb_face_destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='226' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_destroy'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='299' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='299' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_face_t* hb_face_create_for_tables(hb_reference_table_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_face_create_for_tables' mangled-name='hb_face_create_for_tables' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='83' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_create_for_tables'>
<!-- parameter of type 'typedef hb_reference_table_func_t' -->
- <parameter type-id='type-id-178' name='reference_table_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='83' column='1'/>
+ <parameter type-id='type-id-177' name='reference_table_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='83' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='84' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='85' column='1'/>
<!-- hb_face_t* -->
- <return type-id='type-id-159'/>
+ <return type-id='type-id-158'/>
</function-decl>
<!-- hb_blob_t* hb_face_reference_blob(hb_face_t*) -->
<function-decl name='hb_face_reference_blob' mangled-name='hb_face_reference_blob' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_reference_blob'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='353' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='353' column='1'/>
<!-- hb_blob_t* -->
<return type-id='type-id-59'/>
</function-decl>
<!-- hb_blob_t* hb_face_reference_table(hb_face_t*, hb_tag_t) -->
<function-decl name='hb_face_reference_table' mangled-name='hb_face_reference_table' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='336' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_reference_table'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='336' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='336' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='337' column='1'/>
+ <parameter type-id='type-id-179' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='337' column='1'/>
<!-- hb_blob_t* -->
<return type-id='type-id-59'/>
</function-decl>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='164' column='1'/>
<!-- hb_face_t* -->
- <return type-id='type-id-159'/>
+ <return type-id='type-id-158'/>
</function-decl>
<!-- unsigned int hb_face_get_glyph_count(hb_face_t*) -->
<function-decl name='hb_face_get_glyph_count' mangled-name='hb_face_get_glyph_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='467' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_get_glyph_count'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='388' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='388' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- unsigned int hb_face_get_upem(hb_face_t*) -->
<function-decl name='hb_face_get_upem' mangled-name='hb_face_get_upem' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='423' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_get_upem'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='388' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='388' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-573' size-in-bits='64' id='type-id-481'/>
+ <reference-type-def kind='lvalue' type-id='type-id-572' size-in-bits='64' id='type-id-480'/>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-573' size-in-bits='64' id='type-id-480'/>
+ <pointer-type-def type-id='type-id-572' size-in-bits='64' id='type-id-479'/>
<!-- OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-574' size-in-bits='64' id='type-id-466'/>
+ <reference-type-def kind='lvalue' type-id='type-id-573' size-in-bits='64' id='type-id-465'/>
<!-- OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-574' size-in-bits='64' id='type-id-465'/>
+ <pointer-type-def type-id='type-id-573' size-in-bits='64' id='type-id-464'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-575' size-in-bits='64' id='type-id-487'/>
+ <reference-type-def kind='lvalue' type-id='type-id-574' size-in-bits='64' id='type-id-486'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-575' size-in-bits='64' id='type-id-486'/>
+ <pointer-type-def type-id='type-id-574' size-in-bits='64' id='type-id-485'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-576' size-in-bits='64' id='type-id-485'/>
+ <reference-type-def kind='lvalue' type-id='type-id-575' size-in-bits='64' id='type-id-484'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-576' size-in-bits='64' id='type-id-484'/>
+ <pointer-type-def type-id='type-id-575' size-in-bits='64' id='type-id-483'/>
<!-- OT::Coverage& -->
- <reference-type-def kind='lvalue' type-id='type-id-577' size-in-bits='64' id='type-id-477'/>
+ <reference-type-def kind='lvalue' type-id='type-id-576' size-in-bits='64' id='type-id-476'/>
<!-- OT::Coverage* -->
- <pointer-type-def type-id='type-id-577' size-in-bits='64' id='type-id-459'/>
+ <pointer-type-def type-id='type-id-576' size-in-bits='64' id='type-id-458'/>
<!-- OT::CoverageFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-578' size-in-bits='64' id='type-id-471'/>
+ <reference-type-def kind='lvalue' type-id='type-id-577' size-in-bits='64' id='type-id-470'/>
<!-- OT::CoverageFormat1* -->
- <pointer-type-def type-id='type-id-578' size-in-bits='64' id='type-id-469'/>
+ <pointer-type-def type-id='type-id-577' size-in-bits='64' id='type-id-468'/>
<!-- OT::CoverageFormat2& -->
- <reference-type-def kind='lvalue' type-id='type-id-579' size-in-bits='64' id='type-id-475'/>
+ <reference-type-def kind='lvalue' type-id='type-id-578' size-in-bits='64' id='type-id-474'/>
<!-- OT::CoverageFormat2* -->
- <pointer-type-def type-id='type-id-579' size-in-bits='64' id='type-id-473'/>
+ <pointer-type-def type-id='type-id-578' size-in-bits='64' id='type-id-472'/>
<!-- OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-580' size-in-bits='64' id='type-id-489'/>
+ <reference-type-def kind='lvalue' type-id='type-id-579' size-in-bits='64' id='type-id-488'/>
<!-- OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-580' size-in-bits='64' id='type-id-488'/>
+ <pointer-type-def type-id='type-id-579' size-in-bits='64' id='type-id-487'/>
<!-- OT::Ligature& -->
- <reference-type-def kind='lvalue' type-id='type-id-581' size-in-bits='64' id='type-id-490'/>
+ <reference-type-def kind='lvalue' type-id='type-id-580' size-in-bits='64' id='type-id-489'/>
<!-- OT::Ligature* -->
- <pointer-type-def type-id='type-id-581' size-in-bits='64' id='type-id-460'/>
+ <pointer-type-def type-id='type-id-580' size-in-bits='64' id='type-id-459'/>
<!-- OT::LigatureSet& -->
- <reference-type-def kind='lvalue' type-id='type-id-582' size-in-bits='64' id='type-id-491'/>
+ <reference-type-def kind='lvalue' type-id='type-id-581' size-in-bits='64' id='type-id-490'/>
<!-- OT::LigatureSet* -->
- <pointer-type-def type-id='type-id-582' size-in-bits='64' id='type-id-461'/>
+ <pointer-type-def type-id='type-id-581' size-in-bits='64' id='type-id-460'/>
<!-- OT::LigatureSubstFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-583' size-in-bits='64' id='type-id-492'/>
+ <reference-type-def kind='lvalue' type-id='type-id-582' size-in-bits='64' id='type-id-491'/>
<!-- OT::LigatureSubstFormat1* -->
- <pointer-type-def type-id='type-id-583' size-in-bits='64' id='type-id-483'/>
+ <pointer-type-def type-id='type-id-582' size-in-bits='64' id='type-id-482'/>
<!-- OT::Lookup& -->
- <reference-type-def kind='lvalue' type-id='type-id-584' size-in-bits='64' id='type-id-467'/>
+ <reference-type-def kind='lvalue' type-id='type-id-583' size-in-bits='64' id='type-id-466'/>
<!-- OT::Lookup* -->
- <pointer-type-def type-id='type-id-584' size-in-bits='64' id='type-id-464'/>
+ <pointer-type-def type-id='type-id-583' size-in-bits='64' id='type-id-463'/>
<!-- OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-585' size-in-bits='64' id='type-id-312'/>
+ <pointer-type-def type-id='type-id-584' size-in-bits='64' id='type-id-311'/>
<!-- OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-586' size-in-bits='64' id='type-id-314'/>
+ <pointer-type-def type-id='type-id-585' size-in-bits='64' id='type-id-313'/>
<!-- OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-587' size-in-bits='64' id='type-id-317'/>
+ <pointer-type-def type-id='type-id-586' size-in-bits='64' id='type-id-316'/>
<!-- OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-588' size-in-bits='64' id='type-id-305'/>
+ <pointer-type-def type-id='type-id-587' size-in-bits='64' id='type-id-304'/>
<!-- OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-589' size-in-bits='64' id='type-id-318'/>
+ <pointer-type-def type-id='type-id-588' size-in-bits='64' id='type-id-317'/>
<!-- OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-590' size-in-bits='64' id='type-id-323'/>
+ <pointer-type-def type-id='type-id-589' size-in-bits='64' id='type-id-322'/>
<!-- OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-591' size-in-bits='64' id='type-id-324'/>
+ <pointer-type-def type-id='type-id-590' size-in-bits='64' id='type-id-323'/>
<!-- OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-592' size-in-bits='64' id='type-id-304'/>
+ <pointer-type-def type-id='type-id-591' size-in-bits='64' id='type-id-303'/>
<!-- OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-593' size-in-bits='64' id='type-id-276'/>
+ <pointer-type-def type-id='type-id-592' size-in-bits='64' id='type-id-275'/>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-594' size-in-bits='64' id='type-id-302'/>
+ <pointer-type-def type-id='type-id-593' size-in-bits='64' id='type-id-301'/>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-595' size-in-bits='64' id='type-id-320'/>
+ <pointer-type-def type-id='type-id-594' size-in-bits='64' id='type-id-319'/>
<!-- OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-596' size-in-bits='64' id='type-id-303'/>
+ <pointer-type-def type-id='type-id-595' size-in-bits='64' id='type-id-302'/>
<!-- OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-597' size-in-bits='64' id='type-id-335'/>
+ <pointer-type-def type-id='type-id-596' size-in-bits='64' id='type-id-334'/>
<!-- OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-598' size-in-bits='64' id='type-id-301'/>
+ <pointer-type-def type-id='type-id-597' size-in-bits='64' id='type-id-300'/>
<!-- OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-599' size-in-bits='64' id='type-id-300'/>
+ <pointer-type-def type-id='type-id-598' size-in-bits='64' id='type-id-299'/>
<!-- OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-600' size-in-bits='64' id='type-id-306'/>
+ <pointer-type-def type-id='type-id-599' size-in-bits='64' id='type-id-305'/>
<!-- OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-601' size-in-bits='64' id='type-id-319'/>
+ <pointer-type-def type-id='type-id-600' size-in-bits='64' id='type-id-318'/>
<!-- OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-602' size-in-bits='64' id='type-id-326'/>
+ <pointer-type-def type-id='type-id-601' size-in-bits='64' id='type-id-325'/>
<!-- OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-603' size-in-bits='64' id='type-id-327'/>
+ <pointer-type-def type-id='type-id-602' size-in-bits='64' id='type-id-326'/>
<!-- OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-604' size-in-bits='64' id='type-id-331'/>
+ <pointer-type-def type-id='type-id-603' size-in-bits='64' id='type-id-330'/>
<!-- OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-605' size-in-bits='64' id='type-id-313'/>
+ <pointer-type-def type-id='type-id-604' size-in-bits='64' id='type-id-312'/>
<!-- OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-606' size-in-bits='64' id='type-id-307'/>
+ <pointer-type-def type-id='type-id-605' size-in-bits='64' id='type-id-306'/>
<!-- OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-607' size-in-bits='64' id='type-id-315'/>
+ <pointer-type-def type-id='type-id-606' size-in-bits='64' id='type-id-314'/>
<!-- OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-608' size-in-bits='64' id='type-id-310'/>
+ <pointer-type-def type-id='type-id-607' size-in-bits='64' id='type-id-309'/>
<!-- OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-609' size-in-bits='64' id='type-id-316'/>
+ <pointer-type-def type-id='type-id-608' size-in-bits='64' id='type-id-315'/>
<!-- OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-610' size-in-bits='64' id='type-id-311'/>
+ <pointer-type-def type-id='type-id-609' size-in-bits='64' id='type-id-310'/>
<!-- OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-611' size-in-bits='64' id='type-id-329'/>
+ <pointer-type-def type-id='type-id-610' size-in-bits='64' id='type-id-328'/>
<!-- OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-612' size-in-bits='64' id='type-id-333'/>
+ <pointer-type-def type-id='type-id-611' size-in-bits='64' id='type-id-332'/>
<!-- OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-613' size-in-bits='64' id='type-id-330'/>
+ <pointer-type-def type-id='type-id-612' size-in-bits='64' id='type-id-329'/>
<!-- OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-614' size-in-bits='64' id='type-id-309'/>
+ <pointer-type-def type-id='type-id-613' size-in-bits='64' id='type-id-308'/>
<!-- OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-615' size-in-bits='64' id='type-id-308'/>
+ <pointer-type-def type-id='type-id-614' size-in-bits='64' id='type-id-307'/>
<!-- OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-616' size-in-bits='64' id='type-id-321'/>
+ <pointer-type-def type-id='type-id-615' size-in-bits='64' id='type-id-320'/>
<!-- OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-617' size-in-bits='64' id='type-id-322'/>
+ <pointer-type-def type-id='type-id-616' size-in-bits='64' id='type-id-321'/>
<!-- OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-618' size-in-bits='64' id='type-id-334'/>
+ <pointer-type-def type-id='type-id-617' size-in-bits='64' id='type-id-333'/>
<!-- OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-619' size-in-bits='64' id='type-id-325'/>
+ <pointer-type-def type-id='type-id-618' size-in-bits='64' id='type-id-324'/>
<!-- OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-620' size-in-bits='64' id='type-id-275'/>
+ <pointer-type-def type-id='type-id-619' size-in-bits='64' id='type-id-274'/>
<!-- OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-621' size-in-bits='64' id='type-id-274'/>
+ <pointer-type-def type-id='type-id-620' size-in-bits='64' id='type-id-273'/>
<!-- OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-622' size-in-bits='64' id='type-id-332'/>
+ <pointer-type-def type-id='type-id-621' size-in-bits='64' id='type-id-331'/>
<!-- OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-623' size-in-bits='64' id='type-id-328'/>
+ <pointer-type-def type-id='type-id-622' size-in-bits='64' id='type-id-327'/>
<!-- OT::SingleSubstFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-624' size-in-bits='64' id='type-id-478'/>
+ <reference-type-def kind='lvalue' type-id='type-id-623' size-in-bits='64' id='type-id-477'/>
<!-- OT::SingleSubstFormat1* -->
- <pointer-type-def type-id='type-id-624' size-in-bits='64' id='type-id-468'/>
+ <pointer-type-def type-id='type-id-623' size-in-bits='64' id='type-id-467'/>
<!-- OT::SingleSubstFormat2& -->
- <reference-type-def kind='lvalue' type-id='type-id-625' size-in-bits='64' id='type-id-482'/>
+ <reference-type-def kind='lvalue' type-id='type-id-624' size-in-bits='64' id='type-id-481'/>
<!-- OT::SingleSubstFormat2* -->
- <pointer-type-def type-id='type-id-625' size-in-bits='64' id='type-id-479'/>
+ <pointer-type-def type-id='type-id-624' size-in-bits='64' id='type-id-478'/>
<!-- OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-626' size-in-bits='64' id='type-id-472'/>
+ <reference-type-def kind='lvalue' type-id='type-id-625' size-in-bits='64' id='type-id-471'/>
<!-- OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-626' size-in-bits='64' id='type-id-470'/>
+ <pointer-type-def type-id='type-id-625' size-in-bits='64' id='type-id-469'/>
<!-- OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-627' size-in-bits='64' id='type-id-476'/>
+ <reference-type-def kind='lvalue' type-id='type-id-626' size-in-bits='64' id='type-id-475'/>
<!-- OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-627' size-in-bits='64' id='type-id-474'/>
+ <pointer-type-def type-id='type-id-626' size-in-bits='64' id='type-id-473'/>
<!-- OT::SubstLookup* -->
- <pointer-type-def type-id='type-id-628' size-in-bits='64' id='type-id-463'/>
+ <pointer-type-def type-id='type-id-627' size-in-bits='64' id='type-id-462'/>
<!-- OT::SubstLookupSubTable* -->
- <pointer-type-def type-id='type-id-629' size-in-bits='64' id='type-id-462'/>
+ <pointer-type-def type-id='type-id-628' size-in-bits='64' id='type-id-461'/>
<!-- OT::USHORT& -->
- <reference-type-def kind='lvalue' type-id='type-id-444' size-in-bits='64' id='type-id-493'/>
+ <reference-type-def kind='lvalue' type-id='type-id-443' size-in-bits='64' id='type-id-492'/>
<!-- OT::USHORT* -->
- <pointer-type-def type-id='type-id-444' size-in-bits='64' id='type-id-280'/>
+ <pointer-type-def type-id='type-id-443' size-in-bits='64' id='type-id-279'/>
<!-- const OT::AnchorFormat1* -->
- <pointer-type-def type-id='type-id-630' size-in-bits='64' id='type-id-412'/>
+ <pointer-type-def type-id='type-id-629' size-in-bits='64' id='type-id-411'/>
<!-- const OT::AnchorFormat2* -->
- <pointer-type-def type-id='type-id-631' size-in-bits='64' id='type-id-413'/>
+ <pointer-type-def type-id='type-id-630' size-in-bits='64' id='type-id-412'/>
<!-- const OT::AnchorFormat3* -->
- <pointer-type-def type-id='type-id-632' size-in-bits='64' id='type-id-414'/>
+ <pointer-type-def type-id='type-id-631' size-in-bits='64' id='type-id-413'/>
<!-- const OT::AnchorMatrix* -->
- <pointer-type-def type-id='type-id-633' size-in-bits='64' id='type-id-419'/>
+ <pointer-type-def type-id='type-id-632' size-in-bits='64' id='type-id-418'/>
<!-- const OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-634' size-in-bits='64' id='type-id-286'/>
+ <pointer-type-def type-id='type-id-633' size-in-bits='64' id='type-id-285'/>
<!-- const OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-635' size-in-bits='64' id='type-id-277'/>
+ <pointer-type-def type-id='type-id-634' size-in-bits='64' id='type-id-276'/>
<!-- const OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-636' size-in-bits='64' id='type-id-411'/>
+ <pointer-type-def type-id='type-id-635' size-in-bits='64' id='type-id-410'/>
<!-- const OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-637' size-in-bits='64' id='type-id-357'/>
+ <pointer-type-def type-id='type-id-636' size-in-bits='64' id='type-id-356'/>
<!-- const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-638' size-in-bits='64' id='type-id-282'/>
+ <pointer-type-def type-id='type-id-637' size-in-bits='64' id='type-id-281'/>
<!-- const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-639' size-in-bits='64' id='type-id-284'/>
+ <pointer-type-def type-id='type-id-638' size-in-bits='64' id='type-id-283'/>
<!-- const OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-640' size-in-bits='64' id='type-id-368'/>
+ <pointer-type-def type-id='type-id-639' size-in-bits='64' id='type-id-367'/>
<!-- const OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-641' size-in-bits='64' id='type-id-398'/>
+ <pointer-type-def type-id='type-id-640' size-in-bits='64' id='type-id-397'/>
<!-- const OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-642' size-in-bits='64' id='type-id-416'/>
+ <pointer-type-def type-id='type-id-641' size-in-bits='64' id='type-id-415'/>
<!-- const OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-643' size-in-bits='64' id='type-id-377'/>
+ <pointer-type-def type-id='type-id-642' size-in-bits='64' id='type-id-376'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-644' size-in-bits='64' id='type-id-422'/>
+ <pointer-type-def type-id='type-id-643' size-in-bits='64' id='type-id-421'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-645' size-in-bits='64' id='type-id-338'/>
+ <pointer-type-def type-id='type-id-644' size-in-bits='64' id='type-id-337'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-646' size-in-bits='64' id='type-id-342'/>
+ <pointer-type-def type-id='type-id-645' size-in-bits='64' id='type-id-341'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-647' size-in-bits='64' id='type-id-397'/>
+ <pointer-type-def type-id='type-id-646' size-in-bits='64' id='type-id-396'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-648' size-in-bits='64' id='type-id-396'/>
+ <pointer-type-def type-id='type-id-647' size-in-bits='64' id='type-id-395'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-649' size-in-bits='64' id='type-id-401'/>
+ <pointer-type-def type-id='type-id-648' size-in-bits='64' id='type-id-400'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-650' size-in-bits='64' id='type-id-353'/>
+ <pointer-type-def type-id='type-id-649' size-in-bits='64' id='type-id-352'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-651' size-in-bits='64' id='type-id-341'/>
+ <pointer-type-def type-id='type-id-650' size-in-bits='64' id='type-id-340'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-652' size-in-bits='64' id='type-id-387'/>
+ <pointer-type-def type-id='type-id-651' size-in-bits='64' id='type-id-386'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-653' size-in-bits='64' id='type-id-386'/>
+ <pointer-type-def type-id='type-id-652' size-in-bits='64' id='type-id-385'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-654' size-in-bits='64' id='type-id-376'/>
+ <pointer-type-def type-id='type-id-653' size-in-bits='64' id='type-id-375'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-655' size-in-bits='64' id='type-id-408'/>
+ <pointer-type-def type-id='type-id-654' size-in-bits='64' id='type-id-407'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-656' size-in-bits='64' id='type-id-406'/>
+ <pointer-type-def type-id='type-id-655' size-in-bits='64' id='type-id-405'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-657' size-in-bits='64' id='type-id-407'/>
+ <pointer-type-def type-id='type-id-656' size-in-bits='64' id='type-id-406'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-658' size-in-bits='64' id='type-id-392'/>
+ <pointer-type-def type-id='type-id-657' size-in-bits='64' id='type-id-391'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-659' size-in-bits='64' id='type-id-391'/>
+ <pointer-type-def type-id='type-id-658' size-in-bits='64' id='type-id-390'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-660' size-in-bits='64' id='type-id-384'/>
+ <pointer-type-def type-id='type-id-659' size-in-bits='64' id='type-id-383'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-661' size-in-bits='64' id='type-id-381'/>
+ <pointer-type-def type-id='type-id-660' size-in-bits='64' id='type-id-380'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-662' size-in-bits='64' id='type-id-382'/>
+ <pointer-type-def type-id='type-id-661' size-in-bits='64' id='type-id-381'/>
<!-- const OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-663' size-in-bits='64' id='type-id-336'/>
+ <pointer-type-def type-id='type-id-662' size-in-bits='64' id='type-id-335'/>
<!-- const OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-664' size-in-bits='64' id='type-id-365'/>
+ <pointer-type-def type-id='type-id-663' size-in-bits='64' id='type-id-364'/>
<!-- const OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-665' size-in-bits='64' id='type-id-360'/>
+ <pointer-type-def type-id='type-id-664' size-in-bits='64' id='type-id-359'/>
<!-- const OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-666' size-in-bits='64' id='type-id-356'/>
+ <pointer-type-def type-id='type-id-665' size-in-bits='64' id='type-id-355'/>
<!-- const OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-667' size-in-bits='64' id='type-id-292'/>
+ <pointer-type-def type-id='type-id-666' size-in-bits='64' id='type-id-291'/>
<!-- const OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-668' size-in-bits='64' id='type-id-290'/>
+ <pointer-type-def type-id='type-id-667' size-in-bits='64' id='type-id-289'/>
<!-- const OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-669' size-in-bits='64' id='type-id-289'/>
+ <pointer-type-def type-id='type-id-668' size-in-bits='64' id='type-id-288'/>
<!-- const OT::CaretValueFormat1* -->
- <pointer-type-def type-id='type-id-670' size-in-bits='64' id='type-id-343'/>
+ <pointer-type-def type-id='type-id-669' size-in-bits='64' id='type-id-342'/>
<!-- const OT::CaretValueFormat2* -->
- <pointer-type-def type-id='type-id-671' size-in-bits='64' id='type-id-344'/>
+ <pointer-type-def type-id='type-id-670' size-in-bits='64' id='type-id-343'/>
<!-- const OT::CaretValueFormat3* -->
- <pointer-type-def type-id='type-id-672' size-in-bits='64' id='type-id-347'/>
+ <pointer-type-def type-id='type-id-671' size-in-bits='64' id='type-id-346'/>
<!-- const OT::ClassDefFormat1* -->
- <pointer-type-def type-id='type-id-673' size-in-bits='64' id='type-id-351'/>
+ <pointer-type-def type-id='type-id-672' size-in-bits='64' id='type-id-350'/>
<!-- const OT::CmapSubtableFormat0* -->
- <pointer-type-def type-id='type-id-674' size-in-bits='64' id='type-id-278'/>
+ <pointer-type-def type-id='type-id-673' size-in-bits='64' id='type-id-277'/>
<!-- const OT::CmapSubtableFormat14* -->
- <pointer-type-def type-id='type-id-675' size-in-bits='64' id='type-id-295'/>
+ <pointer-type-def type-id='type-id-674' size-in-bits='64' id='type-id-294'/>
<!-- const OT::CmapSubtableFormat4* -->
- <pointer-type-def type-id='type-id-676' size-in-bits='64' id='type-id-279'/>
+ <pointer-type-def type-id='type-id-675' size-in-bits='64' id='type-id-278'/>
<!-- const OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>* -->
- <pointer-type-def type-id='type-id-677' size-in-bits='64' id='type-id-287'/>
+ <pointer-type-def type-id='type-id-676' size-in-bits='64' id='type-id-286'/>
<!-- const OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>* -->
- <pointer-type-def type-id='type-id-678' size-in-bits='64' id='type-id-288'/>
+ <pointer-type-def type-id='type-id-677' size-in-bits='64' id='type-id-287'/>
<!-- const OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-679' size-in-bits='64' id='type-id-283'/>
+ <pointer-type-def type-id='type-id-678' size-in-bits='64' id='type-id-282'/>
<!-- const OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-680' size-in-bits='64' id='type-id-285'/>
+ <pointer-type-def type-id='type-id-679' size-in-bits='64' id='type-id-284'/>
<!-- const OT::ContextFormat3* -->
- <pointer-type-def type-id='type-id-681' size-in-bits='64' id='type-id-395'/>
+ <pointer-type-def type-id='type-id-680' size-in-bits='64' id='type-id-394'/>
<!-- const OT::Device* -->
- <pointer-type-def type-id='type-id-682' size-in-bits='64' id='type-id-345'/>
+ <pointer-type-def type-id='type-id-681' size-in-bits='64' id='type-id-344'/>
<!-- const OT::EncodingRecord* -->
- <pointer-type-def type-id='type-id-683' size-in-bits='64' id='type-id-297'/>
+ <pointer-type-def type-id='type-id-682' size-in-bits='64' id='type-id-296'/>
<!-- const OT::ExtensionFormat1* -->
- <pointer-type-def type-id='type-id-684' size-in-bits='64' id='type-id-402'/>
+ <pointer-type-def type-id='type-id-683' size-in-bits='64' id='type-id-401'/>
<!-- const OT::Feature* -->
- <pointer-type-def type-id='type-id-685' size-in-bits='64' id='type-id-371'/>
+ <pointer-type-def type-id='type-id-684' size-in-bits='64' id='type-id-370'/>
<!-- const OT::FeatureParamsCharacterVariants* -->
- <pointer-type-def type-id='type-id-686' size-in-bits='64' id='type-id-369'/>
+ <pointer-type-def type-id='type-id-685' size-in-bits='64' id='type-id-368'/>
<!-- const OT::FeatureParamsSize* -->
- <pointer-type-def type-id='type-id-687' size-in-bits='64' id='type-id-366'/>
+ <pointer-type-def type-id='type-id-686' size-in-bits='64' id='type-id-365'/>
<!-- const OT::FeatureParamsStylisticSet* -->
- <pointer-type-def type-id='type-id-688' size-in-bits='64' id='type-id-367'/>
+ <pointer-type-def type-id='type-id-687' size-in-bits='64' id='type-id-366'/>
<!-- const OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-689' size-in-bits='64' id='type-id-388'/>
+ <pointer-type-def type-id='type-id-688' size-in-bits='64' id='type-id-387'/>
<!-- const OT::LangSys* -->
- <pointer-type-def type-id='type-id-690' size-in-bits='64' id='type-id-358'/>
+ <pointer-type-def type-id='type-id-689' size-in-bits='64' id='type-id-357'/>
<!-- const OT::Lookup* -->
- <pointer-type-def type-id='type-id-691' size-in-bits='64' id='type-id-378'/>
+ <pointer-type-def type-id='type-id-690' size-in-bits='64' id='type-id-377'/>
<!-- const OT::MarkBasePosFormat1* -->
- <pointer-type-def type-id='type-id-692' size-in-bits='64' id='type-id-421'/>
+ <pointer-type-def type-id='type-id-691' size-in-bits='64' id='type-id-420'/>
<!-- const OT::MarkLigPosFormat1* -->
- <pointer-type-def type-id='type-id-693' size-in-bits='64' id='type-id-424'/>
+ <pointer-type-def type-id='type-id-692' size-in-bits='64' id='type-id-423'/>
<!-- const OT::MarkMarkPosFormat1* -->
- <pointer-type-def type-id='type-id-694' size-in-bits='64' id='type-id-425'/>
+ <pointer-type-def type-id='type-id-693' size-in-bits='64' id='type-id-424'/>
<!-- const OT::MarkRecord* -->
- <pointer-type-def type-id='type-id-695' size-in-bits='64' id='type-id-417'/>
+ <pointer-type-def type-id='type-id-694' size-in-bits='64' id='type-id-416'/>
<!-- const OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-696' size-in-bits='64' id='type-id-415'/>
+ <pointer-type-def type-id='type-id-695' size-in-bits='64' id='type-id-414'/>
<!-- const OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-697' size-in-bits='64' id='type-id-420'/>
+ <pointer-type-def type-id='type-id-696' size-in-bits='64' id='type-id-419'/>
<!-- const OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-698' size-in-bits='64' id='type-id-339'/>
+ <pointer-type-def type-id='type-id-697' size-in-bits='64' id='type-id-338'/>
<!-- const OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-699' size-in-bits='64' id='type-id-340'/>
+ <pointer-type-def type-id='type-id-698' size-in-bits='64' id='type-id-339'/>
<!-- const OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-700' size-in-bits='64' id='type-id-348'/>
+ <pointer-type-def type-id='type-id-699' size-in-bits='64' id='type-id-347'/>
<!-- const OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-701' size-in-bits='64' id='type-id-399'/>
+ <pointer-type-def type-id='type-id-700' size-in-bits='64' id='type-id-398'/>
<!-- const OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-702' size-in-bits='64' id='type-id-400'/>
+ <pointer-type-def type-id='type-id-701' size-in-bits='64' id='type-id-399'/>
<!-- const OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-703' size-in-bits='64' id='type-id-352'/>
+ <pointer-type-def type-id='type-id-702' size-in-bits='64' id='type-id-351'/>
<!-- const OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-704' size-in-bits='64' id='type-id-296'/>
+ <pointer-type-def type-id='type-id-703' size-in-bits='64' id='type-id-295'/>
<!-- const OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-705' size-in-bits='64' id='type-id-337'/>
+ <pointer-type-def type-id='type-id-704' size-in-bits='64' id='type-id-336'/>
<!-- const OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-706' size-in-bits='64' id='type-id-354'/>
+ <pointer-type-def type-id='type-id-705' size-in-bits='64' id='type-id-353'/>
<!-- const OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-707' size-in-bits='64' id='type-id-346'/>
+ <pointer-type-def type-id='type-id-706' size-in-bits='64' id='type-id-345'/>
<!-- const OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-708' size-in-bits='64' id='type-id-373'/>
+ <pointer-type-def type-id='type-id-707' size-in-bits='64' id='type-id-372'/>
<!-- const OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-709' size-in-bits='64' id='type-id-372'/>
+ <reference-type-def kind='lvalue' type-id='type-id-708' size-in-bits='64' id='type-id-371'/>
<!-- const OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-709' size-in-bits='64' id='type-id-370'/>
+ <pointer-type-def type-id='type-id-708' size-in-bits='64' id='type-id-369'/>
<!-- const OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-710' size-in-bits='64' id='type-id-359'/>
+ <pointer-type-def type-id='type-id-709' size-in-bits='64' id='type-id-358'/>
<!-- const OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-711' size-in-bits='64' id='type-id-350'/>
+ <pointer-type-def type-id='type-id-710' size-in-bits='64' id='type-id-349'/>
<!-- const OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-712' size-in-bits='64' id='type-id-349'/>
+ <pointer-type-def type-id='type-id-711' size-in-bits='64' id='type-id-348'/>
<!-- const OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-713' size-in-bits='64' id='type-id-389'/>
+ <pointer-type-def type-id='type-id-712' size-in-bits='64' id='type-id-388'/>
<!-- const OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-714' size-in-bits='64' id='type-id-390'/>
+ <pointer-type-def type-id='type-id-713' size-in-bits='64' id='type-id-389'/>
<!-- const OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-715' size-in-bits='64' id='type-id-379'/>
+ <pointer-type-def type-id='type-id-714' size-in-bits='64' id='type-id-378'/>
<!-- const OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-716' size-in-bits='64' id='type-id-418'/>
+ <pointer-type-def type-id='type-id-715' size-in-bits='64' id='type-id-417'/>
<!-- const OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-717' size-in-bits='64' id='type-id-355'/>
+ <pointer-type-def type-id='type-id-716' size-in-bits='64' id='type-id-354'/>
<!-- const OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-718' size-in-bits='64' id='type-id-423'/>
+ <pointer-type-def type-id='type-id-717' size-in-bits='64' id='type-id-422'/>
<!-- const OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-719' size-in-bits='64' id='type-id-380'/>
+ <pointer-type-def type-id='type-id-718' size-in-bits='64' id='type-id-379'/>
<!-- const OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-720' size-in-bits='64' id='type-id-432'/>
+ <pointer-type-def type-id='type-id-719' size-in-bits='64' id='type-id-431'/>
<!-- const OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-721' size-in-bits='64' id='type-id-405'/>
+ <pointer-type-def type-id='type-id-720' size-in-bits='64' id='type-id-404'/>
<!-- const OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-722' size-in-bits='64' id='type-id-410'/>
+ <pointer-type-def type-id='type-id-721' size-in-bits='64' id='type-id-409'/>
<!-- const OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-723' size-in-bits='64' id='type-id-431'/>
+ <pointer-type-def type-id='type-id-722' size-in-bits='64' id='type-id-430'/>
<!-- const OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-724' size-in-bits='64' id='type-id-430'/>
+ <pointer-type-def type-id='type-id-723' size-in-bits='64' id='type-id-429'/>
<!-- const OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-725' size-in-bits='64' id='type-id-375'/>
+ <pointer-type-def type-id='type-id-724' size-in-bits='64' id='type-id-374'/>
<!-- const OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-726' size-in-bits='64' id='type-id-364'/>
+ <pointer-type-def type-id='type-id-725' size-in-bits='64' id='type-id-363'/>
<!-- const OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-727' size-in-bits='64' id='type-id-393'/>
+ <pointer-type-def type-id='type-id-726' size-in-bits='64' id='type-id-392'/>
<!-- const OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-728' size-in-bits='64' id='type-id-394'/>
+ <pointer-type-def type-id='type-id-727' size-in-bits='64' id='type-id-393'/>
<!-- const OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-729' size-in-bits='64' id='type-id-362'/>
+ <pointer-type-def type-id='type-id-728' size-in-bits='64' id='type-id-361'/>
<!-- const OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-730' size-in-bits='64' id='type-id-385'/>
+ <pointer-type-def type-id='type-id-729' size-in-bits='64' id='type-id-384'/>
<!-- const OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-731' size-in-bits='64' id='type-id-293'/>
+ <pointer-type-def type-id='type-id-730' size-in-bits='64' id='type-id-292'/>
<!-- const OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-732' size-in-bits='64' id='type-id-291'/>
+ <pointer-type-def type-id='type-id-731' size-in-bits='64' id='type-id-290'/>
<!-- const OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-733' size-in-bits='64' id='type-id-404'/>
+ <pointer-type-def type-id='type-id-732' size-in-bits='64' id='type-id-403'/>
<!-- const OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-734' size-in-bits='64' id='type-id-403'/>
+ <pointer-type-def type-id='type-id-733' size-in-bits='64' id='type-id-402'/>
<!-- const OT::PairPosFormat1* -->
- <pointer-type-def type-id='type-id-735' size-in-bits='64' id='type-id-428'/>
+ <pointer-type-def type-id='type-id-734' size-in-bits='64' id='type-id-427'/>
<!-- const OT::PairPosFormat2* -->
- <pointer-type-def type-id='type-id-736' size-in-bits='64' id='type-id-429'/>
+ <pointer-type-def type-id='type-id-735' size-in-bits='64' id='type-id-428'/>
<!-- const OT::PairSet* -->
- <pointer-type-def type-id='type-id-737' size-in-bits='64' id='type-id-409'/>
+ <pointer-type-def type-id='type-id-736' size-in-bits='64' id='type-id-408'/>
<!-- const OT::Record<OT::Feature>* -->
- <pointer-type-def type-id='type-id-738' size-in-bits='64' id='type-id-374'/>
+ <pointer-type-def type-id='type-id-737' size-in-bits='64' id='type-id-373'/>
<!-- const OT::Record<OT::LangSys>* -->
- <pointer-type-def type-id='type-id-739' size-in-bits='64' id='type-id-361'/>
+ <pointer-type-def type-id='type-id-738' size-in-bits='64' id='type-id-360'/>
<!-- const OT::Record<OT::Script>* -->
- <pointer-type-def type-id='type-id-740' size-in-bits='64' id='type-id-363'/>
+ <pointer-type-def type-id='type-id-739' size-in-bits='64' id='type-id-362'/>
<!-- const OT::SinglePosFormat1* -->
- <pointer-type-def type-id='type-id-741' size-in-bits='64' id='type-id-426'/>
+ <pointer-type-def type-id='type-id-740' size-in-bits='64' id='type-id-425'/>
<!-- const OT::SinglePosFormat2* -->
- <pointer-type-def type-id='type-id-742' size-in-bits='64' id='type-id-427'/>
+ <pointer-type-def type-id='type-id-741' size-in-bits='64' id='type-id-426'/>
<!-- const OT::VariationSelectorRecord* -->
- <pointer-type-def type-id='type-id-743' size-in-bits='64' id='type-id-294'/>
+ <pointer-type-def type-id='type-id-742' size-in-bits='64' id='type-id-293'/>
<!-- const OT::_hea* -->
- <pointer-type-def type-id='type-id-744' size-in-bits='64' id='type-id-299'/>
+ <pointer-type-def type-id='type-id-743' size-in-bits='64' id='type-id-298'/>
<!-- const OT::cmap* -->
- <pointer-type-def type-id='type-id-745' size-in-bits='64' id='type-id-298'/>
+ <pointer-type-def type-id='type-id-744' size-in-bits='64' id='type-id-297'/>
<!-- const uint16_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-236' size-in-bits='64' id='type-id-281'/>
+ <reference-type-def kind='lvalue' type-id='type-id-235' size-in-bits='64' id='type-id-280'/>
<!-- const OT::AnchorFormat1 -->
- <qualified-type-def type-id='type-id-746' const='yes' id='type-id-630'/>
+ <qualified-type-def type-id='type-id-745' const='yes' id='type-id-629'/>
<!-- const OT::AnchorFormat2 -->
- <qualified-type-def type-id='type-id-747' const='yes' id='type-id-631'/>
+ <qualified-type-def type-id='type-id-746' const='yes' id='type-id-630'/>
<!-- const OT::AnchorFormat3 -->
- <qualified-type-def type-id='type-id-748' const='yes' id='type-id-632'/>
+ <qualified-type-def type-id='type-id-747' const='yes' id='type-id-631'/>
<!-- const OT::AnchorMatrix -->
- <qualified-type-def type-id='type-id-749' const='yes' id='type-id-633'/>
+ <qualified-type-def type-id='type-id-748' const='yes' id='type-id-632'/>
<!-- const OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-750' const='yes' id='type-id-634'/>
+ <qualified-type-def type-id='type-id-749' const='yes' id='type-id-633'/>
<!-- const OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-751' const='yes' id='type-id-635'/>
+ <qualified-type-def type-id='type-id-750' const='yes' id='type-id-634'/>
<!-- const OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-752' const='yes' id='type-id-636'/>
+ <qualified-type-def type-id='type-id-751' const='yes' id='type-id-635'/>
<!-- const OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-753' const='yes' id='type-id-637'/>
+ <qualified-type-def type-id='type-id-752' const='yes' id='type-id-636'/>
<!-- const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-573' const='yes' id='type-id-638'/>
+ <qualified-type-def type-id='type-id-572' const='yes' id='type-id-637'/>
<!-- const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-754' const='yes' id='type-id-639'/>
+ <qualified-type-def type-id='type-id-753' const='yes' id='type-id-638'/>
<!-- const OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-755' const='yes' id='type-id-640'/>
+ <qualified-type-def type-id='type-id-754' const='yes' id='type-id-639'/>
<!-- const OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-756' const='yes' id='type-id-641'/>
+ <qualified-type-def type-id='type-id-755' const='yes' id='type-id-640'/>
<!-- const OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-757' const='yes' id='type-id-642'/>
+ <qualified-type-def type-id='type-id-756' const='yes' id='type-id-641'/>
<!-- const OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-574' const='yes' id='type-id-643'/>
+ <qualified-type-def type-id='type-id-573' const='yes' id='type-id-642'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-758' const='yes' id='type-id-644'/>
+ <qualified-type-def type-id='type-id-757' const='yes' id='type-id-643'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-759' const='yes' id='type-id-645'/>
+ <qualified-type-def type-id='type-id-758' const='yes' id='type-id-644'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-760' const='yes' id='type-id-646'/>
+ <qualified-type-def type-id='type-id-759' const='yes' id='type-id-645'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-761' const='yes' id='type-id-647'/>
+ <qualified-type-def type-id='type-id-760' const='yes' id='type-id-646'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-762' const='yes' id='type-id-648'/>
+ <qualified-type-def type-id='type-id-761' const='yes' id='type-id-647'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-763' const='yes' id='type-id-649'/>
+ <qualified-type-def type-id='type-id-762' const='yes' id='type-id-648'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-764' const='yes' id='type-id-650'/>
+ <qualified-type-def type-id='type-id-763' const='yes' id='type-id-649'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-765' const='yes' id='type-id-651'/>
+ <qualified-type-def type-id='type-id-764' const='yes' id='type-id-650'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-575' const='yes' id='type-id-652'/>
+ <qualified-type-def type-id='type-id-574' const='yes' id='type-id-651'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-576' const='yes' id='type-id-653'/>
+ <qualified-type-def type-id='type-id-575' const='yes' id='type-id-652'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-766' const='yes' id='type-id-654'/>
+ <qualified-type-def type-id='type-id-765' const='yes' id='type-id-653'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-767' const='yes' id='type-id-655'/>
+ <qualified-type-def type-id='type-id-766' const='yes' id='type-id-654'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-768' const='yes' id='type-id-656'/>
+ <qualified-type-def type-id='type-id-767' const='yes' id='type-id-655'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-769' const='yes' id='type-id-657'/>
+ <qualified-type-def type-id='type-id-768' const='yes' id='type-id-656'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-770' const='yes' id='type-id-658'/>
+ <qualified-type-def type-id='type-id-769' const='yes' id='type-id-657'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-771' const='yes' id='type-id-659'/>
+ <qualified-type-def type-id='type-id-770' const='yes' id='type-id-658'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-772' const='yes' id='type-id-660'/>
+ <qualified-type-def type-id='type-id-771' const='yes' id='type-id-659'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-773' const='yes' id='type-id-661'/>
+ <qualified-type-def type-id='type-id-772' const='yes' id='type-id-660'/>
<!-- const OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-774' const='yes' id='type-id-662'/>
+ <qualified-type-def type-id='type-id-773' const='yes' id='type-id-661'/>
<!-- const OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-775' const='yes' id='type-id-663'/>
+ <qualified-type-def type-id='type-id-774' const='yes' id='type-id-662'/>
<!-- const OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-776' const='yes' id='type-id-664'/>
+ <qualified-type-def type-id='type-id-775' const='yes' id='type-id-663'/>
<!-- const OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-777' const='yes' id='type-id-665'/>
+ <qualified-type-def type-id='type-id-776' const='yes' id='type-id-664'/>
<!-- const OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-778' const='yes' id='type-id-666'/>
+ <qualified-type-def type-id='type-id-777' const='yes' id='type-id-665'/>
<!-- const OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-779' const='yes' id='type-id-667'/>
+ <qualified-type-def type-id='type-id-778' const='yes' id='type-id-666'/>
<!-- const OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-780' const='yes' id='type-id-668'/>
+ <qualified-type-def type-id='type-id-779' const='yes' id='type-id-667'/>
<!-- const OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-781' const='yes' id='type-id-669'/>
+ <qualified-type-def type-id='type-id-780' const='yes' id='type-id-668'/>
<!-- const OT::CaretValueFormat1 -->
- <qualified-type-def type-id='type-id-782' const='yes' id='type-id-670'/>
+ <qualified-type-def type-id='type-id-781' const='yes' id='type-id-669'/>
<!-- const OT::CaretValueFormat2 -->
- <qualified-type-def type-id='type-id-783' const='yes' id='type-id-671'/>
+ <qualified-type-def type-id='type-id-782' const='yes' id='type-id-670'/>
<!-- const OT::CaretValueFormat3 -->
- <qualified-type-def type-id='type-id-784' const='yes' id='type-id-672'/>
+ <qualified-type-def type-id='type-id-783' const='yes' id='type-id-671'/>
<!-- const OT::ClassDefFormat1 -->
- <qualified-type-def type-id='type-id-785' const='yes' id='type-id-673'/>
+ <qualified-type-def type-id='type-id-784' const='yes' id='type-id-672'/>
<!-- const OT::CmapSubtableFormat0 -->
- <qualified-type-def type-id='type-id-786' const='yes' id='type-id-674'/>
+ <qualified-type-def type-id='type-id-785' const='yes' id='type-id-673'/>
<!-- const OT::CmapSubtableFormat14 -->
- <qualified-type-def type-id='type-id-787' const='yes' id='type-id-675'/>
+ <qualified-type-def type-id='type-id-786' const='yes' id='type-id-674'/>
<!-- const OT::CmapSubtableFormat4 -->
- <qualified-type-def type-id='type-id-788' const='yes' id='type-id-676'/>
+ <qualified-type-def type-id='type-id-787' const='yes' id='type-id-675'/>
<!-- const OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12> -->
- <qualified-type-def type-id='type-id-789' const='yes' id='type-id-677'/>
+ <qualified-type-def type-id='type-id-788' const='yes' id='type-id-676'/>
<!-- const OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13> -->
- <qualified-type-def type-id='type-id-790' const='yes' id='type-id-678'/>
+ <qualified-type-def type-id='type-id-789' const='yes' id='type-id-677'/>
<!-- const OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-791' const='yes' id='type-id-679'/>
+ <qualified-type-def type-id='type-id-790' const='yes' id='type-id-678'/>
<!-- const OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-792' const='yes' id='type-id-680'/>
+ <qualified-type-def type-id='type-id-791' const='yes' id='type-id-679'/>
<!-- const OT::ContextFormat3 -->
- <qualified-type-def type-id='type-id-793' const='yes' id='type-id-681'/>
+ <qualified-type-def type-id='type-id-792' const='yes' id='type-id-680'/>
<!-- const OT::Device -->
- <qualified-type-def type-id='type-id-794' const='yes' id='type-id-682'/>
+ <qualified-type-def type-id='type-id-793' const='yes' id='type-id-681'/>
<!-- const OT::EncodingRecord -->
- <qualified-type-def type-id='type-id-795' const='yes' id='type-id-683'/>
+ <qualified-type-def type-id='type-id-794' const='yes' id='type-id-682'/>
<!-- const OT::ExtensionFormat1 -->
- <qualified-type-def type-id='type-id-796' const='yes' id='type-id-684'/>
+ <qualified-type-def type-id='type-id-795' const='yes' id='type-id-683'/>
<!-- const OT::Feature -->
- <qualified-type-def type-id='type-id-797' const='yes' id='type-id-685'/>
+ <qualified-type-def type-id='type-id-796' const='yes' id='type-id-684'/>
<!-- const OT::FeatureParamsCharacterVariants -->
- <qualified-type-def type-id='type-id-798' const='yes' id='type-id-686'/>
+ <qualified-type-def type-id='type-id-797' const='yes' id='type-id-685'/>
<!-- const OT::FeatureParamsSize -->
- <qualified-type-def type-id='type-id-799' const='yes' id='type-id-687'/>
+ <qualified-type-def type-id='type-id-798' const='yes' id='type-id-686'/>
<!-- const OT::FeatureParamsStylisticSet -->
- <qualified-type-def type-id='type-id-800' const='yes' id='type-id-688'/>
+ <qualified-type-def type-id='type-id-799' const='yes' id='type-id-687'/>
<!-- const OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-580' const='yes' id='type-id-689'/>
+ <qualified-type-def type-id='type-id-579' const='yes' id='type-id-688'/>
<!-- const OT::LangSys -->
- <qualified-type-def type-id='type-id-801' const='yes' id='type-id-690'/>
+ <qualified-type-def type-id='type-id-800' const='yes' id='type-id-689'/>
<!-- const OT::Lookup -->
- <qualified-type-def type-id='type-id-584' const='yes' id='type-id-691'/>
+ <qualified-type-def type-id='type-id-583' const='yes' id='type-id-690'/>
<!-- const OT::MarkBasePosFormat1 -->
- <qualified-type-def type-id='type-id-802' const='yes' id='type-id-692'/>
+ <qualified-type-def type-id='type-id-801' const='yes' id='type-id-691'/>
<!-- const OT::MarkLigPosFormat1 -->
- <qualified-type-def type-id='type-id-803' const='yes' id='type-id-693'/>
+ <qualified-type-def type-id='type-id-802' const='yes' id='type-id-692'/>
<!-- const OT::MarkMarkPosFormat1 -->
- <qualified-type-def type-id='type-id-804' const='yes' id='type-id-694'/>
+ <qualified-type-def type-id='type-id-803' const='yes' id='type-id-693'/>
<!-- const OT::MarkRecord -->
- <qualified-type-def type-id='type-id-805' const='yes' id='type-id-695'/>
+ <qualified-type-def type-id='type-id-804' const='yes' id='type-id-694'/>
<!-- const OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-585' const='yes' id='type-id-696'/>
+ <qualified-type-def type-id='type-id-584' const='yes' id='type-id-695'/>
<!-- const OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-586' const='yes' id='type-id-697'/>
+ <qualified-type-def type-id='type-id-585' const='yes' id='type-id-696'/>
<!-- const OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-587' const='yes' id='type-id-698'/>
+ <qualified-type-def type-id='type-id-586' const='yes' id='type-id-697'/>
<!-- const OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-588' const='yes' id='type-id-699'/>
+ <qualified-type-def type-id='type-id-587' const='yes' id='type-id-698'/>
<!-- const OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-589' const='yes' id='type-id-700'/>
+ <qualified-type-def type-id='type-id-588' const='yes' id='type-id-699'/>
<!-- const OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-590' const='yes' id='type-id-701'/>
+ <qualified-type-def type-id='type-id-589' const='yes' id='type-id-700'/>
<!-- const OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-591' const='yes' id='type-id-702'/>
+ <qualified-type-def type-id='type-id-590' const='yes' id='type-id-701'/>
<!-- const OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-592' const='yes' id='type-id-703'/>
+ <qualified-type-def type-id='type-id-591' const='yes' id='type-id-702'/>
<!-- const OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-593' const='yes' id='type-id-704'/>
+ <qualified-type-def type-id='type-id-592' const='yes' id='type-id-703'/>
<!-- const OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-594' const='yes' id='type-id-705'/>
+ <qualified-type-def type-id='type-id-593' const='yes' id='type-id-704'/>
<!-- const OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-595' const='yes' id='type-id-706'/>
+ <qualified-type-def type-id='type-id-594' const='yes' id='type-id-705'/>
<!-- const OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-596' const='yes' id='type-id-707'/>
+ <qualified-type-def type-id='type-id-595' const='yes' id='type-id-706'/>
<!-- const OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-597' const='yes' id='type-id-708'/>
+ <qualified-type-def type-id='type-id-596' const='yes' id='type-id-707'/>
<!-- const OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-598' const='yes' id='type-id-709'/>
+ <qualified-type-def type-id='type-id-597' const='yes' id='type-id-708'/>
<!-- const OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-599' const='yes' id='type-id-710'/>
+ <qualified-type-def type-id='type-id-598' const='yes' id='type-id-709'/>
<!-- const OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-600' const='yes' id='type-id-711'/>
+ <qualified-type-def type-id='type-id-599' const='yes' id='type-id-710'/>
<!-- const OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-601' const='yes' id='type-id-712'/>
+ <qualified-type-def type-id='type-id-600' const='yes' id='type-id-711'/>
<!-- const OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-602' const='yes' id='type-id-713'/>
+ <qualified-type-def type-id='type-id-601' const='yes' id='type-id-712'/>
<!-- const OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-603' const='yes' id='type-id-714'/>
+ <qualified-type-def type-id='type-id-602' const='yes' id='type-id-713'/>
<!-- const OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-604' const='yes' id='type-id-715'/>
+ <qualified-type-def type-id='type-id-603' const='yes' id='type-id-714'/>
<!-- const OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-605' const='yes' id='type-id-716'/>
+ <qualified-type-def type-id='type-id-604' const='yes' id='type-id-715'/>
<!-- const OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-606' const='yes' id='type-id-717'/>
+ <qualified-type-def type-id='type-id-605' const='yes' id='type-id-716'/>
<!-- const OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-607' const='yes' id='type-id-718'/>
+ <qualified-type-def type-id='type-id-606' const='yes' id='type-id-717'/>
<!-- const OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-608' const='yes' id='type-id-719'/>
+ <qualified-type-def type-id='type-id-607' const='yes' id='type-id-718'/>
<!-- const OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-609' const='yes' id='type-id-720'/>
+ <qualified-type-def type-id='type-id-608' const='yes' id='type-id-719'/>
<!-- const OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-610' const='yes' id='type-id-721'/>
+ <qualified-type-def type-id='type-id-609' const='yes' id='type-id-720'/>
<!-- const OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-611' const='yes' id='type-id-722'/>
+ <qualified-type-def type-id='type-id-610' const='yes' id='type-id-721'/>
<!-- const OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-612' const='yes' id='type-id-723'/>
+ <qualified-type-def type-id='type-id-611' const='yes' id='type-id-722'/>
<!-- const OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-613' const='yes' id='type-id-724'/>
+ <qualified-type-def type-id='type-id-612' const='yes' id='type-id-723'/>
<!-- const OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-614' const='yes' id='type-id-725'/>
+ <qualified-type-def type-id='type-id-613' const='yes' id='type-id-724'/>
<!-- const OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-615' const='yes' id='type-id-726'/>
+ <qualified-type-def type-id='type-id-614' const='yes' id='type-id-725'/>
<!-- const OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-616' const='yes' id='type-id-727'/>
+ <qualified-type-def type-id='type-id-615' const='yes' id='type-id-726'/>
<!-- const OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-617' const='yes' id='type-id-728'/>
+ <qualified-type-def type-id='type-id-616' const='yes' id='type-id-727'/>
<!-- const OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-618' const='yes' id='type-id-729'/>
+ <qualified-type-def type-id='type-id-617' const='yes' id='type-id-728'/>
<!-- const OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-619' const='yes' id='type-id-730'/>
+ <qualified-type-def type-id='type-id-618' const='yes' id='type-id-729'/>
<!-- const OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-620' const='yes' id='type-id-731'/>
+ <qualified-type-def type-id='type-id-619' const='yes' id='type-id-730'/>
<!-- const OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-621' const='yes' id='type-id-732'/>
+ <qualified-type-def type-id='type-id-620' const='yes' id='type-id-731'/>
<!-- const OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-622' const='yes' id='type-id-733'/>
+ <qualified-type-def type-id='type-id-621' const='yes' id='type-id-732'/>
<!-- const OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-623' const='yes' id='type-id-734'/>
+ <qualified-type-def type-id='type-id-622' const='yes' id='type-id-733'/>
<!-- const OT::PairPosFormat1 -->
- <qualified-type-def type-id='type-id-806' const='yes' id='type-id-735'/>
+ <qualified-type-def type-id='type-id-805' const='yes' id='type-id-734'/>
<!-- const OT::PairPosFormat2 -->
- <qualified-type-def type-id='type-id-807' const='yes' id='type-id-736'/>
+ <qualified-type-def type-id='type-id-806' const='yes' id='type-id-735'/>
<!-- const OT::PairSet -->
- <qualified-type-def type-id='type-id-808' const='yes' id='type-id-737'/>
+ <qualified-type-def type-id='type-id-807' const='yes' id='type-id-736'/>
<!-- const OT::Record<OT::Feature> -->
- <qualified-type-def type-id='type-id-809' const='yes' id='type-id-738'/>
+ <qualified-type-def type-id='type-id-808' const='yes' id='type-id-737'/>
<!-- const OT::Record<OT::LangSys> -->
- <qualified-type-def type-id='type-id-810' const='yes' id='type-id-739'/>
+ <qualified-type-def type-id='type-id-809' const='yes' id='type-id-738'/>
<!-- const OT::Record<OT::Script> -->
- <qualified-type-def type-id='type-id-811' const='yes' id='type-id-740'/>
+ <qualified-type-def type-id='type-id-810' const='yes' id='type-id-739'/>
<!-- const OT::SinglePosFormat1 -->
- <qualified-type-def type-id='type-id-812' const='yes' id='type-id-741'/>
+ <qualified-type-def type-id='type-id-811' const='yes' id='type-id-740'/>
<!-- const OT::SinglePosFormat2 -->
- <qualified-type-def type-id='type-id-813' const='yes' id='type-id-742'/>
+ <qualified-type-def type-id='type-id-812' const='yes' id='type-id-741'/>
<!-- const OT::VariationSelectorRecord -->
- <qualified-type-def type-id='type-id-814' const='yes' id='type-id-743'/>
+ <qualified-type-def type-id='type-id-813' const='yes' id='type-id-742'/>
<!-- const OT::_hea -->
- <qualified-type-def type-id='type-id-815' const='yes' id='type-id-744'/>
+ <qualified-type-def type-id='type-id-814' const='yes' id='type-id-743'/>
<!-- const OT::cmap -->
- <qualified-type-def type-id='type-id-816' const='yes' id='type-id-745'/>
+ <qualified-type-def type-id='type-id-815' const='yes' id='type-id-744'/>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-573'>
+ <class-decl name='ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-572'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-817' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-816' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::IntType<short unsigned int, 2u>* OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEES2_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-282' is-artificial='yes'/>
+ <parameter type-id='type-id-281' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::IntType<short unsigned int, 2u>* -->
- <return type-id='type-id-259'/>
+ <return type-id='type-id-258'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::IntType<short unsigned int, 2u>& OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEES2_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-282' is-artificial='yes'/>
+ <parameter type-id='type-id-281' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::IntType<short unsigned int, 2u>& -->
- <return type-id='type-id-260'/>
+ <return type-id='type-id-259'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::IntType<short unsigned int, 2u>& OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEES2_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-480' is-artificial='yes'/>
+ <parameter type-id='type-id-479' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::IntType<short unsigned int, 2u>& -->
- <return type-id='type-id-818'/>
+ <return type-id='type-id-817'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEES2_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-282' is-artificial='yes'/>
+ <parameter type-id='type-id-281' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEES2_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-480' is-artificial='yes'/>
+ <parameter type-id='type-id-479' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEES2_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS2_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-480' is-artificial='yes'/>
+ <parameter type-id='type-id-479' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEES2_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-480' is-artificial='yes'/>
+ <parameter type-id='type-id-479' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEES2_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-480' is-artificial='yes'/>
+ <parameter type-id='type-id-479' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEES2_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-480' is-artificial='yes'/>
+ <parameter type-id='type-id-479' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEES2_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-282' is-artificial='yes'/>
+ <parameter type-id='type-id-281' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEES2_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-282' is-artificial='yes'/>
+ <parameter type-id='type-id-281' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-574'>
+ <class-decl name='ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-573'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::Offset<OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-820' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-819' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Offset<OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-377' is-artificial='yes'/>
+ <parameter type-id='type-id-376' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::Offset<OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-821'/>
+ <return type-id='type-id-820'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::Offset<OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-377' is-artificial='yes'/>
+ <parameter type-id='type-id-376' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Offset<OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-822'/>
+ <return type-id='type-id-821'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Offset<OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-465' is-artificial='yes'/>
+ <parameter type-id='type-id-464' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::Offset<OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-823'/>
+ <return type-id='type-id-822'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-377' is-artificial='yes'/>
+ <parameter type-id='type-id-376' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-465' is-artificial='yes'/>
+ <parameter type-id='type-id-464' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::Offset<OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS4_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-465' is-artificial='yes'/>
+ <parameter type-id='type-id-464' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::Offset<OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-824'/>
+ <parameter type-id='type-id-823'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-465' is-artificial='yes'/>
+ <parameter type-id='type-id-464' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-465' is-artificial='yes'/>
+ <parameter type-id='type-id-464' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-465' is-artificial='yes'/>
+ <parameter type-id='type-id-464' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-377' is-artificial='yes'/>
+ <parameter type-id='type-id-376' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-377' is-artificial='yes'/>
+ <parameter type-id='type-id-376' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-575'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-574'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-825' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-824' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-387' is-artificial='yes'/>
+ <parameter type-id='type-id-386' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-389'/>
+ <return type-id='type-id-388'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-387' is-artificial='yes'/>
+ <parameter type-id='type-id-386' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-826'/>
+ <return type-id='type-id-825'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-486' is-artificial='yes'/>
+ <parameter type-id='type-id-485' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-827'/>
+ <return type-id='type-id-826'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-387' is-artificial='yes'/>
+ <parameter type-id='type-id-386' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-486' is-artificial='yes'/>
+ <parameter type-id='type-id-485' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-486' is-artificial='yes'/>
+ <parameter type-id='type-id-485' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-828'/>
+ <parameter type-id='type-id-827'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-486' is-artificial='yes'/>
+ <parameter type-id='type-id-485' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-486' is-artificial='yes'/>
+ <parameter type-id='type-id-485' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-486' is-artificial='yes'/>
+ <parameter type-id='type-id-485' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-387' is-artificial='yes'/>
+ <parameter type-id='type-id-386' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-387' is-artificial='yes'/>
+ <parameter type-id='type-id-386' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-576'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-575'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-829' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-828' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-386' is-artificial='yes'/>
+ <parameter type-id='type-id-385' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-390'/>
+ <return type-id='type-id-389'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-386' is-artificial='yes'/>
+ <parameter type-id='type-id-385' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-830'/>
+ <return type-id='type-id-829'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-484' is-artificial='yes'/>
+ <parameter type-id='type-id-483' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-831'/>
+ <return type-id='type-id-830'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-386' is-artificial='yes'/>
+ <parameter type-id='type-id-385' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-484' is-artificial='yes'/>
+ <parameter type-id='type-id-483' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-484' is-artificial='yes'/>
+ <parameter type-id='type-id-483' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-832'/>
+ <parameter type-id='type-id-831'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-484' is-artificial='yes'/>
+ <parameter type-id='type-id-483' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-484' is-artificial='yes'/>
+ <parameter type-id='type-id-483' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-484' is-artificial='yes'/>
+ <parameter type-id='type-id-483' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-386' is-artificial='yes'/>
+ <parameter type-id='type-id-385' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-386' is-artificial='yes'/>
+ <parameter type-id='type-id-385' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Coverage -->
- <class-decl name='Coverage' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='807' column='1' id='type-id-577'>
+ <class-decl name='Coverage' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='807' column='1' id='type-id-576'>
<member-type access='public'>
<!-- struct OT::Coverage::Iter -->
- <class-decl name='Iter' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='872' column='1' id='type-id-833'>
+ <class-decl name='Iter' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='872' column='1' id='type-id-832'>
<member-type access='private'>
<!-- union {OT::CoverageFormat1::Iter format1; OT::CoverageFormat2::Iter format2;} -->
- <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='913' column='1' id='type-id-834'>
+ <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='913' column='1' id='type-id-833'>
<data-member access='private'>
<!-- OT::CoverageFormat1::Iter format1 -->
- <var-decl name='format1' type-id='type-id-835' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='914' column='1'/>
+ <var-decl name='format1' type-id='type-id-834' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='914' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CoverageFormat2::Iter format2 -->
- <var-decl name='format2' type-id='type-id-836' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='915' column='1'/>
+ <var-decl name='format2' type-id='type-id-835' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='915' column='1'/>
</data-member>
</union-decl>
</member-type>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<!-- union {OT::CoverageFormat1::Iter format1; OT::CoverageFormat2::Iter format2;} OT::Coverage::Iter::u -->
- <var-decl name='u' type-id='type-id-834' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='916' column='1'/>
+ <var-decl name='u' type-id='type-id-833' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='916' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<!-- OT::Coverage::Iter::Iter() -->
<function-decl name='Iter' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='873' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Coverage::Iter*' -->
- <parameter type-id='type-id-837' is-artificial='yes'/>
+ <parameter type-id='type-id-836' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::Coverage::Iter::init(const OT::Coverage&) -->
<function-decl name='init' mangled-name='_ZN2OT8Coverage4Iter4initERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='874' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Coverage::Iter*' -->
- <parameter type-id='type-id-837' is-artificial='yes'/>
+ <parameter type-id='type-id-836' is-artificial='yes'/>
<!-- parameter of type 'const OT::Coverage&' -->
- <parameter type-id='type-id-838'/>
+ <parameter type-id='type-id-837'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::Coverage::Iter::more() -->
<function-decl name='more' mangled-name='_ZN2OT8Coverage4Iter4moreEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='882' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Coverage::Iter*' -->
- <parameter type-id='type-id-837' is-artificial='yes'/>
+ <parameter type-id='type-id-836' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::Coverage::Iter::next() -->
<function-decl name='next' mangled-name='_ZN2OT8Coverage4Iter4nextEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='889' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Coverage::Iter*' -->
- <parameter type-id='type-id-837' is-artificial='yes'/>
+ <parameter type-id='type-id-836' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- uint16_t OT::Coverage::Iter::get_glyph() -->
<function-decl name='get_glyph' mangled-name='_ZN2OT8Coverage4Iter9get_glyphEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='896' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Coverage::Iter*' -->
- <parameter type-id='type-id-837' is-artificial='yes'/>
+ <parameter type-id='type-id-836' is-artificial='yes'/>
<!-- typedef uint16_t -->
- <return type-id='type-id-141'/>
+ <return type-id='type-id-140'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- uint16_t OT::Coverage::Iter::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZN2OT8Coverage4Iter12get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='903' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Coverage::Iter*' -->
- <parameter type-id='type-id-837' is-artificial='yes'/>
+ <parameter type-id='type-id-836' is-artificial='yes'/>
<!-- typedef uint16_t -->
- <return type-id='type-id-141'/>
+ <return type-id='type-id-140'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::CoverageFormat1 format1; OT::CoverageFormat2 format2;} -->
- <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='920' column='1' id='type-id-839'>
+ <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='920' column='1' id='type-id-838'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='921' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='921' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CoverageFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-578' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='922' column='1'/>
+ <var-decl name='format1' type-id='type-id-577' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='922' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CoverageFormat2 format2 -->
- <var-decl name='format2' type-id='type-id-579' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='923' column='1'/>
+ <var-decl name='format2' type-id='type-id-578' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='923' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::CoverageFormat1 format1; OT::CoverageFormat2 format2;} OT::Coverage::u -->
- <var-decl name='u' type-id='type-id-839' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='924' column='1'/>
+ <var-decl name='u' type-id='type-id-838' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='924' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Coverage::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='926' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='926' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::Coverage::get_coverage(hb_codepoint_t) -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT8Coverage12get_coverageEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='808' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Coverage*' -->
- <parameter type-id='type-id-840' is-artificial='yes'/>
+ <parameter type-id='type-id-839' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::Coverage::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT8Coverage9serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='817' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Coverage*' -->
- <parameter type-id='type-id-459' is-artificial='yes'/>
+ <parameter type-id='type-id-458' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::Coverage::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8Coverage8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='835' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Coverage*' -->
- <parameter type-id='type-id-459' is-artificial='yes'/>
+ <parameter type-id='type-id-458' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::Coverage::intersects(const hb_set_t*) -->
<function-decl name='intersects' mangled-name='_ZNK2OT8Coverage10intersectsEPK8hb_set_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='845' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Coverage*' -->
- <parameter type-id='type-id-840' is-artificial='yes'/>
+ <parameter type-id='type-id-839' is-artificial='yes'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::Coverage::intersects_coverage(const hb_set_t*, unsigned int) -->
<function-decl name='intersects_coverage' mangled-name='_ZNK2OT8Coverage19intersects_coverageEPK8hb_set_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Coverage*' -->
- <parameter type-id='type-id-840' is-artificial='yes'/>
+ <parameter type-id='type-id-839' is-artificial='yes'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- void OT::Coverage::_instance_assertion_on_line_926() -->
<function-decl name='_instance_assertion_on_line_926' mangled-name='_ZNK2OT8Coverage31_instance_assertion_on_line_926Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='926' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Coverage*' -->
- <parameter type-id='type-id-840' is-artificial='yes'/>
+ <parameter type-id='type-id-839' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::Coverage::add_coverage<hb_set_t>(hb_set_t*) -->
<function-decl name='add_coverage<hb_set_t>' mangled-name='_ZNK2OT8Coverage12add_coverageI8hb_set_tEEvPT_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='864' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Coverage*' -->
- <parameter type-id='type-id-840' is-artificial='yes'/>
+ <parameter type-id='type-id-839' is-artificial='yes'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::Coverage::add_coverage<hb_set_digest_t>(hb_set_digest_t*) -->
<function-decl name='add_coverage<hb_set_digest_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='864' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Coverage*' -->
- <parameter type-id='type-id-840' is-artificial='yes'/>
+ <parameter type-id='type-id-839' is-artificial='yes'/>
<!-- parameter of type 'hb_set_digest_t*' -->
- <parameter type-id='type-id-843'/>
+ <parameter type-id='type-id-842'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CoverageFormat1 -->
- <class-decl name='CoverageFormat1' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='629' column='1' id='type-id-578'>
+ <class-decl name='CoverageFormat1' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='629' column='1' id='type-id-577'>
<member-type access='public'>
<!-- struct OT::CoverageFormat1::Iter -->
- <class-decl name='Iter' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='672' column='1' id='type-id-835'>
+ <class-decl name='Iter' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='672' column='1' id='type-id-834'>
<data-member access='private' layout-offset-in-bits='0'>
<!-- const OT::CoverageFormat1* OT::CoverageFormat1::Iter::c -->
- <var-decl name='c' type-id='type-id-844' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='680' column='1'/>
+ <var-decl name='c' type-id='type-id-843' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='680' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<!-- unsigned int OT::CoverageFormat1::Iter::i -->
<!-- void OT::CoverageFormat1::Iter::init(const OT::CoverageFormat1&) -->
<function-decl name='init' mangled-name='_ZN2OT15CoverageFormat14Iter4initERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='673' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CoverageFormat1::Iter*' -->
- <parameter type-id='type-id-845' is-artificial='yes'/>
+ <parameter type-id='type-id-844' is-artificial='yes'/>
<!-- parameter of type 'const OT::CoverageFormat1&' -->
- <parameter type-id='type-id-846'/>
+ <parameter type-id='type-id-845'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::CoverageFormat1::Iter::more() -->
<function-decl name='more' mangled-name='_ZN2OT15CoverageFormat14Iter4moreEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='674' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CoverageFormat1::Iter*' -->
- <parameter type-id='type-id-845' is-artificial='yes'/>
+ <parameter type-id='type-id-844' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CoverageFormat1::Iter::next() -->
<function-decl name='next' mangled-name='_ZN2OT15CoverageFormat14Iter4nextEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='675' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CoverageFormat1::Iter*' -->
- <parameter type-id='type-id-845' is-artificial='yes'/>
+ <parameter type-id='type-id-844' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- uint16_t OT::CoverageFormat1::Iter::get_glyph() -->
<function-decl name='get_glyph' mangled-name='_ZN2OT15CoverageFormat14Iter9get_glyphEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='676' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CoverageFormat1::Iter*' -->
- <parameter type-id='type-id-845' is-artificial='yes'/>
+ <parameter type-id='type-id-844' is-artificial='yes'/>
<!-- typedef uint16_t -->
- <return type-id='type-id-141'/>
+ <return type-id='type-id-140'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- uint16_t OT::CoverageFormat1::Iter::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZN2OT15CoverageFormat14Iter12get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='677' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CoverageFormat1::Iter*' -->
- <parameter type-id='type-id-845' is-artificial='yes'/>
+ <parameter type-id='type-id-844' is-artificial='yes'/>
<!-- typedef uint16_t -->
- <return type-id='type-id-141'/>
+ <return type-id='type-id-140'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::CoverageFormat1::coverageFormat -->
- <var-decl name='coverageFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='686' column='1'/>
+ <var-decl name='coverageFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='686' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > OT::CoverageFormat1::glyphArray -->
- <var-decl name='glyphArray' type-id='type-id-626' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='688' column='1'/>
+ <var-decl name='glyphArray' type-id='type-id-625' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='688' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CoverageFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='690' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='690' column='1'/>
</data-member>
<member-function access='private'>
<!-- unsigned int OT::CoverageFormat1::get_coverage(hb_codepoint_t) -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT15CoverageFormat112get_coverageEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='633' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CoverageFormat1*' -->
- <parameter type-id='type-id-844' is-artificial='yes'/>
+ <parameter type-id='type-id-843' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::CoverageFormat1::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT15CoverageFormat19serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='640' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CoverageFormat1*' -->
- <parameter type-id='type-id-469' is-artificial='yes'/>
+ <parameter type-id='type-id-468' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::CoverageFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT15CoverageFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='654' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CoverageFormat1*' -->
- <parameter type-id='type-id-469' is-artificial='yes'/>
+ <parameter type-id='type-id-468' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::CoverageFormat1::intersects_coverage(const hb_set_t*, unsigned int) -->
<function-decl name='intersects_coverage' mangled-name='_ZNK2OT15CoverageFormat119intersects_coverageEPK8hb_set_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='659' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CoverageFormat1*' -->
- <parameter type-id='type-id-844' is-artificial='yes'/>
+ <parameter type-id='type-id-843' is-artificial='yes'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- void OT::CoverageFormat1::_instance_assertion_on_line_690() -->
<function-decl name='_instance_assertion_on_line_690' mangled-name='_ZNK2OT15CoverageFormat131_instance_assertion_on_line_690Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='690' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CoverageFormat1*' -->
- <parameter type-id='type-id-844' is-artificial='yes'/>
+ <parameter type-id='type-id-843' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::CoverageFormat1::_compiles_assertion_on_line_690() -->
<function-decl name='_compiles_assertion_on_line_690' mangled-name='_ZNK2OT15CoverageFormat131_compiles_assertion_on_line_690Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='690' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CoverageFormat1*' -->
- <parameter type-id='type-id-844' is-artificial='yes'/>
+ <parameter type-id='type-id-843' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::CoverageFormat1::add_coverage<hb_set_digest_t>(hb_set_digest_t*) -->
<function-decl name='add_coverage<hb_set_digest_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='664' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CoverageFormat1*' -->
- <parameter type-id='type-id-844' is-artificial='yes'/>
+ <parameter type-id='type-id-843' is-artificial='yes'/>
<!-- parameter of type 'hb_set_digest_t*' -->
- <parameter type-id='type-id-843'/>
+ <parameter type-id='type-id-842'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::CoverageFormat1::add_coverage<hb_set_t>(hb_set_t*) -->
<function-decl name='add_coverage<hb_set_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='664' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CoverageFormat1*' -->
- <parameter type-id='type-id-844' is-artificial='yes'/>
+ <parameter type-id='type-id-843' is-artificial='yes'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CoverageFormat2 -->
- <class-decl name='CoverageFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='694' column='1' id='type-id-579'>
+ <class-decl name='CoverageFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='694' column='1' id='type-id-578'>
<member-type access='public'>
<!-- struct OT::CoverageFormat2::Iter -->
- <class-decl name='Iter' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='769' column='1' id='type-id-836'>
+ <class-decl name='Iter' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='769' column='1' id='type-id-835'>
<data-member access='private' layout-offset-in-bits='0'>
<!-- const OT::CoverageFormat2* OT::CoverageFormat2::Iter::c -->
- <var-decl name='c' type-id='type-id-847' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='791' column='1'/>
+ <var-decl name='c' type-id='type-id-846' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='791' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<!-- unsigned int OT::CoverageFormat2::Iter::i -->
<!-- void OT::CoverageFormat2::Iter::init(const OT::CoverageFormat2&) -->
<function-decl name='init' mangled-name='_ZN2OT15CoverageFormat24Iter4initERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='770' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CoverageFormat2::Iter*' -->
- <parameter type-id='type-id-848' is-artificial='yes'/>
+ <parameter type-id='type-id-847' is-artificial='yes'/>
<!-- parameter of type 'const OT::CoverageFormat2&' -->
- <parameter type-id='type-id-849'/>
+ <parameter type-id='type-id-848'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::CoverageFormat2::Iter::more() -->
<function-decl name='more' mangled-name='_ZN2OT15CoverageFormat24Iter4moreEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='776' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CoverageFormat2::Iter*' -->
- <parameter type-id='type-id-848' is-artificial='yes'/>
+ <parameter type-id='type-id-847' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CoverageFormat2::Iter::next() -->
<function-decl name='next' mangled-name='_ZN2OT15CoverageFormat24Iter4nextEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='777' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CoverageFormat2::Iter*' -->
- <parameter type-id='type-id-848' is-artificial='yes'/>
+ <parameter type-id='type-id-847' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- uint16_t OT::CoverageFormat2::Iter::get_glyph() -->
<function-decl name='get_glyph' mangled-name='_ZN2OT15CoverageFormat24Iter9get_glyphEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='787' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CoverageFormat2::Iter*' -->
- <parameter type-id='type-id-848' is-artificial='yes'/>
+ <parameter type-id='type-id-847' is-artificial='yes'/>
<!-- typedef uint16_t -->
- <return type-id='type-id-141'/>
+ <return type-id='type-id-140'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- uint16_t OT::CoverageFormat2::Iter::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZN2OT15CoverageFormat24Iter12get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='788' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CoverageFormat2::Iter*' -->
- <parameter type-id='type-id-848' is-artificial='yes'/>
+ <parameter type-id='type-id-847' is-artificial='yes'/>
<!-- typedef uint16_t -->
- <return type-id='type-id-141'/>
+ <return type-id='type-id-140'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::CoverageFormat2::coverageFormat -->
- <var-decl name='coverageFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='797' column='1'/>
+ <var-decl name='coverageFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='797' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > OT::CoverageFormat2::rangeRecord -->
- <var-decl name='rangeRecord' type-id='type-id-627' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='799' column='1'/>
+ <var-decl name='rangeRecord' type-id='type-id-626' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='799' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CoverageFormat2::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='803' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='803' column='1'/>
</data-member>
<member-function access='private'>
<!-- unsigned int OT::CoverageFormat2::get_coverage(hb_codepoint_t) -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT15CoverageFormat212get_coverageEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='698' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CoverageFormat2*' -->
- <parameter type-id='type-id-847' is-artificial='yes'/>
+ <parameter type-id='type-id-846' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::CoverageFormat2::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT15CoverageFormat29serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='708' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CoverageFormat2*' -->
- <parameter type-id='type-id-473' is-artificial='yes'/>
+ <parameter type-id='type-id-472' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::CoverageFormat2::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT15CoverageFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='740' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CoverageFormat2*' -->
- <parameter type-id='type-id-473' is-artificial='yes'/>
+ <parameter type-id='type-id-472' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::CoverageFormat2::intersects_coverage(const hb_set_t*, unsigned int) -->
<function-decl name='intersects_coverage' mangled-name='_ZNK2OT15CoverageFormat219intersects_coverageEPK8hb_set_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='745' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CoverageFormat2*' -->
- <parameter type-id='type-id-847' is-artificial='yes'/>
+ <parameter type-id='type-id-846' is-artificial='yes'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- void OT::CoverageFormat2::_instance_assertion_on_line_803() -->
<function-decl name='_instance_assertion_on_line_803' mangled-name='_ZNK2OT15CoverageFormat231_instance_assertion_on_line_803Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='803' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CoverageFormat2*' -->
- <parameter type-id='type-id-847' is-artificial='yes'/>
+ <parameter type-id='type-id-846' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::CoverageFormat2::_compiles_assertion_on_line_803() -->
<function-decl name='_compiles_assertion_on_line_803' mangled-name='_ZNK2OT15CoverageFormat231_compiles_assertion_on_line_803Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='803' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CoverageFormat2*' -->
- <parameter type-id='type-id-847' is-artificial='yes'/>
+ <parameter type-id='type-id-846' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::CoverageFormat2::add_coverage<hb_set_digest_t>(hb_set_digest_t*) -->
<function-decl name='add_coverage<hb_set_digest_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='761' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CoverageFormat2*' -->
- <parameter type-id='type-id-847' is-artificial='yes'/>
+ <parameter type-id='type-id-846' is-artificial='yes'/>
<!-- parameter of type 'hb_set_digest_t*' -->
- <parameter type-id='type-id-843'/>
+ <parameter type-id='type-id-842'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::CoverageFormat2::add_coverage<hb_set_t>(hb_set_t*) -->
<function-decl name='add_coverage<hb_set_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='761' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CoverageFormat2*' -->
- <parameter type-id='type-id-847' is-artificial='yes'/>
+ <parameter type-id='type-id-846' is-artificial='yes'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='927' column='1' id='type-id-580'>
+ <class-decl name='HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='927' column='1' id='type-id-579'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='972' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='972' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::IntType<short unsigned int, 2u> OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-817' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='973' column='1'/>
+ <var-decl name='array' type-id='type-id-816' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='973' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='975' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='975' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::IntType<short unsigned int, 2u>& OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT15HeadlessArrayOfINS_7IntTypeItLj2EEES2_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='928' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-388' is-artificial='yes'/>
+ <parameter type-id='type-id-387' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::IntType<short unsigned int, 2u>& -->
- <return type-id='type-id-260'/>
+ <return type-id='type-id-259'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT15HeadlessArrayOfINS_7IntTypeItLj2EEES2_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='933' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-388' is-artificial='yes'/>
+ <parameter type-id='type-id-387' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT15HeadlessArrayOfINS_7IntTypeItLj2EEES2_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS2_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='936' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-488' is-artificial='yes'/>
+ <parameter type-id='type-id-487' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT15HeadlessArrayOfINS_7IntTypeItLj2EEES2_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='951' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-488' is-artificial='yes'/>
+ <parameter type-id='type-id-487' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT15HeadlessArrayOfINS_7IntTypeItLj2EEES2_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='956' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-488' is-artificial='yes'/>
+ <parameter type-id='type-id-487' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_975() -->
<function-decl name='_instance_assertion_on_line_975' mangled-name='_ZNK2OT15HeadlessArrayOfINS_7IntTypeItLj2EEES2_E31_instance_assertion_on_line_975Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='975' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-388' is-artificial='yes'/>
+ <parameter type-id='type-id-387' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_975() -->
<function-decl name='_compiles_assertion_on_line_975' mangled-name='_ZNK2OT15HeadlessArrayOfINS_7IntTypeItLj2EEES2_E31_compiles_assertion_on_line_975Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='975' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-388' is-artificial='yes'/>
+ <parameter type-id='type-id-387' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Ligature -->
- <class-decl name='Ligature' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='601' column='1' id='type-id-581'>
+ <class-decl name='Ligature' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='601' column='1' id='type-id-580'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::GlyphID OT::Ligature::ligGlyph -->
- <var-decl name='ligGlyph' type-id='type-id-850' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='695' column='1'/>
+ <var-decl name='ligGlyph' type-id='type-id-849' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='695' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > OT::Ligature::component -->
- <var-decl name='component' type-id='type-id-580' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='697' column='1'/>
+ <var-decl name='component' type-id='type-id-579' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='697' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Ligature::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='701' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='701' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::Ligature::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT8Ligature7closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='602' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Ligature*' -->
- <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-850' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::Ligature::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT8Ligature14collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='612' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Ligature*' -->
- <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-850' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::Ligature::would_apply(OT::hb_would_apply_context_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT8Ligature11would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='621' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Ligature*' -->
- <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-850' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::Ligature::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT8Ligature5applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='634' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Ligature*' -->
- <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-850' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::Ligature::serialize(OT::hb_serialize_context_t*, OT::GlyphID, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT8Ligature9serializeEPNS_22hb_serialize_context_tENS_7IntTypeItLj2EEERNS_8SupplierIS4_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='676' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Ligature*' -->
- <parameter type-id='type-id-460' is-artificial='yes'/>
+ <parameter type-id='type-id-459' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'typedef OT::GlyphID' -->
- <parameter type-id='type-id-850'/>
+ <parameter type-id='type-id-849'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::Ligature::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8Ligature8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='689' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Ligature*' -->
- <parameter type-id='type-id-460' is-artificial='yes'/>
+ <parameter type-id='type-id-459' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::Ligature::_instance_assertion_on_line_701() -->
<function-decl name='_instance_assertion_on_line_701' mangled-name='_ZNK2OT8Ligature31_instance_assertion_on_line_701Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='701' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Ligature*' -->
- <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-850' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::Ligature::_compiles_assertion_on_line_701() -->
<function-decl name='_compiles_assertion_on_line_701' mangled-name='_ZNK2OT8Ligature31_compiles_assertion_on_line_701Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='701' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Ligature*' -->
- <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-850' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::LigatureSet -->
- <class-decl name='LigatureSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='705' column='1' id='type-id-582'>
+ <class-decl name='LigatureSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='705' column='1' id='type-id-581'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::OffsetArrayOf<OT::Ligature> OT::LigatureSet::ligature -->
- <var-decl name='ligature' type-id='type-id-856' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='774' column='1'/>
+ <var-decl name='ligature' type-id='type-id-855' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='774' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::LigatureSet::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='777' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='777' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::LigatureSet::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT11LigatureSet7closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='706' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSet*' -->
- <parameter type-id='type-id-857' is-artificial='yes'/>
+ <parameter type-id='type-id-856' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::LigatureSet::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT11LigatureSet14collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='714' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSet*' -->
- <parameter type-id='type-id-857' is-artificial='yes'/>
+ <parameter type-id='type-id-856' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::LigatureSet::would_apply(OT::hb_would_apply_context_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT11LigatureSet11would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='722' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSet*' -->
- <parameter type-id='type-id-857' is-artificial='yes'/>
+ <parameter type-id='type-id-856' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::LigatureSet::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT11LigatureSet5applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='735' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSet*' -->
- <parameter type-id='type-id-857' is-artificial='yes'/>
+ <parameter type-id='type-id-856' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::LigatureSet::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<unsigned int>&, unsigned int, OT::Supplier<OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='serialize' mangled-name='_ZN2OT11LigatureSet9serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='748' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::LigatureSet*' -->
- <parameter type-id='type-id-461' is-artificial='yes'/>
+ <parameter type-id='type-id-460' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-857'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::LigatureSet::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT11LigatureSet8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='767' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::LigatureSet*' -->
- <parameter type-id='type-id-461' is-artificial='yes'/>
+ <parameter type-id='type-id-460' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::LigatureSet::_instance_assertion_on_line_777() -->
<function-decl name='_instance_assertion_on_line_777' mangled-name='_ZNK2OT11LigatureSet31_instance_assertion_on_line_777Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='777' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSet*' -->
- <parameter type-id='type-id-857' is-artificial='yes'/>
+ <parameter type-id='type-id-856' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::LigatureSet::_compiles_assertion_on_line_777() -->
<function-decl name='_compiles_assertion_on_line_777' mangled-name='_ZNK2OT11LigatureSet31_compiles_assertion_on_line_777Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='777' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSet*' -->
- <parameter type-id='type-id-857' is-artificial='yes'/>
+ <parameter type-id='type-id-856' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::LigatureSubstFormat1 -->
- <class-decl name='LigatureSubstFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='781' column='1' id='type-id-583'>
+ <class-decl name='LigatureSubstFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='781' column='1' id='type-id-582'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::LigatureSubstFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='857' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='857' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::LigatureSubstFormat1::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='859' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='859' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::OffsetArrayOf<OT::LigatureSet> OT::LigatureSubstFormat1::ligatureSet -->
- <var-decl name='ligatureSet' type-id='type-id-859' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='862' column='1'/>
+ <var-decl name='ligatureSet' type-id='type-id-858' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='862' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::LigatureSubstFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='865' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='865' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::LigatureSubstFormat1::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT20LigatureSubstFormat17closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='782' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSubstFormat1*' -->
- <parameter type-id='type-id-860' is-artificial='yes'/>
+ <parameter type-id='type-id-859' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::LigatureSubstFormat1::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT20LigatureSubstFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='792' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSubstFormat1*' -->
- <parameter type-id='type-id-860' is-artificial='yes'/>
+ <parameter type-id='type-id-859' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const OT::Coverage& OT::LigatureSubstFormat1::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT20LigatureSubstFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='802' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSubstFormat1*' -->
- <parameter type-id='type-id-860' is-artificial='yes'/>
+ <parameter type-id='type-id-859' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::LigatureSubstFormat1::would_apply(OT::hb_would_apply_context_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT20LigatureSubstFormat111would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='807' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSubstFormat1*' -->
- <parameter type-id='type-id-860' is-artificial='yes'/>
+ <parameter type-id='type-id-859' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::LigatureSubstFormat1::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT20LigatureSubstFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='817' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSubstFormat1*' -->
- <parameter type-id='type-id-860' is-artificial='yes'/>
+ <parameter type-id='type-id-859' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::LigatureSubstFormat1::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<unsigned int>&, unsigned int, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<unsigned int>&, OT::Supplier<OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='serialize' mangled-name='_ZN2OT20LigatureSubstFormat19serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_S9_S7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='829' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::LigatureSubstFormat1*' -->
- <parameter type-id='type-id-483' is-artificial='yes'/>
+ <parameter type-id='type-id-482' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-857'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-857'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::LigatureSubstFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT20LigatureSubstFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='851' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::LigatureSubstFormat1*' -->
- <parameter type-id='type-id-483' is-artificial='yes'/>
+ <parameter type-id='type-id-482' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::LigatureSubstFormat1::_instance_assertion_on_line_865() -->
<function-decl name='_instance_assertion_on_line_865' mangled-name='_ZNK2OT20LigatureSubstFormat131_instance_assertion_on_line_865Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='865' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSubstFormat1*' -->
- <parameter type-id='type-id-860' is-artificial='yes'/>
+ <parameter type-id='type-id-859' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::LigatureSubstFormat1::_compiles_assertion_on_line_865() -->
<function-decl name='_compiles_assertion_on_line_865' mangled-name='_ZNK2OT20LigatureSubstFormat131_compiles_assertion_on_line_865Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='865' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSubstFormat1*' -->
- <parameter type-id='type-id-860' is-artificial='yes'/>
+ <parameter type-id='type-id-859' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Lookup -->
- <class-decl name='Lookup' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='561' column='1' id='type-id-584'>
+ <class-decl name='Lookup' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='561' column='1' id='type-id-583'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::Lookup::lookupType -->
- <var-decl name='lookupType' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='610' column='1'/>
+ <var-decl name='lookupType' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='610' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::Lookup::lookupFlag -->
- <var-decl name='lookupFlag' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='611' column='1'/>
+ <var-decl name='lookupFlag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='611' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > OT::Lookup::subTable -->
- <var-decl name='subTable' type-id='type-id-574' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='613' column='1'/>
+ <var-decl name='subTable' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='613' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- OT::USHORT OT::Lookup::markFilteringSetX[1] -->
- <var-decl name='markFilteringSetX' type-id='type-id-861' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='614' column='1'/>
+ <var-decl name='markFilteringSetX' type-id='type-id-860' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='614' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Lookup::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='618' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='618' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::Lookup::get_subtable_count() -->
<function-decl name='get_subtable_count' mangled-name='_ZNK2OT6Lookup18get_subtable_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='562' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Lookup*' -->
- <parameter type-id='type-id-378' is-artificial='yes'/>
+ <parameter type-id='type-id-377' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- unsigned int OT::Lookup::get_type() -->
<function-decl name='get_type' mangled-name='_ZNK2OT6Lookup8get_typeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='564' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Lookup*' -->
- <parameter type-id='type-id-378' is-artificial='yes'/>
+ <parameter type-id='type-id-377' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- uint32_t OT::Lookup::get_props() -->
<function-decl name='get_props' mangled-name='_ZNK2OT6Lookup9get_propsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='569' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Lookup*' -->
- <parameter type-id='type-id-378' is-artificial='yes'/>
+ <parameter type-id='type-id-377' is-artificial='yes'/>
<!-- typedef uint32_t -->
- <return type-id='type-id-107'/>
+ <return type-id='type-id-106'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::Lookup::serialize(OT::hb_serialize_context_t*, unsigned int, uint32_t, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT6Lookup9serializeEPNS_22hb_serialize_context_tEjjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='580' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Lookup*' -->
- <parameter type-id='type-id-464' is-artificial='yes'/>
+ <parameter type-id='type-id-463' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'typedef uint32_t' -->
- <parameter type-id='type-id-107'/>
+ <parameter type-id='type-id-106'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::Lookup::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT6Lookup8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='598' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Lookup*' -->
- <parameter type-id='type-id-464' is-artificial='yes'/>
+ <parameter type-id='type-id-463' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::Lookup::_instance_assertion_on_line_618() -->
<function-decl name='_instance_assertion_on_line_618' mangled-name='_ZNK2OT6Lookup31_instance_assertion_on_line_618Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Lookup*' -->
- <parameter type-id='type-id-378' is-artificial='yes'/>
+ <parameter type-id='type-id-377' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::Lookup::_compiles_assertion_on_line_618() -->
<function-decl name='_compiles_assertion_on_line_618' mangled-name='_ZNK2OT6Lookup31_compiles_assertion_on_line_618Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Lookup*' -->
- <parameter type-id='type-id-378' is-artificial='yes'/>
+ <parameter type-id='type-id-377' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-585'>
+ <class-decl name='OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-584'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Anchor& OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_6AnchorENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-415' is-artificial='yes'/>
+ <parameter type-id='type-id-414' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::Anchor& -->
- <return type-id='type-id-863'/>
+ <return type-id='type-id-862'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Anchor& OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_6AnchorENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-312' is-artificial='yes'/>
+ <parameter type-id='type-id-311' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::Anchor& -->
- <return type-id='type-id-864'/>
+ <return type-id='type-id-863'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_6AnchorENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-312' is-artificial='yes'/>
+ <parameter type-id='type-id-311' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_6AnchorENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-312' is-artificial='yes'/>
+ <parameter type-id='type-id-311' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_6AnchorENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-415' is-artificial='yes'/>
+ <parameter type-id='type-id-414' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-586'>
+ <class-decl name='OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-585'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::AnchorMatrix& OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-420' is-artificial='yes'/>
+ <parameter type-id='type-id-419' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::AnchorMatrix& -->
- <return type-id='type-id-865'/>
+ <return type-id='type-id-864'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::AnchorMatrix& OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-314' is-artificial='yes'/>
+ <parameter type-id='type-id-313' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::AnchorMatrix& -->
- <return type-id='type-id-866'/>
+ <return type-id='type-id-865'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-314' is-artificial='yes'/>
+ <parameter type-id='type-id-313' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-314' is-artificial='yes'/>
+ <parameter type-id='type-id-313' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-420' is-artificial='yes'/>
+ <parameter type-id='type-id-419' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >::sanitize<unsigned int>(OT::hb_sanitize_context_t*, void*, unsigned int) -->
<function-decl name='sanitize<unsigned int>' mangled-name='_ZN2OT8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEE8sanitizeIjEEbPNS_21hb_sanitize_context_tEPvT_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-314' is-artificial='yes'/>
+ <parameter type-id='type-id-313' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'unsigned int' -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-587'>
+ <class-decl name='OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-586'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >& OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_7ArrayOfINS_7IntTypeItLj2EEES3_EES3_EclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-339' is-artificial='yes'/>
+ <parameter type-id='type-id-338' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-867'/>
+ <return type-id='type-id-866'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >& OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_7ArrayOfINS_7IntTypeItLj2EEES3_EES3_E9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-317' is-artificial='yes'/>
+ <parameter type-id='type-id-316' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-481'/>
+ <return type-id='type-id-480'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_7ArrayOfINS_7IntTypeItLj2EEES3_EES3_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-317' is-artificial='yes'/>
+ <parameter type-id='type-id-316' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_7ArrayOfINS_7IntTypeItLj2EEES3_EES3_E6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-317' is-artificial='yes'/>
+ <parameter type-id='type-id-316' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_7ArrayOfINS_7IntTypeItLj2EEES3_EES3_E31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-339' is-artificial='yes'/>
+ <parameter type-id='type-id-338' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-588'>
+ <class-decl name='OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-587'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::AttachList& OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_10AttachListENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-340' is-artificial='yes'/>
+ <parameter type-id='type-id-339' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::AttachList& -->
- <return type-id='type-id-868'/>
+ <return type-id='type-id-867'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::AttachList& OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_10AttachListENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-305' is-artificial='yes'/>
+ <parameter type-id='type-id-304' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::AttachList& -->
- <return type-id='type-id-869'/>
+ <return type-id='type-id-868'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_10AttachListENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-305' is-artificial='yes'/>
+ <parameter type-id='type-id-304' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_10AttachListENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-305' is-artificial='yes'/>
+ <parameter type-id='type-id-304' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_10AttachListENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-340' is-artificial='yes'/>
+ <parameter type-id='type-id-339' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-589'>
+ <class-decl name='OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-588'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::CaretValue& OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-348' is-artificial='yes'/>
+ <parameter type-id='type-id-347' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::CaretValue& -->
- <return type-id='type-id-870'/>
+ <return type-id='type-id-869'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::CaretValue& OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-318' is-artificial='yes'/>
+ <parameter type-id='type-id-317' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::CaretValue& -->
- <return type-id='type-id-871'/>
+ <return type-id='type-id-870'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-318' is-artificial='yes'/>
+ <parameter type-id='type-id-317' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-318' is-artificial='yes'/>
+ <parameter type-id='type-id-317' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-348' is-artificial='yes'/>
+ <parameter type-id='type-id-347' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-590'>
+ <class-decl name='OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-589'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::ChainRule& OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-399' is-artificial='yes'/>
+ <parameter type-id='type-id-398' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::ChainRule& -->
- <return type-id='type-id-872'/>
+ <return type-id='type-id-871'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ChainRule& OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::ChainRule& -->
- <return type-id='type-id-873'/>
+ <return type-id='type-id-872'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-399' is-artificial='yes'/>
+ <parameter type-id='type-id-398' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-591'>
+ <class-decl name='OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-590'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::ChainRuleSet& OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-400' is-artificial='yes'/>
+ <parameter type-id='type-id-399' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::ChainRuleSet& -->
- <return type-id='type-id-874'/>
+ <return type-id='type-id-873'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ChainRuleSet& OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-324' is-artificial='yes'/>
+ <parameter type-id='type-id-323' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::ChainRuleSet& -->
- <return type-id='type-id-875'/>
+ <return type-id='type-id-874'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-324' is-artificial='yes'/>
+ <parameter type-id='type-id-323' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-324' is-artificial='yes'/>
+ <parameter type-id='type-id-323' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-400' is-artificial='yes'/>
+ <parameter type-id='type-id-399' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-592'>
+ <class-decl name='OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-591'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::ClassDef& OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_8ClassDefENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-352' is-artificial='yes'/>
+ <parameter type-id='type-id-351' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::ClassDef& -->
- <return type-id='type-id-876'/>
+ <return type-id='type-id-875'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::ClassDef& OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_8ClassDefENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-304' is-artificial='yes'/>
+ <parameter type-id='type-id-303' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::ClassDef& -->
- <return type-id='type-id-877'/>
+ <return type-id='type-id-876'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_8ClassDefENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-304' is-artificial='yes'/>
+ <parameter type-id='type-id-303' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_8ClassDefENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-304' is-artificial='yes'/>
+ <parameter type-id='type-id-303' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_8ClassDefENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-352' is-artificial='yes'/>
+ <parameter type-id='type-id-351' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-593'>
+ <class-decl name='OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-592'>
<!-- struct OT::Offset<OT::IntType<unsigned int, 4u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-434'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-433'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::CmapSubtable& OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12CmapSubtableENS_7IntTypeIjLj4EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-296' is-artificial='yes'/>
+ <parameter type-id='type-id-295' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::CmapSubtable& -->
- <return type-id='type-id-878'/>
+ <return type-id='type-id-877'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::CmapSubtable& OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12CmapSubtableENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-276' is-artificial='yes'/>
+ <parameter type-id='type-id-275' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::CmapSubtable& -->
- <return type-id='type-id-879'/>
+ <return type-id='type-id-878'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12CmapSubtableENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-276' is-artificial='yes'/>
+ <parameter type-id='type-id-275' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12CmapSubtableENS_7IntTypeIjLj4EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-276' is-artificial='yes'/>
+ <parameter type-id='type-id-275' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12CmapSubtableENS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-296' is-artificial='yes'/>
+ <parameter type-id='type-id-295' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-594'>
+ <class-decl name='OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-593'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Coverage& OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-337' is-artificial='yes'/>
+ <parameter type-id='type-id-336' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Coverage& OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-302' is-artificial='yes'/>
+ <parameter type-id='type-id-301' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::Coverage& -->
- <return type-id='type-id-477'/>
+ <return type-id='type-id-476'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-302' is-artificial='yes'/>
+ <parameter type-id='type-id-301' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-302' is-artificial='yes'/>
+ <parameter type-id='type-id-301' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-337' is-artificial='yes'/>
+ <parameter type-id='type-id-336' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-595'>
+ <class-decl name='OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-594'>
<!-- struct OT::Offset<OT::IntType<unsigned int, 4u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-434'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-433'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Coverage& OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-354' is-artificial='yes'/>
+ <parameter type-id='type-id-353' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Coverage& OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-320' is-artificial='yes'/>
+ <parameter type-id='type-id-319' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::Coverage& -->
- <return type-id='type-id-477'/>
+ <return type-id='type-id-476'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-320' is-artificial='yes'/>
+ <parameter type-id='type-id-319' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-320' is-artificial='yes'/>
+ <parameter type-id='type-id-319' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-354' is-artificial='yes'/>
+ <parameter type-id='type-id-353' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-596'>
+ <class-decl name='OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-595'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Device& OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_6DeviceENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-346' is-artificial='yes'/>
+ <parameter type-id='type-id-345' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::Device& -->
- <return type-id='type-id-880'/>
+ <return type-id='type-id-879'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Device& OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_6DeviceENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-303' is-artificial='yes'/>
+ <parameter type-id='type-id-302' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::Device& -->
- <return type-id='type-id-881'/>
+ <return type-id='type-id-880'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_6DeviceENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-303' is-artificial='yes'/>
+ <parameter type-id='type-id-302' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_6DeviceENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-303' is-artificial='yes'/>
+ <parameter type-id='type-id-302' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_6DeviceENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-346' is-artificial='yes'/>
+ <parameter type-id='type-id-345' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-597'>
+ <class-decl name='OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-596'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Feature& OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_7FeatureENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-373' is-artificial='yes'/>
+ <parameter type-id='type-id-372' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::Feature& -->
- <return type-id='type-id-882'/>
+ <return type-id='type-id-881'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Feature& OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_7FeatureENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-335' is-artificial='yes'/>
+ <parameter type-id='type-id-334' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::Feature& -->
- <return type-id='type-id-883'/>
+ <return type-id='type-id-882'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_7FeatureENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-335' is-artificial='yes'/>
+ <parameter type-id='type-id-334' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_7FeatureENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-335' is-artificial='yes'/>
+ <parameter type-id='type-id-334' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_7FeatureENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-373' is-artificial='yes'/>
+ <parameter type-id='type-id-372' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >::sanitize<const OT::Record<OT::Feature>::sanitize_closure_t*>(OT::hb_sanitize_context_t*, void*, const OT::Record<OT::Feature>::sanitize_closure_t*) -->
<function-decl name='sanitize<const OT::Record<OT::Feature>::sanitize_closure_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-335' is-artificial='yes'/>
+ <parameter type-id='type-id-334' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'const OT::Record<OT::Feature>::sanitize_closure_t*' -->
- <parameter type-id='type-id-884'/>
+ <parameter type-id='type-id-883'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-598'>
+ <class-decl name='OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-597'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::FeatureParams& OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_13FeatureParamsENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-370' is-artificial='yes'/>
+ <parameter type-id='type-id-369' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::FeatureParams& -->
- <return type-id='type-id-885'/>
+ <return type-id='type-id-884'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::FeatureParams& OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_13FeatureParamsENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-301' is-artificial='yes'/>
+ <parameter type-id='type-id-300' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::FeatureParams& -->
- <return type-id='type-id-886'/>
+ <return type-id='type-id-885'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_13FeatureParamsENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-301' is-artificial='yes'/>
+ <parameter type-id='type-id-300' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_13FeatureParamsENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-301' is-artificial='yes'/>
+ <parameter type-id='type-id-300' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_13FeatureParamsENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-370' is-artificial='yes'/>
+ <parameter type-id='type-id-369' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >::sanitize<unsigned int>(OT::hb_sanitize_context_t*, void*, unsigned int) -->
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-301' is-artificial='yes'/>
+ <parameter type-id='type-id-300' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'unsigned int' -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-599'>
+ <class-decl name='OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-598'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::LangSys& OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_7LangSysENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-359' is-artificial='yes'/>
+ <parameter type-id='type-id-358' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::LangSys& -->
- <return type-id='type-id-887'/>
+ <return type-id='type-id-886'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::LangSys& OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_7LangSysENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-300' is-artificial='yes'/>
+ <parameter type-id='type-id-299' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::LangSys& -->
- <return type-id='type-id-888'/>
+ <return type-id='type-id-887'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_7LangSysENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-300' is-artificial='yes'/>
+ <parameter type-id='type-id-299' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_7LangSysENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-300' is-artificial='yes'/>
+ <parameter type-id='type-id-299' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_7LangSysENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-359' is-artificial='yes'/>
+ <parameter type-id='type-id-358' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >::sanitize<const OT::Record<OT::LangSys>::sanitize_closure_t*>(OT::hb_sanitize_context_t*, void*, const OT::Record<OT::LangSys>::sanitize_closure_t*) -->
<function-decl name='sanitize<const OT::Record<OT::LangSys>::sanitize_closure_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-300' is-artificial='yes'/>
+ <parameter type-id='type-id-299' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'const OT::Record<OT::LangSys>::sanitize_closure_t*' -->
- <parameter type-id='type-id-889'/>
+ <parameter type-id='type-id-888'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-600'>
+ <class-decl name='OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-599'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::LigCaretList& OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12LigCaretListENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-350' is-artificial='yes'/>
+ <parameter type-id='type-id-349' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::LigCaretList& -->
- <return type-id='type-id-890'/>
+ <return type-id='type-id-889'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::LigCaretList& OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12LigCaretListENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-306' is-artificial='yes'/>
+ <parameter type-id='type-id-305' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::LigCaretList& -->
- <return type-id='type-id-891'/>
+ <return type-id='type-id-890'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12LigCaretListENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-306' is-artificial='yes'/>
+ <parameter type-id='type-id-305' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12LigCaretListENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-306' is-artificial='yes'/>
+ <parameter type-id='type-id-305' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12LigCaretListENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-350' is-artificial='yes'/>
+ <parameter type-id='type-id-349' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-601'>
+ <class-decl name='OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-600'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::LigGlyph& OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-349' is-artificial='yes'/>
+ <parameter type-id='type-id-348' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::LigGlyph& -->
- <return type-id='type-id-892'/>
+ <return type-id='type-id-891'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::LigGlyph& OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-319' is-artificial='yes'/>
+ <parameter type-id='type-id-318' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::LigGlyph& -->
- <return type-id='type-id-893'/>
+ <return type-id='type-id-892'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-319' is-artificial='yes'/>
+ <parameter type-id='type-id-318' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-319' is-artificial='yes'/>
+ <parameter type-id='type-id-318' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-349' is-artificial='yes'/>
+ <parameter type-id='type-id-348' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-602'>
+ <class-decl name='OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-601'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Ligature& OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-389' is-artificial='yes'/>
+ <parameter type-id='type-id-388' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::Ligature& -->
- <return type-id='type-id-894'/>
+ <return type-id='type-id-893'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Ligature& OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-326' is-artificial='yes'/>
+ <parameter type-id='type-id-325' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::Ligature& -->
- <return type-id='type-id-490'/>
+ <return type-id='type-id-489'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-326' is-artificial='yes'/>
+ <parameter type-id='type-id-325' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-326' is-artificial='yes'/>
+ <parameter type-id='type-id-325' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-389' is-artificial='yes'/>
+ <parameter type-id='type-id-388' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-603'>
+ <class-decl name='OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-602'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::LigatureSet& OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-390' is-artificial='yes'/>
+ <parameter type-id='type-id-389' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::LigatureSet& -->
- <return type-id='type-id-895'/>
+ <return type-id='type-id-894'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::LigatureSet& OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-327' is-artificial='yes'/>
+ <parameter type-id='type-id-326' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::LigatureSet& -->
- <return type-id='type-id-491'/>
+ <return type-id='type-id-490'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-327' is-artificial='yes'/>
+ <parameter type-id='type-id-326' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-327' is-artificial='yes'/>
+ <parameter type-id='type-id-326' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-390' is-artificial='yes'/>
+ <parameter type-id='type-id-389' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-604'>
+ <class-decl name='OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-603'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Lookup& OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-379' is-artificial='yes'/>
+ <parameter type-id='type-id-378' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::Lookup& -->
- <return type-id='type-id-896'/>
+ <return type-id='type-id-895'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Lookup& OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_6LookupENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-331' is-artificial='yes'/>
+ <parameter type-id='type-id-330' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::Lookup& -->
- <return type-id='type-id-467'/>
+ <return type-id='type-id-466'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_6LookupENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-331' is-artificial='yes'/>
+ <parameter type-id='type-id-330' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_6LookupENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-331' is-artificial='yes'/>
+ <parameter type-id='type-id-330' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_6LookupENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-379' is-artificial='yes'/>
+ <parameter type-id='type-id-378' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-605'>
+ <class-decl name='OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-604'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::MarkArray& OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_9MarkArrayENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-418' is-artificial='yes'/>
+ <parameter type-id='type-id-417' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::MarkArray& -->
- <return type-id='type-id-897'/>
+ <return type-id='type-id-896'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::MarkArray& OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_9MarkArrayENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-313' is-artificial='yes'/>
+ <parameter type-id='type-id-312' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::MarkArray& -->
- <return type-id='type-id-898'/>
+ <return type-id='type-id-897'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_9MarkArrayENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-313' is-artificial='yes'/>
+ <parameter type-id='type-id-312' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_9MarkArrayENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-313' is-artificial='yes'/>
+ <parameter type-id='type-id-312' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_9MarkArrayENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-418' is-artificial='yes'/>
+ <parameter type-id='type-id-417' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-606'>
+ <class-decl name='OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-605'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::MarkGlyphSets& OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_13MarkGlyphSetsENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-355' is-artificial='yes'/>
+ <parameter type-id='type-id-354' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::MarkGlyphSets& -->
- <return type-id='type-id-899'/>
+ <return type-id='type-id-898'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::MarkGlyphSets& OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_13MarkGlyphSetsENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-307' is-artificial='yes'/>
+ <parameter type-id='type-id-306' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::MarkGlyphSets& -->
- <return type-id='type-id-900'/>
+ <return type-id='type-id-899'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_13MarkGlyphSetsENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-307' is-artificial='yes'/>
+ <parameter type-id='type-id-306' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_13MarkGlyphSetsENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-307' is-artificial='yes'/>
+ <parameter type-id='type-id-306' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_13MarkGlyphSetsENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-355' is-artificial='yes'/>
+ <parameter type-id='type-id-354' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-607'>
+ <class-decl name='OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-606'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetListOf<OT::AnchorMatrix>& OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_12AnchorMatrixEEENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-423' is-artificial='yes'/>
+ <parameter type-id='type-id-422' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::OffsetListOf<OT::AnchorMatrix>& -->
- <return type-id='type-id-901'/>
+ <return type-id='type-id-900'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetListOf<OT::AnchorMatrix>& OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_12AnchorMatrixEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-315' is-artificial='yes'/>
+ <parameter type-id='type-id-314' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::OffsetListOf<OT::AnchorMatrix>& -->
- <return type-id='type-id-902'/>
+ <return type-id='type-id-901'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_12AnchorMatrixEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-315' is-artificial='yes'/>
+ <parameter type-id='type-id-314' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_12AnchorMatrixEEENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-315' is-artificial='yes'/>
+ <parameter type-id='type-id-314' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_12AnchorMatrixEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-423' is-artificial='yes'/>
+ <parameter type-id='type-id-422' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >::sanitize<unsigned int>(OT::hb_sanitize_context_t*, void*, unsigned int) -->
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-315' is-artificial='yes'/>
+ <parameter type-id='type-id-314' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'unsigned int' -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-608'>
+ <class-decl name='OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-607'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetListOf<OT::Lookup>& OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_6LookupEEENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-380' is-artificial='yes'/>
+ <parameter type-id='type-id-379' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::OffsetListOf<OT::Lookup>& -->
- <return type-id='type-id-903'/>
+ <return type-id='type-id-902'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetListOf<OT::Lookup>& OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_6LookupEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-310' is-artificial='yes'/>
+ <parameter type-id='type-id-309' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::OffsetListOf<OT::Lookup>& -->
- <return type-id='type-id-904'/>
+ <return type-id='type-id-903'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_6LookupEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-310' is-artificial='yes'/>
+ <parameter type-id='type-id-309' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_6LookupEEENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-310' is-artificial='yes'/>
+ <parameter type-id='type-id-309' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_6LookupEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-380' is-artificial='yes'/>
+ <parameter type-id='type-id-379' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-609'>
+ <class-decl name='OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-608'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetListOf<OT::PosLookup>& OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_9PosLookupEEENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-432' is-artificial='yes'/>
+ <parameter type-id='type-id-431' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::OffsetListOf<OT::PosLookup>& -->
- <return type-id='type-id-905'/>
+ <return type-id='type-id-904'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetListOf<OT::PosLookup>& OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_9PosLookupEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-316' is-artificial='yes'/>
+ <parameter type-id='type-id-315' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::OffsetListOf<OT::PosLookup>& -->
- <return type-id='type-id-906'/>
+ <return type-id='type-id-905'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_9PosLookupEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-316' is-artificial='yes'/>
+ <parameter type-id='type-id-315' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_9PosLookupEEENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-316' is-artificial='yes'/>
+ <parameter type-id='type-id-315' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_9PosLookupEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-432' is-artificial='yes'/>
+ <parameter type-id='type-id-431' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-610'>
+ <class-decl name='OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-609'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetListOf<OT::SubstLookup>& OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_11SubstLookupEEENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-405' is-artificial='yes'/>
+ <parameter type-id='type-id-404' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::OffsetListOf<OT::SubstLookup>& -->
- <return type-id='type-id-907'/>
+ <return type-id='type-id-906'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetListOf<OT::SubstLookup>& OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_11SubstLookupEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-311' is-artificial='yes'/>
+ <parameter type-id='type-id-310' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::OffsetListOf<OT::SubstLookup>& -->
- <return type-id='type-id-908'/>
+ <return type-id='type-id-907'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_11SubstLookupEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-311' is-artificial='yes'/>
+ <parameter type-id='type-id-310' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_11SubstLookupEEENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-311' is-artificial='yes'/>
+ <parameter type-id='type-id-310' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_11SubstLookupEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-405' is-artificial='yes'/>
+ <parameter type-id='type-id-404' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-611'>
+ <class-decl name='OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-610'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::PairSet& OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-410' is-artificial='yes'/>
+ <parameter type-id='type-id-409' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::PairSet& -->
- <return type-id='type-id-909'/>
+ <return type-id='type-id-908'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::PairSet& OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-329' is-artificial='yes'/>
+ <parameter type-id='type-id-328' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::PairSet& -->
- <return type-id='type-id-910'/>
+ <return type-id='type-id-909'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-329' is-artificial='yes'/>
+ <parameter type-id='type-id-328' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-329' is-artificial='yes'/>
+ <parameter type-id='type-id-328' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-410' is-artificial='yes'/>
+ <parameter type-id='type-id-409' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >::sanitize<OT::PairSet::sanitize_closure_t*>(OT::hb_sanitize_context_t*, void*, OT::PairSet::sanitize_closure_t*) -->
<function-decl name='sanitize<OT::PairSet::sanitize_closure_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-329' is-artificial='yes'/>
+ <parameter type-id='type-id-328' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'OT::PairSet::sanitize_closure_t*' -->
- <parameter type-id='type-id-911'/>
+ <parameter type-id='type-id-910'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-612'>
+ <class-decl name='OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-611'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::PosLookup& OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-431' is-artificial='yes'/>
+ <parameter type-id='type-id-430' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::PosLookup& -->
- <return type-id='type-id-912'/>
+ <return type-id='type-id-911'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::PosLookup& OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-333' is-artificial='yes'/>
+ <parameter type-id='type-id-332' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::PosLookup& -->
- <return type-id='type-id-913'/>
+ <return type-id='type-id-912'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-333' is-artificial='yes'/>
+ <parameter type-id='type-id-332' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-333' is-artificial='yes'/>
+ <parameter type-id='type-id-332' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-431' is-artificial='yes'/>
+ <parameter type-id='type-id-430' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-613'>
+ <class-decl name='OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-612'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::PosLookupSubTable& OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-430' is-artificial='yes'/>
+ <parameter type-id='type-id-429' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::PosLookupSubTable& -->
- <return type-id='type-id-914'/>
+ <return type-id='type-id-913'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::PosLookupSubTable& OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-330' is-artificial='yes'/>
+ <parameter type-id='type-id-329' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::PosLookupSubTable& -->
- <return type-id='type-id-915'/>
+ <return type-id='type-id-914'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-330' is-artificial='yes'/>
+ <parameter type-id='type-id-329' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-330' is-artificial='yes'/>
+ <parameter type-id='type-id-329' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-430' is-artificial='yes'/>
+ <parameter type-id='type-id-429' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >::sanitize<unsigned int>(OT::hb_sanitize_context_t*, void*, unsigned int) -->
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-330' is-artificial='yes'/>
+ <parameter type-id='type-id-329' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'unsigned int' -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-614'>
+ <class-decl name='OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-613'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::RecordListOf<OT::Feature>& OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12RecordListOfINS_7FeatureEEENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-375' is-artificial='yes'/>
+ <parameter type-id='type-id-374' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::RecordListOf<OT::Feature>& -->
- <return type-id='type-id-916'/>
+ <return type-id='type-id-915'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::RecordListOf<OT::Feature>& OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12RecordListOfINS_7FeatureEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-309' is-artificial='yes'/>
+ <parameter type-id='type-id-308' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::RecordListOf<OT::Feature>& -->
- <return type-id='type-id-917'/>
+ <return type-id='type-id-916'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12RecordListOfINS_7FeatureEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-309' is-artificial='yes'/>
+ <parameter type-id='type-id-308' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12RecordListOfINS_7FeatureEEENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-309' is-artificial='yes'/>
+ <parameter type-id='type-id-308' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12RecordListOfINS_7FeatureEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-375' is-artificial='yes'/>
+ <parameter type-id='type-id-374' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-615'>
+ <class-decl name='OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-614'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::RecordListOf<OT::Script>& OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12RecordListOfINS_6ScriptEEENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-364' is-artificial='yes'/>
+ <parameter type-id='type-id-363' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::RecordListOf<OT::Script>& -->
- <return type-id='type-id-918'/>
+ <return type-id='type-id-917'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::RecordListOf<OT::Script>& OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12RecordListOfINS_6ScriptEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-308' is-artificial='yes'/>
+ <parameter type-id='type-id-307' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::RecordListOf<OT::Script>& -->
- <return type-id='type-id-919'/>
+ <return type-id='type-id-918'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12RecordListOfINS_6ScriptEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-308' is-artificial='yes'/>
+ <parameter type-id='type-id-307' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12RecordListOfINS_6ScriptEEENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-308' is-artificial='yes'/>
+ <parameter type-id='type-id-307' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12RecordListOfINS_6ScriptEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-364' is-artificial='yes'/>
+ <parameter type-id='type-id-363' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-616'>
+ <class-decl name='OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-615'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Rule& OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-393' is-artificial='yes'/>
+ <parameter type-id='type-id-392' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::Rule& -->
- <return type-id='type-id-920'/>
+ <return type-id='type-id-919'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Rule& OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_4RuleENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-321' is-artificial='yes'/>
+ <parameter type-id='type-id-320' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::Rule& -->
- <return type-id='type-id-921'/>
+ <return type-id='type-id-920'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_4RuleENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-321' is-artificial='yes'/>
+ <parameter type-id='type-id-320' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_4RuleENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-321' is-artificial='yes'/>
+ <parameter type-id='type-id-320' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_4RuleENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-393' is-artificial='yes'/>
+ <parameter type-id='type-id-392' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-617'>
+ <class-decl name='OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-616'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::RuleSet& OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-394' is-artificial='yes'/>
+ <parameter type-id='type-id-393' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::RuleSet& -->
- <return type-id='type-id-922'/>
+ <return type-id='type-id-921'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::RuleSet& OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-322' is-artificial='yes'/>
+ <parameter type-id='type-id-321' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::RuleSet& -->
- <return type-id='type-id-923'/>
+ <return type-id='type-id-922'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-322' is-artificial='yes'/>
+ <parameter type-id='type-id-321' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-322' is-artificial='yes'/>
+ <parameter type-id='type-id-321' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-394' is-artificial='yes'/>
+ <parameter type-id='type-id-393' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-618'>
+ <class-decl name='OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-617'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Script& OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_6ScriptENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-362' is-artificial='yes'/>
+ <parameter type-id='type-id-361' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::Script& -->
- <return type-id='type-id-924'/>
+ <return type-id='type-id-923'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Script& OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_6ScriptENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-334' is-artificial='yes'/>
+ <parameter type-id='type-id-333' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::Script& -->
- <return type-id='type-id-925'/>
+ <return type-id='type-id-924'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_6ScriptENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-334' is-artificial='yes'/>
+ <parameter type-id='type-id-333' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_6ScriptENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-334' is-artificial='yes'/>
+ <parameter type-id='type-id-333' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_6ScriptENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-362' is-artificial='yes'/>
+ <parameter type-id='type-id-361' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >::sanitize<const OT::Record<OT::Script>::sanitize_closure_t*>(OT::hb_sanitize_context_t*, void*, const OT::Record<OT::Script>::sanitize_closure_t*) -->
<function-decl name='sanitize<const OT::Record<OT::Script>::sanitize_closure_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-334' is-artificial='yes'/>
+ <parameter type-id='type-id-333' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'const OT::Record<OT::Script>::sanitize_closure_t*' -->
- <parameter type-id='type-id-926'/>
+ <parameter type-id='type-id-925'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-619'>
+ <class-decl name='OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-618'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Sequence& OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-385' is-artificial='yes'/>
+ <parameter type-id='type-id-384' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::Sequence& -->
- <return type-id='type-id-927'/>
+ <return type-id='type-id-926'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Sequence& OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-325' is-artificial='yes'/>
+ <parameter type-id='type-id-324' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::Sequence& -->
- <return type-id='type-id-928'/>
+ <return type-id='type-id-927'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-325' is-artificial='yes'/>
+ <parameter type-id='type-id-324' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-325' is-artificial='yes'/>
+ <parameter type-id='type-id-324' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-385' is-artificial='yes'/>
+ <parameter type-id='type-id-384' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-620'>
+ <class-decl name='OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-619'>
<!-- struct OT::Offset<OT::IntType<unsigned int, 4u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-434'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-433'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >& OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_13SortedArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEEES4_EclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-293' is-artificial='yes'/>
+ <parameter type-id='type-id-292' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >& -->
- <return type-id='type-id-929'/>
+ <return type-id='type-id-928'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >& OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_13SortedArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEEES4_E9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-275' is-artificial='yes'/>
+ <parameter type-id='type-id-274' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >& -->
- <return type-id='type-id-930'/>
+ <return type-id='type-id-929'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_13SortedArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-275' is-artificial='yes'/>
+ <parameter type-id='type-id-274' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_13SortedArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEEES4_E6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-275' is-artificial='yes'/>
+ <parameter type-id='type-id-274' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_13SortedArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEEES4_E31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-293' is-artificial='yes'/>
+ <parameter type-id='type-id-292' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-621'>
+ <class-decl name='OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-620'>
<!-- struct OT::Offset<OT::IntType<unsigned int, 4u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-434'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-433'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >& OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_13SortedArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEEES4_EclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-291' is-artificial='yes'/>
+ <parameter type-id='type-id-290' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >& -->
- <return type-id='type-id-931'/>
+ <return type-id='type-id-930'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >& OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_13SortedArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEEES4_E9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-274' is-artificial='yes'/>
+ <parameter type-id='type-id-273' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >& -->
- <return type-id='type-id-932'/>
+ <return type-id='type-id-931'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_13SortedArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-274' is-artificial='yes'/>
+ <parameter type-id='type-id-273' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_13SortedArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEEES4_E6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-274' is-artificial='yes'/>
+ <parameter type-id='type-id-273' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_13SortedArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEEES4_E31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-291' is-artificial='yes'/>
+ <parameter type-id='type-id-290' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-622'>
+ <class-decl name='OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-621'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::SubstLookup& OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-404' is-artificial='yes'/>
+ <parameter type-id='type-id-403' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::SubstLookup& -->
- <return type-id='type-id-933'/>
+ <return type-id='type-id-932'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SubstLookup& OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-332' is-artificial='yes'/>
+ <parameter type-id='type-id-331' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::SubstLookup& -->
- <return type-id='type-id-934'/>
+ <return type-id='type-id-933'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-332' is-artificial='yes'/>
+ <parameter type-id='type-id-331' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-332' is-artificial='yes'/>
+ <parameter type-id='type-id-331' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-404' is-artificial='yes'/>
+ <parameter type-id='type-id-403' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-623'>
+ <class-decl name='OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-622'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::SubstLookupSubTable& OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >::operator()(void*) -->
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-403' is-artificial='yes'/>
+ <parameter type-id='type-id-402' is-artificial='yes'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- const OT::SubstLookupSubTable& -->
- <return type-id='type-id-935'/>
+ <return type-id='type-id-934'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::SubstLookupSubTable& OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, void*) -->
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-328' is-artificial='yes'/>
+ <parameter type-id='type-id-327' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- OT::SubstLookupSubTable& -->
- <return type-id='type-id-936'/>
+ <return type-id='type-id-935'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-328' is-artificial='yes'/>
+ <parameter type-id='type-id-327' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >::neuter(OT::hb_sanitize_context_t*) -->
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-328' is-artificial='yes'/>
+ <parameter type-id='type-id-327' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_778() -->
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-403' is-artificial='yes'/>
+ <parameter type-id='type-id-402' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >::sanitize<unsigned int>(OT::hb_sanitize_context_t*, void*, unsigned int) -->
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-328' is-artificial='yes'/>
+ <parameter type-id='type-id-327' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'unsigned int' -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SingleSubstFormat1 -->
- <class-decl name='SingleSubstFormat1' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='39' column='1' id='type-id-624'>
+ <class-decl name='SingleSubstFormat1' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='39' column='1' id='type-id-623'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::SingleSubstFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='106' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='106' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::SingleSubstFormat1::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='108' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='108' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::SHORT OT::SingleSubstFormat1::deltaGlyphID -->
- <var-decl name='deltaGlyphID' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='110' column='1'/>
+ <var-decl name='deltaGlyphID' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='110' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::SingleSubstFormat1::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='113' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='113' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::SingleSubstFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='113' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='113' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::SingleSubstFormat1::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT18SingleSubstFormat17closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='40' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubstFormat1*' -->
- <parameter type-id='type-id-937' is-artificial='yes'/>
+ <parameter type-id='type-id-936' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::SingleSubstFormat1::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT18SingleSubstFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='51' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubstFormat1*' -->
- <parameter type-id='type-id-937' is-artificial='yes'/>
+ <parameter type-id='type-id-936' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const OT::Coverage& OT::SingleSubstFormat1::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT18SingleSubstFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubstFormat1*' -->
- <parameter type-id='type-id-937' is-artificial='yes'/>
+ <parameter type-id='type-id-936' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::SingleSubstFormat1::would_apply(OT::hb_would_apply_context_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT18SingleSubstFormat111would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='67' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubstFormat1*' -->
- <parameter type-id='type-id-937' is-artificial='yes'/>
+ <parameter type-id='type-id-936' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::SingleSubstFormat1::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT18SingleSubstFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubstFormat1*' -->
- <parameter type-id='type-id-937' is-artificial='yes'/>
+ <parameter type-id='type-id-936' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::SingleSubstFormat1::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, unsigned int, int) -->
<function-decl name='serialize' mangled-name='_ZN2OT18SingleSubstFormat19serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEEji' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='88' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SingleSubstFormat1*' -->
- <parameter type-id='type-id-468' is-artificial='yes'/>
+ <parameter type-id='type-id-467' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'int' -->
<!-- bool OT::SingleSubstFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT18SingleSubstFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SingleSubstFormat1*' -->
- <parameter type-id='type-id-468' is-artificial='yes'/>
+ <parameter type-id='type-id-467' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::SingleSubstFormat1::_instance_assertion_on_line_113() -->
<function-decl name='_instance_assertion_on_line_113' mangled-name='_ZNK2OT18SingleSubstFormat131_instance_assertion_on_line_113Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='113' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubstFormat1*' -->
- <parameter type-id='type-id-937' is-artificial='yes'/>
+ <parameter type-id='type-id-936' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SingleSubstFormat2 -->
- <class-decl name='SingleSubstFormat2' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='117' column='1' id='type-id-625'>
+ <class-decl name='SingleSubstFormat2' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='117' column='1' id='type-id-624'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::SingleSubstFormat2::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='182' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='182' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::SingleSubstFormat2::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='184' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='184' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > OT::SingleSubstFormat2::substitute -->
- <var-decl name='substitute' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='187' column='1'/>
+ <var-decl name='substitute' type-id='type-id-572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='187' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::SingleSubstFormat2::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='190' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='190' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::SingleSubstFormat2::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT18SingleSubstFormat27closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubstFormat2*' -->
- <parameter type-id='type-id-938' is-artificial='yes'/>
+ <parameter type-id='type-id-937' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::SingleSubstFormat2::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT18SingleSubstFormat214collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='128' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubstFormat2*' -->
- <parameter type-id='type-id-938' is-artificial='yes'/>
+ <parameter type-id='type-id-937' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const OT::Coverage& OT::SingleSubstFormat2::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT18SingleSubstFormat212get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubstFormat2*' -->
- <parameter type-id='type-id-938' is-artificial='yes'/>
+ <parameter type-id='type-id-937' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::SingleSubstFormat2::would_apply(OT::hb_would_apply_context_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT18SingleSubstFormat211would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubstFormat2*' -->
- <parameter type-id='type-id-938' is-artificial='yes'/>
+ <parameter type-id='type-id-937' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::SingleSubstFormat2::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT18SingleSubstFormat25applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubstFormat2*' -->
- <parameter type-id='type-id-938' is-artificial='yes'/>
+ <parameter type-id='type-id-937' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::SingleSubstFormat2::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT18SingleSubstFormat29serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEES7_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SingleSubstFormat2*' -->
- <parameter type-id='type-id-479' is-artificial='yes'/>
+ <parameter type-id='type-id-478' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::SingleSubstFormat2::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT18SingleSubstFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='176' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SingleSubstFormat2*' -->
- <parameter type-id='type-id-479' is-artificial='yes'/>
+ <parameter type-id='type-id-478' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::SingleSubstFormat2::_instance_assertion_on_line_190() -->
<function-decl name='_instance_assertion_on_line_190' mangled-name='_ZNK2OT18SingleSubstFormat231_instance_assertion_on_line_190Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='190' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubstFormat2*' -->
- <parameter type-id='type-id-938' is-artificial='yes'/>
+ <parameter type-id='type-id-937' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::SingleSubstFormat2::_compiles_assertion_on_line_190() -->
<function-decl name='_compiles_assertion_on_line_190' mangled-name='_ZNK2OT18SingleSubstFormat231_compiles_assertion_on_line_190Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='190' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubstFormat2*' -->
- <parameter type-id='type-id-938' is-artificial='yes'/>
+ <parameter type-id='type-id-937' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-626'>
+ <class-decl name='SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-625'>
<!-- struct OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-573'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-572'/>
<member-function access='public'>
<!-- int OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >::bsearch<hb_codepoint_t>(const hb_codepoint_t&) -->
<function-decl name='bsearch<hb_codepoint_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-939' is-artificial='yes'/>
+ <parameter type-id='type-id-938' is-artificial='yes'/>
<!-- parameter of type 'const hb_codepoint_t&' -->
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-939'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-627'>
+ <class-decl name='SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-626'>
<!-- struct OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-775'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-774'/>
<member-function access='public'>
<!-- int OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::bsearch<hb_codepoint_t>(const hb_codepoint_t&) -->
<function-decl name='bsearch<hb_codepoint_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-941' is-artificial='yes'/>
+ <parameter type-id='type-id-940' is-artificial='yes'/>
<!-- parameter of type 'const hb_codepoint_t&' -->
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-939'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SubstLookup -->
- <class-decl name='SubstLookup' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1154' column='1' id='type-id-628'>
+ <class-decl name='SubstLookup' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1154' column='1' id='type-id-627'>
<!-- struct OT::Lookup -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-584'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-583'/>
<member-function access='public'>
<!-- const OT::SubstLookupSubTable& OT::SubstLookup::get_subtable(unsigned int) -->
<function-decl name='get_subtable' mangled-name='_ZNK2OT11SubstLookup12get_subtableEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1155' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookup*' -->
- <parameter type-id='type-id-942' is-artificial='yes'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::SubstLookupSubTable& -->
- <return type-id='type-id-935'/>
+ <return type-id='type-id-934'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<!-- bool OT::SubstLookup::is_reverse() -->
<function-decl name='is_reverse' mangled-name='_ZNK2OT11SubstLookup10is_reverseEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1161' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookup*' -->
- <parameter type-id='type-id-942' is-artificial='yes'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_closure_context_t::return_t OT::SubstLookup::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT11SubstLookup7closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1169' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookup*' -->
- <parameter type-id='type-id-942' is-artificial='yes'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::SubstLookup::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT11SubstLookup14collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1176' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookup*' -->
- <parameter type-id='type-id-942' is-artificial='yes'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::SubstLookup::would_apply(OT::hb_would_apply_context_t*, const hb_set_digest_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT11SubstLookup11would_applyEPNS_24hb_would_apply_context_tEPK24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj4EES3_IS4_ImLj0EES4_ImLj9EEEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1198' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookup*' -->
- <parameter type-id='type-id-942' is-artificial='yes'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- parameter of type 'const hb_set_digest_t*' -->
- <parameter type-id='type-id-945'/>
+ <parameter type-id='type-id-944'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::SubstLookup::apply_once(OT::hb_apply_context_t*) -->
<function-decl name='apply_once' mangled-name='_ZNK2OT11SubstLookup10apply_onceEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1206' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookup*' -->
- <parameter type-id='type-id-942' is-artificial='yes'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::SubstLookup::apply_recurse_func(unsigned int) -->
<function-decl name='apply_recurse_func' mangled-name='_ZN2OT11SubstLookup18apply_recurse_funcEPNS_18hb_apply_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1214' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- OT::SubstLookupSubTable& OT::SubstLookup::serialize_subtable(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize_subtable' mangled-name='_ZN2OT11SubstLookup18serialize_subtableEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1216' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SubstLookup*' -->
- <parameter type-id='type-id-463' is-artificial='yes'/>
+ <parameter type-id='type-id-462' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::SubstLookupSubTable& -->
- <return type-id='type-id-936'/>
+ <return type-id='type-id-935'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::SubstLookup::serialize_single(OT::hb_serialize_context_t*, uint32_t, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, unsigned int) -->
<function-decl name='serialize_single' mangled-name='_ZN2OT11SubstLookup16serialize_singleEPNS_22hb_serialize_context_tEjRNS_8SupplierINS_7IntTypeItLj2EEEEES7_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1220' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SubstLookup*' -->
- <parameter type-id='type-id-463' is-artificial='yes'/>
+ <parameter type-id='type-id-462' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'typedef uint32_t' -->
- <parameter type-id='type-id-107'/>
+ <parameter type-id='type-id-106'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::SubstLookup::serialize_multiple(OT::hb_serialize_context_t*, uint32_t, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<unsigned int>&, unsigned int, OT::Supplier<OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='serialize_multiple' mangled-name='_ZN2OT11SubstLookup18serialize_multipleEPNS_22hb_serialize_context_tEjRNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1231' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SubstLookup*' -->
- <parameter type-id='type-id-463' is-artificial='yes'/>
+ <parameter type-id='type-id-462' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'typedef uint32_t' -->
- <parameter type-id='type-id-107'/>
+ <parameter type-id='type-id-106'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-857'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::SubstLookup::serialize_alternate(OT::hb_serialize_context_t*, uint32_t, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<unsigned int>&, unsigned int, OT::Supplier<OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='serialize_alternate' mangled-name='_ZN2OT11SubstLookup19serialize_alternateEPNS_22hb_serialize_context_tEjRNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1244' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SubstLookup*' -->
- <parameter type-id='type-id-463' is-artificial='yes'/>
+ <parameter type-id='type-id-462' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'typedef uint32_t' -->
- <parameter type-id='type-id-107'/>
+ <parameter type-id='type-id-106'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-857'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::SubstLookup::serialize_ligature(OT::hb_serialize_context_t*, uint32_t, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<unsigned int>&, unsigned int, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<unsigned int>&, OT::Supplier<OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='serialize_ligature' mangled-name='_ZN2OT11SubstLookup18serialize_ligatureEPNS_22hb_serialize_context_tEjRNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_S9_S7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1257' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SubstLookup*' -->
- <parameter type-id='type-id-463' is-artificial='yes'/>
+ <parameter type-id='type-id-462' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'typedef uint32_t' -->
- <parameter type-id='type-id-107'/>
+ <parameter type-id='type-id-106'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-857'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-857'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::SubstLookup::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT11SubstLookup8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1289' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SubstLookup*' -->
- <parameter type-id='type-id-463' is-artificial='yes'/>
+ <parameter type-id='type-id-462' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::SubstLookup::add_coverage<hb_set_digest_t>(hb_set_digest_t*) -->
<function-decl name='add_coverage<hb_set_digest_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1184' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookup*' -->
- <parameter type-id='type-id-942' is-artificial='yes'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
<!-- parameter of type 'hb_set_digest_t*' -->
- <parameter type-id='type-id-843'/>
+ <parameter type-id='type-id-842'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- OT::hb_would_apply_context_t::return_t OT::SubstLookup::dispatch<OT::hb_would_apply_context_t>(OT::hb_would_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1276' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookup*' -->
- <parameter type-id='type-id-942' is-artificial='yes'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::SubstLookup::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1276' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookup*' -->
- <parameter type-id='type-id-942' is-artificial='yes'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::SubstLookup::dispatch_recurse_func<OT::hb_collect_glyphs_context_t>(unsigned int) -->
<function-decl name='dispatch_recurse_func<OT::hb_collect_glyphs_context_t>' mangled-name='_ZN2OT11SubstLookup21dispatch_recurse_funcINS_27hb_collect_glyphs_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1273' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::SubstLookup::dispatch<OT::hb_closure_context_t>(OT::hb_closure_context_t*) -->
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1276' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookup*' -->
- <parameter type-id='type-id-942' is-artificial='yes'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<!-- OT::hb_closure_context_t::return_t OT::SubstLookup::dispatch_recurse_func<OT::hb_closure_context_t>(unsigned int) -->
<function-decl name='dispatch_recurse_func<OT::hb_closure_context_t>' mangled-name='_ZN2OT11SubstLookup21dispatch_recurse_funcINS_20hb_closure_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1273' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::SubstLookup::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1276' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookup*' -->
- <parameter type-id='type-id-942' is-artificial='yes'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SubstLookupSubTable -->
- <class-decl name='SubstLookupSubTable' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1086' column='1' id='type-id-629'>
+ <class-decl name='SubstLookupSubTable' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1086' column='1' id='type-id-628'>
<member-type access='public'>
<!-- enum OT::SubstLookupSubTable::Type -->
- <enum-decl name='Type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1089' column='1' id='type-id-948'>
+ <enum-decl name='Type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1089' column='1' id='type-id-947'>
<underlying-type type-id='type-id-56'/>
<enumerator name='Single' value='1'/>
<enumerator name='Multiple' value='2'/>
</member-type>
<member-type access='protected'>
<!-- union {struct {OT::USHORT sub_format;} header; OT::SingleSubst single; OT::MultipleSubst multiple; OT::AlternateSubst alternate; OT::LigatureSubst ligature; OT::ContextSubst context; OT::ChainContextSubst chainContext; OT::ExtensionSubst extension; OT::ReverseChainSingleSubst reverseChainContextSingle;} -->
- <union-decl name='__anonymous_union__' size-in-bits='160' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1135' column='1' id='type-id-949'>
+ <union-decl name='__anonymous_union__' size-in-bits='160' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1135' column='1' id='type-id-948'>
<member-type access='private'>
<!-- struct {OT::USHORT sub_format;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1136' column='1' id='type-id-950'>
+ <class-decl name='__anonymous_struct__' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1136' column='1' id='type-id-949'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::USHORT sub_format -->
- <var-decl name='sub_format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1137' column='1'/>
+ <var-decl name='sub_format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1137' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='private'>
<!-- struct {OT::USHORT sub_format;} header -->
- <var-decl name='header' type-id='type-id-950' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1138' column='1'/>
+ <var-decl name='header' type-id='type-id-949' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1138' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::SingleSubst single -->
- <var-decl name='single' type-id='type-id-951' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1139' column='1'/>
+ <var-decl name='single' type-id='type-id-950' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1139' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::MultipleSubst multiple -->
- <var-decl name='multiple' type-id='type-id-952' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1140' column='1'/>
+ <var-decl name='multiple' type-id='type-id-951' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1140' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::AlternateSubst alternate -->
- <var-decl name='alternate' type-id='type-id-953' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1141' column='1'/>
+ <var-decl name='alternate' type-id='type-id-952' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1141' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::LigatureSubst ligature -->
- <var-decl name='ligature' type-id='type-id-954' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1142' column='1'/>
+ <var-decl name='ligature' type-id='type-id-953' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1142' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ContextSubst context -->
- <var-decl name='context' type-id='type-id-955' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1143' column='1'/>
+ <var-decl name='context' type-id='type-id-954' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1143' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ChainContextSubst chainContext -->
- <var-decl name='chainContext' type-id='type-id-956' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1144' column='1'/>
+ <var-decl name='chainContext' type-id='type-id-955' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1144' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ExtensionSubst extension -->
- <var-decl name='extension' type-id='type-id-957' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1145' column='1'/>
+ <var-decl name='extension' type-id='type-id-956' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1145' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ReverseChainSingleSubst reverseChainContextSingle -->
- <var-decl name='reverseChainContextSingle' type-id='type-id-958' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1146' column='1'/>
+ <var-decl name='reverseChainContextSingle' type-id='type-id-957' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1146' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {struct {OT::USHORT sub_format;} header; OT::SingleSubst single; OT::MultipleSubst multiple; OT::AlternateSubst alternate; OT::LigatureSubst ligature; OT::ContextSubst context; OT::ChainContextSubst chainContext; OT::ExtensionSubst extension; OT::ReverseChainSingleSubst reverseChainContextSingle;} OT::SubstLookupSubTable::u -->
- <var-decl name='u' type-id='type-id-949' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1147' column='1'/>
+ <var-decl name='u' type-id='type-id-948' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1147' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::SubstLookupSubTable::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1149' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1149' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::SubstLookupSubTable::sanitize(OT::hb_sanitize_context_t*, unsigned int) -->
<function-decl name='sanitize' mangled-name='_ZN2OT19SubstLookupSubTable8sanitizeEPNS_21hb_sanitize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1117' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SubstLookupSubTable*' -->
- <parameter type-id='type-id-462' is-artificial='yes'/>
+ <parameter type-id='type-id-461' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- void OT::SubstLookupSubTable::_instance_assertion_on_line_1149() -->
<function-decl name='_instance_assertion_on_line_1149' mangled-name='_ZNK2OT19SubstLookupSubTable32_instance_assertion_on_line_1149Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1149' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookupSubTable*' -->
- <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-958' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- OT::hb_would_apply_context_t::return_t OT::SubstLookupSubTable::dispatch<OT::hb_would_apply_context_t>(OT::hb_would_apply_context_t*, unsigned int) -->
<function-decl name='dispatch<OT::hb_would_apply_context_t>' mangled-name='_ZNK2OT19SubstLookupSubTable8dispatchINS_24hb_would_apply_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1101' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookupSubTable*' -->
- <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-958' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::SubstLookupSubTable::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*, unsigned int) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' mangled-name='_ZNK2OT19SubstLookupSubTable8dispatchINS_27hb_collect_glyphs_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1101' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookupSubTable*' -->
- <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-958' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::SubstLookupSubTable::dispatch<OT::hb_closure_context_t>(OT::hb_closure_context_t*, unsigned int) -->
<function-decl name='dispatch<OT::hb_closure_context_t>' mangled-name='_ZNK2OT19SubstLookupSubTable8dispatchINS_20hb_closure_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1101' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookupSubTable*' -->
- <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-958' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::SubstLookupSubTable::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*, unsigned int) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' mangled-name='_ZNK2OT19SubstLookupSubTable8dispatchINS_18hb_apply_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1101' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookupSubTable*' -->
- <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-958' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::SubstLookupSubTable::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*, unsigned int) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1101' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SubstLookupSubTable*' -->
- <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-958' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<!-- IntType<short unsigned int, 2u>[1] -->
- <array-type-def dimensions='1' type-id='type-id-257' size-in-bits='16' id='type-id-817'>
+ <array-type-def dimensions='1' type-id='type-id-256' size-in-bits='16' id='type-id-816'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OT::Anchor& -->
- <reference-type-def kind='lvalue' type-id='type-id-962' size-in-bits='64' id='type-id-864'/>
+ <reference-type-def kind='lvalue' type-id='type-id-961' size-in-bits='64' id='type-id-863'/>
<!-- OT::AnchorMatrix& -->
- <reference-type-def kind='lvalue' type-id='type-id-749' size-in-bits='64' id='type-id-866'/>
+ <reference-type-def kind='lvalue' type-id='type-id-748' size-in-bits='64' id='type-id-865'/>
<!-- OT::AttachList& -->
- <reference-type-def kind='lvalue' type-id='type-id-963' size-in-bits='64' id='type-id-869'/>
+ <reference-type-def kind='lvalue' type-id='type-id-962' size-in-bits='64' id='type-id-868'/>
<!-- OT::CaretValue& -->
- <reference-type-def kind='lvalue' type-id='type-id-964' size-in-bits='64' id='type-id-871'/>
+ <reference-type-def kind='lvalue' type-id='type-id-963' size-in-bits='64' id='type-id-870'/>
<!-- OT::ChainRule& -->
- <reference-type-def kind='lvalue' type-id='type-id-965' size-in-bits='64' id='type-id-873'/>
+ <reference-type-def kind='lvalue' type-id='type-id-964' size-in-bits='64' id='type-id-872'/>
<!-- OT::ChainRuleSet& -->
- <reference-type-def kind='lvalue' type-id='type-id-966' size-in-bits='64' id='type-id-875'/>
+ <reference-type-def kind='lvalue' type-id='type-id-965' size-in-bits='64' id='type-id-874'/>
<!-- OT::ClassDef& -->
- <reference-type-def kind='lvalue' type-id='type-id-967' size-in-bits='64' id='type-id-877'/>
+ <reference-type-def kind='lvalue' type-id='type-id-966' size-in-bits='64' id='type-id-876'/>
<!-- OT::CmapSubtable& -->
- <reference-type-def kind='lvalue' type-id='type-id-968' size-in-bits='64' id='type-id-879'/>
+ <reference-type-def kind='lvalue' type-id='type-id-967' size-in-bits='64' id='type-id-878'/>
<!-- OT::Coverage::Iter* -->
- <pointer-type-def type-id='type-id-833' size-in-bits='64' id='type-id-837'/>
+ <pointer-type-def type-id='type-id-832' size-in-bits='64' id='type-id-836'/>
<!-- OT::CoverageFormat1::Iter* -->
- <pointer-type-def type-id='type-id-835' size-in-bits='64' id='type-id-845'/>
+ <pointer-type-def type-id='type-id-834' size-in-bits='64' id='type-id-844'/>
<!-- OT::CoverageFormat2::Iter* -->
- <pointer-type-def type-id='type-id-836' size-in-bits='64' id='type-id-848'/>
+ <pointer-type-def type-id='type-id-835' size-in-bits='64' id='type-id-847'/>
<!-- OT::Device& -->
- <reference-type-def kind='lvalue' type-id='type-id-794' size-in-bits='64' id='type-id-881'/>
+ <reference-type-def kind='lvalue' type-id='type-id-793' size-in-bits='64' id='type-id-880'/>
<!-- OT::Feature& -->
- <reference-type-def kind='lvalue' type-id='type-id-797' size-in-bits='64' id='type-id-883'/>
+ <reference-type-def kind='lvalue' type-id='type-id-796' size-in-bits='64' id='type-id-882'/>
<!-- OT::FeatureParams& -->
- <reference-type-def kind='lvalue' type-id='type-id-969' size-in-bits='64' id='type-id-886'/>
+ <reference-type-def kind='lvalue' type-id='type-id-968' size-in-bits='64' id='type-id-885'/>
<!-- OT::IntType<short unsigned int, 2u>& -->
- <reference-type-def kind='lvalue' type-id='type-id-257' size-in-bits='64' id='type-id-818'/>
+ <reference-type-def kind='lvalue' type-id='type-id-256' size-in-bits='64' id='type-id-817'/>
<!-- OT::LangSys& -->
- <reference-type-def kind='lvalue' type-id='type-id-801' size-in-bits='64' id='type-id-888'/>
+ <reference-type-def kind='lvalue' type-id='type-id-800' size-in-bits='64' id='type-id-887'/>
<!-- OT::LigCaretList& -->
- <reference-type-def kind='lvalue' type-id='type-id-970' size-in-bits='64' id='type-id-891'/>
+ <reference-type-def kind='lvalue' type-id='type-id-969' size-in-bits='64' id='type-id-890'/>
<!-- OT::LigGlyph& -->
- <reference-type-def kind='lvalue' type-id='type-id-971' size-in-bits='64' id='type-id-893'/>
+ <reference-type-def kind='lvalue' type-id='type-id-970' size-in-bits='64' id='type-id-892'/>
<!-- OT::MarkArray& -->
- <reference-type-def kind='lvalue' type-id='type-id-972' size-in-bits='64' id='type-id-898'/>
+ <reference-type-def kind='lvalue' type-id='type-id-971' size-in-bits='64' id='type-id-897'/>
<!-- OT::MarkGlyphSets& -->
- <reference-type-def kind='lvalue' type-id='type-id-973' size-in-bits='64' id='type-id-900'/>
+ <reference-type-def kind='lvalue' type-id='type-id-972' size-in-bits='64' id='type-id-899'/>
<!-- OT::Offset<OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-862' size-in-bits='64' id='type-id-823'/>
+ <reference-type-def kind='lvalue' type-id='type-id-861' size-in-bits='64' id='type-id-822'/>
<!-- OT::OffsetListOf<OT::AnchorMatrix>& -->
- <reference-type-def kind='lvalue' type-id='type-id-974' size-in-bits='64' id='type-id-902'/>
+ <reference-type-def kind='lvalue' type-id='type-id-973' size-in-bits='64' id='type-id-901'/>
<!-- OT::OffsetListOf<OT::Lookup>& -->
- <reference-type-def kind='lvalue' type-id='type-id-975' size-in-bits='64' id='type-id-904'/>
+ <reference-type-def kind='lvalue' type-id='type-id-974' size-in-bits='64' id='type-id-903'/>
<!-- OT::OffsetListOf<OT::PosLookup>& -->
- <reference-type-def kind='lvalue' type-id='type-id-976' size-in-bits='64' id='type-id-906'/>
+ <reference-type-def kind='lvalue' type-id='type-id-975' size-in-bits='64' id='type-id-905'/>
<!-- OT::OffsetListOf<OT::SubstLookup>& -->
- <reference-type-def kind='lvalue' type-id='type-id-977' size-in-bits='64' id='type-id-908'/>
+ <reference-type-def kind='lvalue' type-id='type-id-976' size-in-bits='64' id='type-id-907'/>
<!-- OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-602' size-in-bits='64' id='type-id-827'/>
+ <reference-type-def kind='lvalue' type-id='type-id-601' size-in-bits='64' id='type-id-826'/>
<!-- OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-603' size-in-bits='64' id='type-id-831'/>
+ <reference-type-def kind='lvalue' type-id='type-id-602' size-in-bits='64' id='type-id-830'/>
<!-- OT::PairSet& -->
- <reference-type-def kind='lvalue' type-id='type-id-808' size-in-bits='64' id='type-id-910'/>
+ <reference-type-def kind='lvalue' type-id='type-id-807' size-in-bits='64' id='type-id-909'/>
<!-- OT::PairSet::sanitize_closure_t* -->
- <pointer-type-def type-id='type-id-978' size-in-bits='64' id='type-id-911'/>
+ <pointer-type-def type-id='type-id-977' size-in-bits='64' id='type-id-910'/>
<!-- OT::PosLookup& -->
- <reference-type-def kind='lvalue' type-id='type-id-979' size-in-bits='64' id='type-id-913'/>
+ <reference-type-def kind='lvalue' type-id='type-id-978' size-in-bits='64' id='type-id-912'/>
<!-- OT::PosLookupSubTable& -->
- <reference-type-def kind='lvalue' type-id='type-id-980' size-in-bits='64' id='type-id-915'/>
+ <reference-type-def kind='lvalue' type-id='type-id-979' size-in-bits='64' id='type-id-914'/>
<!-- OT::RecordListOf<OT::Feature>& -->
- <reference-type-def kind='lvalue' type-id='type-id-981' size-in-bits='64' id='type-id-917'/>
+ <reference-type-def kind='lvalue' type-id='type-id-980' size-in-bits='64' id='type-id-916'/>
<!-- OT::RecordListOf<OT::Script>& -->
- <reference-type-def kind='lvalue' type-id='type-id-982' size-in-bits='64' id='type-id-919'/>
+ <reference-type-def kind='lvalue' type-id='type-id-981' size-in-bits='64' id='type-id-918'/>
<!-- OT::Rule& -->
- <reference-type-def kind='lvalue' type-id='type-id-983' size-in-bits='64' id='type-id-921'/>
+ <reference-type-def kind='lvalue' type-id='type-id-982' size-in-bits='64' id='type-id-920'/>
<!-- OT::RuleSet& -->
- <reference-type-def kind='lvalue' type-id='type-id-984' size-in-bits='64' id='type-id-923'/>
+ <reference-type-def kind='lvalue' type-id='type-id-983' size-in-bits='64' id='type-id-922'/>
<!-- OT::Script& -->
- <reference-type-def kind='lvalue' type-id='type-id-985' size-in-bits='64' id='type-id-925'/>
+ <reference-type-def kind='lvalue' type-id='type-id-984' size-in-bits='64' id='type-id-924'/>
<!-- OT::Sequence& -->
- <reference-type-def kind='lvalue' type-id='type-id-986' size-in-bits='64' id='type-id-928'/>
+ <reference-type-def kind='lvalue' type-id='type-id-985' size-in-bits='64' id='type-id-927'/>
<!-- OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-987' size-in-bits='64' id='type-id-930'/>
+ <reference-type-def kind='lvalue' type-id='type-id-986' size-in-bits='64' id='type-id-929'/>
<!-- OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-988' size-in-bits='64' id='type-id-932'/>
+ <reference-type-def kind='lvalue' type-id='type-id-987' size-in-bits='64' id='type-id-931'/>
<!-- OT::SubstLookup& -->
- <reference-type-def kind='lvalue' type-id='type-id-628' size-in-bits='64' id='type-id-934'/>
+ <reference-type-def kind='lvalue' type-id='type-id-627' size-in-bits='64' id='type-id-933'/>
<!-- OT::SubstLookupSubTable& -->
- <reference-type-def kind='lvalue' type-id='type-id-629' size-in-bits='64' id='type-id-936'/>
+ <reference-type-def kind='lvalue' type-id='type-id-628' size-in-bits='64' id='type-id-935'/>
<!-- OT::Supplier<OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-989' size-in-bits='64' id='type-id-819'/>
+ <reference-type-def kind='lvalue' type-id='type-id-988' size-in-bits='64' id='type-id-818'/>
<!-- OT::Supplier<OT::Offset<OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-990' size-in-bits='64' id='type-id-824'/>
+ <reference-type-def kind='lvalue' type-id='type-id-989' size-in-bits='64' id='type-id-823'/>
<!-- OT::Supplier<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-991' size-in-bits='64' id='type-id-828'/>
+ <reference-type-def kind='lvalue' type-id='type-id-990' size-in-bits='64' id='type-id-827'/>
<!-- OT::Supplier<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-992' size-in-bits='64' id='type-id-832'/>
+ <reference-type-def kind='lvalue' type-id='type-id-991' size-in-bits='64' id='type-id-831'/>
<!-- OT::Supplier<unsigned int>& -->
- <reference-type-def kind='lvalue' type-id='type-id-993' size-in-bits='64' id='type-id-858'/>
+ <reference-type-def kind='lvalue' type-id='type-id-992' size-in-bits='64' id='type-id-857'/>
<!-- OT::hb_apply_context_t* -->
- <pointer-type-def type-id='type-id-994' size-in-bits='64' id='type-id-855'/>
+ <pointer-type-def type-id='type-id-993' size-in-bits='64' id='type-id-854'/>
<!-- OT::hb_closure_context_t* -->
- <pointer-type-def type-id='type-id-995' size-in-bits='64' id='type-id-852'/>
+ <pointer-type-def type-id='type-id-994' size-in-bits='64' id='type-id-851'/>
<!-- OT::hb_collect_glyphs_context_t* -->
- <pointer-type-def type-id='type-id-996' size-in-bits='64' id='type-id-853'/>
+ <pointer-type-def type-id='type-id-995' size-in-bits='64' id='type-id-852'/>
<!-- OT::hb_get_coverage_context_t* -->
- <pointer-type-def type-id='type-id-997' size-in-bits='64' id='type-id-960'/>
+ <pointer-type-def type-id='type-id-996' size-in-bits='64' id='type-id-959'/>
<!-- OT::hb_would_apply_context_t* -->
- <pointer-type-def type-id='type-id-998' size-in-bits='64' id='type-id-854'/>
+ <pointer-type-def type-id='type-id-997' size-in-bits='64' id='type-id-853'/>
<!-- Offset<OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-862' size-in-bits='16' id='type-id-820'>
+ <array-type-def dimensions='1' type-id='type-id-861' size-in-bits='16' id='type-id-819'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-602' size-in-bits='16' id='type-id-825'>
+ <array-type-def dimensions='1' type-id='type-id-601' size-in-bits='16' id='type-id-824'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-603' size-in-bits='16' id='type-id-829'>
+ <array-type-def dimensions='1' type-id='type-id-602' size-in-bits='16' id='type-id-828'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- USHORT[1] -->
- <array-type-def dimensions='1' type-id='type-id-444' size-in-bits='16' id='type-id-861'>
+ <array-type-def dimensions='1' type-id='type-id-443' size-in-bits='16' id='type-id-860'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- const OT::Anchor& -->
- <reference-type-def kind='lvalue' type-id='type-id-999' size-in-bits='64' id='type-id-863'/>
+ <reference-type-def kind='lvalue' type-id='type-id-998' size-in-bits='64' id='type-id-862'/>
<!-- const OT::AnchorMatrix& -->
- <reference-type-def kind='lvalue' type-id='type-id-633' size-in-bits='64' id='type-id-865'/>
+ <reference-type-def kind='lvalue' type-id='type-id-632' size-in-bits='64' id='type-id-864'/>
<!-- const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-638' size-in-bits='64' id='type-id-867'/>
+ <reference-type-def kind='lvalue' type-id='type-id-637' size-in-bits='64' id='type-id-866'/>
<!-- const OT::AttachList& -->
- <reference-type-def kind='lvalue' type-id='type-id-1000' size-in-bits='64' id='type-id-868'/>
+ <reference-type-def kind='lvalue' type-id='type-id-999' size-in-bits='64' id='type-id-867'/>
<!-- const OT::CaretValue& -->
- <reference-type-def kind='lvalue' type-id='type-id-1001' size-in-bits='64' id='type-id-870'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1000' size-in-bits='64' id='type-id-869'/>
<!-- const OT::ChainRule& -->
- <reference-type-def kind='lvalue' type-id='type-id-1002' size-in-bits='64' id='type-id-872'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1001' size-in-bits='64' id='type-id-871'/>
<!-- const OT::ChainRuleSet& -->
- <reference-type-def kind='lvalue' type-id='type-id-1003' size-in-bits='64' id='type-id-874'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1002' size-in-bits='64' id='type-id-873'/>
<!-- const OT::ClassDef& -->
- <reference-type-def kind='lvalue' type-id='type-id-1004' size-in-bits='64' id='type-id-876'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1003' size-in-bits='64' id='type-id-875'/>
<!-- const OT::CmapSubtable& -->
- <reference-type-def kind='lvalue' type-id='type-id-1005' size-in-bits='64' id='type-id-878'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1004' size-in-bits='64' id='type-id-877'/>
<!-- const OT::Coverage& -->
- <reference-type-def kind='lvalue' type-id='type-id-1006' size-in-bits='64' id='type-id-838'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1005' size-in-bits='64' id='type-id-837'/>
<!-- const OT::Coverage* -->
- <pointer-type-def type-id='type-id-1006' size-in-bits='64' id='type-id-840'/>
+ <pointer-type-def type-id='type-id-1005' size-in-bits='64' id='type-id-839'/>
<!-- const OT::CoverageFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-1007' size-in-bits='64' id='type-id-846'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1006' size-in-bits='64' id='type-id-845'/>
<!-- const OT::CoverageFormat1* -->
- <pointer-type-def type-id='type-id-1007' size-in-bits='64' id='type-id-844'/>
+ <pointer-type-def type-id='type-id-1006' size-in-bits='64' id='type-id-843'/>
<!-- const OT::CoverageFormat2& -->
- <reference-type-def kind='lvalue' type-id='type-id-1008' size-in-bits='64' id='type-id-849'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1007' size-in-bits='64' id='type-id-848'/>
<!-- const OT::CoverageFormat2* -->
- <pointer-type-def type-id='type-id-1008' size-in-bits='64' id='type-id-847'/>
+ <pointer-type-def type-id='type-id-1007' size-in-bits='64' id='type-id-846'/>
<!-- const OT::Device& -->
- <reference-type-def kind='lvalue' type-id='type-id-682' size-in-bits='64' id='type-id-880'/>
+ <reference-type-def kind='lvalue' type-id='type-id-681' size-in-bits='64' id='type-id-879'/>
<!-- const OT::Feature& -->
- <reference-type-def kind='lvalue' type-id='type-id-685' size-in-bits='64' id='type-id-882'/>
+ <reference-type-def kind='lvalue' type-id='type-id-684' size-in-bits='64' id='type-id-881'/>
<!-- const OT::FeatureParams& -->
- <reference-type-def kind='lvalue' type-id='type-id-1009' size-in-bits='64' id='type-id-885'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1008' size-in-bits='64' id='type-id-884'/>
<!-- const OT::LangSys& -->
- <reference-type-def kind='lvalue' type-id='type-id-690' size-in-bits='64' id='type-id-887'/>
+ <reference-type-def kind='lvalue' type-id='type-id-689' size-in-bits='64' id='type-id-886'/>
<!-- const OT::LigCaretList& -->
- <reference-type-def kind='lvalue' type-id='type-id-1010' size-in-bits='64' id='type-id-890'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1009' size-in-bits='64' id='type-id-889'/>
<!-- const OT::LigGlyph& -->
- <reference-type-def kind='lvalue' type-id='type-id-1011' size-in-bits='64' id='type-id-892'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1010' size-in-bits='64' id='type-id-891'/>
<!-- const OT::Ligature& -->
- <reference-type-def kind='lvalue' type-id='type-id-1012' size-in-bits='64' id='type-id-894'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1011' size-in-bits='64' id='type-id-893'/>
<!-- const OT::Ligature* -->
- <pointer-type-def type-id='type-id-1012' size-in-bits='64' id='type-id-851'/>
+ <pointer-type-def type-id='type-id-1011' size-in-bits='64' id='type-id-850'/>
<!-- const OT::LigatureSet& -->
- <reference-type-def kind='lvalue' type-id='type-id-1013' size-in-bits='64' id='type-id-895'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1012' size-in-bits='64' id='type-id-894'/>
<!-- const OT::LigatureSet* -->
- <pointer-type-def type-id='type-id-1013' size-in-bits='64' id='type-id-857'/>
+ <pointer-type-def type-id='type-id-1012' size-in-bits='64' id='type-id-856'/>
<!-- const OT::LigatureSubstFormat1* -->
- <pointer-type-def type-id='type-id-1014' size-in-bits='64' id='type-id-860'/>
+ <pointer-type-def type-id='type-id-1013' size-in-bits='64' id='type-id-859'/>
<!-- const OT::Lookup& -->
- <reference-type-def kind='lvalue' type-id='type-id-691' size-in-bits='64' id='type-id-896'/>
+ <reference-type-def kind='lvalue' type-id='type-id-690' size-in-bits='64' id='type-id-895'/>
<!-- const OT::MarkArray& -->
- <reference-type-def kind='lvalue' type-id='type-id-1015' size-in-bits='64' id='type-id-897'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1014' size-in-bits='64' id='type-id-896'/>
<!-- const OT::MarkGlyphSets& -->
- <reference-type-def kind='lvalue' type-id='type-id-1016' size-in-bits='64' id='type-id-899'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1015' size-in-bits='64' id='type-id-898'/>
<!-- const OT::Offset<OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1017' size-in-bits='64' id='type-id-822'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1016' size-in-bits='64' id='type-id-821'/>
<!-- const OT::Offset<OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-1017' size-in-bits='64' id='type-id-821'/>
+ <pointer-type-def type-id='type-id-1016' size-in-bits='64' id='type-id-820'/>
<!-- const OT::OffsetListOf<OT::AnchorMatrix>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1018' size-in-bits='64' id='type-id-901'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1017' size-in-bits='64' id='type-id-900'/>
<!-- const OT::OffsetListOf<OT::Lookup>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1019' size-in-bits='64' id='type-id-903'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1018' size-in-bits='64' id='type-id-902'/>
<!-- const OT::OffsetListOf<OT::PosLookup>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1020' size-in-bits='64' id='type-id-905'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1019' size-in-bits='64' id='type-id-904'/>
<!-- const OT::OffsetListOf<OT::SubstLookup>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1021' size-in-bits='64' id='type-id-907'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1020' size-in-bits='64' id='type-id-906'/>
<!-- const OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-713' size-in-bits='64' id='type-id-826'/>
+ <reference-type-def kind='lvalue' type-id='type-id-712' size-in-bits='64' id='type-id-825'/>
<!-- const OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-714' size-in-bits='64' id='type-id-830'/>
+ <reference-type-def kind='lvalue' type-id='type-id-713' size-in-bits='64' id='type-id-829'/>
<!-- const OT::PairSet& -->
- <reference-type-def kind='lvalue' type-id='type-id-737' size-in-bits='64' id='type-id-909'/>
+ <reference-type-def kind='lvalue' type-id='type-id-736' size-in-bits='64' id='type-id-908'/>
<!-- const OT::PosLookup& -->
- <reference-type-def kind='lvalue' type-id='type-id-1022' size-in-bits='64' id='type-id-912'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1021' size-in-bits='64' id='type-id-911'/>
<!-- const OT::PosLookupSubTable& -->
- <reference-type-def kind='lvalue' type-id='type-id-1023' size-in-bits='64' id='type-id-914'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1022' size-in-bits='64' id='type-id-913'/>
<!-- const OT::Record<OT::Feature>::sanitize_closure_t* -->
- <pointer-type-def type-id='type-id-1024' size-in-bits='64' id='type-id-884'/>
+ <pointer-type-def type-id='type-id-1023' size-in-bits='64' id='type-id-883'/>
<!-- const OT::Record<OT::LangSys>::sanitize_closure_t* -->
- <pointer-type-def type-id='type-id-1025' size-in-bits='64' id='type-id-889'/>
+ <pointer-type-def type-id='type-id-1024' size-in-bits='64' id='type-id-888'/>
<!-- const OT::Record<OT::Script>::sanitize_closure_t* -->
- <pointer-type-def type-id='type-id-1026' size-in-bits='64' id='type-id-926'/>
+ <pointer-type-def type-id='type-id-1025' size-in-bits='64' id='type-id-925'/>
<!-- const OT::RecordListOf<OT::Feature>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1027' size-in-bits='64' id='type-id-916'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1026' size-in-bits='64' id='type-id-915'/>
<!-- const OT::RecordListOf<OT::Script>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1028' size-in-bits='64' id='type-id-918'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1027' size-in-bits='64' id='type-id-917'/>
<!-- const OT::Rule& -->
- <reference-type-def kind='lvalue' type-id='type-id-1029' size-in-bits='64' id='type-id-920'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1028' size-in-bits='64' id='type-id-919'/>
<!-- const OT::RuleSet& -->
- <reference-type-def kind='lvalue' type-id='type-id-1030' size-in-bits='64' id='type-id-922'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1029' size-in-bits='64' id='type-id-921'/>
<!-- const OT::Script& -->
- <reference-type-def kind='lvalue' type-id='type-id-1031' size-in-bits='64' id='type-id-924'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1030' size-in-bits='64' id='type-id-923'/>
<!-- const OT::Sequence& -->
- <reference-type-def kind='lvalue' type-id='type-id-1032' size-in-bits='64' id='type-id-927'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1031' size-in-bits='64' id='type-id-926'/>
<!-- const OT::SingleSubstFormat1* -->
- <pointer-type-def type-id='type-id-1033' size-in-bits='64' id='type-id-937'/>
+ <pointer-type-def type-id='type-id-1032' size-in-bits='64' id='type-id-936'/>
<!-- const OT::SingleSubstFormat2* -->
- <pointer-type-def type-id='type-id-1034' size-in-bits='64' id='type-id-938'/>
+ <pointer-type-def type-id='type-id-1033' size-in-bits='64' id='type-id-937'/>
<!-- const OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-1035' size-in-bits='64' id='type-id-939'/>
+ <pointer-type-def type-id='type-id-1034' size-in-bits='64' id='type-id-938'/>
<!-- const OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-1036' size-in-bits='64' id='type-id-941'/>
+ <pointer-type-def type-id='type-id-1035' size-in-bits='64' id='type-id-940'/>
<!-- const OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1037' size-in-bits='64' id='type-id-929'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1036' size-in-bits='64' id='type-id-928'/>
<!-- const OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1038' size-in-bits='64' id='type-id-931'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1037' size-in-bits='64' id='type-id-930'/>
<!-- const OT::SubstLookup& -->
- <reference-type-def kind='lvalue' type-id='type-id-1039' size-in-bits='64' id='type-id-933'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1038' size-in-bits='64' id='type-id-932'/>
<!-- const OT::SubstLookup* -->
- <pointer-type-def type-id='type-id-1039' size-in-bits='64' id='type-id-942'/>
+ <pointer-type-def type-id='type-id-1038' size-in-bits='64' id='type-id-941'/>
<!-- const OT::SubstLookupSubTable& -->
- <reference-type-def kind='lvalue' type-id='type-id-1040' size-in-bits='64' id='type-id-935'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1039' size-in-bits='64' id='type-id-934'/>
<!-- const OT::SubstLookupSubTable* -->
- <pointer-type-def type-id='type-id-1040' size-in-bits='64' id='type-id-959'/>
+ <pointer-type-def type-id='type-id-1039' size-in-bits='64' id='type-id-958'/>
<!-- const hb_codepoint_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-155' size-in-bits='64' id='type-id-940'/>
+ <reference-type-def kind='lvalue' type-id='type-id-154' size-in-bits='64' id='type-id-939'/>
<!-- const hb_set_digest_t* -->
- <pointer-type-def type-id='type-id-1041' size-in-bits='64' id='type-id-945'/>
+ <pointer-type-def type-id='type-id-1040' size-in-bits='64' id='type-id-944'/>
<!-- const hb_set_t* -->
- <pointer-type-def type-id='type-id-1042' size-in-bits='64' id='type-id-841'/>
+ <pointer-type-def type-id='type-id-1041' size-in-bits='64' id='type-id-840'/>
<!-- hb_set_digest_t* -->
- <pointer-type-def type-id='type-id-1043' size-in-bits='64' id='type-id-843'/>
+ <pointer-type-def type-id='type-id-1042' size-in-bits='64' id='type-id-842'/>
<!-- hb_set_t* -->
- <pointer-type-def type-id='type-id-1044' size-in-bits='64' id='type-id-842'/>
+ <pointer-type-def type-id='type-id-1043' size-in-bits='64' id='type-id-841'/>
<namespace-decl name='OT'>
<!-- struct OT::AlternateSubst -->
- <class-decl name='AlternateSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='556' column='1' id='type-id-953'>
+ <class-decl name='AlternateSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='556' column='1' id='type-id-952'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::AlternateSubstFormat1 format1;} -->
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='593' column='1' id='type-id-1045'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='593' column='1' id='type-id-1044'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='594' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='594' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::AlternateSubstFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-1046' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='595' column='1'/>
+ <var-decl name='format1' type-id='type-id-1045' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='595' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::AlternateSubstFormat1 format1;} OT::AlternateSubst::u -->
- <var-decl name='u' type-id='type-id-1045' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='596' column='1'/>
+ <var-decl name='u' type-id='type-id-1044' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='596' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::AlternateSubst::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<unsigned int>&, unsigned int, OT::Supplier<OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='serialize' mangled-name='_ZN2OT14AlternateSubst9serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='557' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::AlternateSubst*' -->
- <parameter type-id='type-id-1047' is-artificial='yes'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-857'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::AlternateSubst::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT14AlternateSubst8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='583' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::AlternateSubst*' -->
- <parameter type-id='type-id-1047' is-artificial='yes'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_get_coverage_context_t::return_t OT::AlternateSubst::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='574' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AlternateSubst*' -->
- <parameter type-id='type-id-1048' is-artificial='yes'/>
+ <parameter type-id='type-id-1047' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::AlternateSubst::dispatch<OT::hb_would_apply_context_t>(OT::hb_would_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='574' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AlternateSubst*' -->
- <parameter type-id='type-id-1048' is-artificial='yes'/>
+ <parameter type-id='type-id-1047' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::AlternateSubst::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='574' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AlternateSubst*' -->
- <parameter type-id='type-id-1048' is-artificial='yes'/>
+ <parameter type-id='type-id-1047' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::AlternateSubst::dispatch<OT::hb_closure_context_t>(OT::hb_closure_context_t*) -->
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='574' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AlternateSubst*' -->
- <parameter type-id='type-id-1048' is-artificial='yes'/>
+ <parameter type-id='type-id-1047' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::AlternateSubst::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='574' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AlternateSubst*' -->
- <parameter type-id='type-id-1048' is-artificial='yes'/>
+ <parameter type-id='type-id-1047' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::AnchorFormat1 -->
- <class-decl name='AnchorFormat1' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='220' column='1' id='type-id-746'>
+ <class-decl name='AnchorFormat1' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='220' column='1' id='type-id-745'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::AnchorFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='234' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='234' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::SHORT OT::AnchorFormat1::xCoordinate -->
- <var-decl name='xCoordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='235' column='1'/>
+ <var-decl name='xCoordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='235' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::SHORT OT::AnchorFormat1::yCoordinate -->
- <var-decl name='yCoordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='236' column='1'/>
+ <var-decl name='yCoordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='236' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::AnchorFormat1::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='238' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='238' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::AnchorFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='238' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='238' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::AnchorFormat1::get_anchor(hb_font_t*, hb_codepoint_t, hb_position_t*, hb_position_t*) -->
<function-decl name='get_anchor' mangled-name='_ZNK2OT13AnchorFormat110get_anchorEP9hb_font_tjPiS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='221' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AnchorFormat1*' -->
- <parameter type-id='type-id-412' is-artificial='yes'/>
+ <parameter type-id='type-id-411' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::AnchorFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT13AnchorFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::AnchorFormat1*' -->
- <parameter type-id='type-id-1049' is-artificial='yes'/>
+ <parameter type-id='type-id-1048' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::AnchorFormat1::_instance_assertion_on_line_238() -->
<function-decl name='_instance_assertion_on_line_238' mangled-name='_ZNK2OT13AnchorFormat131_instance_assertion_on_line_238Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AnchorFormat1*' -->
- <parameter type-id='type-id-412' is-artificial='yes'/>
+ <parameter type-id='type-id-411' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::AnchorFormat2 -->
- <class-decl name='AnchorFormat2' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='242' column='1' id='type-id-747'>
+ <class-decl name='AnchorFormat2' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='242' column='1' id='type-id-746'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::AnchorFormat2::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='263' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='263' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::SHORT OT::AnchorFormat2::xCoordinate -->
- <var-decl name='xCoordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='264' column='1'/>
+ <var-decl name='xCoordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='264' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::SHORT OT::AnchorFormat2::yCoordinate -->
- <var-decl name='yCoordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='265' column='1'/>
+ <var-decl name='yCoordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='265' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::USHORT OT::AnchorFormat2::anchorPoint -->
- <var-decl name='anchorPoint' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='266' column='1'/>
+ <var-decl name='anchorPoint' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='266' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::AnchorFormat2::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='268' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='268' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::AnchorFormat2::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='268' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='268' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::AnchorFormat2::get_anchor(hb_font_t*, hb_codepoint_t, hb_position_t*, hb_position_t*) -->
<function-decl name='get_anchor' mangled-name='_ZNK2OT13AnchorFormat210get_anchorEP9hb_font_tjPiS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='243' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AnchorFormat2*' -->
- <parameter type-id='type-id-413' is-artificial='yes'/>
+ <parameter type-id='type-id-412' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::AnchorFormat2::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT13AnchorFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='257' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::AnchorFormat2*' -->
- <parameter type-id='type-id-1050' is-artificial='yes'/>
+ <parameter type-id='type-id-1049' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::AnchorFormat2::_instance_assertion_on_line_268() -->
<function-decl name='_instance_assertion_on_line_268' mangled-name='_ZNK2OT13AnchorFormat231_instance_assertion_on_line_268Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AnchorFormat2*' -->
- <parameter type-id='type-id-413' is-artificial='yes'/>
+ <parameter type-id='type-id-412' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::AnchorFormat3 -->
- <class-decl name='AnchorFormat3' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='272' column='1' id='type-id-748'>
+ <class-decl name='AnchorFormat3' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='272' column='1' id='type-id-747'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::AnchorFormat3::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='291' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='291' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::SHORT OT::AnchorFormat3::xCoordinate -->
- <var-decl name='xCoordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='292' column='1'/>
+ <var-decl name='xCoordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='292' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::SHORT OT::AnchorFormat3::yCoordinate -->
- <var-decl name='yCoordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='293' column='1'/>
+ <var-decl name='yCoordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='293' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> > OT::AnchorFormat3::xDeviceTable -->
- <var-decl name='xDeviceTable' type-id='type-id-596' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='295' column='1'/>
+ <var-decl name='xDeviceTable' type-id='type-id-595' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='295' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> > OT::AnchorFormat3::yDeviceTable -->
- <var-decl name='yDeviceTable' type-id='type-id-596' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='299' column='1'/>
+ <var-decl name='yDeviceTable' type-id='type-id-595' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='299' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::AnchorFormat3::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='303' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='303' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::AnchorFormat3::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='303' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='303' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::AnchorFormat3::get_anchor(hb_font_t*, hb_codepoint_t, hb_position_t*, hb_position_t*) -->
<function-decl name='get_anchor' mangled-name='_ZNK2OT13AnchorFormat310get_anchorEP9hb_font_tjPiS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='273' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AnchorFormat3*' -->
- <parameter type-id='type-id-414' is-artificial='yes'/>
+ <parameter type-id='type-id-413' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::AnchorFormat3::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT13AnchorFormat38sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='285' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::AnchorFormat3*' -->
- <parameter type-id='type-id-1051' is-artificial='yes'/>
+ <parameter type-id='type-id-1050' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::AnchorFormat3::_instance_assertion_on_line_303() -->
<function-decl name='_instance_assertion_on_line_303' mangled-name='_ZNK2OT13AnchorFormat331_instance_assertion_on_line_303Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='303' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AnchorFormat3*' -->
- <parameter type-id='type-id-414' is-artificial='yes'/>
+ <parameter type-id='type-id-413' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::AnchorMatrix -->
- <class-decl name='AnchorMatrix' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='344' column='1' id='type-id-749'>
+ <class-decl name='AnchorMatrix' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='344' column='1' id='type-id-748'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::AnchorMatrix::rows -->
- <var-decl name='rows' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='363' column='1'/>
+ <var-decl name='rows' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='363' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> > OT::AnchorMatrix::matrixZ[1] -->
- <var-decl name='matrixZ' type-id='type-id-1052' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='366' column='1'/>
+ <var-decl name='matrixZ' type-id='type-id-1051' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='366' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::AnchorMatrix::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='369' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='369' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Anchor& OT::AnchorMatrix::get_anchor(unsigned int, unsigned int, unsigned int, bool*) -->
<function-decl name='get_anchor' mangled-name='_ZNK2OT12AnchorMatrix10get_anchorEjjjPb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='345' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AnchorMatrix*' -->
- <parameter type-id='type-id-419' is-artificial='yes'/>
+ <parameter type-id='type-id-418' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'bool*' -->
- <parameter type-id='type-id-1053'/>
+ <parameter type-id='type-id-1052'/>
<!-- const OT::Anchor& -->
- <return type-id='type-id-863'/>
+ <return type-id='type-id-862'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::AnchorMatrix::sanitize(OT::hb_sanitize_context_t*, unsigned int) -->
<function-decl name='sanitize' mangled-name='_ZN2OT12AnchorMatrix8sanitizeEPNS_21hb_sanitize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='352' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::AnchorMatrix*' -->
- <parameter type-id='type-id-1054' is-artificial='yes'/>
+ <parameter type-id='type-id-1053' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- void OT::AnchorMatrix::_instance_assertion_on_line_369() -->
<function-decl name='_instance_assertion_on_line_369' mangled-name='_ZNK2OT12AnchorMatrix31_instance_assertion_on_line_369Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='369' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AnchorMatrix*' -->
- <parameter type-id='type-id-419' is-artificial='yes'/>
+ <parameter type-id='type-id-418' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::AnchorMatrix::_compiles_assertion_on_line_369() -->
<function-decl name='_compiles_assertion_on_line_369' mangled-name='_ZNK2OT12AnchorMatrix31_compiles_assertion_on_line_369Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='369' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AnchorMatrix*' -->
- <parameter type-id='type-id-419' is-artificial='yes'/>
+ <parameter type-id='type-id-418' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-750'>
+ <class-decl name='ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-749'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<unsigned int, 4u> OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::len -->
- <var-decl name='len' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::CmapSubtableLongGroup OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1055' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1054' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::CmapSubtableLongGroup* OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-286' is-artificial='yes'/>
+ <parameter type-id='type-id-285' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::CmapSubtableLongGroup* -->
- <return type-id='type-id-1056'/>
+ <return type-id='type-id-1055'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::CmapSubtableLongGroup& OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-286' is-artificial='yes'/>
+ <parameter type-id='type-id-285' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::CmapSubtableLongGroup& -->
- <return type-id='type-id-1057'/>
+ <return type-id='type-id-1056'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::CmapSubtableLongGroup& OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1058' is-artificial='yes'/>
+ <parameter type-id='type-id-1057' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::CmapSubtableLongGroup& -->
- <return type-id='type-id-1059'/>
+ <return type-id='type-id-1058'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-286' is-artificial='yes'/>
+ <parameter type-id='type-id-285' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1058' is-artificial='yes'/>
+ <parameter type-id='type-id-1057' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::CmapSubtableLongGroup>&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1058' is-artificial='yes'/>
+ <parameter type-id='type-id-1057' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::CmapSubtableLongGroup>&' -->
- <parameter type-id='type-id-1060'/>
+ <parameter type-id='type-id-1059'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1058' is-artificial='yes'/>
+ <parameter type-id='type-id-1057' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1058' is-artificial='yes'/>
+ <parameter type-id='type-id-1057' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1058' is-artificial='yes'/>
+ <parameter type-id='type-id-1057' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-286' is-artificial='yes'/>
+ <parameter type-id='type-id-285' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-286' is-artificial='yes'/>
+ <parameter type-id='type-id-285' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-751'>
+ <class-decl name='ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-750'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::EncodingRecord OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1061' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1060' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::EncodingRecord* OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-277' is-artificial='yes'/>
+ <parameter type-id='type-id-276' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::EncodingRecord* -->
- <return type-id='type-id-297'/>
+ <return type-id='type-id-296'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::EncodingRecord& OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-277' is-artificial='yes'/>
+ <parameter type-id='type-id-276' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::EncodingRecord& -->
- <return type-id='type-id-1062'/>
+ <return type-id='type-id-1061'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::EncodingRecord& OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1063' is-artificial='yes'/>
+ <parameter type-id='type-id-1062' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::EncodingRecord& -->
- <return type-id='type-id-1064'/>
+ <return type-id='type-id-1063'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-277' is-artificial='yes'/>
+ <parameter type-id='type-id-276' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1063' is-artificial='yes'/>
+ <parameter type-id='type-id-1062' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::EncodingRecord>&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1063' is-artificial='yes'/>
+ <parameter type-id='type-id-1062' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::EncodingRecord>&' -->
- <parameter type-id='type-id-1065'/>
+ <parameter type-id='type-id-1064'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1063' is-artificial='yes'/>
+ <parameter type-id='type-id-1062' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1063' is-artificial='yes'/>
+ <parameter type-id='type-id-1062' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1063' is-artificial='yes'/>
+ <parameter type-id='type-id-1062' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-277' is-artificial='yes'/>
+ <parameter type-id='type-id-276' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-277' is-artificial='yes'/>
+ <parameter type-id='type-id-276' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- int OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >::lsearch<OT::EncodingRecord>(const OT::EncodingRecord&) -->
<function-decl name='lsearch<OT::EncodingRecord>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='876' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-277' is-artificial='yes'/>
+ <parameter type-id='type-id-276' is-artificial='yes'/>
<!-- parameter of type 'const OT::EncodingRecord&' -->
- <parameter type-id='type-id-1062'/>
+ <parameter type-id='type-id-1061'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-752'>
+ <class-decl name='ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-751'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::EntryExitRecord OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1066' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1065' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::EntryExitRecord* OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-411' is-artificial='yes'/>
+ <parameter type-id='type-id-410' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::EntryExitRecord* -->
- <return type-id='type-id-1067'/>
+ <return type-id='type-id-1066'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::EntryExitRecord& OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-411' is-artificial='yes'/>
+ <parameter type-id='type-id-410' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::EntryExitRecord& -->
- <return type-id='type-id-1068'/>
+ <return type-id='type-id-1067'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::EntryExitRecord& OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1069' is-artificial='yes'/>
+ <parameter type-id='type-id-1068' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::EntryExitRecord& -->
- <return type-id='type-id-1070'/>
+ <return type-id='type-id-1069'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-411' is-artificial='yes'/>
+ <parameter type-id='type-id-410' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1069' is-artificial='yes'/>
+ <parameter type-id='type-id-1068' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::EntryExitRecord>&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1069' is-artificial='yes'/>
+ <parameter type-id='type-id-1068' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::EntryExitRecord>&' -->
- <parameter type-id='type-id-1071'/>
+ <parameter type-id='type-id-1070'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1069' is-artificial='yes'/>
+ <parameter type-id='type-id-1068' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1069' is-artificial='yes'/>
+ <parameter type-id='type-id-1068' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1069' is-artificial='yes'/>
+ <parameter type-id='type-id-1068' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-411' is-artificial='yes'/>
+ <parameter type-id='type-id-410' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-411' is-artificial='yes'/>
+ <parameter type-id='type-id-410' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-753'>
+ <class-decl name='ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-752'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::Index OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1072' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1071' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Index* OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-357' is-artificial='yes'/>
+ <parameter type-id='type-id-356' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::Index* -->
- <return type-id='type-id-1073'/>
+ <return type-id='type-id-1072'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::Index& OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-357' is-artificial='yes'/>
+ <parameter type-id='type-id-356' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Index& -->
- <return type-id='type-id-1074'/>
+ <return type-id='type-id-1073'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Index& OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1075' is-artificial='yes'/>
+ <parameter type-id='type-id-1074' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::Index& -->
- <return type-id='type-id-1076'/>
+ <return type-id='type-id-1075'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-357' is-artificial='yes'/>
+ <parameter type-id='type-id-356' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1075' is-artificial='yes'/>
+ <parameter type-id='type-id-1074' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::Index>&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1075' is-artificial='yes'/>
+ <parameter type-id='type-id-1074' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::Index>&' -->
- <parameter type-id='type-id-1077'/>
+ <parameter type-id='type-id-1076'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1075' is-artificial='yes'/>
+ <parameter type-id='type-id-1074' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1075' is-artificial='yes'/>
+ <parameter type-id='type-id-1074' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1075' is-artificial='yes'/>
+ <parameter type-id='type-id-1074' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-357' is-artificial='yes'/>
+ <parameter type-id='type-id-356' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-357' is-artificial='yes'/>
+ <parameter type-id='type-id-356' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-754'>
+ <class-decl name='ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-753'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<unsigned int, 4u> OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >::len -->
- <var-decl name='len' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >::array[1] -->
- <var-decl name='array' type-id='type-id-817' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-816' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::IntType<short unsigned int, 2u>* OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-284' is-artificial='yes'/>
+ <parameter type-id='type-id-283' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::IntType<short unsigned int, 2u>* -->
- <return type-id='type-id-259'/>
+ <return type-id='type-id-258'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::IntType<short unsigned int, 2u>& OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-284' is-artificial='yes'/>
+ <parameter type-id='type-id-283' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::IntType<short unsigned int, 2u>& -->
- <return type-id='type-id-260'/>
+ <return type-id='type-id-259'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::IntType<short unsigned int, 2u>& OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1078' is-artificial='yes'/>
+ <parameter type-id='type-id-1077' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::IntType<short unsigned int, 2u>& -->
- <return type-id='type-id-818'/>
+ <return type-id='type-id-817'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-284' is-artificial='yes'/>
+ <parameter type-id='type-id-283' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1078' is-artificial='yes'/>
+ <parameter type-id='type-id-1077' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS2_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1078' is-artificial='yes'/>
+ <parameter type-id='type-id-1077' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1078' is-artificial='yes'/>
+ <parameter type-id='type-id-1077' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1078' is-artificial='yes'/>
+ <parameter type-id='type-id-1077' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1078' is-artificial='yes'/>
+ <parameter type-id='type-id-1077' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-284' is-artificial='yes'/>
+ <parameter type-id='type-id-283' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-284' is-artificial='yes'/>
+ <parameter type-id='type-id-283' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='40' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-755'>
+ <class-decl name='ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='40' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-754'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::IntType<unsigned int, 3u> OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1079' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1078' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::IntType<unsigned int, 3u>* OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-368' is-artificial='yes'/>
+ <parameter type-id='type-id-367' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::IntType<unsigned int, 3u>* -->
- <return type-id='type-id-1080'/>
+ <return type-id='type-id-1079'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::IntType<unsigned int, 3u>& OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-368' is-artificial='yes'/>
+ <parameter type-id='type-id-367' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::IntType<unsigned int, 3u>& -->
- <return type-id='type-id-1081'/>
+ <return type-id='type-id-1080'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::IntType<unsigned int, 3u>& OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1082' is-artificial='yes'/>
+ <parameter type-id='type-id-1081' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::IntType<unsigned int, 3u>& -->
- <return type-id='type-id-1083'/>
+ <return type-id='type-id-1082'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-368' is-artificial='yes'/>
+ <parameter type-id='type-id-367' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1082' is-artificial='yes'/>
+ <parameter type-id='type-id-1081' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<unsigned int, 3u> >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS2_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1082' is-artificial='yes'/>
+ <parameter type-id='type-id-1081' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<unsigned int, 3u> >&' -->
- <parameter type-id='type-id-1084'/>
+ <parameter type-id='type-id-1083'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1082' is-artificial='yes'/>
+ <parameter type-id='type-id-1081' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1082' is-artificial='yes'/>
+ <parameter type-id='type-id-1081' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1082' is-artificial='yes'/>
+ <parameter type-id='type-id-1081' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-368' is-artificial='yes'/>
+ <parameter type-id='type-id-367' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-368' is-artificial='yes'/>
+ <parameter type-id='type-id-367' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-756'>
+ <class-decl name='ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-755'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::LookupRecord OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1085' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1084' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::LookupRecord* OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-398' is-artificial='yes'/>
+ <parameter type-id='type-id-397' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::LookupRecord* -->
- <return type-id='type-id-1086'/>
+ <return type-id='type-id-1085'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::LookupRecord& OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-398' is-artificial='yes'/>
+ <parameter type-id='type-id-397' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::LookupRecord& -->
- <return type-id='type-id-1087'/>
+ <return type-id='type-id-1086'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::LookupRecord& OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1088' is-artificial='yes'/>
+ <parameter type-id='type-id-1087' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::LookupRecord& -->
- <return type-id='type-id-1089'/>
+ <return type-id='type-id-1088'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-398' is-artificial='yes'/>
+ <parameter type-id='type-id-397' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1088' is-artificial='yes'/>
+ <parameter type-id='type-id-1087' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::LookupRecord>&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1088' is-artificial='yes'/>
+ <parameter type-id='type-id-1087' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::LookupRecord>&' -->
- <parameter type-id='type-id-1090'/>
+ <parameter type-id='type-id-1089'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1088' is-artificial='yes'/>
+ <parameter type-id='type-id-1087' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1088' is-artificial='yes'/>
+ <parameter type-id='type-id-1087' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1088' is-artificial='yes'/>
+ <parameter type-id='type-id-1087' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-398' is-artificial='yes'/>
+ <parameter type-id='type-id-397' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-398' is-artificial='yes'/>
+ <parameter type-id='type-id-397' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-757'>
+ <class-decl name='ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-756'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::MarkRecord OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1091' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1090' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::MarkRecord* OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-416' is-artificial='yes'/>
+ <parameter type-id='type-id-415' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::MarkRecord* -->
- <return type-id='type-id-417'/>
+ <return type-id='type-id-416'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::MarkRecord& OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-416' is-artificial='yes'/>
+ <parameter type-id='type-id-415' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::MarkRecord& -->
- <return type-id='type-id-1092'/>
+ <return type-id='type-id-1091'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::MarkRecord& OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1093' is-artificial='yes'/>
+ <parameter type-id='type-id-1092' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::MarkRecord& -->
- <return type-id='type-id-1094'/>
+ <return type-id='type-id-1093'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-416' is-artificial='yes'/>
+ <parameter type-id='type-id-415' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1093' is-artificial='yes'/>
+ <parameter type-id='type-id-1092' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::MarkRecord>&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1093' is-artificial='yes'/>
+ <parameter type-id='type-id-1092' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::MarkRecord>&' -->
- <parameter type-id='type-id-1095'/>
+ <parameter type-id='type-id-1094'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1093' is-artificial='yes'/>
+ <parameter type-id='type-id-1092' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1093' is-artificial='yes'/>
+ <parameter type-id='type-id-1092' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1093' is-artificial='yes'/>
+ <parameter type-id='type-id-1092' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-416' is-artificial='yes'/>
+ <parameter type-id='type-id-415' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-416' is-artificial='yes'/>
+ <parameter type-id='type-id-415' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-758'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-757'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1096' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1095' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-422' is-artificial='yes'/>
+ <parameter type-id='type-id-421' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-420'/>
+ <return type-id='type-id-419'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-422' is-artificial='yes'/>
+ <parameter type-id='type-id-421' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1097'/>
+ <return type-id='type-id-1096'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1098' is-artificial='yes'/>
+ <parameter type-id='type-id-1097' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1099'/>
+ <return type-id='type-id-1098'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-422' is-artificial='yes'/>
+ <parameter type-id='type-id-421' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1098' is-artificial='yes'/>
+ <parameter type-id='type-id-1097' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1098' is-artificial='yes'/>
+ <parameter type-id='type-id-1097' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1100'/>
+ <parameter type-id='type-id-1099'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1098' is-artificial='yes'/>
+ <parameter type-id='type-id-1097' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1098' is-artificial='yes'/>
+ <parameter type-id='type-id-1097' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1098' is-artificial='yes'/>
+ <parameter type-id='type-id-1097' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-422' is-artificial='yes'/>
+ <parameter type-id='type-id-421' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-422' is-artificial='yes'/>
+ <parameter type-id='type-id-421' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize<unsigned int>(OT::hb_sanitize_context_t*, void*, unsigned int) -->
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='865' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1098' is-artificial='yes'/>
+ <parameter type-id='type-id-1097' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'unsigned int' -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-759'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-758'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1101' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1100' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-338' is-artificial='yes'/>
+ <parameter type-id='type-id-337' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-339'/>
+ <return type-id='type-id-338'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-338' is-artificial='yes'/>
+ <parameter type-id='type-id-337' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1102'/>
+ <return type-id='type-id-1101'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1103' is-artificial='yes'/>
+ <parameter type-id='type-id-1102' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1104'/>
+ <return type-id='type-id-1103'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-338' is-artificial='yes'/>
+ <parameter type-id='type-id-337' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1103' is-artificial='yes'/>
+ <parameter type-id='type-id-1102' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1103' is-artificial='yes'/>
+ <parameter type-id='type-id-1102' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1105'/>
+ <parameter type-id='type-id-1104'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1103' is-artificial='yes'/>
+ <parameter type-id='type-id-1102' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1103' is-artificial='yes'/>
+ <parameter type-id='type-id-1102' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1103' is-artificial='yes'/>
+ <parameter type-id='type-id-1102' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-338' is-artificial='yes'/>
+ <parameter type-id='type-id-337' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-338' is-artificial='yes'/>
+ <parameter type-id='type-id-337' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-760'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-759'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1106' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1105' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-342' is-artificial='yes'/>
+ <parameter type-id='type-id-341' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-348'/>
+ <return type-id='type-id-347'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-342' is-artificial='yes'/>
+ <parameter type-id='type-id-341' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1107'/>
+ <return type-id='type-id-1106'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1108' is-artificial='yes'/>
+ <parameter type-id='type-id-1107' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1109'/>
+ <return type-id='type-id-1108'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-342' is-artificial='yes'/>
+ <parameter type-id='type-id-341' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1108' is-artificial='yes'/>
+ <parameter type-id='type-id-1107' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1108' is-artificial='yes'/>
+ <parameter type-id='type-id-1107' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1110'/>
+ <parameter type-id='type-id-1109'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1108' is-artificial='yes'/>
+ <parameter type-id='type-id-1107' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1108' is-artificial='yes'/>
+ <parameter type-id='type-id-1107' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1108' is-artificial='yes'/>
+ <parameter type-id='type-id-1107' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-342' is-artificial='yes'/>
+ <parameter type-id='type-id-341' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-342' is-artificial='yes'/>
+ <parameter type-id='type-id-341' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-761'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-760'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1111' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1110' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-397' is-artificial='yes'/>
+ <parameter type-id='type-id-396' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-399'/>
+ <return type-id='type-id-398'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-397' is-artificial='yes'/>
+ <parameter type-id='type-id-396' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1112'/>
+ <return type-id='type-id-1111'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1113' is-artificial='yes'/>
+ <parameter type-id='type-id-1112' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1114'/>
+ <return type-id='type-id-1113'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-397' is-artificial='yes'/>
+ <parameter type-id='type-id-396' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1113' is-artificial='yes'/>
+ <parameter type-id='type-id-1112' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1113' is-artificial='yes'/>
+ <parameter type-id='type-id-1112' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1115'/>
+ <parameter type-id='type-id-1114'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1113' is-artificial='yes'/>
+ <parameter type-id='type-id-1112' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1113' is-artificial='yes'/>
+ <parameter type-id='type-id-1112' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1113' is-artificial='yes'/>
+ <parameter type-id='type-id-1112' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-397' is-artificial='yes'/>
+ <parameter type-id='type-id-396' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-397' is-artificial='yes'/>
+ <parameter type-id='type-id-396' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-762'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-761'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1116' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1115' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-396' is-artificial='yes'/>
+ <parameter type-id='type-id-395' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-400'/>
+ <return type-id='type-id-399'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-396' is-artificial='yes'/>
+ <parameter type-id='type-id-395' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1117'/>
+ <return type-id='type-id-1116'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1118' is-artificial='yes'/>
+ <parameter type-id='type-id-1117' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1119'/>
+ <return type-id='type-id-1118'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-396' is-artificial='yes'/>
+ <parameter type-id='type-id-395' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1118' is-artificial='yes'/>
+ <parameter type-id='type-id-1117' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1118' is-artificial='yes'/>
+ <parameter type-id='type-id-1117' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1120'/>
+ <parameter type-id='type-id-1119'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1118' is-artificial='yes'/>
+ <parameter type-id='type-id-1117' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1118' is-artificial='yes'/>
+ <parameter type-id='type-id-1117' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1118' is-artificial='yes'/>
+ <parameter type-id='type-id-1117' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-396' is-artificial='yes'/>
+ <parameter type-id='type-id-395' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-396' is-artificial='yes'/>
+ <parameter type-id='type-id-395' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-763'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-762'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1121' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1120' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-401' is-artificial='yes'/>
+ <parameter type-id='type-id-400' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-337'/>
+ <return type-id='type-id-336'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-401' is-artificial='yes'/>
+ <parameter type-id='type-id-400' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1122'/>
+ <return type-id='type-id-1121'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1123' is-artificial='yes'/>
+ <parameter type-id='type-id-1122' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1124'/>
+ <return type-id='type-id-1123'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-401' is-artificial='yes'/>
+ <parameter type-id='type-id-400' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1123' is-artificial='yes'/>
+ <parameter type-id='type-id-1122' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1123' is-artificial='yes'/>
+ <parameter type-id='type-id-1122' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1125'/>
+ <parameter type-id='type-id-1124'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1123' is-artificial='yes'/>
+ <parameter type-id='type-id-1122' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1123' is-artificial='yes'/>
+ <parameter type-id='type-id-1122' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1123' is-artificial='yes'/>
+ <parameter type-id='type-id-1122' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-401' is-artificial='yes'/>
+ <parameter type-id='type-id-400' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-401' is-artificial='yes'/>
+ <parameter type-id='type-id-400' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-764'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-763'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1126' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1125' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >* OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-353' is-artificial='yes'/>
+ <parameter type-id='type-id-352' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >* -->
- <return type-id='type-id-354'/>
+ <return type-id='type-id-353'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >& OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-353' is-artificial='yes'/>
+ <parameter type-id='type-id-352' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >& -->
- <return type-id='type-id-1127'/>
+ <return type-id='type-id-1126'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >& OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1128' is-artificial='yes'/>
+ <parameter type-id='type-id-1127' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >& -->
- <return type-id='type-id-1129'/>
+ <return type-id='type-id-1128'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-353' is-artificial='yes'/>
+ <parameter type-id='type-id-352' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1128' is-artificial='yes'/>
+ <parameter type-id='type-id-1127' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1128' is-artificial='yes'/>
+ <parameter type-id='type-id-1127' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > >&' -->
- <parameter type-id='type-id-1130'/>
+ <parameter type-id='type-id-1129'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1128' is-artificial='yes'/>
+ <parameter type-id='type-id-1127' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1128' is-artificial='yes'/>
+ <parameter type-id='type-id-1127' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1128' is-artificial='yes'/>
+ <parameter type-id='type-id-1127' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-353' is-artificial='yes'/>
+ <parameter type-id='type-id-352' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-353' is-artificial='yes'/>
+ <parameter type-id='type-id-352' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-765'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-764'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1131' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1130' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-341' is-artificial='yes'/>
+ <parameter type-id='type-id-340' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-349'/>
+ <return type-id='type-id-348'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-341' is-artificial='yes'/>
+ <parameter type-id='type-id-340' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1132'/>
+ <return type-id='type-id-1131'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1133' is-artificial='yes'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1134'/>
+ <return type-id='type-id-1133'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-341' is-artificial='yes'/>
+ <parameter type-id='type-id-340' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1133' is-artificial='yes'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1133' is-artificial='yes'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1135'/>
+ <parameter type-id='type-id-1134'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1133' is-artificial='yes'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1133' is-artificial='yes'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1133' is-artificial='yes'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-341' is-artificial='yes'/>
+ <parameter type-id='type-id-340' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-341' is-artificial='yes'/>
+ <parameter type-id='type-id-340' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-766'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-765'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1136' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1135' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-376' is-artificial='yes'/>
+ <parameter type-id='type-id-375' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-379'/>
+ <return type-id='type-id-378'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-376' is-artificial='yes'/>
+ <parameter type-id='type-id-375' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1137'/>
+ <return type-id='type-id-1136'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1138' is-artificial='yes'/>
+ <parameter type-id='type-id-1137' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1139'/>
+ <return type-id='type-id-1138'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-376' is-artificial='yes'/>
+ <parameter type-id='type-id-375' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1138' is-artificial='yes'/>
+ <parameter type-id='type-id-1137' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1138' is-artificial='yes'/>
+ <parameter type-id='type-id-1137' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1140'/>
+ <parameter type-id='type-id-1139'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1138' is-artificial='yes'/>
+ <parameter type-id='type-id-1137' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1138' is-artificial='yes'/>
+ <parameter type-id='type-id-1137' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1138' is-artificial='yes'/>
+ <parameter type-id='type-id-1137' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-376' is-artificial='yes'/>
+ <parameter type-id='type-id-375' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-376' is-artificial='yes'/>
+ <parameter type-id='type-id-375' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-767'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-766'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1141' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1140' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-408' is-artificial='yes'/>
+ <parameter type-id='type-id-407' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-410'/>
+ <return type-id='type-id-409'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-408' is-artificial='yes'/>
+ <parameter type-id='type-id-407' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1142'/>
+ <return type-id='type-id-1141'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1143' is-artificial='yes'/>
+ <parameter type-id='type-id-1142' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1144'/>
+ <return type-id='type-id-1143'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-408' is-artificial='yes'/>
+ <parameter type-id='type-id-407' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1143' is-artificial='yes'/>
+ <parameter type-id='type-id-1142' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1143' is-artificial='yes'/>
+ <parameter type-id='type-id-1142' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1145'/>
+ <parameter type-id='type-id-1144'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1143' is-artificial='yes'/>
+ <parameter type-id='type-id-1142' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1143' is-artificial='yes'/>
+ <parameter type-id='type-id-1142' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1143' is-artificial='yes'/>
+ <parameter type-id='type-id-1142' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-408' is-artificial='yes'/>
+ <parameter type-id='type-id-407' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-408' is-artificial='yes'/>
+ <parameter type-id='type-id-407' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize<OT::PairSet::sanitize_closure_t*>(OT::hb_sanitize_context_t*, void*, OT::PairSet::sanitize_closure_t*) -->
<function-decl name='sanitize<OT::PairSet::sanitize_closure_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='865' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1143' is-artificial='yes'/>
+ <parameter type-id='type-id-1142' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'OT::PairSet::sanitize_closure_t*' -->
- <parameter type-id='type-id-911'/>
+ <parameter type-id='type-id-910'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-768'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-767'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1146' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1145' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-406' is-artificial='yes'/>
+ <parameter type-id='type-id-405' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-431'/>
+ <return type-id='type-id-430'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-406' is-artificial='yes'/>
+ <parameter type-id='type-id-405' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1147'/>
+ <return type-id='type-id-1146'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1148' is-artificial='yes'/>
+ <parameter type-id='type-id-1147' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1149'/>
+ <return type-id='type-id-1148'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-406' is-artificial='yes'/>
+ <parameter type-id='type-id-405' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1148' is-artificial='yes'/>
+ <parameter type-id='type-id-1147' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1148' is-artificial='yes'/>
+ <parameter type-id='type-id-1147' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1150'/>
+ <parameter type-id='type-id-1149'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1148' is-artificial='yes'/>
+ <parameter type-id='type-id-1147' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1148' is-artificial='yes'/>
+ <parameter type-id='type-id-1147' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1148' is-artificial='yes'/>
+ <parameter type-id='type-id-1147' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-406' is-artificial='yes'/>
+ <parameter type-id='type-id-405' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-406' is-artificial='yes'/>
+ <parameter type-id='type-id-405' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-769'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-768'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1151' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-407' is-artificial='yes'/>
+ <parameter type-id='type-id-406' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-430'/>
+ <return type-id='type-id-429'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-407' is-artificial='yes'/>
+ <parameter type-id='type-id-406' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1152'/>
+ <return type-id='type-id-1151'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1153' is-artificial='yes'/>
+ <parameter type-id='type-id-1152' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1154'/>
+ <return type-id='type-id-1153'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-407' is-artificial='yes'/>
+ <parameter type-id='type-id-406' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1153' is-artificial='yes'/>
+ <parameter type-id='type-id-1152' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1153' is-artificial='yes'/>
+ <parameter type-id='type-id-1152' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1155'/>
+ <parameter type-id='type-id-1154'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1153' is-artificial='yes'/>
+ <parameter type-id='type-id-1152' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1153' is-artificial='yes'/>
+ <parameter type-id='type-id-1152' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1153' is-artificial='yes'/>
+ <parameter type-id='type-id-1152' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-407' is-artificial='yes'/>
+ <parameter type-id='type-id-406' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-407' is-artificial='yes'/>
+ <parameter type-id='type-id-406' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize<unsigned int>(OT::hb_sanitize_context_t*, void*, unsigned int) -->
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='865' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1153' is-artificial='yes'/>
+ <parameter type-id='type-id-1152' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'unsigned int' -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-770'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-769'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1156' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1155' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-392' is-artificial='yes'/>
+ <parameter type-id='type-id-391' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-393'/>
+ <return type-id='type-id-392'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-392' is-artificial='yes'/>
+ <parameter type-id='type-id-391' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1157'/>
+ <return type-id='type-id-1156'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1158' is-artificial='yes'/>
+ <parameter type-id='type-id-1157' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1159'/>
+ <return type-id='type-id-1158'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-392' is-artificial='yes'/>
+ <parameter type-id='type-id-391' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1158' is-artificial='yes'/>
+ <parameter type-id='type-id-1157' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1158' is-artificial='yes'/>
+ <parameter type-id='type-id-1157' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1160'/>
+ <parameter type-id='type-id-1159'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1158' is-artificial='yes'/>
+ <parameter type-id='type-id-1157' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1158' is-artificial='yes'/>
+ <parameter type-id='type-id-1157' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1158' is-artificial='yes'/>
+ <parameter type-id='type-id-1157' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-392' is-artificial='yes'/>
+ <parameter type-id='type-id-391' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-392' is-artificial='yes'/>
+ <parameter type-id='type-id-391' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-771'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-770'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1161' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-391' is-artificial='yes'/>
+ <parameter type-id='type-id-390' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-394'/>
+ <return type-id='type-id-393'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-391' is-artificial='yes'/>
+ <parameter type-id='type-id-390' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1162'/>
+ <return type-id='type-id-1161'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1163' is-artificial='yes'/>
+ <parameter type-id='type-id-1162' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1164'/>
+ <return type-id='type-id-1163'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-391' is-artificial='yes'/>
+ <parameter type-id='type-id-390' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1163' is-artificial='yes'/>
+ <parameter type-id='type-id-1162' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1163' is-artificial='yes'/>
+ <parameter type-id='type-id-1162' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1165'/>
+ <parameter type-id='type-id-1164'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1163' is-artificial='yes'/>
+ <parameter type-id='type-id-1162' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1163' is-artificial='yes'/>
+ <parameter type-id='type-id-1162' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1163' is-artificial='yes'/>
+ <parameter type-id='type-id-1162' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-391' is-artificial='yes'/>
+ <parameter type-id='type-id-390' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-391' is-artificial='yes'/>
+ <parameter type-id='type-id-390' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-772'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-771'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1166' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1165' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-384' is-artificial='yes'/>
+ <parameter type-id='type-id-383' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-385'/>
+ <return type-id='type-id-384'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-384' is-artificial='yes'/>
+ <parameter type-id='type-id-383' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1167'/>
+ <return type-id='type-id-1166'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1168' is-artificial='yes'/>
+ <parameter type-id='type-id-1167' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1169'/>
+ <return type-id='type-id-1168'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-384' is-artificial='yes'/>
+ <parameter type-id='type-id-383' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1168' is-artificial='yes'/>
+ <parameter type-id='type-id-1167' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1168' is-artificial='yes'/>
+ <parameter type-id='type-id-1167' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1170'/>
+ <parameter type-id='type-id-1169'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1168' is-artificial='yes'/>
+ <parameter type-id='type-id-1167' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1168' is-artificial='yes'/>
+ <parameter type-id='type-id-1167' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1168' is-artificial='yes'/>
+ <parameter type-id='type-id-1167' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-384' is-artificial='yes'/>
+ <parameter type-id='type-id-383' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-384' is-artificial='yes'/>
+ <parameter type-id='type-id-383' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-773'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-772'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1171' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1170' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-381' is-artificial='yes'/>
+ <parameter type-id='type-id-380' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-404'/>
+ <return type-id='type-id-403'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-381' is-artificial='yes'/>
+ <parameter type-id='type-id-380' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1172'/>
+ <return type-id='type-id-1171'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1173' is-artificial='yes'/>
+ <parameter type-id='type-id-1172' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1174'/>
+ <return type-id='type-id-1173'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-381' is-artificial='yes'/>
+ <parameter type-id='type-id-380' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1173' is-artificial='yes'/>
+ <parameter type-id='type-id-1172' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1173' is-artificial='yes'/>
+ <parameter type-id='type-id-1172' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1175'/>
+ <parameter type-id='type-id-1174'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1173' is-artificial='yes'/>
+ <parameter type-id='type-id-1172' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1173' is-artificial='yes'/>
+ <parameter type-id='type-id-1172' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1173' is-artificial='yes'/>
+ <parameter type-id='type-id-1172' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-381' is-artificial='yes'/>
+ <parameter type-id='type-id-380' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-381' is-artificial='yes'/>
+ <parameter type-id='type-id-380' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-774'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-773'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1176' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1175' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >* OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-382' is-artificial='yes'/>
+ <parameter type-id='type-id-381' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >* -->
- <return type-id='type-id-403'/>
+ <return type-id='type-id-402'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-382' is-artificial='yes'/>
+ <parameter type-id='type-id-381' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1177'/>
+ <return type-id='type-id-1176'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >& OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1178' is-artificial='yes'/>
+ <parameter type-id='type-id-1177' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1179'/>
+ <return type-id='type-id-1178'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-382' is-artificial='yes'/>
+ <parameter type-id='type-id-381' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1178' is-artificial='yes'/>
+ <parameter type-id='type-id-1177' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1178' is-artificial='yes'/>
+ <parameter type-id='type-id-1177' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > >&' -->
- <parameter type-id='type-id-1180'/>
+ <parameter type-id='type-id-1179'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1178' is-artificial='yes'/>
+ <parameter type-id='type-id-1177' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1178' is-artificial='yes'/>
+ <parameter type-id='type-id-1177' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1178' is-artificial='yes'/>
+ <parameter type-id='type-id-1177' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-382' is-artificial='yes'/>
+ <parameter type-id='type-id-381' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-382' is-artificial='yes'/>
+ <parameter type-id='type-id-381' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >::sanitize<unsigned int>(OT::hb_sanitize_context_t*, void*, unsigned int) -->
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='865' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1178' is-artificial='yes'/>
+ <parameter type-id='type-id-1177' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'unsigned int' -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-775'>
+ <class-decl name='ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-774'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::RangeRecord OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1181' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1180' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::RangeRecord* OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-336' is-artificial='yes'/>
+ <parameter type-id='type-id-335' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::RangeRecord* -->
- <return type-id='type-id-1182'/>
+ <return type-id='type-id-1181'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::RangeRecord& OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-336' is-artificial='yes'/>
+ <parameter type-id='type-id-335' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::RangeRecord& -->
- <return type-id='type-id-1183'/>
+ <return type-id='type-id-1182'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::RangeRecord& OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1184' is-artificial='yes'/>
+ <parameter type-id='type-id-1183' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::RangeRecord& -->
- <return type-id='type-id-1185'/>
+ <return type-id='type-id-1184'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-336' is-artificial='yes'/>
+ <parameter type-id='type-id-335' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1184' is-artificial='yes'/>
+ <parameter type-id='type-id-1183' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::RangeRecord>&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1184' is-artificial='yes'/>
+ <parameter type-id='type-id-1183' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::RangeRecord>&' -->
- <parameter type-id='type-id-1186'/>
+ <parameter type-id='type-id-1185'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1184' is-artificial='yes'/>
+ <parameter type-id='type-id-1183' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1184' is-artificial='yes'/>
+ <parameter type-id='type-id-1183' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1184' is-artificial='yes'/>
+ <parameter type-id='type-id-1183' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-336' is-artificial='yes'/>
+ <parameter type-id='type-id-335' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-336' is-artificial='yes'/>
+ <parameter type-id='type-id-335' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-776'>
+ <class-decl name='ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-775'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::Record<OT::Feature> OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1187' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1186' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Record<OT::Feature>* OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-365' is-artificial='yes'/>
+ <parameter type-id='type-id-364' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::Record<OT::Feature>* -->
- <return type-id='type-id-374'/>
+ <return type-id='type-id-373'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::Record<OT::Feature>& OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-365' is-artificial='yes'/>
+ <parameter type-id='type-id-364' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Record<OT::Feature>& -->
- <return type-id='type-id-1188'/>
+ <return type-id='type-id-1187'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Record<OT::Feature>& OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1189' is-artificial='yes'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::Record<OT::Feature>& -->
- <return type-id='type-id-1190'/>
+ <return type-id='type-id-1189'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-365' is-artificial='yes'/>
+ <parameter type-id='type-id-364' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1189' is-artificial='yes'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::Record<OT::Feature> >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS3_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1189' is-artificial='yes'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::Record<OT::Feature> >&' -->
- <parameter type-id='type-id-1191'/>
+ <parameter type-id='type-id-1190'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1189' is-artificial='yes'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1189' is-artificial='yes'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1189' is-artificial='yes'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-365' is-artificial='yes'/>
+ <parameter type-id='type-id-364' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-365' is-artificial='yes'/>
+ <parameter type-id='type-id-364' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-777'>
+ <class-decl name='ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-776'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::Record<OT::LangSys> OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1191' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Record<OT::LangSys>* OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-360' is-artificial='yes'/>
+ <parameter type-id='type-id-359' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::Record<OT::LangSys>* -->
- <return type-id='type-id-361'/>
+ <return type-id='type-id-360'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::Record<OT::LangSys>& OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-360' is-artificial='yes'/>
+ <parameter type-id='type-id-359' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Record<OT::LangSys>& -->
- <return type-id='type-id-1193'/>
+ <return type-id='type-id-1192'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Record<OT::LangSys>& OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1194' is-artificial='yes'/>
+ <parameter type-id='type-id-1193' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::Record<OT::LangSys>& -->
- <return type-id='type-id-1195'/>
+ <return type-id='type-id-1194'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-360' is-artificial='yes'/>
+ <parameter type-id='type-id-359' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1194' is-artificial='yes'/>
+ <parameter type-id='type-id-1193' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::Record<OT::LangSys> >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS3_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1194' is-artificial='yes'/>
+ <parameter type-id='type-id-1193' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::Record<OT::LangSys> >&' -->
- <parameter type-id='type-id-1196'/>
+ <parameter type-id='type-id-1195'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1194' is-artificial='yes'/>
+ <parameter type-id='type-id-1193' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1194' is-artificial='yes'/>
+ <parameter type-id='type-id-1193' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1194' is-artificial='yes'/>
+ <parameter type-id='type-id-1193' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-360' is-artificial='yes'/>
+ <parameter type-id='type-id-359' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-360' is-artificial='yes'/>
+ <parameter type-id='type-id-359' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-778'>
+ <class-decl name='ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-777'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::len -->
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::Record<OT::Script> OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1197' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1196' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::Record<OT::Script>* OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-356' is-artificial='yes'/>
+ <parameter type-id='type-id-355' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::Record<OT::Script>* -->
- <return type-id='type-id-363'/>
+ <return type-id='type-id-362'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::Record<OT::Script>& OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-356' is-artificial='yes'/>
+ <parameter type-id='type-id-355' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Record<OT::Script>& -->
- <return type-id='type-id-1198'/>
+ <return type-id='type-id-1197'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::Record<OT::Script>& OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1199' is-artificial='yes'/>
+ <parameter type-id='type-id-1198' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::Record<OT::Script>& -->
- <return type-id='type-id-1200'/>
+ <return type-id='type-id-1199'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-356' is-artificial='yes'/>
+ <parameter type-id='type-id-355' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1199' is-artificial='yes'/>
+ <parameter type-id='type-id-1198' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::Record<OT::Script> >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS3_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1199' is-artificial='yes'/>
+ <parameter type-id='type-id-1198' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::Record<OT::Script> >&' -->
- <parameter type-id='type-id-1201'/>
+ <parameter type-id='type-id-1200'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1199' is-artificial='yes'/>
+ <parameter type-id='type-id-1198' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1199' is-artificial='yes'/>
+ <parameter type-id='type-id-1198' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1199' is-artificial='yes'/>
+ <parameter type-id='type-id-1198' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-356' is-artificial='yes'/>
+ <parameter type-id='type-id-355' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-356' is-artificial='yes'/>
+ <parameter type-id='type-id-355' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >' size-in-bits='72' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-779'>
+ <class-decl name='ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >' size-in-bits='72' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-778'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<unsigned int, 4u> OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::len -->
- <var-decl name='len' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::UVSMapping OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1202' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1201' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::UVSMapping* OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-292' is-artificial='yes'/>
+ <parameter type-id='type-id-291' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::UVSMapping* -->
- <return type-id='type-id-1203'/>
+ <return type-id='type-id-1202'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::UVSMapping& OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-292' is-artificial='yes'/>
+ <parameter type-id='type-id-291' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::UVSMapping& -->
- <return type-id='type-id-1204'/>
+ <return type-id='type-id-1203'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::UVSMapping& OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1205' is-artificial='yes'/>
+ <parameter type-id='type-id-1204' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::UVSMapping& -->
- <return type-id='type-id-1206'/>
+ <return type-id='type-id-1205'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-292' is-artificial='yes'/>
+ <parameter type-id='type-id-291' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1205' is-artificial='yes'/>
+ <parameter type-id='type-id-1204' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::UVSMapping>&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1205' is-artificial='yes'/>
+ <parameter type-id='type-id-1204' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::UVSMapping>&' -->
- <parameter type-id='type-id-1207'/>
+ <parameter type-id='type-id-1206'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1205' is-artificial='yes'/>
+ <parameter type-id='type-id-1204' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1205' is-artificial='yes'/>
+ <parameter type-id='type-id-1204' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1205' is-artificial='yes'/>
+ <parameter type-id='type-id-1204' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-292' is-artificial='yes'/>
+ <parameter type-id='type-id-291' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-292' is-artificial='yes'/>
+ <parameter type-id='type-id-291' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-780'>
+ <class-decl name='ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-779'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<unsigned int, 4u> OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::len -->
- <var-decl name='len' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::UnicodeValueRange OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1208' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1207' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::UnicodeValueRange* OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-290' is-artificial='yes'/>
+ <parameter type-id='type-id-289' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::UnicodeValueRange* -->
- <return type-id='type-id-1209'/>
+ <return type-id='type-id-1208'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::UnicodeValueRange& OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-290' is-artificial='yes'/>
+ <parameter type-id='type-id-289' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::UnicodeValueRange& -->
- <return type-id='type-id-1210'/>
+ <return type-id='type-id-1209'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::UnicodeValueRange& OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1211' is-artificial='yes'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::UnicodeValueRange& -->
- <return type-id='type-id-1212'/>
+ <return type-id='type-id-1211'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-290' is-artificial='yes'/>
+ <parameter type-id='type-id-289' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1211' is-artificial='yes'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::UnicodeValueRange>&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1211' is-artificial='yes'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::UnicodeValueRange>&' -->
- <parameter type-id='type-id-1213'/>
+ <parameter type-id='type-id-1212'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1211' is-artificial='yes'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1211' is-artificial='yes'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1211' is-artificial='yes'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-290' is-artificial='yes'/>
+ <parameter type-id='type-id-289' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-290' is-artificial='yes'/>
+ <parameter type-id='type-id-289' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >' size-in-bits='120' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-781'>
+ <class-decl name='ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >' size-in-bits='120' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-780'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::IntType<unsigned int, 4u> OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::len -->
- <var-decl name='len' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::VariationSelectorRecord OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::array[1] -->
- <var-decl name='array' type-id='type-id-1214' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1213' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::VariationSelectorRecord* OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::sub_array(unsigned int, unsigned int*) -->
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-289' is-artificial='yes'/>
+ <parameter type-id='type-id-288' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- const OT::VariationSelectorRecord* -->
- <return type-id='type-id-294'/>
+ <return type-id='type-id-293'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const OT::VariationSelectorRecord& OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-289' is-artificial='yes'/>
+ <parameter type-id='type-id-288' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::VariationSelectorRecord& -->
- <return type-id='type-id-1215'/>
+ <return type-id='type-id-1214'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::VariationSelectorRecord& OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1216' is-artificial='yes'/>
+ <parameter type-id='type-id-1215' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- OT::VariationSelectorRecord& -->
- <return type-id='type-id-1217'/>
+ <return type-id='type-id-1216'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-289' is-artificial='yes'/>
+ <parameter type-id='type-id-288' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1216' is-artificial='yes'/>
+ <parameter type-id='type-id-1215' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::VariationSelectorRecord>&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1216' is-artificial='yes'/>
+ <parameter type-id='type-id-1215' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::VariationSelectorRecord>&' -->
- <parameter type-id='type-id-1218'/>
+ <parameter type-id='type-id-1217'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1216' is-artificial='yes'/>
+ <parameter type-id='type-id-1215' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1216' is-artificial='yes'/>
+ <parameter type-id='type-id-1215' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- bool OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::sanitize_shallow(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1216' is-artificial='yes'/>
+ <parameter type-id='type-id-1215' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::_instance_assertion_on_line_895() -->
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-289' is-artificial='yes'/>
+ <parameter type-id='type-id-288' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::_compiles_assertion_on_line_895() -->
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-289' is-artificial='yes'/>
+ <parameter type-id='type-id-288' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CaretValueFormat1 -->
- <class-decl name='CaretValueFormat1' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='95' column='1' id='type-id-782'>
+ <class-decl name='CaretValueFormat1' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='95' column='1' id='type-id-781'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::CaretValueFormat1::caretValueFormat -->
- <var-decl name='caretValueFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='110' column='1'/>
+ <var-decl name='caretValueFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='110' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::SHORT OT::CaretValueFormat1::coordinate -->
- <var-decl name='coordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='111' column='1'/>
+ <var-decl name='coordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='111' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CaretValueFormat1::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='113' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='113' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CaretValueFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='113' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='113' column='1'/>
</data-member>
<member-function access='private'>
<!-- hb_position_t OT::CaretValueFormat1::get_caret_value(hb_font_t*, hb_direction_t, hb_codepoint_t) -->
<function-decl name='get_caret_value' mangled-name='_ZNK2OT17CaretValueFormat115get_caret_valueEP9hb_font_t14hb_direction_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CaretValueFormat1*' -->
- <parameter type-id='type-id-343' is-artificial='yes'/>
+ <parameter type-id='type-id-342' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='private'>
<!-- bool OT::CaretValueFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT17CaretValueFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CaretValueFormat1*' -->
- <parameter type-id='type-id-1219' is-artificial='yes'/>
+ <parameter type-id='type-id-1218' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CaretValueFormat1::_instance_assertion_on_line_113() -->
<function-decl name='_instance_assertion_on_line_113' mangled-name='_ZNK2OT17CaretValueFormat131_instance_assertion_on_line_113Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='113' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CaretValueFormat1*' -->
- <parameter type-id='type-id-343' is-artificial='yes'/>
+ <parameter type-id='type-id-342' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CaretValueFormat2 -->
- <class-decl name='CaretValueFormat2' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='117' column='1' id='type-id-783'>
+ <class-decl name='CaretValueFormat2' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='117' column='1' id='type-id-782'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::CaretValueFormat2::caretValueFormat -->
- <var-decl name='caretValueFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='136' column='1'/>
+ <var-decl name='caretValueFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='136' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::CaretValueFormat2::caretValuePoint -->
- <var-decl name='caretValuePoint' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='137' column='1'/>
+ <var-decl name='caretValuePoint' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='137' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CaretValueFormat2::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='139' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='139' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CaretValueFormat2::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='139' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='139' column='1'/>
</data-member>
<member-function access='private'>
<!-- hb_position_t OT::CaretValueFormat2::get_caret_value(hb_font_t*, hb_direction_t, hb_codepoint_t) -->
<function-decl name='get_caret_value' mangled-name='_ZNK2OT17CaretValueFormat215get_caret_valueEP9hb_font_t14hb_direction_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CaretValueFormat2*' -->
- <parameter type-id='type-id-344' is-artificial='yes'/>
+ <parameter type-id='type-id-343' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='private'>
<!-- bool OT::CaretValueFormat2::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT17CaretValueFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CaretValueFormat2*' -->
- <parameter type-id='type-id-1220' is-artificial='yes'/>
+ <parameter type-id='type-id-1219' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CaretValueFormat2::_instance_assertion_on_line_139() -->
<function-decl name='_instance_assertion_on_line_139' mangled-name='_ZNK2OT17CaretValueFormat231_instance_assertion_on_line_139Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CaretValueFormat2*' -->
- <parameter type-id='type-id-344' is-artificial='yes'/>
+ <parameter type-id='type-id-343' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CaretValueFormat3 -->
- <class-decl name='CaretValueFormat3' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='143' column='1' id='type-id-784'>
+ <class-decl name='CaretValueFormat3' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='143' column='1' id='type-id-783'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::CaretValueFormat3::caretValueFormat -->
- <var-decl name='caretValueFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='159' column='1'/>
+ <var-decl name='caretValueFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='159' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::SHORT OT::CaretValueFormat3::coordinate -->
- <var-decl name='coordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='160' column='1'/>
+ <var-decl name='coordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='160' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> > OT::CaretValueFormat3::deviceTable -->
- <var-decl name='deviceTable' type-id='type-id-596' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='162' column='1'/>
+ <var-decl name='deviceTable' type-id='type-id-595' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='162' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CaretValueFormat3::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='166' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='166' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CaretValueFormat3::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='166' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='166' column='1'/>
</data-member>
<member-function access='public'>
<!-- hb_position_t OT::CaretValueFormat3::get_caret_value(hb_font_t*, hb_direction_t, hb_codepoint_t) -->
<function-decl name='get_caret_value' mangled-name='_ZNK2OT17CaretValueFormat315get_caret_valueEP9hb_font_t14hb_direction_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CaretValueFormat3*' -->
- <parameter type-id='type-id-347' is-artificial='yes'/>
+ <parameter type-id='type-id-346' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::CaretValueFormat3::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT17CaretValueFormat38sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CaretValueFormat3*' -->
- <parameter type-id='type-id-1221' is-artificial='yes'/>
+ <parameter type-id='type-id-1220' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CaretValueFormat3::_instance_assertion_on_line_166() -->
<function-decl name='_instance_assertion_on_line_166' mangled-name='_ZNK2OT17CaretValueFormat331_instance_assertion_on_line_166Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='166' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CaretValueFormat3*' -->
- <parameter type-id='type-id-347' is-artificial='yes'/>
+ <parameter type-id='type-id-346' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ChainContextSubst -->
- <class-decl name='ChainContextSubst' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='918' column='1' id='type-id-956'>
+ <class-decl name='ChainContextSubst' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='918' column='1' id='type-id-955'>
<!-- struct OT::ChainContext -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1222'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1221'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ClassDefFormat1 -->
- <class-decl name='ClassDefFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='935' column='1' id='type-id-785'>
+ <class-decl name='ClassDefFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='935' column='1' id='type-id-784'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::ClassDefFormat1::classFormat -->
- <var-decl name='classFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='981' column='1'/>
+ <var-decl name='classFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='981' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::GlyphID OT::ClassDefFormat1::startGlyph -->
- <var-decl name='startGlyph' type-id='type-id-850' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='982' column='1'/>
+ <var-decl name='startGlyph' type-id='type-id-849' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='982' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > OT::ClassDefFormat1::classValue -->
- <var-decl name='classValue' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='984' column='1'/>
+ <var-decl name='classValue' type-id='type-id-572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='984' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ClassDefFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='986' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='986' column='1'/>
</data-member>
<member-function access='private'>
<!-- unsigned int OT::ClassDefFormat1::get_class(hb_codepoint_t) -->
<function-decl name='get_class' mangled-name='_ZNK2OT15ClassDefFormat19get_classEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='939' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ClassDefFormat1*' -->
- <parameter type-id='type-id-351' is-artificial='yes'/>
+ <parameter type-id='type-id-350' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ClassDefFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT15ClassDefFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='946' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ClassDefFormat1*' -->
- <parameter type-id='type-id-1223' is-artificial='yes'/>
+ <parameter type-id='type-id-1222' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ClassDefFormat1::intersects_class(const hb_set_t*, unsigned int) -->
<function-decl name='intersects_class' mangled-name='_ZNK2OT15ClassDefFormat116intersects_classEPK8hb_set_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='959' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ClassDefFormat1*' -->
- <parameter type-id='type-id-351' is-artificial='yes'/>
+ <parameter type-id='type-id-350' is-artificial='yes'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- void OT::ClassDefFormat1::_instance_assertion_on_line_986() -->
<function-decl name='_instance_assertion_on_line_986' mangled-name='_ZNK2OT15ClassDefFormat131_instance_assertion_on_line_986Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='986' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ClassDefFormat1*' -->
- <parameter type-id='type-id-351' is-artificial='yes'/>
+ <parameter type-id='type-id-350' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ClassDefFormat1::_compiles_assertion_on_line_986() -->
<function-decl name='_compiles_assertion_on_line_986' mangled-name='_ZNK2OT15ClassDefFormat131_compiles_assertion_on_line_986Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='986' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ClassDefFormat1*' -->
- <parameter type-id='type-id-351' is-artificial='yes'/>
+ <parameter type-id='type-id-350' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ClassDefFormat1::add_class<hb_set_t>(hb_set_t*, unsigned int) -->
<function-decl name='add_class<hb_set_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='952' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ClassDefFormat1*' -->
- <parameter type-id='type-id-351' is-artificial='yes'/>
+ <parameter type-id='type-id-350' is-artificial='yes'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CmapSubtableFormat0 -->
- <class-decl name='CmapSubtableFormat0' size-in-bits='2096' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='44' column='1' id='type-id-786'>
+ <class-decl name='CmapSubtableFormat0' size-in-bits='2096' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='44' column='1' id='type-id-785'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::CmapSubtableFormat0::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='60' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='60' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::CmapSubtableFormat0::lengthZ -->
- <var-decl name='lengthZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='61' column='1'/>
+ <var-decl name='lengthZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='61' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::USHORT OT::CmapSubtableFormat0::languageZ -->
- <var-decl name='languageZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='62' column='1'/>
+ <var-decl name='languageZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='62' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::BYTE OT::CmapSubtableFormat0::glyphIdArray[256] -->
- <var-decl name='glyphIdArray' type-id='type-id-1224' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='63' column='1'/>
+ <var-decl name='glyphIdArray' type-id='type-id-1223' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='63' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CmapSubtableFormat0::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='66' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='66' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CmapSubtableFormat0::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='66' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='66' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::CmapSubtableFormat0::get_glyph(hb_codepoint_t, hb_codepoint_t*) -->
<function-decl name='get_glyph' mangled-name='_ZNK2OT19CmapSubtableFormat09get_glyphEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableFormat0*' -->
- <parameter type-id='type-id-278' is-artificial='yes'/>
+ <parameter type-id='type-id-277' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::CmapSubtableFormat0::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT19CmapSubtableFormat08sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CmapSubtableFormat0*' -->
- <parameter type-id='type-id-1225' is-artificial='yes'/>
+ <parameter type-id='type-id-1224' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CmapSubtableFormat0::_instance_assertion_on_line_66() -->
<function-decl name='_instance_assertion_on_line_66' mangled-name='_ZNK2OT19CmapSubtableFormat030_instance_assertion_on_line_66Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableFormat0*' -->
- <parameter type-id='type-id-278' is-artificial='yes'/>
+ <parameter type-id='type-id-277' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CmapSubtableFormat14 -->
- <class-decl name='CmapSubtableFormat14' size-in-bits='168' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='368' column='1' id='type-id-787'>
+ <class-decl name='CmapSubtableFormat14' size-in-bits='168' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='368' column='1' id='type-id-786'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::CmapSubtableFormat14::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='383' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='383' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::ULONG OT::CmapSubtableFormat14::lengthZ -->
- <var-decl name='lengthZ' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='384' column='1'/>
+ <var-decl name='lengthZ' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='384' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::SortedArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> > OT::CmapSubtableFormat14::record -->
- <var-decl name='record' type-id='type-id-1226' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='386' column='1'/>
+ <var-decl name='record' type-id='type-id-1225' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='386' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CmapSubtableFormat14::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='389' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='389' column='1'/>
</data-member>
<member-function access='public'>
<!-- OT::glyph_variant_t OT::CmapSubtableFormat14::get_glyph_variant(hb_codepoint_t, hb_codepoint_t, hb_codepoint_t*) -->
<function-decl name='get_glyph_variant' mangled-name='_ZNK2OT20CmapSubtableFormat1417get_glyph_variantEjjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='369' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableFormat14*' -->
- <parameter type-id='type-id-295' is-artificial='yes'/>
+ <parameter type-id='type-id-294' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- enum OT::glyph_variant_t -->
- <return type-id='type-id-1227'/>
+ <return type-id='type-id-1226'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::CmapSubtableFormat14::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT20CmapSubtableFormat148sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='376' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CmapSubtableFormat14*' -->
- <parameter type-id='type-id-1228' is-artificial='yes'/>
+ <parameter type-id='type-id-1227' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CmapSubtableFormat14::_instance_assertion_on_line_389() -->
<function-decl name='_instance_assertion_on_line_389' mangled-name='_ZNK2OT20CmapSubtableFormat1431_instance_assertion_on_line_389Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='389' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableFormat14*' -->
- <parameter type-id='type-id-295' is-artificial='yes'/>
+ <parameter type-id='type-id-294' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::CmapSubtableFormat14::_compiles_assertion_on_line_389() -->
<function-decl name='_compiles_assertion_on_line_389' mangled-name='_ZNK2OT20CmapSubtableFormat1431_compiles_assertion_on_line_389Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='389' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableFormat14*' -->
- <parameter type-id='type-id-295' is-artificial='yes'/>
+ <parameter type-id='type-id-294' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CmapSubtableFormat4 -->
- <class-decl name='CmapSubtableFormat4' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='70' column='1' id='type-id-788'>
+ <class-decl name='CmapSubtableFormat4' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='70' column='1' id='type-id-787'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::CmapSubtableFormat4::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='150' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='150' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::CmapSubtableFormat4::length -->
- <var-decl name='length' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='151' column='1'/>
+ <var-decl name='length' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='151' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::USHORT OT::CmapSubtableFormat4::languageZ -->
- <var-decl name='languageZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='153' column='1'/>
+ <var-decl name='languageZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='153' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::USHORT OT::CmapSubtableFormat4::segCountX2 -->
- <var-decl name='segCountX2' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='154' column='1'/>
+ <var-decl name='segCountX2' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='154' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::USHORT OT::CmapSubtableFormat4::searchRangeZ -->
- <var-decl name='searchRangeZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='155' column='1'/>
+ <var-decl name='searchRangeZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='155' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
<!-- OT::USHORT OT::CmapSubtableFormat4::entrySelectorZ -->
- <var-decl name='entrySelectorZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='156' column='1'/>
+ <var-decl name='entrySelectorZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='156' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
<!-- OT::USHORT OT::CmapSubtableFormat4::rangeShiftZ -->
- <var-decl name='rangeShiftZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='157' column='1'/>
+ <var-decl name='rangeShiftZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='157' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='112'>
<!-- OT::USHORT OT::CmapSubtableFormat4::values[1] -->
- <var-decl name='values' type-id='type-id-861' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='159' column='1'/>
+ <var-decl name='values' type-id='type-id-860' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='159' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CmapSubtableFormat4::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='171' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='171' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::CmapSubtableFormat4::get_glyph(hb_codepoint_t, hb_codepoint_t*) -->
<function-decl name='get_glyph' mangled-name='_ZNK2OT19CmapSubtableFormat49get_glyphEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='71' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableFormat4*' -->
- <parameter type-id='type-id-279' is-artificial='yes'/>
+ <parameter type-id='type-id-278' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::CmapSubtableFormat4::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT19CmapSubtableFormat48sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='128' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CmapSubtableFormat4*' -->
- <parameter type-id='type-id-1229' is-artificial='yes'/>
+ <parameter type-id='type-id-1228' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CmapSubtableFormat4::_instance_assertion_on_line_171() -->
<function-decl name='_instance_assertion_on_line_171' mangled-name='_ZNK2OT19CmapSubtableFormat431_instance_assertion_on_line_171Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableFormat4*' -->
- <parameter type-id='type-id-279' is-artificial='yes'/>
+ <parameter type-id='type-id-278' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::CmapSubtableFormat4::_compiles_assertion_on_line_171() -->
<function-decl name='_compiles_assertion_on_line_171' mangled-name='_ZNK2OT19CmapSubtableFormat431_compiles_assertion_on_line_171Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableFormat4*' -->
- <parameter type-id='type-id-279' is-artificial='yes'/>
+ <parameter type-id='type-id-278' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12> -->
- <class-decl name='CmapSubtableLongSegmented<OT::CmapSubtableFormat12>' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='235' column='1' id='type-id-789'>
+ <class-decl name='CmapSubtableLongSegmented<OT::CmapSubtableFormat12>' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='235' column='1' id='type-id-788'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='251' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='251' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>::reservedZ -->
- <var-decl name='reservedZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='252' column='1'/>
+ <var-decl name='reservedZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='252' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::ULONG OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>::lengthZ -->
- <var-decl name='lengthZ' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='253' column='1'/>
+ <var-decl name='lengthZ' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='253' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::ULONG OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>::languageZ -->
- <var-decl name='languageZ' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='254' column='1'/>
+ <var-decl name='languageZ' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='254' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
<!-- OT::SortedArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> > OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>::groups -->
- <var-decl name='groups' type-id='type-id-1230' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='256' column='1'/>
+ <var-decl name='groups' type-id='type-id-1229' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='256' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>::get_glyph(unsigned int, hb_codepoint_t*) -->
<function-decl name='get_glyph' mangled-name='_ZNK2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat12EE9get_glyphEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='236' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>*' -->
- <parameter type-id='type-id-287' is-artificial='yes'/>
+ <parameter type-id='type-id-286' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat12EE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='245' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>*' -->
- <parameter type-id='type-id-1231' is-artificial='yes'/>
+ <parameter type-id='type-id-1230' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>::_instance_assertion_on_line_258() -->
<function-decl name='_instance_assertion_on_line_258' mangled-name='_ZNK2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat12EE31_instance_assertion_on_line_258Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>*' -->
- <parameter type-id='type-id-287' is-artificial='yes'/>
+ <parameter type-id='type-id-286' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>::_compiles_assertion_on_line_258() -->
<function-decl name='_compiles_assertion_on_line_258' mangled-name='_ZNK2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat12EE31_compiles_assertion_on_line_258Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>*' -->
- <parameter type-id='type-id-287' is-artificial='yes'/>
+ <parameter type-id='type-id-286' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13> -->
- <class-decl name='CmapSubtableLongSegmented<OT::CmapSubtableFormat13>' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='235' column='1' id='type-id-790'>
+ <class-decl name='CmapSubtableLongSegmented<OT::CmapSubtableFormat13>' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='235' column='1' id='type-id-789'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='251' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='251' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>::reservedZ -->
- <var-decl name='reservedZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='252' column='1'/>
+ <var-decl name='reservedZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='252' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::ULONG OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>::lengthZ -->
- <var-decl name='lengthZ' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='253' column='1'/>
+ <var-decl name='lengthZ' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='253' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::ULONG OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>::languageZ -->
- <var-decl name='languageZ' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='254' column='1'/>
+ <var-decl name='languageZ' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='254' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
<!-- OT::SortedArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> > OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>::groups -->
- <var-decl name='groups' type-id='type-id-1230' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='256' column='1'/>
+ <var-decl name='groups' type-id='type-id-1229' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='256' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>::get_glyph(unsigned int, hb_codepoint_t*) -->
<function-decl name='get_glyph' mangled-name='_ZNK2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat13EE9get_glyphEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='236' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>*' -->
- <parameter type-id='type-id-288' is-artificial='yes'/>
+ <parameter type-id='type-id-287' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat13EE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='245' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>*' -->
- <parameter type-id='type-id-1232' is-artificial='yes'/>
+ <parameter type-id='type-id-1231' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>::_instance_assertion_on_line_258() -->
<function-decl name='_instance_assertion_on_line_258' mangled-name='_ZNK2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat13EE31_instance_assertion_on_line_258Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>*' -->
- <parameter type-id='type-id-288' is-artificial='yes'/>
+ <parameter type-id='type-id-287' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>::_compiles_assertion_on_line_258() -->
<function-decl name='_compiles_assertion_on_line_258' mangled-name='_ZNK2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat13EE31_compiles_assertion_on_line_258Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>*' -->
- <parameter type-id='type-id-288' is-artificial='yes'/>
+ <parameter type-id='type-id-287' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='202' column='1' id='type-id-791'>
+ <class-decl name='CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='202' column='1' id='type-id-790'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::IntType<short unsigned int, 2u> OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >::formatReserved -->
- <var-decl name='formatReserved' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='219' column='1'/>
+ <var-decl name='formatReserved' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='219' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::IntType<short unsigned int, 2u> OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >::lengthZ -->
- <var-decl name='lengthZ' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='220' column='1'/>
+ <var-decl name='lengthZ' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='220' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::IntType<short unsigned int, 2u> OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >::languageZ -->
- <var-decl name='languageZ' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='221' column='1'/>
+ <var-decl name='languageZ' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='221' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::IntType<short unsigned int, 2u> OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >::startCharCode -->
- <var-decl name='startCharCode' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='222' column='1'/>
+ <var-decl name='startCharCode' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='222' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >::glyphIdArray -->
- <var-decl name='glyphIdArray' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='224' column='1'/>
+ <var-decl name='glyphIdArray' type-id='type-id-572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='224' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >::get_glyph(unsigned int, hb_codepoint_t*) -->
<function-decl name='get_glyph' mangled-name='_ZNK2OT19CmapSubtableTrimmedINS_7IntTypeItLj2EEEE9get_glyphEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='203' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-283' is-artificial='yes'/>
+ <parameter type-id='type-id-282' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT19CmapSubtableTrimmedINS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='213' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1233' is-artificial='yes'/>
+ <parameter type-id='type-id-1232' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_227() -->
<function-decl name='_instance_assertion_on_line_227' mangled-name='_ZNK2OT19CmapSubtableTrimmedINS_7IntTypeItLj2EEEE31_instance_assertion_on_line_227Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-283' is-artificial='yes'/>
+ <parameter type-id='type-id-282' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >::_compiles_assertion_on_line_227() -->
<function-decl name='_compiles_assertion_on_line_227' mangled-name='_ZNK2OT19CmapSubtableTrimmedINS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_227Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-283' is-artificial='yes'/>
+ <parameter type-id='type-id-282' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> > -->
- <class-decl name='CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >' size-in-bits='176' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='202' column='1' id='type-id-792'>
+ <class-decl name='CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >' size-in-bits='176' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='202' column='1' id='type-id-791'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::IntType<unsigned int, 4u> OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >::formatReserved -->
- <var-decl name='formatReserved' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='219' column='1'/>
+ <var-decl name='formatReserved' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='219' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::IntType<unsigned int, 4u> OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >::lengthZ -->
- <var-decl name='lengthZ' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='220' column='1'/>
+ <var-decl name='lengthZ' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='220' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::IntType<unsigned int, 4u> OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >::languageZ -->
- <var-decl name='languageZ' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='221' column='1'/>
+ <var-decl name='languageZ' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='221' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
<!-- OT::IntType<unsigned int, 4u> OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >::startCharCode -->
- <var-decl name='startCharCode' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='222' column='1'/>
+ <var-decl name='startCharCode' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='222' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> > OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >::glyphIdArray -->
- <var-decl name='glyphIdArray' type-id='type-id-754' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='224' column='1'/>
+ <var-decl name='glyphIdArray' type-id='type-id-753' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='224' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >::get_glyph(unsigned int, hb_codepoint_t*) -->
<function-decl name='get_glyph' mangled-name='_ZNK2OT19CmapSubtableTrimmedINS_7IntTypeIjLj4EEEE9get_glyphEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='203' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-285' is-artificial='yes'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT19CmapSubtableTrimmedINS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='213' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1234' is-artificial='yes'/>
+ <parameter type-id='type-id-1233' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >::_instance_assertion_on_line_227() -->
<function-decl name='_instance_assertion_on_line_227' mangled-name='_ZNK2OT19CmapSubtableTrimmedINS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_227Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-285' is-artificial='yes'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >::_compiles_assertion_on_line_227() -->
<function-decl name='_compiles_assertion_on_line_227' mangled-name='_ZNK2OT19CmapSubtableTrimmedINS_7IntTypeIjLj4EEEE31_compiles_assertion_on_line_227Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-285' is-artificial='yes'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ContextFormat3 -->
- <class-decl name='ContextFormat3' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1431' column='1' id='type-id-793'>
+ <class-decl name='ContextFormat3' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1431' column='1' id='type-id-792'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::ContextFormat3::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1510' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1510' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::ContextFormat3::glyphCount -->
- <var-decl name='glyphCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1511' column='1'/>
+ <var-decl name='glyphCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1511' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::USHORT OT::ContextFormat3::lookupCount -->
- <var-decl name='lookupCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1513' column='1'/>
+ <var-decl name='lookupCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1513' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::ContextFormat3::coverageZ[1] -->
- <var-decl name='coverageZ' type-id='type-id-1121' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1515' column='1'/>
+ <var-decl name='coverageZ' type-id='type-id-1120' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1515' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::LookupRecord OT::ContextFormat3::lookupRecordX[1] -->
- <var-decl name='lookupRecordX' type-id='type-id-1085' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1517' column='1'/>
+ <var-decl name='lookupRecordX' type-id='type-id-1084' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1517' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ContextFormat3::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1520' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1520' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::ContextFormat3::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT14ContextFormat37closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1432' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat3*' -->
- <parameter type-id='type-id-395' is-artificial='yes'/>
+ <parameter type-id='type-id-394' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ContextFormat3::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT14ContextFormat314collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1449' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat3*' -->
- <parameter type-id='type-id-395' is-artificial='yes'/>
+ <parameter type-id='type-id-394' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::ContextFormat3::would_apply(OT::hb_would_apply_context_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT14ContextFormat311would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1466' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat3*' -->
- <parameter type-id='type-id-395' is-artificial='yes'/>
+ <parameter type-id='type-id-394' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- const OT::Coverage& OT::ContextFormat3::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT14ContextFormat312get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1478' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat3*' -->
- <parameter type-id='type-id-395' is-artificial='yes'/>
+ <parameter type-id='type-id-394' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::ContextFormat3::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT14ContextFormat35applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1483' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat3*' -->
- <parameter type-id='type-id-395' is-artificial='yes'/>
+ <parameter type-id='type-id-394' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ContextFormat3::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT14ContextFormat38sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1497' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ContextFormat3*' -->
- <parameter type-id='type-id-1235' is-artificial='yes'/>
+ <parameter type-id='type-id-1234' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ContextFormat3::_instance_assertion_on_line_1520() -->
<function-decl name='_instance_assertion_on_line_1520' mangled-name='_ZNK2OT14ContextFormat332_instance_assertion_on_line_1520Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1520' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat3*' -->
- <parameter type-id='type-id-395' is-artificial='yes'/>
+ <parameter type-id='type-id-394' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ContextFormat3::_compiles_assertion_on_line_1520() -->
<function-decl name='_compiles_assertion_on_line_1520' mangled-name='_ZNK2OT14ContextFormat332_compiles_assertion_on_line_1520Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1520' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat3*' -->
- <parameter type-id='type-id-395' is-artificial='yes'/>
+ <parameter type-id='type-id-394' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ContextSubst -->
- <class-decl name='ContextSubst' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='916' column='1' id='type-id-955'>
+ <class-decl name='ContextSubst' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='916' column='1' id='type-id-954'>
<!-- struct OT::Context -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1236'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1235'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Device -->
- <class-decl name='Device' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1101' column='1' id='type-id-794'>
+ <class-decl name='Device' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1101' column='1' id='type-id-793'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::Device::startSize -->
- <var-decl name='startSize' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1157' column='1'/>
+ <var-decl name='startSize' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1157' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::Device::endSize -->
- <var-decl name='endSize' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1158' column='1'/>
+ <var-decl name='endSize' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1158' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::USHORT OT::Device::deltaFormat -->
- <var-decl name='deltaFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1159' column='1'/>
+ <var-decl name='deltaFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1159' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::USHORT OT::Device::deltaValue[1] -->
- <var-decl name='deltaValue' type-id='type-id-861' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1164' column='1'/>
+ <var-decl name='deltaValue' type-id='type-id-860' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1164' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Device::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1166' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1166' column='1'/>
</data-member>
<member-function access='public'>
<!-- hb_position_t OT::Device::get_x_delta(hb_font_t*) -->
<function-decl name='get_x_delta' mangled-name='_ZNK2OT6Device11get_x_deltaEP9hb_font_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1103' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Device*' -->
- <parameter type-id='type-id-345' is-artificial='yes'/>
+ <parameter type-id='type-id-344' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_position_t OT::Device::get_y_delta(hb_font_t*) -->
<function-decl name='get_y_delta' mangled-name='_ZNK2OT6Device11get_y_deltaEP9hb_font_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1106' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Device*' -->
- <parameter type-id='type-id-345' is-artificial='yes'/>
+ <parameter type-id='type-id-344' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- int OT::Device::get_delta(unsigned int, int) -->
<function-decl name='get_delta' mangled-name='_ZNK2OT6Device9get_deltaEji' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1109' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Device*' -->
- <parameter type-id='type-id-345' is-artificial='yes'/>
+ <parameter type-id='type-id-344' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'int' -->
<!-- int OT::Device::get_delta_pixels(unsigned int) -->
<function-decl name='get_delta_pixels' mangled-name='_ZNK2OT6Device16get_delta_pixelsEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1121' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Device*' -->
- <parameter type-id='type-id-345' is-artificial='yes'/>
+ <parameter type-id='type-id-344' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- int -->
<!-- unsigned int OT::Device::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT6Device8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1144' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Device*' -->
- <parameter type-id='type-id-345' is-artificial='yes'/>
+ <parameter type-id='type-id-344' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::Device::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT6Device8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1151' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Device*' -->
- <parameter type-id='type-id-1237' is-artificial='yes'/>
+ <parameter type-id='type-id-1236' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::Device::_instance_assertion_on_line_1166() -->
<function-decl name='_instance_assertion_on_line_1166' mangled-name='_ZNK2OT6Device32_instance_assertion_on_line_1166Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1166' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Device*' -->
- <parameter type-id='type-id-345' is-artificial='yes'/>
+ <parameter type-id='type-id-344' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::Device::_compiles_assertion_on_line_1166() -->
<function-decl name='_compiles_assertion_on_line_1166' mangled-name='_ZNK2OT6Device32_compiles_assertion_on_line_1166Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1166' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Device*' -->
- <parameter type-id='type-id-345' is-artificial='yes'/>
+ <parameter type-id='type-id-344' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::EncodingRecord -->
- <class-decl name='EncodingRecord' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='453' column='1' id='type-id-795'>
+ <class-decl name='EncodingRecord' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='453' column='1' id='type-id-794'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::EncodingRecord::platformID -->
- <var-decl name='platformID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='470' column='1'/>
+ <var-decl name='platformID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='470' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::EncodingRecord::encodingID -->
- <var-decl name='encodingID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='471' column='1'/>
+ <var-decl name='encodingID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='471' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> > OT::EncodingRecord::subtable -->
- <var-decl name='subtable' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='473' column='1'/>
+ <var-decl name='subtable' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='473' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::EncodingRecord::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='475' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='475' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::EncodingRecord::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='475' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='475' column='1'/>
</data-member>
<member-function access='public'>
<!-- int OT::EncodingRecord::cmp(const OT::EncodingRecord&) -->
<function-decl name='cmp' mangled-name='_ZNK2OT14EncodingRecord3cmpERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='454' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::EncodingRecord*' -->
- <parameter type-id='type-id-297' is-artificial='yes'/>
+ <parameter type-id='type-id-296' is-artificial='yes'/>
<!-- parameter of type 'const OT::EncodingRecord&' -->
- <parameter type-id='type-id-1062'/>
+ <parameter type-id='type-id-1061'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- bool OT::EncodingRecord::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT14EncodingRecord8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='464' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::EncodingRecord*' -->
- <parameter type-id='type-id-1238' is-artificial='yes'/>
+ <parameter type-id='type-id-1237' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- void OT::EncodingRecord::_instance_assertion_on_line_475() -->
<function-decl name='_instance_assertion_on_line_475' mangled-name='_ZNK2OT14EncodingRecord31_instance_assertion_on_line_475Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='475' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::EncodingRecord*' -->
- <parameter type-id='type-id-297' is-artificial='yes'/>
+ <parameter type-id='type-id-296' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ExtensionFormat1 -->
- <class-decl name='ExtensionFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2177' column='1' id='type-id-796'>
+ <class-decl name='ExtensionFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2177' column='1' id='type-id-795'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::ExtensionFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2187' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2187' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::ExtensionFormat1::extensionLookupType -->
- <var-decl name='extensionLookupType' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2188' column='1'/>
+ <var-decl name='extensionLookupType' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2188' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::ULONG OT::ExtensionFormat1::extensionOffset -->
- <var-decl name='extensionOffset' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2191' column='1'/>
+ <var-decl name='extensionOffset' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2191' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ExtensionFormat1::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2194' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2194' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ExtensionFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2194' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2194' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::ExtensionFormat1::get_type() -->
<function-decl name='get_type' mangled-name='_ZNK2OT16ExtensionFormat18get_typeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2178' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ExtensionFormat1*' -->
- <parameter type-id='type-id-402' is-artificial='yes'/>
+ <parameter type-id='type-id-401' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- unsigned int OT::ExtensionFormat1::get_offset() -->
<function-decl name='get_offset' mangled-name='_ZNK2OT16ExtensionFormat110get_offsetEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2179' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ExtensionFormat1*' -->
- <parameter type-id='type-id-402' is-artificial='yes'/>
+ <parameter type-id='type-id-401' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ExtensionFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT16ExtensionFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2181' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ExtensionFormat1*' -->
- <parameter type-id='type-id-1239' is-artificial='yes'/>
+ <parameter type-id='type-id-1238' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ExtensionFormat1::_instance_assertion_on_line_2194() -->
<function-decl name='_instance_assertion_on_line_2194' mangled-name='_ZNK2OT16ExtensionFormat132_instance_assertion_on_line_2194Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2194' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ExtensionFormat1*' -->
- <parameter type-id='type-id-402' is-artificial='yes'/>
+ <parameter type-id='type-id-401' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ExtensionSubst -->
- <class-decl name='ExtensionSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='921' column='1' id='type-id-957'>
+ <class-decl name='ExtensionSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='921' column='1' id='type-id-956'>
<!-- struct OT::Extension<OT::ExtensionSubst> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1240'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1239'/>
<member-function access='public'>
<!-- bool OT::ExtensionSubst::is_reverse() -->
<function-decl name='is_reverse' mangled-name='_ZNK2OT14ExtensionSubst10is_reverseEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='924' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ExtensionSubst*' -->
- <parameter type-id='type-id-1241' is-artificial='yes'/>
+ <parameter type-id='type-id-1240' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Feature -->
- <class-decl name='Feature' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='475' column='1' id='type-id-797'>
+ <class-decl name='Feature' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='475' column='1' id='type-id-796'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> > OT::Feature::featureParams -->
- <var-decl name='featureParams' type-id='type-id-598' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='532' column='1'/>
+ <var-decl name='featureParams' type-id='type-id-597' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='532' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::IndexArray OT::Feature::lookupIndex -->
- <var-decl name='lookupIndex' type-id='type-id-1242' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='536' column='1'/>
+ <var-decl name='lookupIndex' type-id='type-id-1241' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='536' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Feature::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='538' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='538' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::Feature::get_lookup_count() -->
<function-decl name='get_lookup_count' mangled-name='_ZNK2OT7Feature16get_lookup_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='476' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Feature*' -->
- <parameter type-id='type-id-371' is-artificial='yes'/>
+ <parameter type-id='type-id-370' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- hb_tag_t OT::Feature::get_lookup_index(unsigned int) -->
<function-decl name='get_lookup_index' mangled-name='_ZNK2OT7Feature16get_lookup_indexEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='478' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Feature*' -->
- <parameter type-id='type-id-371' is-artificial='yes'/>
+ <parameter type-id='type-id-370' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef hb_tag_t -->
- <return type-id='type-id-180'/>
+ <return type-id='type-id-179'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::Feature::get_lookup_indexes(unsigned int, unsigned int*, unsigned int*) -->
<function-decl name='get_lookup_indexes' mangled-name='_ZNK2OT7Feature18get_lookup_indexesEjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='480' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Feature*' -->
- <parameter type-id='type-id-371' is-artificial='yes'/>
+ <parameter type-id='type-id-370' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<!-- const OT::FeatureParams& OT::Feature::get_feature_params() -->
<function-decl name='get_feature_params' mangled-name='_ZNK2OT7Feature18get_feature_paramsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='485' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Feature*' -->
- <parameter type-id='type-id-371' is-artificial='yes'/>
+ <parameter type-id='type-id-370' is-artificial='yes'/>
<!-- const OT::FeatureParams& -->
- <return type-id='type-id-885'/>
+ <return type-id='type-id-884'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::Feature::sanitize(OT::hb_sanitize_context_t*, const OT::Record<OT::Feature>::sanitize_closure_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7Feature8sanitizeEPNS_21hb_sanitize_context_tEPKNS_6RecordIS0_E18sanitize_closure_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='488' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Feature*' -->
- <parameter type-id='type-id-1243' is-artificial='yes'/>
+ <parameter type-id='type-id-1242' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'const OT::Record<OT::Feature>::sanitize_closure_t*' -->
- <parameter type-id='type-id-884'/>
+ <parameter type-id='type-id-883'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::Feature::_instance_assertion_on_line_538() -->
<function-decl name='_instance_assertion_on_line_538' mangled-name='_ZNK2OT7Feature31_instance_assertion_on_line_538Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='538' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Feature*' -->
- <parameter type-id='type-id-371' is-artificial='yes'/>
+ <parameter type-id='type-id-370' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::Feature::_compiles_assertion_on_line_538() -->
<function-decl name='_compiles_assertion_on_line_538' mangled-name='_ZNK2OT7Feature31_compiles_assertion_on_line_538Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='538' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Feature*' -->
- <parameter type-id='type-id-371' is-artificial='yes'/>
+ <parameter type-id='type-id-370' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::FeatureParamsCharacterVariants -->
- <class-decl name='FeatureParamsCharacterVariants' size-in-bits='136' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='406' column='1' id='type-id-798'>
+ <class-decl name='FeatureParamsCharacterVariants' size-in-bits='136' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='406' column='1' id='type-id-797'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::FeatureParamsCharacterVariants::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='413' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='413' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::FeatureParamsCharacterVariants::featUILableNameID -->
- <var-decl name='featUILableNameID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='414' column='1'/>
+ <var-decl name='featUILableNameID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='414' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::USHORT OT::FeatureParamsCharacterVariants::featUITooltipTextNameID -->
- <var-decl name='featUITooltipTextNameID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='419' column='1'/>
+ <var-decl name='featUITooltipTextNameID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='419' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='48'>
<!-- OT::USHORT OT::FeatureParamsCharacterVariants::sampleTextNameID -->
- <var-decl name='sampleTextNameID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='425' column='1'/>
+ <var-decl name='sampleTextNameID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='425' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- OT::USHORT OT::FeatureParamsCharacterVariants::numNamedParameters -->
- <var-decl name='numNamedParameters' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='429' column='1'/>
+ <var-decl name='numNamedParameters' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='429' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='80'>
<!-- OT::USHORT OT::FeatureParamsCharacterVariants::firstParamUILabelNameID -->
- <var-decl name='firstParamUILabelNameID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='431' column='1'/>
+ <var-decl name='firstParamUILabelNameID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='431' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<!-- OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> > OT::FeatureParamsCharacterVariants::characters -->
- <var-decl name='characters' type-id='type-id-755' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='437' column='1'/>
+ <var-decl name='characters' type-id='type-id-754' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='437' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::FeatureParamsCharacterVariants::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='442' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='442' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::FeatureParamsCharacterVariants::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT30FeatureParamsCharacterVariants8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='407' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::FeatureParamsCharacterVariants*' -->
- <parameter type-id='type-id-1244' is-artificial='yes'/>
+ <parameter type-id='type-id-1243' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::FeatureParamsCharacterVariants::_instance_assertion_on_line_442() -->
<function-decl name='_instance_assertion_on_line_442' mangled-name='_ZNK2OT30FeatureParamsCharacterVariants31_instance_assertion_on_line_442Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='442' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::FeatureParamsCharacterVariants*' -->
- <parameter type-id='type-id-369' is-artificial='yes'/>
+ <parameter type-id='type-id-368' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::FeatureParamsCharacterVariants::_compiles_assertion_on_line_442() -->
<function-decl name='_compiles_assertion_on_line_442' mangled-name='_ZNK2OT30FeatureParamsCharacterVariants31_compiles_assertion_on_line_442Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='442' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::FeatureParamsCharacterVariants*' -->
- <parameter type-id='type-id-369' is-artificial='yes'/>
+ <parameter type-id='type-id-368' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::FeatureParamsSize -->
- <class-decl name='FeatureParamsSize' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='262' column='1' id='type-id-799'>
+ <class-decl name='FeatureParamsSize' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='262' column='1' id='type-id-798'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::FeatureParamsSize::designSize -->
- <var-decl name='designSize' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='332' column='1'/>
+ <var-decl name='designSize' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::FeatureParamsSize::subfamilyID -->
- <var-decl name='subfamilyID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='337' column='1'/>
+ <var-decl name='subfamilyID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='337' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::USHORT OT::FeatureParamsSize::subfamilyNameID -->
- <var-decl name='subfamilyNameID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='347' column='1'/>
+ <var-decl name='subfamilyNameID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='347' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='48'>
<!-- OT::USHORT OT::FeatureParamsSize::rangeStart -->
- <var-decl name='rangeStart' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='361' column='1'/>
+ <var-decl name='rangeStart' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='361' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- OT::USHORT OT::FeatureParamsSize::rangeEnd -->
- <var-decl name='rangeEnd' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='364' column='1'/>
+ <var-decl name='rangeEnd' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='364' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::FeatureParamsSize::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='368' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='368' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::FeatureParamsSize::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='368' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='368' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::FeatureParamsSize::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT17FeatureParamsSize8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='263' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::FeatureParamsSize*' -->
- <parameter type-id='type-id-1245' is-artificial='yes'/>
+ <parameter type-id='type-id-1244' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::FeatureParamsSize::_instance_assertion_on_line_368() -->
<function-decl name='_instance_assertion_on_line_368' mangled-name='_ZNK2OT17FeatureParamsSize31_instance_assertion_on_line_368Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='368' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::FeatureParamsSize*' -->
- <parameter type-id='type-id-366' is-artificial='yes'/>
+ <parameter type-id='type-id-365' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::FeatureParamsStylisticSet -->
- <class-decl name='FeatureParamsStylisticSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='373' column='1' id='type-id-800'>
+ <class-decl name='FeatureParamsStylisticSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='373' column='1' id='type-id-799'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::FeatureParamsStylisticSet::version -->
- <var-decl name='version' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='381' column='1'/>
+ <var-decl name='version' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='381' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::FeatureParamsStylisticSet::uiNameID -->
- <var-decl name='uiNameID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='386' column='1'/>
+ <var-decl name='uiNameID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='386' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::FeatureParamsStylisticSet::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='401' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='401' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::FeatureParamsStylisticSet::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='401' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='401' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::FeatureParamsStylisticSet::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT25FeatureParamsStylisticSet8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='374' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::FeatureParamsStylisticSet*' -->
- <parameter type-id='type-id-1246' is-artificial='yes'/>
+ <parameter type-id='type-id-1245' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::FeatureParamsStylisticSet::_instance_assertion_on_line_401() -->
<function-decl name='_instance_assertion_on_line_401' mangled-name='_ZNK2OT25FeatureParamsStylisticSet31_instance_assertion_on_line_401Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='401' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::FeatureParamsStylisticSet*' -->
- <parameter type-id='type-id-367' is-artificial='yes'/>
+ <parameter type-id='type-id-366' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::LangSys -->
- <class-decl name='LangSys' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='183' column='1' id='type-id-801'>
+ <class-decl name='LangSys' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='183' column='1' id='type-id-800'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::Offset<OT::IntType<short unsigned int, 2u> > OT::LangSys::lookupOrderZ -->
- <var-decl name='lookupOrderZ' type-id='type-id-862' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='207' column='1'/>
+ <var-decl name='lookupOrderZ' type-id='type-id-861' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='207' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::LangSys::reqFeatureIndex -->
- <var-decl name='reqFeatureIndex' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='209' column='1'/>
+ <var-decl name='reqFeatureIndex' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='209' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::IndexArray OT::LangSys::featureIndex -->
- <var-decl name='featureIndex' type-id='type-id-1242' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='212' column='1'/>
+ <var-decl name='featureIndex' type-id='type-id-1241' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='212' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::LangSys::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='214' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='214' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::LangSys::get_feature_count() -->
<function-decl name='get_feature_count' mangled-name='_ZNK2OT7LangSys17get_feature_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='184' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LangSys*' -->
- <parameter type-id='type-id-358' is-artificial='yes'/>
+ <parameter type-id='type-id-357' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- hb_tag_t OT::LangSys::get_feature_index(unsigned int) -->
<function-decl name='get_feature_index' mangled-name='_ZNK2OT7LangSys17get_feature_indexEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='186' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LangSys*' -->
- <parameter type-id='type-id-358' is-artificial='yes'/>
+ <parameter type-id='type-id-357' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef hb_tag_t -->
- <return type-id='type-id-180'/>
+ <return type-id='type-id-179'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::LangSys::get_feature_indexes(unsigned int, unsigned int*, unsigned int*) -->
<function-decl name='get_feature_indexes' mangled-name='_ZNK2OT7LangSys19get_feature_indexesEjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='188' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LangSys*' -->
- <parameter type-id='type-id-358' is-artificial='yes'/>
+ <parameter type-id='type-id-357' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<!-- bool OT::LangSys::has_required_feature() -->
<function-decl name='has_required_feature' mangled-name='_ZNK2OT7LangSys20has_required_featureEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LangSys*' -->
- <parameter type-id='type-id-358' is-artificial='yes'/>
+ <parameter type-id='type-id-357' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- unsigned int OT::LangSys::get_required_feature_index() -->
<function-decl name='get_required_feature_index' mangled-name='_ZNK2OT7LangSys26get_required_feature_indexEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='194' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LangSys*' -->
- <parameter type-id='type-id-358' is-artificial='yes'/>
+ <parameter type-id='type-id-357' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::LangSys::sanitize(OT::hb_sanitize_context_t*, const OT::Record<OT::LangSys>::sanitize_closure_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7LangSys8sanitizeEPNS_21hb_sanitize_context_tEPKNS_6RecordIS0_E18sanitize_closure_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='201' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::LangSys*' -->
- <parameter type-id='type-id-1247' is-artificial='yes'/>
+ <parameter type-id='type-id-1246' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'const OT::Record<OT::LangSys>::sanitize_closure_t*' -->
- <parameter type-id='type-id-889'/>
+ <parameter type-id='type-id-888'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::LangSys::_instance_assertion_on_line_214() -->
<function-decl name='_instance_assertion_on_line_214' mangled-name='_ZNK2OT7LangSys31_instance_assertion_on_line_214Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='214' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LangSys*' -->
- <parameter type-id='type-id-358' is-artificial='yes'/>
+ <parameter type-id='type-id-357' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::LangSys::_compiles_assertion_on_line_214() -->
<function-decl name='_compiles_assertion_on_line_214' mangled-name='_ZNK2OT7LangSys31_compiles_assertion_on_line_214Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='214' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LangSys*' -->
- <parameter type-id='type-id-358' is-artificial='yes'/>
+ <parameter type-id='type-id-357' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::LigatureSubst -->
- <class-decl name='LigatureSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='869' column='1' id='type-id-954'>
+ <class-decl name='LigatureSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='869' column='1' id='type-id-953'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::LigatureSubstFormat1 format1;} -->
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='909' column='1' id='type-id-1248'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='909' column='1' id='type-id-1247'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='910' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='910' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::LigatureSubstFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-583' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='911' column='1'/>
+ <var-decl name='format1' type-id='type-id-582' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='911' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::LigatureSubstFormat1 format1;} OT::LigatureSubst::u -->
- <var-decl name='u' type-id='type-id-1248' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='912' column='1'/>
+ <var-decl name='u' type-id='type-id-1247' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='912' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::LigatureSubst::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<unsigned int>&, unsigned int, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<unsigned int>&, OT::Supplier<OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='serialize' mangled-name='_ZN2OT13LigatureSubst9serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_S9_S7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='870' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::LigatureSubst*' -->
- <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <parameter type-id='type-id-1248' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-857'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-857'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::LigatureSubst::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT13LigatureSubst8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='899' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::LigatureSubst*' -->
- <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <parameter type-id='type-id-1248' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_get_coverage_context_t::return_t OT::LigatureSubst::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSubst*' -->
- <parameter type-id='type-id-1250' is-artificial='yes'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::LigatureSubst::dispatch<OT::hb_would_apply_context_t>(OT::hb_would_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSubst*' -->
- <parameter type-id='type-id-1250' is-artificial='yes'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::LigatureSubst::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSubst*' -->
- <parameter type-id='type-id-1250' is-artificial='yes'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::LigatureSubst::dispatch<OT::hb_closure_context_t>(OT::hb_closure_context_t*) -->
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSubst*' -->
- <parameter type-id='type-id-1250' is-artificial='yes'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::LigatureSubst::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigatureSubst*' -->
- <parameter type-id='type-id-1250' is-artificial='yes'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::MarkBasePosFormat1 -->
- <class-decl name='MarkBasePosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1022' column='1' id='type-id-802'>
+ <class-decl name='MarkBasePosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1022' column='1' id='type-id-801'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::MarkBasePosFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1068' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1068' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::MarkBasePosFormat1::markCoverage -->
- <var-decl name='markCoverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1070' column='1'/>
+ <var-decl name='markCoverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1070' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::MarkBasePosFormat1::baseCoverage -->
- <var-decl name='baseCoverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1073' column='1'/>
+ <var-decl name='baseCoverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1073' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::USHORT OT::MarkBasePosFormat1::classCount -->
- <var-decl name='classCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1075' column='1'/>
+ <var-decl name='classCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1075' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> > OT::MarkBasePosFormat1::markArray -->
- <var-decl name='markArray' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1077' column='1'/>
+ <var-decl name='markArray' type-id='type-id-604' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1077' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
<!-- OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > OT::MarkBasePosFormat1::baseArray -->
- <var-decl name='baseArray' type-id='type-id-586' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1080' column='1'/>
+ <var-decl name='baseArray' type-id='type-id-585' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1080' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::MarkBasePosFormat1::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1083' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1083' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::MarkBasePosFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1083' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1083' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::MarkBasePosFormat1::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT18MarkBasePosFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1023' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkBasePosFormat1*' -->
- <parameter type-id='type-id-421' is-artificial='yes'/>
+ <parameter type-id='type-id-420' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const OT::Coverage& OT::MarkBasePosFormat1::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT18MarkBasePosFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1030' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkBasePosFormat1*' -->
- <parameter type-id='type-id-421' is-artificial='yes'/>
+ <parameter type-id='type-id-420' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::MarkBasePosFormat1::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT18MarkBasePosFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1035' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkBasePosFormat1*' -->
- <parameter type-id='type-id-421' is-artificial='yes'/>
+ <parameter type-id='type-id-420' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::MarkBasePosFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT18MarkBasePosFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1061' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::MarkBasePosFormat1*' -->
- <parameter type-id='type-id-1251' is-artificial='yes'/>
+ <parameter type-id='type-id-1250' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::MarkBasePosFormat1::_instance_assertion_on_line_1083() -->
<function-decl name='_instance_assertion_on_line_1083' mangled-name='_ZNK2OT18MarkBasePosFormat132_instance_assertion_on_line_1083Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1083' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkBasePosFormat1*' -->
- <parameter type-id='type-id-421' is-artificial='yes'/>
+ <parameter type-id='type-id-420' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::MarkLigPosFormat1 -->
- <class-decl name='MarkLigPosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1126' column='1' id='type-id-803'>
+ <class-decl name='MarkLigPosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1126' column='1' id='type-id-802'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::MarkLigPosFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1188' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1188' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::MarkLigPosFormat1::markCoverage -->
- <var-decl name='markCoverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1190' column='1'/>
+ <var-decl name='markCoverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1190' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::MarkLigPosFormat1::ligatureCoverage -->
- <var-decl name='ligatureCoverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1193' column='1'/>
+ <var-decl name='ligatureCoverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1193' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::USHORT OT::MarkLigPosFormat1::classCount -->
- <var-decl name='classCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1196' column='1'/>
+ <var-decl name='classCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1196' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> > OT::MarkLigPosFormat1::markArray -->
- <var-decl name='markArray' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1198' column='1'/>
+ <var-decl name='markArray' type-id='type-id-604' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1198' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
<!-- OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> > OT::MarkLigPosFormat1::ligatureArray -->
- <var-decl name='ligatureArray' type-id='type-id-607' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1201' column='1'/>
+ <var-decl name='ligatureArray' type-id='type-id-606' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1201' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::MarkLigPosFormat1::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1204' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1204' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::MarkLigPosFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1204' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1204' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::MarkLigPosFormat1::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT17MarkLigPosFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1127' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkLigPosFormat1*' -->
- <parameter type-id='type-id-424' is-artificial='yes'/>
+ <parameter type-id='type-id-423' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const OT::Coverage& OT::MarkLigPosFormat1::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT17MarkLigPosFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1134' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkLigPosFormat1*' -->
- <parameter type-id='type-id-424' is-artificial='yes'/>
+ <parameter type-id='type-id-423' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::MarkLigPosFormat1::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT17MarkLigPosFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1139' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkLigPosFormat1*' -->
- <parameter type-id='type-id-424' is-artificial='yes'/>
+ <parameter type-id='type-id-423' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::MarkLigPosFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT17MarkLigPosFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1181' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::MarkLigPosFormat1*' -->
- <parameter type-id='type-id-1252' is-artificial='yes'/>
+ <parameter type-id='type-id-1251' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::MarkLigPosFormat1::_instance_assertion_on_line_1204() -->
<function-decl name='_instance_assertion_on_line_1204' mangled-name='_ZNK2OT17MarkLigPosFormat132_instance_assertion_on_line_1204Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1204' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkLigPosFormat1*' -->
- <parameter type-id='type-id-424' is-artificial='yes'/>
+ <parameter type-id='type-id-423' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::MarkMarkPosFormat1 -->
- <class-decl name='MarkMarkPosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1242' column='1' id='type-id-804'>
+ <class-decl name='MarkMarkPosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1242' column='1' id='type-id-803'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::MarkMarkPosFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1306' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1306' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::MarkMarkPosFormat1::mark1Coverage -->
- <var-decl name='mark1Coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1308' column='1'/>
+ <var-decl name='mark1Coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1308' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::MarkMarkPosFormat1::mark2Coverage -->
- <var-decl name='mark2Coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1312' column='1'/>
+ <var-decl name='mark2Coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1312' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::USHORT OT::MarkMarkPosFormat1::classCount -->
- <var-decl name='classCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1315' column='1'/>
+ <var-decl name='classCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1315' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> > OT::MarkMarkPosFormat1::mark1Array -->
- <var-decl name='mark1Array' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1317' column='1'/>
+ <var-decl name='mark1Array' type-id='type-id-604' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1317' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
<!-- OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > OT::MarkMarkPosFormat1::mark2Array -->
- <var-decl name='mark2Array' type-id='type-id-586' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1320' column='1'/>
+ <var-decl name='mark2Array' type-id='type-id-585' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1320' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::MarkMarkPosFormat1::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1323' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1323' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::MarkMarkPosFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1323' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1323' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::MarkMarkPosFormat1::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT18MarkMarkPosFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1243' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkMarkPosFormat1*' -->
- <parameter type-id='type-id-425' is-artificial='yes'/>
+ <parameter type-id='type-id-424' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const OT::Coverage& OT::MarkMarkPosFormat1::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT18MarkMarkPosFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1250' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkMarkPosFormat1*' -->
- <parameter type-id='type-id-425' is-artificial='yes'/>
+ <parameter type-id='type-id-424' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::MarkMarkPosFormat1::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT18MarkMarkPosFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1255' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkMarkPosFormat1*' -->
- <parameter type-id='type-id-425' is-artificial='yes'/>
+ <parameter type-id='type-id-424' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::MarkMarkPosFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT18MarkMarkPosFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1298' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::MarkMarkPosFormat1*' -->
- <parameter type-id='type-id-1253' is-artificial='yes'/>
+ <parameter type-id='type-id-1252' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::MarkMarkPosFormat1::_instance_assertion_on_line_1323() -->
<function-decl name='_instance_assertion_on_line_1323' mangled-name='_ZNK2OT18MarkMarkPosFormat132_instance_assertion_on_line_1323Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1323' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkMarkPosFormat1*' -->
- <parameter type-id='type-id-425' is-artificial='yes'/>
+ <parameter type-id='type-id-424' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::MarkRecord -->
- <class-decl name='MarkRecord' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='374' column='1' id='type-id-805'>
+ <class-decl name='MarkRecord' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='374' column='1' id='type-id-804'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::MarkRecord::klass -->
- <var-decl name='klass' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='383' column='1'/>
+ <var-decl name='klass' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='383' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> > OT::MarkRecord::markAnchor -->
- <var-decl name='markAnchor' type-id='type-id-585' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='385' column='1'/>
+ <var-decl name='markAnchor' type-id='type-id-584' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='385' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::MarkRecord::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='388' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='388' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::MarkRecord::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='388' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='388' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::MarkRecord::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT10MarkRecord8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::MarkRecord*' -->
- <parameter type-id='type-id-1254' is-artificial='yes'/>
+ <parameter type-id='type-id-1253' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- void OT::MarkRecord::_instance_assertion_on_line_388() -->
<function-decl name='_instance_assertion_on_line_388' mangled-name='_ZNK2OT10MarkRecord31_instance_assertion_on_line_388Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='388' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkRecord*' -->
- <parameter type-id='type-id-417' is-artificial='yes'/>
+ <parameter type-id='type-id-416' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::MultipleSubst -->
- <class-decl name='MultipleSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='405' column='1' id='type-id-952'>
+ <class-decl name='MultipleSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='405' column='1' id='type-id-951'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::MultipleSubstFormat1 format1;} -->
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='442' column='1' id='type-id-1255'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='442' column='1' id='type-id-1254'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='443' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='443' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::MultipleSubstFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-1256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='444' column='1'/>
+ <var-decl name='format1' type-id='type-id-1255' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='444' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::MultipleSubstFormat1 format1;} OT::MultipleSubst::u -->
- <var-decl name='u' type-id='type-id-1255' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='445' column='1'/>
+ <var-decl name='u' type-id='type-id-1254' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='445' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::MultipleSubst::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<unsigned int>&, unsigned int, OT::Supplier<OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='serialize' mangled-name='_ZN2OT13MultipleSubst9serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='406' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::MultipleSubst*' -->
- <parameter type-id='type-id-1257' is-artificial='yes'/>
+ <parameter type-id='type-id-1256' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-857'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::MultipleSubst::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT13MultipleSubst8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='432' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::MultipleSubst*' -->
- <parameter type-id='type-id-1257' is-artificial='yes'/>
+ <parameter type-id='type-id-1256' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_get_coverage_context_t::return_t OT::MultipleSubst::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='423' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MultipleSubst*' -->
- <parameter type-id='type-id-1258' is-artificial='yes'/>
+ <parameter type-id='type-id-1257' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::MultipleSubst::dispatch<OT::hb_would_apply_context_t>(OT::hb_would_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='423' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MultipleSubst*' -->
- <parameter type-id='type-id-1258' is-artificial='yes'/>
+ <parameter type-id='type-id-1257' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::MultipleSubst::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='423' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MultipleSubst*' -->
- <parameter type-id='type-id-1258' is-artificial='yes'/>
+ <parameter type-id='type-id-1257' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::MultipleSubst::dispatch<OT::hb_closure_context_t>(OT::hb_closure_context_t*) -->
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='423' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MultipleSubst*' -->
- <parameter type-id='type-id-1258' is-artificial='yes'/>
+ <parameter type-id='type-id-1257' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::MultipleSubst::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='423' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MultipleSubst*' -->
- <parameter type-id='type-id-1258' is-artificial='yes'/>
+ <parameter type-id='type-id-1257' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='Offset<OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='683' column='1' id='type-id-862'>
+ <class-decl name='Offset<OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='683' column='1' id='type-id-861'>
<!-- struct OT::IntType<short unsigned int, 2u> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-257'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-256'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Offset<OT::IntType<short unsigned int, 2u> >::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Offset<OT::IntType<short unsigned int, 2u> >::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::Offset<OT::IntType<short unsigned int, 2u> >::is_null() -->
<function-decl name='is_null' mangled-name='_ZNK2OT6OffsetINS_7IntTypeItLj2EEEE7is_nullEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='684' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Offset<OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-821' is-artificial='yes'/>
+ <parameter type-id='type-id-820' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::Offset<OT::IntType<short unsigned int, 2u> >::_instance_assertion_on_line_686() -->
<function-decl name='_instance_assertion_on_line_686' mangled-name='_ZNK2OT6OffsetINS_7IntTypeItLj2EEEE31_instance_assertion_on_line_686Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Offset<OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-821' is-artificial='yes'/>
+ <parameter type-id='type-id-820' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::Ligature> -->
- <class-decl name='OffsetArrayOf<OT::Ligature>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-856'>
+ <class-decl name='OffsetArrayOf<OT::Ligature>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-855'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-575'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-574'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::LigatureSet> -->
- <class-decl name='OffsetArrayOf<OT::LigatureSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-859'>
+ <class-decl name='OffsetArrayOf<OT::LigatureSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-858'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-576'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-575'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::PairPosFormat1 -->
- <class-decl name='PairPosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='654' column='1' id='type-id-806'>
+ <class-decl name='PairPosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='654' column='1' id='type-id-805'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::PairPosFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='700' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='700' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::PairPosFormat1::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='702' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='702' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::ValueFormat OT::PairPosFormat1::valueFormat1 -->
- <var-decl name='valueFormat1' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='704' column='1'/>
+ <var-decl name='valueFormat1' type-id='type-id-1258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='704' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::ValueFormat OT::PairPosFormat1::valueFormat2 -->
- <var-decl name='valueFormat2' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='707' column='1'/>
+ <var-decl name='valueFormat2' type-id='type-id-1258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='707' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::OffsetArrayOf<OT::PairSet> OT::PairPosFormat1::pairSet -->
- <var-decl name='pairSet' type-id='type-id-1260' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='711' column='1'/>
+ <var-decl name='pairSet' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='711' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::PairPosFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='714' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='714' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::PairPosFormat1::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT14PairPosFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='655' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairPosFormat1*' -->
- <parameter type-id='type-id-428' is-artificial='yes'/>
+ <parameter type-id='type-id-427' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const OT::Coverage& OT::PairPosFormat1::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT14PairPosFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='664' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairPosFormat1*' -->
- <parameter type-id='type-id-428' is-artificial='yes'/>
+ <parameter type-id='type-id-427' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::PairPosFormat1::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT14PairPosFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='669' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairPosFormat1*' -->
- <parameter type-id='type-id-428' is-artificial='yes'/>
+ <parameter type-id='type-id-427' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::PairPosFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT14PairPosFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='684' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::PairPosFormat1*' -->
- <parameter type-id='type-id-1261' is-artificial='yes'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::PairPosFormat1::_instance_assertion_on_line_714() -->
<function-decl name='_instance_assertion_on_line_714' mangled-name='_ZNK2OT14PairPosFormat131_instance_assertion_on_line_714Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='714' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairPosFormat1*' -->
- <parameter type-id='type-id-428' is-artificial='yes'/>
+ <parameter type-id='type-id-427' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::PairPosFormat1::_compiles_assertion_on_line_714() -->
<function-decl name='_compiles_assertion_on_line_714' mangled-name='_ZNK2OT14PairPosFormat131_compiles_assertion_on_line_714Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='714' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairPosFormat1*' -->
- <parameter type-id='type-id-428' is-artificial='yes'/>
+ <parameter type-id='type-id-427' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::PairPosFormat2 -->
- <class-decl name='PairPosFormat2' size-in-bits='144' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='718' column='1' id='type-id-807'>
+ <class-decl name='PairPosFormat2' size-in-bits='144' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='718' column='1' id='type-id-806'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::PairPosFormat2::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='791' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='791' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::PairPosFormat2::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='793' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='793' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::ValueFormat OT::PairPosFormat2::valueFormat1 -->
- <var-decl name='valueFormat1' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='795' column='1'/>
+ <var-decl name='valueFormat1' type-id='type-id-1258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='795' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::ValueFormat OT::PairPosFormat2::valueFormat2 -->
- <var-decl name='valueFormat2' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='798' column='1'/>
+ <var-decl name='valueFormat2' type-id='type-id-1258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='798' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> > OT::PairPosFormat2::classDef1 -->
- <var-decl name='classDef1' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='802' column='1'/>
+ <var-decl name='classDef1' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='802' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
<!-- OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> > OT::PairPosFormat2::classDef2 -->
- <var-decl name='classDef2' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='806' column='1'/>
+ <var-decl name='classDef2' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='806' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
<!-- OT::USHORT OT::PairPosFormat2::class1Count -->
- <var-decl name='class1Count' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='809' column='1'/>
+ <var-decl name='class1Count' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='809' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='112'>
<!-- OT::USHORT OT::PairPosFormat2::class2Count -->
- <var-decl name='class2Count' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='811' column='1'/>
+ <var-decl name='class2Count' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='811' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
<!-- OT::ValueRecord OT::PairPosFormat2::values -->
- <var-decl name='values' type-id='type-id-1262' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='813' column='1'/>
+ <var-decl name='values' type-id='type-id-1261' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='813' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::PairPosFormat2::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='817' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='817' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::PairPosFormat2::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT14PairPosFormat214collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='719' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairPosFormat2*' -->
- <parameter type-id='type-id-429' is-artificial='yes'/>
+ <parameter type-id='type-id-428' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const OT::Coverage& OT::PairPosFormat2::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT14PairPosFormat212get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='735' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairPosFormat2*' -->
- <parameter type-id='type-id-429' is-artificial='yes'/>
+ <parameter type-id='type-id-428' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::PairPosFormat2::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT14PairPosFormat25applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='740' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairPosFormat2*' -->
- <parameter type-id='type-id-429' is-artificial='yes'/>
+ <parameter type-id='type-id-428' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::PairPosFormat2::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT14PairPosFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='773' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::PairPosFormat2*' -->
- <parameter type-id='type-id-1263' is-artificial='yes'/>
+ <parameter type-id='type-id-1262' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::PairPosFormat2::_instance_assertion_on_line_817() -->
<function-decl name='_instance_assertion_on_line_817' mangled-name='_ZNK2OT14PairPosFormat231_instance_assertion_on_line_817Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='817' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairPosFormat2*' -->
- <parameter type-id='type-id-429' is-artificial='yes'/>
+ <parameter type-id='type-id-428' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::PairPosFormat2::_compiles_assertion_on_line_817() -->
<function-decl name='_compiles_assertion_on_line_817' mangled-name='_ZNK2OT14PairPosFormat231_compiles_assertion_on_line_817Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='817' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairPosFormat2*' -->
- <parameter type-id='type-id-429' is-artificial='yes'/>
+ <parameter type-id='type-id-428' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::PairSet -->
- <class-decl name='PairSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='575' column='1' id='type-id-808'>
+ <class-decl name='PairSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='575' column='1' id='type-id-807'>
<member-type access='public'>
<!-- struct OT::PairSet::sanitize_closure_t -->
- <class-decl name='sanitize_closure_t' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='627' column='1' id='type-id-978'>
+ <class-decl name='sanitize_closure_t' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='627' column='1' id='type-id-977'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- void* OT::PairSet::sanitize_closure_t::base -->
<var-decl name='base' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='628' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- OT::ValueFormat* OT::PairSet::sanitize_closure_t::valueFormats -->
- <var-decl name='valueFormats' type-id='type-id-1264' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='629' column='1'/>
+ <var-decl name='valueFormats' type-id='type-id-1263' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='629' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- unsigned int OT::PairSet::sanitize_closure_t::len1 -->
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::PairSet::len -->
- <var-decl name='len' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='646' column='1'/>
+ <var-decl name='len' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='646' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::PairSet::arrayZ[1] -->
- <var-decl name='arrayZ' type-id='type-id-861' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='647' column='1'/>
+ <var-decl name='arrayZ' type-id='type-id-860' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='647' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::PairSet::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='650' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='650' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::PairSet::collect_glyphs(OT::hb_collect_glyphs_context_t*, const OT::ValueFormat*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT7PairSet14collect_glyphsEPNS_27hb_collect_glyphs_context_tEPKNS_11ValueFormatE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairSet*' -->
- <parameter type-id='type-id-409' is-artificial='yes'/>
+ <parameter type-id='type-id-408' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- parameter of type 'const OT::ValueFormat*' -->
- <parameter type-id='type-id-1265'/>
+ <parameter type-id='type-id-1264'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::PairSet::apply(OT::hb_apply_context_t*, const OT::ValueFormat*, unsigned int) -->
<function-decl name='apply' mangled-name='_ZNK2OT7PairSet5applyEPNS_18hb_apply_context_tEPKNS_11ValueFormatEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='595' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairSet*' -->
- <parameter type-id='type-id-409' is-artificial='yes'/>
+ <parameter type-id='type-id-408' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- parameter of type 'const OT::ValueFormat*' -->
- <parameter type-id='type-id-1265'/>
+ <parameter type-id='type-id-1264'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::PairSet::sanitize(OT::hb_sanitize_context_t*, const OT::PairSet::sanitize_closure_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7PairSet8sanitizeEPNS_21hb_sanitize_context_tEPKNS0_18sanitize_closure_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='634' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::PairSet*' -->
- <parameter type-id='type-id-1266' is-artificial='yes'/>
+ <parameter type-id='type-id-1265' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'const OT::PairSet::sanitize_closure_t*' -->
- <parameter type-id='type-id-1267'/>
+ <parameter type-id='type-id-1266'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::PairSet::_instance_assertion_on_line_650() -->
<function-decl name='_instance_assertion_on_line_650' mangled-name='_ZNK2OT7PairSet31_instance_assertion_on_line_650Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='650' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairSet*' -->
- <parameter type-id='type-id-409' is-artificial='yes'/>
+ <parameter type-id='type-id-408' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::PairSet::_compiles_assertion_on_line_650() -->
<function-decl name='_compiles_assertion_on_line_650' mangled-name='_ZNK2OT7PairSet31_compiles_assertion_on_line_650Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='650' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairSet*' -->
- <parameter type-id='type-id-409' is-artificial='yes'/>
+ <parameter type-id='type-id-408' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Record<OT::Feature> -->
- <class-decl name='Record<OT::Feature>' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='59' column='1' id='type-id-809'>
+ <class-decl name='Record<OT::Feature>' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='59' column='1' id='type-id-808'>
<member-type access='public'>
<!-- struct OT::Record<OT::Feature>::sanitize_closure_t -->
- <class-decl name='sanitize_closure_t' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1268'/>
+ <class-decl name='sanitize_closure_t' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1267'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::Tag OT::Record<OT::Feature>::tag -->
- <var-decl name='tag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='74' column='1'/>
+ <var-decl name='tag' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='74' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> > OT::Record<OT::Feature>::offset -->
- <var-decl name='offset' type-id='type-id-597' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='76' column='1'/>
+ <var-decl name='offset' type-id='type-id-596' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='76' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Record<OT::Feature>::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Record<OT::Feature>::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
</data-member>
<member-function access='public'>
<!-- int OT::Record<OT::Feature>::cmp(unsigned int) -->
<function-decl name='cmp' mangled-name='_ZNK2OT6RecordINS_7FeatureEE3cmpEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Record<OT::Feature>*' -->
- <parameter type-id='type-id-374' is-artificial='yes'/>
+ <parameter type-id='type-id-373' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- int -->
<!-- bool OT::Record<OT::Feature>::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT6RecordINS_7FeatureEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Record<OT::Feature>*' -->
- <parameter type-id='type-id-1269' is-artificial='yes'/>
+ <parameter type-id='type-id-1268' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- void OT::Record<OT::Feature>::_instance_assertion_on_line_79() -->
<function-decl name='_instance_assertion_on_line_79' mangled-name='_ZNK2OT6RecordINS_7FeatureEE30_instance_assertion_on_line_79Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Record<OT::Feature>*' -->
- <parameter type-id='type-id-374' is-artificial='yes'/>
+ <parameter type-id='type-id-373' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Record<OT::LangSys> -->
- <class-decl name='Record<OT::LangSys>' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='59' column='1' id='type-id-810'>
+ <class-decl name='Record<OT::LangSys>' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='59' column='1' id='type-id-809'>
<member-type access='public'>
<!-- struct OT::Record<OT::LangSys>::sanitize_closure_t -->
- <class-decl name='sanitize_closure_t' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1270'/>
+ <class-decl name='sanitize_closure_t' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1269'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::Tag OT::Record<OT::LangSys>::tag -->
- <var-decl name='tag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='74' column='1'/>
+ <var-decl name='tag' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='74' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> > OT::Record<OT::LangSys>::offset -->
- <var-decl name='offset' type-id='type-id-599' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='76' column='1'/>
+ <var-decl name='offset' type-id='type-id-598' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='76' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Record<OT::LangSys>::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Record<OT::LangSys>::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
</data-member>
<member-function access='public'>
<!-- int OT::Record<OT::LangSys>::cmp(unsigned int) -->
<function-decl name='cmp' mangled-name='_ZNK2OT6RecordINS_7LangSysEE3cmpEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Record<OT::LangSys>*' -->
- <parameter type-id='type-id-361' is-artificial='yes'/>
+ <parameter type-id='type-id-360' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- int -->
<!-- bool OT::Record<OT::LangSys>::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT6RecordINS_7LangSysEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Record<OT::LangSys>*' -->
- <parameter type-id='type-id-1271' is-artificial='yes'/>
+ <parameter type-id='type-id-1270' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- void OT::Record<OT::LangSys>::_instance_assertion_on_line_79() -->
<function-decl name='_instance_assertion_on_line_79' mangled-name='_ZNK2OT6RecordINS_7LangSysEE30_instance_assertion_on_line_79Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Record<OT::LangSys>*' -->
- <parameter type-id='type-id-361' is-artificial='yes'/>
+ <parameter type-id='type-id-360' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Record<OT::Script> -->
- <class-decl name='Record<OT::Script>' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='59' column='1' id='type-id-811'>
+ <class-decl name='Record<OT::Script>' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='59' column='1' id='type-id-810'>
<member-type access='public'>
<!-- struct OT::Record<OT::Script>::sanitize_closure_t -->
- <class-decl name='sanitize_closure_t' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1272'/>
+ <class-decl name='sanitize_closure_t' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1271'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::Tag OT::Record<OT::Script>::tag -->
- <var-decl name='tag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='74' column='1'/>
+ <var-decl name='tag' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='74' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> > OT::Record<OT::Script>::offset -->
- <var-decl name='offset' type-id='type-id-618' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='76' column='1'/>
+ <var-decl name='offset' type-id='type-id-617' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='76' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Record<OT::Script>::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Record<OT::Script>::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
</data-member>
<member-function access='public'>
<!-- int OT::Record<OT::Script>::cmp(unsigned int) -->
<function-decl name='cmp' mangled-name='_ZNK2OT6RecordINS_6ScriptEE3cmpEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Record<OT::Script>*' -->
- <parameter type-id='type-id-363' is-artificial='yes'/>
+ <parameter type-id='type-id-362' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- int -->
<!-- bool OT::Record<OT::Script>::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT6RecordINS_6ScriptEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Record<OT::Script>*' -->
- <parameter type-id='type-id-1273' is-artificial='yes'/>
+ <parameter type-id='type-id-1272' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- void OT::Record<OT::Script>::_instance_assertion_on_line_79() -->
<function-decl name='_instance_assertion_on_line_79' mangled-name='_ZNK2OT6RecordINS_6ScriptEE30_instance_assertion_on_line_79Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Record<OT::Script>*' -->
- <parameter type-id='type-id-363' is-artificial='yes'/>
+ <parameter type-id='type-id-362' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ReverseChainSingleSubst -->
- <class-decl name='ReverseChainSingleSubst' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1052' column='1' id='type-id-958'>
+ <class-decl name='ReverseChainSingleSubst' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1052' column='1' id='type-id-957'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::ReverseChainSingleSubstFormat1 format1;} -->
- <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1073' column='1' id='type-id-1274'>
+ <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1073' column='1' id='type-id-1273'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1074' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1074' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ReverseChainSingleSubstFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-1275' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1075' column='1'/>
+ <var-decl name='format1' type-id='type-id-1274' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1075' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::ReverseChainSingleSubstFormat1 format1;} OT::ReverseChainSingleSubst::u -->
- <var-decl name='u' type-id='type-id-1274' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1076' column='1'/>
+ <var-decl name='u' type-id='type-id-1273' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1076' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::ReverseChainSingleSubst::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT23ReverseChainSingleSubst8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1063' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ReverseChainSingleSubst*' -->
- <parameter type-id='type-id-1276' is-artificial='yes'/>
+ <parameter type-id='type-id-1275' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_get_coverage_context_t::return_t OT::ReverseChainSingleSubst::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1054' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ReverseChainSingleSubst*' -->
- <parameter type-id='type-id-1277' is-artificial='yes'/>
+ <parameter type-id='type-id-1276' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::ReverseChainSingleSubst::dispatch<OT::hb_would_apply_context_t>(OT::hb_would_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1054' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ReverseChainSingleSubst*' -->
- <parameter type-id='type-id-1277' is-artificial='yes'/>
+ <parameter type-id='type-id-1276' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::ReverseChainSingleSubst::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1054' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ReverseChainSingleSubst*' -->
- <parameter type-id='type-id-1277' is-artificial='yes'/>
+ <parameter type-id='type-id-1276' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::ReverseChainSingleSubst::dispatch<OT::hb_closure_context_t>(OT::hb_closure_context_t*) -->
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1054' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ReverseChainSingleSubst*' -->
- <parameter type-id='type-id-1277' is-artificial='yes'/>
+ <parameter type-id='type-id-1276' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::ReverseChainSingleSubst::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1054' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ReverseChainSingleSubst*' -->
- <parameter type-id='type-id-1277' is-artificial='yes'/>
+ <parameter type-id='type-id-1276' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SinglePosFormat1 -->
- <class-decl name='SinglePosFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='434' column='1' id='type-id-812'>
+ <class-decl name='SinglePosFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='434' column='1' id='type-id-811'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::SinglePosFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='466' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='466' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::SinglePosFormat1::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='468' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='468' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::ValueFormat OT::SinglePosFormat1::valueFormat -->
- <var-decl name='valueFormat' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='470' column='1'/>
+ <var-decl name='valueFormat' type-id='type-id-1258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='470' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::ValueRecord OT::SinglePosFormat1::values -->
- <var-decl name='values' type-id='type-id-1262' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='472' column='1'/>
+ <var-decl name='values' type-id='type-id-1261' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='472' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::SinglePosFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='476' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='476' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::SinglePosFormat1::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT16SinglePosFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='435' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SinglePosFormat1*' -->
- <parameter type-id='type-id-426' is-artificial='yes'/>
+ <parameter type-id='type-id-425' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const OT::Coverage& OT::SinglePosFormat1::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT16SinglePosFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='441' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SinglePosFormat1*' -->
- <parameter type-id='type-id-426' is-artificial='yes'/>
+ <parameter type-id='type-id-425' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::SinglePosFormat1::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT16SinglePosFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='446' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SinglePosFormat1*' -->
- <parameter type-id='type-id-426' is-artificial='yes'/>
+ <parameter type-id='type-id-425' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::SinglePosFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT16SinglePosFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='460' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SinglePosFormat1*' -->
- <parameter type-id='type-id-1278' is-artificial='yes'/>
+ <parameter type-id='type-id-1277' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::SinglePosFormat1::_instance_assertion_on_line_476() -->
<function-decl name='_instance_assertion_on_line_476' mangled-name='_ZNK2OT16SinglePosFormat131_instance_assertion_on_line_476Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='476' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SinglePosFormat1*' -->
- <parameter type-id='type-id-426' is-artificial='yes'/>
+ <parameter type-id='type-id-425' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::SinglePosFormat1::_compiles_assertion_on_line_476() -->
<function-decl name='_compiles_assertion_on_line_476' mangled-name='_ZNK2OT16SinglePosFormat131_compiles_assertion_on_line_476Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='476' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SinglePosFormat1*' -->
- <parameter type-id='type-id-426' is-artificial='yes'/>
+ <parameter type-id='type-id-425' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SinglePosFormat2 -->
- <class-decl name='SinglePosFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='480' column='1' id='type-id-813'>
+ <class-decl name='SinglePosFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='480' column='1' id='type-id-812'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::SinglePosFormat2::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='515' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='515' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::SinglePosFormat2::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='517' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='517' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::ValueFormat OT::SinglePosFormat2::valueFormat -->
- <var-decl name='valueFormat' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='519' column='1'/>
+ <var-decl name='valueFormat' type-id='type-id-1258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='519' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::USHORT OT::SinglePosFormat2::valueCount -->
- <var-decl name='valueCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='521' column='1'/>
+ <var-decl name='valueCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='521' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::ValueRecord OT::SinglePosFormat2::values -->
- <var-decl name='values' type-id='type-id-1262' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='522' column='1'/>
+ <var-decl name='values' type-id='type-id-1261' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='522' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::SinglePosFormat2::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='525' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='525' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::SinglePosFormat2::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT16SinglePosFormat214collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='481' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SinglePosFormat2*' -->
- <parameter type-id='type-id-427' is-artificial='yes'/>
+ <parameter type-id='type-id-426' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const OT::Coverage& OT::SinglePosFormat2::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT16SinglePosFormat212get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='487' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SinglePosFormat2*' -->
- <parameter type-id='type-id-427' is-artificial='yes'/>
+ <parameter type-id='type-id-426' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::SinglePosFormat2::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT16SinglePosFormat25applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='492' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SinglePosFormat2*' -->
- <parameter type-id='type-id-427' is-artificial='yes'/>
+ <parameter type-id='type-id-426' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::SinglePosFormat2::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT16SinglePosFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='509' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SinglePosFormat2*' -->
- <parameter type-id='type-id-1279' is-artificial='yes'/>
+ <parameter type-id='type-id-1278' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::SinglePosFormat2::_instance_assertion_on_line_525() -->
<function-decl name='_instance_assertion_on_line_525' mangled-name='_ZNK2OT16SinglePosFormat231_instance_assertion_on_line_525Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='525' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SinglePosFormat2*' -->
- <parameter type-id='type-id-427' is-artificial='yes'/>
+ <parameter type-id='type-id-426' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::SinglePosFormat2::_compiles_assertion_on_line_525() -->
<function-decl name='_compiles_assertion_on_line_525' mangled-name='_ZNK2OT16SinglePosFormat231_compiles_assertion_on_line_525Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='525' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SinglePosFormat2*' -->
- <parameter type-id='type-id-427' is-artificial='yes'/>
+ <parameter type-id='type-id-426' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SingleSubst -->
- <class-decl name='SingleSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='194' column='1' id='type-id-951'>
+ <class-decl name='SingleSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='194' column='1' id='type-id-950'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::SingleSubstFormat1 format1; OT::SingleSubstFormat2 format2;} -->
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='244' column='1' id='type-id-1280'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='244' column='1' id='type-id-1279'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='245' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='245' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::SingleSubstFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-624' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='246' column='1'/>
+ <var-decl name='format1' type-id='type-id-623' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='246' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::SingleSubstFormat2 format2 -->
- <var-decl name='format2' type-id='type-id-625' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='247' column='1'/>
+ <var-decl name='format2' type-id='type-id-624' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='247' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::SingleSubstFormat1 format1; OT::SingleSubstFormat2 format2;} OT::SingleSubst::u -->
- <var-decl name='u' type-id='type-id-1280' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='248' column='1'/>
+ <var-decl name='u' type-id='type-id-1279' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='248' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::SingleSubst::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT11SingleSubst9serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEES7_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='195' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SingleSubst*' -->
- <parameter type-id='type-id-1281' is-artificial='yes'/>
+ <parameter type-id='type-id-1280' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::SingleSubst::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT11SingleSubst8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='233' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SingleSubst*' -->
- <parameter type-id='type-id-1281' is-artificial='yes'/>
+ <parameter type-id='type-id-1280' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_get_coverage_context_t::return_t OT::SingleSubst::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubst*' -->
- <parameter type-id='type-id-1282' is-artificial='yes'/>
+ <parameter type-id='type-id-1281' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::SingleSubst::dispatch<OT::hb_would_apply_context_t>(OT::hb_would_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubst*' -->
- <parameter type-id='type-id-1282' is-artificial='yes'/>
+ <parameter type-id='type-id-1281' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::SingleSubst::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubst*' -->
- <parameter type-id='type-id-1282' is-artificial='yes'/>
+ <parameter type-id='type-id-1281' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::SingleSubst::dispatch<OT::hb_closure_context_t>(OT::hb_closure_context_t*) -->
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubst*' -->
- <parameter type-id='type-id-1282' is-artificial='yes'/>
+ <parameter type-id='type-id-1281' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::SingleSubst::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SingleSubst*' -->
- <parameter type-id='type-id-1282' is-artificial='yes'/>
+ <parameter type-id='type-id-1281' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::VariationSelectorRecord -->
- <class-decl name='VariationSelectorRecord' size-in-bits='88' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='326' column='1' id='type-id-814'>
+ <class-decl name='VariationSelectorRecord' size-in-bits='88' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='326' column='1' id='type-id-813'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::UINT24 OT::VariationSelectorRecord::varSelector -->
- <var-decl name='varSelector' type-id='type-id-1283' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='358' column='1'/>
+ <var-decl name='varSelector' type-id='type-id-1282' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='358' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='24'>
<!-- OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > OT::VariationSelectorRecord::defaultUVS -->
- <var-decl name='defaultUVS' type-id='type-id-621' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='360' column='1'/>
+ <var-decl name='defaultUVS' type-id='type-id-620' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='360' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='56'>
<!-- OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > OT::VariationSelectorRecord::nonDefaultUVS -->
- <var-decl name='nonDefaultUVS' type-id='type-id-620' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='362' column='1'/>
+ <var-decl name='nonDefaultUVS' type-id='type-id-619' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='362' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::VariationSelectorRecord::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='364' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='364' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::VariationSelectorRecord::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='364' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='364' column='1'/>
</data-member>
<member-function access='public'>
<!-- OT::glyph_variant_t OT::VariationSelectorRecord::get_glyph(hb_codepoint_t, hb_codepoint_t*, void*) -->
<function-decl name='get_glyph' mangled-name='_ZNK2OT23VariationSelectorRecord9get_glyphEjPjPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='327' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::VariationSelectorRecord*' -->
- <parameter type-id='type-id-294' is-artificial='yes'/>
+ <parameter type-id='type-id-293' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- enum OT::glyph_variant_t -->
- <return type-id='type-id-1227'/>
+ <return type-id='type-id-1226'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- int OT::VariationSelectorRecord::cmp(const hb_codepoint_t&) -->
<function-decl name='cmp' mangled-name='_ZNK2OT23VariationSelectorRecord3cmpERKj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::VariationSelectorRecord*' -->
- <parameter type-id='type-id-294' is-artificial='yes'/>
+ <parameter type-id='type-id-293' is-artificial='yes'/>
<!-- parameter of type 'const hb_codepoint_t&' -->
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-939'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- bool OT::VariationSelectorRecord::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT23VariationSelectorRecord8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='351' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::VariationSelectorRecord*' -->
- <parameter type-id='type-id-1284' is-artificial='yes'/>
+ <parameter type-id='type-id-1283' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- void OT::VariationSelectorRecord::_instance_assertion_on_line_364() -->
<function-decl name='_instance_assertion_on_line_364' mangled-name='_ZNK2OT23VariationSelectorRecord31_instance_assertion_on_line_364Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='364' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::VariationSelectorRecord*' -->
- <parameter type-id='type-id-294' is-artificial='yes'/>
+ <parameter type-id='type-id-293' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::_hea -->
- <class-decl name='_hea' size-in-bits='288' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='46' column='1' id='type-id-815'>
+ <class-decl name='_hea' size-in-bits='288' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='46' column='1' id='type-id-814'>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::_hea::tableTag -->
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='47' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='47' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::_hea::hheaTag -->
- <var-decl name='hheaTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='49' column='1'/>
+ <var-decl name='hheaTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='49' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::_hea::vheaTag -->
- <var-decl name='vheaTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='50' column='1'/>
+ <var-decl name='vheaTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::FixedVersion OT::_hea::version -->
- <var-decl name='version' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='58' column='1'/>
+ <var-decl name='version' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::FWORD OT::_hea::ascender -->
- <var-decl name='ascender' type-id='type-id-1285' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='59' column='1'/>
+ <var-decl name='ascender' type-id='type-id-1284' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='59' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='48'>
<!-- OT::FWORD OT::_hea::descender -->
- <var-decl name='descender' type-id='type-id-1285' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='60' column='1'/>
+ <var-decl name='descender' type-id='type-id-1284' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='60' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- OT::FWORD OT::_hea::lineGap -->
- <var-decl name='lineGap' type-id='type-id-1285' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='61' column='1'/>
+ <var-decl name='lineGap' type-id='type-id-1284' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='61' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='80'>
<!-- OT::UFWORD OT::_hea::advanceMax -->
- <var-decl name='advanceMax' type-id='type-id-1286' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='62' column='1'/>
+ <var-decl name='advanceMax' type-id='type-id-1285' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='62' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<!-- OT::FWORD OT::_hea::minLeadingBearing -->
- <var-decl name='minLeadingBearing' type-id='type-id-1285' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='64' column='1'/>
+ <var-decl name='minLeadingBearing' type-id='type-id-1284' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='64' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='112'>
<!-- OT::FWORD OT::_hea::minTrailingBearing -->
- <var-decl name='minTrailingBearing' type-id='type-id-1285' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='66' column='1'/>
+ <var-decl name='minTrailingBearing' type-id='type-id-1284' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='66' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- OT::FWORD OT::_hea::maxExtent -->
- <var-decl name='maxExtent' type-id='type-id-1285' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='69' column='1'/>
+ <var-decl name='maxExtent' type-id='type-id-1284' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='69' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='144'>
<!-- OT::SHORT OT::_hea::caretSlopeRise -->
- <var-decl name='caretSlopeRise' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='71' column='1'/>
+ <var-decl name='caretSlopeRise' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='71' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='160'>
<!-- OT::SHORT OT::_hea::caretSlopeRun -->
- <var-decl name='caretSlopeRun' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='74' column='1'/>
+ <var-decl name='caretSlopeRun' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='74' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='176'>
<!-- OT::SHORT OT::_hea::caretOffset -->
- <var-decl name='caretOffset' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='75' column='1'/>
+ <var-decl name='caretOffset' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='75' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- OT::SHORT OT::_hea::reserved1 -->
- <var-decl name='reserved1' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='80' column='1'/>
+ <var-decl name='reserved1' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='80' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='208'>
<!-- OT::SHORT OT::_hea::reserved2 -->
- <var-decl name='reserved2' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='81' column='1'/>
+ <var-decl name='reserved2' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='81' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
<!-- OT::SHORT OT::_hea::reserved3 -->
- <var-decl name='reserved3' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='82' column='1'/>
+ <var-decl name='reserved3' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='82' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='240'>
<!-- OT::SHORT OT::_hea::reserved4 -->
- <var-decl name='reserved4' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='83' column='1'/>
+ <var-decl name='reserved4' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='83' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- OT::SHORT OT::_hea::metricDataFormat -->
- <var-decl name='metricDataFormat' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='84' column='1'/>
+ <var-decl name='metricDataFormat' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='84' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='272'>
<!-- OT::USHORT OT::_hea::numberOfLongMetrics -->
- <var-decl name='numberOfLongMetrics' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='85' column='1'/>
+ <var-decl name='numberOfLongMetrics' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='85' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::_hea::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='88' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='88' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::_hea::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='88' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='88' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::_hea::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT4_hea8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='52' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::_hea*' -->
- <parameter type-id='type-id-1287' is-artificial='yes'/>
+ <parameter type-id='type-id-1286' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::_hea::_instance_assertion_on_line_88() -->
<function-decl name='_instance_assertion_on_line_88' mangled-name='_ZNK2OT4_hea30_instance_assertion_on_line_88Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='88' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::_hea*' -->
- <parameter type-id='type-id-299' is-artificial='yes'/>
+ <parameter type-id='type-id-298' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::cmap -->
- <class-decl name='cmap' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='479' column='1' id='type-id-816'>
+ <class-decl name='cmap' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='479' column='1' id='type-id-815'>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::cmap::tableTag -->
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='480' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='480' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::cmap::version -->
- <var-decl name='version' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='506' column='1'/>
+ <var-decl name='version' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='506' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::SortedArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> > OT::cmap::encodingRecord -->
- <var-decl name='encodingRecord' type-id='type-id-1288' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='508' column='1'/>
+ <var-decl name='encodingRecord' type-id='type-id-1287' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='508' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::cmap::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='510' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='510' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::CmapSubtable* OT::cmap::find_subtable(unsigned int, unsigned int) -->
<function-decl name='find_subtable' mangled-name='_ZNK2OT4cmap13find_subtableEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='482' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::cmap*' -->
- <parameter type-id='type-id-298' is-artificial='yes'/>
+ <parameter type-id='type-id-297' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::CmapSubtable* -->
- <return type-id='type-id-1289'/>
+ <return type-id='type-id-1288'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::cmap::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT4cmap8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='499' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::cmap*' -->
- <parameter type-id='type-id-1290' is-artificial='yes'/>
+ <parameter type-id='type-id-1289' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::cmap::_instance_assertion_on_line_510() -->
<function-decl name='_instance_assertion_on_line_510' mangled-name='_ZNK2OT4cmap31_instance_assertion_on_line_510Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='510' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::cmap*' -->
- <parameter type-id='type-id-298' is-artificial='yes'/>
+ <parameter type-id='type-id-297' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::cmap::_compiles_assertion_on_line_510() -->
<function-decl name='_compiles_assertion_on_line_510' mangled-name='_ZNK2OT4cmap31_compiles_assertion_on_line_510Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='510' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::cmap*' -->
- <parameter type-id='type-id-298' is-artificial='yes'/>
+ <parameter type-id='type-id-297' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- typedef OT::USHORT OT::GlyphID -->
- <typedef-decl name='GlyphID' type-id='type-id-444' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='672' column='1' id='type-id-850'/>
+ <typedef-decl name='GlyphID' type-id='type-id-443' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='672' column='1' id='type-id-849'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_apply_context_t' size-in-bits='640' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='262' column='1' id='type-id-994'>
+ <class-decl name='hb_apply_context_t' size-in-bits='640' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='262' column='1' id='type-id-993'>
<member-type access='public'>
<!-- typedef bool OT::hb_apply_context_t::return_t -->
- <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='265' column='1' id='type-id-947'/>
+ <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='265' column='1' id='type-id-946'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_closure_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='56' column='1' id='type-id-995'>
+ <class-decl name='hb_closure_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='56' column='1' id='type-id-994'>
<member-type access='public'>
<!-- typedef hb_void_t OT::hb_closure_context_t::return_t -->
- <typedef-decl name='return_t' type-id='type-id-1291' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='59' column='1' id='type-id-943'/>
+ <typedef-decl name='return_t' type-id='type-id-1290' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='59' column='1' id='type-id-942'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_collect_glyphs_context_t' size-in-bits='66944' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='144' column='1' id='type-id-996'>
+ <class-decl name='hb_collect_glyphs_context_t' size-in-bits='66944' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='144' column='1' id='type-id-995'>
<member-type access='public'>
<!-- typedef hb_void_t OT::hb_collect_glyphs_context_t::return_t -->
- <typedef-decl name='return_t' type-id='type-id-1291' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='147' column='1' id='type-id-944'/>
+ <typedef-decl name='return_t' type-id='type-id-1290' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='147' column='1' id='type-id-943'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_get_coverage_context_t' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='236' column='1' id='type-id-997'>
+ <class-decl name='hb_get_coverage_context_t' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='236' column='1' id='type-id-996'>
<member-type access='public'>
<!-- typedef const OT::Coverage& OT::hb_get_coverage_context_t::return_t -->
- <typedef-decl name='return_t' type-id='type-id-838' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='239' column='1' id='type-id-961'/>
+ <typedef-decl name='return_t' type-id='type-id-837' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='239' column='1' id='type-id-960'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_would_apply_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='106' column='1' id='type-id-998'>
+ <class-decl name='hb_would_apply_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='106' column='1' id='type-id-997'>
<member-type access='public'>
<!-- typedef bool OT::hb_would_apply_context_t::return_t -->
- <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='109' column='1' id='type-id-946'/>
+ <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='109' column='1' id='type-id-945'/>
</member-type>
</class-decl>
</namespace-decl>
<!-- BYTE[256] -->
- <array-type-def dimensions='1' type-id='type-id-1292' size-in-bits='2048' id='type-id-1224'>
+ <array-type-def dimensions='1' type-id='type-id-1291' size-in-bits='2048' id='type-id-1223'>
<!-- <anonymous range>[256] -->
- <subrange length='256' type-id='type-id-42' id='type-id-1293'/>
+ <subrange length='256' type-id='type-id-42' id='type-id-1292'/>
</array-type-def>
<!-- CmapSubtableLongGroup[1] -->
- <array-type-def dimensions='1' type-id='type-id-1294' size-in-bits='96' id='type-id-1055'>
+ <array-type-def dimensions='1' type-id='type-id-1293' size-in-bits='96' id='type-id-1054'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- EncodingRecord[1] -->
- <array-type-def dimensions='1' type-id='type-id-795' size-in-bits='64' id='type-id-1061'>
+ <array-type-def dimensions='1' type-id='type-id-794' size-in-bits='64' id='type-id-1060'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- EntryExitRecord[1] -->
- <array-type-def dimensions='1' type-id='type-id-1295' size-in-bits='32' id='type-id-1066'>
+ <array-type-def dimensions='1' type-id='type-id-1294' size-in-bits='32' id='type-id-1065'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- Index[1] -->
- <array-type-def dimensions='1' type-id='type-id-1296' size-in-bits='16' id='type-id-1072'>
+ <array-type-def dimensions='1' type-id='type-id-1295' size-in-bits='16' id='type-id-1071'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- IntType<unsigned int, 3u>[1] -->
- <array-type-def dimensions='1' type-id='type-id-1297' size-in-bits='24' id='type-id-1079'>
+ <array-type-def dimensions='1' type-id='type-id-1296' size-in-bits='24' id='type-id-1078'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- LookupRecord[1] -->
- <array-type-def dimensions='1' type-id='type-id-1298' size-in-bits='32' id='type-id-1085'>
+ <array-type-def dimensions='1' type-id='type-id-1297' size-in-bits='32' id='type-id-1084'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- MarkRecord[1] -->
- <array-type-def dimensions='1' type-id='type-id-805' size-in-bits='32' id='type-id-1091'>
+ <array-type-def dimensions='1' type-id='type-id-804' size-in-bits='32' id='type-id-1090'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OT::AlternateSubst* -->
- <pointer-type-def type-id='type-id-953' size-in-bits='64' id='type-id-1047'/>
+ <pointer-type-def type-id='type-id-952' size-in-bits='64' id='type-id-1046'/>
<!-- OT::AnchorFormat1* -->
- <pointer-type-def type-id='type-id-746' size-in-bits='64' id='type-id-1049'/>
+ <pointer-type-def type-id='type-id-745' size-in-bits='64' id='type-id-1048'/>
<!-- OT::AnchorFormat2* -->
- <pointer-type-def type-id='type-id-747' size-in-bits='64' id='type-id-1050'/>
+ <pointer-type-def type-id='type-id-746' size-in-bits='64' id='type-id-1049'/>
<!-- OT::AnchorFormat3* -->
- <pointer-type-def type-id='type-id-748' size-in-bits='64' id='type-id-1051'/>
+ <pointer-type-def type-id='type-id-747' size-in-bits='64' id='type-id-1050'/>
<!-- OT::AnchorMatrix* -->
- <pointer-type-def type-id='type-id-749' size-in-bits='64' id='type-id-1054'/>
+ <pointer-type-def type-id='type-id-748' size-in-bits='64' id='type-id-1053'/>
<!-- OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-750' size-in-bits='64' id='type-id-1058'/>
+ <pointer-type-def type-id='type-id-749' size-in-bits='64' id='type-id-1057'/>
<!-- OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-751' size-in-bits='64' id='type-id-1063'/>
+ <pointer-type-def type-id='type-id-750' size-in-bits='64' id='type-id-1062'/>
<!-- OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-752' size-in-bits='64' id='type-id-1069'/>
+ <pointer-type-def type-id='type-id-751' size-in-bits='64' id='type-id-1068'/>
<!-- OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-753' size-in-bits='64' id='type-id-1075'/>
+ <pointer-type-def type-id='type-id-752' size-in-bits='64' id='type-id-1074'/>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-754' size-in-bits='64' id='type-id-1078'/>
+ <pointer-type-def type-id='type-id-753' size-in-bits='64' id='type-id-1077'/>
<!-- OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-755' size-in-bits='64' id='type-id-1082'/>
+ <pointer-type-def type-id='type-id-754' size-in-bits='64' id='type-id-1081'/>
<!-- OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-756' size-in-bits='64' id='type-id-1088'/>
+ <pointer-type-def type-id='type-id-755' size-in-bits='64' id='type-id-1087'/>
<!-- OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-757' size-in-bits='64' id='type-id-1093'/>
+ <pointer-type-def type-id='type-id-756' size-in-bits='64' id='type-id-1092'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-758' size-in-bits='64' id='type-id-1098'/>
+ <pointer-type-def type-id='type-id-757' size-in-bits='64' id='type-id-1097'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-759' size-in-bits='64' id='type-id-1103'/>
+ <pointer-type-def type-id='type-id-758' size-in-bits='64' id='type-id-1102'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-760' size-in-bits='64' id='type-id-1108'/>
+ <pointer-type-def type-id='type-id-759' size-in-bits='64' id='type-id-1107'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-761' size-in-bits='64' id='type-id-1113'/>
+ <pointer-type-def type-id='type-id-760' size-in-bits='64' id='type-id-1112'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-762' size-in-bits='64' id='type-id-1118'/>
+ <pointer-type-def type-id='type-id-761' size-in-bits='64' id='type-id-1117'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-763' size-in-bits='64' id='type-id-1123'/>
+ <pointer-type-def type-id='type-id-762' size-in-bits='64' id='type-id-1122'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-764' size-in-bits='64' id='type-id-1128'/>
+ <pointer-type-def type-id='type-id-763' size-in-bits='64' id='type-id-1127'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-765' size-in-bits='64' id='type-id-1133'/>
+ <pointer-type-def type-id='type-id-764' size-in-bits='64' id='type-id-1132'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-766' size-in-bits='64' id='type-id-1138'/>
+ <pointer-type-def type-id='type-id-765' size-in-bits='64' id='type-id-1137'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-767' size-in-bits='64' id='type-id-1143'/>
+ <pointer-type-def type-id='type-id-766' size-in-bits='64' id='type-id-1142'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-768' size-in-bits='64' id='type-id-1148'/>
+ <pointer-type-def type-id='type-id-767' size-in-bits='64' id='type-id-1147'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-769' size-in-bits='64' id='type-id-1153'/>
+ <pointer-type-def type-id='type-id-768' size-in-bits='64' id='type-id-1152'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-770' size-in-bits='64' id='type-id-1158'/>
+ <pointer-type-def type-id='type-id-769' size-in-bits='64' id='type-id-1157'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-771' size-in-bits='64' id='type-id-1163'/>
+ <pointer-type-def type-id='type-id-770' size-in-bits='64' id='type-id-1162'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-772' size-in-bits='64' id='type-id-1168'/>
+ <pointer-type-def type-id='type-id-771' size-in-bits='64' id='type-id-1167'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-773' size-in-bits='64' id='type-id-1173'/>
+ <pointer-type-def type-id='type-id-772' size-in-bits='64' id='type-id-1172'/>
<!-- OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-774' size-in-bits='64' id='type-id-1178'/>
+ <pointer-type-def type-id='type-id-773' size-in-bits='64' id='type-id-1177'/>
<!-- OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-775' size-in-bits='64' id='type-id-1184'/>
+ <pointer-type-def type-id='type-id-774' size-in-bits='64' id='type-id-1183'/>
<!-- OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-776' size-in-bits='64' id='type-id-1189'/>
+ <pointer-type-def type-id='type-id-775' size-in-bits='64' id='type-id-1188'/>
<!-- OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-777' size-in-bits='64' id='type-id-1194'/>
+ <pointer-type-def type-id='type-id-776' size-in-bits='64' id='type-id-1193'/>
<!-- OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-778' size-in-bits='64' id='type-id-1199'/>
+ <pointer-type-def type-id='type-id-777' size-in-bits='64' id='type-id-1198'/>
<!-- OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-779' size-in-bits='64' id='type-id-1205'/>
+ <pointer-type-def type-id='type-id-778' size-in-bits='64' id='type-id-1204'/>
<!-- OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-780' size-in-bits='64' id='type-id-1211'/>
+ <pointer-type-def type-id='type-id-779' size-in-bits='64' id='type-id-1210'/>
<!-- OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-781' size-in-bits='64' id='type-id-1216'/>
+ <pointer-type-def type-id='type-id-780' size-in-bits='64' id='type-id-1215'/>
<!-- OT::CaretValueFormat1* -->
- <pointer-type-def type-id='type-id-782' size-in-bits='64' id='type-id-1219'/>
+ <pointer-type-def type-id='type-id-781' size-in-bits='64' id='type-id-1218'/>
<!-- OT::CaretValueFormat2* -->
- <pointer-type-def type-id='type-id-783' size-in-bits='64' id='type-id-1220'/>
+ <pointer-type-def type-id='type-id-782' size-in-bits='64' id='type-id-1219'/>
<!-- OT::CaretValueFormat3* -->
- <pointer-type-def type-id='type-id-784' size-in-bits='64' id='type-id-1221'/>
+ <pointer-type-def type-id='type-id-783' size-in-bits='64' id='type-id-1220'/>
<!-- OT::ClassDefFormat1* -->
- <pointer-type-def type-id='type-id-785' size-in-bits='64' id='type-id-1223'/>
+ <pointer-type-def type-id='type-id-784' size-in-bits='64' id='type-id-1222'/>
<!-- OT::CmapSubtableFormat0* -->
- <pointer-type-def type-id='type-id-786' size-in-bits='64' id='type-id-1225'/>
+ <pointer-type-def type-id='type-id-785' size-in-bits='64' id='type-id-1224'/>
<!-- OT::CmapSubtableFormat14* -->
- <pointer-type-def type-id='type-id-787' size-in-bits='64' id='type-id-1228'/>
+ <pointer-type-def type-id='type-id-786' size-in-bits='64' id='type-id-1227'/>
<!-- OT::CmapSubtableFormat4* -->
- <pointer-type-def type-id='type-id-788' size-in-bits='64' id='type-id-1229'/>
+ <pointer-type-def type-id='type-id-787' size-in-bits='64' id='type-id-1228'/>
<!-- OT::CmapSubtableLongGroup& -->
- <reference-type-def kind='lvalue' type-id='type-id-1294' size-in-bits='64' id='type-id-1059'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1293' size-in-bits='64' id='type-id-1058'/>
<!-- OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12>* -->
- <pointer-type-def type-id='type-id-789' size-in-bits='64' id='type-id-1231'/>
+ <pointer-type-def type-id='type-id-788' size-in-bits='64' id='type-id-1230'/>
<!-- OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13>* -->
- <pointer-type-def type-id='type-id-790' size-in-bits='64' id='type-id-1232'/>
+ <pointer-type-def type-id='type-id-789' size-in-bits='64' id='type-id-1231'/>
<!-- OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-791' size-in-bits='64' id='type-id-1233'/>
+ <pointer-type-def type-id='type-id-790' size-in-bits='64' id='type-id-1232'/>
<!-- OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-792' size-in-bits='64' id='type-id-1234'/>
+ <pointer-type-def type-id='type-id-791' size-in-bits='64' id='type-id-1233'/>
<!-- OT::ContextFormat3* -->
- <pointer-type-def type-id='type-id-793' size-in-bits='64' id='type-id-1235'/>
+ <pointer-type-def type-id='type-id-792' size-in-bits='64' id='type-id-1234'/>
<!-- OT::Device* -->
- <pointer-type-def type-id='type-id-794' size-in-bits='64' id='type-id-1237'/>
+ <pointer-type-def type-id='type-id-793' size-in-bits='64' id='type-id-1236'/>
<!-- OT::EncodingRecord& -->
- <reference-type-def kind='lvalue' type-id='type-id-795' size-in-bits='64' id='type-id-1064'/>
+ <reference-type-def kind='lvalue' type-id='type-id-794' size-in-bits='64' id='type-id-1063'/>
<!-- OT::EncodingRecord* -->
- <pointer-type-def type-id='type-id-795' size-in-bits='64' id='type-id-1238'/>
+ <pointer-type-def type-id='type-id-794' size-in-bits='64' id='type-id-1237'/>
<!-- OT::EntryExitRecord& -->
- <reference-type-def kind='lvalue' type-id='type-id-1295' size-in-bits='64' id='type-id-1070'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1294' size-in-bits='64' id='type-id-1069'/>
<!-- OT::ExtensionFormat1* -->
- <pointer-type-def type-id='type-id-796' size-in-bits='64' id='type-id-1239'/>
+ <pointer-type-def type-id='type-id-795' size-in-bits='64' id='type-id-1238'/>
<!-- OT::Feature* -->
- <pointer-type-def type-id='type-id-797' size-in-bits='64' id='type-id-1243'/>
+ <pointer-type-def type-id='type-id-796' size-in-bits='64' id='type-id-1242'/>
<!-- OT::FeatureParamsCharacterVariants* -->
- <pointer-type-def type-id='type-id-798' size-in-bits='64' id='type-id-1244'/>
+ <pointer-type-def type-id='type-id-797' size-in-bits='64' id='type-id-1243'/>
<!-- OT::FeatureParamsSize* -->
- <pointer-type-def type-id='type-id-799' size-in-bits='64' id='type-id-1245'/>
+ <pointer-type-def type-id='type-id-798' size-in-bits='64' id='type-id-1244'/>
<!-- OT::FeatureParamsStylisticSet* -->
- <pointer-type-def type-id='type-id-800' size-in-bits='64' id='type-id-1246'/>
+ <pointer-type-def type-id='type-id-799' size-in-bits='64' id='type-id-1245'/>
<!-- OT::Index& -->
- <reference-type-def kind='lvalue' type-id='type-id-1296' size-in-bits='64' id='type-id-1076'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1295' size-in-bits='64' id='type-id-1075'/>
<!-- OT::IntType<unsigned int, 3u>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1297' size-in-bits='64' id='type-id-1083'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1296' size-in-bits='64' id='type-id-1082'/>
<!-- OT::LangSys* -->
- <pointer-type-def type-id='type-id-801' size-in-bits='64' id='type-id-1247'/>
+ <pointer-type-def type-id='type-id-800' size-in-bits='64' id='type-id-1246'/>
<!-- OT::LigatureSubst* -->
- <pointer-type-def type-id='type-id-954' size-in-bits='64' id='type-id-1249'/>
+ <pointer-type-def type-id='type-id-953' size-in-bits='64' id='type-id-1248'/>
<!-- OT::LookupRecord& -->
- <reference-type-def kind='lvalue' type-id='type-id-1298' size-in-bits='64' id='type-id-1089'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1297' size-in-bits='64' id='type-id-1088'/>
<!-- OT::MarkBasePosFormat1* -->
- <pointer-type-def type-id='type-id-802' size-in-bits='64' id='type-id-1251'/>
+ <pointer-type-def type-id='type-id-801' size-in-bits='64' id='type-id-1250'/>
<!-- OT::MarkLigPosFormat1* -->
- <pointer-type-def type-id='type-id-803' size-in-bits='64' id='type-id-1252'/>
+ <pointer-type-def type-id='type-id-802' size-in-bits='64' id='type-id-1251'/>
<!-- OT::MarkMarkPosFormat1* -->
- <pointer-type-def type-id='type-id-804' size-in-bits='64' id='type-id-1253'/>
+ <pointer-type-def type-id='type-id-803' size-in-bits='64' id='type-id-1252'/>
<!-- OT::MarkRecord& -->
- <reference-type-def kind='lvalue' type-id='type-id-805' size-in-bits='64' id='type-id-1094'/>
+ <reference-type-def kind='lvalue' type-id='type-id-804' size-in-bits='64' id='type-id-1093'/>
<!-- OT::MarkRecord* -->
- <pointer-type-def type-id='type-id-805' size-in-bits='64' id='type-id-1254'/>
+ <pointer-type-def type-id='type-id-804' size-in-bits='64' id='type-id-1253'/>
<!-- OT::MultipleSubst* -->
- <pointer-type-def type-id='type-id-952' size-in-bits='64' id='type-id-1257'/>
+ <pointer-type-def type-id='type-id-951' size-in-bits='64' id='type-id-1256'/>
<!-- OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-586' size-in-bits='64' id='type-id-1099'/>
+ <reference-type-def kind='lvalue' type-id='type-id-585' size-in-bits='64' id='type-id-1098'/>
<!-- OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-587' size-in-bits='64' id='type-id-1104'/>
+ <reference-type-def kind='lvalue' type-id='type-id-586' size-in-bits='64' id='type-id-1103'/>
<!-- OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-589' size-in-bits='64' id='type-id-1109'/>
+ <reference-type-def kind='lvalue' type-id='type-id-588' size-in-bits='64' id='type-id-1108'/>
<!-- OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-590' size-in-bits='64' id='type-id-1114'/>
+ <reference-type-def kind='lvalue' type-id='type-id-589' size-in-bits='64' id='type-id-1113'/>
<!-- OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-591' size-in-bits='64' id='type-id-1119'/>
+ <reference-type-def kind='lvalue' type-id='type-id-590' size-in-bits='64' id='type-id-1118'/>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-594' size-in-bits='64' id='type-id-1124'/>
+ <reference-type-def kind='lvalue' type-id='type-id-593' size-in-bits='64' id='type-id-1123'/>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-595' size-in-bits='64' id='type-id-1129'/>
+ <reference-type-def kind='lvalue' type-id='type-id-594' size-in-bits='64' id='type-id-1128'/>
<!-- OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-601' size-in-bits='64' id='type-id-1134'/>
+ <reference-type-def kind='lvalue' type-id='type-id-600' size-in-bits='64' id='type-id-1133'/>
<!-- OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-604' size-in-bits='64' id='type-id-1139'/>
+ <reference-type-def kind='lvalue' type-id='type-id-603' size-in-bits='64' id='type-id-1138'/>
<!-- OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-611' size-in-bits='64' id='type-id-1144'/>
+ <reference-type-def kind='lvalue' type-id='type-id-610' size-in-bits='64' id='type-id-1143'/>
<!-- OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-612' size-in-bits='64' id='type-id-1149'/>
+ <reference-type-def kind='lvalue' type-id='type-id-611' size-in-bits='64' id='type-id-1148'/>
<!-- OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-613' size-in-bits='64' id='type-id-1154'/>
+ <reference-type-def kind='lvalue' type-id='type-id-612' size-in-bits='64' id='type-id-1153'/>
<!-- OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-616' size-in-bits='64' id='type-id-1159'/>
+ <reference-type-def kind='lvalue' type-id='type-id-615' size-in-bits='64' id='type-id-1158'/>
<!-- OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-617' size-in-bits='64' id='type-id-1164'/>
+ <reference-type-def kind='lvalue' type-id='type-id-616' size-in-bits='64' id='type-id-1163'/>
<!-- OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-619' size-in-bits='64' id='type-id-1169'/>
+ <reference-type-def kind='lvalue' type-id='type-id-618' size-in-bits='64' id='type-id-1168'/>
<!-- OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-622' size-in-bits='64' id='type-id-1174'/>
+ <reference-type-def kind='lvalue' type-id='type-id-621' size-in-bits='64' id='type-id-1173'/>
<!-- OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-623' size-in-bits='64' id='type-id-1179'/>
+ <reference-type-def kind='lvalue' type-id='type-id-622' size-in-bits='64' id='type-id-1178'/>
<!-- OT::PairPosFormat1* -->
- <pointer-type-def type-id='type-id-806' size-in-bits='64' id='type-id-1261'/>
+ <pointer-type-def type-id='type-id-805' size-in-bits='64' id='type-id-1260'/>
<!-- OT::PairPosFormat2* -->
- <pointer-type-def type-id='type-id-807' size-in-bits='64' id='type-id-1263'/>
+ <pointer-type-def type-id='type-id-806' size-in-bits='64' id='type-id-1262'/>
<!-- OT::PairSet* -->
- <pointer-type-def type-id='type-id-808' size-in-bits='64' id='type-id-1266'/>
+ <pointer-type-def type-id='type-id-807' size-in-bits='64' id='type-id-1265'/>
<!-- OT::RangeRecord& -->
- <reference-type-def kind='lvalue' type-id='type-id-1299' size-in-bits='64' id='type-id-1185'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1298' size-in-bits='64' id='type-id-1184'/>
<!-- OT::Record<OT::Feature>& -->
- <reference-type-def kind='lvalue' type-id='type-id-809' size-in-bits='64' id='type-id-1190'/>
+ <reference-type-def kind='lvalue' type-id='type-id-808' size-in-bits='64' id='type-id-1189'/>
<!-- OT::Record<OT::Feature>* -->
- <pointer-type-def type-id='type-id-809' size-in-bits='64' id='type-id-1269'/>
+ <pointer-type-def type-id='type-id-808' size-in-bits='64' id='type-id-1268'/>
<!-- OT::Record<OT::LangSys>& -->
- <reference-type-def kind='lvalue' type-id='type-id-810' size-in-bits='64' id='type-id-1195'/>
+ <reference-type-def kind='lvalue' type-id='type-id-809' size-in-bits='64' id='type-id-1194'/>
<!-- OT::Record<OT::LangSys>* -->
- <pointer-type-def type-id='type-id-810' size-in-bits='64' id='type-id-1271'/>
+ <pointer-type-def type-id='type-id-809' size-in-bits='64' id='type-id-1270'/>
<!-- OT::Record<OT::Script>& -->
- <reference-type-def kind='lvalue' type-id='type-id-811' size-in-bits='64' id='type-id-1200'/>
+ <reference-type-def kind='lvalue' type-id='type-id-810' size-in-bits='64' id='type-id-1199'/>
<!-- OT::Record<OT::Script>* -->
- <pointer-type-def type-id='type-id-811' size-in-bits='64' id='type-id-1273'/>
+ <pointer-type-def type-id='type-id-810' size-in-bits='64' id='type-id-1272'/>
<!-- OT::ReverseChainSingleSubst* -->
- <pointer-type-def type-id='type-id-958' size-in-bits='64' id='type-id-1276'/>
+ <pointer-type-def type-id='type-id-957' size-in-bits='64' id='type-id-1275'/>
<!-- OT::SinglePosFormat1* -->
- <pointer-type-def type-id='type-id-812' size-in-bits='64' id='type-id-1278'/>
+ <pointer-type-def type-id='type-id-811' size-in-bits='64' id='type-id-1277'/>
<!-- OT::SinglePosFormat2* -->
- <pointer-type-def type-id='type-id-813' size-in-bits='64' id='type-id-1279'/>
+ <pointer-type-def type-id='type-id-812' size-in-bits='64' id='type-id-1278'/>
<!-- OT::SingleSubst* -->
- <pointer-type-def type-id='type-id-951' size-in-bits='64' id='type-id-1281'/>
+ <pointer-type-def type-id='type-id-950' size-in-bits='64' id='type-id-1280'/>
<!-- OT::Supplier<OT::CmapSubtableLongGroup>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1300' size-in-bits='64' id='type-id-1060'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1299' size-in-bits='64' id='type-id-1059'/>
<!-- OT::Supplier<OT::EncodingRecord>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1301' size-in-bits='64' id='type-id-1065'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1300' size-in-bits='64' id='type-id-1064'/>
<!-- OT::Supplier<OT::EntryExitRecord>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1302' size-in-bits='64' id='type-id-1071'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1301' size-in-bits='64' id='type-id-1070'/>
<!-- OT::Supplier<OT::Index>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1303' size-in-bits='64' id='type-id-1077'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1302' size-in-bits='64' id='type-id-1076'/>
<!-- OT::Supplier<OT::IntType<unsigned int, 3u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1304' size-in-bits='64' id='type-id-1084'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1303' size-in-bits='64' id='type-id-1083'/>
<!-- OT::Supplier<OT::LookupRecord>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1305' size-in-bits='64' id='type-id-1090'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1304' size-in-bits='64' id='type-id-1089'/>
<!-- OT::Supplier<OT::MarkRecord>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1306' size-in-bits='64' id='type-id-1095'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1305' size-in-bits='64' id='type-id-1094'/>
<!-- OT::Supplier<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1307' size-in-bits='64' id='type-id-1100'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1306' size-in-bits='64' id='type-id-1099'/>
<!-- OT::Supplier<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1308' size-in-bits='64' id='type-id-1105'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1307' size-in-bits='64' id='type-id-1104'/>
<!-- OT::Supplier<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1309' size-in-bits='64' id='type-id-1110'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1308' size-in-bits='64' id='type-id-1109'/>
<!-- OT::Supplier<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1310' size-in-bits='64' id='type-id-1115'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1309' size-in-bits='64' id='type-id-1114'/>
<!-- OT::Supplier<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1311' size-in-bits='64' id='type-id-1120'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1310' size-in-bits='64' id='type-id-1119'/>
<!-- OT::Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1312' size-in-bits='64' id='type-id-1125'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1311' size-in-bits='64' id='type-id-1124'/>
<!-- OT::Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1313' size-in-bits='64' id='type-id-1130'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1312' size-in-bits='64' id='type-id-1129'/>
<!-- OT::Supplier<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1314' size-in-bits='64' id='type-id-1135'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1313' size-in-bits='64' id='type-id-1134'/>
<!-- OT::Supplier<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1315' size-in-bits='64' id='type-id-1140'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1314' size-in-bits='64' id='type-id-1139'/>
<!-- OT::Supplier<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1316' size-in-bits='64' id='type-id-1145'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1315' size-in-bits='64' id='type-id-1144'/>
<!-- OT::Supplier<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1317' size-in-bits='64' id='type-id-1150'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1316' size-in-bits='64' id='type-id-1149'/>
<!-- OT::Supplier<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1318' size-in-bits='64' id='type-id-1155'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1317' size-in-bits='64' id='type-id-1154'/>
<!-- OT::Supplier<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1319' size-in-bits='64' id='type-id-1160'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1318' size-in-bits='64' id='type-id-1159'/>
<!-- OT::Supplier<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1320' size-in-bits='64' id='type-id-1165'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1319' size-in-bits='64' id='type-id-1164'/>
<!-- OT::Supplier<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1321' size-in-bits='64' id='type-id-1170'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1320' size-in-bits='64' id='type-id-1169'/>
<!-- OT::Supplier<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1322' size-in-bits='64' id='type-id-1175'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1321' size-in-bits='64' id='type-id-1174'/>
<!-- OT::Supplier<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1323' size-in-bits='64' id='type-id-1180'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1322' size-in-bits='64' id='type-id-1179'/>
<!-- OT::Supplier<OT::RangeRecord>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1324' size-in-bits='64' id='type-id-1186'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1323' size-in-bits='64' id='type-id-1185'/>
<!-- OT::Supplier<OT::Record<OT::Feature> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1325' size-in-bits='64' id='type-id-1191'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1324' size-in-bits='64' id='type-id-1190'/>
<!-- OT::Supplier<OT::Record<OT::LangSys> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1326' size-in-bits='64' id='type-id-1196'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1325' size-in-bits='64' id='type-id-1195'/>
<!-- OT::Supplier<OT::Record<OT::Script> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1327' size-in-bits='64' id='type-id-1201'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1326' size-in-bits='64' id='type-id-1200'/>
<!-- OT::Supplier<OT::UVSMapping>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1328' size-in-bits='64' id='type-id-1207'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1327' size-in-bits='64' id='type-id-1206'/>
<!-- OT::Supplier<OT::UnicodeValueRange>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1329' size-in-bits='64' id='type-id-1213'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1328' size-in-bits='64' id='type-id-1212'/>
<!-- OT::Supplier<OT::VariationSelectorRecord>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1330' size-in-bits='64' id='type-id-1218'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1329' size-in-bits='64' id='type-id-1217'/>
<!-- OT::UVSMapping& -->
- <reference-type-def kind='lvalue' type-id='type-id-1331' size-in-bits='64' id='type-id-1206'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1330' size-in-bits='64' id='type-id-1205'/>
<!-- OT::UnicodeValueRange& -->
- <reference-type-def kind='lvalue' type-id='type-id-1332' size-in-bits='64' id='type-id-1212'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1331' size-in-bits='64' id='type-id-1211'/>
<!-- OT::ValueFormat* -->
- <pointer-type-def type-id='type-id-1259' size-in-bits='64' id='type-id-1264'/>
+ <pointer-type-def type-id='type-id-1258' size-in-bits='64' id='type-id-1263'/>
<!-- OT::VariationSelectorRecord& -->
- <reference-type-def kind='lvalue' type-id='type-id-814' size-in-bits='64' id='type-id-1217'/>
+ <reference-type-def kind='lvalue' type-id='type-id-813' size-in-bits='64' id='type-id-1216'/>
<!-- OT::VariationSelectorRecord* -->
- <pointer-type-def type-id='type-id-814' size-in-bits='64' id='type-id-1284'/>
+ <pointer-type-def type-id='type-id-813' size-in-bits='64' id='type-id-1283'/>
<!-- OT::_hea* -->
- <pointer-type-def type-id='type-id-815' size-in-bits='64' id='type-id-1287'/>
+ <pointer-type-def type-id='type-id-814' size-in-bits='64' id='type-id-1286'/>
<!-- OT::cmap* -->
- <pointer-type-def type-id='type-id-816' size-in-bits='64' id='type-id-1290'/>
+ <pointer-type-def type-id='type-id-815' size-in-bits='64' id='type-id-1289'/>
<!-- OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-585' size-in-bits='16' id='type-id-1052'>
+ <array-type-def dimensions='1' type-id='type-id-584' size-in-bits='16' id='type-id-1051'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-586' size-in-bits='16' id='type-id-1096'>
+ <array-type-def dimensions='1' type-id='type-id-585' size-in-bits='16' id='type-id-1095'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-587' size-in-bits='16' id='type-id-1101'>
+ <array-type-def dimensions='1' type-id='type-id-586' size-in-bits='16' id='type-id-1100'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-589' size-in-bits='16' id='type-id-1106'>
+ <array-type-def dimensions='1' type-id='type-id-588' size-in-bits='16' id='type-id-1105'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-590' size-in-bits='16' id='type-id-1111'>
+ <array-type-def dimensions='1' type-id='type-id-589' size-in-bits='16' id='type-id-1110'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-591' size-in-bits='16' id='type-id-1116'>
+ <array-type-def dimensions='1' type-id='type-id-590' size-in-bits='16' id='type-id-1115'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-594' size-in-bits='16' id='type-id-1121'>
+ <array-type-def dimensions='1' type-id='type-id-593' size-in-bits='16' id='type-id-1120'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-595' size-in-bits='32' id='type-id-1126'>
+ <array-type-def dimensions='1' type-id='type-id-594' size-in-bits='32' id='type-id-1125'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-601' size-in-bits='16' id='type-id-1131'>
+ <array-type-def dimensions='1' type-id='type-id-600' size-in-bits='16' id='type-id-1130'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-604' size-in-bits='16' id='type-id-1136'>
+ <array-type-def dimensions='1' type-id='type-id-603' size-in-bits='16' id='type-id-1135'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-611' size-in-bits='16' id='type-id-1141'>
+ <array-type-def dimensions='1' type-id='type-id-610' size-in-bits='16' id='type-id-1140'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-612' size-in-bits='16' id='type-id-1146'>
+ <array-type-def dimensions='1' type-id='type-id-611' size-in-bits='16' id='type-id-1145'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-613' size-in-bits='16' id='type-id-1151'>
+ <array-type-def dimensions='1' type-id='type-id-612' size-in-bits='16' id='type-id-1150'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-616' size-in-bits='16' id='type-id-1156'>
+ <array-type-def dimensions='1' type-id='type-id-615' size-in-bits='16' id='type-id-1155'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-617' size-in-bits='16' id='type-id-1161'>
+ <array-type-def dimensions='1' type-id='type-id-616' size-in-bits='16' id='type-id-1160'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-619' size-in-bits='16' id='type-id-1166'>
+ <array-type-def dimensions='1' type-id='type-id-618' size-in-bits='16' id='type-id-1165'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-622' size-in-bits='16' id='type-id-1171'>
+ <array-type-def dimensions='1' type-id='type-id-621' size-in-bits='16' id='type-id-1170'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-623' size-in-bits='16' id='type-id-1176'>
+ <array-type-def dimensions='1' type-id='type-id-622' size-in-bits='16' id='type-id-1175'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- RangeRecord[1] -->
- <array-type-def dimensions='1' type-id='type-id-1299' size-in-bits='48' id='type-id-1181'>
+ <array-type-def dimensions='1' type-id='type-id-1298' size-in-bits='48' id='type-id-1180'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- Record<OT::Feature>[1] -->
- <array-type-def dimensions='1' type-id='type-id-809' size-in-bits='48' id='type-id-1187'>
+ <array-type-def dimensions='1' type-id='type-id-808' size-in-bits='48' id='type-id-1186'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- Record<OT::LangSys>[1] -->
- <array-type-def dimensions='1' type-id='type-id-810' size-in-bits='48' id='type-id-1192'>
+ <array-type-def dimensions='1' type-id='type-id-809' size-in-bits='48' id='type-id-1191'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- Record<OT::Script>[1] -->
- <array-type-def dimensions='1' type-id='type-id-811' size-in-bits='48' id='type-id-1197'>
+ <array-type-def dimensions='1' type-id='type-id-810' size-in-bits='48' id='type-id-1196'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- UVSMapping[1] -->
- <array-type-def dimensions='1' type-id='type-id-1331' size-in-bits='40' id='type-id-1202'>
+ <array-type-def dimensions='1' type-id='type-id-1330' size-in-bits='40' id='type-id-1201'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- UnicodeValueRange[1] -->
- <array-type-def dimensions='1' type-id='type-id-1332' size-in-bits='32' id='type-id-1208'>
+ <array-type-def dimensions='1' type-id='type-id-1331' size-in-bits='32' id='type-id-1207'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- VariationSelectorRecord[1] -->
- <array-type-def dimensions='1' type-id='type-id-814' size-in-bits='88' id='type-id-1214'>
+ <array-type-def dimensions='1' type-id='type-id-813' size-in-bits='88' id='type-id-1213'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- bool* -->
- <pointer-type-def type-id='type-id-7' size-in-bits='64' id='type-id-1053'/>
+ <pointer-type-def type-id='type-id-7' size-in-bits='64' id='type-id-1052'/>
<!-- const OT::AlternateSubst* -->
- <pointer-type-def type-id='type-id-1333' size-in-bits='64' id='type-id-1048'/>
+ <pointer-type-def type-id='type-id-1332' size-in-bits='64' id='type-id-1047'/>
<!-- const OT::Anchor -->
- <qualified-type-def type-id='type-id-962' const='yes' id='type-id-999'/>
+ <qualified-type-def type-id='type-id-961' const='yes' id='type-id-998'/>
<!-- const OT::AttachList -->
- <qualified-type-def type-id='type-id-963' const='yes' id='type-id-1000'/>
+ <qualified-type-def type-id='type-id-962' const='yes' id='type-id-999'/>
<!-- const OT::CaretValue -->
- <qualified-type-def type-id='type-id-964' const='yes' id='type-id-1001'/>
+ <qualified-type-def type-id='type-id-963' const='yes' id='type-id-1000'/>
<!-- const OT::ChainRule -->
- <qualified-type-def type-id='type-id-965' const='yes' id='type-id-1002'/>
+ <qualified-type-def type-id='type-id-964' const='yes' id='type-id-1001'/>
<!-- const OT::ChainRuleSet -->
- <qualified-type-def type-id='type-id-966' const='yes' id='type-id-1003'/>
+ <qualified-type-def type-id='type-id-965' const='yes' id='type-id-1002'/>
<!-- const OT::ClassDef -->
- <qualified-type-def type-id='type-id-967' const='yes' id='type-id-1004'/>
+ <qualified-type-def type-id='type-id-966' const='yes' id='type-id-1003'/>
<!-- const OT::CmapSubtable -->
- <qualified-type-def type-id='type-id-968' const='yes' id='type-id-1005'/>
+ <qualified-type-def type-id='type-id-967' const='yes' id='type-id-1004'/>
<!-- const OT::CmapSubtable* -->
- <pointer-type-def type-id='type-id-1005' size-in-bits='64' id='type-id-1289'/>
+ <pointer-type-def type-id='type-id-1004' size-in-bits='64' id='type-id-1288'/>
<!-- const OT::CmapSubtableLongGroup& -->
- <reference-type-def kind='lvalue' type-id='type-id-1334' size-in-bits='64' id='type-id-1057'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1333' size-in-bits='64' id='type-id-1056'/>
<!-- const OT::CmapSubtableLongGroup* -->
- <pointer-type-def type-id='type-id-1334' size-in-bits='64' id='type-id-1056'/>
+ <pointer-type-def type-id='type-id-1333' size-in-bits='64' id='type-id-1055'/>
<!-- const OT::Coverage -->
- <qualified-type-def type-id='type-id-577' const='yes' id='type-id-1006'/>
+ <qualified-type-def type-id='type-id-576' const='yes' id='type-id-1005'/>
<!-- const OT::CoverageFormat1 -->
- <qualified-type-def type-id='type-id-578' const='yes' id='type-id-1007'/>
+ <qualified-type-def type-id='type-id-577' const='yes' id='type-id-1006'/>
<!-- const OT::CoverageFormat2 -->
- <qualified-type-def type-id='type-id-579' const='yes' id='type-id-1008'/>
+ <qualified-type-def type-id='type-id-578' const='yes' id='type-id-1007'/>
<!-- const OT::EncodingRecord& -->
- <reference-type-def kind='lvalue' type-id='type-id-683' size-in-bits='64' id='type-id-1062'/>
+ <reference-type-def kind='lvalue' type-id='type-id-682' size-in-bits='64' id='type-id-1061'/>
<!-- const OT::EntryExitRecord& -->
- <reference-type-def kind='lvalue' type-id='type-id-1335' size-in-bits='64' id='type-id-1068'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1334' size-in-bits='64' id='type-id-1067'/>
<!-- const OT::EntryExitRecord* -->
- <pointer-type-def type-id='type-id-1335' size-in-bits='64' id='type-id-1067'/>
+ <pointer-type-def type-id='type-id-1334' size-in-bits='64' id='type-id-1066'/>
<!-- const OT::ExtensionSubst* -->
- <pointer-type-def type-id='type-id-1336' size-in-bits='64' id='type-id-1241'/>
+ <pointer-type-def type-id='type-id-1335' size-in-bits='64' id='type-id-1240'/>
<!-- const OT::FeatureParams -->
- <qualified-type-def type-id='type-id-969' const='yes' id='type-id-1009'/>
+ <qualified-type-def type-id='type-id-968' const='yes' id='type-id-1008'/>
<!-- const OT::Index& -->
- <reference-type-def kind='lvalue' type-id='type-id-1337' size-in-bits='64' id='type-id-1074'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1336' size-in-bits='64' id='type-id-1073'/>
<!-- const OT::Index* -->
- <pointer-type-def type-id='type-id-1337' size-in-bits='64' id='type-id-1073'/>
+ <pointer-type-def type-id='type-id-1336' size-in-bits='64' id='type-id-1072'/>
<!-- const OT::IntType<unsigned int, 3u>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1338' size-in-bits='64' id='type-id-1081'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1337' size-in-bits='64' id='type-id-1080'/>
<!-- const OT::IntType<unsigned int, 3u>* -->
- <pointer-type-def type-id='type-id-1338' size-in-bits='64' id='type-id-1080'/>
+ <pointer-type-def type-id='type-id-1337' size-in-bits='64' id='type-id-1079'/>
<!-- const OT::LigCaretList -->
- <qualified-type-def type-id='type-id-970' const='yes' id='type-id-1010'/>
+ <qualified-type-def type-id='type-id-969' const='yes' id='type-id-1009'/>
<!-- const OT::LigGlyph -->
- <qualified-type-def type-id='type-id-971' const='yes' id='type-id-1011'/>
+ <qualified-type-def type-id='type-id-970' const='yes' id='type-id-1010'/>
<!-- const OT::Ligature -->
- <qualified-type-def type-id='type-id-581' const='yes' id='type-id-1012'/>
+ <qualified-type-def type-id='type-id-580' const='yes' id='type-id-1011'/>
<!-- const OT::LigatureSet -->
- <qualified-type-def type-id='type-id-582' const='yes' id='type-id-1013'/>
+ <qualified-type-def type-id='type-id-581' const='yes' id='type-id-1012'/>
<!-- const OT::LigatureSubst* -->
- <pointer-type-def type-id='type-id-1339' size-in-bits='64' id='type-id-1250'/>
+ <pointer-type-def type-id='type-id-1338' size-in-bits='64' id='type-id-1249'/>
<!-- const OT::LigatureSubstFormat1 -->
- <qualified-type-def type-id='type-id-583' const='yes' id='type-id-1014'/>
+ <qualified-type-def type-id='type-id-582' const='yes' id='type-id-1013'/>
<!-- const OT::LookupRecord& -->
- <reference-type-def kind='lvalue' type-id='type-id-1340' size-in-bits='64' id='type-id-1087'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1339' size-in-bits='64' id='type-id-1086'/>
<!-- const OT::LookupRecord* -->
- <pointer-type-def type-id='type-id-1340' size-in-bits='64' id='type-id-1086'/>
+ <pointer-type-def type-id='type-id-1339' size-in-bits='64' id='type-id-1085'/>
<!-- const OT::MarkArray -->
- <qualified-type-def type-id='type-id-972' const='yes' id='type-id-1015'/>
+ <qualified-type-def type-id='type-id-971' const='yes' id='type-id-1014'/>
<!-- const OT::MarkGlyphSets -->
- <qualified-type-def type-id='type-id-973' const='yes' id='type-id-1016'/>
+ <qualified-type-def type-id='type-id-972' const='yes' id='type-id-1015'/>
<!-- const OT::MarkRecord& -->
- <reference-type-def kind='lvalue' type-id='type-id-695' size-in-bits='64' id='type-id-1092'/>
+ <reference-type-def kind='lvalue' type-id='type-id-694' size-in-bits='64' id='type-id-1091'/>
<!-- const OT::MultipleSubst* -->
- <pointer-type-def type-id='type-id-1341' size-in-bits='64' id='type-id-1258'/>
+ <pointer-type-def type-id='type-id-1340' size-in-bits='64' id='type-id-1257'/>
<!-- const OT::Offset<OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-862' const='yes' id='type-id-1017'/>
+ <qualified-type-def type-id='type-id-861' const='yes' id='type-id-1016'/>
<!-- const OT::OffsetListOf<OT::AnchorMatrix> -->
- <qualified-type-def type-id='type-id-974' const='yes' id='type-id-1018'/>
+ <qualified-type-def type-id='type-id-973' const='yes' id='type-id-1017'/>
<!-- const OT::OffsetListOf<OT::Lookup> -->
- <qualified-type-def type-id='type-id-975' const='yes' id='type-id-1019'/>
+ <qualified-type-def type-id='type-id-974' const='yes' id='type-id-1018'/>
<!-- const OT::OffsetListOf<OT::PosLookup> -->
- <qualified-type-def type-id='type-id-976' const='yes' id='type-id-1020'/>
+ <qualified-type-def type-id='type-id-975' const='yes' id='type-id-1019'/>
<!-- const OT::OffsetListOf<OT::SubstLookup> -->
- <qualified-type-def type-id='type-id-977' const='yes' id='type-id-1021'/>
+ <qualified-type-def type-id='type-id-976' const='yes' id='type-id-1020'/>
<!-- const OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-697' size-in-bits='64' id='type-id-1097'/>
+ <reference-type-def kind='lvalue' type-id='type-id-696' size-in-bits='64' id='type-id-1096'/>
<!-- const OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-698' size-in-bits='64' id='type-id-1102'/>
+ <reference-type-def kind='lvalue' type-id='type-id-697' size-in-bits='64' id='type-id-1101'/>
<!-- const OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-700' size-in-bits='64' id='type-id-1107'/>
+ <reference-type-def kind='lvalue' type-id='type-id-699' size-in-bits='64' id='type-id-1106'/>
<!-- const OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-701' size-in-bits='64' id='type-id-1112'/>
+ <reference-type-def kind='lvalue' type-id='type-id-700' size-in-bits='64' id='type-id-1111'/>
<!-- const OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-702' size-in-bits='64' id='type-id-1117'/>
+ <reference-type-def kind='lvalue' type-id='type-id-701' size-in-bits='64' id='type-id-1116'/>
<!-- const OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-705' size-in-bits='64' id='type-id-1122'/>
+ <reference-type-def kind='lvalue' type-id='type-id-704' size-in-bits='64' id='type-id-1121'/>
<!-- const OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-706' size-in-bits='64' id='type-id-1127'/>
+ <reference-type-def kind='lvalue' type-id='type-id-705' size-in-bits='64' id='type-id-1126'/>
<!-- const OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-712' size-in-bits='64' id='type-id-1132'/>
+ <reference-type-def kind='lvalue' type-id='type-id-711' size-in-bits='64' id='type-id-1131'/>
<!-- const OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-715' size-in-bits='64' id='type-id-1137'/>
+ <reference-type-def kind='lvalue' type-id='type-id-714' size-in-bits='64' id='type-id-1136'/>
<!-- const OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-722' size-in-bits='64' id='type-id-1142'/>
+ <reference-type-def kind='lvalue' type-id='type-id-721' size-in-bits='64' id='type-id-1141'/>
<!-- const OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-723' size-in-bits='64' id='type-id-1147'/>
+ <reference-type-def kind='lvalue' type-id='type-id-722' size-in-bits='64' id='type-id-1146'/>
<!-- const OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-724' size-in-bits='64' id='type-id-1152'/>
+ <reference-type-def kind='lvalue' type-id='type-id-723' size-in-bits='64' id='type-id-1151'/>
<!-- const OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-727' size-in-bits='64' id='type-id-1157'/>
+ <reference-type-def kind='lvalue' type-id='type-id-726' size-in-bits='64' id='type-id-1156'/>
<!-- const OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-728' size-in-bits='64' id='type-id-1162'/>
+ <reference-type-def kind='lvalue' type-id='type-id-727' size-in-bits='64' id='type-id-1161'/>
<!-- const OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-730' size-in-bits='64' id='type-id-1167'/>
+ <reference-type-def kind='lvalue' type-id='type-id-729' size-in-bits='64' id='type-id-1166'/>
<!-- const OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-733' size-in-bits='64' id='type-id-1172'/>
+ <reference-type-def kind='lvalue' type-id='type-id-732' size-in-bits='64' id='type-id-1171'/>
<!-- const OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-734' size-in-bits='64' id='type-id-1177'/>
+ <reference-type-def kind='lvalue' type-id='type-id-733' size-in-bits='64' id='type-id-1176'/>
<!-- const OT::PairSet::sanitize_closure_t* -->
- <pointer-type-def type-id='type-id-1342' size-in-bits='64' id='type-id-1267'/>
+ <pointer-type-def type-id='type-id-1341' size-in-bits='64' id='type-id-1266'/>
<!-- const OT::PosLookup -->
- <qualified-type-def type-id='type-id-979' const='yes' id='type-id-1022'/>
+ <qualified-type-def type-id='type-id-978' const='yes' id='type-id-1021'/>
<!-- const OT::PosLookupSubTable -->
- <qualified-type-def type-id='type-id-980' const='yes' id='type-id-1023'/>
+ <qualified-type-def type-id='type-id-979' const='yes' id='type-id-1022'/>
<!-- const OT::RangeRecord& -->
- <reference-type-def kind='lvalue' type-id='type-id-1343' size-in-bits='64' id='type-id-1183'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1342' size-in-bits='64' id='type-id-1182'/>
<!-- const OT::RangeRecord* -->
- <pointer-type-def type-id='type-id-1343' size-in-bits='64' id='type-id-1182'/>
+ <pointer-type-def type-id='type-id-1342' size-in-bits='64' id='type-id-1181'/>
<!-- const OT::Record<OT::Feature>& -->
- <reference-type-def kind='lvalue' type-id='type-id-738' size-in-bits='64' id='type-id-1188'/>
+ <reference-type-def kind='lvalue' type-id='type-id-737' size-in-bits='64' id='type-id-1187'/>
<!-- const OT::Record<OT::Feature>::sanitize_closure_t -->
- <qualified-type-def type-id='type-id-1268' const='yes' id='type-id-1024'/>
+ <qualified-type-def type-id='type-id-1267' const='yes' id='type-id-1023'/>
<!-- const OT::Record<OT::LangSys>& -->
- <reference-type-def kind='lvalue' type-id='type-id-739' size-in-bits='64' id='type-id-1193'/>
+ <reference-type-def kind='lvalue' type-id='type-id-738' size-in-bits='64' id='type-id-1192'/>
<!-- const OT::Record<OT::LangSys>::sanitize_closure_t -->
- <qualified-type-def type-id='type-id-1270' const='yes' id='type-id-1025'/>
+ <qualified-type-def type-id='type-id-1269' const='yes' id='type-id-1024'/>
<!-- const OT::Record<OT::Script>& -->
- <reference-type-def kind='lvalue' type-id='type-id-740' size-in-bits='64' id='type-id-1198'/>
+ <reference-type-def kind='lvalue' type-id='type-id-739' size-in-bits='64' id='type-id-1197'/>
<!-- const OT::Record<OT::Script>::sanitize_closure_t -->
- <qualified-type-def type-id='type-id-1272' const='yes' id='type-id-1026'/>
+ <qualified-type-def type-id='type-id-1271' const='yes' id='type-id-1025'/>
<!-- const OT::RecordListOf<OT::Feature> -->
- <qualified-type-def type-id='type-id-981' const='yes' id='type-id-1027'/>
+ <qualified-type-def type-id='type-id-980' const='yes' id='type-id-1026'/>
<!-- const OT::RecordListOf<OT::Script> -->
- <qualified-type-def type-id='type-id-982' const='yes' id='type-id-1028'/>
+ <qualified-type-def type-id='type-id-981' const='yes' id='type-id-1027'/>
<!-- const OT::ReverseChainSingleSubst* -->
- <pointer-type-def type-id='type-id-1344' size-in-bits='64' id='type-id-1277'/>
+ <pointer-type-def type-id='type-id-1343' size-in-bits='64' id='type-id-1276'/>
<!-- const OT::Rule -->
- <qualified-type-def type-id='type-id-983' const='yes' id='type-id-1029'/>
+ <qualified-type-def type-id='type-id-982' const='yes' id='type-id-1028'/>
<!-- const OT::RuleSet -->
- <qualified-type-def type-id='type-id-984' const='yes' id='type-id-1030'/>
+ <qualified-type-def type-id='type-id-983' const='yes' id='type-id-1029'/>
<!-- const OT::Script -->
- <qualified-type-def type-id='type-id-985' const='yes' id='type-id-1031'/>
+ <qualified-type-def type-id='type-id-984' const='yes' id='type-id-1030'/>
<!-- const OT::Sequence -->
- <qualified-type-def type-id='type-id-986' const='yes' id='type-id-1032'/>
+ <qualified-type-def type-id='type-id-985' const='yes' id='type-id-1031'/>
<!-- const OT::SingleSubst* -->
- <pointer-type-def type-id='type-id-1345' size-in-bits='64' id='type-id-1282'/>
+ <pointer-type-def type-id='type-id-1344' size-in-bits='64' id='type-id-1281'/>
<!-- const OT::SingleSubstFormat1 -->
- <qualified-type-def type-id='type-id-624' const='yes' id='type-id-1033'/>
+ <qualified-type-def type-id='type-id-623' const='yes' id='type-id-1032'/>
<!-- const OT::SingleSubstFormat2 -->
- <qualified-type-def type-id='type-id-625' const='yes' id='type-id-1034'/>
+ <qualified-type-def type-id='type-id-624' const='yes' id='type-id-1033'/>
<!-- const OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-626' const='yes' id='type-id-1035'/>
+ <qualified-type-def type-id='type-id-625' const='yes' id='type-id-1034'/>
<!-- const OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-627' const='yes' id='type-id-1036'/>
+ <qualified-type-def type-id='type-id-626' const='yes' id='type-id-1035'/>
<!-- const OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-987' const='yes' id='type-id-1037'/>
+ <qualified-type-def type-id='type-id-986' const='yes' id='type-id-1036'/>
<!-- const OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-988' const='yes' id='type-id-1038'/>
+ <qualified-type-def type-id='type-id-987' const='yes' id='type-id-1037'/>
<!-- const OT::SubstLookup -->
- <qualified-type-def type-id='type-id-628' const='yes' id='type-id-1039'/>
+ <qualified-type-def type-id='type-id-627' const='yes' id='type-id-1038'/>
<!-- const OT::SubstLookupSubTable -->
- <qualified-type-def type-id='type-id-629' const='yes' id='type-id-1040'/>
+ <qualified-type-def type-id='type-id-628' const='yes' id='type-id-1039'/>
<!-- const OT::UVSMapping& -->
- <reference-type-def kind='lvalue' type-id='type-id-1346' size-in-bits='64' id='type-id-1204'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1345' size-in-bits='64' id='type-id-1203'/>
<!-- const OT::UVSMapping* -->
- <pointer-type-def type-id='type-id-1346' size-in-bits='64' id='type-id-1203'/>
+ <pointer-type-def type-id='type-id-1345' size-in-bits='64' id='type-id-1202'/>
<!-- const OT::UnicodeValueRange& -->
- <reference-type-def kind='lvalue' type-id='type-id-1347' size-in-bits='64' id='type-id-1210'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1346' size-in-bits='64' id='type-id-1209'/>
<!-- const OT::UnicodeValueRange* -->
- <pointer-type-def type-id='type-id-1347' size-in-bits='64' id='type-id-1209'/>
+ <pointer-type-def type-id='type-id-1346' size-in-bits='64' id='type-id-1208'/>
<!-- const OT::ValueFormat* -->
- <pointer-type-def type-id='type-id-1348' size-in-bits='64' id='type-id-1265'/>
+ <pointer-type-def type-id='type-id-1347' size-in-bits='64' id='type-id-1264'/>
<!-- const OT::VariationSelectorRecord& -->
- <reference-type-def kind='lvalue' type-id='type-id-743' size-in-bits='64' id='type-id-1215'/>
+ <reference-type-def kind='lvalue' type-id='type-id-742' size-in-bits='64' id='type-id-1214'/>
<!-- const hb_set_digest_t -->
- <qualified-type-def type-id='type-id-1043' const='yes' id='type-id-1041'/>
+ <qualified-type-def type-id='type-id-1042' const='yes' id='type-id-1040'/>
<!-- const hb_set_t -->
- <qualified-type-def type-id='type-id-1044' const='yes' id='type-id-1042'/>
+ <qualified-type-def type-id='type-id-1043' const='yes' id='type-id-1041'/>
<namespace-decl name='OT'>
<!-- enum OT::glyph_variant_t -->
- <enum-decl name='glyph_variant_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='275' column='1' id='type-id-1227'>
+ <enum-decl name='glyph_variant_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='275' column='1' id='type-id-1226'>
<underlying-type type-id='type-id-56'/>
<enumerator name='GLYPH_VARIANT_NOT_FOUND' value='0'/>
<enumerator name='GLYPH_VARIANT_FOUND' value='1'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::AlternateSubstFormat1 -->
- <class-decl name='AlternateSubstFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='453' column='1' id='type-id-1046'>
+ <class-decl name='AlternateSubstFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='453' column='1' id='type-id-1045'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::AlternateSubstFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='544' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='544' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::AlternateSubstFormat1::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='546' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='546' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::OffsetArrayOf<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > > OT::AlternateSubstFormat1::alternateSet -->
- <var-decl name='alternateSet' type-id='type-id-1349' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='549' column='1'/>
+ <var-decl name='alternateSet' type-id='type-id-1348' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='549' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::AlternateSubstFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='552' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='552' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::AlternateSubstFormat1::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT21AlternateSubstFormat17closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='454' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AlternateSubstFormat1*' -->
- <parameter type-id='type-id-1350' is-artificial='yes'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::AlternateSubstFormat1::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT21AlternateSubstFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='468' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AlternateSubstFormat1*' -->
- <parameter type-id='type-id-1350' is-artificial='yes'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const OT::Coverage& OT::AlternateSubstFormat1::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT21AlternateSubstFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='481' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AlternateSubstFormat1*' -->
- <parameter type-id='type-id-1350' is-artificial='yes'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::AlternateSubstFormat1::would_apply(OT::hb_would_apply_context_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT21AlternateSubstFormat111would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='486' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AlternateSubstFormat1*' -->
- <parameter type-id='type-id-1350' is-artificial='yes'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::AlternateSubstFormat1::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT21AlternateSubstFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='492' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AlternateSubstFormat1*' -->
- <parameter type-id='type-id-1350' is-artificial='yes'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::AlternateSubstFormat1::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<unsigned int>&, unsigned int, OT::Supplier<OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='serialize' mangled-name='_ZN2OT21AlternateSubstFormat19serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='520' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::AlternateSubstFormat1*' -->
- <parameter type-id='type-id-1351' is-artificial='yes'/>
+ <parameter type-id='type-id-1350' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-857'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::AlternateSubstFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT21AlternateSubstFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='538' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::AlternateSubstFormat1*' -->
- <parameter type-id='type-id-1351' is-artificial='yes'/>
+ <parameter type-id='type-id-1350' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::AlternateSubstFormat1::_instance_assertion_on_line_552() -->
<function-decl name='_instance_assertion_on_line_552' mangled-name='_ZNK2OT21AlternateSubstFormat131_instance_assertion_on_line_552Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='552' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AlternateSubstFormat1*' -->
- <parameter type-id='type-id-1350' is-artificial='yes'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::AlternateSubstFormat1::_compiles_assertion_on_line_552() -->
<function-decl name='_compiles_assertion_on_line_552' mangled-name='_ZNK2OT21AlternateSubstFormat131_compiles_assertion_on_line_552Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='552' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AlternateSubstFormat1*' -->
- <parameter type-id='type-id-1350' is-artificial='yes'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Anchor -->
- <class-decl name='Anchor' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='307' column='1' id='type-id-962'>
+ <class-decl name='Anchor' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='307' column='1' id='type-id-961'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::AnchorFormat1 format1; OT::AnchorFormat2 format2; OT::AnchorFormat3 format3;} -->
- <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='332' column='1' id='type-id-1352'>
+ <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='332' column='1' id='type-id-1351'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='333' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='333' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::AnchorFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-746' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='334' column='1'/>
+ <var-decl name='format1' type-id='type-id-745' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='334' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::AnchorFormat2 format2 -->
- <var-decl name='format2' type-id='type-id-747' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='335' column='1'/>
+ <var-decl name='format2' type-id='type-id-746' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='335' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::AnchorFormat3 format3 -->
- <var-decl name='format3' type-id='type-id-748' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='336' column='1'/>
+ <var-decl name='format3' type-id='type-id-747' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='336' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::AnchorFormat1 format1; OT::AnchorFormat2 format2; OT::AnchorFormat3 format3;} OT::Anchor::u -->
- <var-decl name='u' type-id='type-id-1352' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='337' column='1'/>
+ <var-decl name='u' type-id='type-id-1351' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='337' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Anchor::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='339' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='339' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::Anchor::get_anchor(hb_font_t*, hb_codepoint_t, hb_position_t*, hb_position_t*) -->
<function-decl name='get_anchor' mangled-name='_ZNK2OT6Anchor10get_anchorEP9hb_font_tjPiS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='308' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Anchor*' -->
- <parameter type-id='type-id-1353' is-artificial='yes'/>
+ <parameter type-id='type-id-1352' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::Anchor::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT6Anchor8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='320' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Anchor*' -->
- <parameter type-id='type-id-1354' is-artificial='yes'/>
+ <parameter type-id='type-id-1353' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::Anchor::_instance_assertion_on_line_339() -->
<function-decl name='_instance_assertion_on_line_339' mangled-name='_ZNK2OT6Anchor31_instance_assertion_on_line_339Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='339' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Anchor*' -->
- <parameter type-id='type-id-1353' is-artificial='yes'/>
+ <parameter type-id='type-id-1352' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::AttachList -->
- <class-decl name='AttachList' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='48' column='1' id='type-id-963'>
+ <class-decl name='AttachList' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='48' column='1' id='type-id-962'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::AttachList::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='81' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='81' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetArrayOf<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > > OT::AttachList::attachPoint -->
- <var-decl name='attachPoint' type-id='type-id-1349' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='84' column='1'/>
+ <var-decl name='attachPoint' type-id='type-id-1348' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='84' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::AttachList::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='87' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='87' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::AttachList::get_attach_points(hb_codepoint_t, unsigned int, unsigned int*, unsigned int*) -->
<function-decl name='get_attach_points' mangled-name='_ZNK2OT10AttachList17get_attach_pointsEjjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AttachList*' -->
- <parameter type-id='type-id-1355' is-artificial='yes'/>
+ <parameter type-id='type-id-1354' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<!-- bool OT::AttachList::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT10AttachList8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::AttachList*' -->
- <parameter type-id='type-id-1356' is-artificial='yes'/>
+ <parameter type-id='type-id-1355' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::AttachList::_instance_assertion_on_line_87() -->
<function-decl name='_instance_assertion_on_line_87' mangled-name='_ZNK2OT10AttachList30_instance_assertion_on_line_87Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AttachList*' -->
- <parameter type-id='type-id-1355' is-artificial='yes'/>
+ <parameter type-id='type-id-1354' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::AttachList::_compiles_assertion_on_line_87() -->
<function-decl name='_compiles_assertion_on_line_87' mangled-name='_ZNK2OT10AttachList30_compiles_assertion_on_line_87Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::AttachList*' -->
- <parameter type-id='type-id-1355' is-artificial='yes'/>
+ <parameter type-id='type-id-1354' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CaretValue -->
- <class-decl name='CaretValue' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='170' column='1' id='type-id-964'>
+ <class-decl name='CaretValue' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='170' column='1' id='type-id-963'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::CaretValueFormat1 format1; OT::CaretValueFormat2 format2; OT::CaretValueFormat3 format3;} -->
- <union-decl name='__anonymous_union__' size-in-bits='48' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='193' column='1' id='type-id-1357'>
+ <union-decl name='__anonymous_union__' size-in-bits='48' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='193' column='1' id='type-id-1356'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='194' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='194' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CaretValueFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-782' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='195' column='1'/>
+ <var-decl name='format1' type-id='type-id-781' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='195' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CaretValueFormat2 format2 -->
- <var-decl name='format2' type-id='type-id-783' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='196' column='1'/>
+ <var-decl name='format2' type-id='type-id-782' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='196' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CaretValueFormat3 format3 -->
- <var-decl name='format3' type-id='type-id-784' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='197' column='1'/>
+ <var-decl name='format3' type-id='type-id-783' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='197' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::CaretValueFormat1 format1; OT::CaretValueFormat2 format2; OT::CaretValueFormat3 format3;} OT::CaretValue::u -->
- <var-decl name='u' type-id='type-id-1357' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='198' column='1'/>
+ <var-decl name='u' type-id='type-id-1356' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='198' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CaretValue::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='200' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='200' column='1'/>
</data-member>
<member-function access='public'>
<!-- hb_position_t OT::CaretValue::get_caret_value(hb_font_t*, hb_direction_t, hb_codepoint_t) -->
<function-decl name='get_caret_value' mangled-name='_ZNK2OT10CaretValue15get_caret_valueEP9hb_font_t14hb_direction_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CaretValue*' -->
- <parameter type-id='type-id-1358' is-artificial='yes'/>
+ <parameter type-id='type-id-1357' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::CaretValue::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT10CaretValue8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CaretValue*' -->
- <parameter type-id='type-id-1359' is-artificial='yes'/>
+ <parameter type-id='type-id-1358' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CaretValue::_instance_assertion_on_line_200() -->
<function-decl name='_instance_assertion_on_line_200' mangled-name='_ZNK2OT10CaretValue31_instance_assertion_on_line_200Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='200' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CaretValue*' -->
- <parameter type-id='type-id-1358' is-artificial='yes'/>
+ <parameter type-id='type-id-1357' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ChainContext -->
- <class-decl name='ChainContext' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2142' column='1' id='type-id-1222'>
+ <class-decl name='ChainContext' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2142' column='1' id='type-id-1221'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::ChainContextFormat1 format1; OT::ChainContextFormat2 format2; OT::ChainContextFormat3 format3;} -->
- <union-decl name='__anonymous_union__' size-in-bits='160' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2167' column='1' id='type-id-1360'>
+ <union-decl name='__anonymous_union__' size-in-bits='160' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2167' column='1' id='type-id-1359'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2168' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2168' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ChainContextFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-1361' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2169' column='1'/>
+ <var-decl name='format1' type-id='type-id-1360' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2169' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ChainContextFormat2 format2 -->
- <var-decl name='format2' type-id='type-id-1362' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2170' column='1'/>
+ <var-decl name='format2' type-id='type-id-1361' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2170' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ChainContextFormat3 format3 -->
- <var-decl name='format3' type-id='type-id-1363' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2171' column='1'/>
+ <var-decl name='format3' type-id='type-id-1362' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2171' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::ChainContextFormat1 format1; OT::ChainContextFormat2 format2; OT::ChainContextFormat3 format3;} OT::ChainContext::u -->
- <var-decl name='u' type-id='type-id-1360' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2172' column='1'/>
+ <var-decl name='u' type-id='type-id-1359' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2172' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::ChainContext::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT12ChainContext8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2155' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ChainContext*' -->
- <parameter type-id='type-id-1364' is-artificial='yes'/>
+ <parameter type-id='type-id-1363' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_would_apply_context_t::return_t OT::ChainContext::dispatch<OT::hb_would_apply_context_t>(OT::hb_would_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2144' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContext*' -->
- <parameter type-id='type-id-1365' is-artificial='yes'/>
+ <parameter type-id='type-id-1364' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::ChainContext::dispatch<OT::hb_closure_context_t>(OT::hb_closure_context_t*) -->
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2144' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContext*' -->
- <parameter type-id='type-id-1365' is-artificial='yes'/>
+ <parameter type-id='type-id-1364' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::ChainContext::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2144' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContext*' -->
- <parameter type-id='type-id-1365' is-artificial='yes'/>
+ <parameter type-id='type-id-1364' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::ChainContext::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' mangled-name='_ZNK2OT12ChainContext8dispatchINS_27hb_collect_glyphs_context_tEEENT_8return_tEPS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2144' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContext*' -->
- <parameter type-id='type-id-1365' is-artificial='yes'/>
+ <parameter type-id='type-id-1364' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::ChainContext::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' mangled-name='_ZNK2OT12ChainContext8dispatchINS_18hb_apply_context_tEEENT_8return_tEPS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2144' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContext*' -->
- <parameter type-id='type-id-1365' is-artificial='yes'/>
+ <parameter type-id='type-id-1364' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ChainRule -->
- <class-decl name='ChainRule' size-in-bits='144' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1674' column='1' id='type-id-965'>
+ <class-decl name='ChainRule' size-in-bits='144' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1674' column='1' id='type-id-964'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > OT::ChainRule::backtrack -->
- <var-decl name='backtrack' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1742' column='1'/>
+ <var-decl name='backtrack' type-id='type-id-572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1742' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > OT::ChainRule::inputX -->
- <var-decl name='inputX' type-id='type-id-580' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1746' column='1'/>
+ <var-decl name='inputX' type-id='type-id-579' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1746' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > OT::ChainRule::lookaheadX -->
- <var-decl name='lookaheadX' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1749' column='1'/>
+ <var-decl name='lookaheadX' type-id='type-id-572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1749' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
<!-- OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> > OT::ChainRule::lookupX -->
- <var-decl name='lookupX' type-id='type-id-756' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1752' column='1'/>
+ <var-decl name='lookupX' type-id='type-id-755' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1752' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ChainRule::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1755' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1755' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::ChainRule::closure(OT::hb_closure_context_t*, OT::ChainContextClosureLookupContext&) -->
<function-decl name='closure' mangled-name='_ZNK2OT9ChainRule7closureEPNS_20hb_closure_context_tERNS_32ChainContextClosureLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1675' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainRule*' -->
- <parameter type-id='type-id-1366' is-artificial='yes'/>
+ <parameter type-id='type-id-1365' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- parameter of type 'OT::ChainContextClosureLookupContext&' -->
- <parameter type-id='type-id-1367'/>
+ <parameter type-id='type-id-1366'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ChainRule::collect_glyphs(OT::hb_collect_glyphs_context_t*, OT::ChainContextCollectGlyphsLookupContext&) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT9ChainRule14collect_glyphsEPNS_27hb_collect_glyphs_context_tERNS_38ChainContextCollectGlyphsLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1689' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainRule*' -->
- <parameter type-id='type-id-1366' is-artificial='yes'/>
+ <parameter type-id='type-id-1365' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- parameter of type 'OT::ChainContextCollectGlyphsLookupContext&' -->
- <parameter type-id='type-id-1368'/>
+ <parameter type-id='type-id-1367'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::ChainRule::would_apply(OT::hb_would_apply_context_t*, OT::ChainContextApplyLookupContext&) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT9ChainRule11would_applyEPNS_24hb_would_apply_context_tERNS_30ChainContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1703' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainRule*' -->
- <parameter type-id='type-id-1366' is-artificial='yes'/>
+ <parameter type-id='type-id-1365' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- parameter of type 'OT::ChainContextApplyLookupContext&' -->
- <parameter type-id='type-id-1369'/>
+ <parameter type-id='type-id-1368'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ChainRule::apply(OT::hb_apply_context_t*, OT::ChainContextApplyLookupContext&) -->
<function-decl name='apply' mangled-name='_ZNK2OT9ChainRule5applyEPNS_18hb_apply_context_tERNS_30ChainContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1716' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainRule*' -->
- <parameter type-id='type-id-1366' is-artificial='yes'/>
+ <parameter type-id='type-id-1365' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- parameter of type 'OT::ChainContextApplyLookupContext&' -->
- <parameter type-id='type-id-1369'/>
+ <parameter type-id='type-id-1368'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ChainRule::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT9ChainRule8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1729' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ChainRule*' -->
- <parameter type-id='type-id-1370' is-artificial='yes'/>
+ <parameter type-id='type-id-1369' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ChainRule::_instance_assertion_on_line_1755() -->
<function-decl name='_instance_assertion_on_line_1755' mangled-name='_ZNK2OT9ChainRule32_instance_assertion_on_line_1755Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1755' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainRule*' -->
- <parameter type-id='type-id-1366' is-artificial='yes'/>
+ <parameter type-id='type-id-1365' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ChainRuleSet -->
- <class-decl name='ChainRuleSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1759' column='1' id='type-id-966'>
+ <class-decl name='ChainRuleSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1759' column='1' id='type-id-965'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::OffsetArrayOf<OT::ChainRule> OT::ChainRuleSet::rule -->
- <var-decl name='rule' type-id='type-id-1371' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1805' column='1'/>
+ <var-decl name='rule' type-id='type-id-1370' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1805' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ChainRuleSet::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1808' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1808' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::ChainRuleSet::closure(OT::hb_closure_context_t*, OT::ChainContextClosureLookupContext&) -->
<function-decl name='closure' mangled-name='_ZNK2OT12ChainRuleSet7closureEPNS_20hb_closure_context_tERNS_32ChainContextClosureLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1760' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainRuleSet*' -->
- <parameter type-id='type-id-1372' is-artificial='yes'/>
+ <parameter type-id='type-id-1371' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- parameter of type 'OT::ChainContextClosureLookupContext&' -->
- <parameter type-id='type-id-1367'/>
+ <parameter type-id='type-id-1366'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ChainRuleSet::collect_glyphs(OT::hb_collect_glyphs_context_t*, OT::ChainContextCollectGlyphsLookupContext&) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT12ChainRuleSet14collect_glyphsEPNS_27hb_collect_glyphs_context_tERNS_38ChainContextCollectGlyphsLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1768' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainRuleSet*' -->
- <parameter type-id='type-id-1372' is-artificial='yes'/>
+ <parameter type-id='type-id-1371' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- parameter of type 'OT::ChainContextCollectGlyphsLookupContext&' -->
- <parameter type-id='type-id-1368'/>
+ <parameter type-id='type-id-1367'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::ChainRuleSet::would_apply(OT::hb_would_apply_context_t*, OT::ChainContextApplyLookupContext&) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT12ChainRuleSet11would_applyEPNS_24hb_would_apply_context_tERNS_30ChainContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1776' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainRuleSet*' -->
- <parameter type-id='type-id-1372' is-artificial='yes'/>
+ <parameter type-id='type-id-1371' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- parameter of type 'OT::ChainContextApplyLookupContext&' -->
- <parameter type-id='type-id-1369'/>
+ <parameter type-id='type-id-1368'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ChainRuleSet::apply(OT::hb_apply_context_t*, OT::ChainContextApplyLookupContext&) -->
<function-decl name='apply' mangled-name='_ZNK2OT12ChainRuleSet5applyEPNS_18hb_apply_context_tERNS_30ChainContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1787' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainRuleSet*' -->
- <parameter type-id='type-id-1372' is-artificial='yes'/>
+ <parameter type-id='type-id-1371' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- parameter of type 'OT::ChainContextApplyLookupContext&' -->
- <parameter type-id='type-id-1369'/>
+ <parameter type-id='type-id-1368'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ChainRuleSet::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT12ChainRuleSet8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1798' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ChainRuleSet*' -->
- <parameter type-id='type-id-1373' is-artificial='yes'/>
+ <parameter type-id='type-id-1372' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ChainRuleSet::_instance_assertion_on_line_1808() -->
<function-decl name='_instance_assertion_on_line_1808' mangled-name='_ZNK2OT12ChainRuleSet32_instance_assertion_on_line_1808Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1808' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainRuleSet*' -->
- <parameter type-id='type-id-1372' is-artificial='yes'/>
+ <parameter type-id='type-id-1371' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ChainRuleSet::_compiles_assertion_on_line_1808() -->
<function-decl name='_compiles_assertion_on_line_1808' mangled-name='_ZNK2OT12ChainRuleSet32_compiles_assertion_on_line_1808Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1808' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainRuleSet*' -->
- <parameter type-id='type-id-1372' is-artificial='yes'/>
+ <parameter type-id='type-id-1371' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ClassDef -->
- <class-decl name='ClassDef' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1049' column='1' id='type-id-967'>
+ <class-decl name='ClassDef' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1049' column='1' id='type-id-966'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::ClassDefFormat1 format1; OT::ClassDefFormat2 format2;} -->
- <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1086' column='1' id='type-id-1374'>
+ <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1086' column='1' id='type-id-1373'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1087' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1087' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ClassDefFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-785' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1088' column='1'/>
+ <var-decl name='format1' type-id='type-id-784' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1088' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ClassDefFormat2 format2 -->
- <var-decl name='format2' type-id='type-id-1375' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1089' column='1'/>
+ <var-decl name='format2' type-id='type-id-1374' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1089' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::ClassDefFormat1 format1; OT::ClassDefFormat2 format2;} OT::ClassDef::u -->
- <var-decl name='u' type-id='type-id-1374' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1090' column='1'/>
+ <var-decl name='u' type-id='type-id-1373' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1090' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ClassDef::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1092' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1092' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::ClassDef::get_class(hb_codepoint_t) -->
<function-decl name='get_class' mangled-name='_ZNK2OT8ClassDef9get_classEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1050' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ClassDef*' -->
- <parameter type-id='type-id-1376' is-artificial='yes'/>
+ <parameter type-id='type-id-1375' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ClassDef::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8ClassDef8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1059' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ClassDef*' -->
- <parameter type-id='type-id-1377' is-artificial='yes'/>
+ <parameter type-id='type-id-1376' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ClassDef::add_class(hb_set_t*, unsigned int) -->
<function-decl name='add_class' mangled-name='_ZNK2OT8ClassDef9add_classEP8hb_set_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1069' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ClassDef*' -->
- <parameter type-id='type-id-1376' is-artificial='yes'/>
+ <parameter type-id='type-id-1375' is-artificial='yes'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- bool OT::ClassDef::intersects_class(const hb_set_t*, unsigned int) -->
<function-decl name='intersects_class' mangled-name='_ZNK2OT8ClassDef16intersects_classEPK8hb_set_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1077' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ClassDef*' -->
- <parameter type-id='type-id-1376' is-artificial='yes'/>
+ <parameter type-id='type-id-1375' is-artificial='yes'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- void OT::ClassDef::_instance_assertion_on_line_1092() -->
<function-decl name='_instance_assertion_on_line_1092' mangled-name='_ZNK2OT8ClassDef32_instance_assertion_on_line_1092Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1092' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ClassDef*' -->
- <parameter type-id='type-id-1376' is-artificial='yes'/>
+ <parameter type-id='type-id-1375' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CmapSubtable -->
- <class-decl name='CmapSubtable' size-in-bits='2096' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='393' column='1' id='type-id-968'>
+ <class-decl name='CmapSubtable' size-in-bits='2096' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='393' column='1' id='type-id-967'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::CmapSubtableFormat0 format0; OT::CmapSubtableFormat4 format4; OT::CmapSubtableFormat6 format6; OT::CmapSubtableFormat10 format10; OT::CmapSubtableFormat12 format12; OT::CmapSubtableFormat13 format13; OT::CmapSubtableFormat14 format14;} -->
- <union-decl name='__anonymous_union__' size-in-bits='2096' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='437' column='1' id='type-id-1378'>
+ <union-decl name='__anonymous_union__' size-in-bits='2096' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='437' column='1' id='type-id-1377'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='438' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='438' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CmapSubtableFormat0 format0 -->
- <var-decl name='format0' type-id='type-id-786' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='439' column='1'/>
+ <var-decl name='format0' type-id='type-id-785' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='439' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CmapSubtableFormat4 format4 -->
- <var-decl name='format4' type-id='type-id-788' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='440' column='1'/>
+ <var-decl name='format4' type-id='type-id-787' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='440' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CmapSubtableFormat6 format6 -->
- <var-decl name='format6' type-id='type-id-1379' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='441' column='1'/>
+ <var-decl name='format6' type-id='type-id-1378' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='441' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CmapSubtableFormat10 format10 -->
- <var-decl name='format10' type-id='type-id-1380' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='442' column='1'/>
+ <var-decl name='format10' type-id='type-id-1379' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='442' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CmapSubtableFormat12 format12 -->
- <var-decl name='format12' type-id='type-id-1381' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='443' column='1'/>
+ <var-decl name='format12' type-id='type-id-1380' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='443' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CmapSubtableFormat13 format13 -->
- <var-decl name='format13' type-id='type-id-1382' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='444' column='1'/>
+ <var-decl name='format13' type-id='type-id-1381' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='444' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CmapSubtableFormat14 format14 -->
- <var-decl name='format14' type-id='type-id-787' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='445' column='1'/>
+ <var-decl name='format14' type-id='type-id-786' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='445' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::CmapSubtableFormat0 format0; OT::CmapSubtableFormat4 format4; OT::CmapSubtableFormat6 format6; OT::CmapSubtableFormat10 format10; OT::CmapSubtableFormat12 format12; OT::CmapSubtableFormat13 format13; OT::CmapSubtableFormat14 format14;} OT::CmapSubtable::u -->
- <var-decl name='u' type-id='type-id-1378' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='446' column='1'/>
+ <var-decl name='u' type-id='type-id-1377' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='446' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CmapSubtable::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='448' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='448' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::CmapSubtable::get_glyph(hb_codepoint_t, hb_codepoint_t*) -->
<function-decl name='get_glyph' mangled-name='_ZNK2OT12CmapSubtable9get_glyphEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='396' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtable*' -->
- <parameter type-id='type-id-1289' is-artificial='yes'/>
+ <parameter type-id='type-id-1288' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::glyph_variant_t OT::CmapSubtable::get_glyph_variant(hb_codepoint_t, hb_codepoint_t, hb_codepoint_t*) -->
<function-decl name='get_glyph_variant' mangled-name='_ZNK2OT12CmapSubtable17get_glyph_variantEjjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='411' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtable*' -->
- <parameter type-id='type-id-1289' is-artificial='yes'/>
+ <parameter type-id='type-id-1288' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- enum OT::glyph_variant_t -->
- <return type-id='type-id-1227'/>
+ <return type-id='type-id-1226'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::CmapSubtable::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT12CmapSubtable8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CmapSubtable*' -->
- <parameter type-id='type-id-1383' is-artificial='yes'/>
+ <parameter type-id='type-id-1382' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CmapSubtable::_instance_assertion_on_line_448() -->
<function-decl name='_instance_assertion_on_line_448' mangled-name='_ZNK2OT12CmapSubtable31_instance_assertion_on_line_448Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='448' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtable*' -->
- <parameter type-id='type-id-1289' is-artificial='yes'/>
+ <parameter type-id='type-id-1288' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Context -->
- <class-decl name='Context' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1524' column='1' id='type-id-1236'>
+ <class-decl name='Context' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1524' column='1' id='type-id-1235'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::ContextFormat1 format1; OT::ContextFormat2 format2; OT::ContextFormat3 format3;} -->
- <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1549' column='1' id='type-id-1384'>
+ <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1549' column='1' id='type-id-1383'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1550' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1550' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ContextFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-1385' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1551' column='1'/>
+ <var-decl name='format1' type-id='type-id-1384' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1551' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ContextFormat2 format2 -->
- <var-decl name='format2' type-id='type-id-1386' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1552' column='1'/>
+ <var-decl name='format2' type-id='type-id-1385' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1552' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ContextFormat3 format3 -->
- <var-decl name='format3' type-id='type-id-793' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1553' column='1'/>
+ <var-decl name='format3' type-id='type-id-792' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1553' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::ContextFormat1 format1; OT::ContextFormat2 format2; OT::ContextFormat3 format3;} OT::Context::u -->
- <var-decl name='u' type-id='type-id-1384' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1554' column='1'/>
+ <var-decl name='u' type-id='type-id-1383' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1554' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::Context::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7Context8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1537' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Context*' -->
- <parameter type-id='type-id-1387' is-artificial='yes'/>
+ <parameter type-id='type-id-1386' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_would_apply_context_t::return_t OT::Context::dispatch<OT::hb_would_apply_context_t>(OT::hb_would_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1526' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Context*' -->
- <parameter type-id='type-id-1388' is-artificial='yes'/>
+ <parameter type-id='type-id-1387' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::Context::dispatch<OT::hb_closure_context_t>(OT::hb_closure_context_t*) -->
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1526' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Context*' -->
- <parameter type-id='type-id-1388' is-artificial='yes'/>
+ <parameter type-id='type-id-1387' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::Context::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1526' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Context*' -->
- <parameter type-id='type-id-1388' is-artificial='yes'/>
+ <parameter type-id='type-id-1387' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::Context::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' mangled-name='_ZNK2OT7Context8dispatchINS_27hb_collect_glyphs_context_tEEENT_8return_tEPS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1526' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Context*' -->
- <parameter type-id='type-id-1388' is-artificial='yes'/>
+ <parameter type-id='type-id-1387' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::Context::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' mangled-name='_ZNK2OT7Context8dispatchINS_18hb_apply_context_tEEENT_8return_tEPS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1526' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Context*' -->
- <parameter type-id='type-id-1388' is-artificial='yes'/>
+ <parameter type-id='type-id-1387' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Extension<OT::ExtensionSubst> -->
- <class-decl name='Extension<OT::ExtensionSubst>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2199' column='1' id='type-id-1240'>
+ <class-decl name='Extension<OT::ExtensionSubst>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2199' column='1' id='type-id-1239'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::ExtensionFormat1 format1;} -->
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2247' column='1' id='type-id-1389'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2247' column='1' id='type-id-1388'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2248' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2248' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ExtensionFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-796' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2249' column='1'/>
+ <var-decl name='format1' type-id='type-id-795' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2249' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::ExtensionFormat1 format1;} OT::Extension<OT::ExtensionSubst>::u -->
- <var-decl name='u' type-id='type-id-1389' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2250' column='1'/>
+ <var-decl name='u' type-id='type-id-1388' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2250' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::Extension<OT::ExtensionSubst>::get_type() -->
<function-decl name='get_type' mangled-name='_ZNK2OT9ExtensionINS_14ExtensionSubstEE8get_typeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2200' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Extension<OT::ExtensionSubst>*' -->
- <parameter type-id='type-id-1390' is-artificial='yes'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- unsigned int OT::Extension<OT::ExtensionSubst>::get_offset() -->
<function-decl name='get_offset' mangled-name='_ZNK2OT9ExtensionINS_14ExtensionSubstEE10get_offsetEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2207' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Extension<OT::ExtensionSubst>*' -->
- <parameter type-id='type-id-1390' is-artificial='yes'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::Extension<OT::ExtensionSubst>::sanitize_self(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_self' mangled-name='_ZN2OT9ExtensionINS_14ExtensionSubstEE13sanitize_selfEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2229' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Extension<OT::ExtensionSubst>*' -->
- <parameter type-id='type-id-1391' is-artificial='yes'/>
+ <parameter type-id='type-id-1390' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::Extension<OT::ExtensionSubst>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT9ExtensionINS_14ExtensionSubstEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2238' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Extension<OT::ExtensionSubst>*' -->
- <parameter type-id='type-id-1391' is-artificial='yes'/>
+ <parameter type-id='type-id-1390' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- const OT::SubstLookupSubTable& OT::Extension<OT::ExtensionSubst>::get_subtable<OT::SubstLookupSubTable>() -->
<function-decl name='get_subtable<OT::SubstLookupSubTable>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2216' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Extension<OT::ExtensionSubst>*' -->
- <parameter type-id='type-id-1390' is-artificial='yes'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
<!-- const OT::SubstLookupSubTable& -->
- <return type-id='type-id-935'/>
+ <return type-id='type-id-934'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::Extension<OT::ExtensionSubst>::dispatch<OT::hb_would_apply_context_t>(OT::hb_would_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Extension<OT::ExtensionSubst>*' -->
- <parameter type-id='type-id-1390' is-artificial='yes'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::Extension<OT::ExtensionSubst>::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Extension<OT::ExtensionSubst>*' -->
- <parameter type-id='type-id-1390' is-artificial='yes'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::Extension<OT::ExtensionSubst>::dispatch<OT::hb_closure_context_t>(OT::hb_closure_context_t*) -->
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Extension<OT::ExtensionSubst>*' -->
- <parameter type-id='type-id-1390' is-artificial='yes'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::Extension<OT::ExtensionSubst>::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Extension<OT::ExtensionSubst>*' -->
- <parameter type-id='type-id-1390' is-artificial='yes'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::Extension<OT::ExtensionSubst>::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Extension<OT::ExtensionSubst>*' -->
- <parameter type-id='type-id-1390' is-artificial='yes'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::FeatureParams -->
- <class-decl name='FeatureParams' size-in-bits='136' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='446' column='1' id='type-id-969'>
+ <class-decl name='FeatureParams' size-in-bits='136' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='446' column='1' id='type-id-968'>
<member-type access='private'>
<!-- union {OT::FeatureParamsSize size; OT::FeatureParamsStylisticSet stylisticSet; OT::FeatureParamsCharacterVariants characterVariants;} -->
- <union-decl name='__anonymous_union__' size-in-bits='136' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='466' column='1' id='type-id-1392'>
+ <union-decl name='__anonymous_union__' size-in-bits='136' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='466' column='1' id='type-id-1391'>
<data-member access='private'>
<!-- OT::FeatureParamsSize size -->
- <var-decl name='size' type-id='type-id-799' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='467' column='1'/>
+ <var-decl name='size' type-id='type-id-798' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='467' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::FeatureParamsStylisticSet stylisticSet -->
- <var-decl name='stylisticSet' type-id='type-id-800' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='468' column='1'/>
+ <var-decl name='stylisticSet' type-id='type-id-799' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='468' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::FeatureParamsCharacterVariants characterVariants -->
- <var-decl name='characterVariants' type-id='type-id-798' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='469' column='1'/>
+ <var-decl name='characterVariants' type-id='type-id-797' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='469' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
<!-- union {OT::FeatureParamsSize size; OT::FeatureParamsStylisticSet stylisticSet; OT::FeatureParamsCharacterVariants characterVariants;} OT::FeatureParams::u -->
- <var-decl name='u' type-id='type-id-1392' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='470' column='1'/>
+ <var-decl name='u' type-id='type-id-1391' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='470' column='1'/>
</data-member>
<data-member access='private' static='yes'>
<!-- static const unsigned int OT::FeatureParams::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='471' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='471' column='1'/>
</data-member>
<data-member access='private' static='yes'>
<!-- static const unsigned int OT::FeatureParams::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='471' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='471' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::FeatureParams::sanitize(OT::hb_sanitize_context_t*, hb_tag_t) -->
<function-decl name='sanitize' mangled-name='_ZN2OT13FeatureParams8sanitizeEPNS_21hb_sanitize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='447' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::FeatureParams*' -->
- <parameter type-id='type-id-1393' is-artificial='yes'/>
+ <parameter type-id='type-id-1392' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- const OT::FeatureParamsSize& OT::FeatureParams::get_size_params(hb_tag_t) -->
<function-decl name='get_size_params' mangled-name='_ZNK2OT13FeatureParams15get_size_paramsEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='458' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::FeatureParams*' -->
- <parameter type-id='type-id-1394' is-artificial='yes'/>
+ <parameter type-id='type-id-1393' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- const OT::FeatureParamsSize& -->
- <return type-id='type-id-1395'/>
+ <return type-id='type-id-1394'/>
</function-decl>
</member-function>
<member-function access='private'>
<!-- void OT::FeatureParams::_instance_assertion_on_line_471() -->
<function-decl name='_instance_assertion_on_line_471' mangled-name='_ZNK2OT13FeatureParams31_instance_assertion_on_line_471Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='471' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::FeatureParams*' -->
- <parameter type-id='type-id-1394' is-artificial='yes'/>
+ <parameter type-id='type-id-1393' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::IndexArray -->
- <class-decl name='IndexArray' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='161' column='1' id='type-id-1242'>
+ <class-decl name='IndexArray' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='161' column='1' id='type-id-1241'>
<!-- struct OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-753'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-752'/>
<member-function access='public'>
<!-- unsigned int OT::IndexArray::get_indexes(unsigned int, unsigned int*, unsigned int*) -->
<function-decl name='get_indexes' mangled-name='_ZNK2OT10IndexArray11get_indexesEjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='162' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IndexArray*' -->
- <parameter type-id='type-id-1396' is-artificial='yes'/>
+ <parameter type-id='type-id-1395' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::LigCaretList -->
- <class-decl name='LigCaretList' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='237' column='1' id='type-id-970'>
+ <class-decl name='LigCaretList' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='237' column='1' id='type-id-969'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::LigCaretList::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='263' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='263' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetArrayOf<OT::LigGlyph> OT::LigCaretList::ligGlyph -->
- <var-decl name='ligGlyph' type-id='type-id-1397' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='266' column='1'/>
+ <var-decl name='ligGlyph' type-id='type-id-1396' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='266' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::LigCaretList::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='269' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='269' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::LigCaretList::get_lig_carets(hb_font_t*, hb_direction_t, hb_codepoint_t, unsigned int, unsigned int*, hb_position_t*) -->
<function-decl name='get_lig_carets' mangled-name='_ZNK2OT12LigCaretList14get_lig_caretsEP9hb_font_t14hb_direction_tjjPjPi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigCaretList*' -->
- <parameter type-id='type-id-1398' is-artificial='yes'/>
+ <parameter type-id='type-id-1397' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::LigCaretList::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT12LigCaretList8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::LigCaretList*' -->
- <parameter type-id='type-id-1399' is-artificial='yes'/>
+ <parameter type-id='type-id-1398' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::LigCaretList::_instance_assertion_on_line_269() -->
<function-decl name='_instance_assertion_on_line_269' mangled-name='_ZNK2OT12LigCaretList31_instance_assertion_on_line_269Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigCaretList*' -->
- <parameter type-id='type-id-1398' is-artificial='yes'/>
+ <parameter type-id='type-id-1397' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::LigCaretList::_compiles_assertion_on_line_269() -->
<function-decl name='_compiles_assertion_on_line_269' mangled-name='_ZNK2OT12LigCaretList31_compiles_assertion_on_line_269Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigCaretList*' -->
- <parameter type-id='type-id-1398' is-artificial='yes'/>
+ <parameter type-id='type-id-1397' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::LigGlyph -->
- <class-decl name='LigGlyph' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='204' column='1' id='type-id-971'>
+ <class-decl name='LigGlyph' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='204' column='1' id='type-id-970'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::OffsetArrayOf<OT::CaretValue> OT::LigGlyph::carets -->
- <var-decl name='carets' type-id='type-id-1400' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='229' column='1'/>
+ <var-decl name='carets' type-id='type-id-1399' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='229' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::LigGlyph::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='233' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='233' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::LigGlyph::get_lig_carets(hb_font_t*, hb_direction_t, hb_codepoint_t, unsigned int, unsigned int*, hb_position_t*) -->
<function-decl name='get_lig_carets' mangled-name='_ZNK2OT8LigGlyph14get_lig_caretsEP9hb_font_t14hb_direction_tjjPjPi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='205' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigGlyph*' -->
- <parameter type-id='type-id-1401' is-artificial='yes'/>
+ <parameter type-id='type-id-1400' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::LigGlyph::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8LigGlyph8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='222' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::LigGlyph*' -->
- <parameter type-id='type-id-1402' is-artificial='yes'/>
+ <parameter type-id='type-id-1401' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::LigGlyph::_instance_assertion_on_line_233() -->
<function-decl name='_instance_assertion_on_line_233' mangled-name='_ZNK2OT8LigGlyph31_instance_assertion_on_line_233Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='233' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigGlyph*' -->
- <parameter type-id='type-id-1401' is-artificial='yes'/>
+ <parameter type-id='type-id-1400' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::LigGlyph::_compiles_assertion_on_line_233() -->
<function-decl name='_compiles_assertion_on_line_233' mangled-name='_ZNK2OT8LigGlyph31_compiles_assertion_on_line_233Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='233' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LigGlyph*' -->
- <parameter type-id='type-id-1401' is-artificial='yes'/>
+ <parameter type-id='type-id-1400' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::MarkArray -->
- <class-decl name='MarkArray' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='392' column='1' id='type-id-972'>
+ <class-decl name='MarkArray' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='392' column='1' id='type-id-971'>
<!-- struct OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-757'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-756'/>
<member-function access='public'>
<!-- bool OT::MarkArray::apply(OT::hb_apply_context_t*, unsigned int, unsigned int, const OT::AnchorMatrix&, unsigned int, unsigned int) -->
<function-decl name='apply' mangled-name='_ZNK2OT9MarkArray5applyEPNS_18hb_apply_context_tEjjRKNS_12AnchorMatrixEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='393' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkArray*' -->
- <parameter type-id='type-id-1403' is-artificial='yes'/>
+ <parameter type-id='type-id-1402' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'const OT::AnchorMatrix&' -->
- <parameter type-id='type-id-865'/>
+ <parameter type-id='type-id-864'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- bool OT::MarkArray::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT9MarkArray8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='424' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::MarkArray*' -->
- <parameter type-id='type-id-1404' is-artificial='yes'/>
+ <parameter type-id='type-id-1403' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::MarkGlyphSets -->
- <class-decl name='MarkGlyphSets' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='293' column='1' id='type-id-973'>
+ <class-decl name='MarkGlyphSets' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='293' column='1' id='type-id-972'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::MarkGlyphSetsFormat1 format1;} -->
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='312' column='1' id='type-id-1405'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='312' column='1' id='type-id-1404'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='313' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='313' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::MarkGlyphSetsFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-1406' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='314' column='1'/>
+ <var-decl name='format1' type-id='type-id-1405' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='314' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::MarkGlyphSetsFormat1 format1;} OT::MarkGlyphSets::u -->
- <var-decl name='u' type-id='type-id-1405' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='315' column='1'/>
+ <var-decl name='u' type-id='type-id-1404' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='315' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::MarkGlyphSets::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='317' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='317' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::MarkGlyphSets::covers(unsigned int, hb_codepoint_t) -->
<function-decl name='covers' mangled-name='_ZNK2OT13MarkGlyphSets6coversEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='294' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkGlyphSets*' -->
- <parameter type-id='type-id-1407' is-artificial='yes'/>
+ <parameter type-id='type-id-1406' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::MarkGlyphSets::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT13MarkGlyphSets8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='302' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::MarkGlyphSets*' -->
- <parameter type-id='type-id-1408' is-artificial='yes'/>
+ <parameter type-id='type-id-1407' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::MarkGlyphSets::_instance_assertion_on_line_317() -->
<function-decl name='_instance_assertion_on_line_317' mangled-name='_ZNK2OT13MarkGlyphSets31_instance_assertion_on_line_317Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='317' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkGlyphSets*' -->
- <parameter type-id='type-id-1407' is-artificial='yes'/>
+ <parameter type-id='type-id-1406' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::MultipleSubstFormat1 -->
- <class-decl name='MultipleSubstFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='328' column='1' id='type-id-1256'>
+ <class-decl name='MultipleSubstFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='328' column='1' id='type-id-1255'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::MultipleSubstFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='393' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='393' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::MultipleSubstFormat1::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='395' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='395' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::OffsetArrayOf<OT::Sequence> OT::MultipleSubstFormat1::sequence -->
- <var-decl name='sequence' type-id='type-id-1409' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='398' column='1'/>
+ <var-decl name='sequence' type-id='type-id-1408' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='398' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::MultipleSubstFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='401' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='401' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::MultipleSubstFormat1::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT20MultipleSubstFormat17closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='329' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MultipleSubstFormat1*' -->
- <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1409' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::MultipleSubstFormat1::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT20MultipleSubstFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='339' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MultipleSubstFormat1*' -->
- <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1409' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const OT::Coverage& OT::MultipleSubstFormat1::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT20MultipleSubstFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='348' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MultipleSubstFormat1*' -->
- <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1409' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::MultipleSubstFormat1::would_apply(OT::hb_would_apply_context_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT20MultipleSubstFormat111would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='353' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MultipleSubstFormat1*' -->
- <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1409' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::MultipleSubstFormat1::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT20MultipleSubstFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='359' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MultipleSubstFormat1*' -->
- <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1409' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::MultipleSubstFormat1::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, OT::Supplier<unsigned int>&, unsigned int, OT::Supplier<OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='serialize' mangled-name='_ZN2OT20MultipleSubstFormat19serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='369' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::MultipleSubstFormat1*' -->
- <parameter type-id='type-id-1411' is-artificial='yes'/>
+ <parameter type-id='type-id-1410' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-857'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::MultipleSubstFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT20MultipleSubstFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='387' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::MultipleSubstFormat1*' -->
- <parameter type-id='type-id-1411' is-artificial='yes'/>
+ <parameter type-id='type-id-1410' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::MultipleSubstFormat1::_instance_assertion_on_line_401() -->
<function-decl name='_instance_assertion_on_line_401' mangled-name='_ZNK2OT20MultipleSubstFormat131_instance_assertion_on_line_401Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='401' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MultipleSubstFormat1*' -->
- <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1409' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::MultipleSubstFormat1::_compiles_assertion_on_line_401() -->
<function-decl name='_compiles_assertion_on_line_401' mangled-name='_ZNK2OT20MultipleSubstFormat131_compiles_assertion_on_line_401Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='401' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MultipleSubstFormat1*' -->
- <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1409' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::PairSet> -->
- <class-decl name='OffsetArrayOf<OT::PairSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1260'>
+ <class-decl name='OffsetArrayOf<OT::PairSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1259'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-767'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-766'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetListOf<OT::AnchorMatrix> -->
- <class-decl name='OffsetListOf<OT::AnchorMatrix>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-974'>
+ <class-decl name='OffsetListOf<OT::AnchorMatrix>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-973'>
<!-- struct OT::OffsetArrayOf<OT::AnchorMatrix> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1412'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1411'/>
<member-function access='public'>
<!-- const OT::AnchorMatrix& OT::OffsetListOf<OT::AnchorMatrix>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT12OffsetListOfINS_12AnchorMatrixEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='906' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetListOf<OT::AnchorMatrix>*' -->
- <parameter type-id='type-id-1413' is-artificial='yes'/>
+ <parameter type-id='type-id-1412' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::AnchorMatrix& -->
- <return type-id='type-id-865'/>
+ <return type-id='type-id-864'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetListOf<OT::AnchorMatrix>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT12OffsetListOfINS_12AnchorMatrixEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='912' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetListOf<OT::AnchorMatrix>*' -->
- <parameter type-id='type-id-1414' is-artificial='yes'/>
+ <parameter type-id='type-id-1413' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::OffsetListOf<OT::AnchorMatrix>::sanitize<unsigned int>(OT::hb_sanitize_context_t*, unsigned int) -->
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='917' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetListOf<OT::AnchorMatrix>*' -->
- <parameter type-id='type-id-1414' is-artificial='yes'/>
+ <parameter type-id='type-id-1413' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetListOf<OT::Lookup> -->
- <class-decl name='OffsetListOf<OT::Lookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-975'>
+ <class-decl name='OffsetListOf<OT::Lookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-974'>
<!-- struct OT::OffsetArrayOf<OT::Lookup> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1415'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1414'/>
<member-function access='public'>
<!-- const OT::Lookup& OT::OffsetListOf<OT::Lookup>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT12OffsetListOfINS_6LookupEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='906' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetListOf<OT::Lookup>*' -->
- <parameter type-id='type-id-1416' is-artificial='yes'/>
+ <parameter type-id='type-id-1415' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Lookup& -->
- <return type-id='type-id-896'/>
+ <return type-id='type-id-895'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetListOf<OT::Lookup>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT12OffsetListOfINS_6LookupEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='912' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetListOf<OT::Lookup>*' -->
- <parameter type-id='type-id-1417' is-artificial='yes'/>
+ <parameter type-id='type-id-1416' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetListOf<OT::PosLookup> -->
- <class-decl name='OffsetListOf<OT::PosLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-976'>
+ <class-decl name='OffsetListOf<OT::PosLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-975'>
<!-- struct OT::OffsetArrayOf<OT::PosLookup> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1418'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1417'/>
<member-function access='public'>
<!-- const OT::PosLookup& OT::OffsetListOf<OT::PosLookup>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT12OffsetListOfINS_9PosLookupEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='906' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetListOf<OT::PosLookup>*' -->
- <parameter type-id='type-id-1419' is-artificial='yes'/>
+ <parameter type-id='type-id-1418' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::PosLookup& -->
- <return type-id='type-id-912'/>
+ <return type-id='type-id-911'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetListOf<OT::PosLookup>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT12OffsetListOfINS_9PosLookupEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='912' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetListOf<OT::PosLookup>*' -->
- <parameter type-id='type-id-1420' is-artificial='yes'/>
+ <parameter type-id='type-id-1419' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetListOf<OT::SubstLookup> -->
- <class-decl name='OffsetListOf<OT::SubstLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-977'>
+ <class-decl name='OffsetListOf<OT::SubstLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-976'>
<!-- struct OT::OffsetArrayOf<OT::SubstLookup> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1421'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1420'/>
<member-function access='public'>
<!-- const OT::SubstLookup& OT::OffsetListOf<OT::SubstLookup>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT12OffsetListOfINS_11SubstLookupEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='906' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::OffsetListOf<OT::SubstLookup>*' -->
- <parameter type-id='type-id-1422' is-artificial='yes'/>
+ <parameter type-id='type-id-1421' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::SubstLookup& -->
- <return type-id='type-id-933'/>
+ <return type-id='type-id-932'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::OffsetListOf<OT::SubstLookup>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT12OffsetListOfINS_11SubstLookupEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='912' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::OffsetListOf<OT::SubstLookup>*' -->
- <parameter type-id='type-id-1423' is-artificial='yes'/>
+ <parameter type-id='type-id-1422' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::PosLookup -->
- <class-decl name='PosLookup' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1444' column='1' id='type-id-979'>
+ <class-decl name='PosLookup' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1444' column='1' id='type-id-978'>
<!-- struct OT::Lookup -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-584'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-583'/>
<member-function access='public'>
<!-- const OT::PosLookupSubTable& OT::PosLookup::get_subtable(unsigned int) -->
<function-decl name='get_subtable' mangled-name='_ZNK2OT9PosLookup12get_subtableEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1445' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PosLookup*' -->
- <parameter type-id='type-id-1424' is-artificial='yes'/>
+ <parameter type-id='type-id-1423' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::PosLookupSubTable& -->
- <return type-id='type-id-914'/>
+ <return type-id='type-id-913'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::PosLookup::is_reverse() -->
<function-decl name='is_reverse' mangled-name='_ZNK2OT9PosLookup10is_reverseEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1448' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PosLookup*' -->
- <parameter type-id='type-id-1424' is-artificial='yes'/>
+ <parameter type-id='type-id-1423' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::PosLookup::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT9PosLookup14collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1453' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PosLookup*' -->
- <parameter type-id='type-id-1424' is-artificial='yes'/>
+ <parameter type-id='type-id-1423' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::PosLookup::apply_once(OT::hb_apply_context_t*) -->
<function-decl name='apply_once' mangled-name='_ZNK2OT9PosLookup10apply_onceEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1475' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PosLookup*' -->
- <parameter type-id='type-id-1424' is-artificial='yes'/>
+ <parameter type-id='type-id-1423' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::PosLookup::apply_recurse_func(unsigned int) -->
<function-decl name='apply_recurse_func' mangled-name='_ZN2OT9PosLookup18apply_recurse_funcEPNS_18hb_apply_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1483' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::PosLookup::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT9PosLookup8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1502' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::PosLookup*' -->
- <parameter type-id='type-id-1425' is-artificial='yes'/>
+ <parameter type-id='type-id-1424' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::PosLookup::add_coverage<hb_set_digest_t>(hb_set_digest_t*) -->
<function-decl name='add_coverage<hb_set_digest_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1461' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PosLookup*' -->
- <parameter type-id='type-id-1424' is-artificial='yes'/>
+ <parameter type-id='type-id-1423' is-artificial='yes'/>
<!-- parameter of type 'hb_set_digest_t*' -->
- <parameter type-id='type-id-843'/>
+ <parameter type-id='type-id-842'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::PosLookup::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1489' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PosLookup*' -->
- <parameter type-id='type-id-1424' is-artificial='yes'/>
+ <parameter type-id='type-id-1423' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::PosLookup::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1489' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PosLookup*' -->
- <parameter type-id='type-id-1424' is-artificial='yes'/>
+ <parameter type-id='type-id-1423' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::PosLookupSubTable -->
- <class-decl name='PosLookupSubTable' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1372' column='1' id='type-id-980'>
+ <class-decl name='PosLookupSubTable' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1372' column='1' id='type-id-979'>
<member-type access='public'>
<!-- enum OT::PosLookupSubTable::Type -->
- <enum-decl name='Type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1375' column='1' id='type-id-1426'>
+ <enum-decl name='Type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1375' column='1' id='type-id-1425'>
<underlying-type type-id='type-id-56'/>
<enumerator name='Single' value='1'/>
<enumerator name='Pair' value='2'/>
</member-type>
<member-type access='protected'>
<!-- union {struct {OT::USHORT sub_format;} header; OT::SinglePos single; OT::PairPos pair; OT::CursivePos cursive; OT::MarkBasePos markBase; OT::MarkLigPos markLig; OT::MarkMarkPos markMark; OT::ContextPos context; OT::ChainContextPos chainContext; OT::ExtensionPos extension;} -->
- <union-decl name='__anonymous_union__' size-in-bits='160' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1424' column='1' id='type-id-1427'>
+ <union-decl name='__anonymous_union__' size-in-bits='160' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1424' column='1' id='type-id-1426'>
<member-type access='private'>
<!-- struct {OT::USHORT sub_format;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1425' column='1' id='type-id-1428'>
+ <class-decl name='__anonymous_struct__' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1425' column='1' id='type-id-1427'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::USHORT sub_format -->
- <var-decl name='sub_format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1426' column='1'/>
+ <var-decl name='sub_format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1426' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='private'>
<!-- struct {OT::USHORT sub_format;} header -->
- <var-decl name='header' type-id='type-id-1428' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1427' column='1'/>
+ <var-decl name='header' type-id='type-id-1427' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1427' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::SinglePos single -->
- <var-decl name='single' type-id='type-id-1429' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1428' column='1'/>
+ <var-decl name='single' type-id='type-id-1428' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1428' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::PairPos pair -->
- <var-decl name='pair' type-id='type-id-1430' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1429' column='1'/>
+ <var-decl name='pair' type-id='type-id-1429' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1429' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CursivePos cursive -->
- <var-decl name='cursive' type-id='type-id-1431' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1430' column='1'/>
+ <var-decl name='cursive' type-id='type-id-1430' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1430' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::MarkBasePos markBase -->
- <var-decl name='markBase' type-id='type-id-1432' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1431' column='1'/>
+ <var-decl name='markBase' type-id='type-id-1431' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1431' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::MarkLigPos markLig -->
- <var-decl name='markLig' type-id='type-id-1433' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1432' column='1'/>
+ <var-decl name='markLig' type-id='type-id-1432' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1432' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::MarkMarkPos markMark -->
- <var-decl name='markMark' type-id='type-id-1434' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1433' column='1'/>
+ <var-decl name='markMark' type-id='type-id-1433' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1433' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ContextPos context -->
- <var-decl name='context' type-id='type-id-1435' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1434' column='1'/>
+ <var-decl name='context' type-id='type-id-1434' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1434' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ChainContextPos chainContext -->
- <var-decl name='chainContext' type-id='type-id-1436' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1435' column='1'/>
+ <var-decl name='chainContext' type-id='type-id-1435' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1435' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ExtensionPos extension -->
- <var-decl name='extension' type-id='type-id-1437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1436' column='1'/>
+ <var-decl name='extension' type-id='type-id-1436' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1436' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {struct {OT::USHORT sub_format;} header; OT::SinglePos single; OT::PairPos pair; OT::CursivePos cursive; OT::MarkBasePos markBase; OT::MarkLigPos markLig; OT::MarkMarkPos markMark; OT::ContextPos context; OT::ChainContextPos chainContext; OT::ExtensionPos extension;} OT::PosLookupSubTable::u -->
- <var-decl name='u' type-id='type-id-1427' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1437' column='1'/>
+ <var-decl name='u' type-id='type-id-1426' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1437' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::PosLookupSubTable::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1439' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1439' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::PosLookupSubTable::sanitize(OT::hb_sanitize_context_t*, unsigned int) -->
<function-decl name='sanitize' mangled-name='_ZN2OT17PosLookupSubTable8sanitizeEPNS_21hb_sanitize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1405' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::PosLookupSubTable*' -->
- <parameter type-id='type-id-1438' is-artificial='yes'/>
+ <parameter type-id='type-id-1437' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- void OT::PosLookupSubTable::_instance_assertion_on_line_1439() -->
<function-decl name='_instance_assertion_on_line_1439' mangled-name='_ZNK2OT17PosLookupSubTable32_instance_assertion_on_line_1439Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1439' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PosLookupSubTable*' -->
- <parameter type-id='type-id-1439' is-artificial='yes'/>
+ <parameter type-id='type-id-1438' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- OT::hb_get_coverage_context_t::return_t OT::PosLookupSubTable::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*, unsigned int) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1388' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PosLookupSubTable*' -->
- <parameter type-id='type-id-1439' is-artificial='yes'/>
+ <parameter type-id='type-id-1438' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::PosLookupSubTable::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*, unsigned int) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' mangled-name='_ZNK2OT17PosLookupSubTable8dispatchINS_27hb_collect_glyphs_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1388' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PosLookupSubTable*' -->
- <parameter type-id='type-id-1439' is-artificial='yes'/>
+ <parameter type-id='type-id-1438' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::PosLookupSubTable::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*, unsigned int) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' mangled-name='_ZNK2OT17PosLookupSubTable8dispatchINS_18hb_apply_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1388' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PosLookupSubTable*' -->
- <parameter type-id='type-id-1439' is-artificial='yes'/>
+ <parameter type-id='type-id-1438' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::RecordListOf<OT::Feature> -->
- <class-decl name='RecordListOf<OT::Feature>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='120' column='1' id='type-id-981'>
+ <class-decl name='RecordListOf<OT::Feature>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='120' column='1' id='type-id-980'>
<!-- struct OT::RecordArrayOf<OT::Feature> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1440'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1439'/>
<member-function access='public'>
<!-- const OT::Feature& OT::RecordListOf<OT::Feature>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT12RecordListOfINS_7FeatureEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RecordListOf<OT::Feature>*' -->
- <parameter type-id='type-id-1441' is-artificial='yes'/>
+ <parameter type-id='type-id-1440' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Feature& -->
- <return type-id='type-id-882'/>
+ <return type-id='type-id-881'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::RecordListOf<OT::Feature>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT12RecordListOfINS_7FeatureEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::RecordListOf<OT::Feature>*' -->
- <parameter type-id='type-id-1442' is-artificial='yes'/>
+ <parameter type-id='type-id-1441' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::RecordListOf<OT::Script> -->
- <class-decl name='RecordListOf<OT::Script>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='120' column='1' id='type-id-982'>
+ <class-decl name='RecordListOf<OT::Script>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='120' column='1' id='type-id-981'>
<!-- struct OT::RecordArrayOf<OT::Script> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1443'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1442'/>
<member-function access='public'>
<!-- const OT::Script& OT::RecordListOf<OT::Script>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT12RecordListOfINS_6ScriptEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RecordListOf<OT::Script>*' -->
- <parameter type-id='type-id-1444' is-artificial='yes'/>
+ <parameter type-id='type-id-1443' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Script& -->
- <return type-id='type-id-924'/>
+ <return type-id='type-id-923'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::RecordListOf<OT::Script>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT12RecordListOfINS_6ScriptEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::RecordListOf<OT::Script>*' -->
- <parameter type-id='type-id-1445' is-artificial='yes'/>
+ <parameter type-id='type-id-1444' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ReverseChainSingleSubstFormat1 -->
- <class-decl name='ReverseChainSingleSubstFormat1' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='929' column='1' id='type-id-1275'>
+ <class-decl name='ReverseChainSingleSubstFormat1' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='929' column='1' id='type-id-1274'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::ReverseChainSingleSubstFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1032' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1032' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::ReverseChainSingleSubstFormat1::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1034' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1034' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::OffsetArrayOf<OT::Coverage> OT::ReverseChainSingleSubstFormat1::backtrack -->
- <var-decl name='backtrack' type-id='type-id-1446' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1037' column='1'/>
+ <var-decl name='backtrack' type-id='type-id-1445' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1037' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::OffsetArrayOf<OT::Coverage> OT::ReverseChainSingleSubstFormat1::lookaheadX -->
- <var-decl name='lookaheadX' type-id='type-id-1446' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1041' column='1'/>
+ <var-decl name='lookaheadX' type-id='type-id-1445' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1041' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > OT::ReverseChainSingleSubstFormat1::substituteX -->
- <var-decl name='substituteX' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1045' column='1'/>
+ <var-decl name='substituteX' type-id='type-id-572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1045' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ReverseChainSingleSubstFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1048' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1048' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::ReverseChainSingleSubstFormat1::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT30ReverseChainSingleSubstFormat17closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='930' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ReverseChainSingleSubstFormat1*' -->
- <parameter type-id='type-id-1447' is-artificial='yes'/>
+ <parameter type-id='type-id-1446' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ReverseChainSingleSubstFormat1::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT30ReverseChainSingleSubstFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='955' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ReverseChainSingleSubstFormat1*' -->
- <parameter type-id='type-id-1447' is-artificial='yes'/>
+ <parameter type-id='type-id-1446' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const OT::Coverage& OT::ReverseChainSingleSubstFormat1::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT30ReverseChainSingleSubstFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='979' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ReverseChainSingleSubstFormat1*' -->
- <parameter type-id='type-id-1447' is-artificial='yes'/>
+ <parameter type-id='type-id-1446' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::ReverseChainSingleSubstFormat1::would_apply(OT::hb_would_apply_context_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT30ReverseChainSingleSubstFormat111would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ReverseChainSingleSubstFormat1*' -->
- <parameter type-id='type-id-1447' is-artificial='yes'/>
+ <parameter type-id='type-id-1446' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ReverseChainSingleSubstFormat1::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT30ReverseChainSingleSubstFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='990' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ReverseChainSingleSubstFormat1*' -->
- <parameter type-id='type-id-1447' is-artificial='yes'/>
+ <parameter type-id='type-id-1446' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ReverseChainSingleSubstFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT30ReverseChainSingleSubstFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1020' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ReverseChainSingleSubstFormat1*' -->
- <parameter type-id='type-id-1448' is-artificial='yes'/>
+ <parameter type-id='type-id-1447' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ReverseChainSingleSubstFormat1::_instance_assertion_on_line_1048() -->
<function-decl name='_instance_assertion_on_line_1048' mangled-name='_ZNK2OT30ReverseChainSingleSubstFormat132_instance_assertion_on_line_1048Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1048' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ReverseChainSingleSubstFormat1*' -->
- <parameter type-id='type-id-1447' is-artificial='yes'/>
+ <parameter type-id='type-id-1446' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Rule -->
- <class-decl name='Rule' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1135' column='1' id='type-id-983'>
+ <class-decl name='Rule' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1135' column='1' id='type-id-982'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::Rule::inputCount -->
- <var-decl name='inputCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1181' column='1'/>
+ <var-decl name='inputCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1181' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::Rule::lookupCount -->
- <var-decl name='lookupCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1184' column='1'/>
+ <var-decl name='lookupCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1184' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::USHORT OT::Rule::inputZ[1] -->
- <var-decl name='inputZ' type-id='type-id-861' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1185' column='1'/>
+ <var-decl name='inputZ' type-id='type-id-860' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1185' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::LookupRecord OT::Rule::lookupRecordX[1] -->
- <var-decl name='lookupRecordX' type-id='type-id-1085' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1187' column='1'/>
+ <var-decl name='lookupRecordX' type-id='type-id-1084' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1187' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Rule::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1190' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1190' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::Rule::closure(OT::hb_closure_context_t*, OT::ContextClosureLookupContext&) -->
<function-decl name='closure' mangled-name='_ZNK2OT4Rule7closureEPNS_20hb_closure_context_tERNS_27ContextClosureLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1136' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Rule*' -->
- <parameter type-id='type-id-1449' is-artificial='yes'/>
+ <parameter type-id='type-id-1448' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- parameter of type 'OT::ContextClosureLookupContext&' -->
- <parameter type-id='type-id-1450'/>
+ <parameter type-id='type-id-1449'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::Rule::collect_glyphs(OT::hb_collect_glyphs_context_t*, OT::ContextCollectGlyphsLookupContext&) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT4Rule14collect_glyphsEPNS_27hb_collect_glyphs_context_tERNS_33ContextCollectGlyphsLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1146' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Rule*' -->
- <parameter type-id='type-id-1449' is-artificial='yes'/>
+ <parameter type-id='type-id-1448' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- parameter of type 'OT::ContextCollectGlyphsLookupContext&' -->
- <parameter type-id='type-id-1451'/>
+ <parameter type-id='type-id-1450'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::Rule::would_apply(OT::hb_would_apply_context_t*, OT::ContextApplyLookupContext&) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT4Rule11would_applyEPNS_24hb_would_apply_context_tERNS_25ContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1156' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Rule*' -->
- <parameter type-id='type-id-1449' is-artificial='yes'/>
+ <parameter type-id='type-id-1448' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- parameter of type 'OT::ContextApplyLookupContext&' -->
- <parameter type-id='type-id-1452'/>
+ <parameter type-id='type-id-1451'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::Rule::apply(OT::hb_apply_context_t*, OT::ContextApplyLookupContext&) -->
<function-decl name='apply' mangled-name='_ZNK2OT4Rule5applyEPNS_18hb_apply_context_tERNS_25ContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1163' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Rule*' -->
- <parameter type-id='type-id-1449' is-artificial='yes'/>
+ <parameter type-id='type-id-1448' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- parameter of type 'OT::ContextApplyLookupContext&' -->
- <parameter type-id='type-id-1452'/>
+ <parameter type-id='type-id-1451'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::Rule::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT4Rule8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1171' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Rule*' -->
- <parameter type-id='type-id-1453' is-artificial='yes'/>
+ <parameter type-id='type-id-1452' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::Rule::_instance_assertion_on_line_1190() -->
<function-decl name='_instance_assertion_on_line_1190' mangled-name='_ZNK2OT4Rule32_instance_assertion_on_line_1190Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1190' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Rule*' -->
- <parameter type-id='type-id-1449' is-artificial='yes'/>
+ <parameter type-id='type-id-1448' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::Rule::_compiles_assertion_on_line_1190() -->
<function-decl name='_compiles_assertion_on_line_1190' mangled-name='_ZNK2OT4Rule32_compiles_assertion_on_line_1190Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1190' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Rule*' -->
- <parameter type-id='type-id-1449' is-artificial='yes'/>
+ <parameter type-id='type-id-1448' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::RuleSet -->
- <class-decl name='RuleSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1194' column='1' id='type-id-984'>
+ <class-decl name='RuleSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1194' column='1' id='type-id-983'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::OffsetArrayOf<OT::Rule> OT::RuleSet::rule -->
- <var-decl name='rule' type-id='type-id-1454' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1242' column='1'/>
+ <var-decl name='rule' type-id='type-id-1453' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1242' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::RuleSet::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1245' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1245' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::RuleSet::closure(OT::hb_closure_context_t*, OT::ContextClosureLookupContext&) -->
<function-decl name='closure' mangled-name='_ZNK2OT7RuleSet7closureEPNS_20hb_closure_context_tERNS_27ContextClosureLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1195' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RuleSet*' -->
- <parameter type-id='type-id-1455' is-artificial='yes'/>
+ <parameter type-id='type-id-1454' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- parameter of type 'OT::ContextClosureLookupContext&' -->
- <parameter type-id='type-id-1450'/>
+ <parameter type-id='type-id-1449'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::RuleSet::collect_glyphs(OT::hb_collect_glyphs_context_t*, OT::ContextCollectGlyphsLookupContext&) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT7RuleSet14collect_glyphsEPNS_27hb_collect_glyphs_context_tERNS_33ContextCollectGlyphsLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1203' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RuleSet*' -->
- <parameter type-id='type-id-1455' is-artificial='yes'/>
+ <parameter type-id='type-id-1454' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- parameter of type 'OT::ContextCollectGlyphsLookupContext&' -->
- <parameter type-id='type-id-1451'/>
+ <parameter type-id='type-id-1450'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::RuleSet::would_apply(OT::hb_would_apply_context_t*, OT::ContextApplyLookupContext&) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT7RuleSet11would_applyEPNS_24hb_would_apply_context_tERNS_25ContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1211' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RuleSet*' -->
- <parameter type-id='type-id-1455' is-artificial='yes'/>
+ <parameter type-id='type-id-1454' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- parameter of type 'OT::ContextApplyLookupContext&' -->
- <parameter type-id='type-id-1452'/>
+ <parameter type-id='type-id-1451'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::RuleSet::apply(OT::hb_apply_context_t*, OT::ContextApplyLookupContext&) -->
<function-decl name='apply' mangled-name='_ZNK2OT7RuleSet5applyEPNS_18hb_apply_context_tERNS_25ContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1223' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RuleSet*' -->
- <parameter type-id='type-id-1455' is-artificial='yes'/>
+ <parameter type-id='type-id-1454' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- parameter of type 'OT::ContextApplyLookupContext&' -->
- <parameter type-id='type-id-1452'/>
+ <parameter type-id='type-id-1451'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::RuleSet::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7RuleSet8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1235' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::RuleSet*' -->
- <parameter type-id='type-id-1456' is-artificial='yes'/>
+ <parameter type-id='type-id-1455' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::RuleSet::_instance_assertion_on_line_1245() -->
<function-decl name='_instance_assertion_on_line_1245' mangled-name='_ZNK2OT7RuleSet32_instance_assertion_on_line_1245Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1245' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RuleSet*' -->
- <parameter type-id='type-id-1455' is-artificial='yes'/>
+ <parameter type-id='type-id-1454' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::RuleSet::_compiles_assertion_on_line_1245() -->
<function-decl name='_compiles_assertion_on_line_1245' mangled-name='_ZNK2OT7RuleSet32_compiles_assertion_on_line_1245Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1245' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RuleSet*' -->
- <parameter type-id='type-id-1455' is-artificial='yes'/>
+ <parameter type-id='type-id-1454' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Script -->
- <class-decl name='Script' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='220' column='1' id='type-id-985'>
+ <class-decl name='Script' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='220' column='1' id='type-id-984'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> > OT::Script::defaultLangSys -->
- <var-decl name='defaultLangSys' type-id='type-id-599' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='248' column='1'/>
+ <var-decl name='defaultLangSys' type-id='type-id-598' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='248' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::RecordArrayOf<OT::LangSys> OT::Script::langSys -->
- <var-decl name='langSys' type-id='type-id-1457' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='251' column='1'/>
+ <var-decl name='langSys' type-id='type-id-1456' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='251' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Script::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='254' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='254' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::Script::get_lang_sys_count() -->
<function-decl name='get_lang_sys_count' mangled-name='_ZNK2OT6Script18get_lang_sys_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='221' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Script*' -->
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- const OT::Tag& OT::Script::get_lang_sys_tag(unsigned int) -->
<function-decl name='get_lang_sys_tag' mangled-name='_ZNK2OT6Script16get_lang_sys_tagEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Script*' -->
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Tag& -->
- <return type-id='type-id-1459'/>
+ <return type-id='type-id-1458'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::Script::get_lang_sys_tags(unsigned int, unsigned int*, hb_tag_t*) -->
<function-decl name='get_lang_sys_tags' mangled-name='_ZNK2OT6Script17get_lang_sys_tagsEjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='225' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Script*' -->
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460'/>
+ <parameter type-id='type-id-1459'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- const OT::LangSys& OT::Script::get_lang_sys(unsigned int) -->
<function-decl name='get_lang_sys' mangled-name='_ZNK2OT6Script12get_lang_sysEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='229' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Script*' -->
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::LangSys& -->
- <return type-id='type-id-887'/>
+ <return type-id='type-id-886'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::Script::find_lang_sys_index(hb_tag_t, unsigned int*) -->
<function-decl name='find_lang_sys_index' mangled-name='_ZNK2OT6Script19find_lang_sys_indexEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='234' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Script*' -->
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- bool -->
<!-- bool OT::Script::has_default_lang_sys() -->
<function-decl name='has_default_lang_sys' mangled-name='_ZNK2OT6Script20has_default_lang_sysEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='237' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Script*' -->
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- const OT::LangSys& OT::Script::get_default_lang_sys() -->
<function-decl name='get_default_lang_sys' mangled-name='_ZNK2OT6Script20get_default_lang_sysEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Script*' -->
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<!-- const OT::LangSys& -->
- <return type-id='type-id-887'/>
+ <return type-id='type-id-886'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::Script::sanitize(OT::hb_sanitize_context_t*, const OT::Record<OT::Script>::sanitize_closure_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT6Script8sanitizeEPNS_21hb_sanitize_context_tEPKNS_6RecordIS0_E18sanitize_closure_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='240' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Script*' -->
- <parameter type-id='type-id-1461' is-artificial='yes'/>
+ <parameter type-id='type-id-1460' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'const OT::Record<OT::Script>::sanitize_closure_t*' -->
- <parameter type-id='type-id-926'/>
+ <parameter type-id='type-id-925'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::Script::_instance_assertion_on_line_254() -->
<function-decl name='_instance_assertion_on_line_254' mangled-name='_ZNK2OT6Script31_instance_assertion_on_line_254Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Script*' -->
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::Script::_compiles_assertion_on_line_254() -->
<function-decl name='_compiles_assertion_on_line_254' mangled-name='_ZNK2OT6Script31_compiles_assertion_on_line_254Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Script*' -->
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Sequence -->
- <class-decl name='Sequence' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='253' column='1' id='type-id-986'>
+ <class-decl name='Sequence' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='253' column='1' id='type-id-985'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > OT::Sequence::substitute -->
- <var-decl name='substitute' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='322' column='1'/>
+ <var-decl name='substitute' type-id='type-id-572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='322' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Sequence::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='324' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='324' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::Sequence::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT8Sequence7closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Sequence*' -->
- <parameter type-id='type-id-1462' is-artificial='yes'/>
+ <parameter type-id='type-id-1461' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::Sequence::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT8Sequence14collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='262' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Sequence*' -->
- <parameter type-id='type-id-1462' is-artificial='yes'/>
+ <parameter type-id='type-id-1461' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::Sequence::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT8Sequence5applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='270' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Sequence*' -->
- <parameter type-id='type-id-1462' is-artificial='yes'/>
+ <parameter type-id='type-id-1461' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::Sequence::serialize(OT::hb_serialize_context_t*, OT::Supplier<OT::IntType<short unsigned int, 2u> >&, unsigned int) -->
<function-decl name='serialize' mangled-name='_ZN2OT8Sequence9serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='305' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Sequence*' -->
- <parameter type-id='type-id-1463' is-artificial='yes'/>
+ <parameter type-id='type-id-1462' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_serialize_context_t*' -->
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-435'/>
<!-- parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::Sequence::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8Sequence8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='315' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Sequence*' -->
- <parameter type-id='type-id-1463' is-artificial='yes'/>
+ <parameter type-id='type-id-1462' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::Sequence::_instance_assertion_on_line_324() -->
<function-decl name='_instance_assertion_on_line_324' mangled-name='_ZNK2OT8Sequence31_instance_assertion_on_line_324Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='324' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Sequence*' -->
- <parameter type-id='type-id-1462' is-artificial='yes'/>
+ <parameter type-id='type-id-1461' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::Sequence::_compiles_assertion_on_line_324() -->
<function-decl name='_compiles_assertion_on_line_324' mangled-name='_ZNK2OT8Sequence31_compiles_assertion_on_line_324Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='324' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Sequence*' -->
- <parameter type-id='type-id-1462' is-artificial='yes'/>
+ <parameter type-id='type-id-1461' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SortedArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='SortedArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1230'>
+ <class-decl name='SortedArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1229'>
<!-- struct OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-750'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-749'/>
<member-function access='public'>
<!-- int OT::SortedArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >::bsearch<hb_codepoint_t>(const hb_codepoint_t&) -->
<function-decl name='bsearch<hb_codepoint_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SortedArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1464' is-artificial='yes'/>
+ <parameter type-id='type-id-1463' is-artificial='yes'/>
<!-- parameter of type 'const hb_codepoint_t&' -->
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-939'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SortedArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='SortedArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1288'>
+ <class-decl name='SortedArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1287'>
<!-- struct OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-751'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-750'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >' size-in-bits='72' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-987'>
+ <class-decl name='SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >' size-in-bits='72' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-986'>
<!-- struct OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-779'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-778'/>
<member-function access='public'>
<!-- int OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >::bsearch<hb_codepoint_t>(const hb_codepoint_t&) -->
<function-decl name='bsearch<hb_codepoint_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1465' is-artificial='yes'/>
+ <parameter type-id='type-id-1464' is-artificial='yes'/>
<!-- parameter of type 'const hb_codepoint_t&' -->
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-939'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-988'>
+ <class-decl name='SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-987'>
<!-- struct OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-780'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-779'/>
<member-function access='public'>
<!-- int OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >::bsearch<hb_codepoint_t>(const hb_codepoint_t&) -->
<function-decl name='bsearch<hb_codepoint_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1466' is-artificial='yes'/>
+ <parameter type-id='type-id-1465' is-artificial='yes'/>
<!-- parameter of type 'const hb_codepoint_t&' -->
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-939'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SortedArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> > -->
- <class-decl name='SortedArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >' size-in-bits='120' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1226'>
+ <class-decl name='SortedArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >' size-in-bits='120' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1225'>
<!-- struct OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-781'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-780'/>
<member-function access='public'>
<!-- int OT::SortedArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >::bsearch<hb_codepoint_t>(const hb_codepoint_t&) -->
<function-decl name='bsearch<hb_codepoint_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SortedArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >*' -->
- <parameter type-id='type-id-1467' is-artificial='yes'/>
+ <parameter type-id='type-id-1466' is-artificial='yes'/>
<!-- parameter of type 'const hb_codepoint_t&' -->
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-939'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='Supplier<OT::IntType<short unsigned int, 2u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='487' column='1' id='type-id-989'>
+ <class-decl name='Supplier<OT::IntType<short unsigned int, 2u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='487' column='1' id='type-id-988'>
<data-member access='private' layout-offset-in-bits='0'>
<!-- unsigned int OT::Supplier<OT::IntType<short unsigned int, 2u> >::len -->
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='511' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<!-- const OT::IntType<short unsigned int, 2u>* OT::Supplier<OT::IntType<short unsigned int, 2u> >::head -->
- <var-decl name='head' type-id='type-id-259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='512' column='1'/>
+ <var-decl name='head' type-id='type-id-258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='512' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::Supplier<OT::IntType<short unsigned int, 2u> >::Supplier(const OT::IntType<short unsigned int, 2u>*, unsigned int) -->
<function-decl name='Supplier' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='488' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1468' is-artificial='yes'/>
+ <parameter type-id='type-id-1467' is-artificial='yes'/>
<!-- parameter of type 'const OT::IntType<short unsigned int, 2u>*' -->
- <parameter type-id='type-id-259'/>
+ <parameter type-id='type-id-258'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- const OT::IntType<short unsigned int, 2u> OT::Supplier<OT::IntType<short unsigned int, 2u> >::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT8SupplierINS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='493' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Supplier<OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1469' is-artificial='yes'/>
+ <parameter type-id='type-id-1468' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::IntType<short unsigned int, 2u> -->
- <return type-id='type-id-547'/>
+ <return type-id='type-id-546'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- void OT::Supplier<OT::IntType<short unsigned int, 2u> >::advance(unsigned int) -->
<function-decl name='advance' mangled-name='_ZN2OT8SupplierINS_7IntTypeItLj2EEEE7advanceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='499' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1468' is-artificial='yes'/>
+ <parameter type-id='type-id-1467' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void OT::Supplier<OT::IntType<short unsigned int, 2u> >::Supplier(const OT::Supplier<OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='Supplier' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='508' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1468' is-artificial='yes'/>
+ <parameter type-id='type-id-1467' is-artificial='yes'/>
<!-- parameter of type 'const OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-1470'/>
+ <parameter type-id='type-id-1469'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- OT::Supplier<OT::IntType<short unsigned int, 2u> >& OT::Supplier<OT::IntType<short unsigned int, 2u> >::operator=(const OT::Supplier<OT::IntType<short unsigned int, 2u> >&) -->
<function-decl name='operator=' mangled-name='_ZN2OT8SupplierINS_7IntTypeItLj2EEEEaSERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='509' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Supplier<OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1468' is-artificial='yes'/>
+ <parameter type-id='type-id-1467' is-artificial='yes'/>
<!-- parameter of type 'const OT::Supplier<OT::IntType<short unsigned int, 2u> >&' -->
- <parameter type-id='type-id-1470'/>
+ <parameter type-id='type-id-1469'/>
<!-- OT::Supplier<OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-819'/>
+ <return type-id='type-id-818'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::Offset<OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::Offset<OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-990'/>
+ <class-decl name='Supplier<OT::Offset<OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-989'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-991'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-990'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-992'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-991'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<unsigned int> -->
- <class-decl name='Supplier<unsigned int>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='487' column='1' id='type-id-993'>
+ <class-decl name='Supplier<unsigned int>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='487' column='1' id='type-id-992'>
<data-member access='private' layout-offset-in-bits='0'>
<!-- unsigned int OT::Supplier<unsigned int>::len -->
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='511' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<!-- const unsigned int* OT::Supplier<unsigned int>::head -->
- <var-decl name='head' type-id='type-id-1471' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='512' column='1'/>
+ <var-decl name='head' type-id='type-id-1470' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='512' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::Supplier<unsigned int>::Supplier(const unsigned int*, unsigned int) -->
<function-decl name='Supplier' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='488' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Supplier<unsigned int>*' -->
- <parameter type-id='type-id-1472' is-artificial='yes'/>
+ <parameter type-id='type-id-1471' is-artificial='yes'/>
<!-- parameter of type 'const unsigned int*' -->
- <parameter type-id='type-id-1471'/>
+ <parameter type-id='type-id-1470'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- const unsigned int OT::Supplier<unsigned int>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK2OT8SupplierIjEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='493' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Supplier<unsigned int>*' -->
- <parameter type-id='type-id-1473' is-artificial='yes'/>
+ <parameter type-id='type-id-1472' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const unsigned int -->
- <return type-id='type-id-76'/>
+ <return type-id='type-id-75'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- void OT::Supplier<unsigned int>::advance(unsigned int) -->
<function-decl name='advance' mangled-name='_ZN2OT8SupplierIjE7advanceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='499' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Supplier<unsigned int>*' -->
- <parameter type-id='type-id-1472' is-artificial='yes'/>
+ <parameter type-id='type-id-1471' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void OT::Supplier<unsigned int>::Supplier(const OT::Supplier<unsigned int>&) -->
<function-decl name='Supplier' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='508' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Supplier<unsigned int>*' -->
- <parameter type-id='type-id-1472' is-artificial='yes'/>
+ <parameter type-id='type-id-1471' is-artificial='yes'/>
<!-- parameter of type 'const OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-1474'/>
+ <parameter type-id='type-id-1473'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- OT::Supplier<unsigned int>& OT::Supplier<unsigned int>::operator=(const OT::Supplier<unsigned int>&) -->
<function-decl name='operator=' mangled-name='_ZN2OT8SupplierIjEaSERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='509' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Supplier<unsigned int>*' -->
- <parameter type-id='type-id-1472' is-artificial='yes'/>
+ <parameter type-id='type-id-1471' is-artificial='yes'/>
<!-- parameter of type 'const OT::Supplier<unsigned int>&' -->
- <parameter type-id='type-id-1474'/>
+ <parameter type-id='type-id-1473'/>
<!-- OT::Supplier<unsigned int>& -->
- <return type-id='type-id-858'/>
+ <return type-id='type-id-857'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ValueFormat -->
- <class-decl name='ValueFormat' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='50' column='1' id='type-id-1259'>
+ <class-decl name='ValueFormat' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='50' column='1' id='type-id-1258'>
<!-- struct OT::IntType<short unsigned int, 2u> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-257'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-256'/>
<member-type access='public'>
<!-- enum OT::ValueFormat::Flags -->
- <enum-decl name='Flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='51' column='1' id='type-id-1475'>
+ <enum-decl name='Flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='51' column='1' id='type-id-1474'>
<underlying-type type-id='type-id-56'/>
<enumerator name='xPlacement' value='1'/>
<enumerator name='yPlacement' value='2'/>
<!-- unsigned int OT::ValueFormat::get_len() -->
<function-decl name='get_len' mangled-name='_ZNK2OT11ValueFormat7get_lenEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ValueFormat*' -->
- <parameter type-id='type-id-1265' is-artificial='yes'/>
+ <parameter type-id='type-id-1264' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- unsigned int OT::ValueFormat::get_size() -->
<function-decl name='get_size' mangled-name='_ZNK2OT11ValueFormat8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ValueFormat*' -->
- <parameter type-id='type-id-1265' is-artificial='yes'/>
+ <parameter type-id='type-id-1264' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- void OT::ValueFormat::apply_value(hb_font_t*, hb_direction_t, void*, const OT::Value*, hb_glyph_position_t&) -->
<function-decl name='apply_value' mangled-name='_ZNK2OT11ValueFormat11apply_valueEP9hb_font_t14hb_direction_tPKvPKNS_7IntTypeItLj2EEER19hb_glyph_position_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='97' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ValueFormat*' -->
- <parameter type-id='type-id-1265' is-artificial='yes'/>
+ <parameter type-id='type-id-1264' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'const OT::Value*' -->
- <parameter type-id='type-id-1476'/>
+ <parameter type-id='type-id-1475'/>
<!-- parameter of type 'hb_glyph_position_t&' -->
- <parameter type-id='type-id-83'/>
+ <parameter type-id='type-id-82'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::ValueFormat::sanitize_value_devices(OT::hb_sanitize_context_t*, void*, OT::Value*) -->
<function-decl name='sanitize_value_devices' mangled-name='_ZN2OT11ValueFormat22sanitize_value_devicesEPNS_21hb_sanitize_context_tEPvPNS_7IntTypeItLj2EEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ValueFormat*' -->
- <parameter type-id='type-id-1264' is-artificial='yes'/>
+ <parameter type-id='type-id-1263' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'OT::Value*' -->
- <parameter type-id='type-id-1477'/>
+ <parameter type-id='type-id-1476'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >& OT::ValueFormat::get_device() -->
<function-decl name='get_device' mangled-name='_ZN2OT11ValueFormat10get_deviceEPNS_7IntTypeItLj2EEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'OT::Value*' -->
- <parameter type-id='type-id-1477'/>
+ <parameter type-id='type-id-1476'/>
<!-- OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1478'/>
+ <return type-id='type-id-1477'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<!-- const OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >& OT::ValueFormat::get_device() -->
<function-decl name='get_device' mangled-name='_ZN2OT11ValueFormat10get_deviceEPKNS_7IntTypeItLj2EEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const OT::Value*' -->
- <parameter type-id='type-id-1476'/>
+ <parameter type-id='type-id-1475'/>
<!-- const OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >& -->
- <return type-id='type-id-1479'/>
+ <return type-id='type-id-1478'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<!-- const OT::SHORT& OT::ValueFormat::get_short() -->
<function-decl name='get_short' mangled-name='_ZN2OT11ValueFormat9get_shortEPKNS_7IntTypeItLj2EEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const OT::Value*' -->
- <parameter type-id='type-id-1476'/>
+ <parameter type-id='type-id-1475'/>
<!-- const OT::SHORT& -->
- <return type-id='type-id-1480'/>
+ <return type-id='type-id-1479'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::ValueFormat::has_device() -->
<function-decl name='has_device' mangled-name='_ZNK2OT11ValueFormat10has_deviceEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ValueFormat*' -->
- <parameter type-id='type-id-1265' is-artificial='yes'/>
+ <parameter type-id='type-id-1264' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ValueFormat::sanitize_value(OT::hb_sanitize_context_t*, void*, OT::Value*) -->
<function-decl name='sanitize_value' mangled-name='_ZN2OT11ValueFormat14sanitize_valueEPNS_21hb_sanitize_context_tEPvPNS_7IntTypeItLj2EEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='180' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ValueFormat*' -->
- <parameter type-id='type-id-1264' is-artificial='yes'/>
+ <parameter type-id='type-id-1263' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'OT::Value*' -->
- <parameter type-id='type-id-1477'/>
+ <parameter type-id='type-id-1476'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ValueFormat::sanitize_values(OT::hb_sanitize_context_t*, void*, OT::Value*, unsigned int) -->
<function-decl name='sanitize_values' mangled-name='_ZN2OT11ValueFormat15sanitize_valuesEPNS_21hb_sanitize_context_tEPvPNS_7IntTypeItLj2EEEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='185' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ValueFormat*' -->
- <parameter type-id='type-id-1264' is-artificial='yes'/>
+ <parameter type-id='type-id-1263' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'OT::Value*' -->
- <parameter type-id='type-id-1477'/>
+ <parameter type-id='type-id-1476'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- bool OT::ValueFormat::sanitize_values_stride_unsafe(OT::hb_sanitize_context_t*, void*, OT::Value*, unsigned int, unsigned int) -->
<function-decl name='sanitize_values_stride_unsafe' mangled-name='_ZN2OT11ValueFormat29sanitize_values_stride_unsafeEPNS_21hb_sanitize_context_tEPvPNS_7IntTypeItLj2EEEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='203' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ValueFormat*' -->
- <parameter type-id='type-id-1264' is-artificial='yes'/>
+ <parameter type-id='type-id-1263' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'OT::Value*' -->
- <parameter type-id='type-id-1477'/>
+ <parameter type-id='type-id-1476'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::hb_apply_context_t -->
- <class-decl name='hb_apply_context_t' size-in-bits='640' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='262' column='1' id='type-id-994'>
+ <class-decl name='hb_apply_context_t' size-in-bits='640' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='262' column='1' id='type-id-993'>
<member-type access='public'>
<!-- struct OT::hb_apply_context_t::matcher_t -->
- <class-decl name='matcher_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='319' column='1' id='type-id-1481'>
+ <class-decl name='matcher_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='319' column='1' id='type-id-1480'>
<member-type access='public'>
<!-- enum OT::hb_apply_context_t::matcher_t::may_match_t -->
- <enum-decl name='may_match_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='342' column='1' id='type-id-1482'>
+ <enum-decl name='may_match_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='342' column='1' id='type-id-1481'>
<underlying-type type-id='type-id-56'/>
<enumerator name='MATCH_NO' value='0'/>
<enumerator name='MATCH_YES' value='1'/>
</member-type>
<member-type access='public'>
<!-- enum OT::hb_apply_context_t::matcher_t::may_skip_t -->
- <enum-decl name='may_skip_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='361' column='1' id='type-id-1483'>
+ <enum-decl name='may_skip_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='361' column='1' id='type-id-1482'>
<underlying-type type-id='type-id-56'/>
<enumerator name='SKIP_NO' value='0'/>
<enumerator name='SKIP_YES' value='1'/>
</member-type>
<member-type access='public'>
<!-- typedef bool (typedef hb_codepoint_t, const OT::USHORT&, void*)* OT::hb_apply_context_t::matcher_t::match_func_t -->
- <typedef-decl name='match_func_t' type-id='type-id-1485' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='331' column='1' id='type-id-1484'/>
+ <typedef-decl name='match_func_t' type-id='type-id-1484' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='331' column='1' id='type-id-1483'/>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- unsigned int OT::hb_apply_context_t::matcher_t::lookup_props -->
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- hb_mask_t OT::hb_apply_context_t::matcher_t::mask -->
- <var-decl name='mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='387' column='1'/>
+ <var-decl name='mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='387' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
<!-- uint8_t OT::hb_apply_context_t::matcher_t::syllable -->
- <var-decl name='syllable' type-id='type-id-145' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='388' column='1'/>
+ <var-decl name='syllable' type-id='type-id-144' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='388' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
<!-- OT::hb_apply_context_t::matcher_t::match_func_t OT::hb_apply_context_t::matcher_t::match_func -->
- <var-decl name='match_func' type-id='type-id-1484' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='389' column='1'/>
+ <var-decl name='match_func' type-id='type-id-1483' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='389' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='192'>
<!-- void* OT::hb_apply_context_t::matcher_t::match_data -->
<!-- OT::hb_apply_context_t::matcher_t::matcher_t() -->
<function-decl name='matcher_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='320' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::matcher_t*' -->
- <parameter type-id='type-id-1486' is-artificial='yes'/>
+ <parameter type-id='type-id-1485' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::hb_apply_context_t::matcher_t::set_ignore_zwnj(bool) -->
<function-decl name='set_ignore_zwnj' mangled-name='_ZN2OT18hb_apply_context_t9matcher_t15set_ignore_zwnjEb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='333' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::matcher_t*' -->
- <parameter type-id='type-id-1486' is-artificial='yes'/>
+ <parameter type-id='type-id-1485' is-artificial='yes'/>
<!-- parameter of type 'bool' -->
<parameter type-id='type-id-7'/>
<!-- void -->
<!-- void OT::hb_apply_context_t::matcher_t::set_ignore_zwj(bool) -->
<function-decl name='set_ignore_zwj' mangled-name='_ZN2OT18hb_apply_context_t9matcher_t14set_ignore_zwjEb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='334' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::matcher_t*' -->
- <parameter type-id='type-id-1486' is-artificial='yes'/>
+ <parameter type-id='type-id-1485' is-artificial='yes'/>
<!-- parameter of type 'bool' -->
<parameter type-id='type-id-7'/>
<!-- void -->
<!-- void OT::hb_apply_context_t::matcher_t::set_lookup_props(unsigned int) -->
<function-decl name='set_lookup_props' mangled-name='_ZN2OT18hb_apply_context_t9matcher_t16set_lookup_propsEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::matcher_t*' -->
- <parameter type-id='type-id-1486' is-artificial='yes'/>
+ <parameter type-id='type-id-1485' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void OT::hb_apply_context_t::matcher_t::set_mask(hb_mask_t) -->
<function-decl name='set_mask' mangled-name='_ZN2OT18hb_apply_context_t9matcher_t8set_maskEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='336' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::matcher_t*' -->
- <parameter type-id='type-id-1486' is-artificial='yes'/>
+ <parameter type-id='type-id-1485' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_mask_t' -->
- <parameter type-id='type-id-87'/>
+ <parameter type-id='type-id-86'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::hb_apply_context_t::matcher_t::set_syllable(uint8_t) -->
<function-decl name='set_syllable' mangled-name='_ZN2OT18hb_apply_context_t9matcher_t12set_syllableEh' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::matcher_t*' -->
- <parameter type-id='type-id-1486' is-artificial='yes'/>
+ <parameter type-id='type-id-1485' is-artificial='yes'/>
<!-- parameter of type 'typedef uint8_t' -->
- <parameter type-id='type-id-145'/>
+ <parameter type-id='type-id-144'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::hb_apply_context_t::matcher_t::set_match_func(OT::hb_apply_context_t::matcher_t::match_func_t, void*) -->
<function-decl name='set_match_func' mangled-name='_ZN2OT18hb_apply_context_t9matcher_t14set_match_funcEPFbjRKNS_7IntTypeItLj2EEEPKvES7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::matcher_t*' -->
- <parameter type-id='type-id-1486' is-artificial='yes'/>
+ <parameter type-id='type-id-1485' is-artificial='yes'/>
<!-- parameter of type 'typedef OT::hb_apply_context_t::matcher_t::match_func_t' -->
- <parameter type-id='type-id-1484'/>
+ <parameter type-id='type-id-1483'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- void -->
<!-- OT::hb_apply_context_t::matcher_t::may_match_t OT::hb_apply_context_t::matcher_t::may_match(const hb_glyph_info_t&, const OT::USHORT*) -->
<function-decl name='may_match' mangled-name='_ZNK2OT18hb_apply_context_t9matcher_t9may_matchERK15hb_glyph_info_tPKNS_7IntTypeItLj2EEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='348' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_apply_context_t::matcher_t*' -->
- <parameter type-id='type-id-1487' is-artificial='yes'/>
+ <parameter type-id='type-id-1486' is-artificial='yes'/>
<!-- parameter of type 'const hb_glyph_info_t&' -->
- <parameter type-id='type-id-85'/>
+ <parameter type-id='type-id-84'/>
<!-- parameter of type 'const OT::USHORT*' -->
- <parameter type-id='type-id-1488'/>
+ <parameter type-id='type-id-1487'/>
<!-- enum OT::hb_apply_context_t::matcher_t::may_match_t -->
- <return type-id='type-id-1482'/>
+ <return type-id='type-id-1481'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::matcher_t::may_skip_t OT::hb_apply_context_t::matcher_t::may_skip(const OT::hb_apply_context_t*, const hb_glyph_info_t&) -->
<function-decl name='may_skip' mangled-name='_ZNK2OT18hb_apply_context_t9matcher_t8may_skipEPKS0_RK15hb_glyph_info_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='368' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_apply_context_t::matcher_t*' -->
- <parameter type-id='type-id-1487' is-artificial='yes'/>
+ <parameter type-id='type-id-1486' is-artificial='yes'/>
<!-- parameter of type 'const OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-1489'/>
+ <parameter type-id='type-id-1488'/>
<!-- parameter of type 'const hb_glyph_info_t&' -->
- <parameter type-id='type-id-85'/>
+ <parameter type-id='type-id-84'/>
<!-- enum OT::hb_apply_context_t::matcher_t::may_skip_t -->
- <return type-id='type-id-1483'/>
+ <return type-id='type-id-1482'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='public'>
<!-- struct OT::hb_apply_context_t::skipping_forward_iterator_t -->
- <class-decl name='skipping_forward_iterator_t' size-in-bits='512' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='394' column='1' id='type-id-1490'>
+ <class-decl name='skipping_forward_iterator_t' size-in-bits='512' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='394' column='1' id='type-id-1489'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int OT::hb_apply_context_t::skipping_forward_iterator_t::idx -->
<var-decl name='idx' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='454' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::hb_apply_context_t* OT::hb_apply_context_t::skipping_forward_iterator_t::c -->
- <var-decl name='c' type-id='type-id-855' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='456' column='1'/>
+ <var-decl name='c' type-id='type-id-854' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='456' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
<!-- OT::hb_apply_context_t::matcher_t OT::hb_apply_context_t::skipping_forward_iterator_t::matcher -->
- <var-decl name='matcher' type-id='type-id-1481' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='457' column='1'/>
+ <var-decl name='matcher' type-id='type-id-1480' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='457' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='384'>
<!-- const OT::USHORT* OT::hb_apply_context_t::skipping_forward_iterator_t::match_glyph_data -->
- <var-decl name='match_glyph_data' type-id='type-id-1488' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='458' column='1'/>
+ <var-decl name='match_glyph_data' type-id='type-id-1487' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='458' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='448'>
<!-- unsigned int OT::hb_apply_context_t::skipping_forward_iterator_t::num_items -->
<!-- OT::hb_apply_context_t::skipping_forward_iterator_t::skipping_forward_iterator_t(OT::hb_apply_context_t*, unsigned int, unsigned int, bool) -->
<function-decl name='skipping_forward_iterator_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='395' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::skipping_forward_iterator_t*' -->
- <parameter type-id='type-id-1491' is-artificial='yes'/>
+ <parameter type-id='type-id-1490' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- void OT::hb_apply_context_t::skipping_forward_iterator_t::set_lookup_props(unsigned int) -->
<function-decl name='set_lookup_props' mangled-name='_ZN2OT18hb_apply_context_t27skipping_forward_iterator_t16set_lookup_propsEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='414' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::skipping_forward_iterator_t*' -->
- <parameter type-id='type-id-1491' is-artificial='yes'/>
+ <parameter type-id='type-id-1490' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void OT::hb_apply_context_t::skipping_forward_iterator_t::set_syllable(unsigned int) -->
<function-decl name='set_syllable' mangled-name='_ZN2OT18hb_apply_context_t27skipping_forward_iterator_t12set_syllableEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='415' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::skipping_forward_iterator_t*' -->
- <parameter type-id='type-id-1491' is-artificial='yes'/>
+ <parameter type-id='type-id-1490' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void OT::hb_apply_context_t::skipping_forward_iterator_t::set_match_func(OT::hb_apply_context_t::matcher_t::match_func_t, void*, const OT::USHORT*) -->
<function-decl name='set_match_func' mangled-name='_ZN2OT18hb_apply_context_t27skipping_forward_iterator_t14set_match_funcEPFbjRKNS_7IntTypeItLj2EEEPKvES7_PS4_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='416' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::skipping_forward_iterator_t*' -->
- <parameter type-id='type-id-1491' is-artificial='yes'/>
+ <parameter type-id='type-id-1490' is-artificial='yes'/>
<!-- parameter of type 'typedef OT::hb_apply_context_t::matcher_t::match_func_t' -->
- <parameter type-id='type-id-1484'/>
+ <parameter type-id='type-id-1483'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'const OT::USHORT*' -->
- <parameter type-id='type-id-1488'/>
+ <parameter type-id='type-id-1487'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::hb_apply_context_t::skipping_forward_iterator_t::has_no_chance() -->
<function-decl name='has_no_chance' mangled-name='_ZNK2OT18hb_apply_context_t27skipping_forward_iterator_t13has_no_chanceEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='424' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_apply_context_t::skipping_forward_iterator_t*' -->
- <parameter type-id='type-id-1492' is-artificial='yes'/>
+ <parameter type-id='type-id-1491' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::hb_apply_context_t::skipping_forward_iterator_t::reject() -->
<function-decl name='reject' mangled-name='_ZN2OT18hb_apply_context_t27skipping_forward_iterator_t6rejectEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='425' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::skipping_forward_iterator_t*' -->
- <parameter type-id='type-id-1491' is-artificial='yes'/>
+ <parameter type-id='type-id-1490' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::hb_apply_context_t::skipping_forward_iterator_t::next() -->
<function-decl name='next' mangled-name='_ZN2OT18hb_apply_context_t27skipping_forward_iterator_t4nextEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='426' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::skipping_forward_iterator_t*' -->
- <parameter type-id='type-id-1491' is-artificial='yes'/>
+ <parameter type-id='type-id-1490' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</member-type>
<member-type access='public'>
<!-- struct OT::hb_apply_context_t::skipping_backward_iterator_t -->
- <class-decl name='skipping_backward_iterator_t' size-in-bits='512' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='465' column='1' id='type-id-1493'>
+ <class-decl name='skipping_backward_iterator_t' size-in-bits='512' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='465' column='1' id='type-id-1492'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int OT::hb_apply_context_t::skipping_backward_iterator_t::idx -->
<var-decl name='idx' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='524' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::hb_apply_context_t* OT::hb_apply_context_t::skipping_backward_iterator_t::c -->
- <var-decl name='c' type-id='type-id-855' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='526' column='1'/>
+ <var-decl name='c' type-id='type-id-854' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='526' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
<!-- OT::hb_apply_context_t::matcher_t OT::hb_apply_context_t::skipping_backward_iterator_t::matcher -->
- <var-decl name='matcher' type-id='type-id-1481' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='527' column='1'/>
+ <var-decl name='matcher' type-id='type-id-1480' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='527' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='384'>
<!-- const OT::USHORT* OT::hb_apply_context_t::skipping_backward_iterator_t::match_glyph_data -->
- <var-decl name='match_glyph_data' type-id='type-id-1488' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='528' column='1'/>
+ <var-decl name='match_glyph_data' type-id='type-id-1487' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='528' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='448'>
<!-- unsigned int OT::hb_apply_context_t::skipping_backward_iterator_t::num_items -->
<!-- OT::hb_apply_context_t::skipping_backward_iterator_t::skipping_backward_iterator_t(OT::hb_apply_context_t*, unsigned int, unsigned int, bool) -->
<function-decl name='skipping_backward_iterator_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::skipping_backward_iterator_t*' -->
- <parameter type-id='type-id-1494' is-artificial='yes'/>
+ <parameter type-id='type-id-1493' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- void OT::hb_apply_context_t::skipping_backward_iterator_t::set_lookup_props(unsigned int) -->
<function-decl name='set_lookup_props' mangled-name='_ZN2OT18hb_apply_context_t28skipping_backward_iterator_t16set_lookup_propsEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='484' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::skipping_backward_iterator_t*' -->
- <parameter type-id='type-id-1494' is-artificial='yes'/>
+ <parameter type-id='type-id-1493' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void OT::hb_apply_context_t::skipping_backward_iterator_t::set_syllable(unsigned int) -->
<function-decl name='set_syllable' mangled-name='_ZN2OT18hb_apply_context_t28skipping_backward_iterator_t12set_syllableEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='485' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::skipping_backward_iterator_t*' -->
- <parameter type-id='type-id-1494' is-artificial='yes'/>
+ <parameter type-id='type-id-1493' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void OT::hb_apply_context_t::skipping_backward_iterator_t::set_match_func(OT::hb_apply_context_t::matcher_t::match_func_t, void*, const OT::USHORT*) -->
<function-decl name='set_match_func' mangled-name='_ZN2OT18hb_apply_context_t28skipping_backward_iterator_t14set_match_funcEPFbjRKNS_7IntTypeItLj2EEEPKvES7_PS4_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='486' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::skipping_backward_iterator_t*' -->
- <parameter type-id='type-id-1494' is-artificial='yes'/>
+ <parameter type-id='type-id-1493' is-artificial='yes'/>
<!-- parameter of type 'typedef OT::hb_apply_context_t::matcher_t::match_func_t' -->
- <parameter type-id='type-id-1484'/>
+ <parameter type-id='type-id-1483'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- parameter of type 'const OT::USHORT*' -->
- <parameter type-id='type-id-1488'/>
+ <parameter type-id='type-id-1487'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::hb_apply_context_t::skipping_backward_iterator_t::has_no_chance() -->
<function-decl name='has_no_chance' mangled-name='_ZNK2OT18hb_apply_context_t28skipping_backward_iterator_t13has_no_chanceEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='494' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_apply_context_t::skipping_backward_iterator_t*' -->
- <parameter type-id='type-id-1495' is-artificial='yes'/>
+ <parameter type-id='type-id-1494' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::hb_apply_context_t::skipping_backward_iterator_t::reject() -->
<function-decl name='reject' mangled-name='_ZN2OT18hb_apply_context_t28skipping_backward_iterator_t6rejectEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='495' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::skipping_backward_iterator_t*' -->
- <parameter type-id='type-id-1494' is-artificial='yes'/>
+ <parameter type-id='type-id-1493' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::hb_apply_context_t::skipping_backward_iterator_t::prev() -->
<function-decl name='prev' mangled-name='_ZN2OT18hb_apply_context_t28skipping_backward_iterator_t4prevEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='496' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t::skipping_backward_iterator_t*' -->
- <parameter type-id='type-id-1494' is-artificial='yes'/>
+ <parameter type-id='type-id-1493' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</member-type>
<member-type access='public'>
<!-- typedef bool OT::hb_apply_context_t::return_t -->
- <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='265' column='1' id='type-id-947'/>
+ <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='265' column='1' id='type-id-946'/>
</member-type>
<member-type access='public'>
<!-- typedef typedef OT::hb_apply_context_t::return_t (OT::hb_apply_context_t*, unsigned int)* OT::hb_apply_context_t::recurse_func_t -->
- <typedef-decl name='recurse_func_t' type-id='type-id-1497' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='266' column='1' id='type-id-1496'/>
+ <typedef-decl name='recurse_func_t' type-id='type-id-1496' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='266' column='1' id='type-id-1495'/>
</member-type>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::hb_apply_context_t::max_debug_depth -->
- <var-decl name='max_debug_depth' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='264' column='1'/>
+ <var-decl name='max_debug_depth' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='264' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int OT::hb_apply_context_t::table_index -->
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_font_t* OT::hb_apply_context_t::font -->
- <var-decl name='font' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='283' column='1'/>
+ <var-decl name='font' type-id='type-id-157' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='283' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- hb_face_t* OT::hb_apply_context_t::face -->
- <var-decl name='face' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='284' column='1'/>
+ <var-decl name='face' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='284' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- hb_buffer_t* OT::hb_apply_context_t::buffer -->
- <var-decl name='buffer' type-id='type-id-80' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='285' column='1'/>
+ <var-decl name='buffer' type-id='type-id-79' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='285' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- hb_direction_t OT::hb_apply_context_t::direction -->
- <var-decl name='direction' type-id='type-id-126' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='286' column='1'/>
+ <var-decl name='direction' type-id='type-id-125' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='286' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='288'>
<!-- hb_mask_t OT::hb_apply_context_t::lookup_mask -->
- <var-decl name='lookup_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='287' column='1'/>
+ <var-decl name='lookup_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='287' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- bool OT::hb_apply_context_t::auto_zwj -->
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- OT::hb_apply_context_t::recurse_func_t OT::hb_apply_context_t::recurse_func -->
- <var-decl name='recurse_func' type-id='type-id-1496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='289' column='1'/>
+ <var-decl name='recurse_func' type-id='type-id-1495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='289' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- unsigned int OT::hb_apply_context_t::nesting_level_left -->
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- const OT::GDEF& OT::hb_apply_context_t::gdef -->
- <var-decl name='gdef' type-id='type-id-1498' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='292' column='1'/>
+ <var-decl name='gdef' type-id='type-id-1497' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='292' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- bool OT::hb_apply_context_t::has_glyph_classes -->
<!-- const char* OT::hb_apply_context_t::get_name() -->
<function-decl name='get_name' mangled-name='_ZN2OT18hb_apply_context_t8get_nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='263' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- const char* -->
<return type-id='type-id-50'/>
</function-decl>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::default_return_value() -->
<function-decl name='default_return_value' mangled-name='_ZN2OT18hb_apply_context_t20default_return_valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::hb_apply_context_t::stop_sublookup_iteration(OT::hb_apply_context_t::return_t) -->
<function-decl name='stop_sublookup_iteration' mangled-name='_ZNK2OT18hb_apply_context_t24stop_sublookup_iterationEb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='270' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-1489' is-artificial='yes'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
<!-- parameter of type 'typedef OT::hb_apply_context_t::return_t' -->
- <parameter type-id='type-id-947'/>
+ <parameter type-id='type-id-946'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::recurse(unsigned int) -->
<function-decl name='recurse' mangled-name='_ZN2OT18hb_apply_context_t7recurseEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='271' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<!-- OT::hb_apply_context_t::hb_apply_context_t(unsigned int, hb_font_t*, hb_buffer_t*) -->
<function-decl name='hb_apply_context_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='297' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::hb_apply_context_t::set_lookup_mask(hb_mask_t) -->
<function-decl name='set_lookup_mask' mangled-name='_ZN2OT18hb_apply_context_t15set_lookup_maskEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='312' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_mask_t' -->
- <parameter type-id='type-id-87'/>
+ <parameter type-id='type-id-86'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::hb_apply_context_t::set_auto_zwj(bool) -->
<function-decl name='set_auto_zwj' mangled-name='_ZN2OT18hb_apply_context_t12set_auto_zwjEb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='313' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'bool' -->
<parameter type-id='type-id-7'/>
<!-- void -->
<!-- void OT::hb_apply_context_t::set_recurse_func(OT::hb_apply_context_t::recurse_func_t) -->
<function-decl name='set_recurse_func' mangled-name='_ZN2OT18hb_apply_context_t16set_recurse_funcEPFbPS0_jE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='314' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'typedef OT::hb_apply_context_t::recurse_func_t' -->
- <parameter type-id='type-id-1496'/>
+ <parameter type-id='type-id-1495'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::hb_apply_context_t::set_lookup_props(unsigned int) -->
<function-decl name='set_lookup_props' mangled-name='_ZN2OT18hb_apply_context_t16set_lookup_propsEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='315' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void OT::hb_apply_context_t::set_lookup(const OT::Lookup&) -->
<function-decl name='set_lookup' mangled-name='_ZN2OT18hb_apply_context_t10set_lookupERKNS_6LookupE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='316' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::Lookup&' -->
- <parameter type-id='type-id-896'/>
+ <parameter type-id='type-id-895'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::hb_apply_context_t::match_properties_mark(hb_codepoint_t, unsigned int, unsigned int) -->
<function-decl name='match_properties_mark' mangled-name='_ZNK2OT18hb_apply_context_t21match_properties_markEjjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='534' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-1489' is-artificial='yes'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- bool OT::hb_apply_context_t::check_glyph_property(const hb_glyph_info_t*, unsigned int) -->
<function-decl name='check_glyph_property' mangled-name='_ZNK2OT18hb_apply_context_t20check_glyph_propertyEPK15hb_glyph_info_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='555' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-1489' is-artificial='yes'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
<!-- parameter of type 'const hb_glyph_info_t*' -->
- <parameter type-id='type-id-1499'/>
+ <parameter type-id='type-id-1498'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- void OT::hb_apply_context_t::_set_glyph_props(hb_codepoint_t, unsigned int, bool, bool) -->
<function-decl name='_set_glyph_props' mangled-name='_ZNK2OT18hb_apply_context_t16_set_glyph_propsEjjbb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='573' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-1489' is-artificial='yes'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'bool' -->
<!-- void OT::hb_apply_context_t::replace_glyph(hb_codepoint_t) -->
<function-decl name='replace_glyph' mangled-name='_ZNK2OT18hb_apply_context_t13replace_glyphEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='600' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-1489' is-artificial='yes'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::hb_apply_context_t::replace_glyph_inplace(hb_codepoint_t) -->
<function-decl name='replace_glyph_inplace' mangled-name='_ZNK2OT18hb_apply_context_t21replace_glyph_inplaceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='605' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-1489' is-artificial='yes'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::hb_apply_context_t::replace_glyph_with_ligature(hb_codepoint_t, unsigned int) -->
<function-decl name='replace_glyph_with_ligature' mangled-name='_ZNK2OT18hb_apply_context_t27replace_glyph_with_ligatureEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='610' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-1489' is-artificial='yes'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void OT::hb_apply_context_t::output_glyph_for_component(hb_codepoint_t, unsigned int) -->
<function-decl name='output_glyph_for_component' mangled-name='_ZNK2OT18hb_apply_context_t26output_glyph_for_componentEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='616' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-1489' is-artificial='yes'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::SingleSubstFormat1>(const OT::SingleSubstFormat1&) -->
<function-decl name='dispatch<OT::SingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::SingleSubstFormat1&' -->
- <parameter type-id='type-id-1500'/>
+ <parameter type-id='type-id-1499'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::SingleSubstFormat2>(const OT::SingleSubstFormat2&) -->
<function-decl name='dispatch<OT::SingleSubstFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::SingleSubstFormat2&' -->
- <parameter type-id='type-id-1501'/>
+ <parameter type-id='type-id-1500'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::MultipleSubstFormat1>(const OT::MultipleSubstFormat1&) -->
<function-decl name='dispatch<OT::MultipleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::MultipleSubstFormat1&' -->
- <parameter type-id='type-id-1502'/>
+ <parameter type-id='type-id-1501'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::AlternateSubstFormat1>(const OT::AlternateSubstFormat1&) -->
<function-decl name='dispatch<OT::AlternateSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::AlternateSubstFormat1&' -->
- <parameter type-id='type-id-1503'/>
+ <parameter type-id='type-id-1502'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::ReverseChainSingleSubstFormat1>(const OT::ReverseChainSingleSubstFormat1&) -->
<function-decl name='dispatch<OT::ReverseChainSingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::ReverseChainSingleSubstFormat1&' -->
- <parameter type-id='type-id-1504'/>
+ <parameter type-id='type-id-1503'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::LigatureSubstFormat1>(const OT::LigatureSubstFormat1&) -->
<function-decl name='dispatch<OT::LigatureSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::LigatureSubstFormat1&' -->
- <parameter type-id='type-id-1505'/>
+ <parameter type-id='type-id-1504'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::ContextFormat1>(const OT::ContextFormat1&) -->
<function-decl name='dispatch<OT::ContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat1&' -->
- <parameter type-id='type-id-1506'/>
+ <parameter type-id='type-id-1505'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::ContextFormat2>(const OT::ContextFormat2&) -->
<function-decl name='dispatch<OT::ContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat2&' -->
- <parameter type-id='type-id-1507'/>
+ <parameter type-id='type-id-1506'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::ContextFormat3>(const OT::ContextFormat3&) -->
<function-decl name='dispatch<OT::ContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat3&' -->
- <parameter type-id='type-id-1508'/>
+ <parameter type-id='type-id-1507'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::ChainContextFormat1>(const OT::ChainContextFormat1&) -->
<function-decl name='dispatch<OT::ChainContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat1&' -->
- <parameter type-id='type-id-1509'/>
+ <parameter type-id='type-id-1508'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::ChainContextFormat2>(const OT::ChainContextFormat2&) -->
<function-decl name='dispatch<OT::ChainContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat2&' -->
- <parameter type-id='type-id-1510'/>
+ <parameter type-id='type-id-1509'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::ChainContextFormat3>(const OT::ChainContextFormat3&) -->
<function-decl name='dispatch<OT::ChainContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat3&' -->
- <parameter type-id='type-id-1511'/>
+ <parameter type-id='type-id-1510'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::CursivePosFormat1>(const OT::CursivePosFormat1&) -->
<function-decl name='dispatch<OT::CursivePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::CursivePosFormat1&' -->
- <parameter type-id='type-id-1512'/>
+ <parameter type-id='type-id-1511'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::MarkBasePosFormat1>(const OT::MarkBasePosFormat1&) -->
<function-decl name='dispatch<OT::MarkBasePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::MarkBasePosFormat1&' -->
- <parameter type-id='type-id-1513'/>
+ <parameter type-id='type-id-1512'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::MarkLigPosFormat1>(const OT::MarkLigPosFormat1&) -->
<function-decl name='dispatch<OT::MarkLigPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::MarkLigPosFormat1&' -->
- <parameter type-id='type-id-1514'/>
+ <parameter type-id='type-id-1513'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::MarkMarkPosFormat1>(const OT::MarkMarkPosFormat1&) -->
<function-decl name='dispatch<OT::MarkMarkPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::MarkMarkPosFormat1&' -->
- <parameter type-id='type-id-1515'/>
+ <parameter type-id='type-id-1514'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::SinglePosFormat1>(const OT::SinglePosFormat1&) -->
<function-decl name='dispatch<OT::SinglePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::SinglePosFormat1&' -->
- <parameter type-id='type-id-1516'/>
+ <parameter type-id='type-id-1515'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::SinglePosFormat2>(const OT::SinglePosFormat2&) -->
<function-decl name='dispatch<OT::SinglePosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::SinglePosFormat2&' -->
- <parameter type-id='type-id-1517'/>
+ <parameter type-id='type-id-1516'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::PairPosFormat1>(const OT::PairPosFormat1&) -->
<function-decl name='dispatch<OT::PairPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::PairPosFormat1&' -->
- <parameter type-id='type-id-1518'/>
+ <parameter type-id='type-id-1517'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::hb_apply_context_t::dispatch<OT::PairPosFormat2>(const OT::PairPosFormat2&) -->
<function-decl name='dispatch<OT::PairPosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<!-- parameter of type 'const OT::PairPosFormat2&' -->
- <parameter type-id='type-id-1519'/>
+ <parameter type-id='type-id-1518'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::hb_closure_context_t -->
- <class-decl name='hb_closure_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='56' column='1' id='type-id-995'>
+ <class-decl name='hb_closure_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='56' column='1' id='type-id-994'>
<member-type access='public'>
<!-- typedef hb_void_t OT::hb_closure_context_t::return_t -->
- <typedef-decl name='return_t' type-id='type-id-1291' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='59' column='1' id='type-id-943'/>
+ <typedef-decl name='return_t' type-id='type-id-1290' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='59' column='1' id='type-id-942'/>
</member-type>
<member-type access='public'>
<!-- typedef typedef OT::hb_closure_context_t::return_t (OT::hb_closure_context_t*, unsigned int)* OT::hb_closure_context_t::recurse_func_t -->
- <typedef-decl name='recurse_func_t' type-id='type-id-1521' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='60' column='1' id='type-id-1520'/>
+ <typedef-decl name='recurse_func_t' type-id='type-id-1520' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='60' column='1' id='type-id-1519'/>
</member-type>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::hb_closure_context_t::max_debug_depth -->
- <var-decl name='max_debug_depth' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='58' column='1'/>
+ <var-decl name='max_debug_depth' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_face_t* OT::hb_closure_context_t::face -->
- <var-decl name='face' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='76' column='1'/>
+ <var-decl name='face' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='76' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_set_t* OT::hb_closure_context_t::glyphs -->
- <var-decl name='glyphs' type-id='type-id-842' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='77' column='1'/>
+ <var-decl name='glyphs' type-id='type-id-841' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='77' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- OT::hb_closure_context_t::recurse_func_t OT::hb_closure_context_t::recurse_func -->
- <var-decl name='recurse_func' type-id='type-id-1520' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='78' column='1'/>
+ <var-decl name='recurse_func' type-id='type-id-1519' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='78' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- unsigned int OT::hb_closure_context_t::nesting_level_left -->
<!-- const char* OT::hb_closure_context_t::get_name() -->
<function-decl name='get_name' mangled-name='_ZN2OT20hb_closure_context_t8get_nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='57' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- const char* -->
<return type-id='type-id-50'/>
</function-decl>
<!-- OT::hb_closure_context_t::return_t OT::hb_closure_context_t::default_return_value() -->
<function-decl name='default_return_value' mangled-name='_ZN2OT20hb_closure_context_t20default_return_valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::hb_closure_context_t::stop_sublookup_iteration(OT::hb_closure_context_t::return_t) -->
<function-decl name='stop_sublookup_iteration' mangled-name='_ZNK2OT20hb_closure_context_t24stop_sublookup_iterationERK10_hb_void_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-1522' is-artificial='yes'/>
+ <parameter type-id='type-id-1521' is-artificial='yes'/>
<!-- parameter of type 'typedef OT::hb_closure_context_t::return_t' -->
- <parameter type-id='type-id-943'/>
+ <parameter type-id='type-id-942'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_closure_context_t::return_t OT::hb_closure_context_t::recurse(unsigned int) -->
<function-decl name='recurse' mangled-name='_ZN2OT20hb_closure_context_t7recurseEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<!-- OT::hb_closure_context_t::hb_closure_context_t(hb_face_t*, hb_set_t*, unsigned int) -->
<function-decl name='hb_closure_context_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-158'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void OT::hb_closure_context_t::set_recurse_func(OT::hb_closure_context_t::recurse_func_t) -->
<function-decl name='set_recurse_func' mangled-name='_ZN2OT20hb_closure_context_t16set_recurse_funcEPFRK10_hb_void_tPS0_jE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='91' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'typedef OT::hb_closure_context_t::recurse_func_t' -->
- <parameter type-id='type-id-1520'/>
+ <parameter type-id='type-id-1519'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- OT::hb_closure_context_t::return_t OT::hb_closure_context_t::dispatch<OT::SingleSubstFormat1>(const OT::SingleSubstFormat1&) -->
<function-decl name='dispatch<OT::SingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'const OT::SingleSubstFormat1&' -->
- <parameter type-id='type-id-1500'/>
+ <parameter type-id='type-id-1499'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::hb_closure_context_t::dispatch<OT::SingleSubstFormat2>(const OT::SingleSubstFormat2&) -->
<function-decl name='dispatch<OT::SingleSubstFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'const OT::SingleSubstFormat2&' -->
- <parameter type-id='type-id-1501'/>
+ <parameter type-id='type-id-1500'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::hb_closure_context_t::dispatch<OT::MultipleSubstFormat1>(const OT::MultipleSubstFormat1&) -->
<function-decl name='dispatch<OT::MultipleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'const OT::MultipleSubstFormat1&' -->
- <parameter type-id='type-id-1502'/>
+ <parameter type-id='type-id-1501'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::hb_closure_context_t::dispatch<OT::AlternateSubstFormat1>(const OT::AlternateSubstFormat1&) -->
<function-decl name='dispatch<OT::AlternateSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'const OT::AlternateSubstFormat1&' -->
- <parameter type-id='type-id-1503'/>
+ <parameter type-id='type-id-1502'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::hb_closure_context_t::dispatch<OT::LigatureSubstFormat1>(const OT::LigatureSubstFormat1&) -->
<function-decl name='dispatch<OT::LigatureSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'const OT::LigatureSubstFormat1&' -->
- <parameter type-id='type-id-1505'/>
+ <parameter type-id='type-id-1504'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::hb_closure_context_t::dispatch<OT::ReverseChainSingleSubstFormat1>(const OT::ReverseChainSingleSubstFormat1&) -->
<function-decl name='dispatch<OT::ReverseChainSingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'const OT::ReverseChainSingleSubstFormat1&' -->
- <parameter type-id='type-id-1504'/>
+ <parameter type-id='type-id-1503'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::hb_closure_context_t::dispatch<OT::ContextFormat1>(const OT::ContextFormat1&) -->
<function-decl name='dispatch<OT::ContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat1&' -->
- <parameter type-id='type-id-1506'/>
+ <parameter type-id='type-id-1505'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::hb_closure_context_t::dispatch<OT::ContextFormat2>(const OT::ContextFormat2&) -->
<function-decl name='dispatch<OT::ContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat2&' -->
- <parameter type-id='type-id-1507'/>
+ <parameter type-id='type-id-1506'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::hb_closure_context_t::dispatch<OT::ContextFormat3>(const OT::ContextFormat3&) -->
<function-decl name='dispatch<OT::ContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat3&' -->
- <parameter type-id='type-id-1508'/>
+ <parameter type-id='type-id-1507'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::hb_closure_context_t::dispatch<OT::ChainContextFormat1>(const OT::ChainContextFormat1&) -->
<function-decl name='dispatch<OT::ChainContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat1&' -->
- <parameter type-id='type-id-1509'/>
+ <parameter type-id='type-id-1508'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::hb_closure_context_t::dispatch<OT::ChainContextFormat2>(const OT::ChainContextFormat2&) -->
<function-decl name='dispatch<OT::ChainContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat2&' -->
- <parameter type-id='type-id-1510'/>
+ <parameter type-id='type-id-1509'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_closure_context_t::return_t OT::hb_closure_context_t::dispatch<OT::ChainContextFormat3>(const OT::ChainContextFormat3&) -->
<function-decl name='dispatch<OT::ChainContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat3&' -->
- <parameter type-id='type-id-1511'/>
+ <parameter type-id='type-id-1510'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::hb_collect_glyphs_context_t -->
- <class-decl name='hb_collect_glyphs_context_t' size-in-bits='66944' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='144' column='1' id='type-id-996'>
+ <class-decl name='hb_collect_glyphs_context_t' size-in-bits='66944' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='144' column='1' id='type-id-995'>
<member-type access='public'>
<!-- typedef hb_void_t OT::hb_collect_glyphs_context_t::return_t -->
- <typedef-decl name='return_t' type-id='type-id-1291' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='147' column='1' id='type-id-944'/>
+ <typedef-decl name='return_t' type-id='type-id-1290' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='147' column='1' id='type-id-943'/>
</member-type>
<member-type access='public'>
<!-- typedef typedef OT::hb_collect_glyphs_context_t::return_t (OT::hb_collect_glyphs_context_t*, unsigned int)* OT::hb_collect_glyphs_context_t::recurse_func_t -->
- <typedef-decl name='recurse_func_t' type-id='type-id-1524' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='148' column='1' id='type-id-1523'/>
+ <typedef-decl name='recurse_func_t' type-id='type-id-1523' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='148' column='1' id='type-id-1522'/>
</member-type>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::hb_collect_glyphs_context_t::max_debug_depth -->
- <var-decl name='max_debug_depth' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='146' column='1'/>
+ <var-decl name='max_debug_depth' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='146' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_face_t* OT::hb_collect_glyphs_context_t::face -->
- <var-decl name='face' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='193' column='1'/>
+ <var-decl name='face' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='193' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_set_t* OT::hb_collect_glyphs_context_t::before -->
- <var-decl name='before' type-id='type-id-842' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='194' column='1'/>
+ <var-decl name='before' type-id='type-id-841' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='194' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- hb_set_t* OT::hb_collect_glyphs_context_t::input -->
- <var-decl name='input' type-id='type-id-842' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='195' column='1'/>
+ <var-decl name='input' type-id='type-id-841' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='195' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- hb_set_t* OT::hb_collect_glyphs_context_t::after -->
- <var-decl name='after' type-id='type-id-842' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='196' column='1'/>
+ <var-decl name='after' type-id='type-id-841' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='196' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- hb_set_t* OT::hb_collect_glyphs_context_t::output -->
- <var-decl name='output' type-id='type-id-842' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='197' column='1'/>
+ <var-decl name='output' type-id='type-id-841' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='197' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- OT::hb_collect_glyphs_context_t::recurse_func_t OT::hb_collect_glyphs_context_t::recurse_func -->
- <var-decl name='recurse_func' type-id='type-id-1523' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='198' column='1'/>
+ <var-decl name='recurse_func' type-id='type-id-1522' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='198' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- hb_set_t OT::hb_collect_glyphs_context_t::recursed_lookups -->
- <var-decl name='recursed_lookups' type-id='type-id-1525' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='199' column='1'/>
+ <var-decl name='recursed_lookups' type-id='type-id-1524' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='199' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='66880'>
<!-- unsigned int OT::hb_collect_glyphs_context_t::nesting_level_left -->
<!-- const char* OT::hb_collect_glyphs_context_t::get_name() -->
<function-decl name='get_name' mangled-name='_ZN2OT27hb_collect_glyphs_context_t8get_nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- const char* -->
<return type-id='type-id-50'/>
</function-decl>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::default_return_value() -->
<function-decl name='default_return_value' mangled-name='_ZN2OT27hb_collect_glyphs_context_t20default_return_valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::hb_collect_glyphs_context_t::stop_sublookup_iteration(OT::hb_collect_glyphs_context_t::return_t) -->
<function-decl name='stop_sublookup_iteration' mangled-name='_ZNK2OT27hb_collect_glyphs_context_t24stop_sublookup_iterationERK10_hb_void_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-1526' is-artificial='yes'/>
+ <parameter type-id='type-id-1525' is-artificial='yes'/>
<!-- parameter of type 'typedef OT::hb_collect_glyphs_context_t::return_t' -->
- <parameter type-id='type-id-944'/>
+ <parameter type-id='type-id-943'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::recurse(unsigned int) -->
<function-decl name='recurse' mangled-name='_ZN2OT27hb_collect_glyphs_context_t7recurseEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<!-- OT::hb_collect_glyphs_context_t::hb_collect_glyphs_context_t(hb_face_t*, hb_set_t*, hb_set_t*, hb_set_t*, hb_set_t*, unsigned int) -->
<function-decl name='hb_collect_glyphs_context_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='203' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-158'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- OT::hb_collect_glyphs_context_t::~hb_collect_glyphs_context_t(int) -->
<function-decl name='~hb_collect_glyphs_context_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='221' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- artificial parameter of type 'int' -->
<parameter type-id='type-id-4' is-artificial='yes'/>
<!-- void -->
<!-- void OT::hb_collect_glyphs_context_t::set_recurse_func(OT::hb_collect_glyphs_context_t::recurse_func_t) -->
<function-decl name='set_recurse_func' mangled-name='_ZN2OT27hb_collect_glyphs_context_t16set_recurse_funcEPFRK10_hb_void_tPS0_jE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='226' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'typedef OT::hb_collect_glyphs_context_t::recurse_func_t' -->
- <parameter type-id='type-id-1523'/>
+ <parameter type-id='type-id-1522'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::SingleSubstFormat1>(const OT::SingleSubstFormat1&) -->
<function-decl name='dispatch<OT::SingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::SingleSubstFormat1&' -->
- <parameter type-id='type-id-1500'/>
+ <parameter type-id='type-id-1499'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::SingleSubstFormat2>(const OT::SingleSubstFormat2&) -->
<function-decl name='dispatch<OT::SingleSubstFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::SingleSubstFormat2&' -->
- <parameter type-id='type-id-1501'/>
+ <parameter type-id='type-id-1500'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::AlternateSubstFormat1>(const OT::AlternateSubstFormat1&) -->
<function-decl name='dispatch<OT::AlternateSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::AlternateSubstFormat1&' -->
- <parameter type-id='type-id-1503'/>
+ <parameter type-id='type-id-1502'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::LigatureSubstFormat1>(const OT::LigatureSubstFormat1&) -->
<function-decl name='dispatch<OT::LigatureSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::LigatureSubstFormat1&' -->
- <parameter type-id='type-id-1505'/>
+ <parameter type-id='type-id-1504'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::MultipleSubstFormat1>(const OT::MultipleSubstFormat1&) -->
<function-decl name='dispatch<OT::MultipleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::MultipleSubstFormat1&' -->
- <parameter type-id='type-id-1502'/>
+ <parameter type-id='type-id-1501'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::ReverseChainSingleSubstFormat1>(const OT::ReverseChainSingleSubstFormat1&) -->
<function-decl name='dispatch<OT::ReverseChainSingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::ReverseChainSingleSubstFormat1&' -->
- <parameter type-id='type-id-1504'/>
+ <parameter type-id='type-id-1503'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::SinglePosFormat1>(const OT::SinglePosFormat1&) -->
<function-decl name='dispatch<OT::SinglePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::SinglePosFormat1&' -->
- <parameter type-id='type-id-1516'/>
+ <parameter type-id='type-id-1515'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::SinglePosFormat2>(const OT::SinglePosFormat2&) -->
<function-decl name='dispatch<OT::SinglePosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::SinglePosFormat2&' -->
- <parameter type-id='type-id-1517'/>
+ <parameter type-id='type-id-1516'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::CursivePosFormat1>(const OT::CursivePosFormat1&) -->
<function-decl name='dispatch<OT::CursivePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::CursivePosFormat1&' -->
- <parameter type-id='type-id-1512'/>
+ <parameter type-id='type-id-1511'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::MarkBasePosFormat1>(const OT::MarkBasePosFormat1&) -->
<function-decl name='dispatch<OT::MarkBasePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::MarkBasePosFormat1&' -->
- <parameter type-id='type-id-1513'/>
+ <parameter type-id='type-id-1512'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::MarkLigPosFormat1>(const OT::MarkLigPosFormat1&) -->
<function-decl name='dispatch<OT::MarkLigPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::MarkLigPosFormat1&' -->
- <parameter type-id='type-id-1514'/>
+ <parameter type-id='type-id-1513'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::MarkMarkPosFormat1>(const OT::MarkMarkPosFormat1&) -->
<function-decl name='dispatch<OT::MarkMarkPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::MarkMarkPosFormat1&' -->
- <parameter type-id='type-id-1515'/>
+ <parameter type-id='type-id-1514'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::PairPosFormat1>(const OT::PairPosFormat1&) -->
<function-decl name='dispatch<OT::PairPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::PairPosFormat1&' -->
- <parameter type-id='type-id-1518'/>
+ <parameter type-id='type-id-1517'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::PairPosFormat2>(const OT::PairPosFormat2&) -->
<function-decl name='dispatch<OT::PairPosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::PairPosFormat2&' -->
- <parameter type-id='type-id-1519'/>
+ <parameter type-id='type-id-1518'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::ContextFormat1>(const OT::ContextFormat1&) -->
<function-decl name='dispatch<OT::ContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat1&' -->
- <parameter type-id='type-id-1506'/>
+ <parameter type-id='type-id-1505'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::ContextFormat2>(const OT::ContextFormat2&) -->
<function-decl name='dispatch<OT::ContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat2&' -->
- <parameter type-id='type-id-1507'/>
+ <parameter type-id='type-id-1506'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::ContextFormat3>(const OT::ContextFormat3&) -->
<function-decl name='dispatch<OT::ContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat3&' -->
- <parameter type-id='type-id-1508'/>
+ <parameter type-id='type-id-1507'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::ChainContextFormat1>(const OT::ChainContextFormat1&) -->
<function-decl name='dispatch<OT::ChainContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat1&' -->
- <parameter type-id='type-id-1509'/>
+ <parameter type-id='type-id-1508'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::ChainContextFormat2>(const OT::ChainContextFormat2&) -->
<function-decl name='dispatch<OT::ChainContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat2&' -->
- <parameter type-id='type-id-1510'/>
+ <parameter type-id='type-id-1509'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::hb_collect_glyphs_context_t::dispatch<OT::ChainContextFormat3>(const OT::ChainContextFormat3&) -->
<function-decl name='dispatch<OT::ChainContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat3&' -->
- <parameter type-id='type-id-1511'/>
+ <parameter type-id='type-id-1510'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::hb_get_coverage_context_t -->
- <class-decl name='hb_get_coverage_context_t' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='236' column='1' id='type-id-997'>
+ <class-decl name='hb_get_coverage_context_t' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='236' column='1' id='type-id-996'>
<member-type access='public'>
<!-- typedef const OT::Coverage& OT::hb_get_coverage_context_t::return_t -->
- <typedef-decl name='return_t' type-id='type-id-838' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='239' column='1' id='type-id-961'/>
+ <typedef-decl name='return_t' type-id='type-id-837' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='239' column='1' id='type-id-960'/>
</member-type>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::hb_get_coverage_context_t::max_debug_depth -->
- <var-decl name='max_debug_depth' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='238' column='1'/>
+ <var-decl name='max_debug_depth' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='238' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int OT::hb_get_coverage_context_t::debug_depth -->
<!-- const char* OT::hb_get_coverage_context_t::get_name() -->
<function-decl name='get_name' mangled-name='_ZN2OT25hb_get_coverage_context_t8get_nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='237' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- const char* -->
<return type-id='type-id-50'/>
</function-decl>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::default_return_value() -->
<function-decl name='default_return_value' mangled-name='_ZN2OT25hb_get_coverage_context_t20default_return_valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='242' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<!-- OT::hb_get_coverage_context_t::hb_get_coverage_context_t() -->
<function-decl name='hb_get_coverage_context_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::SingleSubstFormat1>(const OT::SingleSubstFormat1&) -->
<function-decl name='dispatch<OT::SingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::SingleSubstFormat1&' -->
- <parameter type-id='type-id-1500'/>
+ <parameter type-id='type-id-1499'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::SingleSubstFormat2>(const OT::SingleSubstFormat2&) -->
<function-decl name='dispatch<OT::SingleSubstFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::SingleSubstFormat2&' -->
- <parameter type-id='type-id-1501'/>
+ <parameter type-id='type-id-1500'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::MultipleSubstFormat1>(const OT::MultipleSubstFormat1&) -->
<function-decl name='dispatch<OT::MultipleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::MultipleSubstFormat1&' -->
- <parameter type-id='type-id-1502'/>
+ <parameter type-id='type-id-1501'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::AlternateSubstFormat1>(const OT::AlternateSubstFormat1&) -->
<function-decl name='dispatch<OT::AlternateSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::AlternateSubstFormat1&' -->
- <parameter type-id='type-id-1503'/>
+ <parameter type-id='type-id-1502'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::LigatureSubstFormat1>(const OT::LigatureSubstFormat1&) -->
<function-decl name='dispatch<OT::LigatureSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::LigatureSubstFormat1&' -->
- <parameter type-id='type-id-1505'/>
+ <parameter type-id='type-id-1504'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::ContextFormat1>(const OT::ContextFormat1&) -->
<function-decl name='dispatch<OT::ContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat1&' -->
- <parameter type-id='type-id-1506'/>
+ <parameter type-id='type-id-1505'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::ContextFormat2>(const OT::ContextFormat2&) -->
<function-decl name='dispatch<OT::ContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat2&' -->
- <parameter type-id='type-id-1507'/>
+ <parameter type-id='type-id-1506'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::ContextFormat3>(const OT::ContextFormat3&) -->
<function-decl name='dispatch<OT::ContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat3&' -->
- <parameter type-id='type-id-1508'/>
+ <parameter type-id='type-id-1507'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::ReverseChainSingleSubstFormat1>(const OT::ReverseChainSingleSubstFormat1&) -->
<function-decl name='dispatch<OT::ReverseChainSingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::ReverseChainSingleSubstFormat1&' -->
- <parameter type-id='type-id-1504'/>
+ <parameter type-id='type-id-1503'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::SinglePosFormat1>(const OT::SinglePosFormat1&) -->
<function-decl name='dispatch<OT::SinglePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::SinglePosFormat1&' -->
- <parameter type-id='type-id-1516'/>
+ <parameter type-id='type-id-1515'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::SinglePosFormat2>(const OT::SinglePosFormat2&) -->
<function-decl name='dispatch<OT::SinglePosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::SinglePosFormat2&' -->
- <parameter type-id='type-id-1517'/>
+ <parameter type-id='type-id-1516'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::PairPosFormat1>(const OT::PairPosFormat1&) -->
<function-decl name='dispatch<OT::PairPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::PairPosFormat1&' -->
- <parameter type-id='type-id-1518'/>
+ <parameter type-id='type-id-1517'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::PairPosFormat2>(const OT::PairPosFormat2&) -->
<function-decl name='dispatch<OT::PairPosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::PairPosFormat2&' -->
- <parameter type-id='type-id-1519'/>
+ <parameter type-id='type-id-1518'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::CursivePosFormat1>(const OT::CursivePosFormat1&) -->
<function-decl name='dispatch<OT::CursivePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::CursivePosFormat1&' -->
- <parameter type-id='type-id-1512'/>
+ <parameter type-id='type-id-1511'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::MarkBasePosFormat1>(const OT::MarkBasePosFormat1&) -->
<function-decl name='dispatch<OT::MarkBasePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::MarkBasePosFormat1&' -->
- <parameter type-id='type-id-1513'/>
+ <parameter type-id='type-id-1512'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::MarkLigPosFormat1>(const OT::MarkLigPosFormat1&) -->
<function-decl name='dispatch<OT::MarkLigPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::MarkLigPosFormat1&' -->
- <parameter type-id='type-id-1514'/>
+ <parameter type-id='type-id-1513'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::MarkMarkPosFormat1>(const OT::MarkMarkPosFormat1&) -->
<function-decl name='dispatch<OT::MarkMarkPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::MarkMarkPosFormat1&' -->
- <parameter type-id='type-id-1515'/>
+ <parameter type-id='type-id-1514'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::ChainContextFormat1>(const OT::ChainContextFormat1&) -->
<function-decl name='dispatch<OT::ChainContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat1&' -->
- <parameter type-id='type-id-1509'/>
+ <parameter type-id='type-id-1508'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::ChainContextFormat2>(const OT::ChainContextFormat2&) -->
<function-decl name='dispatch<OT::ChainContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat2&' -->
- <parameter type-id='type-id-1510'/>
+ <parameter type-id='type-id-1509'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::hb_get_coverage_context_t::dispatch<OT::ChainContextFormat3>(const OT::ChainContextFormat3&) -->
<function-decl name='dispatch<OT::ChainContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat3&' -->
- <parameter type-id='type-id-1511'/>
+ <parameter type-id='type-id-1510'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::hb_would_apply_context_t -->
- <class-decl name='hb_would_apply_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='106' column='1' id='type-id-998'>
+ <class-decl name='hb_would_apply_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='106' column='1' id='type-id-997'>
<member-type access='public'>
<!-- typedef bool OT::hb_would_apply_context_t::return_t -->
- <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='109' column='1' id='type-id-946'/>
+ <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='109' column='1' id='type-id-945'/>
</member-type>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::hb_would_apply_context_t::max_debug_depth -->
- <var-decl name='max_debug_depth' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='108' column='1'/>
+ <var-decl name='max_debug_depth' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='108' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_face_t* OT::hb_would_apply_context_t::face -->
- <var-decl name='face' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='115' column='1'/>
+ <var-decl name='face' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='115' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- const hb_codepoint_t* OT::hb_would_apply_context_t::glyphs -->
- <var-decl name='glyphs' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='116' column='1'/>
+ <var-decl name='glyphs' type-id='type-id-85' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='116' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- unsigned int OT::hb_would_apply_context_t::len -->
<!-- const char* OT::hb_would_apply_context_t::get_name() -->
<function-decl name='get_name' mangled-name='_ZN2OT24hb_would_apply_context_t8get_nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='107' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<!-- const char* -->
<return type-id='type-id-50'/>
</function-decl>
<!-- OT::hb_would_apply_context_t::return_t OT::hb_would_apply_context_t::default_return_value() -->
<function-decl name='default_return_value' mangled-name='_ZN2OT24hb_would_apply_context_t20default_return_valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::hb_would_apply_context_t::stop_sublookup_iteration(OT::hb_would_apply_context_t::return_t) -->
<function-decl name='stop_sublookup_iteration' mangled-name='_ZNK2OT24hb_would_apply_context_t24stop_sublookup_iterationEb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='113' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-1527' is-artificial='yes'/>
+ <parameter type-id='type-id-1526' is-artificial='yes'/>
<!-- parameter of type 'typedef OT::hb_would_apply_context_t::return_t' -->
- <parameter type-id='type-id-946'/>
+ <parameter type-id='type-id-945'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_would_apply_context_t::hb_would_apply_context_t(hb_face_t*, const hb_codepoint_t*, unsigned int, bool) -->
<function-decl name='hb_would_apply_context_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-158'/>
<!-- parameter of type 'const hb_codepoint_t*' -->
- <parameter type-id='type-id-86'/>
+ <parameter type-id='type-id-85'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'bool' -->
<!-- OT::hb_would_apply_context_t::return_t OT::hb_would_apply_context_t::dispatch<OT::SingleSubstFormat1>(const OT::SingleSubstFormat1&) -->
<function-decl name='dispatch<OT::SingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<!-- parameter of type 'const OT::SingleSubstFormat1&' -->
- <parameter type-id='type-id-1500'/>
+ <parameter type-id='type-id-1499'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::hb_would_apply_context_t::dispatch<OT::SingleSubstFormat2>(const OT::SingleSubstFormat2&) -->
<function-decl name='dispatch<OT::SingleSubstFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<!-- parameter of type 'const OT::SingleSubstFormat2&' -->
- <parameter type-id='type-id-1501'/>
+ <parameter type-id='type-id-1500'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::hb_would_apply_context_t::dispatch<OT::MultipleSubstFormat1>(const OT::MultipleSubstFormat1&) -->
<function-decl name='dispatch<OT::MultipleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<!-- parameter of type 'const OT::MultipleSubstFormat1&' -->
- <parameter type-id='type-id-1502'/>
+ <parameter type-id='type-id-1501'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::hb_would_apply_context_t::dispatch<OT::AlternateSubstFormat1>(const OT::AlternateSubstFormat1&) -->
<function-decl name='dispatch<OT::AlternateSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<!-- parameter of type 'const OT::AlternateSubstFormat1&' -->
- <parameter type-id='type-id-1503'/>
+ <parameter type-id='type-id-1502'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::hb_would_apply_context_t::dispatch<OT::ReverseChainSingleSubstFormat1>(const OT::ReverseChainSingleSubstFormat1&) -->
<function-decl name='dispatch<OT::ReverseChainSingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<!-- parameter of type 'const OT::ReverseChainSingleSubstFormat1&' -->
- <parameter type-id='type-id-1504'/>
+ <parameter type-id='type-id-1503'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::hb_would_apply_context_t::dispatch<OT::LigatureSubstFormat1>(const OT::LigatureSubstFormat1&) -->
<function-decl name='dispatch<OT::LigatureSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<!-- parameter of type 'const OT::LigatureSubstFormat1&' -->
- <parameter type-id='type-id-1505'/>
+ <parameter type-id='type-id-1504'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::hb_would_apply_context_t::dispatch<OT::ContextFormat1>(const OT::ContextFormat1&) -->
<function-decl name='dispatch<OT::ContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat1&' -->
- <parameter type-id='type-id-1506'/>
+ <parameter type-id='type-id-1505'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::hb_would_apply_context_t::dispatch<OT::ContextFormat2>(const OT::ContextFormat2&) -->
<function-decl name='dispatch<OT::ContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat2&' -->
- <parameter type-id='type-id-1507'/>
+ <parameter type-id='type-id-1506'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::hb_would_apply_context_t::dispatch<OT::ContextFormat3>(const OT::ContextFormat3&) -->
<function-decl name='dispatch<OT::ContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<!-- parameter of type 'const OT::ContextFormat3&' -->
- <parameter type-id='type-id-1508'/>
+ <parameter type-id='type-id-1507'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::hb_would_apply_context_t::dispatch<OT::ChainContextFormat1>(const OT::ChainContextFormat1&) -->
<function-decl name='dispatch<OT::ChainContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat1&' -->
- <parameter type-id='type-id-1509'/>
+ <parameter type-id='type-id-1508'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::hb_would_apply_context_t::dispatch<OT::ChainContextFormat2>(const OT::ChainContextFormat2&) -->
<function-decl name='dispatch<OT::ChainContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat2&' -->
- <parameter type-id='type-id-1510'/>
+ <parameter type-id='type-id-1509'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_would_apply_context_t::return_t OT::hb_would_apply_context_t::dispatch<OT::ChainContextFormat3>(const OT::ChainContextFormat3&) -->
<function-decl name='dispatch<OT::ChainContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<!-- parameter of type 'const OT::ChainContextFormat3&' -->
- <parameter type-id='type-id-1511'/>
+ <parameter type-id='type-id-1510'/>
<!-- typedef OT::hb_would_apply_context_t::return_t -->
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<!-- struct hb_set_t -->
- <class-decl name='hb_set_t' size-in-bits='66496' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='147' column='1' id='type-id-1044'>
+ <class-decl name='hb_set_t' size-in-bits='66496' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='147' column='1' id='type-id-1043'>
<member-type access='public'>
<!-- typedef uint32_t hb_set_t::elt_t -->
- <typedef-decl name='elt_t' type-id='type-id-107' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='320' column='1' id='type-id-1528'/>
+ <typedef-decl name='elt_t' type-id='type-id-106' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='320' column='1' id='type-id-1527'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_object_header_t hb_set_t::header -->
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_set_t::MAX_G -->
- <var-decl name='MAX_G' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='321' column='1'/>
+ <var-decl name='MAX_G' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='321' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_set_t::SHIFT -->
- <var-decl name='SHIFT' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='322' column='1'/>
+ <var-decl name='SHIFT' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='322' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_set_t::BITS -->
- <var-decl name='BITS' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='323' column='1'/>
+ <var-decl name='BITS' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='323' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_set_t::MASK -->
- <var-decl name='MASK' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='324' column='1'/>
+ <var-decl name='MASK' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='324' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_set_t::ELTS -->
- <var-decl name='ELTS' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='325' column='1'/>
+ <var-decl name='ELTS' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='325' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const hb_codepoint_t hb_set_t::INVALID -->
- <var-decl name='INVALID' type-id='type-id-155' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='326' column='1'/>
+ <var-decl name='INVALID' type-id='type-id-154' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='326' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='928'>
<!-- hb_set_t::elt_t hb_set_t::elts[2048] -->
- <var-decl name='elts' type-id='type-id-1529' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='332' column='1'/>
+ <var-decl name='elts' type-id='type-id-1528' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='332' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_set_t::_static_assertion_on_line_149() -->
<function-decl name='_static_assertion_on_line_149' mangled-name='_ZNK8hb_set_t29_static_assertion_on_line_149Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_t::init() -->
<function-decl name='init' mangled-name='_ZN8hb_set_t4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_t::fini() -->
<function-decl name='fini' mangled-name='_ZN8hb_set_t4finiEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='156' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_t::clear() -->
<function-decl name='clear' mangled-name='_ZN8hb_set_t5clearEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='158' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool hb_set_t::is_empty() -->
<function-decl name='is_empty' mangled-name='_ZNK8hb_set_t8is_emptyEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void hb_set_t::add(hb_codepoint_t) -->
<function-decl name='add' mangled-name='_ZN8hb_set_t3addEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_t::add_range(hb_codepoint_t, hb_codepoint_t) -->
<function-decl name='add_range' mangled-name='_ZN8hb_set_t9add_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='177' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_t::del(hb_codepoint_t) -->
<function-decl name='del' mangled-name='_ZN8hb_set_t3delEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='184' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_t::del_range(hb_codepoint_t, hb_codepoint_t) -->
<function-decl name='del_range' mangled-name='_ZN8hb_set_t9del_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='190' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool hb_set_t::has(hb_codepoint_t) -->
<function-decl name='has' mangled-name='_ZNK8hb_set_t3hasEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool hb_set_t::intersects(hb_codepoint_t, hb_codepoint_t) -->
<function-decl name='intersects' mangled-name='_ZNK8hb_set_t10intersectsEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool hb_set_t::is_equal(const hb_set_t*) -->
<function-decl name='is_equal' mangled-name='_ZNK8hb_set_t8is_equalEPKS_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='213' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void hb_set_t::set(const hb_set_t*) -->
<function-decl name='set' mangled-name='_ZN8hb_set_t3setEPKS_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='220' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_t::union_(const hb_set_t*) -->
<function-decl name='union_' mangled-name='_ZN8hb_set_t6union_EPKS_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='226' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_t::intersect(const hb_set_t*) -->
<function-decl name='intersect' mangled-name='_ZN8hb_set_t9intersectEPKS_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='232' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_t::subtract(const hb_set_t*) -->
<function-decl name='subtract' mangled-name='_ZN8hb_set_t8subtractEPKS_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_t::symmetric_difference(const hb_set_t*) -->
<function-decl name='symmetric_difference' mangled-name='_ZN8hb_set_t20symmetric_differenceEPKS_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_t::invert() -->
<function-decl name='invert' mangled-name='_ZN8hb_set_t6invertEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool hb_set_t::next(hb_codepoint_t*) -->
<function-decl name='next' mangled-name='_ZNK8hb_set_t4nextEPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool hb_set_t::next_range(hb_codepoint_t*, hb_codepoint_t*) -->
<function-decl name='next_range' mangled-name='_ZNK8hb_set_t10next_rangeEPjS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='276' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- unsigned int hb_set_t::get_population() -->
<function-decl name='get_population' mangled-name='_ZNK8hb_set_t14get_populationEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='294' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- hb_codepoint_t hb_set_t::get_min() -->
<function-decl name='get_min' mangled-name='_ZNK8hb_set_t7get_minEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='301' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<!-- typedef hb_codepoint_t -->
- <return type-id='type-id-69'/>
+ <return type-id='type-id-68'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_codepoint_t hb_set_t::get_max() -->
<function-decl name='get_max' mangled-name='_ZNK8hb_set_t7get_maxEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='310' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<!-- typedef hb_codepoint_t -->
- <return type-id='type-id-69'/>
+ <return type-id='type-id-68'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_set_t::elt_t& hb_set_t::elt(hb_codepoint_t) -->
<function-decl name='elt' mangled-name='_ZN8hb_set_t3eltEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='328' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- hb_set_t::elt_t& -->
- <return type-id='type-id-1530'/>
+ <return type-id='type-id-1529'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_set_t::elt_t hb_set_t::elt(hb_codepoint_t) -->
<function-decl name='elt' mangled-name='_ZNK8hb_set_t3eltEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='329' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_set_t::elt_t -->
- <return type-id='type-id-1528'/>
+ <return type-id='type-id-1527'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_set_t::elt_t hb_set_t::mask(hb_codepoint_t) -->
<function-decl name='mask' mangled-name='_ZNK8hb_set_t4maskEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='330' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_set_t::elt_t -->
- <return type-id='type-id-1528'/>
+ <return type-id='type-id-1527'/>
</function-decl>
</member-function>
</class-decl>
<namespace-decl name='OT'>
<!-- typedef OT::SHORT OT::FWORD -->
- <typedef-decl name='FWORD' type-id='type-id-501' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='639' column='1' id='type-id-1285'/>
+ <typedef-decl name='FWORD' type-id='type-id-500' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='639' column='1' id='type-id-1284'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- typedef OT::USHORT OT::UFWORD -->
- <typedef-decl name='UFWORD' type-id='type-id-444' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='642' column='1' id='type-id-1286'/>
+ <typedef-decl name='UFWORD' type-id='type-id-443' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='642' column='1' id='type-id-1285'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- typedef OT::IntType<unsigned int, 3u> OT::UINT24 -->
- <typedef-decl name='UINT24' type-id='type-id-1297' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='636' column='1' id='type-id-1283'/>
+ <typedef-decl name='UINT24' type-id='type-id-1296' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='636' column='1' id='type-id-1282'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- typedef Value[1] OT::ValueRecord -->
- <typedef-decl name='ValueRecord' type-id='type-id-1531' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='47' column='1' id='type-id-1262'/>
+ <typedef-decl name='ValueRecord' type-id='type-id-1530' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='47' column='1' id='type-id-1261'/>
</namespace-decl>
<!-- typedef hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > > hb_set_digest_t -->
- <typedef-decl name='hb_set_digest_t' type-id='type-id-1532' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='135' column='1' id='type-id-1043'/>
+ <typedef-decl name='hb_set_digest_t' type-id='type-id-1531' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='135' column='1' id='type-id-1042'/>
<!-- typedef const _hb_void_t& hb_void_t -->
- <typedef-decl name='hb_void_t' type-id='type-id-1533' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='259' column='1' id='type-id-1291'/>
+ <typedef-decl name='hb_void_t' type-id='type-id-1532' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='259' column='1' id='type-id-1290'/>
<!-- OT::AlternateSubstFormat1* -->
- <pointer-type-def type-id='type-id-1046' size-in-bits='64' id='type-id-1351'/>
+ <pointer-type-def type-id='type-id-1045' size-in-bits='64' id='type-id-1350'/>
<!-- OT::Anchor* -->
- <pointer-type-def type-id='type-id-962' size-in-bits='64' id='type-id-1354'/>
+ <pointer-type-def type-id='type-id-961' size-in-bits='64' id='type-id-1353'/>
<!-- OT::AttachList* -->
- <pointer-type-def type-id='type-id-963' size-in-bits='64' id='type-id-1356'/>
+ <pointer-type-def type-id='type-id-962' size-in-bits='64' id='type-id-1355'/>
<!-- OT::CaretValue* -->
- <pointer-type-def type-id='type-id-964' size-in-bits='64' id='type-id-1359'/>
+ <pointer-type-def type-id='type-id-963' size-in-bits='64' id='type-id-1358'/>
<!-- OT::ChainContext* -->
- <pointer-type-def type-id='type-id-1222' size-in-bits='64' id='type-id-1364'/>
+ <pointer-type-def type-id='type-id-1221' size-in-bits='64' id='type-id-1363'/>
<!-- OT::ChainContextApplyLookupContext& -->
- <reference-type-def kind='lvalue' type-id='type-id-1534' size-in-bits='64' id='type-id-1369'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1533' size-in-bits='64' id='type-id-1368'/>
<!-- OT::ChainContextClosureLookupContext& -->
- <reference-type-def kind='lvalue' type-id='type-id-1535' size-in-bits='64' id='type-id-1367'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1534' size-in-bits='64' id='type-id-1366'/>
<!-- OT::ChainContextCollectGlyphsLookupContext& -->
- <reference-type-def kind='lvalue' type-id='type-id-1536' size-in-bits='64' id='type-id-1368'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1535' size-in-bits='64' id='type-id-1367'/>
<!-- OT::ChainRule* -->
- <pointer-type-def type-id='type-id-965' size-in-bits='64' id='type-id-1370'/>
+ <pointer-type-def type-id='type-id-964' size-in-bits='64' id='type-id-1369'/>
<!-- OT::ChainRuleSet* -->
- <pointer-type-def type-id='type-id-966' size-in-bits='64' id='type-id-1373'/>
+ <pointer-type-def type-id='type-id-965' size-in-bits='64' id='type-id-1372'/>
<!-- OT::ClassDef* -->
- <pointer-type-def type-id='type-id-967' size-in-bits='64' id='type-id-1377'/>
+ <pointer-type-def type-id='type-id-966' size-in-bits='64' id='type-id-1376'/>
<!-- OT::CmapSubtable* -->
- <pointer-type-def type-id='type-id-968' size-in-bits='64' id='type-id-1383'/>
+ <pointer-type-def type-id='type-id-967' size-in-bits='64' id='type-id-1382'/>
<!-- OT::Context* -->
- <pointer-type-def type-id='type-id-1236' size-in-bits='64' id='type-id-1387'/>
+ <pointer-type-def type-id='type-id-1235' size-in-bits='64' id='type-id-1386'/>
<!-- OT::ContextApplyLookupContext& -->
- <reference-type-def kind='lvalue' type-id='type-id-1537' size-in-bits='64' id='type-id-1452'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1536' size-in-bits='64' id='type-id-1451'/>
<!-- OT::ContextClosureLookupContext& -->
- <reference-type-def kind='lvalue' type-id='type-id-1538' size-in-bits='64' id='type-id-1450'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1537' size-in-bits='64' id='type-id-1449'/>
<!-- OT::ContextCollectGlyphsLookupContext& -->
- <reference-type-def kind='lvalue' type-id='type-id-1539' size-in-bits='64' id='type-id-1451'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1538' size-in-bits='64' id='type-id-1450'/>
<!-- OT::Extension<OT::ExtensionSubst>* -->
- <pointer-type-def type-id='type-id-1240' size-in-bits='64' id='type-id-1391'/>
+ <pointer-type-def type-id='type-id-1239' size-in-bits='64' id='type-id-1390'/>
<!-- OT::FeatureParams* -->
- <pointer-type-def type-id='type-id-969' size-in-bits='64' id='type-id-1393'/>
+ <pointer-type-def type-id='type-id-968' size-in-bits='64' id='type-id-1392'/>
<!-- OT::LigCaretList* -->
- <pointer-type-def type-id='type-id-970' size-in-bits='64' id='type-id-1399'/>
+ <pointer-type-def type-id='type-id-969' size-in-bits='64' id='type-id-1398'/>
<!-- OT::LigGlyph* -->
- <pointer-type-def type-id='type-id-971' size-in-bits='64' id='type-id-1402'/>
+ <pointer-type-def type-id='type-id-970' size-in-bits='64' id='type-id-1401'/>
<!-- OT::MarkArray* -->
- <pointer-type-def type-id='type-id-972' size-in-bits='64' id='type-id-1404'/>
+ <pointer-type-def type-id='type-id-971' size-in-bits='64' id='type-id-1403'/>
<!-- OT::MarkGlyphSets* -->
- <pointer-type-def type-id='type-id-973' size-in-bits='64' id='type-id-1408'/>
+ <pointer-type-def type-id='type-id-972' size-in-bits='64' id='type-id-1407'/>
<!-- OT::MultipleSubstFormat1* -->
- <pointer-type-def type-id='type-id-1256' size-in-bits='64' id='type-id-1411'/>
+ <pointer-type-def type-id='type-id-1255' size-in-bits='64' id='type-id-1410'/>
<!-- OT::OffsetListOf<OT::AnchorMatrix>* -->
- <pointer-type-def type-id='type-id-974' size-in-bits='64' id='type-id-1414'/>
+ <pointer-type-def type-id='type-id-973' size-in-bits='64' id='type-id-1413'/>
<!-- OT::OffsetListOf<OT::Lookup>* -->
- <pointer-type-def type-id='type-id-975' size-in-bits='64' id='type-id-1417'/>
+ <pointer-type-def type-id='type-id-974' size-in-bits='64' id='type-id-1416'/>
<!-- OT::OffsetListOf<OT::PosLookup>* -->
- <pointer-type-def type-id='type-id-976' size-in-bits='64' id='type-id-1420'/>
+ <pointer-type-def type-id='type-id-975' size-in-bits='64' id='type-id-1419'/>
<!-- OT::OffsetListOf<OT::SubstLookup>* -->
- <pointer-type-def type-id='type-id-977' size-in-bits='64' id='type-id-1423'/>
+ <pointer-type-def type-id='type-id-976' size-in-bits='64' id='type-id-1422'/>
<!-- OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-596' size-in-bits='64' id='type-id-1478'/>
+ <reference-type-def kind='lvalue' type-id='type-id-595' size-in-bits='64' id='type-id-1477'/>
<!-- OT::PosLookup* -->
- <pointer-type-def type-id='type-id-979' size-in-bits='64' id='type-id-1425'/>
+ <pointer-type-def type-id='type-id-978' size-in-bits='64' id='type-id-1424'/>
<!-- OT::PosLookupSubTable* -->
- <pointer-type-def type-id='type-id-980' size-in-bits='64' id='type-id-1438'/>
+ <pointer-type-def type-id='type-id-979' size-in-bits='64' id='type-id-1437'/>
<!-- OT::RecordListOf<OT::Feature>* -->
- <pointer-type-def type-id='type-id-981' size-in-bits='64' id='type-id-1442'/>
+ <pointer-type-def type-id='type-id-980' size-in-bits='64' id='type-id-1441'/>
<!-- OT::RecordListOf<OT::Script>* -->
- <pointer-type-def type-id='type-id-982' size-in-bits='64' id='type-id-1445'/>
+ <pointer-type-def type-id='type-id-981' size-in-bits='64' id='type-id-1444'/>
<!-- OT::ReverseChainSingleSubstFormat1* -->
- <pointer-type-def type-id='type-id-1275' size-in-bits='64' id='type-id-1448'/>
+ <pointer-type-def type-id='type-id-1274' size-in-bits='64' id='type-id-1447'/>
<!-- OT::Rule* -->
- <pointer-type-def type-id='type-id-983' size-in-bits='64' id='type-id-1453'/>
+ <pointer-type-def type-id='type-id-982' size-in-bits='64' id='type-id-1452'/>
<!-- OT::RuleSet* -->
- <pointer-type-def type-id='type-id-984' size-in-bits='64' id='type-id-1456'/>
+ <pointer-type-def type-id='type-id-983' size-in-bits='64' id='type-id-1455'/>
<!-- OT::Script* -->
- <pointer-type-def type-id='type-id-985' size-in-bits='64' id='type-id-1461'/>
+ <pointer-type-def type-id='type-id-984' size-in-bits='64' id='type-id-1460'/>
<!-- OT::Sequence* -->
- <pointer-type-def type-id='type-id-986' size-in-bits='64' id='type-id-1463'/>
+ <pointer-type-def type-id='type-id-985' size-in-bits='64' id='type-id-1462'/>
<!-- OT::Supplier<OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-989' size-in-bits='64' id='type-id-1468'/>
+ <pointer-type-def type-id='type-id-988' size-in-bits='64' id='type-id-1467'/>
<!-- OT::Supplier<unsigned int>* -->
- <pointer-type-def type-id='type-id-993' size-in-bits='64' id='type-id-1472'/>
+ <pointer-type-def type-id='type-id-992' size-in-bits='64' id='type-id-1471'/>
<!-- OT::Value* -->
- <pointer-type-def type-id='type-id-1540' size-in-bits='64' id='type-id-1477'/>
+ <pointer-type-def type-id='type-id-1539' size-in-bits='64' id='type-id-1476'/>
<!-- OT::hb_apply_context_t::matcher_t* -->
- <pointer-type-def type-id='type-id-1481' size-in-bits='64' id='type-id-1486'/>
+ <pointer-type-def type-id='type-id-1480' size-in-bits='64' id='type-id-1485'/>
<!-- OT::hb_apply_context_t::skipping_backward_iterator_t* -->
- <pointer-type-def type-id='type-id-1493' size-in-bits='64' id='type-id-1494'/>
+ <pointer-type-def type-id='type-id-1492' size-in-bits='64' id='type-id-1493'/>
<!-- OT::hb_apply_context_t::skipping_forward_iterator_t* -->
- <pointer-type-def type-id='type-id-1490' size-in-bits='64' id='type-id-1491'/>
+ <pointer-type-def type-id='type-id-1489' size-in-bits='64' id='type-id-1490'/>
<!-- Value[1] -->
- <array-type-def dimensions='1' type-id='type-id-1540' size-in-bits='16' id='type-id-1531'>
+ <array-type-def dimensions='1' type-id='type-id-1539' size-in-bits='16' id='type-id-1530'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- bool (typedef hb_codepoint_t, const OT::USHORT&, void*)* -->
- <pointer-type-def type-id='type-id-1541' size-in-bits='64' id='type-id-1485'/>
+ <pointer-type-def type-id='type-id-1540' size-in-bits='64' id='type-id-1484'/>
<!-- const OT::AlternateSubst -->
- <qualified-type-def type-id='type-id-953' const='yes' id='type-id-1333'/>
+ <qualified-type-def type-id='type-id-952' const='yes' id='type-id-1332'/>
<!-- const OT::AlternateSubstFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-1542' size-in-bits='64' id='type-id-1503'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1541' size-in-bits='64' id='type-id-1502'/>
<!-- const OT::AlternateSubstFormat1* -->
- <pointer-type-def type-id='type-id-1542' size-in-bits='64' id='type-id-1350'/>
+ <pointer-type-def type-id='type-id-1541' size-in-bits='64' id='type-id-1349'/>
<!-- const OT::Anchor* -->
- <pointer-type-def type-id='type-id-999' size-in-bits='64' id='type-id-1353'/>
+ <pointer-type-def type-id='type-id-998' size-in-bits='64' id='type-id-1352'/>
<!-- const OT::AttachList* -->
- <pointer-type-def type-id='type-id-1000' size-in-bits='64' id='type-id-1355'/>
+ <pointer-type-def type-id='type-id-999' size-in-bits='64' id='type-id-1354'/>
<!-- const OT::CaretValue* -->
- <pointer-type-def type-id='type-id-1001' size-in-bits='64' id='type-id-1358'/>
+ <pointer-type-def type-id='type-id-1000' size-in-bits='64' id='type-id-1357'/>
<!-- const OT::ChainContext* -->
- <pointer-type-def type-id='type-id-1543' size-in-bits='64' id='type-id-1365'/>
+ <pointer-type-def type-id='type-id-1542' size-in-bits='64' id='type-id-1364'/>
<!-- const OT::ChainContextFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-1544' size-in-bits='64' id='type-id-1509'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1543' size-in-bits='64' id='type-id-1508'/>
<!-- const OT::ChainContextFormat2& -->
- <reference-type-def kind='lvalue' type-id='type-id-1545' size-in-bits='64' id='type-id-1510'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1544' size-in-bits='64' id='type-id-1509'/>
<!-- const OT::ChainContextFormat3& -->
- <reference-type-def kind='lvalue' type-id='type-id-1546' size-in-bits='64' id='type-id-1511'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1545' size-in-bits='64' id='type-id-1510'/>
<!-- const OT::ChainRule* -->
- <pointer-type-def type-id='type-id-1002' size-in-bits='64' id='type-id-1366'/>
+ <pointer-type-def type-id='type-id-1001' size-in-bits='64' id='type-id-1365'/>
<!-- const OT::ChainRuleSet* -->
- <pointer-type-def type-id='type-id-1003' size-in-bits='64' id='type-id-1372'/>
+ <pointer-type-def type-id='type-id-1002' size-in-bits='64' id='type-id-1371'/>
<!-- const OT::ClassDef* -->
- <pointer-type-def type-id='type-id-1004' size-in-bits='64' id='type-id-1376'/>
+ <pointer-type-def type-id='type-id-1003' size-in-bits='64' id='type-id-1375'/>
<!-- const OT::CmapSubtableLongGroup -->
- <qualified-type-def type-id='type-id-1294' const='yes' id='type-id-1334'/>
+ <qualified-type-def type-id='type-id-1293' const='yes' id='type-id-1333'/>
<!-- const OT::Context* -->
- <pointer-type-def type-id='type-id-1547' size-in-bits='64' id='type-id-1388'/>
+ <pointer-type-def type-id='type-id-1546' size-in-bits='64' id='type-id-1387'/>
<!-- const OT::ContextFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-1548' size-in-bits='64' id='type-id-1506'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1547' size-in-bits='64' id='type-id-1505'/>
<!-- const OT::ContextFormat2& -->
- <reference-type-def kind='lvalue' type-id='type-id-1549' size-in-bits='64' id='type-id-1507'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1548' size-in-bits='64' id='type-id-1506'/>
<!-- const OT::ContextFormat3& -->
- <reference-type-def kind='lvalue' type-id='type-id-681' size-in-bits='64' id='type-id-1508'/>
+ <reference-type-def kind='lvalue' type-id='type-id-680' size-in-bits='64' id='type-id-1507'/>
<!-- const OT::CursivePosFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-1550' size-in-bits='64' id='type-id-1512'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1549' size-in-bits='64' id='type-id-1511'/>
<!-- const OT::EntryExitRecord -->
- <qualified-type-def type-id='type-id-1295' const='yes' id='type-id-1335'/>
+ <qualified-type-def type-id='type-id-1294' const='yes' id='type-id-1334'/>
<!-- const OT::Extension<OT::ExtensionSubst>* -->
- <pointer-type-def type-id='type-id-1551' size-in-bits='64' id='type-id-1390'/>
+ <pointer-type-def type-id='type-id-1550' size-in-bits='64' id='type-id-1389'/>
<!-- const OT::ExtensionSubst -->
- <qualified-type-def type-id='type-id-957' const='yes' id='type-id-1336'/>
+ <qualified-type-def type-id='type-id-956' const='yes' id='type-id-1335'/>
<!-- const OT::FeatureParams* -->
- <pointer-type-def type-id='type-id-1009' size-in-bits='64' id='type-id-1394'/>
+ <pointer-type-def type-id='type-id-1008' size-in-bits='64' id='type-id-1393'/>
<!-- const OT::FeatureParamsSize& -->
- <reference-type-def kind='lvalue' type-id='type-id-687' size-in-bits='64' id='type-id-1395'/>
+ <reference-type-def kind='lvalue' type-id='type-id-686' size-in-bits='64' id='type-id-1394'/>
<!-- const OT::GDEF& -->
- <qualified-type-def type-id='type-id-1552' id='type-id-1498'/>
+ <qualified-type-def type-id='type-id-1551' id='type-id-1497'/>
<!-- const OT::Index -->
- <qualified-type-def type-id='type-id-1296' const='yes' id='type-id-1337'/>
+ <qualified-type-def type-id='type-id-1295' const='yes' id='type-id-1336'/>
<!-- const OT::IndexArray* -->
- <pointer-type-def type-id='type-id-1553' size-in-bits='64' id='type-id-1396'/>
+ <pointer-type-def type-id='type-id-1552' size-in-bits='64' id='type-id-1395'/>
<!-- const OT::IntType<unsigned int, 3u> -->
- <qualified-type-def type-id='type-id-1297' const='yes' id='type-id-1338'/>
+ <qualified-type-def type-id='type-id-1296' const='yes' id='type-id-1337'/>
<!-- const OT::LigCaretList* -->
- <pointer-type-def type-id='type-id-1010' size-in-bits='64' id='type-id-1398'/>
+ <pointer-type-def type-id='type-id-1009' size-in-bits='64' id='type-id-1397'/>
<!-- const OT::LigGlyph* -->
- <pointer-type-def type-id='type-id-1011' size-in-bits='64' id='type-id-1401'/>
+ <pointer-type-def type-id='type-id-1010' size-in-bits='64' id='type-id-1400'/>
<!-- const OT::LigatureSubst -->
- <qualified-type-def type-id='type-id-954' const='yes' id='type-id-1339'/>
+ <qualified-type-def type-id='type-id-953' const='yes' id='type-id-1338'/>
<!-- const OT::LigatureSubstFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-1014' size-in-bits='64' id='type-id-1505'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1013' size-in-bits='64' id='type-id-1504'/>
<!-- const OT::LookupRecord -->
- <qualified-type-def type-id='type-id-1298' const='yes' id='type-id-1340'/>
+ <qualified-type-def type-id='type-id-1297' const='yes' id='type-id-1339'/>
<!-- const OT::MarkArray* -->
- <pointer-type-def type-id='type-id-1015' size-in-bits='64' id='type-id-1403'/>
+ <pointer-type-def type-id='type-id-1014' size-in-bits='64' id='type-id-1402'/>
<!-- const OT::MarkBasePosFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-692' size-in-bits='64' id='type-id-1513'/>
+ <reference-type-def kind='lvalue' type-id='type-id-691' size-in-bits='64' id='type-id-1512'/>
<!-- const OT::MarkGlyphSets* -->
- <pointer-type-def type-id='type-id-1016' size-in-bits='64' id='type-id-1407'/>
+ <pointer-type-def type-id='type-id-1015' size-in-bits='64' id='type-id-1406'/>
<!-- const OT::MarkLigPosFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-693' size-in-bits='64' id='type-id-1514'/>
+ <reference-type-def kind='lvalue' type-id='type-id-692' size-in-bits='64' id='type-id-1513'/>
<!-- const OT::MarkMarkPosFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-694' size-in-bits='64' id='type-id-1515'/>
+ <reference-type-def kind='lvalue' type-id='type-id-693' size-in-bits='64' id='type-id-1514'/>
<!-- const OT::MultipleSubst -->
- <qualified-type-def type-id='type-id-952' const='yes' id='type-id-1341'/>
+ <qualified-type-def type-id='type-id-951' const='yes' id='type-id-1340'/>
<!-- const OT::MultipleSubstFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-1554' size-in-bits='64' id='type-id-1502'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1553' size-in-bits='64' id='type-id-1501'/>
<!-- const OT::MultipleSubstFormat1* -->
- <pointer-type-def type-id='type-id-1554' size-in-bits='64' id='type-id-1410'/>
+ <pointer-type-def type-id='type-id-1553' size-in-bits='64' id='type-id-1409'/>
<!-- const OT::OffsetListOf<OT::AnchorMatrix>* -->
- <pointer-type-def type-id='type-id-1018' size-in-bits='64' id='type-id-1413'/>
+ <pointer-type-def type-id='type-id-1017' size-in-bits='64' id='type-id-1412'/>
<!-- const OT::OffsetListOf<OT::Lookup>* -->
- <pointer-type-def type-id='type-id-1019' size-in-bits='64' id='type-id-1416'/>
+ <pointer-type-def type-id='type-id-1018' size-in-bits='64' id='type-id-1415'/>
<!-- const OT::OffsetListOf<OT::PosLookup>* -->
- <pointer-type-def type-id='type-id-1020' size-in-bits='64' id='type-id-1419'/>
+ <pointer-type-def type-id='type-id-1019' size-in-bits='64' id='type-id-1418'/>
<!-- const OT::OffsetListOf<OT::SubstLookup>* -->
- <pointer-type-def type-id='type-id-1021' size-in-bits='64' id='type-id-1422'/>
+ <pointer-type-def type-id='type-id-1020' size-in-bits='64' id='type-id-1421'/>
<!-- const OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-707' size-in-bits='64' id='type-id-1479'/>
+ <reference-type-def kind='lvalue' type-id='type-id-706' size-in-bits='64' id='type-id-1478'/>
<!-- const OT::PairPosFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-735' size-in-bits='64' id='type-id-1518'/>
+ <reference-type-def kind='lvalue' type-id='type-id-734' size-in-bits='64' id='type-id-1517'/>
<!-- const OT::PairPosFormat2& -->
- <reference-type-def kind='lvalue' type-id='type-id-736' size-in-bits='64' id='type-id-1519'/>
+ <reference-type-def kind='lvalue' type-id='type-id-735' size-in-bits='64' id='type-id-1518'/>
<!-- const OT::PairSet::sanitize_closure_t -->
- <qualified-type-def type-id='type-id-978' const='yes' id='type-id-1342'/>
+ <qualified-type-def type-id='type-id-977' const='yes' id='type-id-1341'/>
<!-- const OT::PosLookup* -->
- <pointer-type-def type-id='type-id-1022' size-in-bits='64' id='type-id-1424'/>
+ <pointer-type-def type-id='type-id-1021' size-in-bits='64' id='type-id-1423'/>
<!-- const OT::PosLookupSubTable* -->
- <pointer-type-def type-id='type-id-1023' size-in-bits='64' id='type-id-1439'/>
+ <pointer-type-def type-id='type-id-1022' size-in-bits='64' id='type-id-1438'/>
<!-- const OT::RangeRecord -->
- <qualified-type-def type-id='type-id-1299' const='yes' id='type-id-1343'/>
+ <qualified-type-def type-id='type-id-1298' const='yes' id='type-id-1342'/>
<!-- const OT::RecordListOf<OT::Feature>* -->
- <pointer-type-def type-id='type-id-1027' size-in-bits='64' id='type-id-1441'/>
+ <pointer-type-def type-id='type-id-1026' size-in-bits='64' id='type-id-1440'/>
<!-- const OT::RecordListOf<OT::Script>* -->
- <pointer-type-def type-id='type-id-1028' size-in-bits='64' id='type-id-1444'/>
+ <pointer-type-def type-id='type-id-1027' size-in-bits='64' id='type-id-1443'/>
<!-- const OT::ReverseChainSingleSubst -->
- <qualified-type-def type-id='type-id-958' const='yes' id='type-id-1344'/>
+ <qualified-type-def type-id='type-id-957' const='yes' id='type-id-1343'/>
<!-- const OT::ReverseChainSingleSubstFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-1555' size-in-bits='64' id='type-id-1504'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1554' size-in-bits='64' id='type-id-1503'/>
<!-- const OT::ReverseChainSingleSubstFormat1* -->
- <pointer-type-def type-id='type-id-1555' size-in-bits='64' id='type-id-1447'/>
+ <pointer-type-def type-id='type-id-1554' size-in-bits='64' id='type-id-1446'/>
<!-- const OT::Rule* -->
- <pointer-type-def type-id='type-id-1029' size-in-bits='64' id='type-id-1449'/>
+ <pointer-type-def type-id='type-id-1028' size-in-bits='64' id='type-id-1448'/>
<!-- const OT::RuleSet* -->
- <pointer-type-def type-id='type-id-1030' size-in-bits='64' id='type-id-1455'/>
+ <pointer-type-def type-id='type-id-1029' size-in-bits='64' id='type-id-1454'/>
<!-- const OT::SHORT& -->
- <reference-type-def kind='lvalue' type-id='type-id-1556' size-in-bits='64' id='type-id-1480'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1555' size-in-bits='64' id='type-id-1479'/>
<!-- const OT::Script* -->
- <pointer-type-def type-id='type-id-1031' size-in-bits='64' id='type-id-1458'/>
+ <pointer-type-def type-id='type-id-1030' size-in-bits='64' id='type-id-1457'/>
<!-- const OT::Sequence* -->
- <pointer-type-def type-id='type-id-1032' size-in-bits='64' id='type-id-1462'/>
+ <pointer-type-def type-id='type-id-1031' size-in-bits='64' id='type-id-1461'/>
<!-- const OT::SinglePosFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-741' size-in-bits='64' id='type-id-1516'/>
+ <reference-type-def kind='lvalue' type-id='type-id-740' size-in-bits='64' id='type-id-1515'/>
<!-- const OT::SinglePosFormat2& -->
- <reference-type-def kind='lvalue' type-id='type-id-742' size-in-bits='64' id='type-id-1517'/>
+ <reference-type-def kind='lvalue' type-id='type-id-741' size-in-bits='64' id='type-id-1516'/>
<!-- const OT::SingleSubst -->
- <qualified-type-def type-id='type-id-951' const='yes' id='type-id-1345'/>
+ <qualified-type-def type-id='type-id-950' const='yes' id='type-id-1344'/>
<!-- const OT::SingleSubstFormat1& -->
- <reference-type-def kind='lvalue' type-id='type-id-1033' size-in-bits='64' id='type-id-1500'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1032' size-in-bits='64' id='type-id-1499'/>
<!-- const OT::SingleSubstFormat2& -->
- <reference-type-def kind='lvalue' type-id='type-id-1034' size-in-bits='64' id='type-id-1501'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1033' size-in-bits='64' id='type-id-1500'/>
<!-- const OT::SortedArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-1557' size-in-bits='64' id='type-id-1464'/>
+ <pointer-type-def type-id='type-id-1556' size-in-bits='64' id='type-id-1463'/>
<!-- const OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-1037' size-in-bits='64' id='type-id-1465'/>
+ <pointer-type-def type-id='type-id-1036' size-in-bits='64' id='type-id-1464'/>
<!-- const OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-1038' size-in-bits='64' id='type-id-1466'/>
+ <pointer-type-def type-id='type-id-1037' size-in-bits='64' id='type-id-1465'/>
<!-- const OT::SortedArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >* -->
- <pointer-type-def type-id='type-id-1558' size-in-bits='64' id='type-id-1467'/>
+ <pointer-type-def type-id='type-id-1557' size-in-bits='64' id='type-id-1466'/>
<!-- const OT::Supplier<OT::IntType<short unsigned int, 2u> >& -->
- <reference-type-def kind='lvalue' type-id='type-id-1559' size-in-bits='64' id='type-id-1470'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1558' size-in-bits='64' id='type-id-1469'/>
<!-- const OT::Supplier<OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-1559' size-in-bits='64' id='type-id-1469'/>
+ <pointer-type-def type-id='type-id-1558' size-in-bits='64' id='type-id-1468'/>
<!-- const OT::Supplier<unsigned int>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1560' size-in-bits='64' id='type-id-1474'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1559' size-in-bits='64' id='type-id-1473'/>
<!-- const OT::Supplier<unsigned int>* -->
- <pointer-type-def type-id='type-id-1560' size-in-bits='64' id='type-id-1473'/>
+ <pointer-type-def type-id='type-id-1559' size-in-bits='64' id='type-id-1472'/>
<!-- const OT::Tag& -->
- <reference-type-def kind='lvalue' type-id='type-id-551' size-in-bits='64' id='type-id-1459'/>
+ <reference-type-def kind='lvalue' type-id='type-id-550' size-in-bits='64' id='type-id-1458'/>
<!-- const OT::USHORT* -->
- <pointer-type-def type-id='type-id-1561' size-in-bits='64' id='type-id-1488'/>
+ <pointer-type-def type-id='type-id-1560' size-in-bits='64' id='type-id-1487'/>
<!-- const OT::UVSMapping -->
- <qualified-type-def type-id='type-id-1331' const='yes' id='type-id-1346'/>
+ <qualified-type-def type-id='type-id-1330' const='yes' id='type-id-1345'/>
<!-- const OT::UnicodeValueRange -->
- <qualified-type-def type-id='type-id-1332' const='yes' id='type-id-1347'/>
+ <qualified-type-def type-id='type-id-1331' const='yes' id='type-id-1346'/>
<!-- const OT::Value* -->
- <pointer-type-def type-id='type-id-1562' size-in-bits='64' id='type-id-1476'/>
+ <pointer-type-def type-id='type-id-1561' size-in-bits='64' id='type-id-1475'/>
<!-- const OT::ValueFormat -->
- <qualified-type-def type-id='type-id-1259' const='yes' id='type-id-1348'/>
+ <qualified-type-def type-id='type-id-1258' const='yes' id='type-id-1347'/>
<!-- const OT::hb_apply_context_t* -->
- <pointer-type-def type-id='type-id-1563' size-in-bits='64' id='type-id-1489'/>
+ <pointer-type-def type-id='type-id-1562' size-in-bits='64' id='type-id-1488'/>
<!-- const OT::hb_apply_context_t::matcher_t* -->
- <pointer-type-def type-id='type-id-1564' size-in-bits='64' id='type-id-1487'/>
+ <pointer-type-def type-id='type-id-1563' size-in-bits='64' id='type-id-1486'/>
<!-- const OT::hb_apply_context_t::skipping_backward_iterator_t* -->
- <pointer-type-def type-id='type-id-1565' size-in-bits='64' id='type-id-1495'/>
+ <pointer-type-def type-id='type-id-1564' size-in-bits='64' id='type-id-1494'/>
<!-- const OT::hb_apply_context_t::skipping_forward_iterator_t* -->
- <pointer-type-def type-id='type-id-1566' size-in-bits='64' id='type-id-1492'/>
+ <pointer-type-def type-id='type-id-1565' size-in-bits='64' id='type-id-1491'/>
<!-- const OT::hb_closure_context_t* -->
- <pointer-type-def type-id='type-id-1567' size-in-bits='64' id='type-id-1522'/>
+ <pointer-type-def type-id='type-id-1566' size-in-bits='64' id='type-id-1521'/>
<!-- const OT::hb_collect_glyphs_context_t* -->
- <pointer-type-def type-id='type-id-1568' size-in-bits='64' id='type-id-1526'/>
+ <pointer-type-def type-id='type-id-1567' size-in-bits='64' id='type-id-1525'/>
<!-- const OT::hb_would_apply_context_t* -->
- <pointer-type-def type-id='type-id-1569' size-in-bits='64' id='type-id-1527'/>
+ <pointer-type-def type-id='type-id-1568' size-in-bits='64' id='type-id-1526'/>
<!-- const _hb_void_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1570' size-in-bits='64' id='type-id-1533'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1569' size-in-bits='64' id='type-id-1532'/>
<!-- const hb_glyph_info_t* -->
- <pointer-type-def type-id='type-id-154' size-in-bits='64' id='type-id-1499'/>
+ <pointer-type-def type-id='type-id-153' size-in-bits='64' id='type-id-1498'/>
<!-- const unsigned int* -->
- <pointer-type-def type-id='type-id-76' size-in-bits='64' id='type-id-1471'/>
+ <pointer-type-def type-id='type-id-75' size-in-bits='64' id='type-id-1470'/>
<!-- elt_t[2048] -->
- <array-type-def dimensions='1' type-id='type-id-1528' size-in-bits='65536' id='type-id-1529'>
+ <array-type-def dimensions='1' type-id='type-id-1527' size-in-bits='65536' id='type-id-1528'>
<!-- <anonymous range>[2048] -->
- <subrange length='2048' type-id='type-id-42' id='type-id-1571'/>
+ <subrange length='2048' type-id='type-id-42' id='type-id-1570'/>
</array-type-def>
<!-- hb_set_t::elt_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1528' size-in-bits='64' id='type-id-1530'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1527' size-in-bits='64' id='type-id-1529'/>
<!-- hb_tag_t* -->
- <pointer-type-def type-id='type-id-180' size-in-bits='64' id='type-id-1460'/>
+ <pointer-type-def type-id='type-id-179' size-in-bits='64' id='type-id-1459'/>
<namespace-decl name='OT'>
<!-- struct OT::ChainContextFormat1 -->
- <class-decl name='ChainContextFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1812' column='1' id='type-id-1361'>
+ <class-decl name='ChainContextFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1812' column='1' id='type-id-1360'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::ChainContextFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1883' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1883' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::ChainContextFormat1::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1885' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1885' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::OffsetArrayOf<OT::ChainRuleSet> OT::ChainContextFormat1::ruleSet -->
- <var-decl name='ruleSet' type-id='type-id-1572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1888' column='1'/>
+ <var-decl name='ruleSet' type-id='type-id-1571' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1888' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ChainContextFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1891' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1891' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::ChainContextFormat1::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT19ChainContextFormat17closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1813' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat1*' -->
- <parameter type-id='type-id-1573' is-artificial='yes'/>
+ <parameter type-id='type-id-1572' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ChainContextFormat1::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT19ChainContextFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1831' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat1*' -->
- <parameter type-id='type-id-1573' is-artificial='yes'/>
+ <parameter type-id='type-id-1572' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::ChainContextFormat1::would_apply(OT::hb_would_apply_context_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT19ChainContextFormat111would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1846' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat1*' -->
- <parameter type-id='type-id-1573' is-artificial='yes'/>
+ <parameter type-id='type-id-1572' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- const OT::Coverage& OT::ChainContextFormat1::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT19ChainContextFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1858' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat1*' -->
- <parameter type-id='type-id-1573' is-artificial='yes'/>
+ <parameter type-id='type-id-1572' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::ChainContextFormat1::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT19ChainContextFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1863' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat1*' -->
- <parameter type-id='type-id-1573' is-artificial='yes'/>
+ <parameter type-id='type-id-1572' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ChainContextFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT19ChainContextFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1877' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ChainContextFormat1*' -->
- <parameter type-id='type-id-1574' is-artificial='yes'/>
+ <parameter type-id='type-id-1573' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ChainContextFormat1::_instance_assertion_on_line_1891() -->
<function-decl name='_instance_assertion_on_line_1891' mangled-name='_ZNK2OT19ChainContextFormat132_instance_assertion_on_line_1891Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1891' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat1*' -->
- <parameter type-id='type-id-1573' is-artificial='yes'/>
+ <parameter type-id='type-id-1572' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ChainContextFormat1::_compiles_assertion_on_line_1891() -->
<function-decl name='_compiles_assertion_on_line_1891' mangled-name='_ZNK2OT19ChainContextFormat132_compiles_assertion_on_line_1891Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1891' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat1*' -->
- <parameter type-id='type-id-1573' is-artificial='yes'/>
+ <parameter type-id='type-id-1572' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ChainContextFormat2 -->
- <class-decl name='ChainContextFormat2' size-in-bits='112' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1895' column='1' id='type-id-1362'>
+ <class-decl name='ChainContextFormat2' size-in-bits='112' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1895' column='1' id='type-id-1361'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::ChainContextFormat2::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1995' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1995' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::ChainContextFormat2::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1997' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1997' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> > OT::ChainContextFormat2::backtrackClassDef -->
- <var-decl name='backtrackClassDef' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2000' column='1'/>
+ <var-decl name='backtrackClassDef' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2000' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> > OT::ChainContextFormat2::inputClassDef -->
- <var-decl name='inputClassDef' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2004' column='1'/>
+ <var-decl name='inputClassDef' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2004' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> > OT::ChainContextFormat2::lookaheadClassDef -->
- <var-decl name='lookaheadClassDef' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2008' column='1'/>
+ <var-decl name='lookaheadClassDef' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2008' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
<!-- OT::OffsetArrayOf<OT::ChainRuleSet> OT::ChainContextFormat2::ruleSet -->
- <var-decl name='ruleSet' type-id='type-id-1572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2012' column='1'/>
+ <var-decl name='ruleSet' type-id='type-id-1571' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2012' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ChainContextFormat2::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2015' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2015' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::ChainContextFormat2::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT19ChainContextFormat27closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1896' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat2*' -->
- <parameter type-id='type-id-1575' is-artificial='yes'/>
+ <parameter type-id='type-id-1574' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ChainContextFormat2::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT19ChainContextFormat214collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1921' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat2*' -->
- <parameter type-id='type-id-1575' is-artificial='yes'/>
+ <parameter type-id='type-id-1574' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::ChainContextFormat2::would_apply(OT::hb_would_apply_context_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT19ChainContextFormat211would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1942' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat2*' -->
- <parameter type-id='type-id-1575' is-artificial='yes'/>
+ <parameter type-id='type-id-1574' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- const OT::Coverage& OT::ChainContextFormat2::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT19ChainContextFormat212get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1961' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat2*' -->
- <parameter type-id='type-id-1575' is-artificial='yes'/>
+ <parameter type-id='type-id-1574' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::ChainContextFormat2::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT19ChainContextFormat25applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1966' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat2*' -->
- <parameter type-id='type-id-1575' is-artificial='yes'/>
+ <parameter type-id='type-id-1574' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ChainContextFormat2::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT19ChainContextFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1987' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ChainContextFormat2*' -->
- <parameter type-id='type-id-1576' is-artificial='yes'/>
+ <parameter type-id='type-id-1575' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ChainContextFormat2::_instance_assertion_on_line_2015() -->
<function-decl name='_instance_assertion_on_line_2015' mangled-name='_ZNK2OT19ChainContextFormat232_instance_assertion_on_line_2015Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2015' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat2*' -->
- <parameter type-id='type-id-1575' is-artificial='yes'/>
+ <parameter type-id='type-id-1574' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ChainContextFormat2::_compiles_assertion_on_line_2015() -->
<function-decl name='_compiles_assertion_on_line_2015' mangled-name='_ZNK2OT19ChainContextFormat232_compiles_assertion_on_line_2015Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2015' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat2*' -->
- <parameter type-id='type-id-1575' is-artificial='yes'/>
+ <parameter type-id='type-id-1574' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ChainContextFormat3 -->
- <class-decl name='ChainContextFormat3' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2019' column='1' id='type-id-1363'>
+ <class-decl name='ChainContextFormat3' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2019' column='1' id='type-id-1362'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::ChainContextFormat3::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2121' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2121' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetArrayOf<OT::Coverage> OT::ChainContextFormat3::backtrack -->
- <var-decl name='backtrack' type-id='type-id-1446' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2123' column='1'/>
+ <var-decl name='backtrack' type-id='type-id-1445' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2123' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::OffsetArrayOf<OT::Coverage> OT::ChainContextFormat3::inputX -->
- <var-decl name='inputX' type-id='type-id-1446' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2127' column='1'/>
+ <var-decl name='inputX' type-id='type-id-1445' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2127' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
<!-- OT::OffsetArrayOf<OT::Coverage> OT::ChainContextFormat3::lookaheadX -->
- <var-decl name='lookaheadX' type-id='type-id-1446' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2131' column='1'/>
+ <var-decl name='lookaheadX' type-id='type-id-1445' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2131' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='112'>
<!-- OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> > OT::ChainContextFormat3::lookupX -->
- <var-decl name='lookupX' type-id='type-id-756' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2135' column='1'/>
+ <var-decl name='lookupX' type-id='type-id-755' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2135' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ChainContextFormat3::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2138' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2138' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::ChainContextFormat3::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT19ChainContextFormat37closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2020' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat3*' -->
- <parameter type-id='type-id-1577' is-artificial='yes'/>
+ <parameter type-id='type-id-1576' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ChainContextFormat3::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT19ChainContextFormat314collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2042' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat3*' -->
- <parameter type-id='type-id-1577' is-artificial='yes'/>
+ <parameter type-id='type-id-1576' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::ChainContextFormat3::would_apply(OT::hb_would_apply_context_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT19ChainContextFormat311would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2063' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat3*' -->
- <parameter type-id='type-id-1577' is-artificial='yes'/>
+ <parameter type-id='type-id-1576' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- const OT::Coverage& OT::ChainContextFormat3::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT19ChainContextFormat312get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2081' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat3*' -->
- <parameter type-id='type-id-1577' is-artificial='yes'/>
+ <parameter type-id='type-id-1576' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::ChainContextFormat3::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT19ChainContextFormat35applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2087' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat3*' -->
- <parameter type-id='type-id-1577' is-artificial='yes'/>
+ <parameter type-id='type-id-1576' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ChainContextFormat3::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT19ChainContextFormat38sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2108' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ChainContextFormat3*' -->
- <parameter type-id='type-id-1578' is-artificial='yes'/>
+ <parameter type-id='type-id-1577' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ChainContextFormat3::_instance_assertion_on_line_2138() -->
<function-decl name='_instance_assertion_on_line_2138' mangled-name='_ZNK2OT19ChainContextFormat332_instance_assertion_on_line_2138Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2138' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ChainContextFormat3*' -->
- <parameter type-id='type-id-1577' is-artificial='yes'/>
+ <parameter type-id='type-id-1576' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ChainContextPos -->
- <class-decl name='ChainContextPos' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1357' column='1' id='type-id-1436'>
+ <class-decl name='ChainContextPos' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1357' column='1' id='type-id-1435'>
<!-- struct OT::ChainContext -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1222'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1221'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ClassDefFormat2 -->
- <class-decl name='ClassDefFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='990' column='1' id='type-id-1375'>
+ <class-decl name='ClassDefFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='990' column='1' id='type-id-1374'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::ClassDefFormat2::classFormat -->
- <var-decl name='classFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1040' column='1'/>
+ <var-decl name='classFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1040' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > OT::ClassDefFormat2::rangeRecord -->
- <var-decl name='rangeRecord' type-id='type-id-627' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1042' column='1'/>
+ <var-decl name='rangeRecord' type-id='type-id-626' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1042' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ClassDefFormat2::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1045' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1045' column='1'/>
</data-member>
<member-function access='private'>
<!-- unsigned int OT::ClassDefFormat2::get_class(hb_codepoint_t) -->
<function-decl name='get_class' mangled-name='_ZNK2OT15ClassDefFormat29get_classEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='994' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ClassDefFormat2*' -->
- <parameter type-id='type-id-1579' is-artificial='yes'/>
+ <parameter type-id='type-id-1578' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::ClassDefFormat2::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT15ClassDefFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1002' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ClassDefFormat2*' -->
- <parameter type-id='type-id-1580' is-artificial='yes'/>
+ <parameter type-id='type-id-1579' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ClassDefFormat2::intersects_class(const hb_set_t*, unsigned int) -->
<function-decl name='intersects_class' mangled-name='_ZNK2OT15ClassDefFormat216intersects_classEPK8hb_set_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1015' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ClassDefFormat2*' -->
- <parameter type-id='type-id-1579' is-artificial='yes'/>
+ <parameter type-id='type-id-1578' is-artificial='yes'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
<!-- void OT::ClassDefFormat2::_instance_assertion_on_line_1045() -->
<function-decl name='_instance_assertion_on_line_1045' mangled-name='_ZNK2OT15ClassDefFormat232_instance_assertion_on_line_1045Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1045' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ClassDefFormat2*' -->
- <parameter type-id='type-id-1579' is-artificial='yes'/>
+ <parameter type-id='type-id-1578' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ClassDefFormat2::_compiles_assertion_on_line_1045() -->
<function-decl name='_compiles_assertion_on_line_1045' mangled-name='_ZNK2OT15ClassDefFormat232_compiles_assertion_on_line_1045Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1045' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ClassDefFormat2*' -->
- <parameter type-id='type-id-1579' is-artificial='yes'/>
+ <parameter type-id='type-id-1578' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ClassDefFormat2::add_class<hb_set_t>(hb_set_t*, unsigned int) -->
<function-decl name='add_class<hb_set_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1008' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ClassDefFormat2*' -->
- <parameter type-id='type-id-1579' is-artificial='yes'/>
+ <parameter type-id='type-id-1578' is-artificial='yes'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CmapSubtableFormat10 -->
- <class-decl name='CmapSubtableFormat10' size-in-bits='176' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='231' column='1' id='type-id-1380'>
+ <class-decl name='CmapSubtableFormat10' size-in-bits='176' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='231' column='1' id='type-id-1379'>
<!-- struct OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-792'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-791'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CmapSubtableFormat12 -->
- <class-decl name='CmapSubtableFormat12' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='262' column='1' id='type-id-1381'>
+ <class-decl name='CmapSubtableFormat12' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='262' column='1' id='type-id-1380'>
<!-- struct OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-789'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-788'/>
<member-function access='public' static='yes'>
<!-- hb_codepoint_t OT::CmapSubtableFormat12::group_get_glyph(hb_codepoint_t) -->
<function-decl name='group_get_glyph' mangled-name='_ZN2OT20CmapSubtableFormat1215group_get_glyphERKNS_21CmapSubtableLongGroupEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='263' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const OT::CmapSubtableLongGroup&' -->
- <parameter type-id='type-id-1057'/>
+ <parameter type-id='type-id-1056'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_codepoint_t -->
- <return type-id='type-id-69'/>
+ <return type-id='type-id-68'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CmapSubtableFormat13 -->
- <class-decl name='CmapSubtableFormat13' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='269' column='1' id='type-id-1382'>
+ <class-decl name='CmapSubtableFormat13' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='269' column='1' id='type-id-1381'>
<!-- struct OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-790'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-789'/>
<member-function access='public' static='yes'>
<!-- hb_codepoint_t OT::CmapSubtableFormat13::group_get_glyph(hb_codepoint_t) -->
<function-decl name='group_get_glyph' mangled-name='_ZN2OT20CmapSubtableFormat1315group_get_glyphERKNS_21CmapSubtableLongGroupEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='270' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const OT::CmapSubtableLongGroup&' -->
- <parameter type-id='type-id-1057'/>
+ <parameter type-id='type-id-1056'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- typedef hb_codepoint_t -->
- <return type-id='type-id-69'/>
+ <return type-id='type-id-68'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CmapSubtableFormat6 -->
- <class-decl name='CmapSubtableFormat6' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='230' column='1' id='type-id-1379'>
+ <class-decl name='CmapSubtableFormat6' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='230' column='1' id='type-id-1378'>
<!-- struct OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-791'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-790'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CmapSubtableLongGroup -->
- <class-decl name='CmapSubtableLongGroup' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='175' column='1' id='type-id-1294'>
+ <class-decl name='CmapSubtableLongGroup' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='175' column='1' id='type-id-1293'>
<data-member access='private' layout-offset-in-bits='0'>
<!-- OT::ULONG OT::CmapSubtableLongGroup::startCharCode -->
- <var-decl name='startCharCode' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='192' column='1'/>
+ <var-decl name='startCharCode' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='192' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='32'>
<!-- OT::ULONG OT::CmapSubtableLongGroup::endCharCode -->
- <var-decl name='endCharCode' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='193' column='1'/>
+ <var-decl name='endCharCode' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='193' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<!-- OT::ULONG OT::CmapSubtableLongGroup::glyphID -->
- <var-decl name='glyphID' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='194' column='1'/>
+ <var-decl name='glyphID' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='194' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CmapSubtableLongGroup::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='197' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='197' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CmapSubtableLongGroup::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='197' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='197' column='1'/>
</data-member>
<member-function access='public'>
<!-- int OT::CmapSubtableLongGroup::cmp(hb_codepoint_t) -->
<function-decl name='cmp' mangled-name='_ZNK2OT21CmapSubtableLongGroup3cmpEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='179' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableLongGroup*' -->
- <parameter type-id='type-id-1056' is-artificial='yes'/>
+ <parameter type-id='type-id-1055' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- bool OT::CmapSubtableLongGroup::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT21CmapSubtableLongGroup8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='186' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CmapSubtableLongGroup*' -->
- <parameter type-id='type-id-1581' is-artificial='yes'/>
+ <parameter type-id='type-id-1580' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CmapSubtableLongGroup::_instance_assertion_on_line_197() -->
<function-decl name='_instance_assertion_on_line_197' mangled-name='_ZNK2OT21CmapSubtableLongGroup31_instance_assertion_on_line_197Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CmapSubtableLongGroup*' -->
- <parameter type-id='type-id-1056' is-artificial='yes'/>
+ <parameter type-id='type-id-1055' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ContextFormat1 -->
- <class-decl name='ContextFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1250' column='1' id='type-id-1385'>
+ <class-decl name='ContextFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1250' column='1' id='type-id-1384'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::ContextFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1323' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1323' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::ContextFormat1::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1325' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1325' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::OffsetArrayOf<OT::RuleSet> OT::ContextFormat1::ruleSet -->
- <var-decl name='ruleSet' type-id='type-id-1582' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1328' column='1'/>
+ <var-decl name='ruleSet' type-id='type-id-1581' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1328' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ContextFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1331' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1331' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::ContextFormat1::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT14ContextFormat17closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1251' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat1*' -->
- <parameter type-id='type-id-1583' is-artificial='yes'/>
+ <parameter type-id='type-id-1582' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ContextFormat1::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT14ContextFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1270' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat1*' -->
- <parameter type-id='type-id-1583' is-artificial='yes'/>
+ <parameter type-id='type-id-1582' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::ContextFormat1::would_apply(OT::hb_would_apply_context_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT14ContextFormat111would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1285' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat1*' -->
- <parameter type-id='type-id-1583' is-artificial='yes'/>
+ <parameter type-id='type-id-1582' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- const OT::Coverage& OT::ContextFormat1::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT14ContextFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1297' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat1*' -->
- <parameter type-id='type-id-1583' is-artificial='yes'/>
+ <parameter type-id='type-id-1582' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::ContextFormat1::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT14ContextFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1302' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat1*' -->
- <parameter type-id='type-id-1583' is-artificial='yes'/>
+ <parameter type-id='type-id-1582' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ContextFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT14ContextFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1317' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ContextFormat1*' -->
- <parameter type-id='type-id-1584' is-artificial='yes'/>
+ <parameter type-id='type-id-1583' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ContextFormat1::_instance_assertion_on_line_1331() -->
<function-decl name='_instance_assertion_on_line_1331' mangled-name='_ZNK2OT14ContextFormat132_instance_assertion_on_line_1331Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1331' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat1*' -->
- <parameter type-id='type-id-1583' is-artificial='yes'/>
+ <parameter type-id='type-id-1582' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ContextFormat1::_compiles_assertion_on_line_1331() -->
<function-decl name='_compiles_assertion_on_line_1331' mangled-name='_ZNK2OT14ContextFormat132_compiles_assertion_on_line_1331Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1331' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat1*' -->
- <parameter type-id='type-id-1583' is-artificial='yes'/>
+ <parameter type-id='type-id-1582' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ContextFormat2 -->
- <class-decl name='ContextFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1336' column='1' id='type-id-1386'>
+ <class-decl name='ContextFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1336' column='1' id='type-id-1385'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::ContextFormat2::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1415' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1415' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::ContextFormat2::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1417' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1417' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> > OT::ContextFormat2::classDef -->
- <var-decl name='classDef' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1420' column='1'/>
+ <var-decl name='classDef' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1420' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::OffsetArrayOf<OT::RuleSet> OT::ContextFormat2::ruleSet -->
- <var-decl name='ruleSet' type-id='type-id-1582' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1423' column='1'/>
+ <var-decl name='ruleSet' type-id='type-id-1581' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1423' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::ContextFormat2::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1426' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1426' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::ContextFormat2::closure(OT::hb_closure_context_t*) -->
<function-decl name='closure' mangled-name='_ZNK2OT14ContextFormat27closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1337' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat2*' -->
- <parameter type-id='type-id-1585' is-artificial='yes'/>
+ <parameter type-id='type-id-1584' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ContextFormat2::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT14ContextFormat214collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1358' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat2*' -->
- <parameter type-id='type-id-1585' is-artificial='yes'/>
+ <parameter type-id='type-id-1584' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::ContextFormat2::would_apply(OT::hb_would_apply_context_t*) -->
<function-decl name='would_apply' mangled-name='_ZNK2OT14ContextFormat211would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1374' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat2*' -->
- <parameter type-id='type-id-1585' is-artificial='yes'/>
+ <parameter type-id='type-id-1584' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_would_apply_context_t*' -->
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-853'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- const OT::Coverage& OT::ContextFormat2::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT14ContextFormat212get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1388' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat2*' -->
- <parameter type-id='type-id-1585' is-artificial='yes'/>
+ <parameter type-id='type-id-1584' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::ContextFormat2::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT14ContextFormat25applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1393' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat2*' -->
- <parameter type-id='type-id-1585' is-artificial='yes'/>
+ <parameter type-id='type-id-1584' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::ContextFormat2::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT14ContextFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1409' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::ContextFormat2*' -->
- <parameter type-id='type-id-1586' is-artificial='yes'/>
+ <parameter type-id='type-id-1585' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::ContextFormat2::_instance_assertion_on_line_1426() -->
<function-decl name='_instance_assertion_on_line_1426' mangled-name='_ZNK2OT14ContextFormat232_instance_assertion_on_line_1426Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1426' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat2*' -->
- <parameter type-id='type-id-1585' is-artificial='yes'/>
+ <parameter type-id='type-id-1584' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::ContextFormat2::_compiles_assertion_on_line_1426() -->
<function-decl name='_compiles_assertion_on_line_1426' mangled-name='_ZNK2OT14ContextFormat232_compiles_assertion_on_line_1426Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1426' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::ContextFormat2*' -->
- <parameter type-id='type-id-1585' is-artificial='yes'/>
+ <parameter type-id='type-id-1584' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ContextPos -->
- <class-decl name='ContextPos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1355' column='1' id='type-id-1435'>
+ <class-decl name='ContextPos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1355' column='1' id='type-id-1434'>
<!-- struct OT::Context -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1236'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1235'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CursivePos -->
- <class-decl name='CursivePos' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='988' column='1' id='type-id-1431'>
+ <class-decl name='CursivePos' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='988' column='1' id='type-id-1430'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::CursivePosFormat1 format1;} -->
- <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1009' column='1' id='type-id-1587'>
+ <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1009' column='1' id='type-id-1586'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1010' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1010' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::CursivePosFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-1588' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1011' column='1'/>
+ <var-decl name='format1' type-id='type-id-1587' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1011' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::CursivePosFormat1 format1;} OT::CursivePos::u -->
- <var-decl name='u' type-id='type-id-1587' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1012' column='1'/>
+ <var-decl name='u' type-id='type-id-1586' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1012' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::CursivePos::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT10CursivePos8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='999' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CursivePos*' -->
- <parameter type-id='type-id-1589' is-artificial='yes'/>
+ <parameter type-id='type-id-1588' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_get_coverage_context_t::return_t OT::CursivePos::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='990' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CursivePos*' -->
- <parameter type-id='type-id-1590' is-artificial='yes'/>
+ <parameter type-id='type-id-1589' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::CursivePos::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='990' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CursivePos*' -->
- <parameter type-id='type-id-1590' is-artificial='yes'/>
+ <parameter type-id='type-id-1589' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::CursivePos::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='990' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CursivePos*' -->
- <parameter type-id='type-id-1590' is-artificial='yes'/>
+ <parameter type-id='type-id-1589' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::EntryExitRecord -->
- <class-decl name='EntryExitRecord' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='853' column='1' id='type-id-1295'>
+ <class-decl name='EntryExitRecord' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='853' column='1' id='type-id-1294'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> > OT::EntryExitRecord::entryAnchor -->
- <var-decl name='entryAnchor' type-id='type-id-585' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='863' column='1'/>
+ <var-decl name='entryAnchor' type-id='type-id-584' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='863' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> > OT::EntryExitRecord::exitAnchor -->
- <var-decl name='exitAnchor' type-id='type-id-585' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='867' column='1'/>
+ <var-decl name='exitAnchor' type-id='type-id-584' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='867' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::EntryExitRecord::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='871' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='871' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::EntryExitRecord::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='871' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='871' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::EntryExitRecord::sanitize(OT::hb_sanitize_context_t*, void*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT15EntryExitRecord8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='856' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::EntryExitRecord*' -->
- <parameter type-id='type-id-1591' is-artificial='yes'/>
+ <parameter type-id='type-id-1590' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<!-- void OT::EntryExitRecord::_instance_assertion_on_line_871() -->
<function-decl name='_instance_assertion_on_line_871' mangled-name='_ZNK2OT15EntryExitRecord31_instance_assertion_on_line_871Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='871' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::EntryExitRecord*' -->
- <parameter type-id='type-id-1067' is-artificial='yes'/>
+ <parameter type-id='type-id-1066' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ExtensionPos -->
- <class-decl name='ExtensionPos' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1360' column='1' id='type-id-1437'>
+ <class-decl name='ExtensionPos' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1360' column='1' id='type-id-1436'>
<!-- struct OT::Extension<OT::ExtensionPos> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1592'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1591'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Index -->
- <class-decl name='Index' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='675' column='1' id='type-id-1296'>
+ <class-decl name='Index' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='675' column='1' id='type-id-1295'>
<!-- struct OT::IntType<short unsigned int, 2u> -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-257'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-256'/>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::Index::NOT_FOUND_INDEX -->
- <var-decl name='NOT_FOUND_INDEX' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='676' column='1'/>
+ <var-decl name='NOT_FOUND_INDEX' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='676' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::IntType<unsigned int, 3u> -->
- <class-decl name='IntType<unsigned int, 3u>' size-in-bits='24' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-1297'>
+ <class-decl name='IntType<unsigned int, 3u>' size-in-bits='24' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-1296'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::BEInt<unsigned int, 3> OT::IntType<unsigned int, 3u>::v -->
- <var-decl name='v' type-id='type-id-1593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
+ <var-decl name='v' type-id='type-id-1592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::IntType<unsigned int, 3u>::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::IntType<unsigned int, 3u>::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::IntType<unsigned int, 3u>::set(unsigned int) -->
<function-decl name='set' mangled-name='_ZN2OT7IntTypeIjLj3EE3setEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='614' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::IntType<unsigned int, 3u>*' -->
- <parameter type-id='type-id-1594' is-artificial='yes'/>
+ <parameter type-id='type-id-1593' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- unsigned int OT::IntType<unsigned int, 3u>::operator unsigned int() -->
<function-decl name='operator unsigned int' mangled-name='_ZNK2OT7IntTypeIjLj3EEcvjEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='615' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<unsigned int, 3u>*' -->
- <parameter type-id='type-id-1080' is-artificial='yes'/>
+ <parameter type-id='type-id-1079' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::IntType<unsigned int, 3u>::operator==(const OT::IntType<unsigned int, 3u>&) -->
<function-decl name='operator==' mangled-name='_ZNK2OT7IntTypeIjLj3EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='616' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<unsigned int, 3u>*' -->
- <parameter type-id='type-id-1080' is-artificial='yes'/>
+ <parameter type-id='type-id-1079' is-artificial='yes'/>
<!-- parameter of type 'const OT::IntType<unsigned int, 3u>&' -->
- <parameter type-id='type-id-1081'/>
+ <parameter type-id='type-id-1080'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::IntType<unsigned int, 3u>::operator!=(const OT::IntType<unsigned int, 3u>&) -->
<function-decl name='operator!=' mangled-name='_ZNK2OT7IntTypeIjLj3EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='617' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<unsigned int, 3u>*' -->
- <parameter type-id='type-id-1080' is-artificial='yes'/>
+ <parameter type-id='type-id-1079' is-artificial='yes'/>
<!-- parameter of type 'const OT::IntType<unsigned int, 3u>&' -->
- <parameter type-id='type-id-1081'/>
+ <parameter type-id='type-id-1080'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- int OT::IntType<unsigned int, 3u>::cmp(const OT::IntType<unsigned int, 3u>*) -->
<function-decl name='cmp' mangled-name='_ZN2OT7IntTypeIjLj3EE3cmpEPKS1_S3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const OT::IntType<unsigned int, 3u>*' -->
- <parameter type-id='type-id-1080'/>
+ <parameter type-id='type-id-1079'/>
<!-- parameter of type 'const OT::IntType<unsigned int, 3u>*' -->
- <parameter type-id='type-id-1080'/>
+ <parameter type-id='type-id-1079'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- int OT::IntType<unsigned int, 3u>::cmp(OT::IntType<unsigned int, 3u>) -->
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIjLj3EE3cmpES1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='619' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<unsigned int, 3u>*' -->
- <parameter type-id='type-id-1080' is-artificial='yes'/>
+ <parameter type-id='type-id-1079' is-artificial='yes'/>
<!-- parameter of type 'struct OT::IntType<unsigned int, 3u>' -->
- <parameter type-id='type-id-1297'/>
+ <parameter type-id='type-id-1296'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- int OT::IntType<unsigned int, 3u>::cmp(unsigned int) -->
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIjLj3EE3cmpEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='620' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<unsigned int, 3u>*' -->
- <parameter type-id='type-id-1080' is-artificial='yes'/>
+ <parameter type-id='type-id-1079' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- int -->
<!-- bool OT::IntType<unsigned int, 3u>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7IntTypeIjLj3EE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='621' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::IntType<unsigned int, 3u>*' -->
- <parameter type-id='type-id-1594' is-artificial='yes'/>
+ <parameter type-id='type-id-1593' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::IntType<unsigned int, 3u>::_instance_assertion_on_line_628() -->
<function-decl name='_instance_assertion_on_line_628' mangled-name='_ZNK2OT7IntTypeIjLj3EE31_instance_assertion_on_line_628Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::IntType<unsigned int, 3u>*' -->
- <parameter type-id='type-id-1080' is-artificial='yes'/>
+ <parameter type-id='type-id-1079' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::LookupRecord -->
- <class-decl name='LookupRecord' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='947' column='1' id='type-id-1298'>
+ <class-decl name='LookupRecord' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='947' column='1' id='type-id-1297'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::LookupRecord::sequenceIndex -->
- <var-decl name='sequenceIndex' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='953' column='1'/>
+ <var-decl name='sequenceIndex' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='953' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::USHORT OT::LookupRecord::lookupListIndex -->
- <var-decl name='lookupListIndex' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='955' column='1'/>
+ <var-decl name='lookupListIndex' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='955' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::LookupRecord::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='958' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='958' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::LookupRecord::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='958' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='958' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::LookupRecord::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT12LookupRecord8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='948' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::LookupRecord*' -->
- <parameter type-id='type-id-1595' is-artificial='yes'/>
+ <parameter type-id='type-id-1594' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::LookupRecord::_instance_assertion_on_line_958() -->
<function-decl name='_instance_assertion_on_line_958' mangled-name='_ZNK2OT12LookupRecord31_instance_assertion_on_line_958Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='958' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LookupRecord*' -->
- <parameter type-id='type-id-1086' is-artificial='yes'/>
+ <parameter type-id='type-id-1085' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::MarkBasePos -->
- <class-decl name='MarkBasePos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1087' column='1' id='type-id-1432'>
+ <class-decl name='MarkBasePos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1087' column='1' id='type-id-1431'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::MarkBasePosFormat1 format1;} -->
- <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1108' column='1' id='type-id-1596'>
+ <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1108' column='1' id='type-id-1595'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1109' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1109' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::MarkBasePosFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-802' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1110' column='1'/>
+ <var-decl name='format1' type-id='type-id-801' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1110' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::MarkBasePosFormat1 format1;} OT::MarkBasePos::u -->
- <var-decl name='u' type-id='type-id-1596' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1111' column='1'/>
+ <var-decl name='u' type-id='type-id-1595' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1111' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::MarkBasePos::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT11MarkBasePos8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1098' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::MarkBasePos*' -->
- <parameter type-id='type-id-1597' is-artificial='yes'/>
+ <parameter type-id='type-id-1596' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_get_coverage_context_t::return_t OT::MarkBasePos::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1089' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkBasePos*' -->
- <parameter type-id='type-id-1598' is-artificial='yes'/>
+ <parameter type-id='type-id-1597' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::MarkBasePos::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1089' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkBasePos*' -->
- <parameter type-id='type-id-1598' is-artificial='yes'/>
+ <parameter type-id='type-id-1597' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::MarkBasePos::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1089' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkBasePos*' -->
- <parameter type-id='type-id-1598' is-artificial='yes'/>
+ <parameter type-id='type-id-1597' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::MarkGlyphSetsFormat1 -->
- <class-decl name='MarkGlyphSetsFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='274' column='1' id='type-id-1406'>
+ <class-decl name='MarkGlyphSetsFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='274' column='1' id='type-id-1405'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::MarkGlyphSetsFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='284' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='284' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> > OT::MarkGlyphSetsFormat1::coverage -->
- <var-decl name='coverage' type-id='type-id-764' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='286' column='1'/>
+ <var-decl name='coverage' type-id='type-id-763' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='286' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::MarkGlyphSetsFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='289' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='289' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::MarkGlyphSetsFormat1::covers(unsigned int, hb_codepoint_t) -->
<function-decl name='covers' mangled-name='_ZNK2OT20MarkGlyphSetsFormat16coversEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='275' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkGlyphSetsFormat1*' -->
- <parameter type-id='type-id-1599' is-artificial='yes'/>
+ <parameter type-id='type-id-1598' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::MarkGlyphSetsFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT20MarkGlyphSetsFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='278' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::MarkGlyphSetsFormat1*' -->
- <parameter type-id='type-id-1600' is-artificial='yes'/>
+ <parameter type-id='type-id-1599' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::MarkGlyphSetsFormat1::_instance_assertion_on_line_289() -->
<function-decl name='_instance_assertion_on_line_289' mangled-name='_ZNK2OT20MarkGlyphSetsFormat131_instance_assertion_on_line_289Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='289' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkGlyphSetsFormat1*' -->
- <parameter type-id='type-id-1599' is-artificial='yes'/>
+ <parameter type-id='type-id-1598' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::MarkGlyphSetsFormat1::_compiles_assertion_on_line_289() -->
<function-decl name='_compiles_assertion_on_line_289' mangled-name='_ZNK2OT20MarkGlyphSetsFormat131_compiles_assertion_on_line_289Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='289' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkGlyphSetsFormat1*' -->
- <parameter type-id='type-id-1599' is-artificial='yes'/>
+ <parameter type-id='type-id-1598' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::MarkLigPos -->
- <class-decl name='MarkLigPos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1208' column='1' id='type-id-1433'>
+ <class-decl name='MarkLigPos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1208' column='1' id='type-id-1432'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::MarkLigPosFormat1 format1;} -->
- <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1229' column='1' id='type-id-1601'>
+ <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1229' column='1' id='type-id-1600'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1230' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1230' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::MarkLigPosFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-803' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1231' column='1'/>
+ <var-decl name='format1' type-id='type-id-802' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1231' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::MarkLigPosFormat1 format1;} OT::MarkLigPos::u -->
- <var-decl name='u' type-id='type-id-1601' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1232' column='1'/>
+ <var-decl name='u' type-id='type-id-1600' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1232' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::MarkLigPos::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT10MarkLigPos8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1219' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::MarkLigPos*' -->
- <parameter type-id='type-id-1602' is-artificial='yes'/>
+ <parameter type-id='type-id-1601' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_get_coverage_context_t::return_t OT::MarkLigPos::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1210' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkLigPos*' -->
- <parameter type-id='type-id-1603' is-artificial='yes'/>
+ <parameter type-id='type-id-1602' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::MarkLigPos::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1210' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkLigPos*' -->
- <parameter type-id='type-id-1603' is-artificial='yes'/>
+ <parameter type-id='type-id-1602' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::MarkLigPos::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1210' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkLigPos*' -->
- <parameter type-id='type-id-1603' is-artificial='yes'/>
+ <parameter type-id='type-id-1602' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::MarkMarkPos -->
- <class-decl name='MarkMarkPos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1327' column='1' id='type-id-1434'>
+ <class-decl name='MarkMarkPos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1327' column='1' id='type-id-1433'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::MarkMarkPosFormat1 format1;} -->
- <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1348' column='1' id='type-id-1604'>
+ <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1348' column='1' id='type-id-1603'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1349' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1349' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::MarkMarkPosFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-804' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1350' column='1'/>
+ <var-decl name='format1' type-id='type-id-803' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1350' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::MarkMarkPosFormat1 format1;} OT::MarkMarkPos::u -->
- <var-decl name='u' type-id='type-id-1604' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1351' column='1'/>
+ <var-decl name='u' type-id='type-id-1603' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1351' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::MarkMarkPos::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT11MarkMarkPos8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1338' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::MarkMarkPos*' -->
- <parameter type-id='type-id-1605' is-artificial='yes'/>
+ <parameter type-id='type-id-1604' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_get_coverage_context_t::return_t OT::MarkMarkPos::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1329' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkMarkPos*' -->
- <parameter type-id='type-id-1606' is-artificial='yes'/>
+ <parameter type-id='type-id-1605' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::MarkMarkPos::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1329' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkMarkPos*' -->
- <parameter type-id='type-id-1606' is-artificial='yes'/>
+ <parameter type-id='type-id-1605' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::MarkMarkPos::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1329' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::MarkMarkPos*' -->
- <parameter type-id='type-id-1606' is-artificial='yes'/>
+ <parameter type-id='type-id-1605' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::AnchorMatrix> -->
- <class-decl name='OffsetArrayOf<OT::AnchorMatrix>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1412'>
+ <class-decl name='OffsetArrayOf<OT::AnchorMatrix>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1411'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-758'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-757'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='OffsetArrayOf<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1349'>
+ <class-decl name='OffsetArrayOf<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1348'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-759'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-758'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::CaretValue> -->
- <class-decl name='OffsetArrayOf<OT::CaretValue>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1400'>
+ <class-decl name='OffsetArrayOf<OT::CaretValue>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1399'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-760'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-759'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::ChainRule> -->
- <class-decl name='OffsetArrayOf<OT::ChainRule>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1371'>
+ <class-decl name='OffsetArrayOf<OT::ChainRule>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1370'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-761'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-760'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::Coverage> -->
- <class-decl name='OffsetArrayOf<OT::Coverage>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1446'>
+ <class-decl name='OffsetArrayOf<OT::Coverage>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1445'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-763'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-762'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::LigGlyph> -->
- <class-decl name='OffsetArrayOf<OT::LigGlyph>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1397'>
+ <class-decl name='OffsetArrayOf<OT::LigGlyph>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1396'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-765'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-764'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::Lookup> -->
- <class-decl name='OffsetArrayOf<OT::Lookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1415'>
+ <class-decl name='OffsetArrayOf<OT::Lookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1414'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-766'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-765'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::PosLookup> -->
- <class-decl name='OffsetArrayOf<OT::PosLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1418'>
+ <class-decl name='OffsetArrayOf<OT::PosLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1417'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-768'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-767'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::Rule> -->
- <class-decl name='OffsetArrayOf<OT::Rule>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1454'>
+ <class-decl name='OffsetArrayOf<OT::Rule>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1453'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-770'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-769'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::Sequence> -->
- <class-decl name='OffsetArrayOf<OT::Sequence>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1409'>
+ <class-decl name='OffsetArrayOf<OT::Sequence>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1408'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-772'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-771'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::SubstLookup> -->
- <class-decl name='OffsetArrayOf<OT::SubstLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1421'>
+ <class-decl name='OffsetArrayOf<OT::SubstLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1420'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-773'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-772'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::PairPos -->
- <class-decl name='PairPos' size-in-bits='144' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='821' column='1' id='type-id-1430'>
+ <class-decl name='PairPos' size-in-bits='144' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='821' column='1' id='type-id-1429'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::PairPosFormat1 format1; OT::PairPosFormat2 format2;} -->
- <union-decl name='__anonymous_union__' size-in-bits='144' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='844' column='1' id='type-id-1607'>
+ <union-decl name='__anonymous_union__' size-in-bits='144' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='844' column='1' id='type-id-1606'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='845' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='845' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::PairPosFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-806' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='846' column='1'/>
+ <var-decl name='format1' type-id='type-id-805' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='846' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::PairPosFormat2 format2 -->
- <var-decl name='format2' type-id='type-id-807' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='847' column='1'/>
+ <var-decl name='format2' type-id='type-id-806' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='847' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::PairPosFormat1 format1; OT::PairPosFormat2 format2;} OT::PairPos::u -->
- <var-decl name='u' type-id='type-id-1607' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='848' column='1'/>
+ <var-decl name='u' type-id='type-id-1606' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='848' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::PairPos::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT7PairPos8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='833' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::PairPos*' -->
- <parameter type-id='type-id-1608' is-artificial='yes'/>
+ <parameter type-id='type-id-1607' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_get_coverage_context_t::return_t OT::PairPos::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='823' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairPos*' -->
- <parameter type-id='type-id-1609' is-artificial='yes'/>
+ <parameter type-id='type-id-1608' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::PairPos::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='823' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairPos*' -->
- <parameter type-id='type-id-1609' is-artificial='yes'/>
+ <parameter type-id='type-id-1608' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::PairPos::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='823' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::PairPos*' -->
- <parameter type-id='type-id-1609' is-artificial='yes'/>
+ <parameter type-id='type-id-1608' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::RangeRecord -->
- <class-decl name='RangeRecord' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='132' column='1' id='type-id-1299'>
+ <class-decl name='RangeRecord' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='132' column='1' id='type-id-1298'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::GlyphID OT::RangeRecord::start -->
- <var-decl name='start' type-id='type-id-850' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='151' column='1'/>
+ <var-decl name='start' type-id='type-id-849' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='151' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::GlyphID OT::RangeRecord::end -->
- <var-decl name='end' type-id='type-id-850' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='152' column='1'/>
+ <var-decl name='end' type-id='type-id-849' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='152' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::USHORT OT::RangeRecord::value -->
- <var-decl name='value' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='153' column='1'/>
+ <var-decl name='value' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='153' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::RangeRecord::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='155' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='155' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::RangeRecord::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='155' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='155' column='1'/>
</data-member>
<member-function access='public'>
<!-- int OT::RangeRecord::cmp(hb_codepoint_t) -->
<function-decl name='cmp' mangled-name='_ZNK2OT11RangeRecord3cmpEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RangeRecord*' -->
- <parameter type-id='type-id-1182' is-artificial='yes'/>
+ <parameter type-id='type-id-1181' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- bool OT::RangeRecord::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT11RangeRecord8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::RangeRecord*' -->
- <parameter type-id='type-id-1610' is-artificial='yes'/>
+ <parameter type-id='type-id-1609' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::RangeRecord::intersects(const hb_set_t*) -->
<function-decl name='intersects' mangled-name='_ZNK2OT11RangeRecord10intersectsEPK8hb_set_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RangeRecord*' -->
- <parameter type-id='type-id-1182' is-artificial='yes'/>
+ <parameter type-id='type-id-1181' is-artificial='yes'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::RangeRecord::_instance_assertion_on_line_155() -->
<function-decl name='_instance_assertion_on_line_155' mangled-name='_ZNK2OT11RangeRecord31_instance_assertion_on_line_155Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RangeRecord*' -->
- <parameter type-id='type-id-1182' is-artificial='yes'/>
+ <parameter type-id='type-id-1181' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::RangeRecord::add_coverage<hb_set_digest_t>(hb_set_digest_t*) -->
<function-decl name='add_coverage<hb_set_digest_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RangeRecord*' -->
- <parameter type-id='type-id-1182' is-artificial='yes'/>
+ <parameter type-id='type-id-1181' is-artificial='yes'/>
<!-- parameter of type 'hb_set_digest_t*' -->
- <parameter type-id='type-id-843'/>
+ <parameter type-id='type-id-842'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::RangeRecord::add_coverage<hb_set_t>(hb_set_t*) -->
<function-decl name='add_coverage<hb_set_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RangeRecord*' -->
- <parameter type-id='type-id-1182' is-artificial='yes'/>
+ <parameter type-id='type-id-1181' is-artificial='yes'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::RecordArrayOf<OT::Feature> -->
- <class-decl name='RecordArrayOf<OT::Feature>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='83' column='1' id='type-id-1440'>
+ <class-decl name='RecordArrayOf<OT::Feature>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='83' column='1' id='type-id-1439'>
<!-- struct OT::SortedArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1611'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1610'/>
<member-function access='public'>
<!-- const OT::Tag& OT::RecordArrayOf<OT::Feature>::get_tag(unsigned int) -->
<function-decl name='get_tag' mangled-name='_ZNK2OT13RecordArrayOfINS_7FeatureEE7get_tagEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RecordArrayOf<OT::Feature>*' -->
- <parameter type-id='type-id-1612' is-artificial='yes'/>
+ <parameter type-id='type-id-1611' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Tag& -->
- <return type-id='type-id-1459'/>
+ <return type-id='type-id-1458'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::RecordArrayOf<OT::Feature>::get_tags(unsigned int, unsigned int*, hb_tag_t*) -->
<function-decl name='get_tags' mangled-name='_ZNK2OT13RecordArrayOfINS_7FeatureEE8get_tagsEjPjS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RecordArrayOf<OT::Feature>*' -->
- <parameter type-id='type-id-1612' is-artificial='yes'/>
+ <parameter type-id='type-id-1611' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460'/>
+ <parameter type-id='type-id-1459'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::RecordArrayOf<OT::Feature>::find_index(unsigned int, unsigned int*) -->
<function-decl name='find_index' mangled-name='_ZNK2OT13RecordArrayOfINS_7FeatureEE10find_indexEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RecordArrayOf<OT::Feature>*' -->
- <parameter type-id='type-id-1612' is-artificial='yes'/>
+ <parameter type-id='type-id-1611' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::RecordArrayOf<OT::LangSys> -->
- <class-decl name='RecordArrayOf<OT::LangSys>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='83' column='1' id='type-id-1457'>
+ <class-decl name='RecordArrayOf<OT::LangSys>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='83' column='1' id='type-id-1456'>
<!-- struct OT::SortedArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1613'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1612'/>
<member-function access='public'>
<!-- const OT::Tag& OT::RecordArrayOf<OT::LangSys>::get_tag(unsigned int) -->
<function-decl name='get_tag' mangled-name='_ZNK2OT13RecordArrayOfINS_7LangSysEE7get_tagEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RecordArrayOf<OT::LangSys>*' -->
- <parameter type-id='type-id-1614' is-artificial='yes'/>
+ <parameter type-id='type-id-1613' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Tag& -->
- <return type-id='type-id-1459'/>
+ <return type-id='type-id-1458'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::RecordArrayOf<OT::LangSys>::get_tags(unsigned int, unsigned int*, hb_tag_t*) -->
<function-decl name='get_tags' mangled-name='_ZNK2OT13RecordArrayOfINS_7LangSysEE8get_tagsEjPjS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RecordArrayOf<OT::LangSys>*' -->
- <parameter type-id='type-id-1614' is-artificial='yes'/>
+ <parameter type-id='type-id-1613' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460'/>
+ <parameter type-id='type-id-1459'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::RecordArrayOf<OT::LangSys>::find_index(unsigned int, unsigned int*) -->
<function-decl name='find_index' mangled-name='_ZNK2OT13RecordArrayOfINS_7LangSysEE10find_indexEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RecordArrayOf<OT::LangSys>*' -->
- <parameter type-id='type-id-1614' is-artificial='yes'/>
+ <parameter type-id='type-id-1613' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::RecordArrayOf<OT::Script> -->
- <class-decl name='RecordArrayOf<OT::Script>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='83' column='1' id='type-id-1443'>
+ <class-decl name='RecordArrayOf<OT::Script>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='83' column='1' id='type-id-1442'>
<!-- struct OT::SortedArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1615'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1614'/>
<member-function access='public'>
<!-- const OT::Tag& OT::RecordArrayOf<OT::Script>::get_tag(unsigned int) -->
<function-decl name='get_tag' mangled-name='_ZNK2OT13RecordArrayOfINS_6ScriptEE7get_tagEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RecordArrayOf<OT::Script>*' -->
- <parameter type-id='type-id-1616' is-artificial='yes'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Tag& -->
- <return type-id='type-id-1459'/>
+ <return type-id='type-id-1458'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::RecordArrayOf<OT::Script>::get_tags(unsigned int, unsigned int*, hb_tag_t*) -->
<function-decl name='get_tags' mangled-name='_ZNK2OT13RecordArrayOfINS_6ScriptEE8get_tagsEjPjS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RecordArrayOf<OT::Script>*' -->
- <parameter type-id='type-id-1616' is-artificial='yes'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460'/>
+ <parameter type-id='type-id-1459'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::RecordArrayOf<OT::Script>::find_index(unsigned int, unsigned int*) -->
<function-decl name='find_index' mangled-name='_ZNK2OT13RecordArrayOfINS_6ScriptEE10find_indexEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::RecordArrayOf<OT::Script>*' -->
- <parameter type-id='type-id-1616' is-artificial='yes'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SinglePos -->
- <class-decl name='SinglePos' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='529' column='1' id='type-id-1429'>
+ <class-decl name='SinglePos' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='529' column='1' id='type-id-1428'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::SinglePosFormat1 format1; OT::SinglePosFormat2 format2;} -->
- <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='552' column='1' id='type-id-1617'>
+ <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='552' column='1' id='type-id-1616'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='553' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='553' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::SinglePosFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-812' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='554' column='1'/>
+ <var-decl name='format1' type-id='type-id-811' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='554' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::SinglePosFormat2 format2 -->
- <var-decl name='format2' type-id='type-id-813' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='555' column='1'/>
+ <var-decl name='format2' type-id='type-id-812' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='555' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::SinglePosFormat1 format1; OT::SinglePosFormat2 format2;} OT::SinglePos::u -->
- <var-decl name='u' type-id='type-id-1617' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='556' column='1'/>
+ <var-decl name='u' type-id='type-id-1616' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='556' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::SinglePos::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT9SinglePos8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='541' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::SinglePos*' -->
- <parameter type-id='type-id-1618' is-artificial='yes'/>
+ <parameter type-id='type-id-1617' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- OT::hb_get_coverage_context_t::return_t OT::SinglePos::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='531' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SinglePos*' -->
- <parameter type-id='type-id-1619' is-artificial='yes'/>
+ <parameter type-id='type-id-1618' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::SinglePos::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='531' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SinglePos*' -->
- <parameter type-id='type-id-1619' is-artificial='yes'/>
+ <parameter type-id='type-id-1618' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::SinglePos::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='531' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SinglePos*' -->
- <parameter type-id='type-id-1619' is-artificial='yes'/>
+ <parameter type-id='type-id-1618' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::CmapSubtableLongGroup> -->
- <class-decl name='Supplier<OT::CmapSubtableLongGroup>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1300'/>
+ <class-decl name='Supplier<OT::CmapSubtableLongGroup>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1299'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::EncodingRecord> -->
- <class-decl name='Supplier<OT::EncodingRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1301'/>
+ <class-decl name='Supplier<OT::EncodingRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1300'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::EntryExitRecord> -->
- <class-decl name='Supplier<OT::EntryExitRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1302'/>
+ <class-decl name='Supplier<OT::EntryExitRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1301'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::Index> -->
- <class-decl name='Supplier<OT::Index>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1303'/>
+ <class-decl name='Supplier<OT::Index>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1302'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::IntType<unsigned int, 3u> > -->
- <class-decl name='Supplier<OT::IntType<unsigned int, 3u> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1304'/>
+ <class-decl name='Supplier<OT::IntType<unsigned int, 3u> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1303'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::LookupRecord> -->
- <class-decl name='Supplier<OT::LookupRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1305'/>
+ <class-decl name='Supplier<OT::LookupRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1304'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::MarkRecord> -->
- <class-decl name='Supplier<OT::MarkRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1306'/>
+ <class-decl name='Supplier<OT::MarkRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1305'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1307'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1306'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1308'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1307'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1309'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1308'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1310'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1309'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1311'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1310'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1312'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1311'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1313'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1312'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1314'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1313'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1315'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1314'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1316'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1315'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1317'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1316'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1318'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1317'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1319'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1318'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1320'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1319'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1321'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1320'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1322'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1321'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1323'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1322'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::RangeRecord> -->
- <class-decl name='Supplier<OT::RangeRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1324'/>
+ <class-decl name='Supplier<OT::RangeRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1323'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::Record<OT::Feature> > -->
- <class-decl name='Supplier<OT::Record<OT::Feature> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1325'/>
+ <class-decl name='Supplier<OT::Record<OT::Feature> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1324'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::Record<OT::LangSys> > -->
- <class-decl name='Supplier<OT::Record<OT::LangSys> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1326'/>
+ <class-decl name='Supplier<OT::Record<OT::LangSys> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1325'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::Record<OT::Script> > -->
- <class-decl name='Supplier<OT::Record<OT::Script> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1327'/>
+ <class-decl name='Supplier<OT::Record<OT::Script> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1326'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::UVSMapping> -->
- <class-decl name='Supplier<OT::UVSMapping>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1328'/>
+ <class-decl name='Supplier<OT::UVSMapping>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1327'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::UnicodeValueRange> -->
- <class-decl name='Supplier<OT::UnicodeValueRange>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1329'/>
+ <class-decl name='Supplier<OT::UnicodeValueRange>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1328'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::VariationSelectorRecord> -->
- <class-decl name='Supplier<OT::VariationSelectorRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1330'/>
+ <class-decl name='Supplier<OT::VariationSelectorRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1329'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::UVSMapping -->
- <class-decl name='UVSMapping' size-in-bits='40' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='306' column='1' id='type-id-1331'>
+ <class-decl name='UVSMapping' size-in-bits='40' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='306' column='1' id='type-id-1330'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::UINT24 OT::UVSMapping::unicodeValue -->
- <var-decl name='unicodeValue' type-id='type-id-1283' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='317' column='1'/>
+ <var-decl name='unicodeValue' type-id='type-id-1282' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='317' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='24'>
<!-- OT::GlyphID OT::UVSMapping::glyphID -->
- <var-decl name='glyphID' type-id='type-id-850' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='318' column='1'/>
+ <var-decl name='glyphID' type-id='type-id-849' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='318' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::UVSMapping::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='320' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='320' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::UVSMapping::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='320' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='320' column='1'/>
</data-member>
<member-function access='public'>
<!-- int OT::UVSMapping::cmp(const hb_codepoint_t&) -->
<function-decl name='cmp' mangled-name='_ZNK2OT10UVSMapping3cmpERKj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='307' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::UVSMapping*' -->
- <parameter type-id='type-id-1203' is-artificial='yes'/>
+ <parameter type-id='type-id-1202' is-artificial='yes'/>
<!-- parameter of type 'const hb_codepoint_t&' -->
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-939'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- bool OT::UVSMapping::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT10UVSMapping8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='312' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::UVSMapping*' -->
- <parameter type-id='type-id-1620' is-artificial='yes'/>
+ <parameter type-id='type-id-1619' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::UVSMapping::_instance_assertion_on_line_320() -->
<function-decl name='_instance_assertion_on_line_320' mangled-name='_ZNK2OT10UVSMapping31_instance_assertion_on_line_320Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='320' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::UVSMapping*' -->
- <parameter type-id='type-id-1203' is-artificial='yes'/>
+ <parameter type-id='type-id-1202' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::UnicodeValueRange -->
- <class-decl name='UnicodeValueRange' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='283' column='1' id='type-id-1332'>
+ <class-decl name='UnicodeValueRange' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='283' column='1' id='type-id-1331'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::UINT24 OT::UnicodeValueRange::startUnicodeValue -->
- <var-decl name='startUnicodeValue' type-id='type-id-1283' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='296' column='1'/>
+ <var-decl name='startUnicodeValue' type-id='type-id-1282' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='296' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='24'>
<!-- OT::BYTE OT::UnicodeValueRange::additionalCount -->
- <var-decl name='additionalCount' type-id='type-id-1292' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='297' column='1'/>
+ <var-decl name='additionalCount' type-id='type-id-1291' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='297' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::UnicodeValueRange::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='300' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='300' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::UnicodeValueRange::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='300' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='300' column='1'/>
</data-member>
<member-function access='public'>
<!-- int OT::UnicodeValueRange::cmp(const hb_codepoint_t&) -->
<function-decl name='cmp' mangled-name='_ZNK2OT17UnicodeValueRange3cmpERKj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='284' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::UnicodeValueRange*' -->
- <parameter type-id='type-id-1209' is-artificial='yes'/>
+ <parameter type-id='type-id-1208' is-artificial='yes'/>
<!-- parameter of type 'const hb_codepoint_t&' -->
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-939'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
<!-- bool OT::UnicodeValueRange::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT17UnicodeValueRange8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='291' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::UnicodeValueRange*' -->
- <parameter type-id='type-id-1621' is-artificial='yes'/>
+ <parameter type-id='type-id-1620' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::UnicodeValueRange::_instance_assertion_on_line_300() -->
<function-decl name='_instance_assertion_on_line_300' mangled-name='_ZNK2OT17UnicodeValueRange31_instance_assertion_on_line_300Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='300' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::UnicodeValueRange*' -->
- <parameter type-id='type-id-1209' is-artificial='yes'/>
+ <parameter type-id='type-id-1208' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</class-decl>
</namespace-decl>
<!-- struct hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > > -->
- <class-decl name='hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='92' column='1' id='type-id-1532'>
+ <class-decl name='hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='92' column='1' id='type-id-1531'>
<data-member access='private' layout-offset-in-bits='0'>
<!-- hb_set_digest_lowest_bits_t<long unsigned int, 4u> hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >::head -->
- <var-decl name='head' type-id='type-id-1622' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='115' column='1'/>
+ <var-decl name='head' type-id='type-id-1621' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='115' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<!-- hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >::tail -->
- <var-decl name='tail' type-id='type-id-1623' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='116' column='1'/>
+ <var-decl name='tail' type-id='type-id-1622' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='116' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >::_static_assertion_on_line_93() -->
<function-decl name='_static_assertion_on_line_93' mangled-name='_ZNK24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj4EES_IS0_ImLj0EES0_ImLj9EEEE28_static_assertion_on_line_93Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >*' -->
- <parameter type-id='type-id-1624' is-artificial='yes'/>
+ <parameter type-id='type-id-1623' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >::init() -->
<function-decl name='init' mangled-name='_ZN24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj4EES_IS0_ImLj0EES0_ImLj9EEEE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >*' -->
- <parameter type-id='type-id-1625' is-artificial='yes'/>
+ <parameter type-id='type-id-1624' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >::add(unsigned int) -->
<function-decl name='add' mangled-name='_ZN24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj4EES_IS0_ImLj0EES0_ImLj9EEEE3addEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >*' -->
- <parameter type-id='type-id-1625' is-artificial='yes'/>
+ <parameter type-id='type-id-1624' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >::add_range(unsigned int, unsigned int) -->
<function-decl name='add_range' mangled-name='_ZN24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj4EES_IS0_ImLj0EES0_ImLj9EEEE9add_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >*' -->
- <parameter type-id='type-id-1625' is-artificial='yes'/>
+ <parameter type-id='type-id-1624' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- bool hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >::may_have(unsigned int) -->
<function-decl name='may_have' mangled-name='_ZNK24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj4EES_IS0_ImLj0EES0_ImLj9EEEE8may_haveEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >*' -->
- <parameter type-id='type-id-1624' is-artificial='yes'/>
+ <parameter type-id='type-id-1623' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
</class-decl>
<namespace-decl name='OT'>
<!-- typedef uint8_t OT::BYTE -->
- <typedef-decl name='BYTE' type-id='type-id-145' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='631' column='1' id='type-id-1292'/>
+ <typedef-decl name='BYTE' type-id='type-id-144' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='631' column='1' id='type-id-1291'/>
</namespace-decl>
<!-- typedef OT::hb_apply_context_t::return_t (OT::hb_apply_context_t*, unsigned int)* -->
- <pointer-type-def type-id='type-id-1626' size-in-bits='64' id='type-id-1497'/>
+ <pointer-type-def type-id='type-id-1625' size-in-bits='64' id='type-id-1496'/>
<!-- typedef OT::hb_closure_context_t::return_t (OT::hb_closure_context_t*, unsigned int)* -->
- <pointer-type-def type-id='type-id-1627' size-in-bits='64' id='type-id-1521'/>
+ <pointer-type-def type-id='type-id-1626' size-in-bits='64' id='type-id-1520'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t (OT::hb_collect_glyphs_context_t*, unsigned int)* -->
- <pointer-type-def type-id='type-id-1628' size-in-bits='64' id='type-id-1524'/>
+ <pointer-type-def type-id='type-id-1627' size-in-bits='64' id='type-id-1523'/>
<!-- typedef hb_set_t hb_set_t -->
- <typedef-decl name='hb_set_t' type-id='type-id-1044' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.h' line='41' column='1' id='type-id-1525'/>
+ <typedef-decl name='hb_set_t' type-id='type-id-1043' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.h' line='41' column='1' id='type-id-1524'/>
<!-- OT::ChainContextFormat1* -->
- <pointer-type-def type-id='type-id-1361' size-in-bits='64' id='type-id-1574'/>
+ <pointer-type-def type-id='type-id-1360' size-in-bits='64' id='type-id-1573'/>
<!-- OT::ChainContextFormat2* -->
- <pointer-type-def type-id='type-id-1362' size-in-bits='64' id='type-id-1576'/>
+ <pointer-type-def type-id='type-id-1361' size-in-bits='64' id='type-id-1575'/>
<!-- OT::ChainContextFormat3* -->
- <pointer-type-def type-id='type-id-1363' size-in-bits='64' id='type-id-1578'/>
+ <pointer-type-def type-id='type-id-1362' size-in-bits='64' id='type-id-1577'/>
<!-- OT::ClassDefFormat2* -->
- <pointer-type-def type-id='type-id-1375' size-in-bits='64' id='type-id-1580'/>
+ <pointer-type-def type-id='type-id-1374' size-in-bits='64' id='type-id-1579'/>
<!-- OT::CmapSubtableLongGroup* -->
- <pointer-type-def type-id='type-id-1294' size-in-bits='64' id='type-id-1581'/>
+ <pointer-type-def type-id='type-id-1293' size-in-bits='64' id='type-id-1580'/>
<!-- OT::ContextFormat1* -->
- <pointer-type-def type-id='type-id-1385' size-in-bits='64' id='type-id-1584'/>
+ <pointer-type-def type-id='type-id-1384' size-in-bits='64' id='type-id-1583'/>
<!-- OT::ContextFormat2* -->
- <pointer-type-def type-id='type-id-1386' size-in-bits='64' id='type-id-1586'/>
+ <pointer-type-def type-id='type-id-1385' size-in-bits='64' id='type-id-1585'/>
<!-- OT::CursivePos* -->
- <pointer-type-def type-id='type-id-1431' size-in-bits='64' id='type-id-1589'/>
+ <pointer-type-def type-id='type-id-1430' size-in-bits='64' id='type-id-1588'/>
<!-- OT::EntryExitRecord* -->
- <pointer-type-def type-id='type-id-1295' size-in-bits='64' id='type-id-1591'/>
+ <pointer-type-def type-id='type-id-1294' size-in-bits='64' id='type-id-1590'/>
<!-- OT::IntType<unsigned int, 3u>* -->
- <pointer-type-def type-id='type-id-1297' size-in-bits='64' id='type-id-1594'/>
+ <pointer-type-def type-id='type-id-1296' size-in-bits='64' id='type-id-1593'/>
<!-- OT::LookupRecord* -->
- <pointer-type-def type-id='type-id-1298' size-in-bits='64' id='type-id-1595'/>
+ <pointer-type-def type-id='type-id-1297' size-in-bits='64' id='type-id-1594'/>
<!-- OT::MarkBasePos* -->
- <pointer-type-def type-id='type-id-1432' size-in-bits='64' id='type-id-1597'/>
+ <pointer-type-def type-id='type-id-1431' size-in-bits='64' id='type-id-1596'/>
<!-- OT::MarkGlyphSetsFormat1* -->
- <pointer-type-def type-id='type-id-1406' size-in-bits='64' id='type-id-1600'/>
+ <pointer-type-def type-id='type-id-1405' size-in-bits='64' id='type-id-1599'/>
<!-- OT::MarkLigPos* -->
- <pointer-type-def type-id='type-id-1433' size-in-bits='64' id='type-id-1602'/>
+ <pointer-type-def type-id='type-id-1432' size-in-bits='64' id='type-id-1601'/>
<!-- OT::MarkMarkPos* -->
- <pointer-type-def type-id='type-id-1434' size-in-bits='64' id='type-id-1605'/>
+ <pointer-type-def type-id='type-id-1433' size-in-bits='64' id='type-id-1604'/>
<!-- OT::PairPos* -->
- <pointer-type-def type-id='type-id-1430' size-in-bits='64' id='type-id-1608'/>
+ <pointer-type-def type-id='type-id-1429' size-in-bits='64' id='type-id-1607'/>
<!-- OT::RangeRecord* -->
- <pointer-type-def type-id='type-id-1299' size-in-bits='64' id='type-id-1610'/>
+ <pointer-type-def type-id='type-id-1298' size-in-bits='64' id='type-id-1609'/>
<!-- OT::SinglePos* -->
- <pointer-type-def type-id='type-id-1429' size-in-bits='64' id='type-id-1618'/>
+ <pointer-type-def type-id='type-id-1428' size-in-bits='64' id='type-id-1617'/>
<!-- OT::UVSMapping* -->
- <pointer-type-def type-id='type-id-1331' size-in-bits='64' id='type-id-1620'/>
+ <pointer-type-def type-id='type-id-1330' size-in-bits='64' id='type-id-1619'/>
<!-- OT::UnicodeValueRange* -->
- <pointer-type-def type-id='type-id-1332' size-in-bits='64' id='type-id-1621'/>
+ <pointer-type-def type-id='type-id-1331' size-in-bits='64' id='type-id-1620'/>
<!-- const OT::AlternateSubstFormat1 -->
- <qualified-type-def type-id='type-id-1046' const='yes' id='type-id-1542'/>
+ <qualified-type-def type-id='type-id-1045' const='yes' id='type-id-1541'/>
<!-- const OT::ChainContext -->
- <qualified-type-def type-id='type-id-1222' const='yes' id='type-id-1543'/>
+ <qualified-type-def type-id='type-id-1221' const='yes' id='type-id-1542'/>
<!-- const OT::ChainContextFormat1 -->
- <qualified-type-def type-id='type-id-1361' const='yes' id='type-id-1544'/>
+ <qualified-type-def type-id='type-id-1360' const='yes' id='type-id-1543'/>
<!-- const OT::ChainContextFormat1* -->
- <pointer-type-def type-id='type-id-1544' size-in-bits='64' id='type-id-1573'/>
+ <pointer-type-def type-id='type-id-1543' size-in-bits='64' id='type-id-1572'/>
<!-- const OT::ChainContextFormat2 -->
- <qualified-type-def type-id='type-id-1362' const='yes' id='type-id-1545'/>
+ <qualified-type-def type-id='type-id-1361' const='yes' id='type-id-1544'/>
<!-- const OT::ChainContextFormat2* -->
- <pointer-type-def type-id='type-id-1545' size-in-bits='64' id='type-id-1575'/>
+ <pointer-type-def type-id='type-id-1544' size-in-bits='64' id='type-id-1574'/>
<!-- const OT::ChainContextFormat3 -->
- <qualified-type-def type-id='type-id-1363' const='yes' id='type-id-1546'/>
+ <qualified-type-def type-id='type-id-1362' const='yes' id='type-id-1545'/>
<!-- const OT::ChainContextFormat3* -->
- <pointer-type-def type-id='type-id-1546' size-in-bits='64' id='type-id-1577'/>
+ <pointer-type-def type-id='type-id-1545' size-in-bits='64' id='type-id-1576'/>
<!-- const OT::ClassDefFormat2* -->
- <pointer-type-def type-id='type-id-1629' size-in-bits='64' id='type-id-1579'/>
+ <pointer-type-def type-id='type-id-1628' size-in-bits='64' id='type-id-1578'/>
<!-- const OT::Context -->
- <qualified-type-def type-id='type-id-1236' const='yes' id='type-id-1547'/>
+ <qualified-type-def type-id='type-id-1235' const='yes' id='type-id-1546'/>
<!-- const OT::ContextFormat1 -->
- <qualified-type-def type-id='type-id-1385' const='yes' id='type-id-1548'/>
+ <qualified-type-def type-id='type-id-1384' const='yes' id='type-id-1547'/>
<!-- const OT::ContextFormat1* -->
- <pointer-type-def type-id='type-id-1548' size-in-bits='64' id='type-id-1583'/>
+ <pointer-type-def type-id='type-id-1547' size-in-bits='64' id='type-id-1582'/>
<!-- const OT::ContextFormat2 -->
- <qualified-type-def type-id='type-id-1386' const='yes' id='type-id-1549'/>
+ <qualified-type-def type-id='type-id-1385' const='yes' id='type-id-1548'/>
<!-- const OT::ContextFormat2* -->
- <pointer-type-def type-id='type-id-1549' size-in-bits='64' id='type-id-1585'/>
+ <pointer-type-def type-id='type-id-1548' size-in-bits='64' id='type-id-1584'/>
<!-- const OT::CursivePos* -->
- <pointer-type-def type-id='type-id-1630' size-in-bits='64' id='type-id-1590'/>
+ <pointer-type-def type-id='type-id-1629' size-in-bits='64' id='type-id-1589'/>
<!-- const OT::CursivePosFormat1 -->
- <qualified-type-def type-id='type-id-1588' const='yes' id='type-id-1550'/>
+ <qualified-type-def type-id='type-id-1587' const='yes' id='type-id-1549'/>
<!-- const OT::Extension<OT::ExtensionSubst> -->
- <qualified-type-def type-id='type-id-1240' const='yes' id='type-id-1551'/>
+ <qualified-type-def type-id='type-id-1239' const='yes' id='type-id-1550'/>
<!-- const OT::GDEF& -->
- <reference-type-def kind='lvalue' type-id='type-id-1631' size-in-bits='64' id='type-id-1552'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1630' size-in-bits='64' id='type-id-1551'/>
<!-- const OT::IndexArray -->
- <qualified-type-def type-id='type-id-1242' const='yes' id='type-id-1553'/>
+ <qualified-type-def type-id='type-id-1241' const='yes' id='type-id-1552'/>
<!-- const OT::MarkBasePos* -->
- <pointer-type-def type-id='type-id-1632' size-in-bits='64' id='type-id-1598'/>
+ <pointer-type-def type-id='type-id-1631' size-in-bits='64' id='type-id-1597'/>
<!-- const OT::MarkGlyphSetsFormat1* -->
- <pointer-type-def type-id='type-id-1633' size-in-bits='64' id='type-id-1599'/>
+ <pointer-type-def type-id='type-id-1632' size-in-bits='64' id='type-id-1598'/>
<!-- const OT::MarkLigPos* -->
- <pointer-type-def type-id='type-id-1634' size-in-bits='64' id='type-id-1603'/>
+ <pointer-type-def type-id='type-id-1633' size-in-bits='64' id='type-id-1602'/>
<!-- const OT::MarkMarkPos* -->
- <pointer-type-def type-id='type-id-1635' size-in-bits='64' id='type-id-1606'/>
+ <pointer-type-def type-id='type-id-1634' size-in-bits='64' id='type-id-1605'/>
<!-- const OT::MultipleSubstFormat1 -->
- <qualified-type-def type-id='type-id-1256' const='yes' id='type-id-1554'/>
+ <qualified-type-def type-id='type-id-1255' const='yes' id='type-id-1553'/>
<!-- const OT::PairPos* -->
- <pointer-type-def type-id='type-id-1636' size-in-bits='64' id='type-id-1609'/>
+ <pointer-type-def type-id='type-id-1635' size-in-bits='64' id='type-id-1608'/>
<!-- const OT::RecordArrayOf<OT::Feature>* -->
- <pointer-type-def type-id='type-id-1637' size-in-bits='64' id='type-id-1612'/>
+ <pointer-type-def type-id='type-id-1636' size-in-bits='64' id='type-id-1611'/>
<!-- const OT::RecordArrayOf<OT::LangSys>* -->
- <pointer-type-def type-id='type-id-1638' size-in-bits='64' id='type-id-1614'/>
+ <pointer-type-def type-id='type-id-1637' size-in-bits='64' id='type-id-1613'/>
<!-- const OT::RecordArrayOf<OT::Script>* -->
- <pointer-type-def type-id='type-id-1639' size-in-bits='64' id='type-id-1616'/>
+ <pointer-type-def type-id='type-id-1638' size-in-bits='64' id='type-id-1615'/>
<!-- const OT::ReverseChainSingleSubstFormat1 -->
- <qualified-type-def type-id='type-id-1275' const='yes' id='type-id-1555'/>
+ <qualified-type-def type-id='type-id-1274' const='yes' id='type-id-1554'/>
<!-- const OT::SHORT -->
- <qualified-type-def type-id='type-id-501' const='yes' id='type-id-1556'/>
+ <qualified-type-def type-id='type-id-500' const='yes' id='type-id-1555'/>
<!-- const OT::SinglePos* -->
- <pointer-type-def type-id='type-id-1640' size-in-bits='64' id='type-id-1619'/>
+ <pointer-type-def type-id='type-id-1639' size-in-bits='64' id='type-id-1618'/>
<!-- const OT::SortedArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-1230' const='yes' id='type-id-1557'/>
+ <qualified-type-def type-id='type-id-1229' const='yes' id='type-id-1556'/>
<!-- const OT::SortedArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> > -->
- <qualified-type-def type-id='type-id-1226' const='yes' id='type-id-1558'/>
+ <qualified-type-def type-id='type-id-1225' const='yes' id='type-id-1557'/>
<!-- const OT::Supplier<OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-989' const='yes' id='type-id-1559'/>
+ <qualified-type-def type-id='type-id-988' const='yes' id='type-id-1558'/>
<!-- const OT::Supplier<unsigned int> -->
- <qualified-type-def type-id='type-id-993' const='yes' id='type-id-1560'/>
+ <qualified-type-def type-id='type-id-992' const='yes' id='type-id-1559'/>
<!-- const OT::USHORT -->
- <qualified-type-def type-id='type-id-444' const='yes' id='type-id-1561'/>
+ <qualified-type-def type-id='type-id-443' const='yes' id='type-id-1560'/>
<!-- const OT::Value -->
- <qualified-type-def type-id='type-id-1540' const='yes' id='type-id-1562'/>
+ <qualified-type-def type-id='type-id-1539' const='yes' id='type-id-1561'/>
<!-- const OT::hb_apply_context_t -->
- <qualified-type-def type-id='type-id-994' const='yes' id='type-id-1563'/>
+ <qualified-type-def type-id='type-id-993' const='yes' id='type-id-1562'/>
<!-- const OT::hb_apply_context_t::matcher_t -->
- <qualified-type-def type-id='type-id-1481' const='yes' id='type-id-1564'/>
+ <qualified-type-def type-id='type-id-1480' const='yes' id='type-id-1563'/>
<!-- const OT::hb_apply_context_t::skipping_backward_iterator_t -->
- <qualified-type-def type-id='type-id-1493' const='yes' id='type-id-1565'/>
+ <qualified-type-def type-id='type-id-1492' const='yes' id='type-id-1564'/>
<!-- const OT::hb_apply_context_t::skipping_forward_iterator_t -->
- <qualified-type-def type-id='type-id-1490' const='yes' id='type-id-1566'/>
+ <qualified-type-def type-id='type-id-1489' const='yes' id='type-id-1565'/>
<!-- const OT::hb_closure_context_t -->
- <qualified-type-def type-id='type-id-995' const='yes' id='type-id-1567'/>
+ <qualified-type-def type-id='type-id-994' const='yes' id='type-id-1566'/>
<!-- const OT::hb_collect_glyphs_context_t -->
- <qualified-type-def type-id='type-id-996' const='yes' id='type-id-1568'/>
+ <qualified-type-def type-id='type-id-995' const='yes' id='type-id-1567'/>
<!-- const OT::hb_would_apply_context_t -->
- <qualified-type-def type-id='type-id-998' const='yes' id='type-id-1569'/>
+ <qualified-type-def type-id='type-id-997' const='yes' id='type-id-1568'/>
<!-- const _hb_void_t -->
- <qualified-type-def type-id='type-id-1641' const='yes' id='type-id-1570'/>
+ <qualified-type-def type-id='type-id-1640' const='yes' id='type-id-1569'/>
<!-- const hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >* -->
- <pointer-type-def type-id='type-id-1642' size-in-bits='64' id='type-id-1624'/>
+ <pointer-type-def type-id='type-id-1641' size-in-bits='64' id='type-id-1623'/>
<!-- bool (hb_codepoint_t, const OT::USHORT&, void*) -->
- <function-type size-in-bits='64' id='type-id-1541'>
+ <function-type size-in-bits='64' id='type-id-1540'>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'const OT::USHORT&' -->
- <parameter type-id='type-id-1643'/>
+ <parameter type-id='type-id-1642'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-type>
<!-- OT::hb_apply_context_t::return_t (OT::hb_apply_context_t*, unsigned int) -->
- <function-type size-in-bits='64' id='type-id-1626'>
+ <function-type size-in-bits='64' id='type-id-1625'>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-type>
<!-- OT::hb_closure_context_t::return_t (OT::hb_closure_context_t*, unsigned int) -->
- <function-type size-in-bits='64' id='type-id-1627'>
+ <function-type size-in-bits='64' id='type-id-1626'>
<!-- parameter of type 'OT::hb_closure_context_t*' -->
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_closure_context_t::return_t -->
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-type>
<!-- OT::hb_collect_glyphs_context_t::return_t (OT::hb_collect_glyphs_context_t*, unsigned int) -->
- <function-type size-in-bits='64' id='type-id-1628'>
+ <function-type size-in-bits='64' id='type-id-1627'>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-type>
<!-- hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >* -->
- <pointer-type-def type-id='type-id-1532' size-in-bits='64' id='type-id-1625'/>
+ <pointer-type-def type-id='type-id-1531' size-in-bits='64' id='type-id-1624'/>
<namespace-decl name='OT'>
<!-- struct OT::BEInt<unsigned int, 3> -->
- <class-decl name='BEInt<unsigned int, 3>' size-in-bits='24' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-1593'>
+ <class-decl name='BEInt<unsigned int, 3>' size-in-bits='24' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-1592'>
<data-member access='private' layout-offset-in-bits='0'>
<!-- uint8_t OT::BEInt<unsigned int, 3>::v[3] -->
- <var-decl name='v' type-id='type-id-1644' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='579' column='1'/>
+ <var-decl name='v' type-id='type-id-1643' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='579' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::BEInt<unsigned int, 3>::set(unsigned int) -->
<function-decl name='set' mangled-name='_ZN2OT5BEIntIjLi3EE3setEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='560' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::BEInt<unsigned int, 3>*' -->
- <parameter type-id='type-id-1645' is-artificial='yes'/>
+ <parameter type-id='type-id-1644' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- unsigned int OT::BEInt<unsigned int, 3>::operator unsigned int() -->
<function-decl name='operator unsigned int' mangled-name='_ZNK2OT5BEIntIjLi3EEcvjEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='566' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<unsigned int, 3>*' -->
- <parameter type-id='type-id-1646' is-artificial='yes'/>
+ <parameter type-id='type-id-1645' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::BEInt<unsigned int, 3>::operator==(const OT::BEInt<unsigned int, 3>&) -->
<function-decl name='operator==' mangled-name='_ZNK2OT5BEIntIjLi3EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='572' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<unsigned int, 3>*' -->
- <parameter type-id='type-id-1646' is-artificial='yes'/>
+ <parameter type-id='type-id-1645' is-artificial='yes'/>
<!-- parameter of type 'const OT::BEInt<unsigned int, 3>&' -->
- <parameter type-id='type-id-1647'/>
+ <parameter type-id='type-id-1646'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::BEInt<unsigned int, 3>::operator!=(const OT::BEInt<unsigned int, 3>&) -->
<function-decl name='operator!=' mangled-name='_ZNK2OT5BEIntIjLi3EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::BEInt<unsigned int, 3>*' -->
- <parameter type-id='type-id-1646' is-artificial='yes'/>
+ <parameter type-id='type-id-1645' is-artificial='yes'/>
<!-- parameter of type 'const OT::BEInt<unsigned int, 3>&' -->
- <parameter type-id='type-id-1647'/>
+ <parameter type-id='type-id-1646'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ChainContextApplyLookupContext -->
- <class-decl name='ChainContextApplyLookupContext' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1573' column='1' id='type-id-1534'>
+ <class-decl name='ChainContextApplyLookupContext' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1573' column='1' id='type-id-1533'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::ContextApplyFuncs OT::ChainContextApplyLookupContext::funcs -->
- <var-decl name='funcs' type-id='type-id-1648' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1574' column='1'/>
+ <var-decl name='funcs' type-id='type-id-1647' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1574' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- void* OT::ChainContextApplyLookupContext::match_data[3] -->
- <var-decl name='match_data' type-id='type-id-1649' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1575' column='1'/>
+ <var-decl name='match_data' type-id='type-id-1648' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1575' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ChainContextClosureLookupContext -->
- <class-decl name='ChainContextClosureLookupContext' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1561' column='1' id='type-id-1535'>
+ <class-decl name='ChainContextClosureLookupContext' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1561' column='1' id='type-id-1534'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::ContextClosureFuncs OT::ChainContextClosureLookupContext::funcs -->
- <var-decl name='funcs' type-id='type-id-1650' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1562' column='1'/>
+ <var-decl name='funcs' type-id='type-id-1649' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1562' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- void* OT::ChainContextClosureLookupContext::intersects_data[3] -->
- <var-decl name='intersects_data' type-id='type-id-1649' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1563' column='1'/>
+ <var-decl name='intersects_data' type-id='type-id-1648' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1563' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ChainContextCollectGlyphsLookupContext -->
- <class-decl name='ChainContextCollectGlyphsLookupContext' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1567' column='1' id='type-id-1536'>
+ <class-decl name='ChainContextCollectGlyphsLookupContext' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1567' column='1' id='type-id-1535'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::ContextCollectGlyphsFuncs OT::ChainContextCollectGlyphsLookupContext::funcs -->
- <var-decl name='funcs' type-id='type-id-1651' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1568' column='1'/>
+ <var-decl name='funcs' type-id='type-id-1650' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1568' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- void* OT::ChainContextCollectGlyphsLookupContext::collect_data[3] -->
- <var-decl name='collect_data' type-id='type-id-1649' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1569' column='1'/>
+ <var-decl name='collect_data' type-id='type-id-1648' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1569' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ContextApplyLookupContext -->
- <class-decl name='ContextApplyLookupContext' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1071' column='1' id='type-id-1537'>
+ <class-decl name='ContextApplyLookupContext' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1071' column='1' id='type-id-1536'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::ContextApplyFuncs OT::ContextApplyLookupContext::funcs -->
- <var-decl name='funcs' type-id='type-id-1648' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1072' column='1'/>
+ <var-decl name='funcs' type-id='type-id-1647' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1072' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- void* OT::ContextApplyLookupContext::match_data -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ContextClosureLookupContext -->
- <class-decl name='ContextClosureLookupContext' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1059' column='1' id='type-id-1538'>
+ <class-decl name='ContextClosureLookupContext' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1059' column='1' id='type-id-1537'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::ContextClosureFuncs OT::ContextClosureLookupContext::funcs -->
- <var-decl name='funcs' type-id='type-id-1650' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1060' column='1'/>
+ <var-decl name='funcs' type-id='type-id-1649' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1060' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- void* OT::ContextClosureLookupContext::intersects_data -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ContextCollectGlyphsLookupContext -->
- <class-decl name='ContextCollectGlyphsLookupContext' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1065' column='1' id='type-id-1539'>
+ <class-decl name='ContextCollectGlyphsLookupContext' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1065' column='1' id='type-id-1538'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::ContextCollectGlyphsFuncs OT::ContextCollectGlyphsLookupContext::funcs -->
- <var-decl name='funcs' type-id='type-id-1651' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1066' column='1'/>
+ <var-decl name='funcs' type-id='type-id-1650' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1066' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- void* OT::ContextCollectGlyphsLookupContext::collect_data -->
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::CursivePosFormat1 -->
- <class-decl name='CursivePosFormat1' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='875' column='1' id='type-id-1588'>
+ <class-decl name='CursivePosFormat1' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='875' column='1' id='type-id-1587'>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::CursivePosFormat1::format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='976' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='976' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
<!-- OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > OT::CursivePosFormat1::coverage -->
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='978' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='978' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> > OT::CursivePosFormat1::entryExitRecord -->
- <var-decl name='entryExitRecord' type-id='type-id-752' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='981' column='1'/>
+ <var-decl name='entryExitRecord' type-id='type-id-751' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='981' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::CursivePosFormat1::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='984' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='984' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::CursivePosFormat1::collect_glyphs(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT17CursivePosFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='876' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CursivePosFormat1*' -->
- <parameter type-id='type-id-1652' is-artificial='yes'/>
+ <parameter type-id='type-id-1651' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const OT::Coverage& OT::CursivePosFormat1::get_coverage() -->
<function-decl name='get_coverage' mangled-name='_ZNK2OT17CursivePosFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='882' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CursivePosFormat1*' -->
- <parameter type-id='type-id-1652' is-artificial='yes'/>
+ <parameter type-id='type-id-1651' is-artificial='yes'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::CursivePosFormat1::apply(OT::hb_apply_context_t*) -->
<function-decl name='apply' mangled-name='_ZNK2OT17CursivePosFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='887' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CursivePosFormat1*' -->
- <parameter type-id='type-id-1652' is-artificial='yes'/>
+ <parameter type-id='type-id-1651' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::CursivePosFormat1::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT17CursivePosFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='970' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::CursivePosFormat1*' -->
- <parameter type-id='type-id-1653' is-artificial='yes'/>
+ <parameter type-id='type-id-1652' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::CursivePosFormat1::_instance_assertion_on_line_984() -->
<function-decl name='_instance_assertion_on_line_984' mangled-name='_ZNK2OT17CursivePosFormat131_instance_assertion_on_line_984Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CursivePosFormat1*' -->
- <parameter type-id='type-id-1652' is-artificial='yes'/>
+ <parameter type-id='type-id-1651' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::CursivePosFormat1::_compiles_assertion_on_line_984() -->
<function-decl name='_compiles_assertion_on_line_984' mangled-name='_ZNK2OT17CursivePosFormat131_compiles_assertion_on_line_984Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::CursivePosFormat1*' -->
- <parameter type-id='type-id-1652' is-artificial='yes'/>
+ <parameter type-id='type-id-1651' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::Extension<OT::ExtensionPos> -->
- <class-decl name='Extension<OT::ExtensionPos>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2199' column='1' id='type-id-1592'>
+ <class-decl name='Extension<OT::ExtensionPos>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2199' column='1' id='type-id-1591'>
<member-type access='protected'>
<!-- union {OT::USHORT format; OT::ExtensionFormat1 format1;} -->
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2247' column='1' id='type-id-1654'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2247' column='1' id='type-id-1653'>
<data-member access='private'>
<!-- OT::USHORT format -->
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2248' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2248' column='1'/>
</data-member>
<data-member access='private'>
<!-- OT::ExtensionFormat1 format1 -->
- <var-decl name='format1' type-id='type-id-796' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2249' column='1'/>
+ <var-decl name='format1' type-id='type-id-795' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2249' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- union {OT::USHORT format; OT::ExtensionFormat1 format1;} OT::Extension<OT::ExtensionPos>::u -->
- <var-decl name='u' type-id='type-id-1654' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2250' column='1'/>
+ <var-decl name='u' type-id='type-id-1653' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2250' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::Extension<OT::ExtensionPos>::get_type() -->
<function-decl name='get_type' mangled-name='_ZNK2OT9ExtensionINS_12ExtensionPosEE8get_typeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2200' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Extension<OT::ExtensionPos>*' -->
- <parameter type-id='type-id-1655' is-artificial='yes'/>
+ <parameter type-id='type-id-1654' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- unsigned int OT::Extension<OT::ExtensionPos>::get_offset() -->
<function-decl name='get_offset' mangled-name='_ZNK2OT9ExtensionINS_12ExtensionPosEE10get_offsetEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2207' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Extension<OT::ExtensionPos>*' -->
- <parameter type-id='type-id-1655' is-artificial='yes'/>
+ <parameter type-id='type-id-1654' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::Extension<OT::ExtensionPos>::sanitize_self(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize_self' mangled-name='_ZN2OT9ExtensionINS_12ExtensionPosEE13sanitize_selfEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2229' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Extension<OT::ExtensionPos>*' -->
- <parameter type-id='type-id-1656' is-artificial='yes'/>
+ <parameter type-id='type-id-1655' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::Extension<OT::ExtensionPos>::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT9ExtensionINS_12ExtensionPosEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2238' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::Extension<OT::ExtensionPos>*' -->
- <parameter type-id='type-id-1656' is-artificial='yes'/>
+ <parameter type-id='type-id-1655' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- const OT::PosLookupSubTable& OT::Extension<OT::ExtensionPos>::get_subtable<OT::PosLookupSubTable>() -->
<function-decl name='get_subtable<OT::PosLookupSubTable>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2216' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Extension<OT::ExtensionPos>*' -->
- <parameter type-id='type-id-1655' is-artificial='yes'/>
+ <parameter type-id='type-id-1654' is-artificial='yes'/>
<!-- const OT::PosLookupSubTable& -->
- <return type-id='type-id-914'/>
+ <return type-id='type-id-913'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_get_coverage_context_t::return_t OT::Extension<OT::ExtensionPos>::dispatch<OT::hb_get_coverage_context_t>(OT::hb_get_coverage_context_t*) -->
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Extension<OT::ExtensionPos>*' -->
- <parameter type-id='type-id-1655' is-artificial='yes'/>
+ <parameter type-id='type-id-1654' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_get_coverage_context_t*' -->
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-959'/>
<!-- typedef OT::hb_get_coverage_context_t::return_t -->
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_collect_glyphs_context_t::return_t OT::Extension<OT::ExtensionPos>::dispatch<OT::hb_collect_glyphs_context_t>(OT::hb_collect_glyphs_context_t*) -->
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' mangled-name='_ZNK2OT9ExtensionINS_12ExtensionPosEE8dispatchINS_27hb_collect_glyphs_context_tEEENT_8return_tEPS5_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Extension<OT::ExtensionPos>*' -->
- <parameter type-id='type-id-1655' is-artificial='yes'/>
+ <parameter type-id='type-id-1654' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_collect_glyphs_context_t*' -->
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<!-- typedef OT::hb_collect_glyphs_context_t::return_t -->
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- OT::hb_apply_context_t::return_t OT::Extension<OT::ExtensionPos>::dispatch<OT::hb_apply_context_t>(OT::hb_apply_context_t*) -->
<function-decl name='dispatch<OT::hb_apply_context_t>' mangled-name='_ZNK2OT9ExtensionINS_12ExtensionPosEE8dispatchINS_18hb_apply_context_tEEENT_8return_tEPS5_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::Extension<OT::ExtensionPos>*' -->
- <parameter type-id='type-id-1655' is-artificial='yes'/>
+ <parameter type-id='type-id-1654' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_apply_context_t*' -->
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<!-- typedef OT::hb_apply_context_t::return_t -->
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::ChainRuleSet> -->
- <class-decl name='OffsetArrayOf<OT::ChainRuleSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1572'>
+ <class-decl name='OffsetArrayOf<OT::ChainRuleSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1571'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-762'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-761'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::OffsetArrayOf<OT::RuleSet> -->
- <class-decl name='OffsetArrayOf<OT::RuleSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1582'>
+ <class-decl name='OffsetArrayOf<OT::RuleSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1581'>
<!-- struct OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-771'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-770'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SortedArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='SortedArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1611'>
+ <class-decl name='SortedArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1610'>
<!-- struct OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-776'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-775'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SortedArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='SortedArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1613'>
+ <class-decl name='SortedArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1612'>
<!-- struct OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-777'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-776'/>
<member-function access='public'>
<!-- int OT::SortedArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >::bsearch<hb_tag_t>(const hb_tag_t&) -->
<function-decl name='bsearch<hb_tag_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SortedArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1657' is-artificial='yes'/>
+ <parameter type-id='type-id-1656' is-artificial='yes'/>
<!-- parameter of type 'const hb_tag_t&' -->
- <parameter type-id='type-id-1658'/>
+ <parameter type-id='type-id-1657'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::SortedArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> > -->
- <class-decl name='SortedArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1615'>
+ <class-decl name='SortedArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1614'>
<!-- struct OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> > -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-778'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-777'/>
<member-function access='public'>
<!-- int OT::SortedArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >::bsearch<hb_tag_t>(const hb_tag_t&) -->
<function-decl name='bsearch<hb_tag_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::SortedArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >*' -->
- <parameter type-id='type-id-1659' is-artificial='yes'/>
+ <parameter type-id='type-id-1658' is-artificial='yes'/>
<!-- parameter of type 'const hb_tag_t&' -->
- <parameter type-id='type-id-1658'/>
+ <parameter type-id='type-id-1657'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
<!-- struct hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > -->
- <class-decl name='hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='92' column='1' id='type-id-1623'>
+ <class-decl name='hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='92' column='1' id='type-id-1622'>
<data-member access='private' layout-offset-in-bits='0'>
<!-- hb_set_digest_lowest_bits_t<long unsigned int, 0u> hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >::head -->
- <var-decl name='head' type-id='type-id-1660' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='115' column='1'/>
+ <var-decl name='head' type-id='type-id-1659' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='115' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<!-- hb_set_digest_lowest_bits_t<long unsigned int, 9u> hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >::tail -->
- <var-decl name='tail' type-id='type-id-1661' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='116' column='1'/>
+ <var-decl name='tail' type-id='type-id-1660' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='116' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >::_static_assertion_on_line_93() -->
<function-decl name='_static_assertion_on_line_93' mangled-name='_ZNK24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj0EES0_ImLj9EEE28_static_assertion_on_line_93Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >*' -->
- <parameter type-id='type-id-1662' is-artificial='yes'/>
+ <parameter type-id='type-id-1661' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >::init() -->
<function-decl name='init' mangled-name='_ZN24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj0EES0_ImLj9EEE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >*' -->
- <parameter type-id='type-id-1663' is-artificial='yes'/>
+ <parameter type-id='type-id-1662' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >::add(unsigned int) -->
<function-decl name='add' mangled-name='_ZN24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj0EES0_ImLj9EEE3addEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >*' -->
- <parameter type-id='type-id-1663' is-artificial='yes'/>
+ <parameter type-id='type-id-1662' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >::add_range(unsigned int, unsigned int) -->
<function-decl name='add_range' mangled-name='_ZN24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj0EES0_ImLj9EEE9add_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >*' -->
- <parameter type-id='type-id-1663' is-artificial='yes'/>
+ <parameter type-id='type-id-1662' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- bool hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >::may_have(unsigned int) -->
<function-decl name='may_have' mangled-name='_ZNK24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj0EES0_ImLj9EEE8may_haveEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >*' -->
- <parameter type-id='type-id-1662' is-artificial='yes'/>
+ <parameter type-id='type-id-1661' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
</member-function>
</class-decl>
<!-- struct hb_set_digest_lowest_bits_t<long unsigned int, 4u> -->
- <class-decl name='hb_set_digest_lowest_bits_t<long unsigned int, 4u>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='44' column='1' id='type-id-1622'>
+ <class-decl name='hb_set_digest_lowest_bits_t<long unsigned int, 4u>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='44' column='1' id='type-id-1621'>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_set_digest_lowest_bits_t<long unsigned int, 4u>::mask_bytes -->
- <var-decl name='mask_bytes' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='47' column='1'/>
+ <var-decl name='mask_bytes' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='47' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_set_digest_lowest_bits_t<long unsigned int, 4u>::mask_bits -->
- <var-decl name='mask_bits' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='48' column='1'/>
+ <var-decl name='mask_bits' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='48' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_set_digest_lowest_bits_t<long unsigned int, 4u>::num_bits -->
- <var-decl name='num_bits' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='55' column='1'/>
+ <var-decl name='num_bits' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='55' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='0'>
<!-- unsigned long int hb_set_digest_lowest_bits_t<long unsigned int, 4u>::mask -->
<!-- void hb_set_digest_lowest_bits_t<long unsigned int, 4u>::_static_assertion_on_line_45() -->
<function-decl name='_static_assertion_on_line_45' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj4EE28_static_assertion_on_line_45Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_digest_lowest_bits_t<long unsigned int, 4u>*' -->
- <parameter type-id='type-id-1664' is-artificial='yes'/>
+ <parameter type-id='type-id-1663' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_digest_lowest_bits_t<long unsigned int, 4u>::init() -->
<function-decl name='init' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj4EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_lowest_bits_t<long unsigned int, 4u>*' -->
- <parameter type-id='type-id-1665' is-artificial='yes'/>
+ <parameter type-id='type-id-1664' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_digest_lowest_bits_t<long unsigned int, 4u>::add(unsigned int) -->
<function-decl name='add' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj4EE3addEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_lowest_bits_t<long unsigned int, 4u>*' -->
- <parameter type-id='type-id-1665' is-artificial='yes'/>
+ <parameter type-id='type-id-1664' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_set_digest_lowest_bits_t<long unsigned int, 4u>::add_range(unsigned int, unsigned int) -->
<function-decl name='add_range' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj4EE9add_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_lowest_bits_t<long unsigned int, 4u>*' -->
- <parameter type-id='type-id-1665' is-artificial='yes'/>
+ <parameter type-id='type-id-1664' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- bool hb_set_digest_lowest_bits_t<long unsigned int, 4u>::may_have(unsigned int) -->
<function-decl name='may_have' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj4EE8may_haveEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_digest_lowest_bits_t<long unsigned int, 4u>*' -->
- <parameter type-id='type-id-1664' is-artificial='yes'/>
+ <parameter type-id='type-id-1663' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
</class-decl>
<namespace-decl name='OT'>
<!-- typedef OT::USHORT OT::Value -->
- <typedef-decl name='Value' type-id='type-id-444' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='45' column='1' id='type-id-1540'/>
+ <typedef-decl name='Value' type-id='type-id-443' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='45' column='1' id='type-id-1539'/>
</namespace-decl>
<!-- OT::BEInt<unsigned int, 3>* -->
- <pointer-type-def type-id='type-id-1593' size-in-bits='64' id='type-id-1645'/>
+ <pointer-type-def type-id='type-id-1592' size-in-bits='64' id='type-id-1644'/>
<!-- OT::CursivePosFormat1* -->
- <pointer-type-def type-id='type-id-1588' size-in-bits='64' id='type-id-1653'/>
+ <pointer-type-def type-id='type-id-1587' size-in-bits='64' id='type-id-1652'/>
<!-- OT::Extension<OT::ExtensionPos>* -->
- <pointer-type-def type-id='type-id-1592' size-in-bits='64' id='type-id-1656'/>
+ <pointer-type-def type-id='type-id-1591' size-in-bits='64' id='type-id-1655'/>
<!-- const OT::BEInt<unsigned int, 3>& -->
- <reference-type-def kind='lvalue' type-id='type-id-1666' size-in-bits='64' id='type-id-1647'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1665' size-in-bits='64' id='type-id-1646'/>
<!-- const OT::BEInt<unsigned int, 3>* -->
- <pointer-type-def type-id='type-id-1666' size-in-bits='64' id='type-id-1646'/>
+ <pointer-type-def type-id='type-id-1665' size-in-bits='64' id='type-id-1645'/>
<!-- const OT::ClassDefFormat2 -->
- <qualified-type-def type-id='type-id-1375' const='yes' id='type-id-1629'/>
+ <qualified-type-def type-id='type-id-1374' const='yes' id='type-id-1628'/>
<!-- const OT::CursivePos -->
- <qualified-type-def type-id='type-id-1431' const='yes' id='type-id-1630'/>
+ <qualified-type-def type-id='type-id-1430' const='yes' id='type-id-1629'/>
<!-- const OT::CursivePosFormat1* -->
- <pointer-type-def type-id='type-id-1550' size-in-bits='64' id='type-id-1652'/>
+ <pointer-type-def type-id='type-id-1549' size-in-bits='64' id='type-id-1651'/>
<!-- const OT::Extension<OT::ExtensionPos>* -->
- <pointer-type-def type-id='type-id-1667' size-in-bits='64' id='type-id-1655'/>
+ <pointer-type-def type-id='type-id-1666' size-in-bits='64' id='type-id-1654'/>
<!-- const OT::GDEF -->
- <qualified-type-def type-id='type-id-1668' const='yes' id='type-id-1631'/>
+ <qualified-type-def type-id='type-id-1667' const='yes' id='type-id-1630'/>
<!-- const OT::MarkBasePos -->
- <qualified-type-def type-id='type-id-1432' const='yes' id='type-id-1632'/>
+ <qualified-type-def type-id='type-id-1431' const='yes' id='type-id-1631'/>
<!-- const OT::MarkGlyphSetsFormat1 -->
- <qualified-type-def type-id='type-id-1406' const='yes' id='type-id-1633'/>
+ <qualified-type-def type-id='type-id-1405' const='yes' id='type-id-1632'/>
<!-- const OT::MarkLigPos -->
- <qualified-type-def type-id='type-id-1433' const='yes' id='type-id-1634'/>
+ <qualified-type-def type-id='type-id-1432' const='yes' id='type-id-1633'/>
<!-- const OT::MarkMarkPos -->
- <qualified-type-def type-id='type-id-1434' const='yes' id='type-id-1635'/>
+ <qualified-type-def type-id='type-id-1433' const='yes' id='type-id-1634'/>
<!-- const OT::PairPos -->
- <qualified-type-def type-id='type-id-1430' const='yes' id='type-id-1636'/>
+ <qualified-type-def type-id='type-id-1429' const='yes' id='type-id-1635'/>
<!-- const OT::RecordArrayOf<OT::Feature> -->
- <qualified-type-def type-id='type-id-1440' const='yes' id='type-id-1637'/>
+ <qualified-type-def type-id='type-id-1439' const='yes' id='type-id-1636'/>
<!-- const OT::RecordArrayOf<OT::LangSys> -->
- <qualified-type-def type-id='type-id-1457' const='yes' id='type-id-1638'/>
+ <qualified-type-def type-id='type-id-1456' const='yes' id='type-id-1637'/>
<!-- const OT::RecordArrayOf<OT::Script> -->
- <qualified-type-def type-id='type-id-1443' const='yes' id='type-id-1639'/>
+ <qualified-type-def type-id='type-id-1442' const='yes' id='type-id-1638'/>
<!-- const OT::SinglePos -->
- <qualified-type-def type-id='type-id-1429' const='yes' id='type-id-1640'/>
+ <qualified-type-def type-id='type-id-1428' const='yes' id='type-id-1639'/>
<!-- const OT::SortedArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-1669' size-in-bits='64' id='type-id-1657'/>
+ <pointer-type-def type-id='type-id-1668' size-in-bits='64' id='type-id-1656'/>
<!-- const OT::SortedArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >* -->
- <pointer-type-def type-id='type-id-1670' size-in-bits='64' id='type-id-1659'/>
+ <pointer-type-def type-id='type-id-1669' size-in-bits='64' id='type-id-1658'/>
<!-- const OT::USHORT& -->
- <reference-type-def kind='lvalue' type-id='type-id-1561' size-in-bits='64' id='type-id-1643'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1560' size-in-bits='64' id='type-id-1642'/>
<!-- const hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >* -->
- <pointer-type-def type-id='type-id-1671' size-in-bits='64' id='type-id-1662'/>
+ <pointer-type-def type-id='type-id-1670' size-in-bits='64' id='type-id-1661'/>
<!-- const hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > > -->
- <qualified-type-def type-id='type-id-1532' const='yes' id='type-id-1642'/>
+ <qualified-type-def type-id='type-id-1531' const='yes' id='type-id-1641'/>
<!-- const hb_set_digest_lowest_bits_t<long unsigned int, 4u>* -->
- <pointer-type-def type-id='type-id-1672' size-in-bits='64' id='type-id-1664'/>
+ <pointer-type-def type-id='type-id-1671' size-in-bits='64' id='type-id-1663'/>
<!-- const hb_tag_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-495' size-in-bits='64' id='type-id-1658'/>
+ <reference-type-def kind='lvalue' type-id='type-id-494' size-in-bits='64' id='type-id-1657'/>
<!-- hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >* -->
- <pointer-type-def type-id='type-id-1623' size-in-bits='64' id='type-id-1663'/>
+ <pointer-type-def type-id='type-id-1622' size-in-bits='64' id='type-id-1662'/>
<!-- hb_set_digest_lowest_bits_t<long unsigned int, 4u>* -->
- <pointer-type-def type-id='type-id-1622' size-in-bits='64' id='type-id-1665'/>
+ <pointer-type-def type-id='type-id-1621' size-in-bits='64' id='type-id-1664'/>
<namespace-decl name='OT'>
<!-- struct OT::ContextApplyFuncs -->
- <class-decl name='ContextApplyFuncs' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='639' column='1' id='type-id-1648'>
+ <class-decl name='ContextApplyFuncs' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='639' column='1' id='type-id-1647'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::match_func_t OT::ContextApplyFuncs::match -->
- <var-decl name='match' type-id='type-id-1673' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='640' column='1'/>
+ <var-decl name='match' type-id='type-id-1672' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='640' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ContextClosureFuncs -->
- <class-decl name='ContextClosureFuncs' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='631' column='1' id='type-id-1650'>
+ <class-decl name='ContextClosureFuncs' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='631' column='1' id='type-id-1649'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::intersects_func_t OT::ContextClosureFuncs::intersects -->
- <var-decl name='intersects' type-id='type-id-1674' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='632' column='1'/>
+ <var-decl name='intersects' type-id='type-id-1673' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='632' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- struct OT::ContextCollectGlyphsFuncs -->
- <class-decl name='ContextCollectGlyphsFuncs' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='635' column='1' id='type-id-1651'>
+ <class-decl name='ContextCollectGlyphsFuncs' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='635' column='1' id='type-id-1650'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::collect_glyphs_func_t OT::ContextCollectGlyphsFuncs::collect -->
- <var-decl name='collect' type-id='type-id-1675' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='636' column='1'/>
+ <var-decl name='collect' type-id='type-id-1674' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='636' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
<!-- struct _hb_void_t -->
- <class-decl name='_hb_void_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='258' column='1' id='type-id-1641'/>
+ <class-decl name='_hb_void_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='258' column='1' id='type-id-1640'/>
<!-- struct hb_set_digest_lowest_bits_t<long unsigned int, 0u> -->
- <class-decl name='hb_set_digest_lowest_bits_t<long unsigned int, 0u>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='44' column='1' id='type-id-1660'>
+ <class-decl name='hb_set_digest_lowest_bits_t<long unsigned int, 0u>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='44' column='1' id='type-id-1659'>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_set_digest_lowest_bits_t<long unsigned int, 0u>::mask_bytes -->
- <var-decl name='mask_bytes' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='47' column='1'/>
+ <var-decl name='mask_bytes' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='47' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_set_digest_lowest_bits_t<long unsigned int, 0u>::mask_bits -->
- <var-decl name='mask_bits' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='48' column='1'/>
+ <var-decl name='mask_bits' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='48' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_set_digest_lowest_bits_t<long unsigned int, 0u>::num_bits -->
- <var-decl name='num_bits' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='55' column='1'/>
+ <var-decl name='num_bits' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='55' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='0'>
<!-- unsigned long int hb_set_digest_lowest_bits_t<long unsigned int, 0u>::mask -->
<!-- void hb_set_digest_lowest_bits_t<long unsigned int, 0u>::_static_assertion_on_line_45() -->
<function-decl name='_static_assertion_on_line_45' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj0EE28_static_assertion_on_line_45Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_digest_lowest_bits_t<long unsigned int, 0u>*' -->
- <parameter type-id='type-id-1676' is-artificial='yes'/>
+ <parameter type-id='type-id-1675' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_digest_lowest_bits_t<long unsigned int, 0u>::init() -->
<function-decl name='init' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj0EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_lowest_bits_t<long unsigned int, 0u>*' -->
- <parameter type-id='type-id-1677' is-artificial='yes'/>
+ <parameter type-id='type-id-1676' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_digest_lowest_bits_t<long unsigned int, 0u>::add(unsigned int) -->
<function-decl name='add' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj0EE3addEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_lowest_bits_t<long unsigned int, 0u>*' -->
- <parameter type-id='type-id-1677' is-artificial='yes'/>
+ <parameter type-id='type-id-1676' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_set_digest_lowest_bits_t<long unsigned int, 0u>::add_range(unsigned int, unsigned int) -->
<function-decl name='add_range' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj0EE9add_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_lowest_bits_t<long unsigned int, 0u>*' -->
- <parameter type-id='type-id-1677' is-artificial='yes'/>
+ <parameter type-id='type-id-1676' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- bool hb_set_digest_lowest_bits_t<long unsigned int, 0u>::may_have(unsigned int) -->
<function-decl name='may_have' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj0EE8may_haveEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_digest_lowest_bits_t<long unsigned int, 0u>*' -->
- <parameter type-id='type-id-1676' is-artificial='yes'/>
+ <parameter type-id='type-id-1675' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
</member-function>
</class-decl>
<!-- struct hb_set_digest_lowest_bits_t<long unsigned int, 9u> -->
- <class-decl name='hb_set_digest_lowest_bits_t<long unsigned int, 9u>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='44' column='1' id='type-id-1661'>
+ <class-decl name='hb_set_digest_lowest_bits_t<long unsigned int, 9u>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='44' column='1' id='type-id-1660'>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_set_digest_lowest_bits_t<long unsigned int, 9u>::mask_bytes -->
- <var-decl name='mask_bytes' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='47' column='1'/>
+ <var-decl name='mask_bytes' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='47' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_set_digest_lowest_bits_t<long unsigned int, 9u>::mask_bits -->
- <var-decl name='mask_bits' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='48' column='1'/>
+ <var-decl name='mask_bits' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='48' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int hb_set_digest_lowest_bits_t<long unsigned int, 9u>::num_bits -->
- <var-decl name='num_bits' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='55' column='1'/>
+ <var-decl name='num_bits' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='55' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='0'>
<!-- unsigned long int hb_set_digest_lowest_bits_t<long unsigned int, 9u>::mask -->
<!-- void hb_set_digest_lowest_bits_t<long unsigned int, 9u>::_static_assertion_on_line_45() -->
<function-decl name='_static_assertion_on_line_45' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj9EE28_static_assertion_on_line_45Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_digest_lowest_bits_t<long unsigned int, 9u>*' -->
- <parameter type-id='type-id-1678' is-artificial='yes'/>
+ <parameter type-id='type-id-1677' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_digest_lowest_bits_t<long unsigned int, 9u>::init() -->
<function-decl name='init' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj9EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_lowest_bits_t<long unsigned int, 9u>*' -->
- <parameter type-id='type-id-1679' is-artificial='yes'/>
+ <parameter type-id='type-id-1678' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_digest_lowest_bits_t<long unsigned int, 9u>::add(unsigned int) -->
<function-decl name='add' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj9EE3addEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_lowest_bits_t<long unsigned int, 9u>*' -->
- <parameter type-id='type-id-1679' is-artificial='yes'/>
+ <parameter type-id='type-id-1678' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_set_digest_lowest_bits_t<long unsigned int, 9u>::add_range(unsigned int, unsigned int) -->
<function-decl name='add_range' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj9EE9add_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_set_digest_lowest_bits_t<long unsigned int, 9u>*' -->
- <parameter type-id='type-id-1679' is-artificial='yes'/>
+ <parameter type-id='type-id-1678' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- bool hb_set_digest_lowest_bits_t<long unsigned int, 9u>::may_have(unsigned int) -->
<function-decl name='may_have' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj9EE8may_haveEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_set_digest_lowest_bits_t<long unsigned int, 9u>*' -->
- <parameter type-id='type-id-1678' is-artificial='yes'/>
+ <parameter type-id='type-id-1677' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- bool -->
</member-function>
</class-decl>
<!-- uint8_t[3] -->
- <array-type-def dimensions='1' type-id='type-id-145' size-in-bits='24' id='type-id-1644'>
+ <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='24' id='type-id-1643'>
<!-- <anonymous range>[3] -->
- <subrange length='3' type-id='type-id-42' id='type-id-1680'/>
+ <subrange length='3' type-id='type-id-42' id='type-id-1679'/>
</array-type-def>
<!-- void*[3] -->
- <array-type-def dimensions='1' type-id='type-id-20' size-in-bits='192' id='type-id-1649'>
+ <array-type-def dimensions='1' type-id='type-id-20' size-in-bits='192' id='type-id-1648'>
<!-- <anonymous range>[3] -->
- <subrange length='3' type-id='type-id-42' id='type-id-1680'/>
+ <subrange length='3' type-id='type-id-42' id='type-id-1679'/>
</array-type-def>
<!-- const OT::BEInt<unsigned int, 3> -->
- <qualified-type-def type-id='type-id-1593' const='yes' id='type-id-1666'/>
+ <qualified-type-def type-id='type-id-1592' const='yes' id='type-id-1665'/>
<!-- const OT::Extension<OT::ExtensionPos> -->
- <qualified-type-def type-id='type-id-1592' const='yes' id='type-id-1667'/>
+ <qualified-type-def type-id='type-id-1591' const='yes' id='type-id-1666'/>
<!-- const OT::SortedArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-1613' const='yes' id='type-id-1669'/>
+ <qualified-type-def type-id='type-id-1612' const='yes' id='type-id-1668'/>
<!-- const OT::SortedArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> > -->
- <qualified-type-def type-id='type-id-1615' const='yes' id='type-id-1670'/>
+ <qualified-type-def type-id='type-id-1614' const='yes' id='type-id-1669'/>
<!-- const hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > -->
- <qualified-type-def type-id='type-id-1623' const='yes' id='type-id-1671'/>
+ <qualified-type-def type-id='type-id-1622' const='yes' id='type-id-1670'/>
<!-- const hb_set_digest_lowest_bits_t<long unsigned int, 0u>* -->
- <pointer-type-def type-id='type-id-1681' size-in-bits='64' id='type-id-1676'/>
+ <pointer-type-def type-id='type-id-1680' size-in-bits='64' id='type-id-1675'/>
<!-- const hb_set_digest_lowest_bits_t<long unsigned int, 4u> -->
- <qualified-type-def type-id='type-id-1622' const='yes' id='type-id-1672'/>
+ <qualified-type-def type-id='type-id-1621' const='yes' id='type-id-1671'/>
<!-- const hb_set_digest_lowest_bits_t<long unsigned int, 9u>* -->
- <pointer-type-def type-id='type-id-1682' size-in-bits='64' id='type-id-1678'/>
+ <pointer-type-def type-id='type-id-1681' size-in-bits='64' id='type-id-1677'/>
<!-- hb_set_digest_lowest_bits_t<long unsigned int, 0u>* -->
- <pointer-type-def type-id='type-id-1660' size-in-bits='64' id='type-id-1677'/>
+ <pointer-type-def type-id='type-id-1659' size-in-bits='64' id='type-id-1676'/>
<!-- hb_set_digest_lowest_bits_t<long unsigned int, 9u>* -->
- <pointer-type-def type-id='type-id-1661' size-in-bits='64' id='type-id-1679'/>
+ <pointer-type-def type-id='type-id-1660' size-in-bits='64' id='type-id-1678'/>
<namespace-decl name='OT'>
<!-- struct OT::GDEF -->
- <class-decl name='GDEF' size-in-bits='112' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='326' column='1' id='type-id-1668'>
+ <class-decl name='GDEF' size-in-bits='112' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='326' column='1' id='type-id-1667'>
<member-type access='public'>
<!-- enum OT::GDEF::GlyphClasses -->
- <enum-decl name='GlyphClasses' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='329' column='1' id='type-id-1683'>
+ <enum-decl name='GlyphClasses' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='329' column='1' id='type-id-1682'>
<underlying-type type-id='type-id-56'/>
<enumerator name='UnclassifiedGlyph' value='0'/>
<enumerator name='BaseGlyph' value='1'/>
</member-type>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::GDEF::tableTag -->
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='327' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='327' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::FixedVersion OT::GDEF::version -->
- <var-decl name='version' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='402' column='1'/>
+ <var-decl name='version' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='402' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> > OT::GDEF::glyphClassDef -->
- <var-decl name='glyphClassDef' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='405' column='1'/>
+ <var-decl name='glyphClassDef' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='405' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> > OT::GDEF::attachList -->
- <var-decl name='attachList' type-id='type-id-588' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='409' column='1'/>
+ <var-decl name='attachList' type-id='type-id-587' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='409' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> > OT::GDEF::ligCaretList -->
- <var-decl name='ligCaretList' type-id='type-id-600' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='413' column='1'/>
+ <var-decl name='ligCaretList' type-id='type-id-599' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='413' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
<!-- OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> > OT::GDEF::markAttachClassDef -->
- <var-decl name='markAttachClassDef' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='417' column='1'/>
+ <var-decl name='markAttachClassDef' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='417' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
<!-- OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> > OT::GDEF::markGlyphSetsDef[1] -->
- <var-decl name='markGlyphSetsDef' type-id='type-id-1684' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='421' column='1'/>
+ <var-decl name='markGlyphSetsDef' type-id='type-id-1683' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='421' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::GDEF::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='426' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='426' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::GDEF::has_glyph_classes() -->
<function-decl name='has_glyph_classes' mangled-name='_ZNK2OT4GDEF17has_glyph_classesEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GDEF*' -->
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- unsigned int OT::GDEF::get_glyph_class(hb_codepoint_t) -->
<function-decl name='get_glyph_class' mangled-name='_ZNK2OT4GDEF15get_glyph_classEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GDEF*' -->
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- void OT::GDEF::get_glyphs_in_class(unsigned int, hb_set_t*) -->
<function-decl name='get_glyphs_in_class' mangled-name='_ZNK2OT4GDEF19get_glyphs_in_classEjP8hb_set_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GDEF*' -->
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::GDEF::has_mark_attachment_types() -->
<function-decl name='has_mark_attachment_types' mangled-name='_ZNK2OT4GDEF25has_mark_attachment_typesEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='343' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GDEF*' -->
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- unsigned int OT::GDEF::get_mark_attachment_type(hb_codepoint_t) -->
<function-decl name='get_mark_attachment_type' mangled-name='_ZNK2OT4GDEF24get_mark_attachment_typeEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='344' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GDEF*' -->
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::GDEF::has_attach_points() -->
<function-decl name='has_attach_points' mangled-name='_ZNK2OT4GDEF17has_attach_pointsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='347' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GDEF*' -->
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- unsigned int OT::GDEF::get_attach_points(hb_codepoint_t, unsigned int, unsigned int*, unsigned int*) -->
<function-decl name='get_attach_points' mangled-name='_ZNK2OT4GDEF17get_attach_pointsEjjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='348' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GDEF*' -->
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<!-- bool OT::GDEF::has_lig_carets() -->
<function-decl name='has_lig_carets' mangled-name='_ZNK2OT4GDEF14has_lig_caretsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='354' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GDEF*' -->
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- unsigned int OT::GDEF::get_lig_carets(hb_font_t*, hb_direction_t, hb_codepoint_t, unsigned int, unsigned int*, hb_position_t*) -->
<function-decl name='get_lig_carets' mangled-name='_ZNK2OT4GDEF14get_lig_caretsEP9hb_font_t14hb_direction_tjjPjPi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='355' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GDEF*' -->
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-125'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- bool OT::GDEF::has_mark_sets() -->
<function-decl name='has_mark_sets' mangled-name='_ZNK2OT4GDEF13has_mark_setsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='363' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GDEF*' -->
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::GDEF::mark_set_covers(unsigned int, hb_codepoint_t) -->
<function-decl name='mark_set_covers' mangled-name='_ZNK2OT4GDEF15mark_set_coversEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='364' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GDEF*' -->
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- bool OT::GDEF::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT4GDEF8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='367' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::GDEF*' -->
- <parameter type-id='type-id-1686' is-artificial='yes'/>
+ <parameter type-id='type-id-1685' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- unsigned int OT::GDEF::get_glyph_props(hb_codepoint_t) -->
<function-decl name='get_glyph_props' mangled-name='_ZNK2OT4GDEF15get_glyph_propsEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='382' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GDEF*' -->
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- void OT::GDEF::_instance_assertion_on_line_426() -->
<function-decl name='_instance_assertion_on_line_426' mangled-name='_ZNK2OT4GDEF31_instance_assertion_on_line_426Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='426' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GDEF*' -->
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::GDEF::_compiles_assertion_on_line_426() -->
<function-decl name='_compiles_assertion_on_line_426' mangled-name='_ZNK2OT4GDEF31_compiles_assertion_on_line_426Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='426' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GDEF*' -->
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='OT'>
<!-- typedef void (hb_set_t*, const OT::USHORT&, void*)* OT::collect_glyphs_func_t -->
- <typedef-decl name='collect_glyphs_func_t' type-id='type-id-1687' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='627' column='1' id='type-id-1675'/>
+ <typedef-decl name='collect_glyphs_func_t' type-id='type-id-1686' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='627' column='1' id='type-id-1674'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- typedef bool (hb_set_t*, const OT::USHORT&, void*)* OT::intersects_func_t -->
- <typedef-decl name='intersects_func_t' type-id='type-id-1688' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='626' column='1' id='type-id-1674'/>
+ <typedef-decl name='intersects_func_t' type-id='type-id-1687' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='626' column='1' id='type-id-1673'/>
</namespace-decl>
<namespace-decl name='OT'>
<!-- typedef bool (typedef hb_codepoint_t, const OT::USHORT&, void*)* OT::match_func_t -->
- <typedef-decl name='match_func_t' type-id='type-id-1485' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='628' column='1' id='type-id-1673'/>
+ <typedef-decl name='match_func_t' type-id='type-id-1484' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='628' column='1' id='type-id-1672'/>
</namespace-decl>
<!-- OT::GDEF* -->
- <pointer-type-def type-id='type-id-1668' size-in-bits='64' id='type-id-1686'/>
+ <pointer-type-def type-id='type-id-1667' size-in-bits='64' id='type-id-1685'/>
<!-- OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >[1] -->
- <array-type-def dimensions='1' type-id='type-id-606' size-in-bits='16' id='type-id-1684'>
+ <array-type-def dimensions='1' type-id='type-id-605' size-in-bits='16' id='type-id-1683'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- bool (hb_set_t*, const OT::USHORT&, void*)* -->
- <pointer-type-def type-id='type-id-1689' size-in-bits='64' id='type-id-1688'/>
+ <pointer-type-def type-id='type-id-1688' size-in-bits='64' id='type-id-1687'/>
<!-- const OT::GDEF* -->
- <pointer-type-def type-id='type-id-1631' size-in-bits='64' id='type-id-1685'/>
+ <pointer-type-def type-id='type-id-1630' size-in-bits='64' id='type-id-1684'/>
<!-- const hb_set_digest_lowest_bits_t<long unsigned int, 0u> -->
- <qualified-type-def type-id='type-id-1660' const='yes' id='type-id-1681'/>
+ <qualified-type-def type-id='type-id-1659' const='yes' id='type-id-1680'/>
<!-- const hb_set_digest_lowest_bits_t<long unsigned int, 9u> -->
- <qualified-type-def type-id='type-id-1661' const='yes' id='type-id-1682'/>
+ <qualified-type-def type-id='type-id-1660' const='yes' id='type-id-1681'/>
<!-- void (hb_set_t*, const OT::USHORT&, void*)* -->
- <pointer-type-def type-id='type-id-1690' size-in-bits='64' id='type-id-1687'/>
+ <pointer-type-def type-id='type-id-1689' size-in-bits='64' id='type-id-1686'/>
<!-- bool (hb_set_t*, const OT::USHORT&, void*) -->
- <function-type size-in-bits='64' id='type-id-1689'>
+ <function-type size-in-bits='64' id='type-id-1688'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- parameter of type 'const OT::USHORT&' -->
- <parameter type-id='type-id-1643'/>
+ <parameter type-id='type-id-1642'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-type>
<!-- void (hb_set_t*, const OT::USHORT&, void*) -->
- <function-type size-in-bits='64' id='type-id-1690'>
+ <function-type size-in-bits='64' id='type-id-1689'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- parameter of type 'const OT::USHORT&' -->
- <parameter type-id='type-id-1643'/>
+ <parameter type-id='type-id-1642'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- void -->
<!-- hb_font_funcs_t* hb_font_funcs_get_empty() -->
<function-decl name='hb_font_funcs_get_empty' mangled-name='hb_font_funcs_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='264' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_get_empty'>
<!-- hb_font_funcs_t* -->
- <return type-id='type-id-160'/>
+ <return type-id='type-id-159'/>
</function-decl>
<!-- hb_bool_t hb_font_funcs_is_immutable(hb_font_funcs_t*) -->
<function-decl name='hb_font_funcs_is_immutable' mangled-name='hb_font_funcs_is_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_is_immutable'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='377' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='377' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- void hb_font_funcs_set_glyph_func(hb_font_funcs_t*, hb_font_get_glyph_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_font_funcs_set_glyph_func' mangled-name='hb_font_funcs_set_glyph_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_func'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_font_get_glyph_func_t' -->
- <parameter type-id='type-id-182' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-181' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_font_funcs_set_glyph_h_advance_func(hb_font_funcs_t*, hb_font_get_glyph_h_advance_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_font_funcs_set_glyph_h_advance_func' mangled-name='hb_font_funcs_set_glyph_h_advance_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_h_advance_func'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_font_get_glyph_h_advance_func_t' -->
- <parameter type-id='type-id-183' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-182' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_font_funcs_set_glyph_v_advance_func(hb_font_funcs_t*, hb_font_get_glyph_v_advance_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_font_funcs_set_glyph_v_advance_func' mangled-name='hb_font_funcs_set_glyph_v_advance_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_v_advance_func'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_font_get_glyph_v_advance_func_t' -->
- <parameter type-id='type-id-184' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-183' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_font_funcs_set_glyph_h_origin_func(hb_font_funcs_t*, hb_font_get_glyph_h_origin_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_font_funcs_set_glyph_h_origin_func' mangled-name='hb_font_funcs_set_glyph_h_origin_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_h_origin_func'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_font_get_glyph_h_origin_func_t' -->
- <parameter type-id='type-id-185' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-184' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_font_funcs_set_glyph_v_origin_func(hb_font_funcs_t*, hb_font_get_glyph_v_origin_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_font_funcs_set_glyph_v_origin_func' mangled-name='hb_font_funcs_set_glyph_v_origin_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_v_origin_func'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_font_get_glyph_v_origin_func_t' -->
- <parameter type-id='type-id-186' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-185' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_font_funcs_set_glyph_h_kerning_func(hb_font_funcs_t*, hb_font_get_glyph_h_kerning_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_font_funcs_set_glyph_h_kerning_func' mangled-name='hb_font_funcs_set_glyph_h_kerning_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_h_kerning_func'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_font_get_glyph_h_kerning_func_t' -->
- <parameter type-id='type-id-187' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-186' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_font_funcs_set_glyph_v_kerning_func(hb_font_funcs_t*, hb_font_get_glyph_v_kerning_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_font_funcs_set_glyph_v_kerning_func' mangled-name='hb_font_funcs_set_glyph_v_kerning_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_v_kerning_func'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_font_get_glyph_v_kerning_func_t' -->
- <parameter type-id='type-id-188' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-187' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_font_funcs_set_glyph_extents_func(hb_font_funcs_t*, hb_font_get_glyph_extents_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_font_funcs_set_glyph_extents_func' mangled-name='hb_font_funcs_set_glyph_extents_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_extents_func'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_font_get_glyph_extents_func_t' -->
- <parameter type-id='type-id-189' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-188' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_font_funcs_set_glyph_contour_point_func(hb_font_funcs_t*, hb_font_get_glyph_contour_point_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_font_funcs_set_glyph_contour_point_func' mangled-name='hb_font_funcs_set_glyph_contour_point_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_contour_point_func'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_font_get_glyph_contour_point_func_t' -->
- <parameter type-id='type-id-190' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-189' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_font_funcs_set_glyph_name_func(hb_font_funcs_t*, hb_font_get_glyph_name_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_font_funcs_set_glyph_name_func' mangled-name='hb_font_funcs_set_glyph_name_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_name_func'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_font_get_glyph_name_func_t' -->
- <parameter type-id='type-id-191' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-190' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_font_funcs_set_glyph_from_name_func(hb_font_funcs_t*, hb_font_get_glyph_from_name_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_font_funcs_set_glyph_from_name_func' mangled-name='hb_font_funcs_set_glyph_from_name_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_from_name_func'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_font_get_glyph_from_name_func_t' -->
- <parameter type-id='type-id-192' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-191' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- hb_bool_t hb_font_get_glyph(hb_font_t*, hb_codepoint_t, hb_codepoint_t, hb_codepoint_t*) -->
<function-decl name='hb_font_get_glyph' mangled-name='hb_font_get_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='431' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='431' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='431' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='432' column='1'/>
+ <parameter type-id='type-id-68' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='432' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='variation_selector' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='432' column='1'/>
+ <parameter type-id='type-id-68' name='variation_selector' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='432' column='1'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='433' column='1'/>
+ <parameter type-id='type-id-104' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='433' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_position_t hb_font_get_glyph_h_advance(hb_font_t*, hb_codepoint_t) -->
<function-decl name='hb_font_get_glyph_h_advance' mangled-name='hb_font_get_glyph_h_advance' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='450' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_h_advance'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='450' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='450' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='451' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='451' column='1'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
<!-- hb_position_t hb_font_get_glyph_v_advance(hb_font_t*, hb_codepoint_t) -->
<function-decl name='hb_font_get_glyph_v_advance' mangled-name='hb_font_get_glyph_v_advance' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='468' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_v_advance'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='450' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='450' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='451' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='451' column='1'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
<!-- hb_bool_t hb_font_get_glyph_h_origin(hb_font_t*, hb_codepoint_t, hb_position_t*, hb_position_t*) -->
<function-decl name='hb_font_get_glyph_h_origin' mangled-name='hb_font_get_glyph_h_origin' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='488' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_h_origin'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='488' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='488' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='489' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='489' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_font_get_glyph_v_origin(hb_font_t*, hb_codepoint_t, hb_position_t*, hb_position_t*) -->
<function-decl name='hb_font_get_glyph_v_origin' mangled-name='hb_font_get_glyph_v_origin' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='509' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_v_origin'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='488' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='488' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='489' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='489' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_position_t hb_font_get_glyph_h_kerning(hb_font_t*, hb_codepoint_t, hb_codepoint_t) -->
<function-decl name='hb_font_get_glyph_h_kerning' mangled-name='hb_font_get_glyph_h_kerning' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='529' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_h_kerning'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='529' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='529' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='left_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
+ <parameter type-id='type-id-68' name='left_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='right_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
+ <parameter type-id='type-id-68' name='right_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
<!-- hb_position_t hb_font_get_glyph_v_kerning(hb_font_t*, hb_codepoint_t, hb_codepoint_t) -->
<function-decl name='hb_font_get_glyph_v_kerning' mangled-name='hb_font_get_glyph_v_kerning' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='548' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_v_kerning'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='529' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='529' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='left_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
+ <parameter type-id='type-id-68' name='left_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='right_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
+ <parameter type-id='type-id-68' name='right_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
<!-- typedef hb_position_t -->
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
<!-- hb_bool_t hb_font_get_glyph_contour_point(hb_font_t*, hb_codepoint_t, unsigned int, hb_position_t*, hb_position_t*) -->
<function-decl name='hb_font_get_glyph_contour_point' mangled-name='hb_font_get_glyph_contour_point' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='589' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_contour_point'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='589' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='589' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='590' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='590' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='point_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='590' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='591' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='591' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='591' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='591' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_font_get_glyph_name(hb_font_t*, hb_codepoint_t, char*, unsigned int) -->
<function-decl name='hb_font_get_glyph_name' mangled-name='hb_font_get_glyph_name' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='610' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_name'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='610' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='610' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='611' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='611' column='1'/>
<!-- parameter of type 'char*' -->
<parameter type-id='type-id-61' name='name' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='612' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- hb_font_t* hb_font_get_empty() -->
<function-decl name='hb_font_get_empty' mangled-name='hb_font_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='911' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_empty'>
<!-- hb_font_t* -->
- <return type-id='type-id-158'/>
+ <return type-id='type-id-157'/>
</function-decl>
<!-- hb_bool_t hb_font_is_immutable(hb_font_t*) -->
<function-decl name='hb_font_is_immutable' mangled-name='hb_font_is_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1054' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_is_immutable'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1054' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1054' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_font_t* hb_font_get_parent(hb_font_t*) -->
<function-decl name='hb_font_get_parent' mangled-name='hb_font_get_parent' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1070' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_parent'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1070' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1070' column='1'/>
<!-- hb_font_t* -->
- <return type-id='type-id-158'/>
+ <return type-id='type-id-157'/>
</function-decl>
<!-- hb_face_t* hb_font_get_face(hb_font_t*) -->
<function-decl name='hb_font_get_face' mangled-name='hb_font_get_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1086' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_face'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1086' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1086' column='1'/>
<!-- hb_face_t* -->
- <return type-id='type-id-159'/>
+ <return type-id='type-id-158'/>
</function-decl>
<!-- void hb_font_set_funcs_data(hb_font_t*, void*, hb_destroy_func_t) -->
<function-decl name='hb_font_set_funcs_data' mangled-name='hb_font_set_funcs_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_set_funcs_data'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1139' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1139' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='font_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1140' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_font_set_scale(hb_font_t*, int, int) -->
<function-decl name='hb_font_set_scale' mangled-name='hb_font_set_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_set_scale'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1169' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1169' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4' name='x_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1170' column='1'/>
<!-- parameter of type 'int' -->
<return type-id='type-id-5'/>
</function-decl>
<!-- int* -->
- <pointer-type-def type-id='type-id-4' size-in-bits='64' id='type-id-1691'/>
+ <pointer-type-def type-id='type-id-4' size-in-bits='64' id='type-id-1690'/>
<!-- void hb_font_get_scale(hb_font_t*, int*, int*) -->
<function-decl name='hb_font_get_scale' mangled-name='hb_font_get_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1191' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_scale'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1191' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1191' column='1'/>
<!-- parameter of type 'int*' -->
- <parameter type-id='type-id-1691' name='x_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1192' column='1'/>
+ <parameter type-id='type-id-1690' name='x_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1192' column='1'/>
<!-- parameter of type 'int*' -->
- <parameter type-id='type-id-1691' name='y_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1193' column='1'/>
+ <parameter type-id='type-id-1690' name='y_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1193' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_font_set_ppem(hb_font_t*, unsigned int, unsigned int) -->
<function-decl name='hb_font_set_ppem' mangled-name='hb_font_set_ppem' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1210' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_set_ppem'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1210' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1210' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='x_ppem' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1211' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- void hb_font_get_ppem(hb_font_t*, unsigned int*, unsigned int*) -->
<function-decl name='hb_font_get_ppem' mangled-name='hb_font_get_ppem' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1232' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_ppem'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1232' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1232' column='1'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='x_ppem' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1233' column='1'/>
<!-- parameter of type 'unsigned int*' -->
<!-- void hb_font_make_immutable(hb_font_t*) -->
<function-decl name='hb_font_make_immutable' mangled-name='hb_font_make_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_make_immutable'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_bool_t hb_font_get_glyph_contour_point_for_origin(hb_font_t*, hb_codepoint_t, unsigned int, hb_direction_t, hb_position_t*, hb_position_t*) -->
<function-decl name='hb_font_get_glyph_contour_point_for_origin' mangled-name='hb_font_get_glyph_contour_point_for_origin' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='785' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_contour_point_for_origin'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='785' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='785' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='786' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='786' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='point_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='786' column='1'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='787' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='787' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='788' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='788' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='788' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='788' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- void hb_font_get_glyph_kerning_for_direction(hb_font_t*, hb_codepoint_t, hb_codepoint_t, hb_direction_t, hb_position_t*, hb_position_t*) -->
<function-decl name='hb_font_get_glyph_kerning_for_direction' mangled-name='hb_font_get_glyph_kerning_for_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='739' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_kerning_for_direction'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='739' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='739' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='first_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='740' column='1'/>
+ <parameter type-id='type-id-68' name='first_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='740' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='second_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='740' column='1'/>
+ <parameter type-id='type-id-68' name='second_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='740' column='1'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='741' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='741' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='742' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='742' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='742' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='742' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_font_get_glyph_advance_for_direction(hb_font_t*, hb_codepoint_t, hb_direction_t, hb_position_t*, hb_position_t*) -->
<function-decl name='hb_font_get_glyph_advance_for_direction' mangled-name='hb_font_get_glyph_advance_for_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_advance_for_direction'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_font_funcs_make_immutable(hb_font_funcs_t*) -->
<function-decl name='hb_font_funcs_make_immutable' mangled-name='hb_font_funcs_make_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='358' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_make_immutable'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='358' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='358' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void* hb_font_get_user_data(hb_font_t*, hb_user_data_key_t*) -->
<function-decl name='hb_font_get_user_data' mangled-name='hb_font_get_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1020' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_user_data'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1020' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1020' column='1'/>
<!-- parameter of type 'hb_user_data_key_t*' -->
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1021' column='1'/>
<!-- void* -->
<!-- void* hb_font_funcs_get_user_data(hb_font_funcs_t*, hb_user_data_key_t*) -->
<function-decl name='hb_font_funcs_get_user_data' mangled-name='hb_font_funcs_get_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='342' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_get_user_data'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='342' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='342' column='1'/>
<!-- parameter of type 'hb_user_data_key_t*' -->
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='343' column='1'/>
<!-- void* -->
<!-- hb_bool_t hb_font_set_user_data(hb_font_t*, hb_user_data_key_t*, void*, hb_destroy_func_t, hb_bool_t) -->
<function-decl name='hb_font_set_user_data' mangled-name='hb_font_set_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='999' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_set_user_data'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='999' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='999' column='1'/>
<!-- parameter of type 'hb_user_data_key_t*' -->
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1000' column='1'/>
<!-- parameter of type 'void*' -->
<!-- hb_bool_t hb_font_funcs_set_user_data(hb_font_funcs_t*, hb_user_data_key_t*, void*, hb_destroy_func_t, hb_bool_t) -->
<function-decl name='hb_font_funcs_set_user_data' mangled-name='hb_font_funcs_set_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_user_data'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='321' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='321' column='1'/>
<!-- parameter of type 'hb_user_data_key_t*' -->
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='322' column='1'/>
<!-- parameter of type 'void*' -->
<!-- hb_font_t* hb_font_reference(hb_font_t*) -->
<function-decl name='hb_font_reference' mangled-name='hb_font_reference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='952' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_reference'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1070' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1070' column='1'/>
<!-- hb_font_t* -->
- <return type-id='type-id-158'/>
+ <return type-id='type-id-157'/>
</function-decl>
<!-- hb_font_funcs_t* hb_font_funcs_reference(hb_font_funcs_t*) -->
<function-decl name='hb_font_funcs_reference' mangled-name='hb_font_funcs_reference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='280' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_reference'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='280' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='280' column='1'/>
<!-- hb_font_funcs_t* -->
- <return type-id='type-id-160'/>
+ <return type-id='type-id-159'/>
</function-decl>
<!-- hb_font_funcs_t* hb_font_funcs_create() -->
<function-decl name='hb_font_funcs_create' mangled-name='hb_font_funcs_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_create'>
<!-- hb_font_funcs_t* -->
- <return type-id='type-id-160'/>
+ <return type-id='type-id-159'/>
</function-decl>
<!-- void hb_font_glyph_to_string(hb_font_t*, hb_codepoint_t, char*, unsigned int) -->
<function-decl name='hb_font_glyph_to_string' mangled-name='hb_font_glyph_to_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='806' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_glyph_to_string'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='806' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='806' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='807' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='807' column='1'/>
<!-- parameter of type 'char*' -->
<parameter type-id='type-id-61' name='s' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='808' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- hb_font_t* hb_font_create(hb_face_t*) -->
<function-decl name='hb_font_create' mangled-name='hb_font_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='851' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_create'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='851' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='851' column='1'/>
<!-- hb_font_t* -->
- <return type-id='type-id-158'/>
+ <return type-id='type-id-157'/>
</function-decl>
<!-- hb_font_t* hb_font_create_sub_font(hb_font_t*) -->
<function-decl name='hb_font_create_sub_font' mangled-name='hb_font_create_sub_font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='880' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_create_sub_font'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1070' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1070' column='1'/>
<!-- hb_font_t* -->
- <return type-id='type-id-158'/>
+ <return type-id='type-id-157'/>
</function-decl>
<!-- hb_bool_t hb_font_get_glyph_extents(hb_font_t*, hb_codepoint_t, hb_glyph_extents_t*) -->
<function-decl name='hb_font_get_glyph_extents' mangled-name='hb_font_get_glyph_extents' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='567' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_extents'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='567' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='567' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='568' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='568' column='1'/>
<!-- parameter of type 'hb_glyph_extents_t*' -->
- <parameter type-id='type-id-164' name='extents' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='569' column='1'/>
+ <parameter type-id='type-id-163' name='extents' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='569' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_font_get_glyph_from_name(hb_font_t*, const char*, int, hb_codepoint_t*) -->
<function-decl name='hb_font_get_glyph_from_name' mangled-name='hb_font_get_glyph_from_name' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='631' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_from_name'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='631' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='631' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-50' name='name' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='632' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='632' column='1'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='633' column='1'/>
+ <parameter type-id='type-id-104' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='633' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_font_glyph_from_string(hb_font_t*, const char*, int, hb_codepoint_t*) -->
<function-decl name='hb_font_glyph_from_string' mangled-name='hb_font_glyph_from_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='828' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_glyph_from_string'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='631' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='631' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-50' name='name' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='632' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='632' column='1'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='633' column='1'/>
+ <parameter type-id='type-id-104' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='633' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- void hb_font_subtract_glyph_origin_for_direction(hb_font_t*, hb_codepoint_t, hb_direction_t, hb_position_t*, hb_position_t*) -->
<function-decl name='hb_font_subtract_glyph_origin_for_direction' mangled-name='hb_font_subtract_glyph_origin_for_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='717' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_subtract_glyph_origin_for_direction'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_font_add_glyph_origin_for_direction(hb_font_t*, hb_codepoint_t, hb_direction_t, hb_position_t*, hb_position_t*) -->
<function-decl name='hb_font_add_glyph_origin_for_direction' mangled-name='hb_font_add_glyph_origin_for_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='696' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_add_glyph_origin_for_direction'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_font_get_glyph_origin_for_direction(hb_font_t*, hb_codepoint_t, hb_direction_t, hb_position_t*, hb_position_t*) -->
<function-decl name='hb_font_get_glyph_origin_for_direction' mangled-name='hb_font_get_glyph_origin_for_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='675' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_origin_for_direction'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
<!-- parameter of type 'hb_position_t*' -->
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_bool_t hb_font_get_glyph_extents_for_origin(hb_font_t*, hb_codepoint_t, hb_direction_t, hb_glyph_extents_t*) -->
<function-decl name='hb_font_get_glyph_extents_for_origin' mangled-name='hb_font_get_glyph_extents_for_origin' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='761' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_extents_for_origin'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='761' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='761' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='762' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='762' column='1'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='763' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='763' column='1'/>
<!-- parameter of type 'hb_glyph_extents_t*' -->
- <parameter type-id='type-id-164' name='extents' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='764' column='1'/>
+ <parameter type-id='type-id-163' name='extents' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='764' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- void hb_font_funcs_destroy(hb_font_funcs_t*) -->
<function-decl name='hb_font_funcs_destroy' mangled-name='hb_font_funcs_destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='294' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_destroy'>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='358' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='358' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_font_set_funcs(hb_font_t*, hb_font_funcs_t*, void*, hb_destroy_func_t) -->
<function-decl name='hb_font_set_funcs' mangled-name='hb_font_set_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1104' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_set_funcs'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1104' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1104' column='1'/>
<!-- parameter of type 'hb_font_funcs_t*' -->
- <parameter type-id='type-id-160' name='klass' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1105' column='1'/>
+ <parameter type-id='type-id-159' name='klass' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1105' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='font_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1106' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_font_destroy(hb_font_t*) -->
<function-decl name='hb_font_destroy' mangled-name='hb_font_destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='966' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_destroy'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_language_t hb_ot_tag_to_language(hb_tag_t) -->
<function-decl name='hb_ot_tag_to_language' mangled-name='hb_ot_tag_to_language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='868' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_tag_to_language'>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='868' column='1'/>
+ <parameter type-id='type-id-179' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='868' column='1'/>
<!-- typedef hb_language_t -->
- <return type-id='type-id-127'/>
+ <return type-id='type-id-126'/>
</function-decl>
<!-- hb_tag_t hb_ot_tag_from_language(hb_language_t) -->
<function-decl name='hb_ot_tag_from_language' mangled-name='hb_ot_tag_from_language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='806' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_tag_from_language'>
<!-- parameter of type 'typedef hb_language_t' -->
- <parameter type-id='type-id-127' name='language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='806' column='1'/>
+ <parameter type-id='type-id-126' name='language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='806' column='1'/>
<!-- typedef hb_tag_t -->
- <return type-id='type-id-180'/>
+ <return type-id='type-id-179'/>
</function-decl>
<!-- hb_script_t hb_ot_tag_to_script(hb_tag_t) -->
<function-decl name='hb_ot_tag_to_script' mangled-name='hb_ot_tag_to_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_tag_to_script'>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='368' column='1'/>
+ <parameter type-id='type-id-179' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='368' column='1'/>
<!-- enum hb_script_t -->
- <return type-id='type-id-104'/>
+ <return type-id='type-id-103'/>
</function-decl>
<!-- void hb_ot_tags_from_script(hb_script_t, hb_tag_t*, hb_tag_t*) -->
<function-decl name='hb_ot_tags_from_script' mangled-name='hb_ot_tags_from_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_tags_from_script'>
<!-- parameter of type 'enum hb_script_t' -->
- <parameter type-id='type-id-104' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='130' column='1'/>
+ <parameter type-id='type-id-103' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='130' column='1'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460' name='script_tag_1' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='131' column='1'/>
+ <parameter type-id='type-id-1459' name='script_tag_1' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='131' column='1'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460' name='script_tag_2' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='132' column='1'/>
+ <parameter type-id='type-id-1459' name='script_tag_2' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='132' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_set_t* hb_set_get_empty() -->
<function-decl name='hb_set_get_empty' mangled-name='hb_set_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='61' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_get_empty'>
<!-- hb_set_t* -->
- <return type-id='type-id-842'/>
+ <return type-id='type-id-841'/>
</function-decl>
<!-- hb_bool_t hb_set_allocation_successful(const hb_set_t*) -->
<function-decl name='hb_set_allocation_successful' mangled-name='hb_set_allocation_successful' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_allocation_successful'>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='153' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='153' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_set_is_empty(const hb_set_t*) -->
<function-decl name='hb_set_is_empty' mangled-name='hb_set_is_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='183' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_is_empty'>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='153' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='153' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_set_is_equal(const hb_set_t*, const hb_set_t*) -->
<function-decl name='hb_set_is_equal' mangled-name='hb_set_is_equal' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='286' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_is_equal'>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='286' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='286' column='1'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='287' column='1'/>
+ <parameter type-id='type-id-840' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='287' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_codepoint_t hb_set_get_min(const hb_set_t*) -->
<function-decl name='hb_set_get_min' mangled-name='hb_set_get_min' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_get_min'>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='413' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='413' column='1'/>
<!-- typedef hb_codepoint_t -->
- <return type-id='type-id-69'/>
+ <return type-id='type-id-68'/>
</function-decl>
<!-- hb_codepoint_t hb_set_get_max(const hb_set_t*) -->
<function-decl name='hb_set_get_max' mangled-name='hb_set_get_max' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='429' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_get_max'>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='413' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='413' column='1'/>
<!-- typedef hb_codepoint_t -->
- <return type-id='type-id-69'/>
+ <return type-id='type-id-68'/>
</function-decl>
<!-- hb_bool_t hb_set_has(const hb_set_t*, hb_codepoint_t) -->
<function-decl name='hb_set_has' mangled-name='hb_set_has' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_has'>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='200' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='200' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='201' column='1'/>
+ <parameter type-id='type-id-68' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='201' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- void hb_set_invert(hb_set_t*) -->
<function-decl name='hb_set_invert' mangled-name='hb_set_invert' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='381' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_invert'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='381' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='381' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_symmetric_difference(hb_set_t*, const hb_set_t*) -->
<function-decl name='hb_set_symmetric_difference' mangled-name='hb_set_symmetric_difference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_symmetric_difference'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
+ <parameter type-id='type-id-840' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_subtract(hb_set_t*, const hb_set_t*) -->
<function-decl name='hb_set_subtract' mangled-name='hb_set_subtract' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='350' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_subtract'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
+ <parameter type-id='type-id-840' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_intersect(hb_set_t*, const hb_set_t*) -->
<function-decl name='hb_set_intersect' mangled-name='hb_set_intersect' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_intersect'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
+ <parameter type-id='type-id-840' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_union(hb_set_t*, const hb_set_t*) -->
<function-decl name='hb_set_union' mangled-name='hb_set_union' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='318' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_union'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
+ <parameter type-id='type-id-840' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_set(hb_set_t*, const hb_set_t*) -->
<function-decl name='hb_set_set' mangled-name='hb_set_set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='302' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_set'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
+ <parameter type-id='type-id-840' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_del_range(hb_set_t*, hb_codepoint_t, hb_codepoint_t) -->
<function-decl name='hb_set_del_range' mangled-name='hb_set_del_range' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='267' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_del_range'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='267' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='267' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='first' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='268' column='1'/>
+ <parameter type-id='type-id-68' name='first' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='268' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='last' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='269' column='1'/>
+ <parameter type-id='type-id-68' name='last' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='269' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_del(hb_set_t*, hb_codepoint_t) -->
<function-decl name='hb_set_del' mangled-name='hb_set_del' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='250' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_del'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='250' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='250' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='251' column='1'/>
+ <parameter type-id='type-id-68' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='251' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_add_range(hb_set_t*, hb_codepoint_t, hb_codepoint_t) -->
<function-decl name='hb_set_add_range' mangled-name='hb_set_add_range' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_add_range'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='267' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='267' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='first' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='268' column='1'/>
+ <parameter type-id='type-id-68' name='first' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='268' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='last' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='269' column='1'/>
+ <parameter type-id='type-id-68' name='last' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='269' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_set_add(hb_set_t*, hb_codepoint_t) -->
<function-decl name='hb_set_add' mangled-name='hb_set_add' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='216' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_add'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='250' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='250' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='251' column='1'/>
+ <parameter type-id='type-id-68' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='251' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- unsigned int hb_set_get_population(const hb_set_t*) -->
<function-decl name='hb_set_get_population' mangled-name='hb_set_get_population' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_get_population'>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='397' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='397' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- void hb_set_clear(hb_set_t*) -->
<function-decl name='hb_set_clear' mangled-name='hb_set_clear' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_clear'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='381' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='381' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void* hb_set_get_user_data(hb_set_t*, hb_user_data_key_t*) -->
<function-decl name='hb_set_get_user_data' mangled-name='hb_set_get_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='135' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_get_user_data'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='135' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='135' column='1'/>
<!-- parameter of type 'hb_user_data_key_t*' -->
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='136' column='1'/>
<!-- void* -->
<!-- hb_bool_t hb_set_set_user_data(hb_set_t*, hb_user_data_key_t*, void*, hb_destroy_func_t, hb_bool_t) -->
<function-decl name='hb_set_set_user_data' mangled-name='hb_set_set_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='116' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_set_user_data'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='116' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='116' column='1'/>
<!-- parameter of type 'hb_user_data_key_t*' -->
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='117' column='1'/>
<!-- parameter of type 'void*' -->
<!-- hb_set_t* hb_set_reference(hb_set_t*) -->
<function-decl name='hb_set_reference' mangled-name='hb_set_reference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='82' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_reference'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='82' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='82' column='1'/>
<!-- hb_set_t* -->
- <return type-id='type-id-842'/>
+ <return type-id='type-id-841'/>
</function-decl>
<!-- void hb_set_destroy(hb_set_t*) -->
<function-decl name='hb_set_destroy' mangled-name='hb_set_destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='94' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_destroy'>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='381' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='381' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_set_t* hb_set_create() -->
<function-decl name='hb_set_create' mangled-name='hb_set_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='41' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_create'>
<!-- hb_set_t* -->
- <return type-id='type-id-842'/>
+ <return type-id='type-id-841'/>
</function-decl>
<!-- hb_bool_t hb_set_next_range(const hb_set_t*, hb_codepoint_t*, hb_codepoint_t*) -->
<function-decl name='hb_set_next_range' mangled-name='hb_set_next_range' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='466' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_next_range'>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='466' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='466' column='1'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105' name='first' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='467' column='1'/>
+ <parameter type-id='type-id-104' name='first' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='467' column='1'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105' name='last' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='468' column='1'/>
+ <parameter type-id='type-id-104' name='last' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='468' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_set_next(const hb_set_t*, hb_codepoint_t*) -->
<function-decl name='hb_set_next' mangled-name='hb_set_next' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_next'>
<!-- parameter of type 'const hb_set_t*' -->
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='446' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='446' column='1'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='447' column='1'/>
+ <parameter type-id='type-id-104' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='447' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-shape.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<!-- const char* const -->
- <qualified-type-def type-id='type-id-50' const='yes' id='type-id-1692'/>
+ <qualified-type-def type-id='type-id-50' const='yes' id='type-id-1691'/>
<!-- const char* const* -->
- <pointer-type-def type-id='type-id-1692' size-in-bits='64' id='type-id-1693'/>
+ <pointer-type-def type-id='type-id-1691' size-in-bits='64' id='type-id-1692'/>
<!-- hb_bool_t hb_shape_full(hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int, const char* const*) -->
<function-decl name='hb_shape_full' mangled-name='hb_shape_full' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='347' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_full'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='347' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='347' column='1'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='348' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='348' column='1'/>
<!-- parameter of type 'const hb_feature_t*' -->
- <parameter type-id='type-id-229' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='349' column='1'/>
+ <parameter type-id='type-id-228' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='349' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='num_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='350' column='1'/>
<!-- parameter of type 'const char* const*' -->
- <parameter type-id='type-id-1693' name='shaper_list' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='351' column='1'/>
+ <parameter type-id='type-id-1692' name='shaper_list' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='351' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- void hb_shape(hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int) -->
<function-decl name='hb_shape' mangled-name='hb_shape' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='379' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='379' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='379' column='1'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='380' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='380' column='1'/>
<!-- parameter of type 'const hb_feature_t*' -->
- <parameter type-id='type-id-229' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='381' column='1'/>
+ <parameter type-id='type-id-228' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='381' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='num_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='382' column='1'/>
<!-- void -->
<!-- const char** hb_shape_list_shapers() -->
<function-decl name='hb_shape_list_shapers' mangled-name='hb_shape_list_shapers' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='298' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_list_shapers'>
<!-- const char** -->
- <return type-id='type-id-63'/>
+ <return type-id='type-id-62'/>
</function-decl>
<!-- void hb_feature_to_string(hb_feature_t*, char*, unsigned int) -->
<function-decl name='hb_feature_to_string' mangled-name='hb_feature_to_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='243' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_feature_to_string'>
<!-- parameter of type 'hb_feature_t*' -->
- <parameter type-id='type-id-219' name='feature' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='243' column='1'/>
+ <parameter type-id='type-id-218' name='feature' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='243' column='1'/>
<!-- parameter of type 'char*' -->
<parameter type-id='type-id-61' name='buf' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='244' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- parameter of type 'int' -->
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='212' column='1'/>
<!-- parameter of type 'hb_feature_t*' -->
- <parameter type-id='type-id-219' name='feature' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='213' column='1'/>
+ <parameter type-id='type-id-218' name='feature' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='213' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_shape_plan_t* hb_shape_plan_get_empty() -->
<function-decl name='hb_shape_plan_get_empty' mangled-name='hb_shape_plan_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='164' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_get_empty'>
<!-- hb_shape_plan_t* -->
- <return type-id='type-id-176'/>
+ <return type-id='type-id-175'/>
</function-decl>
<!-- const char* hb_shape_plan_get_shaper(hb_shape_plan_t*) -->
<function-decl name='hb_shape_plan_get_shaper' mangled-name='hb_shape_plan_get_shaper' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='489' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_get_shaper'>
<!-- parameter of type 'hb_shape_plan_t*' -->
- <parameter type-id='type-id-176' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='489' column='1'/>
+ <parameter type-id='type-id-175' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='489' column='1'/>
<!-- const char* -->
<return type-id='type-id-50'/>
</function-decl>
<!-- hb_bool_t hb_shape_plan_execute(hb_shape_plan_t*, hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int) -->
<function-decl name='hb_shape_plan_execute' mangled-name='hb_shape_plan_execute' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_execute'>
<!-- parameter of type 'hb_shape_plan_t*' -->
- <parameter type-id='type-id-176'/>
+ <parameter type-id='type-id-175'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- parameter of type 'const hb_feature_t*' -->
- <parameter type-id='type-id-229'/>
+ <parameter type-id='type-id-228'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef hb_bool_t -->
<!-- void* hb_shape_plan_get_user_data(hb_shape_plan_t*, hb_user_data_key_t*) -->
<function-decl name='hb_shape_plan_get_user_data' mangled-name='hb_shape_plan_get_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='263' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_get_user_data'>
<!-- parameter of type 'hb_shape_plan_t*' -->
- <parameter type-id='type-id-176' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='263' column='1'/>
+ <parameter type-id='type-id-175' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='263' column='1'/>
<!-- parameter of type 'hb_user_data_key_t*' -->
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='264' column='1'/>
<!-- void* -->
<!-- hb_bool_t hb_shape_plan_set_user_data(hb_shape_plan_t*, hb_user_data_key_t*, void*, hb_destroy_func_t, hb_bool_t) -->
<function-decl name='hb_shape_plan_set_user_data' mangled-name='hb_shape_plan_set_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_set_user_data'>
<!-- parameter of type 'hb_shape_plan_t*' -->
- <parameter type-id='type-id-176' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='242' column='1'/>
+ <parameter type-id='type-id-175' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='242' column='1'/>
<!-- parameter of type 'hb_user_data_key_t*' -->
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='243' column='1'/>
<!-- parameter of type 'void*' -->
<!-- hb_shape_plan_t* hb_shape_plan_reference(hb_shape_plan_t*) -->
<function-decl name='hb_shape_plan_reference' mangled-name='hb_shape_plan_reference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_reference'>
<!-- parameter of type 'hb_shape_plan_t*' -->
- <parameter type-id='type-id-176' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='200' column='1'/>
+ <parameter type-id='type-id-175' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='200' column='1'/>
<!-- hb_shape_plan_t* -->
- <return type-id='type-id-176'/>
+ <return type-id='type-id-175'/>
</function-decl>
<!-- void hb_shape_plan_destroy(hb_shape_plan_t*) -->
<function-decl name='hb_shape_plan_destroy' mangled-name='hb_shape_plan_destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='214' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_destroy'>
<!-- parameter of type 'hb_shape_plan_t*' -->
- <parameter type-id='type-id-176' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='214' column='1'/>
+ <parameter type-id='type-id-175' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='214' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_shape_plan_t* hb_shape_plan_create(hb_face_t*, const hb_segment_properties_t*, const hb_feature_t*, unsigned int, const char* const*) -->
<function-decl name='hb_shape_plan_create' mangled-name='hb_shape_plan_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_create'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='112' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='112' column='1'/>
<!-- parameter of type 'const hb_segment_properties_t*' -->
- <parameter type-id='type-id-241' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='113' column='1'/>
+ <parameter type-id='type-id-240' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='113' column='1'/>
<!-- parameter of type 'const hb_feature_t*' -->
- <parameter type-id='type-id-229' name='user_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='114' column='1'/>
+ <parameter type-id='type-id-228' name='user_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='114' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='num_user_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='115' column='1'/>
<!-- parameter of type 'const char* const*' -->
- <parameter type-id='type-id-1693' name='shaper_list' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='116' column='1'/>
+ <parameter type-id='type-id-1692' name='shaper_list' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='116' column='1'/>
<!-- hb_shape_plan_t* -->
- <return type-id='type-id-176'/>
+ <return type-id='type-id-175'/>
</function-decl>
<!-- hb_shape_plan_t* hb_shape_plan_create_cached(hb_face_t*, const hb_segment_properties_t*, const hb_feature_t*, unsigned int, const char* const*) -->
<function-decl name='hb_shape_plan_create_cached' mangled-name='hb_shape_plan_create_cached' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='402' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_create_cached'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='112' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='112' column='1'/>
<!-- parameter of type 'const hb_segment_properties_t*' -->
- <parameter type-id='type-id-241' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='113' column='1'/>
+ <parameter type-id='type-id-240' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='113' column='1'/>
<!-- parameter of type 'const hb_feature_t*' -->
- <parameter type-id='type-id-229' name='user_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='114' column='1'/>
+ <parameter type-id='type-id-228' name='user_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='114' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='num_user_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='115' column='1'/>
<!-- parameter of type 'const char* const*' -->
- <parameter type-id='type-id-1693' name='shaper_list' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='116' column='1'/>
+ <parameter type-id='type-id-1692' name='shaper_list' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='116' column='1'/>
<!-- hb_shape_plan_t* -->
- <return type-id='type-id-176'/>
+ <return type-id='type-id-175'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-unicode.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<!-- hb_unicode_funcs_t* hb_unicode_funcs_get_empty() -->
<function-decl name='hb_unicode_funcs_get_empty' mangled-name='hb_unicode_funcs_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='215' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_get_empty'>
<!-- hb_unicode_funcs_t* -->
- <return type-id='type-id-67'/>
+ <return type-id='type-id-66'/>
</function-decl>
<!-- hb_bool_t hb_unicode_funcs_is_immutable(hb_unicode_funcs_t*) -->
<function-decl name='hb_unicode_funcs_is_immutable' mangled-name='hb_unicode_funcs_is_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='330' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_is_immutable'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='330' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='330' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_unicode_funcs_t* hb_unicode_funcs_get_parent(hb_unicode_funcs_t*) -->
<function-decl name='hb_unicode_funcs_get_parent' mangled-name='hb_unicode_funcs_get_parent' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='346' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_get_parent'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='346' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='346' column='1'/>
<!-- hb_unicode_funcs_t* -->
- <return type-id='type-id-67'/>
+ <return type-id='type-id-66'/>
</function-decl>
<!-- void hb_unicode_funcs_set_combining_class_func(hb_unicode_funcs_t*, hb_unicode_combining_class_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_unicode_funcs_set_combining_class_func' mangled-name='hb_unicode_funcs_set_combining_class_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_combining_class_func'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_unicode_combining_class_func_t' -->
- <parameter type-id='type-id-91' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-90' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_unicode_funcs_set_eastasian_width_func(hb_unicode_funcs_t*, hb_unicode_eastasian_width_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_unicode_funcs_set_eastasian_width_func' mangled-name='hb_unicode_funcs_set_eastasian_width_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_eastasian_width_func'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_unicode_eastasian_width_func_t' -->
- <parameter type-id='type-id-92' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-91' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_unicode_funcs_set_general_category_func(hb_unicode_funcs_t*, hb_unicode_general_category_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_unicode_funcs_set_general_category_func' mangled-name='hb_unicode_funcs_set_general_category_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_general_category_func'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_unicode_general_category_func_t' -->
- <parameter type-id='type-id-93' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-92' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_unicode_funcs_set_mirroring_func(hb_unicode_funcs_t*, hb_unicode_mirroring_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_unicode_funcs_set_mirroring_func' mangled-name='hb_unicode_funcs_set_mirroring_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_mirroring_func'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_unicode_mirroring_func_t' -->
- <parameter type-id='type-id-94' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-93' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_unicode_funcs_set_script_func(hb_unicode_funcs_t*, hb_unicode_script_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_unicode_funcs_set_script_func' mangled-name='hb_unicode_funcs_set_script_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_script_func'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_unicode_script_func_t' -->
- <parameter type-id='type-id-95' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-94' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_unicode_funcs_set_compose_func(hb_unicode_funcs_t*, hb_unicode_compose_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_unicode_funcs_set_compose_func' mangled-name='hb_unicode_funcs_set_compose_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_compose_func'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_unicode_compose_func_t' -->
- <parameter type-id='type-id-96' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-95' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_unicode_funcs_set_decompose_func(hb_unicode_funcs_t*, hb_unicode_decompose_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_unicode_funcs_set_decompose_func' mangled-name='hb_unicode_funcs_set_decompose_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_decompose_func'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_unicode_decompose_func_t' -->
- <parameter type-id='type-id-97' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-96' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- void hb_unicode_funcs_set_decompose_compatibility_func(hb_unicode_funcs_t*, hb_unicode_decompose_compatibility_func_t, void*, hb_destroy_func_t) -->
<function-decl name='hb_unicode_funcs_set_decompose_compatibility_func' mangled-name='hb_unicode_funcs_set_decompose_compatibility_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_decompose_compatibility_func'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_unicode_decompose_compatibility_func_t' -->
- <parameter type-id='type-id-98' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-97' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<!-- hb_unicode_combining_class_t hb_unicode_combining_class(hb_unicode_funcs_t*, hb_codepoint_t) -->
<function-decl name='hb_unicode_combining_class' mangled-name='hb_unicode_combining_class' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_combining_class'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-68' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
<!-- enum hb_unicode_combining_class_t -->
- <return type-id='type-id-102'/>
+ <return type-id='type-id-101'/>
</function-decl>
<!-- unsigned int hb_unicode_eastasian_width(hb_unicode_funcs_t*, hb_codepoint_t) -->
<function-decl name='hb_unicode_eastasian_width' mangled-name='hb_unicode_eastasian_width' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_eastasian_width'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-68' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- hb_unicode_general_category_t hb_unicode_general_category(hb_unicode_funcs_t*, hb_codepoint_t) -->
<function-decl name='hb_unicode_general_category' mangled-name='hb_unicode_general_category' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_general_category'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-68' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
<!-- enum hb_unicode_general_category_t -->
- <return type-id='type-id-103'/>
+ <return type-id='type-id-102'/>
</function-decl>
<!-- hb_codepoint_t hb_unicode_mirroring(hb_unicode_funcs_t*, hb_codepoint_t) -->
<function-decl name='hb_unicode_mirroring' mangled-name='hb_unicode_mirroring' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_mirroring'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-68' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
<!-- typedef hb_codepoint_t -->
- <return type-id='type-id-69'/>
+ <return type-id='type-id-68'/>
</function-decl>
<!-- hb_script_t hb_unicode_script(hb_unicode_funcs_t*, hb_codepoint_t) -->
<function-decl name='hb_unicode_script' mangled-name='hb_unicode_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_script'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-68' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
<!-- enum hb_script_t -->
- <return type-id='type-id-104'/>
+ <return type-id='type-id-103'/>
</function-decl>
<!-- hb_bool_t hb_unicode_decompose(hb_unicode_funcs_t*, hb_codepoint_t, hb_codepoint_t*, hb_codepoint_t*) -->
<function-decl name='hb_unicode_decompose' mangled-name='hb_unicode_decompose' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='428' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_decompose'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='428' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='428' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='ab' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='429' column='1'/>
+ <parameter type-id='type-id-68' name='ab' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='429' column='1'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105' name='a' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='430' column='1'/>
+ <parameter type-id='type-id-104' name='a' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='430' column='1'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105' name='b' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='431' column='1'/>
+ <parameter type-id='type-id-104' name='b' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='431' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- unsigned int hb_unicode_decompose_compatibility(hb_unicode_funcs_t*, hb_codepoint_t, hb_codepoint_t*) -->
<function-decl name='hb_unicode_decompose_compatibility' mangled-name='hb_unicode_decompose_compatibility' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='449' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_decompose_compatibility'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='449' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='449' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='u' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='450' column='1'/>
+ <parameter type-id='type-id-68' name='u' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='450' column='1'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105' name='decomposed' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='451' column='1'/>
+ <parameter type-id='type-id-104' name='decomposed' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='451' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- hb_bool_t hb_unicode_compose(hb_unicode_funcs_t*, hb_codepoint_t, hb_codepoint_t, hb_codepoint_t*) -->
<function-decl name='hb_unicode_compose' mangled-name='hb_unicode_compose' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='406' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_compose'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='406' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='406' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='a' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='407' column='1'/>
+ <parameter type-id='type-id-68' name='a' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='407' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='b' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='408' column='1'/>
+ <parameter type-id='type-id-68' name='b' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='408' column='1'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105' name='ab' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='409' column='1'/>
+ <parameter type-id='type-id-104' name='ab' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='409' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- void hb_unicode_funcs_make_immutable(hb_unicode_funcs_t*) -->
<function-decl name='hb_unicode_funcs_make_immutable' mangled-name='hb_unicode_funcs_make_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='311' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_make_immutable'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='311' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='311' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void* hb_unicode_funcs_get_user_data(hb_unicode_funcs_t*, hb_user_data_key_t*) -->
<function-decl name='hb_unicode_funcs_get_user_data' mangled-name='hb_unicode_funcs_get_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='295' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_get_user_data'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='295' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='295' column='1'/>
<!-- parameter of type 'hb_user_data_key_t*' -->
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='296' column='1'/>
<!-- void* -->
<!-- hb_bool_t hb_unicode_funcs_set_user_data(hb_unicode_funcs_t*, hb_user_data_key_t*, void*, hb_destroy_func_t, hb_bool_t) -->
<function-decl name='hb_unicode_funcs_set_user_data' mangled-name='hb_unicode_funcs_set_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='274' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_user_data'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='274' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='274' column='1'/>
<!-- parameter of type 'hb_user_data_key_t*' -->
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='275' column='1'/>
<!-- parameter of type 'void*' -->
<!-- hb_unicode_funcs_t* hb_unicode_funcs_reference(hb_unicode_funcs_t*) -->
<function-decl name='hb_unicode_funcs_reference' mangled-name='hb_unicode_funcs_reference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='231' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_reference'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='346' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='346' column='1'/>
<!-- hb_unicode_funcs_t* -->
- <return type-id='type-id-67'/>
+ <return type-id='type-id-66'/>
</function-decl>
<!-- void hb_unicode_funcs_destroy(hb_unicode_funcs_t*) -->
<function-decl name='hb_unicode_funcs_destroy' mangled-name='hb_unicode_funcs_destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='245' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_destroy'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='311' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='311' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_unicode_funcs_t* hb_unicode_funcs_create(hb_unicode_funcs_t*) -->
<function-decl name='hb_unicode_funcs_create' mangled-name='hb_unicode_funcs_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_create'>
<!-- parameter of type 'hb_unicode_funcs_t*' -->
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='346' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='346' column='1'/>
<!-- hb_unicode_funcs_t* -->
- <return type-id='type-id-67'/>
+ <return type-id='type-id-66'/>
</function-decl>
<!-- hb_unicode_funcs_t* hb_unicode_funcs_get_default() -->
<function-decl name='hb_unicode_funcs_get_default' mangled-name='hb_unicode_funcs_get_default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='129' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_get_default'>
<!-- hb_unicode_funcs_t* -->
- <return type-id='type-id-67'/>
+ <return type-id='type-id-66'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-ot-font.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<!-- namespace OT -->
<namespace-decl name='OT'>
<!-- struct OT::Supplier<OT::CmapSubtableLongGroup> -->
- <class-decl name='Supplier<OT::CmapSubtableLongGroup>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1300'/>
+ <class-decl name='Supplier<OT::CmapSubtableLongGroup>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1299'/>
<!-- struct OT::Supplier<OT::VariationSelectorRecord> -->
- <class-decl name='Supplier<OT::VariationSelectorRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1330'/>
+ <class-decl name='Supplier<OT::VariationSelectorRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1329'/>
<!-- struct OT::Supplier<OT::EncodingRecord> -->
- <class-decl name='Supplier<OT::EncodingRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1301'/>
+ <class-decl name='Supplier<OT::EncodingRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1300'/>
<!-- struct OT::Supplier<OT::UnicodeValueRange> -->
- <class-decl name='Supplier<OT::UnicodeValueRange>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1329'/>
+ <class-decl name='Supplier<OT::UnicodeValueRange>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1328'/>
<!-- struct OT::Supplier<OT::UVSMapping> -->
- <class-decl name='Supplier<OT::UVSMapping>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1328'/>
+ <class-decl name='Supplier<OT::UVSMapping>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1327'/>
<!-- struct OT::_mtx -->
- <class-decl name='_mtx' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='54' column='1' id='type-id-1694'>
+ <class-decl name='_mtx' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='54' column='1' id='type-id-1693'>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::_mtx::tableTag -->
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='55' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='55' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::_mtx::hmtxTag -->
- <var-decl name='hmtxTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='57' column='1'/>
+ <var-decl name='hmtxTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='57' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::_mtx::vmtxTag -->
- <var-decl name='vmtxTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='58' column='1'/>
+ <var-decl name='vmtxTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::LongMetric OT::_mtx::longMetric[1] -->
- <var-decl name='longMetric' type-id='type-id-1695' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='68' column='1'/>
+ <var-decl name='longMetric' type-id='type-id-1694' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- OT::SHORT OT::_mtx::leadingBearingX[1] -->
- <var-decl name='leadingBearingX' type-id='type-id-1696' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='76' column='1'/>
+ <var-decl name='leadingBearingX' type-id='type-id-1695' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='76' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::_mtx::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='90' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='90' column='1'/>
</data-member>
<member-function access='public'>
<!-- bool OT::_mtx::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT4_mtx8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::_mtx*' -->
- <parameter type-id='type-id-1697' is-artificial='yes'/>
+ <parameter type-id='type-id-1696' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::_mtx::_instance_assertion_on_line_90() -->
<function-decl name='_instance_assertion_on_line_90' mangled-name='_ZNK2OT4_mtx30_instance_assertion_on_line_90Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::_mtx*' -->
- <parameter type-id='type-id-1698' is-artificial='yes'/>
+ <parameter type-id='type-id-1697' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::_mtx::_compiles_assertion_on_line_90() -->
<function-decl name='_compiles_assertion_on_line_90' mangled-name='_ZNK2OT4_mtx30_compiles_assertion_on_line_90Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::_mtx*' -->
- <parameter type-id='type-id-1698' is-artificial='yes'/>
+ <parameter type-id='type-id-1697' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::LongMetric -->
- <class-decl name='LongMetric' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='46' column='1' id='type-id-1699'>
+ <class-decl name='LongMetric' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='46' column='1' id='type-id-1698'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- OT::USHORT OT::LongMetric::advance -->
- <var-decl name='advance' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='47' column='1'/>
+ <var-decl name='advance' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- OT::SHORT OT::LongMetric::lsb -->
- <var-decl name='lsb' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='48' column='1'/>
+ <var-decl name='lsb' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='48' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::LongMetric::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='50' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='50' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::LongMetric::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='50' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='50' column='1'/>
</data-member>
<member-function access='public'>
<!-- void OT::LongMetric::_instance_assertion_on_line_50() -->
<function-decl name='_instance_assertion_on_line_50' mangled-name='_ZNK2OT10LongMetric30_instance_assertion_on_line_50Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::LongMetric*' -->
- <parameter type-id='type-id-1700' is-artificial='yes'/>
+ <parameter type-id='type-id-1699' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::Sanitizer<OT::cmap> -->
- <class-decl name='Sanitizer<OT::cmap>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1701'>
+ <class-decl name='Sanitizer<OT::cmap>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1700'>
<member-function access='public' static='yes'>
<!-- hb_blob_t* OT::Sanitizer<OT::cmap>::sanitize() -->
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4cmapEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'hb_blob_t*' -->
<parameter type-id='type-id-59'/>
<!-- const OT::cmap* -->
- <return type-id='type-id-298'/>
+ <return type-id='type-id-297'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::Sanitizer<OT::_hea> -->
- <class-decl name='Sanitizer<OT::_hea>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1702'>
+ <class-decl name='Sanitizer<OT::_hea>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1701'>
<member-function access='public' static='yes'>
<!-- hb_blob_t* OT::Sanitizer<OT::_hea>::sanitize() -->
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4_heaEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'hb_blob_t*' -->
<parameter type-id='type-id-59'/>
<!-- const OT::_hea* -->
- <return type-id='type-id-299'/>
+ <return type-id='type-id-298'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::Sanitizer<OT::_mtx> -->
- <class-decl name='Sanitizer<OT::_mtx>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1703'>
+ <class-decl name='Sanitizer<OT::_mtx>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1702'>
<member-function access='public' static='yes'>
<!-- hb_blob_t* OT::Sanitizer<OT::_mtx>::sanitize() -->
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4_mtxEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'hb_blob_t*' -->
<parameter type-id='type-id-59'/>
<!-- const OT::_mtx* -->
- <return type-id='type-id-1698'/>
+ <return type-id='type-id-1697'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct hb_ot_face_cmap_accelerator_t -->
- <class-decl name='hb_ot_face_cmap_accelerator_t' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='95' column='1' id='type-id-1704'>
+ <class-decl name='hb_ot_face_cmap_accelerator_t' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='95' column='1' id='type-id-1703'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const OT::CmapSubtable* hb_ot_face_cmap_accelerator_t::table -->
- <var-decl name='table' type-id='type-id-1289' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='96' column='1'/>
+ <var-decl name='table' type-id='type-id-1288' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='96' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- const OT::CmapSubtable* hb_ot_face_cmap_accelerator_t::uvs_table -->
- <var-decl name='uvs_table' type-id='type-id-1289' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='97' column='1'/>
+ <var-decl name='uvs_table' type-id='type-id-1288' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='97' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- hb_blob_t* hb_ot_face_cmap_accelerator_t::blob -->
<!-- void hb_ot_face_cmap_accelerator_t::init(hb_face_t*) -->
<function-decl name='init' mangled-name='_ZN29hb_ot_face_cmap_accelerator_t4initEP9hb_face_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_face_cmap_accelerator_t*' -->
- <parameter type-id='type-id-1705' is-artificial='yes'/>
+ <parameter type-id='type-id-1704' is-artificial='yes'/>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-158'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_face_cmap_accelerator_t::fini() -->
<function-decl name='fini' mangled-name='_ZN29hb_ot_face_cmap_accelerator_t4finiEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='129' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_face_cmap_accelerator_t*' -->
- <parameter type-id='type-id-1705' is-artificial='yes'/>
+ <parameter type-id='type-id-1704' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool hb_ot_face_cmap_accelerator_t::get_glyph(hb_codepoint_t, hb_codepoint_t, hb_codepoint_t*) -->
<function-decl name='get_glyph' mangled-name='_ZNK29hb_ot_face_cmap_accelerator_t9get_glyphEjjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_face_cmap_accelerator_t*' -->
- <parameter type-id='type-id-1706' is-artificial='yes'/>
+ <parameter type-id='type-id-1705' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
<!-- hb_ot_face_cmap_accelerator_t* -->
- <pointer-type-def type-id='type-id-1704' size-in-bits='64' id='type-id-1705'/>
+ <pointer-type-def type-id='type-id-1703' size-in-bits='64' id='type-id-1704'/>
<!-- const hb_ot_face_cmap_accelerator_t -->
- <qualified-type-def type-id='type-id-1704' const='yes' id='type-id-1707'/>
+ <qualified-type-def type-id='type-id-1703' const='yes' id='type-id-1706'/>
<!-- const hb_ot_face_cmap_accelerator_t* -->
- <pointer-type-def type-id='type-id-1707' size-in-bits='64' id='type-id-1706'/>
+ <pointer-type-def type-id='type-id-1706' size-in-bits='64' id='type-id-1705'/>
<!-- struct hb_ot_face_metrics_accelerator_t -->
- <class-decl name='hb_ot_face_metrics_accelerator_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='39' column='1' id='type-id-1708'>
+ <class-decl name='hb_ot_face_metrics_accelerator_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='39' column='1' id='type-id-1707'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int hb_ot_face_metrics_accelerator_t::num_metrics -->
<var-decl name='num_metrics' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='40' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- const OT::_mtx* hb_ot_face_metrics_accelerator_t::table -->
- <var-decl name='table' type-id='type-id-1698' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='43' column='1'/>
+ <var-decl name='table' type-id='type-id-1697' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='43' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- hb_blob_t* hb_ot_face_metrics_accelerator_t::blob -->
<!-- void hb_ot_face_metrics_accelerator_t::init(hb_face_t*, hb_tag_t, hb_tag_t, unsigned int) -->
<function-decl name='init' mangled-name='_ZN32hb_ot_face_metrics_accelerator_t4initEP9hb_face_tjjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_face_metrics_accelerator_t*' -->
- <parameter type-id='type-id-1709' is-artificial='yes'/>
+ <parameter type-id='type-id-1708' is-artificial='yes'/>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-158'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_ot_face_metrics_accelerator_t::fini() -->
<function-decl name='fini' mangled-name='_ZN32hb_ot_face_metrics_accelerator_t4finiEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_face_metrics_accelerator_t*' -->
- <parameter type-id='type-id-1709' is-artificial='yes'/>
+ <parameter type-id='type-id-1708' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- unsigned int hb_ot_face_metrics_accelerator_t::get_advance(hb_codepoint_t) -->
<function-decl name='get_advance' mangled-name='_ZNK32hb_ot_face_metrics_accelerator_t11get_advanceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_face_metrics_accelerator_t*' -->
- <parameter type-id='type-id-1710' is-artificial='yes'/>
+ <parameter type-id='type-id-1709' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
</member-function>
</class-decl>
<!-- const OT::LongMetric -->
- <qualified-type-def type-id='type-id-1699' const='yes' id='type-id-1711'/>
+ <qualified-type-def type-id='type-id-1698' const='yes' id='type-id-1710'/>
<!-- const OT::LongMetric* -->
- <pointer-type-def type-id='type-id-1711' size-in-bits='64' id='type-id-1700'/>
+ <pointer-type-def type-id='type-id-1710' size-in-bits='64' id='type-id-1699'/>
<!-- LongMetric[1] -->
- <array-type-def dimensions='1' type-id='type-id-1699' size-in-bits='32' id='type-id-1695'>
+ <array-type-def dimensions='1' type-id='type-id-1698' size-in-bits='32' id='type-id-1694'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- SHORT[1] -->
- <array-type-def dimensions='1' type-id='type-id-501' size-in-bits='16' id='type-id-1696'>
+ <array-type-def dimensions='1' type-id='type-id-500' size-in-bits='16' id='type-id-1695'>
<!-- <anonymous range>[1] -->
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
<!-- OT::_mtx* -->
- <pointer-type-def type-id='type-id-1694' size-in-bits='64' id='type-id-1697'/>
+ <pointer-type-def type-id='type-id-1693' size-in-bits='64' id='type-id-1696'/>
<!-- const OT::_mtx -->
- <qualified-type-def type-id='type-id-1694' const='yes' id='type-id-1712'/>
+ <qualified-type-def type-id='type-id-1693' const='yes' id='type-id-1711'/>
<!-- const OT::_mtx* -->
- <pointer-type-def type-id='type-id-1712' size-in-bits='64' id='type-id-1698'/>
+ <pointer-type-def type-id='type-id-1711' size-in-bits='64' id='type-id-1697'/>
<!-- hb_ot_face_metrics_accelerator_t* -->
- <pointer-type-def type-id='type-id-1708' size-in-bits='64' id='type-id-1709'/>
+ <pointer-type-def type-id='type-id-1707' size-in-bits='64' id='type-id-1708'/>
<!-- const hb_ot_face_metrics_accelerator_t -->
- <qualified-type-def type-id='type-id-1708' const='yes' id='type-id-1713'/>
+ <qualified-type-def type-id='type-id-1707' const='yes' id='type-id-1712'/>
<!-- const hb_ot_face_metrics_accelerator_t* -->
- <pointer-type-def type-id='type-id-1713' size-in-bits='64' id='type-id-1710'/>
+ <pointer-type-def type-id='type-id-1712' size-in-bits='64' id='type-id-1709'/>
<!-- void hb_ot_font_set_funcs(hb_font_t*) -->
<function-decl name='hb_ot_font_set_funcs' mangled-name='hb_ot_font_set_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='338' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_font_set_funcs'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- namespace OT -->
<namespace-decl name='OT'>
<!-- struct OT::GSUB -->
- <class-decl name='GSUB' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1318' column='1' id='type-id-1714'>
+ <class-decl name='GSUB' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1318' column='1' id='type-id-1713'>
<!-- struct OT::GSUBGPOS -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1715'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1714'/>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::GSUB::tableTag -->
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1319' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1319' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::GSUB::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1334' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1334' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::GSUB::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1334' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1334' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::SubstLookup& OT::GSUB::get_lookup(unsigned int) -->
<function-decl name='get_lookup' mangled-name='_ZNK2OT4GSUB10get_lookupEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1321' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUB*' -->
- <parameter type-id='type-id-1716' is-artificial='yes'/>
+ <parameter type-id='type-id-1715' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::SubstLookup& -->
- <return type-id='type-id-933'/>
+ <return type-id='type-id-932'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<!-- void OT::GSUB::substitute_start(hb_buffer_t*) -->
<function-decl name='substitute_start' mangled-name='_ZN2OT4GSUB16substitute_startEP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1324' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::GSUB::substitute_finish(hb_buffer_t*) -->
<function-decl name='substitute_finish' mangled-name='_ZN2OT4GSUB17substitute_finishEP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1325' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::GSUB::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT4GSUB8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1327' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::GSUB*' -->
- <parameter type-id='type-id-1717' is-artificial='yes'/>
+ <parameter type-id='type-id-1716' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::GSUB::_instance_assertion_on_line_1334() -->
<function-decl name='_instance_assertion_on_line_1334' mangled-name='_ZNK2OT4GSUB32_instance_assertion_on_line_1334Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1334' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUB*' -->
- <parameter type-id='type-id-1716' is-artificial='yes'/>
+ <parameter type-id='type-id-1715' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::GSUBGPOS -->
- <class-decl name='GSUBGPOS' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2259' column='1' id='type-id-1715'>
+ <class-decl name='GSUBGPOS' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2259' column='1' id='type-id-1714'>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::GSUBGPOS::GSUBTag -->
- <var-decl name='GSUBTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2260' column='1'/>
+ <var-decl name='GSUBTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2260' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::GSUBGPOS::GPOSTag -->
- <var-decl name='GPOSTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2261' column='1'/>
+ <var-decl name='GPOSTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2261' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='0'>
<!-- OT::FixedVersion OT::GSUBGPOS::version -->
- <var-decl name='version' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2303' column='1'/>
+ <var-decl name='version' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2303' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
<!-- OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> > OT::GSUBGPOS::scriptList -->
- <var-decl name='scriptList' type-id='type-id-615' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2306' column='1'/>
+ <var-decl name='scriptList' type-id='type-id-614' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2306' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
<!-- OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> > OT::GSUBGPOS::featureList -->
- <var-decl name='featureList' type-id='type-id-614' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2308' column='1'/>
+ <var-decl name='featureList' type-id='type-id-613' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2308' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
<!-- OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> > OT::GSUBGPOS::lookupList -->
- <var-decl name='lookupList' type-id='type-id-608' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2310' column='1'/>
+ <var-decl name='lookupList' type-id='type-id-607' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2310' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::GSUBGPOS::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2312' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2312' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::GSUBGPOS::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2312' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2312' column='1'/>
</data-member>
<member-function access='public'>
<!-- unsigned int OT::GSUBGPOS::get_script_count() -->
<function-decl name='get_script_count' mangled-name='_ZNK2OT8GSUBGPOS16get_script_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2263' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUBGPOS*' -->
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- const OT::Tag& OT::GSUBGPOS::get_script_tag(unsigned int) -->
<function-decl name='get_script_tag' mangled-name='_ZNK2OT8GSUBGPOS14get_script_tagEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2265' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUBGPOS*' -->
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Tag& -->
- <return type-id='type-id-1459'/>
+ <return type-id='type-id-1458'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::GSUBGPOS::get_script_tags(unsigned int, unsigned int*, hb_tag_t*) -->
<function-decl name='get_script_tags' mangled-name='_ZNK2OT8GSUBGPOS15get_script_tagsEjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2267' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUBGPOS*' -->
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460'/>
+ <parameter type-id='type-id-1459'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- const OT::Script& OT::GSUBGPOS::get_script(unsigned int) -->
<function-decl name='get_script' mangled-name='_ZNK2OT8GSUBGPOS10get_scriptEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2271' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUBGPOS*' -->
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Script& -->
- <return type-id='type-id-924'/>
+ <return type-id='type-id-923'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::GSUBGPOS::find_script_index(hb_tag_t, unsigned int*) -->
<function-decl name='find_script_index' mangled-name='_ZNK2OT8GSUBGPOS17find_script_indexEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2273' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUBGPOS*' -->
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- bool -->
<!-- unsigned int OT::GSUBGPOS::get_feature_count() -->
<function-decl name='get_feature_count' mangled-name='_ZNK2OT8GSUBGPOS17get_feature_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2276' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUBGPOS*' -->
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- hb_tag_t OT::GSUBGPOS::get_feature_tag(unsigned int) -->
<function-decl name='get_feature_tag' mangled-name='_ZNK2OT8GSUBGPOS15get_feature_tagEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2278' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUBGPOS*' -->
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- typedef hb_tag_t -->
- <return type-id='type-id-180'/>
+ <return type-id='type-id-179'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int OT::GSUBGPOS::get_feature_tags(unsigned int, unsigned int*, hb_tag_t*) -->
<function-decl name='get_feature_tags' mangled-name='_ZNK2OT8GSUBGPOS16get_feature_tagsEjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2280' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUBGPOS*' -->
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460'/>
+ <parameter type-id='type-id-1459'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- const OT::Feature& OT::GSUBGPOS::get_feature(unsigned int) -->
<function-decl name='get_feature' mangled-name='_ZNK2OT8GSUBGPOS11get_featureEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2284' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUBGPOS*' -->
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Feature& -->
- <return type-id='type-id-882'/>
+ <return type-id='type-id-881'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::GSUBGPOS::find_feature_index(hb_tag_t, unsigned int*) -->
<function-decl name='find_feature_index' mangled-name='_ZNK2OT8GSUBGPOS18find_feature_indexEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2286' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUBGPOS*' -->
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- bool -->
<!-- unsigned int OT::GSUBGPOS::get_lookup_count() -->
<function-decl name='get_lookup_count' mangled-name='_ZNK2OT8GSUBGPOS16get_lookup_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2289' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUBGPOS*' -->
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- const OT::Lookup& OT::GSUBGPOS::get_lookup(unsigned int) -->
<function-decl name='get_lookup' mangled-name='_ZNK2OT8GSUBGPOS10get_lookupEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2291' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUBGPOS*' -->
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Lookup& -->
- <return type-id='type-id-896'/>
+ <return type-id='type-id-895'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool OT::GSUBGPOS::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT8GSUBGPOS8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2294' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::GSUBGPOS*' -->
- <parameter type-id='type-id-1719' is-artificial='yes'/>
+ <parameter type-id='type-id-1718' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::GSUBGPOS::_instance_assertion_on_line_2312() -->
<function-decl name='_instance_assertion_on_line_2312' mangled-name='_ZNK2OT8GSUBGPOS32_instance_assertion_on_line_2312Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2312' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GSUBGPOS*' -->
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::Supplier<OT::IntType<unsigned int, 3u> > -->
- <class-decl name='Supplier<OT::IntType<unsigned int, 3u> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1304'/>
+ <class-decl name='Supplier<OT::IntType<unsigned int, 3u> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1303'/>
<!-- struct OT::Supplier<OT::RangeRecord> -->
- <class-decl name='Supplier<OT::RangeRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1324'/>
+ <class-decl name='Supplier<OT::RangeRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1323'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1308'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1307'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1309'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1308'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1314'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1313'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1313'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1312'/>
<!-- struct OT::Supplier<OT::MarkRecord> -->
- <class-decl name='Supplier<OT::MarkRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1306'/>
+ <class-decl name='Supplier<OT::MarkRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1305'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1321'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1320'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1312'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1311'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-991'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-990'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-992'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-991'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1319'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1318'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1320'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1319'/>
<!-- struct OT::Supplier<OT::LookupRecord> -->
- <class-decl name='Supplier<OT::LookupRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1305'/>
+ <class-decl name='Supplier<OT::LookupRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1304'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1310'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1309'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1311'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1310'/>
<!-- struct OT::Supplier<OT::EntryExitRecord> -->
- <class-decl name='Supplier<OT::EntryExitRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1302'/>
+ <class-decl name='Supplier<OT::EntryExitRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1301'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1316'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1315'/>
<!-- struct OT::Supplier<OT::Offset<OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::Offset<OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-990'/>
+ <class-decl name='Supplier<OT::Offset<OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-989'/>
<!-- struct OT::Supplier<OT::Record<OT::Script> > -->
- <class-decl name='Supplier<OT::Record<OT::Script> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1327'/>
+ <class-decl name='Supplier<OT::Record<OT::Script> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1326'/>
<!-- struct OT::Supplier<OT::Index> -->
- <class-decl name='Supplier<OT::Index>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1303'/>
+ <class-decl name='Supplier<OT::Index>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1302'/>
<!-- struct OT::Supplier<OT::Record<OT::LangSys> > -->
- <class-decl name='Supplier<OT::Record<OT::LangSys> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1326'/>
+ <class-decl name='Supplier<OT::Record<OT::LangSys> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1325'/>
<!-- struct OT::Supplier<OT::Record<OT::Feature> > -->
- <class-decl name='Supplier<OT::Record<OT::Feature> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1325'/>
+ <class-decl name='Supplier<OT::Record<OT::Feature> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1324'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1315'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1314'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1322'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1321'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1323'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1322'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1317'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1316'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1318'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1317'/>
<!-- struct OT::Supplier<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > > -->
- <class-decl name='Supplier<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1307'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1306'/>
<!-- struct OT::GPOS -->
- <class-decl name='GPOS' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1517' column='1' id='type-id-1720'>
+ <class-decl name='GPOS' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1517' column='1' id='type-id-1719'>
<!-- struct OT::GSUBGPOS -->
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1715'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1714'/>
<data-member access='public' static='yes'>
<!-- static const hb_tag_t OT::GPOS::tableTag -->
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1518' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1518' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::GPOS::static_size -->
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1533' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1533' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const unsigned int OT::GPOS::min_size -->
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1533' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1533' column='1'/>
</data-member>
<member-function access='public'>
<!-- const OT::PosLookup& OT::GPOS::get_lookup(unsigned int) -->
<function-decl name='get_lookup' mangled-name='_ZNK2OT4GPOS10get_lookupEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1520' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GPOS*' -->
- <parameter type-id='type-id-1721' is-artificial='yes'/>
+ <parameter type-id='type-id-1720' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::PosLookup& -->
- <return type-id='type-id-912'/>
+ <return type-id='type-id-911'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<!-- void OT::GPOS::position_start(hb_buffer_t*) -->
<function-decl name='position_start' mangled-name='_ZN2OT4GPOS14position_startEP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1523' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void OT::GPOS::position_finish(hb_buffer_t*) -->
<function-decl name='position_finish' mangled-name='_ZN2OT4GPOS15position_finishEP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1524' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool OT::GPOS::sanitize(OT::hb_sanitize_context_t*) -->
<function-decl name='sanitize' mangled-name='_ZN2OT4GPOS8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1526' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'OT::GPOS*' -->
- <parameter type-id='type-id-1722' is-artificial='yes'/>
+ <parameter type-id='type-id-1721' is-artificial='yes'/>
<!-- parameter of type 'OT::hb_sanitize_context_t*' -->
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-260'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- void OT::GPOS::_instance_assertion_on_line_1533() -->
<function-decl name='_instance_assertion_on_line_1533' mangled-name='_ZNK2OT4GPOS32_instance_assertion_on_line_1533Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1533' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const OT::GPOS*' -->
- <parameter type-id='type-id-1721' is-artificial='yes'/>
+ <parameter type-id='type-id-1720' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::Sanitizer<OT::GDEF> -->
- <class-decl name='Sanitizer<OT::GDEF>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1723'>
+ <class-decl name='Sanitizer<OT::GDEF>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1722'>
<member-function access='public' static='yes'>
<!-- hb_blob_t* OT::Sanitizer<OT::GDEF>::sanitize() -->
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4GDEFEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'hb_blob_t*' -->
<parameter type-id='type-id-59'/>
<!-- const OT::GDEF* -->
- <return type-id='type-id-1685'/>
+ <return type-id='type-id-1684'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::Sanitizer<OT::GSUB> -->
- <class-decl name='Sanitizer<OT::GSUB>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1724'>
+ <class-decl name='Sanitizer<OT::GSUB>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1723'>
<member-function access='public' static='yes'>
<!-- hb_blob_t* OT::Sanitizer<OT::GSUB>::sanitize() -->
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4GSUBEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'hb_blob_t*' -->
<parameter type-id='type-id-59'/>
<!-- const OT::GSUB* -->
- <return type-id='type-id-1716'/>
+ <return type-id='type-id-1715'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct OT::Sanitizer<OT::GPOS> -->
- <class-decl name='Sanitizer<OT::GPOS>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1725'>
+ <class-decl name='Sanitizer<OT::GPOS>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1724'>
<member-function access='public' static='yes'>
<!-- hb_blob_t* OT::Sanitizer<OT::GPOS>::sanitize() -->
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4GPOSEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'hb_blob_t*' -->
<parameter type-id='type-id-59'/>
<!-- const OT::GPOS* -->
- <return type-id='type-id-1721'/>
+ <return type-id='type-id-1720'/>
</function-decl>
</member-function>
</class-decl>
<!-- const OT::GSUBGPOS -->
- <qualified-type-def type-id='type-id-1715' const='yes' id='type-id-1726'/>
+ <qualified-type-def type-id='type-id-1714' const='yes' id='type-id-1725'/>
<!-- const OT::GSUBGPOS* -->
- <pointer-type-def type-id='type-id-1726' size-in-bits='64' id='type-id-1718'/>
+ <pointer-type-def type-id='type-id-1725' size-in-bits='64' id='type-id-1717'/>
<!-- OT::GSUBGPOS* -->
- <pointer-type-def type-id='type-id-1715' size-in-bits='64' id='type-id-1719'/>
+ <pointer-type-def type-id='type-id-1714' size-in-bits='64' id='type-id-1718'/>
<!-- const OT::GSUB -->
- <qualified-type-def type-id='type-id-1714' const='yes' id='type-id-1727'/>
+ <qualified-type-def type-id='type-id-1713' const='yes' id='type-id-1726'/>
<!-- const OT::GSUB* -->
- <pointer-type-def type-id='type-id-1727' size-in-bits='64' id='type-id-1716'/>
+ <pointer-type-def type-id='type-id-1726' size-in-bits='64' id='type-id-1715'/>
<!-- OT::GSUB* -->
- <pointer-type-def type-id='type-id-1714' size-in-bits='64' id='type-id-1717'/>
+ <pointer-type-def type-id='type-id-1713' size-in-bits='64' id='type-id-1716'/>
<!-- struct hb_auto_trace_t<0, const OT::Coverage&> -->
- <class-decl name='hb_auto_trace_t<0, const OT::Coverage&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='749' column='1' id='type-id-1728'>
+ <class-decl name='hb_auto_trace_t<0, const OT::Coverage&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='749' column='1' id='type-id-1727'>
<member-function access='public'>
<!-- void hb_auto_trace_t<0, const OT::Coverage&>::hb_auto_trace_t(unsigned int*, const char*, void*, const char*, const char*, ...) -->
<function-decl name='hb_auto_trace_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='797' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_auto_trace_t<0, const OT::Coverage&>*' -->
- <parameter type-id='type-id-1729' is-artificial='yes'/>
+ <parameter type-id='type-id-1728' is-artificial='yes'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- parameter of type 'const char*' -->
<!-- const OT::Coverage& hb_auto_trace_t<0, const OT::Coverage&>::ret(const OT::Coverage&, unsigned int) -->
<function-decl name='ret' mangled-name='_ZN15hb_auto_trace_tILi0ERKN2OT8CoverageEE3retES3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='804' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_auto_trace_t<0, const OT::Coverage&>*' -->
- <parameter type-id='type-id-1729' is-artificial='yes'/>
+ <parameter type-id='type-id-1728' is-artificial='yes'/>
<!-- parameter of type 'const OT::Coverage&' -->
- <parameter type-id='type-id-838'/>
+ <parameter type-id='type-id-837'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const OT::Coverage& -->
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
</class-decl>
<!-- hb_auto_trace_t<0, const OT::Coverage&>* -->
- <pointer-type-def type-id='type-id-1728' size-in-bits='64' id='type-id-1729'/>
+ <pointer-type-def type-id='type-id-1727' size-in-bits='64' id='type-id-1728'/>
<!-- struct hb_auto_trace_t<0, const _hb_void_t&> -->
- <class-decl name='hb_auto_trace_t<0, const _hb_void_t&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='749' column='1' id='type-id-1730'>
+ <class-decl name='hb_auto_trace_t<0, const _hb_void_t&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='749' column='1' id='type-id-1729'>
<member-function access='public'>
<!-- void hb_auto_trace_t<0, const _hb_void_t&>::hb_auto_trace_t(unsigned int*, const char*, void*, const char*, const char*, ...) -->
<function-decl name='hb_auto_trace_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='797' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_auto_trace_t<0, const _hb_void_t&>*' -->
- <parameter type-id='type-id-1731' is-artificial='yes'/>
+ <parameter type-id='type-id-1730' is-artificial='yes'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- parameter of type 'const char*' -->
<!-- const _hb_void_t& hb_auto_trace_t<0, const _hb_void_t&>::ret(const _hb_void_t&, unsigned int) -->
<function-decl name='ret' mangled-name='_ZN15hb_auto_trace_tILi0ERK10_hb_void_tE3retES2_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='804' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_auto_trace_t<0, const _hb_void_t&>*' -->
- <parameter type-id='type-id-1731' is-artificial='yes'/>
+ <parameter type-id='type-id-1730' is-artificial='yes'/>
<!-- parameter of type 'const _hb_void_t&' -->
- <parameter type-id='type-id-1533'/>
+ <parameter type-id='type-id-1532'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const _hb_void_t& -->
- <return type-id='type-id-1533'/>
+ <return type-id='type-id-1532'/>
</function-decl>
</member-function>
</class-decl>
<!-- hb_auto_trace_t<0, const _hb_void_t&>* -->
- <pointer-type-def type-id='type-id-1730' size-in-bits='64' id='type-id-1731'/>
+ <pointer-type-def type-id='type-id-1729' size-in-bits='64' id='type-id-1730'/>
<!-- struct hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u> -->
- <class-decl name='hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>' size-in-bits='640' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1732'>
+ <class-decl name='hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>' size-in-bits='640' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1731'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>::len -->
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='330' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_ot_map_t::stage_map_t* hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>::array -->
- <var-decl name='array' type-id='type-id-1733' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
+ <var-decl name='array' type-id='type-id-1732' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- hb_ot_map_t::stage_map_t hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>::static_array[4] -->
- <var-decl name='static_array' type-id='type-id-1734' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
+ <var-decl name='static_array' type-id='type-id-1733' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>::init() -->
<function-decl name='init' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>*' -->
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_ot_map_t::stage_map_t& hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>*' -->
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- hb_ot_map_t::stage_map_t& -->
- <return type-id='type-id-1736'/>
+ <return type-id='type-id-1735'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const hb_ot_map_t::stage_map_t& hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>*' -->
- <parameter type-id='type-id-1737' is-artificial='yes'/>
+ <parameter type-id='type-id-1736' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const hb_ot_map_t::stage_map_t& -->
- <return type-id='type-id-1738'/>
+ <return type-id='type-id-1737'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_ot_map_t::stage_map_t* hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>::push() -->
<function-decl name='push' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE4pushEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>*' -->
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<!-- hb_ot_map_t::stage_map_t* -->
- <return type-id='type-id-1733'/>
+ <return type-id='type-id-1732'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- void hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>::pop() -->
<function-decl name='pop' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE3popEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>*' -->
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>::remove(unsigned int) -->
<function-decl name='remove' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE6removeEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>*' -->
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>::shrink(unsigned int) -->
<function-decl name='shrink' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE6shrinkEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='387' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>*' -->
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>::qsort() -->
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE5qsortEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='408' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>*' -->
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>::qsort(unsigned int, unsigned int) -->
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE5qsortEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='413' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>*' -->
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- void hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>::finish() -->
<function-decl name='finish' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='429' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>*' -->
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct hb_ot_map_t -->
- <class-decl name='hb_ot_map_t' size-in-bits='8192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='40' column='1' id='type-id-1739'>
+ <class-decl name='hb_ot_map_t' size-in-bits='8192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='40' column='1' id='type-id-1738'>
<member-type access='public'>
<!-- struct hb_ot_map_t::feature_map_t -->
- <class-decl name='feature_map_t' size-in-bits='288' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='45' column='1' id='type-id-1740'>
+ <class-decl name='feature_map_t' size-in-bits='288' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='45' column='1' id='type-id-1739'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_tag_t hb_ot_map_t::feature_map_t::tag -->
- <var-decl name='tag' type-id='type-id-180' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='46' column='1'/>
+ <var-decl name='tag' type-id='type-id-179' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='46' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- unsigned int hb_ot_map_t::feature_map_t::index[2] -->
- <var-decl name='index' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='47' column='1'/>
+ <var-decl name='index' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<!-- unsigned int hb_ot_map_t::feature_map_t::stage[2] -->
- <var-decl name='stage' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='48' column='1'/>
+ <var-decl name='stage' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='48' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='160'>
<!-- unsigned int hb_ot_map_t::feature_map_t::shift -->
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- hb_mask_t hb_ot_map_t::feature_map_t::mask -->
- <var-decl name='mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='50' column='1'/>
+ <var-decl name='mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
<!-- hb_mask_t hb_ot_map_t::feature_map_t::_1_mask -->
- <var-decl name='_1_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='51' column='1'/>
+ <var-decl name='_1_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='51' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='31'>
<!-- unsigned int hb_ot_map_t::feature_map_t::needs_fallback -->
<!-- int hb_ot_map_t::feature_map_t::cmp(const hb_ot_map_t::feature_map_t*) -->
<function-decl name='cmp' mangled-name='_ZN11hb_ot_map_t13feature_map_t3cmpEPKS0_S2_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const hb_ot_map_t::feature_map_t*' -->
- <parameter type-id='type-id-1741'/>
+ <parameter type-id='type-id-1740'/>
<!-- parameter of type 'const hb_ot_map_t::feature_map_t*' -->
- <parameter type-id='type-id-1741'/>
+ <parameter type-id='type-id-1740'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
</member-type>
<member-type access='public'>
<!-- struct hb_ot_map_t::lookup_map_t -->
- <class-decl name='lookup_map_t' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='59' column='1' id='type-id-1742'>
+ <class-decl name='lookup_map_t' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='59' column='1' id='type-id-1741'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned short int hb_ot_map_t::lookup_map_t::index -->
- <var-decl name='index' type-id='type-id-140' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='60' column='1'/>
+ <var-decl name='index' type-id='type-id-139' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='60' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='15'>
<!-- unsigned short int hb_ot_map_t::lookup_map_t::auto_zwj -->
- <var-decl name='auto_zwj' type-id='type-id-140' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='61' column='1'/>
+ <var-decl name='auto_zwj' type-id='type-id-139' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='61' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- hb_mask_t hb_ot_map_t::lookup_map_t::mask -->
- <var-decl name='mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='62' column='1'/>
+ <var-decl name='mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='62' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<!-- int hb_ot_map_t::lookup_map_t::cmp(const hb_ot_map_t::lookup_map_t*) -->
<function-decl name='cmp' mangled-name='_ZN11hb_ot_map_t12lookup_map_t3cmpEPKS0_S2_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const hb_ot_map_t::lookup_map_t*' -->
- <parameter type-id='type-id-1743'/>
+ <parameter type-id='type-id-1742'/>
<!-- parameter of type 'const hb_ot_map_t::lookup_map_t*' -->
- <parameter type-id='type-id-1743'/>
+ <parameter type-id='type-id-1742'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
</member-type>
<member-type access='public'>
<!-- struct hb_ot_map_t::stage_map_t -->
- <class-decl name='stage_map_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='70' column='1' id='type-id-1744'>
+ <class-decl name='stage_map_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='70' column='1' id='type-id-1743'>
<member-type access='public'>
<!-- typedef void (const hb_ot_shape_plan_t*, hb_font_t*, hb_buffer_t*)* hb_ot_map_t::stage_map_t::pause_func_t -->
- <typedef-decl name='pause_func_t' type-id='type-id-1746' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='68' column='1' id='type-id-1745'/>
+ <typedef-decl name='pause_func_t' type-id='type-id-1745' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='68' column='1' id='type-id-1744'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int hb_ot_map_t::stage_map_t::last_lookup -->
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_ot_map_t::stage_map_t::pause_func_t hb_ot_map_t::stage_map_t::pause_func -->
- <var-decl name='pause_func' type-id='type-id-1745' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='72' column='1'/>
+ <var-decl name='pause_func' type-id='type-id-1744' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='72' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_tag_t hb_ot_map_t::chosen_script[2] -->
- <var-decl name='chosen_script' type-id='type-id-1747' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='137' column='1'/>
+ <var-decl name='chosen_script' type-id='type-id-1746' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='137' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- bool hb_ot_map_t::found_script[2] -->
- <var-decl name='found_script' type-id='type-id-1748' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='138' column='1'/>
+ <var-decl name='found_script' type-id='type-id-1747' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='138' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='96'>
<!-- hb_mask_t hb_ot_map_t::global_mask -->
- <var-decl name='global_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='148' column='1'/>
+ <var-decl name='global_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='148' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
<!-- hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u> hb_ot_map_t::features -->
- <var-decl name='features' type-id='type-id-1749' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='150' column='1'/>
+ <var-decl name='features' type-id='type-id-1748' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='150' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='2560'>
<!-- hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u> hb_ot_map_t::lookups[2] -->
- <var-decl name='lookups' type-id='type-id-1750' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='151' column='1'/>
+ <var-decl name='lookups' type-id='type-id-1749' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='151' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='6912'>
<!-- hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u> hb_ot_map_t::stages[2] -->
- <var-decl name='stages' type-id='type-id-1751' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='152' column='1'/>
+ <var-decl name='stages' type-id='type-id-1750' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='152' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<!-- hb_ot_map_t::hb_ot_map_t() -->
<function-decl name='hb_ot_map_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_map_t*' -->
- <parameter type-id='type-id-1752' is-artificial='yes'/>
+ <parameter type-id='type-id-1751' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_mask_t hb_ot_map_t::get_global_mask() -->
<function-decl name='get_global_mask' mangled-name='_ZNK11hb_ot_map_t15get_global_maskEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_map_t*' -->
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<!-- typedef hb_mask_t -->
- <return type-id='type-id-87'/>
+ <return type-id='type-id-86'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_mask_t hb_ot_map_t::get_mask(hb_tag_t, unsigned int*) -->
<function-decl name='get_mask' mangled-name='_ZNK11hb_ot_map_t8get_maskEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='80' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_map_t*' -->
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- typedef hb_mask_t -->
- <return type-id='type-id-87'/>
+ <return type-id='type-id-86'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- bool hb_ot_map_t::needs_fallback(hb_tag_t) -->
<function-decl name='needs_fallback' mangled-name='_ZNK11hb_ot_map_t14needs_fallbackEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='86' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_map_t*' -->
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
<!-- hb_mask_t hb_ot_map_t::get_1_mask(hb_tag_t) -->
<function-decl name='get_1_mask' mangled-name='_ZNK11hb_ot_map_t10get_1_maskEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='91' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_map_t*' -->
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- typedef hb_mask_t -->
- <return type-id='type-id-87'/>
+ <return type-id='type-id-86'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- unsigned int hb_ot_map_t::get_feature_index(unsigned int, hb_tag_t) -->
<function-decl name='get_feature_index' mangled-name='_ZNK11hb_ot_map_t17get_feature_indexEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='96' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_map_t*' -->
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- unsigned int hb_ot_map_t::get_feature_stage(unsigned int, hb_tag_t) -->
<function-decl name='get_feature_stage' mangled-name='_ZNK11hb_ot_map_t17get_feature_stageEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='101' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_map_t*' -->
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- void hb_ot_map_t::get_stage_lookups(unsigned int, unsigned int, const hb_ot_map_t::lookup_map_t**, unsigned int*) -->
<function-decl name='get_stage_lookups' mangled-name='_ZNK11hb_ot_map_t17get_stage_lookupsEjjPPKNS_12lookup_map_tEPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_map_t*' -->
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'const hb_ot_map_t::lookup_map_t**' -->
- <parameter type-id='type-id-1754'/>
+ <parameter type-id='type-id-1753'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60'/>
<!-- void -->
<!-- void hb_ot_map_t::collect_lookups(unsigned int, hb_set_t*) -->
<function-decl name='collect_lookups' mangled-name='_ZNK11hb_ot_map_t15collect_lookupsEjP8hb_set_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_map_t*' -->
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_map_t::substitute(const hb_ot_shape_plan_t*, hb_font_t*, hb_buffer_t*) -->
<function-decl name='substitute' mangled-name='_ZNK11hb_ot_map_t10substituteEPK18hb_ot_shape_plan_tP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_map_t*' -->
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<!-- parameter of type 'const hb_ot_shape_plan_t*' -->
- <parameter type-id='type-id-1755'/>
+ <parameter type-id='type-id-1754'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_map_t::position(const hb_ot_shape_plan_t*, hb_font_t*, hb_buffer_t*) -->
<function-decl name='position' mangled-name='_ZNK11hb_ot_map_t8positionEPK18hb_ot_shape_plan_tP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='125' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_map_t*' -->
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<!-- parameter of type 'const hb_ot_shape_plan_t*' -->
- <parameter type-id='type-id-1755'/>
+ <parameter type-id='type-id-1754'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_map_t::finish() -->
<function-decl name='finish' mangled-name='_ZN11hb_ot_map_t6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_map_t*' -->
- <parameter type-id='type-id-1752' is-artificial='yes'/>
+ <parameter type-id='type-id-1751' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_map_t::add_lookups(hb_face_t*, unsigned int, unsigned int, hb_mask_t, bool) -->
<function-decl name='add_lookups' mangled-name='_ZN11hb_ot_map_t11add_lookupsEP9hb_face_tjjjb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_map_t*' -->
- <parameter type-id='type-id-1752' is-artificial='yes'/>
+ <parameter type-id='type-id-1751' is-artificial='yes'/>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-158'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'typedef hb_mask_t' -->
- <parameter type-id='type-id-87'/>
+ <parameter type-id='type-id-86'/>
<!-- parameter of type 'bool' -->
<parameter type-id='type-id-7'/>
<!-- void -->
<!-- void hb_ot_map_t::apply<GSUBProxy>(const GSUBProxy&, const hb_ot_shape_plan_t*, hb_font_t*, hb_buffer_t*) -->
<function-decl name='apply<GSUBProxy>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='902' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_map_t*' -->
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<!-- parameter of type 'const GSUBProxy&' -->
- <parameter type-id='type-id-1756'/>
- <!-- parameter of type 'const hb_ot_shape_plan_t*' -->
<parameter type-id='type-id-1755'/>
+ <!-- parameter of type 'const hb_ot_shape_plan_t*' -->
+ <parameter type-id='type-id-1754'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_map_t::apply<GPOSProxy>(const GPOSProxy&, const hb_ot_shape_plan_t*, hb_font_t*, hb_buffer_t*) -->
<function-decl name='apply<GPOSProxy>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='902' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_map_t*' -->
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<!-- parameter of type 'const GPOSProxy&' -->
- <parameter type-id='type-id-1757'/>
+ <parameter type-id='type-id-1756'/>
<!-- parameter of type 'const hb_ot_shape_plan_t*' -->
- <parameter type-id='type-id-1755'/>
+ <parameter type-id='type-id-1754'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- const hb_ot_map_t::feature_map_t -->
- <qualified-type-def type-id='type-id-1740' const='yes' id='type-id-1758'/>
+ <qualified-type-def type-id='type-id-1739' const='yes' id='type-id-1757'/>
<!-- const hb_ot_map_t::feature_map_t* -->
- <pointer-type-def type-id='type-id-1758' size-in-bits='64' id='type-id-1741'/>
+ <pointer-type-def type-id='type-id-1757' size-in-bits='64' id='type-id-1740'/>
<!-- const hb_ot_map_t::lookup_map_t -->
- <qualified-type-def type-id='type-id-1742' const='yes' id='type-id-1759'/>
+ <qualified-type-def type-id='type-id-1741' const='yes' id='type-id-1758'/>
<!-- const hb_ot_map_t::lookup_map_t* -->
- <pointer-type-def type-id='type-id-1759' size-in-bits='64' id='type-id-1743'/>
+ <pointer-type-def type-id='type-id-1758' size-in-bits='64' id='type-id-1742'/>
<!-- struct hb_ot_shape_plan_t -->
- <class-decl name='hb_ot_shape_plan_t' size-in-bits='8768' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='38' column='1' id='type-id-1760'>
+ <class-decl name='hb_ot_shape_plan_t' size-in-bits='8768' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='38' column='1' id='type-id-1759'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_segment_properties_t hb_ot_shape_plan_t::props -->
- <var-decl name='props' type-id='type-id-71' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='39' column='1'/>
+ <var-decl name='props' type-id='type-id-70' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='39' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- const hb_ot_complex_shaper_t* hb_ot_shape_plan_t::shaper -->
- <var-decl name='shaper' type-id='type-id-1761' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='40' column='1'/>
+ <var-decl name='shaper' type-id='type-id-1760' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='40' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- hb_ot_map_t hb_ot_shape_plan_t::map -->
- <var-decl name='map' type-id='type-id-1739' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='41' column='1'/>
+ <var-decl name='map' type-id='type-id-1738' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='41' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8512'>
<!-- void* hb_ot_shape_plan_t::data -->
</data-member>
<data-member access='public' layout-offset-in-bits='8576'>
<!-- hb_mask_t hb_ot_shape_plan_t::rtlm_mask -->
- <var-decl name='rtlm_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
+ <var-decl name='rtlm_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8608'>
<!-- hb_mask_t hb_ot_shape_plan_t::frac_mask -->
- <var-decl name='frac_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
+ <var-decl name='frac_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8640'>
<!-- hb_mask_t hb_ot_shape_plan_t::numr_mask -->
- <var-decl name='numr_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
+ <var-decl name='numr_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8672'>
<!-- hb_mask_t hb_ot_shape_plan_t::dnom_mask -->
- <var-decl name='dnom_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
+ <var-decl name='dnom_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8704'>
<!-- hb_mask_t hb_ot_shape_plan_t::kern_mask -->
- <var-decl name='kern_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='44' column='1'/>
+ <var-decl name='kern_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='44' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='31'>
<!-- unsigned int hb_ot_shape_plan_t::has_frac -->
<!-- void hb_ot_shape_plan_t::collect_lookups(hb_tag_t, hb_set_t*) -->
<function-decl name='collect_lookups' mangled-name='_ZNK18hb_ot_shape_plan_t15collect_lookupsEjP8hb_set_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_shape_plan_t*' -->
- <parameter type-id='type-id-1755' is-artificial='yes'/>
+ <parameter type-id='type-id-1754' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_shape_plan_t::substitute(hb_font_t*, hb_buffer_t*) -->
<function-decl name='substitute' mangled-name='_ZNK18hb_ot_shape_plan_t10substituteEP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_shape_plan_t*' -->
- <parameter type-id='type-id-1755' is-artificial='yes'/>
+ <parameter type-id='type-id-1754' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_shape_plan_t::position(hb_font_t*, hb_buffer_t*) -->
<function-decl name='position' mangled-name='_ZNK18hb_ot_shape_plan_t8positionEP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_ot_shape_plan_t*' -->
- <parameter type-id='type-id-1755' is-artificial='yes'/>
+ <parameter type-id='type-id-1754' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_shape_plan_t::finish() -->
<function-decl name='finish' mangled-name='_ZN18hb_ot_shape_plan_t6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_shape_plan_t*' -->
- <parameter type-id='type-id-1762' is-artificial='yes'/>
+ <parameter type-id='type-id-1761' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- const hb_ot_shape_plan_t -->
- <qualified-type-def type-id='type-id-1760' const='yes' id='type-id-1763'/>
+ <qualified-type-def type-id='type-id-1759' const='yes' id='type-id-1762'/>
<!-- const hb_ot_shape_plan_t* -->
- <pointer-type-def type-id='type-id-1763' size-in-bits='64' id='type-id-1755'/>
+ <pointer-type-def type-id='type-id-1762' size-in-bits='64' id='type-id-1754'/>
<!-- void (const hb_ot_shape_plan_t*, hb_font_t*, hb_buffer_t*)* -->
- <pointer-type-def type-id='type-id-1764' size-in-bits='64' id='type-id-1746'/>
+ <pointer-type-def type-id='type-id-1763' size-in-bits='64' id='type-id-1745'/>
<!-- hb_tag_t[2] -->
- <array-type-def dimensions='1' type-id='type-id-180' size-in-bits='64' id='type-id-1747'>
+ <array-type-def dimensions='1' type-id='type-id-179' size-in-bits='64' id='type-id-1746'>
<!-- <anonymous range>[2] -->
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
<!-- bool[2] -->
- <array-type-def dimensions='1' type-id='type-id-7' size-in-bits='16' id='type-id-1748'>
+ <array-type-def dimensions='1' type-id='type-id-7' size-in-bits='16' id='type-id-1747'>
<!-- <anonymous range>[2] -->
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
<!-- struct hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u> -->
- <class-decl name='hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>' size-in-bits='2432' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1749'>
+ <class-decl name='hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>' size-in-bits='2432' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1748'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>::len -->
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='330' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_ot_map_t::feature_map_t* hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>::array -->
- <var-decl name='array' type-id='type-id-1765' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
+ <var-decl name='array' type-id='type-id-1764' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- hb_ot_map_t::feature_map_t hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>::static_array[8] -->
- <var-decl name='static_array' type-id='type-id-1766' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
+ <var-decl name='static_array' type-id='type-id-1765' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>::init() -->
<function-decl name='init' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>*' -->
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_ot_map_t::feature_map_t& hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>*' -->
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- hb_ot_map_t::feature_map_t& -->
- <return type-id='type-id-1768'/>
+ <return type-id='type-id-1767'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const hb_ot_map_t::feature_map_t& hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>*' -->
- <parameter type-id='type-id-1769' is-artificial='yes'/>
+ <parameter type-id='type-id-1768' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const hb_ot_map_t::feature_map_t& -->
- <return type-id='type-id-1770'/>
+ <return type-id='type-id-1769'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_ot_map_t::feature_map_t* hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>::push() -->
<function-decl name='push' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE4pushEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>*' -->
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<!-- hb_ot_map_t::feature_map_t* -->
- <return type-id='type-id-1765'/>
+ <return type-id='type-id-1764'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- void hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>::pop() -->
<function-decl name='pop' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE3popEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>*' -->
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>::remove(unsigned int) -->
<function-decl name='remove' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE6removeEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>*' -->
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>::shrink(unsigned int) -->
<function-decl name='shrink' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE6shrinkEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='387' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>*' -->
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>::qsort() -->
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE5qsortEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='408' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>*' -->
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>::qsort(unsigned int, unsigned int) -->
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE5qsortEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='413' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>*' -->
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- void hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>::finish() -->
<function-decl name='finish' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='429' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>*' -->
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const hb_ot_map_t::feature_map_t* hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>::bsearch<hb_tag_t>(hb_tag_t*) -->
<function-decl name='bsearch<hb_tag_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='424' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>*' -->
- <parameter type-id='type-id-1769' is-artificial='yes'/>
+ <parameter type-id='type-id-1768' is-artificial='yes'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460'/>
+ <parameter type-id='type-id-1459'/>
<!-- const hb_ot_map_t::feature_map_t* -->
- <return type-id='type-id-1741'/>
+ <return type-id='type-id-1740'/>
</function-decl>
</member-function>
</class-decl>
<!-- hb_ot_map_t::feature_map_t* -->
- <pointer-type-def type-id='type-id-1740' size-in-bits='64' id='type-id-1765'/>
+ <pointer-type-def type-id='type-id-1739' size-in-bits='64' id='type-id-1764'/>
<!-- feature_map_t[8] -->
- <array-type-def dimensions='1' type-id='type-id-1740' size-in-bits='2304' id='type-id-1766'>
+ <array-type-def dimensions='1' type-id='type-id-1739' size-in-bits='2304' id='type-id-1765'>
<!-- <anonymous range>[8] -->
- <subrange length='8' type-id='type-id-42' id='type-id-151'/>
+ <subrange length='8' type-id='type-id-42' id='type-id-150'/>
</array-type-def>
<!-- hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>* -->
- <pointer-type-def type-id='type-id-1749' size-in-bits='64' id='type-id-1767'/>
+ <pointer-type-def type-id='type-id-1748' size-in-bits='64' id='type-id-1766'/>
<!-- hb_ot_map_t::feature_map_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1740' size-in-bits='64' id='type-id-1768'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1739' size-in-bits='64' id='type-id-1767'/>
<!-- const hb_ot_map_t::feature_map_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1758' size-in-bits='64' id='type-id-1770'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1757' size-in-bits='64' id='type-id-1769'/>
<!-- const hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u> -->
- <qualified-type-def type-id='type-id-1749' const='yes' id='type-id-1771'/>
+ <qualified-type-def type-id='type-id-1748' const='yes' id='type-id-1770'/>
<!-- const hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>* -->
- <pointer-type-def type-id='type-id-1771' size-in-bits='64' id='type-id-1769'/>
+ <pointer-type-def type-id='type-id-1770' size-in-bits='64' id='type-id-1768'/>
<!-- struct hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u> -->
- <class-decl name='hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>' size-in-bits='2176' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1772'>
+ <class-decl name='hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>' size-in-bits='2176' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1771'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>::len -->
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='330' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_ot_map_t::lookup_map_t* hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>::array -->
- <var-decl name='array' type-id='type-id-1773' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
+ <var-decl name='array' type-id='type-id-1772' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- hb_ot_map_t::lookup_map_t hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>::static_array[32] -->
- <var-decl name='static_array' type-id='type-id-1774' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
+ <var-decl name='static_array' type-id='type-id-1773' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>::init() -->
<function-decl name='init' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>*' -->
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_ot_map_t::lookup_map_t& hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>*' -->
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- hb_ot_map_t::lookup_map_t& -->
- <return type-id='type-id-1776'/>
+ <return type-id='type-id-1775'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const hb_ot_map_t::lookup_map_t& hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>*' -->
- <parameter type-id='type-id-1777' is-artificial='yes'/>
+ <parameter type-id='type-id-1776' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const hb_ot_map_t::lookup_map_t& -->
- <return type-id='type-id-1778'/>
+ <return type-id='type-id-1777'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_ot_map_t::lookup_map_t* hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>::push() -->
<function-decl name='push' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE4pushEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>*' -->
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<!-- hb_ot_map_t::lookup_map_t* -->
- <return type-id='type-id-1773'/>
+ <return type-id='type-id-1772'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- void hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>::pop() -->
<function-decl name='pop' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE3popEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>*' -->
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>::remove(unsigned int) -->
<function-decl name='remove' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE6removeEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>*' -->
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>::shrink(unsigned int) -->
<function-decl name='shrink' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE6shrinkEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='387' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>*' -->
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>::qsort() -->
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE5qsortEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='408' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>*' -->
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>::qsort(unsigned int, unsigned int) -->
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE5qsortEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='413' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>*' -->
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- void hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>::finish() -->
<function-decl name='finish' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='429' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>*' -->
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- hb_ot_map_t::lookup_map_t* -->
- <pointer-type-def type-id='type-id-1742' size-in-bits='64' id='type-id-1773'/>
+ <pointer-type-def type-id='type-id-1741' size-in-bits='64' id='type-id-1772'/>
<!-- lookup_map_t[32] -->
- <array-type-def dimensions='1' type-id='type-id-1742' size-in-bits='2048' id='type-id-1774'>
+ <array-type-def dimensions='1' type-id='type-id-1741' size-in-bits='2048' id='type-id-1773'>
<!-- <anonymous range>[32] -->
- <subrange length='32' type-id='type-id-42' id='type-id-1779'/>
+ <subrange length='32' type-id='type-id-42' id='type-id-1778'/>
</array-type-def>
<!-- hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>* -->
- <pointer-type-def type-id='type-id-1772' size-in-bits='64' id='type-id-1775'/>
+ <pointer-type-def type-id='type-id-1771' size-in-bits='64' id='type-id-1774'/>
<!-- hb_ot_map_t::lookup_map_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1742' size-in-bits='64' id='type-id-1776'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1741' size-in-bits='64' id='type-id-1775'/>
<!-- const hb_ot_map_t::lookup_map_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1759' size-in-bits='64' id='type-id-1778'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1758' size-in-bits='64' id='type-id-1777'/>
<!-- const hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u> -->
- <qualified-type-def type-id='type-id-1772' const='yes' id='type-id-1780'/>
+ <qualified-type-def type-id='type-id-1771' const='yes' id='type-id-1779'/>
<!-- const hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>* -->
- <pointer-type-def type-id='type-id-1780' size-in-bits='64' id='type-id-1777'/>
+ <pointer-type-def type-id='type-id-1779' size-in-bits='64' id='type-id-1776'/>
<!-- hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>[2] -->
- <array-type-def dimensions='1' type-id='type-id-1772' size-in-bits='4352' id='type-id-1750'>
+ <array-type-def dimensions='1' type-id='type-id-1771' size-in-bits='4352' id='type-id-1749'>
<!-- <anonymous range>[2] -->
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
<!-- hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>[2] -->
- <array-type-def dimensions='1' type-id='type-id-1732' size-in-bits='1280' id='type-id-1751'>
+ <array-type-def dimensions='1' type-id='type-id-1731' size-in-bits='1280' id='type-id-1750'>
<!-- <anonymous range>[2] -->
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
<!-- hb_ot_map_t* -->
- <pointer-type-def type-id='type-id-1739' size-in-bits='64' id='type-id-1752'/>
+ <pointer-type-def type-id='type-id-1738' size-in-bits='64' id='type-id-1751'/>
<!-- const hb_ot_map_t -->
- <qualified-type-def type-id='type-id-1739' const='yes' id='type-id-1781'/>
+ <qualified-type-def type-id='type-id-1738' const='yes' id='type-id-1780'/>
<!-- const hb_ot_map_t* -->
- <pointer-type-def type-id='type-id-1781' size-in-bits='64' id='type-id-1753'/>
+ <pointer-type-def type-id='type-id-1780' size-in-bits='64' id='type-id-1752'/>
<!-- const hb_ot_map_t::lookup_map_t** -->
- <pointer-type-def type-id='type-id-1743' size-in-bits='64' id='type-id-1754'/>
+ <pointer-type-def type-id='type-id-1742' size-in-bits='64' id='type-id-1753'/>
<!-- struct GSUBProxy -->
- <class-decl name='GSUBProxy' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='804' column='1' id='type-id-1782'>
+ <class-decl name='GSUBProxy' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='804' column='1' id='type-id-1781'>
<member-type access='public'>
<!-- typedef OT::SubstLookup GSUBProxy::Lookup -->
- <typedef-decl name='Lookup' type-id='type-id-628' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='807' column='1' id='type-id-1783'/>
+ <typedef-decl name='Lookup' type-id='type-id-627' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='807' column='1' id='type-id-1782'/>
</member-type>
<data-member access='public' static='yes'>
<!-- static const unsigned int GSUBProxy::table_index -->
- <var-decl name='table_index' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='805' column='1'/>
+ <var-decl name='table_index' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='805' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const bool GSUBProxy::inplace -->
- <var-decl name='inplace' type-id='type-id-1784' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='806' column='1'/>
+ <var-decl name='inplace' type-id='type-id-1783' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='806' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const OT::GSUB& GSUBProxy::table -->
- <var-decl name='table' type-id='type-id-1785' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='813' column='1'/>
+ <var-decl name='table' type-id='type-id-1784' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='813' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- const hb_ot_layout_lookup_accelerator_t* GSUBProxy::accels -->
- <var-decl name='accels' type-id='type-id-1786' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='814' column='1'/>
+ <var-decl name='accels' type-id='type-id-1785' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='814' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<!-- GSUBProxy::GSUBProxy(hb_face_t*) -->
<function-decl name='GSUBProxy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='809' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'GSUBProxy*' -->
- <parameter type-id='type-id-1787' is-artificial='yes'/>
+ <parameter type-id='type-id-1786' is-artificial='yes'/>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-158'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- const bool -->
- <qualified-type-def type-id='type-id-7' const='yes' id='type-id-1784'/>
+ <qualified-type-def type-id='type-id-7' const='yes' id='type-id-1783'/>
<!-- const OT::GSUB& -->
- <reference-type-def kind='lvalue' type-id='type-id-1727' size-in-bits='64' id='type-id-1788'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1726' size-in-bits='64' id='type-id-1787'/>
<!-- const OT::GSUB& -->
- <qualified-type-def type-id='type-id-1788' id='type-id-1785'/>
+ <qualified-type-def type-id='type-id-1787' id='type-id-1784'/>
<!-- struct hb_ot_layout_lookup_accelerator_t -->
- <class-decl name='hb_ot_layout_lookup_accelerator_t' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='121' column='1' id='type-id-1789'>
+ <class-decl name='hb_ot_layout_lookup_accelerator_t' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='121' column='1' id='type-id-1788'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_set_digest_t hb_ot_layout_lookup_accelerator_t::digest -->
- <var-decl name='digest' type-id='type-id-1043' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='134' column='1'/>
+ <var-decl name='digest' type-id='type-id-1042' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='134' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_ot_layout_lookup_accelerator_t::fini<OT::SubstLookup>(const OT::SubstLookup&) -->
<function-decl name='fini<OT::SubstLookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_layout_lookup_accelerator_t*' -->
- <parameter type-id='type-id-1790' is-artificial='yes'/>
+ <parameter type-id='type-id-1789' is-artificial='yes'/>
<!-- parameter of type 'const OT::SubstLookup&' -->
- <parameter type-id='type-id-933'/>
+ <parameter type-id='type-id-932'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_layout_lookup_accelerator_t::fini<OT::PosLookup>(const OT::PosLookup&) -->
<function-decl name='fini<OT::PosLookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_layout_lookup_accelerator_t*' -->
- <parameter type-id='type-id-1790' is-artificial='yes'/>
+ <parameter type-id='type-id-1789' is-artificial='yes'/>
<!-- parameter of type 'const OT::PosLookup&' -->
- <parameter type-id='type-id-912'/>
+ <parameter type-id='type-id-911'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_layout_lookup_accelerator_t::init<OT::SubstLookup>(const OT::SubstLookup&) -->
<function-decl name='init<OT::SubstLookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_layout_lookup_accelerator_t*' -->
- <parameter type-id='type-id-1790' is-artificial='yes'/>
+ <parameter type-id='type-id-1789' is-artificial='yes'/>
<!-- parameter of type 'const OT::SubstLookup&' -->
- <parameter type-id='type-id-933'/>
+ <parameter type-id='type-id-932'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_layout_lookup_accelerator_t::init<OT::PosLookup>(const OT::PosLookup&) -->
<function-decl name='init<OT::PosLookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_layout_lookup_accelerator_t*' -->
- <parameter type-id='type-id-1790' is-artificial='yes'/>
+ <parameter type-id='type-id-1789' is-artificial='yes'/>
<!-- parameter of type 'const OT::PosLookup&' -->
- <parameter type-id='type-id-912'/>
+ <parameter type-id='type-id-911'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_layout_lookup_accelerator_t::fini<OT::SubstLookup*>(OT::SubstLookup* const&) -->
<function-decl name='fini<OT::SubstLookup*>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_layout_lookup_accelerator_t*' -->
- <parameter type-id='type-id-1790' is-artificial='yes'/>
+ <parameter type-id='type-id-1789' is-artificial='yes'/>
<!-- parameter of type 'OT::SubstLookup* const&' -->
- <parameter type-id='type-id-1791'/>
+ <parameter type-id='type-id-1790'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- hb_ot_layout_lookup_accelerator_t* -->
- <pointer-type-def type-id='type-id-1789' size-in-bits='64' id='type-id-1790'/>
+ <pointer-type-def type-id='type-id-1788' size-in-bits='64' id='type-id-1789'/>
<!-- const hb_ot_layout_lookup_accelerator_t -->
- <qualified-type-def type-id='type-id-1789' const='yes' id='type-id-1792'/>
+ <qualified-type-def type-id='type-id-1788' const='yes' id='type-id-1791'/>
<!-- const hb_ot_layout_lookup_accelerator_t* -->
- <pointer-type-def type-id='type-id-1792' size-in-bits='64' id='type-id-1786'/>
+ <pointer-type-def type-id='type-id-1791' size-in-bits='64' id='type-id-1785'/>
<!-- GSUBProxy* -->
- <pointer-type-def type-id='type-id-1782' size-in-bits='64' id='type-id-1787'/>
+ <pointer-type-def type-id='type-id-1781' size-in-bits='64' id='type-id-1786'/>
<!-- const GSUBProxy -->
- <qualified-type-def type-id='type-id-1782' const='yes' id='type-id-1793'/>
+ <qualified-type-def type-id='type-id-1781' const='yes' id='type-id-1792'/>
<!-- const GSUBProxy& -->
- <reference-type-def kind='lvalue' type-id='type-id-1793' size-in-bits='64' id='type-id-1756'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1792' size-in-bits='64' id='type-id-1755'/>
<!-- struct GPOSProxy -->
- <class-decl name='GPOSProxy' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='818' column='1' id='type-id-1794'>
+ <class-decl name='GPOSProxy' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='818' column='1' id='type-id-1793'>
<member-type access='public'>
<!-- typedef OT::PosLookup GPOSProxy::Lookup -->
- <typedef-decl name='Lookup' type-id='type-id-979' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='821' column='1' id='type-id-1795'/>
+ <typedef-decl name='Lookup' type-id='type-id-978' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='821' column='1' id='type-id-1794'/>
</member-type>
<data-member access='public' static='yes'>
<!-- static const unsigned int GPOSProxy::table_index -->
- <var-decl name='table_index' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='819' column='1'/>
+ <var-decl name='table_index' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='819' column='1'/>
</data-member>
<data-member access='public' static='yes'>
<!-- static const bool GPOSProxy::inplace -->
- <var-decl name='inplace' type-id='type-id-1784' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='820' column='1'/>
+ <var-decl name='inplace' type-id='type-id-1783' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='820' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const OT::GPOS& GPOSProxy::table -->
- <var-decl name='table' type-id='type-id-1796' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='827' column='1'/>
+ <var-decl name='table' type-id='type-id-1795' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='827' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- const hb_ot_layout_lookup_accelerator_t* GPOSProxy::accels -->
- <var-decl name='accels' type-id='type-id-1786' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='828' column='1'/>
+ <var-decl name='accels' type-id='type-id-1785' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='828' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<!-- GPOSProxy::GPOSProxy(hb_face_t*) -->
<function-decl name='GPOSProxy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='823' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'GPOSProxy*' -->
- <parameter type-id='type-id-1797' is-artificial='yes'/>
+ <parameter type-id='type-id-1796' is-artificial='yes'/>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-158'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- const OT::GPOS -->
- <qualified-type-def type-id='type-id-1720' const='yes' id='type-id-1798'/>
+ <qualified-type-def type-id='type-id-1719' const='yes' id='type-id-1797'/>
<!-- const OT::GPOS& -->
- <reference-type-def kind='lvalue' type-id='type-id-1798' size-in-bits='64' id='type-id-1799'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1797' size-in-bits='64' id='type-id-1798'/>
<!-- const OT::GPOS& -->
- <qualified-type-def type-id='type-id-1799' id='type-id-1796'/>
+ <qualified-type-def type-id='type-id-1798' id='type-id-1795'/>
<!-- GPOSProxy* -->
- <pointer-type-def type-id='type-id-1794' size-in-bits='64' id='type-id-1797'/>
+ <pointer-type-def type-id='type-id-1793' size-in-bits='64' id='type-id-1796'/>
<!-- const GPOSProxy -->
- <qualified-type-def type-id='type-id-1794' const='yes' id='type-id-1800'/>
+ <qualified-type-def type-id='type-id-1793' const='yes' id='type-id-1799'/>
<!-- const GPOSProxy& -->
- <reference-type-def kind='lvalue' type-id='type-id-1800' size-in-bits='64' id='type-id-1757'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1799' size-in-bits='64' id='type-id-1756'/>
<!-- hb_ot_map_t::stage_map_t* -->
- <pointer-type-def type-id='type-id-1744' size-in-bits='64' id='type-id-1733'/>
+ <pointer-type-def type-id='type-id-1743' size-in-bits='64' id='type-id-1732'/>
<!-- stage_map_t[4] -->
- <array-type-def dimensions='1' type-id='type-id-1744' size-in-bits='512' id='type-id-1734'>
+ <array-type-def dimensions='1' type-id='type-id-1743' size-in-bits='512' id='type-id-1733'>
<!-- <anonymous range>[4] -->
- <subrange length='4' type-id='type-id-42' id='type-id-146'/>
+ <subrange length='4' type-id='type-id-42' id='type-id-145'/>
</array-type-def>
<!-- hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>* -->
- <pointer-type-def type-id='type-id-1732' size-in-bits='64' id='type-id-1735'/>
+ <pointer-type-def type-id='type-id-1731' size-in-bits='64' id='type-id-1734'/>
<!-- hb_ot_map_t::stage_map_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1744' size-in-bits='64' id='type-id-1736'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1743' size-in-bits='64' id='type-id-1735'/>
<!-- const hb_ot_map_t::stage_map_t -->
- <qualified-type-def type-id='type-id-1744' const='yes' id='type-id-1801'/>
+ <qualified-type-def type-id='type-id-1743' const='yes' id='type-id-1800'/>
<!-- const hb_ot_map_t::stage_map_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1801' size-in-bits='64' id='type-id-1738'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1800' size-in-bits='64' id='type-id-1737'/>
<!-- const hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u> -->
- <qualified-type-def type-id='type-id-1732' const='yes' id='type-id-1802'/>
+ <qualified-type-def type-id='type-id-1731' const='yes' id='type-id-1801'/>
<!-- const hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>* -->
- <pointer-type-def type-id='type-id-1802' size-in-bits='64' id='type-id-1737'/>
+ <pointer-type-def type-id='type-id-1801' size-in-bits='64' id='type-id-1736'/>
<!-- const OT::GPOS* -->
- <pointer-type-def type-id='type-id-1798' size-in-bits='64' id='type-id-1721'/>
+ <pointer-type-def type-id='type-id-1797' size-in-bits='64' id='type-id-1720'/>
<!-- OT::GPOS* -->
- <pointer-type-def type-id='type-id-1720' size-in-bits='64' id='type-id-1722'/>
+ <pointer-type-def type-id='type-id-1719' size-in-bits='64' id='type-id-1721'/>
<!-- unsigned int hb_ot_layout_table_get_lookup_count(hb_face_t*, hb_tag_t) -->
<function-decl name='hb_ot_layout_table_get_lookup_count' mangled-name='hb_ot_layout_table_get_lookup_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_table_get_lookup_count'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='437' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='437' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='438' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='438' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- hb_bool_t hb_ot_layout_has_positioning(hb_face_t*) -->
<function-decl name='hb_ot_layout_has_positioning' mangled-name='hb_ot_layout_has_positioning' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='734' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_has_positioning'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_ot_layout_has_substitution(hb_face_t*) -->
<function-decl name='hb_ot_layout_has_substitution' mangled-name='hb_ot_layout_has_substitution' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='674' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_has_substitution'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- unsigned int hb_ot_layout_feature_get_lookups(hb_face_t*, hb_tag_t, unsigned int, unsigned int, unsigned int*, unsigned int*) -->
<function-decl name='hb_ot_layout_feature_get_lookups' mangled-name='hb_ot_layout_feature_get_lookups' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='423' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_feature_get_lookups'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='423' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='423' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='424' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='424' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='425' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- unsigned int hb_ot_layout_script_get_language_tags(hb_face_t*, hb_tag_t, unsigned int, unsigned int, unsigned int*, hb_tag_t*) -->
<function-decl name='hb_ot_layout_script_get_language_tags' mangled-name='hb_ot_layout_script_get_language_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='290' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_script_get_language_tags'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='290' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='290' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='291' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='291' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='292' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='language_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='294' column='1'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460' name='language_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='295' column='1'/>
+ <parameter type-id='type-id-1459' name='language_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='295' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- unsigned int hb_ot_layout_table_get_feature_tags(hb_face_t*, hb_tag_t, unsigned int, unsigned int*, hb_tag_t*) -->
<function-decl name='hb_ot_layout_table_get_feature_tags' mangled-name='hb_ot_layout_table_get_feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='277' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_table_get_feature_tags'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='277' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='277' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='278' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='278' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='start_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='279' column='1'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='feature_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='280' column='1'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460' name='feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='281' column='1'/>
+ <parameter type-id='type-id-1459' name='feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='281' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- unsigned int hb_ot_layout_table_get_script_tags(hb_face_t*, hb_tag_t, unsigned int, unsigned int*, hb_tag_t*) -->
<function-decl name='hb_ot_layout_table_get_script_tags' mangled-name='hb_ot_layout_table_get_script_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_table_get_script_tags'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='277' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='277' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='278' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='278' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='start_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='279' column='1'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='feature_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='280' column='1'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460' name='feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='281' column='1'/>
+ <parameter type-id='type-id-1459' name='feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='281' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- hb_bool_t hb_ot_layout_has_glyph_classes(hb_face_t*) -->
<function-decl name='hb_ot_layout_has_glyph_classes' mangled-name='hb_ot_layout_has_glyph_classes' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='126' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_has_glyph_classes'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_ot_layout_get_size_params(hb_face_t*, unsigned int*, unsigned int*, unsigned int*, unsigned int*, unsigned int*) -->
<function-decl name='hb_ot_layout_get_size_params' mangled-name='hb_ot_layout_get_size_params' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='752' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_get_size_params'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='752' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='752' column='1'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='design_size' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='753' column='1'/>
<!-- parameter of type 'unsigned int*' -->
<!-- hb_bool_t hb_ot_layout_language_find_feature(hb_face_t*, hb_tag_t, unsigned int, unsigned int, hb_tag_t, unsigned int*) -->
<function-decl name='hb_ot_layout_language_find_feature' mangled-name='hb_ot_layout_language_find_feature' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_language_find_feature'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='397' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='397' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='398' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='398' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='399' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='language_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='400' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='feature_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='401' column='1'/>
+ <parameter type-id='type-id-179' name='feature_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='401' column='1'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='402' column='1'/>
<!-- typedef hb_bool_t -->
<!-- unsigned int hb_ot_layout_language_get_feature_tags(hb_face_t*, hb_tag_t, unsigned int, unsigned int, unsigned int, unsigned int*, hb_tag_t*) -->
<function-decl name='hb_ot_layout_language_get_feature_tags' mangled-name='hb_ot_layout_language_get_feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='372' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_language_get_feature_tags'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='372' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='372' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='373' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='373' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='374' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='feature_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='377' column='1'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460' name='feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='378' column='1'/>
+ <parameter type-id='type-id-1459' name='feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='378' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- unsigned int hb_ot_layout_language_get_feature_indexes(hb_face_t*, hb_tag_t, unsigned int, unsigned int, unsigned int, unsigned int*, unsigned int*) -->
<function-decl name='hb_ot_layout_language_get_feature_indexes' mangled-name='hb_ot_layout_language_get_feature_indexes' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='357' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_language_get_feature_indexes'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='357' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='357' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='358' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='358' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='359' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- hb_bool_t hb_ot_layout_language_get_required_feature(hb_face_t*, hb_tag_t, unsigned int, unsigned int, unsigned int*, hb_tag_t*) -->
<function-decl name='hb_ot_layout_language_get_required_feature' mangled-name='hb_ot_layout_language_get_required_feature' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='339' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_language_get_required_feature'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='339' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='339' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='340' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='340' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='341' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='343' column='1'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460' name='feature_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='344' column='1'/>
+ <parameter type-id='type-id-1459' name='feature_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='344' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- hb_bool_t hb_ot_layout_language_get_required_feature_index(hb_face_t*, hb_tag_t, unsigned int, unsigned int, unsigned int*) -->
<function-decl name='hb_ot_layout_language_get_required_feature_index' mangled-name='hb_ot_layout_language_get_required_feature_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='324' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_language_get_required_feature_index'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='324' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='324' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='325' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='325' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='326' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- hb_bool_t hb_ot_layout_script_find_language(hb_face_t*, hb_tag_t, unsigned int, hb_tag_t, unsigned int*) -->
<function-decl name='hb_ot_layout_script_find_language' mangled-name='hb_ot_layout_script_find_language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='303' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_script_find_language'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='303' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='303' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='304' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='304' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='305' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='language_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='306' column='1'/>
+ <parameter type-id='type-id-179' name='language_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='306' column='1'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='language_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='307' column='1'/>
<!-- typedef hb_bool_t -->
<!-- hb_bool_t hb_ot_layout_lookup_would_substitute(hb_face_t*, unsigned int, const hb_codepoint_t*, unsigned int, hb_bool_t) -->
<function-decl name='hb_ot_layout_lookup_would_substitute' mangled-name='hb_ot_layout_lookup_would_substitute' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='680' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_lookup_would_substitute'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='680' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='680' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='lookup_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='681' column='1'/>
<!-- parameter of type 'const hb_codepoint_t*' -->
- <parameter type-id='type-id-86' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='682' column='1'/>
+ <parameter type-id='type-id-85' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='682' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='glyphs_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='683' column='1'/>
<!-- parameter of type 'typedef hb_bool_t' -->
<!-- unsigned int hb_ot_layout_get_attach_points(hb_face_t*, hb_codepoint_t, unsigned int, unsigned int*, unsigned int*) -->
<function-decl name='hb_ot_layout_get_attach_points' mangled-name='hb_ot_layout_get_attach_points' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_get_attach_points'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='147' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='147' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='148' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='148' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='start_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='149' column='1'/>
<!-- parameter of type 'unsigned int*' -->
<return type-id='type-id-10'/>
</function-decl>
<!-- const hb_tag_t* -->
- <pointer-type-def type-id='type-id-495' size-in-bits='64' id='type-id-1803'/>
+ <pointer-type-def type-id='type-id-494' size-in-bits='64' id='type-id-1802'/>
<!-- hb_bool_t hb_ot_layout_table_choose_script(hb_face_t*, hb_tag_t, const hb_tag_t*, unsigned int*, hb_tag_t*) -->
<function-decl name='hb_ot_layout_table_choose_script' mangled-name='hb_ot_layout_table_choose_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='229' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_table_choose_script'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='229' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='229' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='230' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='230' column='1'/>
<!-- parameter of type 'const hb_tag_t*' -->
- <parameter type-id='type-id-1803' name='script_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='231' column='1'/>
+ <parameter type-id='type-id-1802' name='script_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='231' column='1'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='232' column='1'/>
<!-- parameter of type 'hb_tag_t*' -->
- <parameter type-id='type-id-1460' name='chosen_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='233' column='1'/>
+ <parameter type-id='type-id-1459' name='chosen_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='233' column='1'/>
<!-- typedef hb_bool_t -->
<return type-id='type-id-26'/>
</function-decl>
<!-- unsigned int hb_ot_layout_get_ligature_carets(hb_font_t*, hb_direction_t, hb_codepoint_t, unsigned int, unsigned int*, int*) -->
<function-decl name='hb_ot_layout_get_ligature_carets' mangled-name='hb_ot_layout_get_ligature_carets' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='157' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_get_ligature_carets'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='157' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='157' column='1'/>
<!-- parameter of type 'enum hb_direction_t' -->
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='158' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='158' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='159' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='159' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='start_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='160' column='1'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='caret_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='161' column='1'/>
<!-- parameter of type 'int*' -->
- <parameter type-id='type-id-1691' name='caret_array' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='162' column='1'/>
+ <parameter type-id='type-id-1690' name='caret_array' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='162' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-10'/>
</function-decl>
<!-- enum hb_ot_layout_glyph_class_t -->
- <enum-decl name='hb_ot_layout_glyph_class_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.h' line='54' column='1' id='type-id-1804'>
+ <enum-decl name='hb_ot_layout_glyph_class_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.h' line='54' column='1' id='type-id-1803'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_OT_LAYOUT_GLYPH_CLASS_UNCLASSIFIED' value='0'/>
<enumerator name='HB_OT_LAYOUT_GLYPH_CLASS_BASE_GLYPH' value='1'/>
<!-- void hb_ot_layout_get_glyphs_in_class(hb_face_t*, hb_ot_layout_glyph_class_t, hb_set_t*) -->
<function-decl name='hb_ot_layout_get_glyphs_in_class' mangled-name='hb_ot_layout_get_glyphs_in_class' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_get_glyphs_in_class'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='139' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='139' column='1'/>
<!-- parameter of type 'enum hb_ot_layout_glyph_class_t' -->
- <parameter type-id='type-id-1804' name='klass' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='140' column='1'/>
+ <parameter type-id='type-id-1803' name='klass' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='140' column='1'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='141' column='1'/>
+ <parameter type-id='type-id-841' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='141' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_bool_t hb_ot_layout_table_find_script(hb_face_t*, hb_tag_t, hb_tag_t, unsigned int*) -->
<function-decl name='hb_ot_layout_table_find_script' mangled-name='hb_ot_layout_table_find_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_table_find_script'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='199' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='199' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='200' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='200' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='script_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='201' column='1'/>
+ <parameter type-id='type-id-179' name='script_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='201' column='1'/>
<!-- parameter of type 'unsigned int*' -->
<parameter type-id='type-id-60' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='202' column='1'/>
<!-- typedef hb_bool_t -->
<!-- void hb_ot_layout_collect_lookups(hb_face_t*, hb_tag_t, const hb_tag_t*, const hb_tag_t*, const hb_tag_t*, hb_set_t*) -->
<function-decl name='hb_ot_layout_collect_lookups' mangled-name='hb_ot_layout_collect_lookups' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='594' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_collect_lookups'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='594' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='594' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='595' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='595' column='1'/>
<!-- parameter of type 'const hb_tag_t*' -->
- <parameter type-id='type-id-1803' name='scripts' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='596' column='1'/>
+ <parameter type-id='type-id-1802' name='scripts' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='596' column='1'/>
<!-- parameter of type 'const hb_tag_t*' -->
- <parameter type-id='type-id-1803' name='languages' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='597' column='1'/>
+ <parameter type-id='type-id-1802' name='languages' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='597' column='1'/>
<!-- parameter of type 'const hb_tag_t*' -->
- <parameter type-id='type-id-1803' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='598' column='1'/>
+ <parameter type-id='type-id-1802' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='598' column='1'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='lookup_indexes' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='599' column='1'/>
+ <parameter type-id='type-id-841' name='lookup_indexes' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='599' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_layout_lookup_collect_glyphs(hb_face_t*, hb_tag_t, unsigned int, hb_set_t*, hb_set_t*, hb_set_t*, hb_set_t*) -->
<function-decl name='hb_ot_layout_lookup_collect_glyphs' mangled-name='hb_ot_layout_lookup_collect_glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='635' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_lookup_collect_glyphs'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='635' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='635' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='636' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='636' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='lookup_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='637' column='1'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='glyphs_before' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='638' column='1'/>
+ <parameter type-id='type-id-841' name='glyphs_before' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='638' column='1'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='glyphs_input' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='639' column='1'/>
+ <parameter type-id='type-id-841' name='glyphs_input' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='639' column='1'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='glyphs_after' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='640' column='1'/>
+ <parameter type-id='type-id-841' name='glyphs_after' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='640' column='1'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='glyphs_output' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='641' column='1'/>
+ <parameter type-id='type-id-841' name='glyphs_output' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='641' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_layout_lookup_substitute_closure(hb_face_t*, unsigned int, hb_set_t*) -->
<function-decl name='hb_ot_layout_lookup_substitute_closure' mangled-name='hb_ot_layout_lookup_substitute_closure' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='718' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_lookup_substitute_closure'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='718' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='718' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='lookup_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='719' column='1'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='720' column='1'/>
+ <parameter type-id='type-id-841' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='720' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_ot_layout_glyph_class_t hb_ot_layout_get_glyph_class(hb_face_t*, hb_codepoint_t) -->
<function-decl name='hb_ot_layout_get_glyph_class' mangled-name='hb_ot_layout_get_glyph_class' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_get_glyph_class'>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='132' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='132' column='1'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='133' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='133' column='1'/>
<!-- enum hb_ot_layout_glyph_class_t -->
- <return type-id='type-id-1804'/>
+ <return type-id='type-id-1803'/>
</function-decl>
<!-- OT::SubstLookup* const& -->
- <reference-type-def kind='lvalue' type-id='type-id-1805' size-in-bits='64' id='type-id-1791'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1804' size-in-bits='64' id='type-id-1790'/>
<!-- const hb_ot_complex_shaper_t* -->
- <pointer-type-def type-id='type-id-1806' size-in-bits='64' id='type-id-1761'/>
+ <pointer-type-def type-id='type-id-1805' size-in-bits='64' id='type-id-1760'/>
<!-- void (const hb_ot_shape_plan_t*, hb_font_t*, hb_buffer_t*) -->
- <function-type size-in-bits='64' id='type-id-1764'>
+ <function-type size-in-bits='64' id='type-id-1763'>
<!-- parameter of type 'const hb_ot_shape_plan_t*' -->
- <parameter type-id='type-id-1755'/>
+ <parameter type-id='type-id-1754'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-type>
<!-- hb_ot_shape_plan_t* -->
- <pointer-type-def type-id='type-id-1760' size-in-bits='64' id='type-id-1762'/>
+ <pointer-type-def type-id='type-id-1759' size-in-bits='64' id='type-id-1761'/>
<!-- OT::SubstLookup* const -->
- <qualified-type-def type-id='type-id-463' const='yes' id='type-id-1805'/>
+ <qualified-type-def type-id='type-id-462' const='yes' id='type-id-1804'/>
<!-- const hb_ot_complex_shaper_t -->
- <qualified-type-def type-id='type-id-1807' const='yes' id='type-id-1806'/>
+ <qualified-type-def type-id='type-id-1806' const='yes' id='type-id-1805'/>
<!-- struct hb_ot_complex_shaper_t -->
- <class-decl name='hb_ot_complex_shaper_t' size-in-bits='704' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='69' column='1' id='type-id-1807'>
+ <class-decl name='hb_ot_complex_shaper_t' size-in-bits='704' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='69' column='1' id='type-id-1806'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- char hb_ot_complex_shaper_t::name[8] -->
- <var-decl name='name' type-id='type-id-1808' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='70' column='1'/>
+ <var-decl name='name' type-id='type-id-1807' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- void (hb_ot_shape_planner_t*)* hb_ot_complex_shaper_t::collect_features -->
- <var-decl name='collect_features' type-id='type-id-1809' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='77' column='1'/>
+ <var-decl name='collect_features' type-id='type-id-1808' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='77' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- void (hb_ot_shape_planner_t*)* hb_ot_complex_shaper_t::override_features -->
- <var-decl name='override_features' type-id='type-id-1809' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='85' column='1'/>
+ <var-decl name='override_features' type-id='type-id-1808' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='85' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- void* (const hb_ot_shape_plan_t*)* hb_ot_complex_shaper_t::data_create -->
- <var-decl name='data_create' type-id='type-id-1810' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='93' column='1'/>
+ <var-decl name='data_create' type-id='type-id-1809' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='93' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- void (void*)* hb_ot_complex_shaper_t::data_destroy -->
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- void (const hb_ot_shape_plan_t*, hb_buffer_t*, hb_font_t*)* hb_ot_complex_shaper_t::preprocess_text -->
- <var-decl name='preprocess_text' type-id='type-id-1811' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='111' column='1'/>
+ <var-decl name='preprocess_text' type-id='type-id-1810' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='111' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- hb_ot_shape_normalization_mode_t hb_ot_complex_shaper_t::normalization_preference -->
- <var-decl name='normalization_preference' type-id='type-id-1812' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='114' column='1'/>
+ <var-decl name='normalization_preference' type-id='type-id-1811' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='114' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- bool ()* hb_ot_complex_shaper_t::decompose -->
- <var-decl name='decompose' type-id='type-id-1813' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='123' column='1'/>
+ <var-decl name='decompose' type-id='type-id-1812' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='123' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- bool (const hb_ot_shape_normalize_context_t*, typedef hb_codepoint_t, typedef hb_codepoint_t, hb_codepoint_t*)* hb_ot_complex_shaper_t::compose -->
- <var-decl name='compose' type-id='type-id-1814' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='132' column='1'/>
+ <var-decl name='compose' type-id='type-id-1813' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='132' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- void (const hb_ot_shape_plan_t*, hb_buffer_t*, hb_font_t*)* hb_ot_complex_shaper_t::setup_masks -->
- <var-decl name='setup_masks' type-id='type-id-1811' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='142' column='1'/>
+ <var-decl name='setup_masks' type-id='type-id-1810' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='142' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- hb_ot_shape_zero_width_marks_type_t hb_ot_complex_shaper_t::zero_width_marks -->
- <var-decl name='zero_width_marks' type-id='type-id-1815' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='144' column='1'/>
+ <var-decl name='zero_width_marks' type-id='type-id-1814' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='144' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='672'>
<!-- bool hb_ot_complex_shaper_t::fallback_position -->
</data-member>
</class-decl>
<!-- bool ()* -->
- <pointer-type-def type-id='type-id-1816' size-in-bits='64' id='type-id-1813'/>
+ <pointer-type-def type-id='type-id-1815' size-in-bits='64' id='type-id-1812'/>
<!-- bool (const hb_ot_shape_normalize_context_t*, typedef hb_codepoint_t, typedef hb_codepoint_t, hb_codepoint_t*)* -->
- <pointer-type-def type-id='type-id-1817' size-in-bits='64' id='type-id-1814'/>
+ <pointer-type-def type-id='type-id-1816' size-in-bits='64' id='type-id-1813'/>
<!-- char[8] -->
- <array-type-def dimensions='1' type-id='type-id-28' size-in-bits='64' id='type-id-1808'>
+ <array-type-def dimensions='1' type-id='type-id-28' size-in-bits='64' id='type-id-1807'>
<!-- <anonymous range>[8] -->
- <subrange length='8' type-id='type-id-42' id='type-id-151'/>
+ <subrange length='8' type-id='type-id-42' id='type-id-150'/>
</array-type-def>
<!-- enum hb_ot_shape_normalization_mode_t -->
- <enum-decl name='hb_ot_shape_normalization_mode_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='38' column='1' id='type-id-1812'>
+ <enum-decl name='hb_ot_shape_normalization_mode_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='38' column='1' id='type-id-1811'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_OT_SHAPE_NORMALIZATION_MODE_NONE' value='0'/>
<enumerator name='HB_OT_SHAPE_NORMALIZATION_MODE_DECOMPOSED' value='1'/>
<enumerator name='HB_OT_SHAPE_NORMALIZATION_MODE_DEFAULT' value='2'/>
</enum-decl>
<!-- enum hb_ot_shape_zero_width_marks_type_t -->
- <enum-decl name='hb_ot_shape_zero_width_marks_type_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='42' column='1' id='type-id-1815'>
+ <enum-decl name='hb_ot_shape_zero_width_marks_type_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='42' column='1' id='type-id-1814'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_OT_SHAPE_ZERO_WIDTH_MARKS_NONE' value='0'/>
<enumerator name='HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_UNICODE_LATE' value='1'/>
<enumerator name='HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT' value='1'/>
</enum-decl>
<!-- void (const hb_ot_shape_plan_t*, hb_buffer_t*, hb_font_t*)* -->
- <pointer-type-def type-id='type-id-1818' size-in-bits='64' id='type-id-1811'/>
+ <pointer-type-def type-id='type-id-1817' size-in-bits='64' id='type-id-1810'/>
<!-- void (hb_ot_shape_planner_t*)* -->
- <pointer-type-def type-id='type-id-1819' size-in-bits='64' id='type-id-1809'/>
+ <pointer-type-def type-id='type-id-1818' size-in-bits='64' id='type-id-1808'/>
<!-- void* (const hb_ot_shape_plan_t*)* -->
- <pointer-type-def type-id='type-id-1820' size-in-bits='64' id='type-id-1810'/>
+ <pointer-type-def type-id='type-id-1819' size-in-bits='64' id='type-id-1809'/>
<!-- bool (const hb_ot_shape_normalize_context_t*, hb_codepoint_t, hb_codepoint_t*, hb_codepoint_t*) -->
- <function-type size-in-bits='64' id='type-id-1816'>
+ <function-type size-in-bits='64' id='type-id-1815'>
<!-- parameter of type 'const hb_ot_shape_normalize_context_t*' -->
- <parameter type-id='type-id-1821'/>
+ <parameter type-id='type-id-1820'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-type>
<!-- bool (const hb_ot_shape_normalize_context_t*, hb_codepoint_t, hb_codepoint_t, hb_codepoint_t*) -->
- <function-type size-in-bits='64' id='type-id-1817'>
+ <function-type size-in-bits='64' id='type-id-1816'>
<!-- parameter of type 'const hb_ot_shape_normalize_context_t*' -->
- <parameter type-id='type-id-1821'/>
+ <parameter type-id='type-id-1820'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'typedef hb_codepoint_t' -->
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-type>
<!-- void (const hb_ot_shape_plan_t*, hb_buffer_t*, hb_font_t*) -->
- <function-type size-in-bits='64' id='type-id-1818'>
+ <function-type size-in-bits='64' id='type-id-1817'>
<!-- parameter of type 'const hb_ot_shape_plan_t*' -->
- <parameter type-id='type-id-1755'/>
+ <parameter type-id='type-id-1754'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-79'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-type>
<!-- void (hb_ot_shape_planner_t*) -->
- <function-type size-in-bits='64' id='type-id-1819'>
+ <function-type size-in-bits='64' id='type-id-1818'>
<!-- parameter of type 'hb_ot_shape_planner_t*' -->
- <parameter type-id='type-id-1822'/>
+ <parameter type-id='type-id-1821'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-type>
<!-- void* (const hb_ot_shape_plan_t*) -->
- <function-type size-in-bits='64' id='type-id-1820'>
+ <function-type size-in-bits='64' id='type-id-1819'>
<!-- parameter of type 'const hb_ot_shape_plan_t*' -->
- <parameter type-id='type-id-1755'/>
+ <parameter type-id='type-id-1754'/>
<!-- void* -->
<return type-id='type-id-20'/>
</function-type>
<!-- const hb_ot_shape_normalize_context_t* -->
- <pointer-type-def type-id='type-id-1823' size-in-bits='64' id='type-id-1821'/>
+ <pointer-type-def type-id='type-id-1822' size-in-bits='64' id='type-id-1820'/>
<!-- hb_ot_shape_planner_t* -->
- <pointer-type-def type-id='type-id-1824' size-in-bits='64' id='type-id-1822'/>
+ <pointer-type-def type-id='type-id-1823' size-in-bits='64' id='type-id-1821'/>
<!-- const hb_ot_shape_normalize_context_t -->
- <qualified-type-def type-id='type-id-1825' const='yes' id='type-id-1823'/>
+ <qualified-type-def type-id='type-id-1824' const='yes' id='type-id-1822'/>
<!-- struct hb_ot_shape_planner_t -->
- <class-decl name='hb_ot_shape_planner_t' size-in-bits='10624' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='66' column='1' id='type-id-1824'>
+ <class-decl name='hb_ot_shape_planner_t' size-in-bits='10624' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='66' column='1' id='type-id-1823'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_face_t* hb_ot_shape_planner_t::face -->
- <var-decl name='face' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='68' column='1'/>
+ <var-decl name='face' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_segment_properties_t hb_ot_shape_planner_t::props -->
- <var-decl name='props' type-id='type-id-71' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='69' column='1'/>
+ <var-decl name='props' type-id='type-id-70' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='69' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- const hb_ot_complex_shaper_t* hb_ot_shape_planner_t::shaper -->
- <var-decl name='shaper' type-id='type-id-1761' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='70' column='1'/>
+ <var-decl name='shaper' type-id='type-id-1760' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- hb_ot_map_builder_t hb_ot_shape_planner_t::map -->
- <var-decl name='map' type-id='type-id-1826' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='71' column='1'/>
+ <var-decl name='map' type-id='type-id-1825' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='71' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<!-- hb_ot_shape_planner_t::hb_ot_shape_planner_t(const hb_shape_plan_t*) -->
<function-decl name='hb_ot_shape_planner_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_shape_planner_t*' -->
- <parameter type-id='type-id-1822' is-artificial='yes'/>
+ <parameter type-id='type-id-1821' is-artificial='yes'/>
<!-- parameter of type 'const hb_shape_plan_t*' -->
- <parameter type-id='type-id-220'/>
+ <parameter type-id='type-id-219'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_ot_shape_planner_t::~hb_ot_shape_planner_t(int) -->
<function-decl name='~hb_ot_shape_planner_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_shape_planner_t*' -->
- <parameter type-id='type-id-1822' is-artificial='yes'/>
+ <parameter type-id='type-id-1821' is-artificial='yes'/>
<!-- artificial parameter of type 'int' -->
<parameter type-id='type-id-4' is-artificial='yes'/>
<!-- void -->
<!-- void hb_ot_shape_planner_t::compile(hb_ot_shape_plan_t&) -->
<function-decl name='compile' mangled-name='_ZN21hb_ot_shape_planner_t7compileER18hb_ot_shape_plan_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='80' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_shape_planner_t*' -->
- <parameter type-id='type-id-1822' is-artificial='yes'/>
+ <parameter type-id='type-id-1821' is-artificial='yes'/>
<!-- parameter of type 'hb_ot_shape_plan_t&' -->
- <parameter type-id='type-id-1827'/>
+ <parameter type-id='type-id-1826'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_ot_shape_planner_t::hb_ot_shape_planner_t(const hb_ot_shape_planner_t&) -->
<function-decl name='hb_ot_shape_planner_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_shape_planner_t*' -->
- <parameter type-id='type-id-1822' is-artificial='yes'/>
+ <parameter type-id='type-id-1821' is-artificial='yes'/>
<!-- parameter of type 'const hb_ot_shape_planner_t&' -->
- <parameter type-id='type-id-1828'/>
+ <parameter type-id='type-id-1827'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_ot_shape_planner_t& hb_ot_shape_planner_t::operator=(const hb_ot_shape_planner_t&) -->
<function-decl name='operator=' mangled-name='_ZN21hb_ot_shape_planner_taSERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_shape_planner_t*' -->
- <parameter type-id='type-id-1822' is-artificial='yes'/>
+ <parameter type-id='type-id-1821' is-artificial='yes'/>
<!-- parameter of type 'const hb_ot_shape_planner_t&' -->
- <parameter type-id='type-id-1828'/>
+ <parameter type-id='type-id-1827'/>
<!-- hb_ot_shape_planner_t& -->
- <return type-id='type-id-1829'/>
+ <return type-id='type-id-1828'/>
</function-decl>
</member-function>
</class-decl>
<!-- const hb_ot_shape_planner_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1830' size-in-bits='64' id='type-id-1828'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1829' size-in-bits='64' id='type-id-1827'/>
<!-- hb_ot_shape_plan_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1760' size-in-bits='64' id='type-id-1827'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1759' size-in-bits='64' id='type-id-1826'/>
<!-- hb_ot_shape_planner_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1824' size-in-bits='64' id='type-id-1829'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1823' size-in-bits='64' id='type-id-1828'/>
<!-- struct hb_ot_map_builder_t -->
- <class-decl name='hb_ot_map_builder_t' size-in-bits='10240' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='181' column='1' id='type-id-1826'>
+ <class-decl name='hb_ot_map_builder_t' size-in-bits='10240' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='181' column='1' id='type-id-1825'>
<member-type access='private'>
<!-- struct hb_ot_map_builder_t::feature_info_t -->
- <class-decl name='feature_info_t' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='210' column='1' id='type-id-1831'>
+ <class-decl name='feature_info_t' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='210' column='1' id='type-id-1830'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_tag_t hb_ot_map_builder_t::feature_info_t::tag -->
- <var-decl name='tag' type-id='type-id-180' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='211' column='1'/>
+ <var-decl name='tag' type-id='type-id-179' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='211' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- unsigned int hb_ot_map_builder_t::feature_info_t::seq -->
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<!-- hb_ot_map_feature_flags_t hb_ot_map_builder_t::feature_info_t::flags -->
- <var-decl name='flags' type-id='type-id-1832' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='214' column='1'/>
+ <var-decl name='flags' type-id='type-id-1831' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='214' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- unsigned int hb_ot_map_builder_t::feature_info_t::default_value -->
</data-member>
<data-member access='public' layout-offset-in-bits='160'>
<!-- unsigned int hb_ot_map_builder_t::feature_info_t::stage[2] -->
- <var-decl name='stage' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='216' column='1'/>
+ <var-decl name='stage' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='216' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<!-- int hb_ot_map_builder_t::feature_info_t::cmp(const hb_ot_map_builder_t::feature_info_t*) -->
<function-decl name='cmp' mangled-name='_ZN19hb_ot_map_builder_t14feature_info_t3cmpEPKS0_S2_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='218' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const hb_ot_map_builder_t::feature_info_t*' -->
- <parameter type-id='type-id-1833'/>
+ <parameter type-id='type-id-1832'/>
<!-- parameter of type 'const hb_ot_map_builder_t::feature_info_t*' -->
- <parameter type-id='type-id-1833'/>
+ <parameter type-id='type-id-1832'/>
<!-- int -->
<return type-id='type-id-4'/>
</function-decl>
</member-type>
<member-type access='private'>
<!-- struct hb_ot_map_builder_t::stage_info_t -->
- <class-decl name='stage_info_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='222' column='1' id='type-id-1834'>
+ <class-decl name='stage_info_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='222' column='1' id='type-id-1833'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int hb_ot_map_builder_t::stage_info_t::index -->
<var-decl name='index' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='223' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_ot_map_t::stage_map_t::pause_func_t hb_ot_map_builder_t::stage_info_t::pause_func -->
- <var-decl name='pause_func' type-id='type-id-1745' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='224' column='1'/>
+ <var-decl name='pause_func' type-id='type-id-1744' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='224' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_face_t* hb_ot_map_builder_t::face -->
- <var-decl name='face' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='231' column='1'/>
+ <var-decl name='face' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='231' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_segment_properties_t hb_ot_map_builder_t::props -->
- <var-decl name='props' type-id='type-id-71' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='232' column='1'/>
+ <var-decl name='props' type-id='type-id-70' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='232' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- hb_tag_t hb_ot_map_builder_t::chosen_script[2] -->
- <var-decl name='chosen_script' type-id='type-id-1747' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='234' column='1'/>
+ <var-decl name='chosen_script' type-id='type-id-1746' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='234' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- bool hb_ot_map_builder_t::found_script[2] -->
- <var-decl name='found_script' type-id='type-id-1748' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='235' column='1'/>
+ <var-decl name='found_script' type-id='type-id-1747' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='235' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='416'>
<!-- unsigned int hb_ot_map_builder_t::script_index[2] -->
- <var-decl name='script_index' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='236' column='1'/>
+ <var-decl name='script_index' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='236' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='480'>
<!-- unsigned int hb_ot_map_builder_t::language_index[2] -->
- <var-decl name='language_index' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='236' column='1'/>
+ <var-decl name='language_index' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='236' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='544'>
<!-- unsigned int hb_ot_map_builder_t::current_stage[2] -->
- <var-decl name='current_stage' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='240' column='1'/>
+ <var-decl name='current_stage' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='240' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='640'>
<!-- hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u> hb_ot_map_builder_t::feature_infos -->
- <var-decl name='feature_infos' type-id='type-id-1835' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='241' column='1'/>
+ <var-decl name='feature_infos' type-id='type-id-1834' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='241' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='7936'>
<!-- hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u> hb_ot_map_builder_t::stages[2] -->
- <var-decl name='stages' type-id='type-id-1836' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='242' column='1'/>
+ <var-decl name='stages' type-id='type-id-1835' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='242' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<!-- hb_ot_map_builder_t::hb_ot_map_builder_t(hb_face_t*, const hb_segment_properties_t*) -->
<function-decl name='hb_ot_map_builder_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='184' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_map_builder_t*' -->
- <parameter type-id='type-id-1837' is-artificial='yes'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-158'/>
<!-- parameter of type 'const hb_segment_properties_t*' -->
- <parameter type-id='type-id-241'/>
+ <parameter type-id='type-id-240'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_map_builder_t::add_feature(hb_tag_t, unsigned int, hb_ot_map_feature_flags_t) -->
<function-decl name='add_feature' mangled-name='_ZN19hb_ot_map_builder_t11add_featureEjj25hb_ot_map_feature_flags_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='187' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_map_builder_t*' -->
- <parameter type-id='type-id-1837' is-artificial='yes'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'enum hb_ot_map_feature_flags_t' -->
- <parameter type-id='type-id-1832'/>
+ <parameter type-id='type-id-1831'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_map_builder_t::add_global_bool_feature(hb_tag_t) -->
<function-decl name='add_global_bool_feature' mangled-name='_ZN19hb_ot_map_builder_t23add_global_bool_featureEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='190' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_map_builder_t*' -->
- <parameter type-id='type-id-1837' is-artificial='yes'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_map_builder_t::add_gsub_pause(hb_ot_map_t::stage_map_t::pause_func_t) -->
<function-decl name='add_gsub_pause' mangled-name='_ZN19hb_ot_map_builder_t14add_gsub_pauseEPFvPK18hb_ot_shape_plan_tP9hb_font_tP11hb_buffer_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_map_builder_t*' -->
- <parameter type-id='type-id-1837' is-artificial='yes'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_ot_map_t::stage_map_t::pause_func_t' -->
- <parameter type-id='type-id-1745'/>
+ <parameter type-id='type-id-1744'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_map_builder_t::add_gpos_pause(hb_ot_map_t::stage_map_t::pause_func_t) -->
<function-decl name='add_gpos_pause' mangled-name='_ZN19hb_ot_map_builder_t14add_gpos_pauseEPFvPK18hb_ot_shape_plan_tP9hb_font_tP11hb_buffer_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='195' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_map_builder_t*' -->
- <parameter type-id='type-id-1837' is-artificial='yes'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
<!-- parameter of type 'typedef hb_ot_map_t::stage_map_t::pause_func_t' -->
- <parameter type-id='type-id-1745'/>
+ <parameter type-id='type-id-1744'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_map_builder_t::compile(hb_ot_map_t&) -->
<function-decl name='compile' mangled-name='_ZN19hb_ot_map_builder_t7compileER11hb_ot_map_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_map_builder_t*' -->
- <parameter type-id='type-id-1837' is-artificial='yes'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
<!-- parameter of type 'hb_ot_map_t&' -->
- <parameter type-id='type-id-1838'/>
+ <parameter type-id='type-id-1837'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_map_builder_t::finish() -->
<function-decl name='finish' mangled-name='_ZN19hb_ot_map_builder_t6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='200' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_map_builder_t*' -->
- <parameter type-id='type-id-1837' is-artificial='yes'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_map_builder_t::add_pause(unsigned int, hb_ot_map_t::stage_map_t::pause_func_t) -->
<function-decl name='add_pause' mangled-name='_ZN19hb_ot_map_builder_t9add_pauseEjPFvPK18hb_ot_shape_plan_tP9hb_font_tP11hb_buffer_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='227' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_ot_map_builder_t*' -->
- <parameter type-id='type-id-1837' is-artificial='yes'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'typedef hb_ot_map_t::stage_map_t::pause_func_t' -->
- <parameter type-id='type-id-1745'/>
+ <parameter type-id='type-id-1744'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct hb_ot_shape_normalize_context_t -->
- <class-decl name='hb_ot_shape_normalize_context_t' size-in-bits='384' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='53' column='1' id='type-id-1825'>
+ <class-decl name='hb_ot_shape_normalize_context_t' size-in-bits='384' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='53' column='1' id='type-id-1824'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const hb_ot_shape_plan_t* hb_ot_shape_normalize_context_t::plan -->
- <var-decl name='plan' type-id='type-id-1755' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='54' column='1'/>
+ <var-decl name='plan' type-id='type-id-1754' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='54' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_buffer_t* hb_ot_shape_normalize_context_t::buffer -->
- <var-decl name='buffer' type-id='type-id-80' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='55' column='1'/>
+ <var-decl name='buffer' type-id='type-id-79' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='55' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- hb_font_t* hb_ot_shape_normalize_context_t::font -->
- <var-decl name='font' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='56' column='1'/>
+ <var-decl name='font' type-id='type-id-157' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='56' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- hb_unicode_funcs_t* hb_ot_shape_normalize_context_t::unicode -->
- <var-decl name='unicode' type-id='type-id-67' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='57' column='1'/>
+ <var-decl name='unicode' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='57' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- bool ()* hb_ot_shape_normalize_context_t::decompose -->
- <var-decl name='decompose' type-id='type-id-1813' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='61' column='1'/>
+ <var-decl name='decompose' type-id='type-id-1812' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='61' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- bool (const hb_ot_shape_normalize_context_t*, typedef hb_codepoint_t, typedef hb_codepoint_t, hb_codepoint_t*)* hb_ot_shape_normalize_context_t::compose -->
- <var-decl name='compose' type-id='type-id-1814' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='65' column='1'/>
+ <var-decl name='compose' type-id='type-id-1813' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='65' column='1'/>
</data-member>
</class-decl>
<!-- const hb_ot_map_builder_t::feature_info_t* -->
- <pointer-type-def type-id='type-id-1839' size-in-bits='64' id='type-id-1833'/>
+ <pointer-type-def type-id='type-id-1838' size-in-bits='64' id='type-id-1832'/>
<!-- const hb_ot_shape_planner_t -->
- <qualified-type-def type-id='type-id-1824' const='yes' id='type-id-1830'/>
+ <qualified-type-def type-id='type-id-1823' const='yes' id='type-id-1829'/>
<!-- enum hb_ot_map_feature_flags_t -->
- <enum-decl name='hb_ot_map_feature_flags_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='155' column='1' id='type-id-1832'>
+ <enum-decl name='hb_ot_map_feature_flags_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='155' column='1' id='type-id-1831'>
<underlying-type type-id='type-id-56'/>
<enumerator name='F_NONE' value='0'/>
<enumerator name='F_GLOBAL' value='1'/>
<enumerator name='F_MANUAL_ZWJ' value='4'/>
</enum-decl>
<!-- hb_ot_map_builder_t* -->
- <pointer-type-def type-id='type-id-1826' size-in-bits='64' id='type-id-1837'/>
+ <pointer-type-def type-id='type-id-1825' size-in-bits='64' id='type-id-1836'/>
<!-- hb_ot_map_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1739' size-in-bits='64' id='type-id-1838'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1738' size-in-bits='64' id='type-id-1837'/>
<!-- hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>[2] -->
- <array-type-def dimensions='1' type-id='type-id-1840' size-in-bits='2304' id='type-id-1836'>
+ <array-type-def dimensions='1' type-id='type-id-1839' size-in-bits='2304' id='type-id-1835'>
<!-- <anonymous range>[2] -->
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
<!-- struct hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u> -->
- <class-decl name='hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>' size-in-bits='7296' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1835'>
+ <class-decl name='hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>' size-in-bits='7296' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1834'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>::len -->
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='330' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_ot_map_builder_t::feature_info_t* hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>::array -->
- <var-decl name='array' type-id='type-id-1841' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
+ <var-decl name='array' type-id='type-id-1840' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- hb_ot_map_builder_t::feature_info_t hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>::static_array[32] -->
- <var-decl name='static_array' type-id='type-id-1842' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
+ <var-decl name='static_array' type-id='type-id-1841' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>::init() -->
<function-decl name='init' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>*' -->
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_ot_map_builder_t::feature_info_t& hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>*' -->
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- hb_ot_map_builder_t::feature_info_t& -->
- <return type-id='type-id-1844'/>
+ <return type-id='type-id-1843'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const hb_ot_map_builder_t::feature_info_t& hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>*' -->
- <parameter type-id='type-id-1845' is-artificial='yes'/>
+ <parameter type-id='type-id-1844' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const hb_ot_map_builder_t::feature_info_t& -->
- <return type-id='type-id-1846'/>
+ <return type-id='type-id-1845'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_ot_map_builder_t::feature_info_t* hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>::push() -->
<function-decl name='push' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE4pushEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>*' -->
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<!-- hb_ot_map_builder_t::feature_info_t* -->
- <return type-id='type-id-1841'/>
+ <return type-id='type-id-1840'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- void hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>::pop() -->
<function-decl name='pop' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE3popEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>*' -->
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>::remove(unsigned int) -->
<function-decl name='remove' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE6removeEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>*' -->
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>::shrink(unsigned int) -->
<function-decl name='shrink' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE6shrinkEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='387' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>*' -->
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>::qsort() -->
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE5qsortEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='408' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>*' -->
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>::qsort(unsigned int, unsigned int) -->
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE5qsortEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='413' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>*' -->
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- void hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>::finish() -->
<function-decl name='finish' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='429' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>*' -->
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- const hb_ot_map_builder_t::feature_info_t -->
- <qualified-type-def type-id='type-id-1831' const='yes' id='type-id-1839'/>
+ <qualified-type-def type-id='type-id-1830' const='yes' id='type-id-1838'/>
<!-- const hb_ot_map_builder_t::feature_info_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1839' size-in-bits='64' id='type-id-1846'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1838' size-in-bits='64' id='type-id-1845'/>
<!-- const hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>* -->
- <pointer-type-def type-id='type-id-1847' size-in-bits='64' id='type-id-1845'/>
+ <pointer-type-def type-id='type-id-1846' size-in-bits='64' id='type-id-1844'/>
<!-- feature_info_t[32] -->
- <array-type-def dimensions='1' type-id='type-id-1831' size-in-bits='7168' id='type-id-1842'>
+ <array-type-def dimensions='1' type-id='type-id-1830' size-in-bits='7168' id='type-id-1841'>
<!-- <anonymous range>[32] -->
- <subrange length='32' type-id='type-id-42' id='type-id-1779'/>
+ <subrange length='32' type-id='type-id-42' id='type-id-1778'/>
</array-type-def>
<!-- hb_ot_map_builder_t::feature_info_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1831' size-in-bits='64' id='type-id-1844'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1830' size-in-bits='64' id='type-id-1843'/>
<!-- hb_ot_map_builder_t::feature_info_t* -->
- <pointer-type-def type-id='type-id-1831' size-in-bits='64' id='type-id-1841'/>
+ <pointer-type-def type-id='type-id-1830' size-in-bits='64' id='type-id-1840'/>
<!-- hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>* -->
- <pointer-type-def type-id='type-id-1835' size-in-bits='64' id='type-id-1843'/>
+ <pointer-type-def type-id='type-id-1834' size-in-bits='64' id='type-id-1842'/>
<!-- struct hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u> -->
- <class-decl name='hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1840'>
+ <class-decl name='hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1839'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>::len -->
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='330' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_ot_map_builder_t::stage_info_t* hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>::array -->
- <var-decl name='array' type-id='type-id-1848' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
+ <var-decl name='array' type-id='type-id-1847' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- hb_ot_map_builder_t::stage_info_t hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>::static_array[8] -->
- <var-decl name='static_array' type-id='type-id-1849' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
+ <var-decl name='static_array' type-id='type-id-1848' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
</data-member>
<member-function access='public'>
<!-- void hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>::init() -->
<function-decl name='init' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>*' -->
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_ot_map_builder_t::stage_info_t& hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>*' -->
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- hb_ot_map_builder_t::stage_info_t& -->
- <return type-id='type-id-1851'/>
+ <return type-id='type-id-1850'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- const hb_ot_map_builder_t::stage_info_t& hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>::operator[](unsigned int) -->
<function-decl name='operator[]' mangled-name='_ZNK21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>*' -->
- <parameter type-id='type-id-1852' is-artificial='yes'/>
+ <parameter type-id='type-id-1851' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- const hb_ot_map_builder_t::stage_info_t& -->
- <return type-id='type-id-1853'/>
+ <return type-id='type-id-1852'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- hb_ot_map_builder_t::stage_info_t* hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>::push() -->
<function-decl name='push' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE4pushEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>*' -->
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<!-- hb_ot_map_builder_t::stage_info_t* -->
- <return type-id='type-id-1848'/>
+ <return type-id='type-id-1847'/>
</function-decl>
</member-function>
<member-function access='public'>
<!-- void hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>::pop() -->
<function-decl name='pop' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE3popEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>*' -->
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>::remove(unsigned int) -->
<function-decl name='remove' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE6removeEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>*' -->
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>::shrink(unsigned int) -->
<function-decl name='shrink' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE6shrinkEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='387' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>*' -->
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- void -->
<!-- void hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>::qsort() -->
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE5qsortEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='408' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>*' -->
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>::qsort(unsigned int, unsigned int) -->
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE5qsortEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='413' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>*' -->
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'unsigned int' -->
<!-- void hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>::finish() -->
<function-decl name='finish' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='429' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>*' -->
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<!-- const hb_ot_map_builder_t::stage_info_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1854' size-in-bits='64' id='type-id-1853'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1853' size-in-bits='64' id='type-id-1852'/>
<!-- const hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u> -->
- <qualified-type-def type-id='type-id-1835' const='yes' id='type-id-1847'/>
+ <qualified-type-def type-id='type-id-1834' const='yes' id='type-id-1846'/>
<!-- const hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>* -->
- <pointer-type-def type-id='type-id-1855' size-in-bits='64' id='type-id-1852'/>
+ <pointer-type-def type-id='type-id-1854' size-in-bits='64' id='type-id-1851'/>
<!-- hb_ot_map_builder_t::stage_info_t& -->
- <reference-type-def kind='lvalue' type-id='type-id-1834' size-in-bits='64' id='type-id-1851'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1833' size-in-bits='64' id='type-id-1850'/>
<!-- hb_ot_map_builder_t::stage_info_t* -->
- <pointer-type-def type-id='type-id-1834' size-in-bits='64' id='type-id-1848'/>
+ <pointer-type-def type-id='type-id-1833' size-in-bits='64' id='type-id-1847'/>
<!-- hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>* -->
- <pointer-type-def type-id='type-id-1840' size-in-bits='64' id='type-id-1850'/>
+ <pointer-type-def type-id='type-id-1839' size-in-bits='64' id='type-id-1849'/>
<!-- stage_info_t[8] -->
- <array-type-def dimensions='1' type-id='type-id-1834' size-in-bits='1024' id='type-id-1849'>
+ <array-type-def dimensions='1' type-id='type-id-1833' size-in-bits='1024' id='type-id-1848'>
<!-- <anonymous range>[8] -->
- <subrange length='8' type-id='type-id-42' id='type-id-151'/>
+ <subrange length='8' type-id='type-id-42' id='type-id-150'/>
</array-type-def>
<!-- const hb_ot_map_builder_t::stage_info_t -->
- <qualified-type-def type-id='type-id-1834' const='yes' id='type-id-1854'/>
+ <qualified-type-def type-id='type-id-1833' const='yes' id='type-id-1853'/>
<!-- const hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u> -->
- <qualified-type-def type-id='type-id-1840' const='yes' id='type-id-1855'/>
+ <qualified-type-def type-id='type-id-1839' const='yes' id='type-id-1854'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-ot-map.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<!-- void hb_ot_shape_plan_collect_lookups(hb_shape_plan_t*, hb_tag_t, hb_set_t*) -->
<function-decl name='hb_ot_shape_plan_collect_lookups' mangled-name='hb_ot_shape_plan_collect_lookups' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='740' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_shape_plan_collect_lookups'>
<!-- parameter of type 'hb_shape_plan_t*' -->
- <parameter type-id='type-id-176' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='740' column='1'/>
+ <parameter type-id='type-id-175' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='740' column='1'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='741' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='741' column='1'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='lookup_indexes' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='742' column='1'/>
+ <parameter type-id='type-id-841' name='lookup_indexes' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='742' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- void hb_ot_shape_glyphs_closure(hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int, hb_set_t*) -->
<function-decl name='hb_ot_shape_glyphs_closure' mangled-name='hb_ot_shape_glyphs_closure' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='770' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_shape_glyphs_closure'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='770' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='770' column='1'/>
<!-- parameter of type 'hb_buffer_t*' -->
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='771' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='771' column='1'/>
<!-- parameter of type 'const hb_feature_t*' -->
- <parameter type-id='type-id-229' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='772' column='1'/>
+ <parameter type-id='type-id-228' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='772' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10' name='num_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='773' column='1'/>
<!-- parameter of type 'hb_set_t*' -->
- <parameter type-id='type-id-842' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='774' column='1'/>
+ <parameter type-id='type-id-841' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='774' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<abi-instr version='1.0' address-size='64' path='hb-ot-shape-complex-indic.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<!-- struct indic_shape_plan_t -->
- <class-decl name='indic_shape_plan_t' size-in-bits='1344' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='507' column='1' id='type-id-1856'>
+ <class-decl name='indic_shape_plan_t' size-in-bits='1344' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='507' column='1' id='type-id-1855'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const indic_config_t* indic_shape_plan_t::config -->
- <var-decl name='config' type-id='type-id-1857' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='529' column='1'/>
+ <var-decl name='config' type-id='type-id-1856' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='529' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- bool indic_shape_plan_t::is_old_spec -->
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<!-- hb_codepoint_t indic_shape_plan_t::virama_glyph -->
- <var-decl name='virama_glyph' type-id='type-id-69' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='532' column='1'/>
+ <var-decl name='virama_glyph' type-id='type-id-68' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='532' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- would_substitute_feature_t indic_shape_plan_t::rphf -->
- <var-decl name='rphf' type-id='type-id-1858' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='534' column='1'/>
+ <var-decl name='rphf' type-id='type-id-1857' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='534' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- would_substitute_feature_t indic_shape_plan_t::pref -->
- <var-decl name='pref' type-id='type-id-1858' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='535' column='1'/>
+ <var-decl name='pref' type-id='type-id-1857' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='535' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- would_substitute_feature_t indic_shape_plan_t::blwf -->
- <var-decl name='blwf' type-id='type-id-1858' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='536' column='1'/>
+ <var-decl name='blwf' type-id='type-id-1857' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='536' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- would_substitute_feature_t indic_shape_plan_t::pstf -->
- <var-decl name='pstf' type-id='type-id-1858' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='537' column='1'/>
+ <var-decl name='pstf' type-id='type-id-1857' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='537' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- hb_mask_t indic_shape_plan_t::mask_array[21] -->
- <var-decl name='mask_array' type-id='type-id-1859' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='539' column='1'/>
+ <var-decl name='mask_array' type-id='type-id-1858' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='539' column='1'/>
</data-member>
<member-function access='public'>
<!-- void indic_shape_plan_t::_static_assertion_on_line_508() -->
<function-decl name='_static_assertion_on_line_508' mangled-name='_ZNK18indic_shape_plan_t29_static_assertion_on_line_508Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='508' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const indic_shape_plan_t*' -->
- <parameter type-id='type-id-1860' is-artificial='yes'/>
+ <parameter type-id='type-id-1859' is-artificial='yes'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- bool indic_shape_plan_t::get_virama_glyph(hb_font_t*, hb_codepoint_t*) -->
<function-decl name='get_virama_glyph' mangled-name='_ZNK18indic_shape_plan_t16get_virama_glyphEP9hb_font_tPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='510' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const indic_shape_plan_t*' -->
- <parameter type-id='type-id-1860' is-artificial='yes'/>
+ <parameter type-id='type-id-1859' is-artificial='yes'/>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-157'/>
<!-- parameter of type 'hb_codepoint_t*' -->
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
<!-- struct indic_config_t -->
- <class-decl name='indic_config_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='305' column='1' id='type-id-1861'>
+ <class-decl name='indic_config_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='305' column='1' id='type-id-1860'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- hb_script_t indic_config_t::script -->
- <var-decl name='script' type-id='type-id-104' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='306' column='1'/>
+ <var-decl name='script' type-id='type-id-103' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='306' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- bool indic_config_t::has_old_spec -->
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- hb_codepoint_t indic_config_t::virama -->
- <var-decl name='virama' type-id='type-id-69' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='308' column='1'/>
+ <var-decl name='virama' type-id='type-id-68' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='308' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<!-- base_position_t indic_config_t::base_pos -->
- <var-decl name='base_pos' type-id='type-id-1862' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='309' column='1'/>
+ <var-decl name='base_pos' type-id='type-id-1861' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='309' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- reph_position_t indic_config_t::reph_pos -->
- <var-decl name='reph_pos' type-id='type-id-1863' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='310' column='1'/>
+ <var-decl name='reph_pos' type-id='type-id-1862' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='310' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='160'>
<!-- reph_mode_t indic_config_t::reph_mode -->
- <var-decl name='reph_mode' type-id='type-id-1864' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='311' column='1'/>
+ <var-decl name='reph_mode' type-id='type-id-1863' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='311' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- blwf_mode_t indic_config_t::blwf_mode -->
- <var-decl name='blwf_mode' type-id='type-id-1865' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='312' column='1'/>
+ <var-decl name='blwf_mode' type-id='type-id-1864' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='312' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
<!-- pref_len_t indic_config_t::pref_len -->
- <var-decl name='pref_len' type-id='type-id-1866' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='313' column='1'/>
+ <var-decl name='pref_len' type-id='type-id-1865' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='313' column='1'/>
</data-member>
</class-decl>
<!-- enum base_position_t -->
- <enum-decl name='base_position_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='276' column='1' id='type-id-1862'>
+ <enum-decl name='base_position_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='276' column='1' id='type-id-1861'>
<underlying-type type-id='type-id-56'/>
<enumerator name='BASE_POS_FIRST' value='0'/>
<enumerator name='BASE_POS_LAST_SINHALA' value='1'/>
<enumerator name='BASE_POS_LAST' value='2'/>
</enum-decl>
<!-- enum reph_position_t -->
- <enum-decl name='reph_position_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='281' column='1' id='type-id-1863'>
+ <enum-decl name='reph_position_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='281' column='1' id='type-id-1862'>
<underlying-type type-id='type-id-56'/>
<enumerator name='REPH_POS_AFTER_MAIN' value='5'/>
<enumerator name='REPH_POS_BEFORE_SUB' value='7'/>
<enumerator name='REPH_POS_DONT_CARE' value='1'/>
</enum-decl>
<!-- enum reph_mode_t -->
- <enum-decl name='reph_mode_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='289' column='1' id='type-id-1864'>
+ <enum-decl name='reph_mode_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='289' column='1' id='type-id-1863'>
<underlying-type type-id='type-id-56'/>
<enumerator name='REPH_MODE_IMPLICIT' value='0'/>
<enumerator name='REPH_MODE_EXPLICIT' value='1'/>
<enumerator name='REPH_MODE_LOG_REPHA' value='3'/>
</enum-decl>
<!-- enum blwf_mode_t -->
- <enum-decl name='blwf_mode_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='295' column='1' id='type-id-1865'>
+ <enum-decl name='blwf_mode_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='295' column='1' id='type-id-1864'>
<underlying-type type-id='type-id-56'/>
<enumerator name='BLWF_MODE_PRE_AND_POST' value='0'/>
<enumerator name='BLWF_MODE_POST_ONLY' value='1'/>
</enum-decl>
<!-- enum pref_len_t -->
- <enum-decl name='pref_len_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='299' column='1' id='type-id-1866'>
+ <enum-decl name='pref_len_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='299' column='1' id='type-id-1865'>
<underlying-type type-id='type-id-56'/>
<enumerator name='PREF_LEN_1' value='1'/>
<enumerator name='PREF_LEN_2' value='2'/>
<enumerator name='PREF_LEN_DONT_CARE' value='2'/>
</enum-decl>
<!-- const indic_config_t -->
- <qualified-type-def type-id='type-id-1861' const='yes' id='type-id-1867'/>
+ <qualified-type-def type-id='type-id-1860' const='yes' id='type-id-1866'/>
<!-- const indic_config_t* -->
- <pointer-type-def type-id='type-id-1867' size-in-bits='64' id='type-id-1857'/>
+ <pointer-type-def type-id='type-id-1866' size-in-bits='64' id='type-id-1856'/>
<!-- struct would_substitute_feature_t -->
- <class-decl name='would_substitute_feature_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='481' column='1' id='type-id-1858'>
+ <class-decl name='would_substitute_feature_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='481' column='1' id='type-id-1857'>
<data-member access='private' layout-offset-in-bits='0'>
<!-- const hb_ot_map_t::lookup_map_t* would_substitute_feature_t::lookups -->
- <var-decl name='lookups' type-id='type-id-1743' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='501' column='1'/>
+ <var-decl name='lookups' type-id='type-id-1742' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='501' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<!-- unsigned int would_substitute_feature_t::count -->
<!-- void would_substitute_feature_t::init(const hb_ot_map_t*, hb_tag_t, bool) -->
<function-decl name='init' mangled-name='_ZN26would_substitute_feature_t4initEPK11hb_ot_map_tjb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='482' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'would_substitute_feature_t*' -->
- <parameter type-id='type-id-1868' is-artificial='yes'/>
+ <parameter type-id='type-id-1867' is-artificial='yes'/>
<!-- parameter of type 'const hb_ot_map_t*' -->
- <parameter type-id='type-id-1753'/>
+ <parameter type-id='type-id-1752'/>
<!-- parameter of type 'typedef hb_tag_t' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<!-- parameter of type 'bool' -->
<parameter type-id='type-id-7'/>
<!-- void -->
<!-- bool would_substitute_feature_t::would_substitute(const hb_codepoint_t*, unsigned int, hb_face_t*) -->
<function-decl name='would_substitute' mangled-name='_ZNK26would_substitute_feature_t16would_substituteEPKjjP9hb_face_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='490' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- implicit parameter of type 'const would_substitute_feature_t*' -->
- <parameter type-id='type-id-1869' is-artificial='yes'/>
+ <parameter type-id='type-id-1868' is-artificial='yes'/>
<!-- parameter of type 'const hb_codepoint_t*' -->
- <parameter type-id='type-id-86'/>
+ <parameter type-id='type-id-85'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-10'/>
<!-- parameter of type 'hb_face_t*' -->
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-158'/>
<!-- bool -->
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
<!-- would_substitute_feature_t* -->
- <pointer-type-def type-id='type-id-1858' size-in-bits='64' id='type-id-1868'/>
+ <pointer-type-def type-id='type-id-1857' size-in-bits='64' id='type-id-1867'/>
<!-- const would_substitute_feature_t -->
- <qualified-type-def type-id='type-id-1858' const='yes' id='type-id-1870'/>
+ <qualified-type-def type-id='type-id-1857' const='yes' id='type-id-1869'/>
<!-- const would_substitute_feature_t* -->
- <pointer-type-def type-id='type-id-1870' size-in-bits='64' id='type-id-1869'/>
+ <pointer-type-def type-id='type-id-1869' size-in-bits='64' id='type-id-1868'/>
<!-- hb_mask_t[21] -->
- <array-type-def dimensions='1' type-id='type-id-87' size-in-bits='672' id='type-id-1859'>
+ <array-type-def dimensions='1' type-id='type-id-86' size-in-bits='672' id='type-id-1858'>
<!-- <anonymous range>[21] -->
- <subrange length='21' type-id='type-id-42' id='type-id-1871'/>
+ <subrange length='21' type-id='type-id-42' id='type-id-1870'/>
</array-type-def>
<!-- const indic_shape_plan_t -->
- <qualified-type-def type-id='type-id-1856' const='yes' id='type-id-1872'/>
+ <qualified-type-def type-id='type-id-1855' const='yes' id='type-id-1871'/>
<!-- const indic_shape_plan_t* -->
- <pointer-type-def type-id='type-id-1872' size-in-bits='64' id='type-id-1860'/>
+ <pointer-type-def type-id='type-id-1871' size-in-bits='64' id='type-id-1859'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-ot-shape-complex-indic-table.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<!-- hb_unicode_funcs_t* hb_glib_get_unicode_funcs() -->
<function-decl name='hb_glib_get_unicode_funcs' mangled-name='hb_glib_get_unicode_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-glib.cc' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_glib_get_unicode_funcs'>
<!-- hb_unicode_funcs_t* -->
- <return type-id='type-id-67'/>
+ <return type-id='type-id-66'/>
</function-decl>
<!-- enum GUnicodeScript -->
- <enum-decl name='GUnicodeScript' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/glib@2.42.1-46d6a76b/include/glib-2.0/glib/gunicode.h' line='409' column='1' id='type-id-1873'>
+ <enum-decl name='GUnicodeScript' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/glib@2.42.1-46d6a76b/include/glib-2.0/glib/gunicode.h' line='409' column='1' id='type-id-1872'>
<underlying-type type-id='type-id-56'/>
<enumerator name='G_UNICODE_SCRIPT_INVALID_CODE' value='-1'/>
<enumerator name='G_UNICODE_SCRIPT_COMMON' value='0'/>
<!-- GUnicodeScript hb_glib_script_from_script(hb_script_t) -->
<function-decl name='hb_glib_script_from_script' mangled-name='hb_glib_script_from_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-glib.cc' line='177' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_glib_script_from_script'>
<!-- parameter of type 'enum hb_script_t' -->
- <parameter type-id='type-id-104' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-glib.cc' line='177' column='1'/>
+ <parameter type-id='type-id-103' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-glib.cc' line='177' column='1'/>
<!-- enum GUnicodeScript -->
- <return type-id='type-id-1873'/>
+ <return type-id='type-id-1872'/>
</function-decl>
<!-- hb_script_t hb_glib_script_to_script(GUnicodeScript) -->
<function-decl name='hb_glib_script_to_script' mangled-name='hb_glib_script_to_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-glib.cc' line='161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_glib_script_to_script'>
<!-- parameter of type 'enum GUnicodeScript' -->
- <parameter type-id='type-id-1873' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-glib.cc' line='161' column='1'/>
+ <parameter type-id='type-id-1872' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-glib.cc' line='161' column='1'/>
<!-- enum hb_script_t -->
- <return type-id='type-id-104'/>
+ <return type-id='type-id-103'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-ft.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<!-- struct FT_FaceRec_ -->
- <class-decl name='FT_FaceRec_' size-in-bits='1984' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='959' column='1' id='type-id-1874'>
+ <class-decl name='FT_FaceRec_' size-in-bits='1984' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='959' column='1' id='type-id-1873'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- FT_Long FT_FaceRec_::num_faces -->
- <var-decl name='num_faces' type-id='type-id-1875' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='960' column='1'/>
+ <var-decl name='num_faces' type-id='type-id-1874' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='960' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- FT_Long FT_FaceRec_::face_index -->
- <var-decl name='face_index' type-id='type-id-1875' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='961' column='1'/>
+ <var-decl name='face_index' type-id='type-id-1874' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='961' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- FT_Long FT_FaceRec_::face_flags -->
- <var-decl name='face_flags' type-id='type-id-1875' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='963' column='1'/>
+ <var-decl name='face_flags' type-id='type-id-1874' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='963' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- FT_Long FT_FaceRec_::style_flags -->
- <var-decl name='style_flags' type-id='type-id-1875' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='964' column='1'/>
+ <var-decl name='style_flags' type-id='type-id-1874' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='964' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- FT_Long FT_FaceRec_::num_glyphs -->
- <var-decl name='num_glyphs' type-id='type-id-1875' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='966' column='1'/>
+ <var-decl name='num_glyphs' type-id='type-id-1874' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='966' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- FT_String* FT_FaceRec_::family_name -->
- <var-decl name='family_name' type-id='type-id-1876' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='968' column='1'/>
+ <var-decl name='family_name' type-id='type-id-1875' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='968' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- FT_String* FT_FaceRec_::style_name -->
- <var-decl name='style_name' type-id='type-id-1876' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='969' column='1'/>
+ <var-decl name='style_name' type-id='type-id-1875' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='969' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- FT_Int FT_FaceRec_::num_fixed_sizes -->
- <var-decl name='num_fixed_sizes' type-id='type-id-1877' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='971' column='1'/>
+ <var-decl name='num_fixed_sizes' type-id='type-id-1876' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='971' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- FT_Bitmap_Size* FT_FaceRec_::available_sizes -->
- <var-decl name='available_sizes' type-id='type-id-1878' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='972' column='1'/>
+ <var-decl name='available_sizes' type-id='type-id-1877' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='972' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- FT_Int FT_FaceRec_::num_charmaps -->
- <var-decl name='num_charmaps' type-id='type-id-1877' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='974' column='1'/>
+ <var-decl name='num_charmaps' type-id='type-id-1876' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='974' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- FT_CharMap* FT_FaceRec_::charmaps -->
- <var-decl name='charmaps' type-id='type-id-1879' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='975' column='1'/>
+ <var-decl name='charmaps' type-id='type-id-1878' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='975' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
<!-- FT_Generic FT_FaceRec_::generic -->
- <var-decl name='generic' type-id='type-id-1880' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='977' column='1'/>
+ <var-decl name='generic' type-id='type-id-1879' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='977' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
<!-- FT_BBox FT_FaceRec_::bbox -->
- <var-decl name='bbox' type-id='type-id-1881' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='982' column='1'/>
+ <var-decl name='bbox' type-id='type-id-1880' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='982' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
<!-- FT_UShort FT_FaceRec_::units_per_EM -->
- <var-decl name='units_per_EM' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='984' column='1'/>
+ <var-decl name='units_per_EM' type-id='type-id-1881' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='984' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1104'>
<!-- FT_Short FT_FaceRec_::ascender -->
- <var-decl name='ascender' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='985' column='1'/>
+ <var-decl name='ascender' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='985' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1120'>
<!-- FT_Short FT_FaceRec_::descender -->
- <var-decl name='descender' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='986' column='1'/>
+ <var-decl name='descender' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='986' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1136'>
<!-- FT_Short FT_FaceRec_::height -->
- <var-decl name='height' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='987' column='1'/>
+ <var-decl name='height' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='987' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1152'>
<!-- FT_Short FT_FaceRec_::max_advance_width -->
- <var-decl name='max_advance_width' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='989' column='1'/>
+ <var-decl name='max_advance_width' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='989' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1168'>
<!-- FT_Short FT_FaceRec_::max_advance_height -->
- <var-decl name='max_advance_height' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='990' column='1'/>
+ <var-decl name='max_advance_height' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='990' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1184'>
<!-- FT_Short FT_FaceRec_::underline_position -->
- <var-decl name='underline_position' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='992' column='1'/>
+ <var-decl name='underline_position' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='992' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1200'>
<!-- FT_Short FT_FaceRec_::underline_thickness -->
- <var-decl name='underline_thickness' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='993' column='1'/>
+ <var-decl name='underline_thickness' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='993' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
<!-- FT_GlyphSlot FT_FaceRec_::glyph -->
- <var-decl name='glyph' type-id='type-id-1884' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='995' column='1'/>
+ <var-decl name='glyph' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='995' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1280'>
<!-- FT_Size FT_FaceRec_::size -->
- <var-decl name='size' type-id='type-id-1885' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='996' column='1'/>
+ <var-decl name='size' type-id='type-id-1884' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='996' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1344'>
<!-- FT_CharMap FT_FaceRec_::charmap -->
- <var-decl name='charmap' type-id='type-id-1886' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='997' column='1'/>
+ <var-decl name='charmap' type-id='type-id-1885' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='997' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
<!-- FT_Driver FT_FaceRec_::driver -->
- <var-decl name='driver' type-id='type-id-1887' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1001' column='1'/>
+ <var-decl name='driver' type-id='type-id-1886' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1001' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1472'>
<!-- FT_Memory FT_FaceRec_::memory -->
- <var-decl name='memory' type-id='type-id-1888' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1002' column='1'/>
+ <var-decl name='memory' type-id='type-id-1887' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1002' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
<!-- FT_Stream FT_FaceRec_::stream -->
- <var-decl name='stream' type-id='type-id-1889' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1003' column='1'/>
+ <var-decl name='stream' type-id='type-id-1888' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1003' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1600'>
<!-- FT_ListRec FT_FaceRec_::sizes_list -->
- <var-decl name='sizes_list' type-id='type-id-1890' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1005' column='1'/>
+ <var-decl name='sizes_list' type-id='type-id-1889' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1005' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1728'>
<!-- FT_Generic FT_FaceRec_::autohint -->
- <var-decl name='autohint' type-id='type-id-1880' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1007' column='1'/>
+ <var-decl name='autohint' type-id='type-id-1879' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1007' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1856'>
<!-- void* FT_FaceRec_::extensions -->
</data-member>
<data-member access='public' layout-offset-in-bits='1920'>
<!-- FT_Face_Internal FT_FaceRec_::internal -->
- <var-decl name='internal' type-id='type-id-1891' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1010' column='1'/>
+ <var-decl name='internal' type-id='type-id-1890' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1010' column='1'/>
</data-member>
</class-decl>
<!-- typedef long int FT_Long -->
- <typedef-decl name='FT_Long' type-id='type-id-39' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='238' column='1' id='type-id-1875'/>
+ <typedef-decl name='FT_Long' type-id='type-id-39' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='238' column='1' id='type-id-1874'/>
<!-- typedef char FT_String -->
- <typedef-decl name='FT_String' type-id='type-id-28' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='183' column='1' id='type-id-1892'/>
+ <typedef-decl name='FT_String' type-id='type-id-28' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='183' column='1' id='type-id-1891'/>
<!-- FT_String* -->
- <pointer-type-def type-id='type-id-1892' size-in-bits='64' id='type-id-1876'/>
+ <pointer-type-def type-id='type-id-1891' size-in-bits='64' id='type-id-1875'/>
<!-- typedef int FT_Int -->
- <typedef-decl name='FT_Int' type-id='type-id-4' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='216' column='1' id='type-id-1877'/>
+ <typedef-decl name='FT_Int' type-id='type-id-4' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='216' column='1' id='type-id-1876'/>
<!-- struct FT_Bitmap_Size_ -->
- <class-decl name='FT_Bitmap_Size_' size-in-bits='256' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='334' column='1' id='type-id-1893'>
+ <class-decl name='FT_Bitmap_Size_' size-in-bits='256' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='334' column='1' id='type-id-1892'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- FT_Short FT_Bitmap_Size_::height -->
- <var-decl name='height' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='335' column='1'/>
+ <var-decl name='height' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='335' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- FT_Short FT_Bitmap_Size_::width -->
- <var-decl name='width' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='336' column='1'/>
+ <var-decl name='width' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='336' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- FT_Pos FT_Bitmap_Size_::size -->
- <var-decl name='size' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='338' column='1'/>
+ <var-decl name='size' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='338' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- FT_Pos FT_Bitmap_Size_::x_ppem -->
- <var-decl name='x_ppem' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='340' column='1'/>
+ <var-decl name='x_ppem' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='340' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- FT_Pos FT_Bitmap_Size_::y_ppem -->
- <var-decl name='y_ppem' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='341' column='1'/>
+ <var-decl name='y_ppem' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='341' column='1'/>
</data-member>
</class-decl>
<!-- typedef short int FT_Short -->
- <typedef-decl name='FT_Short' type-id='type-id-142' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='194' column='1' id='type-id-1883'/>
+ <typedef-decl name='FT_Short' type-id='type-id-141' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='194' column='1' id='type-id-1882'/>
<!-- typedef long int FT_Pos -->
- <typedef-decl name='FT_Pos' type-id='type-id-39' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='58' column='1' id='type-id-1894'/>
+ <typedef-decl name='FT_Pos' type-id='type-id-39' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='58' column='1' id='type-id-1893'/>
<!-- typedef FT_Bitmap_Size_ FT_Bitmap_Size -->
- <typedef-decl name='FT_Bitmap_Size' type-id='type-id-1893' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='343' column='1' id='type-id-1895'/>
+ <typedef-decl name='FT_Bitmap_Size' type-id='type-id-1892' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='343' column='1' id='type-id-1894'/>
<!-- FT_Bitmap_Size* -->
- <pointer-type-def type-id='type-id-1895' size-in-bits='64' id='type-id-1878'/>
+ <pointer-type-def type-id='type-id-1894' size-in-bits='64' id='type-id-1877'/>
<!-- struct FT_CharMapRec_ -->
- <class-decl name='FT_CharMapRec_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='780' column='1' id='type-id-1896'>
+ <class-decl name='FT_CharMapRec_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='780' column='1' id='type-id-1895'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- FT_Face FT_CharMapRec_::face -->
- <var-decl name='face' type-id='type-id-1897' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='781' column='1'/>
+ <var-decl name='face' type-id='type-id-1896' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='781' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- FT_Encoding FT_CharMapRec_::encoding -->
- <var-decl name='encoding' type-id='type-id-1898' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='782' column='1'/>
+ <var-decl name='encoding' type-id='type-id-1897' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='782' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<!-- FT_UShort FT_CharMapRec_::platform_id -->
- <var-decl name='platform_id' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='783' column='1'/>
+ <var-decl name='platform_id' type-id='type-id-1881' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='783' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='112'>
<!-- FT_UShort FT_CharMapRec_::encoding_id -->
- <var-decl name='encoding_id' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='784' column='1'/>
+ <var-decl name='encoding_id' type-id='type-id-1881' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='784' column='1'/>
</data-member>
</class-decl>
<!-- FT_FaceRec_* -->
- <pointer-type-def type-id='type-id-1874' size-in-bits='64' id='type-id-1899'/>
+ <pointer-type-def type-id='type-id-1873' size-in-bits='64' id='type-id-1898'/>
<!-- typedef FT_FaceRec_* FT_Face -->
- <typedef-decl name='FT_Face' type-id='type-id-1899' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='440' column='1' id='type-id-1897'/>
+ <typedef-decl name='FT_Face' type-id='type-id-1898' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='440' column='1' id='type-id-1896'/>
<!-- enum FT_Encoding_ -->
- <enum-decl name='FT_Encoding_' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='698' column='1' id='type-id-1900'>
+ <enum-decl name='FT_Encoding_' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='698' column='1' id='type-id-1899'>
<underlying-type type-id='type-id-56'/>
<enumerator name='FT_ENCODING_NONE' value='0'/>
<enumerator name='FT_ENCODING_MS_SYMBOL' value='1937337698'/>
<enumerator name='FT_ENCODING_APPLE_ROMAN' value='1634889070'/>
</enum-decl>
<!-- typedef FT_Encoding_ FT_Encoding -->
- <typedef-decl name='FT_Encoding' type-id='type-id-1900' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='727' column='1' id='type-id-1898'/>
+ <typedef-decl name='FT_Encoding' type-id='type-id-1899' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='727' column='1' id='type-id-1897'/>
<!-- typedef unsigned short int FT_UShort -->
- <typedef-decl name='FT_UShort' type-id='type-id-140' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='205' column='1' id='type-id-1882'/>
+ <typedef-decl name='FT_UShort' type-id='type-id-139' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='205' column='1' id='type-id-1881'/>
<!-- FT_CharMapRec_* -->
- <pointer-type-def type-id='type-id-1896' size-in-bits='64' id='type-id-1901'/>
+ <pointer-type-def type-id='type-id-1895' size-in-bits='64' id='type-id-1900'/>
<!-- typedef FT_CharMapRec_* FT_CharMap -->
- <typedef-decl name='FT_CharMap' type-id='type-id-1901' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='524' column='1' id='type-id-1886'/>
+ <typedef-decl name='FT_CharMap' type-id='type-id-1900' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='524' column='1' id='type-id-1885'/>
<!-- FT_CharMap* -->
- <pointer-type-def type-id='type-id-1886' size-in-bits='64' id='type-id-1879'/>
+ <pointer-type-def type-id='type-id-1885' size-in-bits='64' id='type-id-1878'/>
<!-- struct FT_Generic_ -->
- <class-decl name='FT_Generic_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='456' column='1' id='type-id-1902'>
+ <class-decl name='FT_Generic_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='456' column='1' id='type-id-1901'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- void* FT_Generic_::data -->
<var-decl name='data' type-id='type-id-20' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='457' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- FT_Generic_Finalizer FT_Generic_::finalizer -->
- <var-decl name='finalizer' type-id='type-id-1903' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='458' column='1'/>
+ <var-decl name='finalizer' type-id='type-id-1902' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='458' column='1'/>
</data-member>
</class-decl>
<!-- typedef void (void*)* FT_Generic_Finalizer -->
- <typedef-decl name='FT_Generic_Finalizer' type-id='type-id-31' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='424' column='1' id='type-id-1903'/>
+ <typedef-decl name='FT_Generic_Finalizer' type-id='type-id-31' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='424' column='1' id='type-id-1902'/>
<!-- typedef FT_Generic_ FT_Generic -->
- <typedef-decl name='FT_Generic' type-id='type-id-1902' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='460' column='1' id='type-id-1880'/>
+ <typedef-decl name='FT_Generic' type-id='type-id-1901' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='460' column='1' id='type-id-1879'/>
<!-- struct FT_BBox_ -->
- <class-decl name='FT_BBox_' size-in-bits='256' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='116' column='1' id='type-id-1904'>
+ <class-decl name='FT_BBox_' size-in-bits='256' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='116' column='1' id='type-id-1903'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- FT_Pos FT_BBox_::xMin -->
- <var-decl name='xMin' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='117' column='1'/>
+ <var-decl name='xMin' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='117' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- FT_Pos FT_BBox_::yMin -->
- <var-decl name='yMin' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='117' column='1'/>
+ <var-decl name='yMin' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='117' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- FT_Pos FT_BBox_::xMax -->
- <var-decl name='xMax' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='118' column='1'/>
+ <var-decl name='xMax' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='118' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- FT_Pos FT_BBox_::yMax -->
- <var-decl name='yMax' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='118' column='1'/>
+ <var-decl name='yMax' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='118' column='1'/>
</data-member>
</class-decl>
<!-- typedef FT_BBox_ FT_BBox -->
- <typedef-decl name='FT_BBox' type-id='type-id-1904' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='120' column='1' id='type-id-1881'/>
+ <typedef-decl name='FT_BBox' type-id='type-id-1903' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='120' column='1' id='type-id-1880'/>
<!-- struct FT_GlyphSlotRec_ -->
- <class-decl name='FT_GlyphSlotRec_' size-in-bits='2432' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1671' column='1' id='type-id-1905'>
+ <class-decl name='FT_GlyphSlotRec_' size-in-bits='2432' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1671' column='1' id='type-id-1904'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- FT_Library FT_GlyphSlotRec_::library -->
- <var-decl name='library' type-id='type-id-1906' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1672' column='1'/>
+ <var-decl name='library' type-id='type-id-1905' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1672' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- FT_Face FT_GlyphSlotRec_::face -->
- <var-decl name='face' type-id='type-id-1897' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1673' column='1'/>
+ <var-decl name='face' type-id='type-id-1896' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1673' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- FT_GlyphSlot FT_GlyphSlotRec_::next -->
- <var-decl name='next' type-id='type-id-1884' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1674' column='1'/>
+ <var-decl name='next' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1674' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- FT_UInt FT_GlyphSlotRec_::reserved -->
- <var-decl name='reserved' type-id='type-id-1907' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1675' column='1'/>
+ <var-decl name='reserved' type-id='type-id-1906' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1675' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- FT_Generic FT_GlyphSlotRec_::generic -->
- <var-decl name='generic' type-id='type-id-1880' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1676' column='1'/>
+ <var-decl name='generic' type-id='type-id-1879' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1676' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- FT_Glyph_Metrics FT_GlyphSlotRec_::metrics -->
- <var-decl name='metrics' type-id='type-id-1908' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1678' column='1'/>
+ <var-decl name='metrics' type-id='type-id-1907' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1678' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
<!-- FT_Fixed FT_GlyphSlotRec_::linearHoriAdvance -->
- <var-decl name='linearHoriAdvance' type-id='type-id-1909' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1679' column='1'/>
+ <var-decl name='linearHoriAdvance' type-id='type-id-1908' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1679' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<!-- FT_Fixed FT_GlyphSlotRec_::linearVertAdvance -->
- <var-decl name='linearVertAdvance' type-id='type-id-1909' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1680' column='1'/>
+ <var-decl name='linearVertAdvance' type-id='type-id-1908' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1680' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<!-- FT_Vector FT_GlyphSlotRec_::advance -->
- <var-decl name='advance' type-id='type-id-1910' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1681' column='1'/>
+ <var-decl name='advance' type-id='type-id-1909' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1681' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1152'>
<!-- FT_Glyph_Format FT_GlyphSlotRec_::format -->
- <var-decl name='format' type-id='type-id-1911' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1683' column='1'/>
+ <var-decl name='format' type-id='type-id-1910' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1683' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
<!-- FT_Bitmap FT_GlyphSlotRec_::bitmap -->
- <var-decl name='bitmap' type-id='type-id-1912' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1685' column='1'/>
+ <var-decl name='bitmap' type-id='type-id-1911' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1685' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
<!-- FT_Int FT_GlyphSlotRec_::bitmap_left -->
- <var-decl name='bitmap_left' type-id='type-id-1877' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1686' column='1'/>
+ <var-decl name='bitmap_left' type-id='type-id-1876' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1686' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1568'>
<!-- FT_Int FT_GlyphSlotRec_::bitmap_top -->
- <var-decl name='bitmap_top' type-id='type-id-1877' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1687' column='1'/>
+ <var-decl name='bitmap_top' type-id='type-id-1876' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1687' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1600'>
<!-- FT_Outline FT_GlyphSlotRec_::outline -->
- <var-decl name='outline' type-id='type-id-1913' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1689' column='1'/>
+ <var-decl name='outline' type-id='type-id-1912' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1689' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1920'>
<!-- FT_UInt FT_GlyphSlotRec_::num_subglyphs -->
- <var-decl name='num_subglyphs' type-id='type-id-1907' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1691' column='1'/>
+ <var-decl name='num_subglyphs' type-id='type-id-1906' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1691' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1984'>
<!-- FT_SubGlyph FT_GlyphSlotRec_::subglyphs -->
- <var-decl name='subglyphs' type-id='type-id-1914' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1692' column='1'/>
+ <var-decl name='subglyphs' type-id='type-id-1913' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1692' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2048'>
<!-- void* FT_GlyphSlotRec_::control_data -->
</data-member>
<data-member access='public' layout-offset-in-bits='2176'>
<!-- FT_Pos FT_GlyphSlotRec_::lsb_delta -->
- <var-decl name='lsb_delta' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1697' column='1'/>
+ <var-decl name='lsb_delta' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1697' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2240'>
<!-- FT_Pos FT_GlyphSlotRec_::rsb_delta -->
- <var-decl name='rsb_delta' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1698' column='1'/>
+ <var-decl name='rsb_delta' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1698' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2304'>
<!-- void* FT_GlyphSlotRec_::other -->
</data-member>
<data-member access='public' layout-offset-in-bits='2368'>
<!-- FT_Slot_Internal FT_GlyphSlotRec_::internal -->
- <var-decl name='internal' type-id='type-id-1915' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1702' column='1'/>
+ <var-decl name='internal' type-id='type-id-1914' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1702' column='1'/>
</data-member>
</class-decl>
<!-- struct FT_LibraryRec_ -->
- <class-decl name='FT_LibraryRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1916'/>
+ <class-decl name='FT_LibraryRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1915'/>
<!-- FT_LibraryRec_* -->
- <pointer-type-def type-id='type-id-1916' size-in-bits='64' id='type-id-1917'/>
+ <pointer-type-def type-id='type-id-1915' size-in-bits='64' id='type-id-1916'/>
<!-- typedef FT_LibraryRec_* FT_Library -->
- <typedef-decl name='FT_Library' type-id='type-id-1917' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='376' column='1' id='type-id-1906'/>
+ <typedef-decl name='FT_Library' type-id='type-id-1916' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='376' column='1' id='type-id-1905'/>
<!-- FT_GlyphSlotRec_* -->
- <pointer-type-def type-id='type-id-1905' size-in-bits='64' id='type-id-1918'/>
+ <pointer-type-def type-id='type-id-1904' size-in-bits='64' id='type-id-1917'/>
<!-- typedef FT_GlyphSlotRec_* FT_GlyphSlot -->
- <typedef-decl name='FT_GlyphSlot' type-id='type-id-1918' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='492' column='1' id='type-id-1884'/>
+ <typedef-decl name='FT_GlyphSlot' type-id='type-id-1917' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='492' column='1' id='type-id-1883'/>
<!-- typedef unsigned int FT_UInt -->
- <typedef-decl name='FT_UInt' type-id='type-id-10' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='227' column='1' id='type-id-1907'/>
+ <typedef-decl name='FT_UInt' type-id='type-id-10' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='227' column='1' id='type-id-1906'/>
<!-- struct FT_Glyph_Metrics_ -->
- <class-decl name='FT_Glyph_Metrics_' size-in-bits='512' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='280' column='1' id='type-id-1919'>
+ <class-decl name='FT_Glyph_Metrics_' size-in-bits='512' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='280' column='1' id='type-id-1918'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- FT_Pos FT_Glyph_Metrics_::width -->
- <var-decl name='width' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='281' column='1'/>
+ <var-decl name='width' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='281' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- FT_Pos FT_Glyph_Metrics_::height -->
- <var-decl name='height' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='282' column='1'/>
+ <var-decl name='height' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='282' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- FT_Pos FT_Glyph_Metrics_::horiBearingX -->
- <var-decl name='horiBearingX' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='284' column='1'/>
+ <var-decl name='horiBearingX' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='284' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- FT_Pos FT_Glyph_Metrics_::horiBearingY -->
- <var-decl name='horiBearingY' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='285' column='1'/>
+ <var-decl name='horiBearingY' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='285' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- FT_Pos FT_Glyph_Metrics_::horiAdvance -->
- <var-decl name='horiAdvance' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='286' column='1'/>
+ <var-decl name='horiAdvance' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='286' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- FT_Pos FT_Glyph_Metrics_::vertBearingX -->
- <var-decl name='vertBearingX' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='288' column='1'/>
+ <var-decl name='vertBearingX' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='288' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- FT_Pos FT_Glyph_Metrics_::vertBearingY -->
- <var-decl name='vertBearingY' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='289' column='1'/>
+ <var-decl name='vertBearingY' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='289' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- FT_Pos FT_Glyph_Metrics_::vertAdvance -->
- <var-decl name='vertAdvance' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='290' column='1'/>
+ <var-decl name='vertAdvance' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='290' column='1'/>
</data-member>
</class-decl>
<!-- typedef FT_Glyph_Metrics_ FT_Glyph_Metrics -->
- <typedef-decl name='FT_Glyph_Metrics' type-id='type-id-1919' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='292' column='1' id='type-id-1908'/>
+ <typedef-decl name='FT_Glyph_Metrics' type-id='type-id-1918' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='292' column='1' id='type-id-1907'/>
<!-- typedef long int FT_Fixed -->
- <typedef-decl name='FT_Fixed' type-id='type-id-39' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='284' column='1' id='type-id-1909'/>
+ <typedef-decl name='FT_Fixed' type-id='type-id-39' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='284' column='1' id='type-id-1908'/>
<!-- struct FT_Vector_ -->
- <class-decl name='FT_Vector_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='75' column='1' id='type-id-1920'>
+ <class-decl name='FT_Vector_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='75' column='1' id='type-id-1919'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- FT_Pos FT_Vector_::x -->
- <var-decl name='x' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='76' column='1'/>
+ <var-decl name='x' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='76' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- FT_Pos FT_Vector_::y -->
- <var-decl name='y' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='77' column='1'/>
+ <var-decl name='y' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='77' column='1'/>
</data-member>
</class-decl>
<!-- typedef FT_Vector_ FT_Vector -->
- <typedef-decl name='FT_Vector' type-id='type-id-1920' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='79' column='1' id='type-id-1910'/>
+ <typedef-decl name='FT_Vector' type-id='type-id-1919' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='79' column='1' id='type-id-1909'/>
<!-- enum FT_Glyph_Format_ -->
- <enum-decl name='FT_Glyph_Format_' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='787' column='1' id='type-id-1921'>
+ <enum-decl name='FT_Glyph_Format_' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='787' column='1' id='type-id-1920'>
<underlying-type type-id='type-id-56'/>
<enumerator name='FT_GLYPH_FORMAT_NONE' value='0'/>
<enumerator name='FT_GLYPH_FORMAT_COMPOSITE' value='1668246896'/>
<enumerator name='FT_GLYPH_FORMAT_PLOTTER' value='1886154612'/>
</enum-decl>
<!-- typedef FT_Glyph_Format_ FT_Glyph_Format -->
- <typedef-decl name='FT_Glyph_Format' type-id='type-id-1921' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='796' column='1' id='type-id-1911'/>
+ <typedef-decl name='FT_Glyph_Format' type-id='type-id-1920' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='796' column='1' id='type-id-1910'/>
<!-- struct FT_Bitmap_ -->
- <class-decl name='FT_Bitmap_' size-in-bits='320' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='320' column='1' id='type-id-1922'>
+ <class-decl name='FT_Bitmap_' size-in-bits='320' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='320' column='1' id='type-id-1921'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- int FT_Bitmap_::rows -->
<var-decl name='rows' type-id='type-id-4' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='321' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- unsigned char* FT_Bitmap_::buffer -->
- <var-decl name='buffer' type-id='type-id-1923' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='324' column='1'/>
+ <var-decl name='buffer' type-id='type-id-1922' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='324' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- short int FT_Bitmap_::num_grays -->
- <var-decl name='num_grays' type-id='type-id-142' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='325' column='1'/>
+ <var-decl name='num_grays' type-id='type-id-141' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='325' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='208'>
<!-- char FT_Bitmap_::pixel_mode -->
</data-member>
</class-decl>
<!-- unsigned char* -->
- <pointer-type-def type-id='type-id-144' size-in-bits='64' id='type-id-1923'/>
+ <pointer-type-def type-id='type-id-143' size-in-bits='64' id='type-id-1922'/>
<!-- typedef FT_Bitmap_ FT_Bitmap -->
- <typedef-decl name='FT_Bitmap' type-id='type-id-1922' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='330' column='1' id='type-id-1912'/>
+ <typedef-decl name='FT_Bitmap' type-id='type-id-1921' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='330' column='1' id='type-id-1911'/>
<!-- struct FT_Outline_ -->
- <class-decl name='FT_Outline_' size-in-bits='320' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='393' column='1' id='type-id-1924'>
+ <class-decl name='FT_Outline_' size-in-bits='320' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='393' column='1' id='type-id-1923'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- short int FT_Outline_::n_contours -->
- <var-decl name='n_contours' type-id='type-id-142' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='394' column='1'/>
+ <var-decl name='n_contours' type-id='type-id-141' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='394' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- short int FT_Outline_::n_points -->
- <var-decl name='n_points' type-id='type-id-142' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='395' column='1'/>
+ <var-decl name='n_points' type-id='type-id-141' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='395' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- FT_Vector* FT_Outline_::points -->
- <var-decl name='points' type-id='type-id-1925' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='397' column='1'/>
+ <var-decl name='points' type-id='type-id-1924' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='397' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- char* FT_Outline_::tags -->
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- short int* FT_Outline_::contours -->
- <var-decl name='contours' type-id='type-id-1926' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='399' column='1'/>
+ <var-decl name='contours' type-id='type-id-1925' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='399' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- int FT_Outline_::flags -->
</data-member>
</class-decl>
<!-- FT_Vector* -->
- <pointer-type-def type-id='type-id-1910' size-in-bits='64' id='type-id-1925'/>
+ <pointer-type-def type-id='type-id-1909' size-in-bits='64' id='type-id-1924'/>
<!-- short int* -->
- <pointer-type-def type-id='type-id-142' size-in-bits='64' id='type-id-1926'/>
+ <pointer-type-def type-id='type-id-141' size-in-bits='64' id='type-id-1925'/>
<!-- typedef FT_Outline_ FT_Outline -->
- <typedef-decl name='FT_Outline' type-id='type-id-1924' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='403' column='1' id='type-id-1913'/>
+ <typedef-decl name='FT_Outline' type-id='type-id-1923' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='403' column='1' id='type-id-1912'/>
<!-- struct FT_SubGlyphRec_ -->
- <class-decl name='FT_SubGlyphRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1927'/>
+ <class-decl name='FT_SubGlyphRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1926'/>
<!-- FT_SubGlyphRec_* -->
- <pointer-type-def type-id='type-id-1927' size-in-bits='64' id='type-id-1928'/>
+ <pointer-type-def type-id='type-id-1926' size-in-bits='64' id='type-id-1927'/>
<!-- typedef FT_SubGlyphRec_* FT_SubGlyph -->
- <typedef-decl name='FT_SubGlyph' type-id='type-id-1928' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1486' column='1' id='type-id-1914'/>
+ <typedef-decl name='FT_SubGlyph' type-id='type-id-1927' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1486' column='1' id='type-id-1913'/>
<!-- struct FT_Slot_InternalRec_ -->
- <class-decl name='FT_Slot_InternalRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1929'/>
+ <class-decl name='FT_Slot_InternalRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1928'/>
<!-- FT_Slot_InternalRec_* -->
- <pointer-type-def type-id='type-id-1929' size-in-bits='64' id='type-id-1930'/>
+ <pointer-type-def type-id='type-id-1928' size-in-bits='64' id='type-id-1929'/>
<!-- typedef FT_Slot_InternalRec_* FT_Slot_Internal -->
- <typedef-decl name='FT_Slot_Internal' type-id='type-id-1930' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1498' column='1' id='type-id-1915'/>
+ <typedef-decl name='FT_Slot_Internal' type-id='type-id-1929' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1498' column='1' id='type-id-1914'/>
<!-- struct FT_SizeRec_ -->
- <class-decl name='FT_SizeRec_' size-in-bits='704' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1461' column='1' id='type-id-1931'>
+ <class-decl name='FT_SizeRec_' size-in-bits='704' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1461' column='1' id='type-id-1930'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- FT_Face FT_SizeRec_::face -->
- <var-decl name='face' type-id='type-id-1897' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1462' column='1'/>
+ <var-decl name='face' type-id='type-id-1896' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1462' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- FT_Generic FT_SizeRec_::generic -->
- <var-decl name='generic' type-id='type-id-1880' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1463' column='1'/>
+ <var-decl name='generic' type-id='type-id-1879' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1463' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- FT_Size_Metrics FT_SizeRec_::metrics -->
- <var-decl name='metrics' type-id='type-id-1932' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1464' column='1'/>
+ <var-decl name='metrics' type-id='type-id-1931' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1464' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- FT_Size_Internal FT_SizeRec_::internal -->
- <var-decl name='internal' type-id='type-id-1933' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1465' column='1'/>
+ <var-decl name='internal' type-id='type-id-1932' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1465' column='1'/>
</data-member>
</class-decl>
<!-- struct FT_Size_Metrics_ -->
- <class-decl name='FT_Size_Metrics_' size-in-bits='448' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1426' column='1' id='type-id-1934'>
+ <class-decl name='FT_Size_Metrics_' size-in-bits='448' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1426' column='1' id='type-id-1933'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- FT_UShort FT_Size_Metrics_::x_ppem -->
- <var-decl name='x_ppem' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1427' column='1'/>
+ <var-decl name='x_ppem' type-id='type-id-1881' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1427' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
<!-- FT_UShort FT_Size_Metrics_::y_ppem -->
- <var-decl name='y_ppem' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1428' column='1'/>
+ <var-decl name='y_ppem' type-id='type-id-1881' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1428' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- FT_Fixed FT_Size_Metrics_::x_scale -->
- <var-decl name='x_scale' type-id='type-id-1909' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1430' column='1'/>
+ <var-decl name='x_scale' type-id='type-id-1908' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1430' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- FT_Fixed FT_Size_Metrics_::y_scale -->
- <var-decl name='y_scale' type-id='type-id-1909' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1431' column='1'/>
+ <var-decl name='y_scale' type-id='type-id-1908' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1431' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- FT_Pos FT_Size_Metrics_::ascender -->
- <var-decl name='ascender' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1433' column='1'/>
+ <var-decl name='ascender' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1433' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- FT_Pos FT_Size_Metrics_::descender -->
- <var-decl name='descender' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1434' column='1'/>
+ <var-decl name='descender' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1434' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- FT_Pos FT_Size_Metrics_::height -->
- <var-decl name='height' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1435' column='1'/>
+ <var-decl name='height' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1435' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- FT_Pos FT_Size_Metrics_::max_advance -->
- <var-decl name='max_advance' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1436' column='1'/>
+ <var-decl name='max_advance' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1436' column='1'/>
</data-member>
</class-decl>
<!-- typedef FT_Size_Metrics_ FT_Size_Metrics -->
- <typedef-decl name='FT_Size_Metrics' type-id='type-id-1934' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1438' column='1' id='type-id-1932'/>
+ <typedef-decl name='FT_Size_Metrics' type-id='type-id-1933' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1438' column='1' id='type-id-1931'/>
<!-- struct FT_Size_InternalRec_ -->
- <class-decl name='FT_Size_InternalRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1935'/>
+ <class-decl name='FT_Size_InternalRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1934'/>
<!-- FT_Size_InternalRec_* -->
- <pointer-type-def type-id='type-id-1935' size-in-bits='64' id='type-id-1936'/>
+ <pointer-type-def type-id='type-id-1934' size-in-bits='64' id='type-id-1935'/>
<!-- typedef FT_Size_InternalRec_* FT_Size_Internal -->
- <typedef-decl name='FT_Size_Internal' type-id='type-id-1936' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1367' column='1' id='type-id-1933'/>
+ <typedef-decl name='FT_Size_Internal' type-id='type-id-1935' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1367' column='1' id='type-id-1932'/>
<!-- FT_SizeRec_* -->
- <pointer-type-def type-id='type-id-1931' size-in-bits='64' id='type-id-1937'/>
+ <pointer-type-def type-id='type-id-1930' size-in-bits='64' id='type-id-1936'/>
<!-- typedef FT_SizeRec_* FT_Size -->
- <typedef-decl name='FT_Size' type-id='type-id-1937' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='471' column='1' id='type-id-1885'/>
+ <typedef-decl name='FT_Size' type-id='type-id-1936' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='471' column='1' id='type-id-1884'/>
<!-- struct FT_DriverRec_ -->
- <class-decl name='FT_DriverRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1938'/>
+ <class-decl name='FT_DriverRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1937'/>
<!-- FT_DriverRec_* -->
- <pointer-type-def type-id='type-id-1938' size-in-bits='64' id='type-id-1939'/>
+ <pointer-type-def type-id='type-id-1937' size-in-bits='64' id='type-id-1938'/>
<!-- typedef FT_DriverRec_* FT_Driver -->
- <typedef-decl name='FT_Driver' type-id='type-id-1939' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='401' column='1' id='type-id-1887'/>
+ <typedef-decl name='FT_Driver' type-id='type-id-1938' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='401' column='1' id='type-id-1886'/>
<!-- struct FT_MemoryRec_ -->
- <class-decl name='FT_MemoryRec_' size-in-bits='256' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='172' column='1' id='type-id-1940'>
+ <class-decl name='FT_MemoryRec_' size-in-bits='256' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='172' column='1' id='type-id-1939'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- void* FT_MemoryRec_::user -->
<var-decl name='user' type-id='type-id-20' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='173' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- FT_Alloc_Func FT_MemoryRec_::alloc -->
- <var-decl name='alloc' type-id='type-id-1941' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='174' column='1'/>
+ <var-decl name='alloc' type-id='type-id-1940' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='174' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- FT_Free_Func FT_MemoryRec_::free -->
- <var-decl name='free' type-id='type-id-1942' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='175' column='1'/>
+ <var-decl name='free' type-id='type-id-1941' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='175' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- FT_Realloc_Func FT_MemoryRec_::realloc -->
- <var-decl name='realloc' type-id='type-id-1943' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='176' column='1'/>
+ <var-decl name='realloc' type-id='type-id-1942' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='176' column='1'/>
</data-member>
</class-decl>
<!-- FT_MemoryRec_* -->
- <pointer-type-def type-id='type-id-1940' size-in-bits='64' id='type-id-1944'/>
+ <pointer-type-def type-id='type-id-1939' size-in-bits='64' id='type-id-1943'/>
<!-- typedef FT_MemoryRec_* FT_Memory -->
- <typedef-decl name='FT_Memory' type-id='type-id-1944' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='66' column='1' id='type-id-1888'/>
+ <typedef-decl name='FT_Memory' type-id='type-id-1943' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='66' column='1' id='type-id-1887'/>
<!-- void* (typedef FT_Memory, long int)* -->
- <pointer-type-def type-id='type-id-1945' size-in-bits='64' id='type-id-1946'/>
+ <pointer-type-def type-id='type-id-1944' size-in-bits='64' id='type-id-1945'/>
<!-- typedef void* (typedef FT_Memory, long int)* FT_Alloc_Func -->
- <typedef-decl name='FT_Alloc_Func' type-id='type-id-1946' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='90' column='1' id='type-id-1941'/>
+ <typedef-decl name='FT_Alloc_Func' type-id='type-id-1945' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='90' column='1' id='type-id-1940'/>
<!-- void (typedef FT_Memory, void*)* -->
- <pointer-type-def type-id='type-id-1947' size-in-bits='64' id='type-id-1948'/>
+ <pointer-type-def type-id='type-id-1946' size-in-bits='64' id='type-id-1947'/>
<!-- typedef void (typedef FT_Memory, void*)* FT_Free_Func -->
- <typedef-decl name='FT_Free_Func' type-id='type-id-1948' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='111' column='1' id='type-id-1942'/>
+ <typedef-decl name='FT_Free_Func' type-id='type-id-1947' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='111' column='1' id='type-id-1941'/>
<!-- void* (typedef FT_Memory, long int, long int, void*)* -->
- <pointer-type-def type-id='type-id-1949' size-in-bits='64' id='type-id-1950'/>
+ <pointer-type-def type-id='type-id-1948' size-in-bits='64' id='type-id-1949'/>
<!-- typedef void* (typedef FT_Memory, long int, long int, void*)* FT_Realloc_Func -->
- <typedef-decl name='FT_Realloc_Func' type-id='type-id-1950' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='146' column='1' id='type-id-1943'/>
+ <typedef-decl name='FT_Realloc_Func' type-id='type-id-1949' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='146' column='1' id='type-id-1942'/>
<!-- struct FT_StreamRec_ -->
- <class-decl name='FT_StreamRec_' size-in-bits='640' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='322' column='1' id='type-id-1951'>
+ <class-decl name='FT_StreamRec_' size-in-bits='640' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='322' column='1' id='type-id-1950'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned char* FT_StreamRec_::base -->
- <var-decl name='base' type-id='type-id-1923' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='323' column='1'/>
+ <var-decl name='base' type-id='type-id-1922' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='323' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- unsigned long int FT_StreamRec_::size -->
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- FT_StreamDesc FT_StreamRec_::descriptor -->
- <var-decl name='descriptor' type-id='type-id-1952' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='327' column='1'/>
+ <var-decl name='descriptor' type-id='type-id-1951' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='327' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- FT_StreamDesc FT_StreamRec_::pathname -->
- <var-decl name='pathname' type-id='type-id-1952' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='328' column='1'/>
+ <var-decl name='pathname' type-id='type-id-1951' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='328' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- FT_Stream_IoFunc FT_StreamRec_::read -->
- <var-decl name='read' type-id='type-id-1953' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='329' column='1'/>
+ <var-decl name='read' type-id='type-id-1952' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='329' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- FT_Stream_CloseFunc FT_StreamRec_::close -->
- <var-decl name='close' type-id='type-id-1954' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='330' column='1'/>
+ <var-decl name='close' type-id='type-id-1953' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='330' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- FT_Memory FT_StreamRec_::memory -->
- <var-decl name='memory' type-id='type-id-1888' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='332' column='1'/>
+ <var-decl name='memory' type-id='type-id-1887' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- unsigned char* FT_StreamRec_::cursor -->
- <var-decl name='cursor' type-id='type-id-1923' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='333' column='1'/>
+ <var-decl name='cursor' type-id='type-id-1922' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='333' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- unsigned char* FT_StreamRec_::limit -->
- <var-decl name='limit' type-id='type-id-1923' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='334' column='1'/>
+ <var-decl name='limit' type-id='type-id-1922' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='334' column='1'/>
</data-member>
</class-decl>
<!-- union FT_StreamDesc_ -->
- <union-decl name='FT_StreamDesc_' size-in-bits='64' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='210' column='1' id='type-id-1955'>
+ <union-decl name='FT_StreamDesc_' size-in-bits='64' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='210' column='1' id='type-id-1954'>
<data-member access='private'>
<!-- long int FT_StreamDesc_::value -->
<var-decl name='value' type-id='type-id-39' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='211' column='1'/>
</data-member>
</union-decl>
<!-- typedef FT_StreamDesc_ FT_StreamDesc -->
- <typedef-decl name='FT_StreamDesc' type-id='type-id-1955' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='214' column='1' id='type-id-1952'/>
+ <typedef-decl name='FT_StreamDesc' type-id='type-id-1954' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='214' column='1' id='type-id-1951'/>
<!-- FT_StreamRec_* -->
- <pointer-type-def type-id='type-id-1951' size-in-bits='64' id='type-id-1956'/>
+ <pointer-type-def type-id='type-id-1950' size-in-bits='64' id='type-id-1955'/>
<!-- typedef FT_StreamRec_* FT_Stream -->
- <typedef-decl name='FT_Stream' type-id='type-id-1956' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='196' column='1' id='type-id-1889'/>
+ <typedef-decl name='FT_Stream' type-id='type-id-1955' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='196' column='1' id='type-id-1888'/>
<!-- unsigned long int (typedef FT_Stream, unsigned long int, unsigned char*, unsigned long int)* -->
- <pointer-type-def type-id='type-id-1957' size-in-bits='64' id='type-id-1958'/>
+ <pointer-type-def type-id='type-id-1956' size-in-bits='64' id='type-id-1957'/>
<!-- typedef unsigned long int (typedef FT_Stream, unsigned long int, unsigned char*, unsigned long int)* FT_Stream_IoFunc -->
- <typedef-decl name='FT_Stream_IoFunc' type-id='type-id-1958' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='251' column='1' id='type-id-1953'/>
+ <typedef-decl name='FT_Stream_IoFunc' type-id='type-id-1957' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='251' column='1' id='type-id-1952'/>
<!-- void (typedef FT_Stream)* -->
- <pointer-type-def type-id='type-id-1959' size-in-bits='64' id='type-id-1960'/>
+ <pointer-type-def type-id='type-id-1958' size-in-bits='64' id='type-id-1959'/>
<!-- typedef void (typedef FT_Stream)* FT_Stream_CloseFunc -->
- <typedef-decl name='FT_Stream_CloseFunc' type-id='type-id-1960' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='268' column='1' id='type-id-1954'/>
+ <typedef-decl name='FT_Stream_CloseFunc' type-id='type-id-1959' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='268' column='1' id='type-id-1953'/>
<!-- struct FT_ListRec_ -->
- <class-decl name='FT_ListRec_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='564' column='1' id='type-id-1961'>
+ <class-decl name='FT_ListRec_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='564' column='1' id='type-id-1960'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- FT_ListNode FT_ListRec_::head -->
- <var-decl name='head' type-id='type-id-1962' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='565' column='1'/>
+ <var-decl name='head' type-id='type-id-1961' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='565' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- FT_ListNode FT_ListRec_::tail -->
- <var-decl name='tail' type-id='type-id-1962' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='566' column='1'/>
+ <var-decl name='tail' type-id='type-id-1961' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='566' column='1'/>
</data-member>
</class-decl>
<!-- struct FT_ListNodeRec_ -->
- <class-decl name='FT_ListNodeRec_' size-in-bits='192' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='541' column='1' id='type-id-1963'>
+ <class-decl name='FT_ListNodeRec_' size-in-bits='192' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='541' column='1' id='type-id-1962'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- FT_ListNode FT_ListNodeRec_::prev -->
- <var-decl name='prev' type-id='type-id-1962' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='542' column='1'/>
+ <var-decl name='prev' type-id='type-id-1961' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='542' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- FT_ListNode FT_ListNodeRec_::next -->
- <var-decl name='next' type-id='type-id-1962' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='543' column='1'/>
+ <var-decl name='next' type-id='type-id-1961' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='543' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- void* FT_ListNodeRec_::data -->
</data-member>
</class-decl>
<!-- FT_ListNodeRec_* -->
- <pointer-type-def type-id='type-id-1963' size-in-bits='64' id='type-id-1964'/>
+ <pointer-type-def type-id='type-id-1962' size-in-bits='64' id='type-id-1963'/>
<!-- typedef FT_ListNodeRec_* FT_ListNode -->
- <typedef-decl name='FT_ListNode' type-id='type-id-1964' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='511' column='1' id='type-id-1962'/>
+ <typedef-decl name='FT_ListNode' type-id='type-id-1963' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='511' column='1' id='type-id-1961'/>
<!-- typedef FT_ListRec_ FT_ListRec -->
- <typedef-decl name='FT_ListRec' type-id='type-id-1961' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='568' column='1' id='type-id-1890'/>
+ <typedef-decl name='FT_ListRec' type-id='type-id-1960' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='568' column='1' id='type-id-1889'/>
<!-- struct FT_Face_InternalRec_ -->
- <class-decl name='FT_Face_InternalRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1965'/>
+ <class-decl name='FT_Face_InternalRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1964'/>
<!-- FT_Face_InternalRec_* -->
- <pointer-type-def type-id='type-id-1965' size-in-bits='64' id='type-id-1966'/>
+ <pointer-type-def type-id='type-id-1964' size-in-bits='64' id='type-id-1965'/>
<!-- typedef FT_Face_InternalRec_* FT_Face_Internal -->
- <typedef-decl name='FT_Face_Internal' type-id='type-id-1966' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='810' column='1' id='type-id-1891'/>
+ <typedef-decl name='FT_Face_Internal' type-id='type-id-1965' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='810' column='1' id='type-id-1890'/>
<!-- FT_Face hb_ft_font_get_face(hb_font_t*) -->
<function-decl name='hb_ft_font_get_face' mangled-name='hb_ft_font_get_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='515' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ft_font_get_face'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='515' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='515' column='1'/>
<!-- typedef FT_Face -->
- <return type-id='type-id-1897'/>
+ <return type-id='type-id-1896'/>
</function-decl>
<!-- void hb_ft_font_set_funcs(hb_font_t*) -->
<function-decl name='hb_ft_font_set_funcs' mangled-name='hb_ft_font_set_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='473' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ft_font_set_funcs'>
<!-- parameter of type 'hb_font_t*' -->
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- hb_face_t* hb_ft_face_create(FT_Face, hb_destroy_func_t) -->
<function-decl name='hb_ft_face_create' mangled-name='hb_ft_face_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='333' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ft_face_create'>
<!-- parameter of type 'typedef FT_Face' -->
- <parameter type-id='type-id-1897' name='ft_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='333' column='1'/>
+ <parameter type-id='type-id-1896' name='ft_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='333' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='334' column='1'/>
<!-- hb_face_t* -->
- <return type-id='type-id-159'/>
+ <return type-id='type-id-158'/>
</function-decl>
<!-- hb_font_t* hb_ft_font_create(FT_Face, hb_destroy_func_t) -->
<function-decl name='hb_ft_font_create' mangled-name='hb_ft_font_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='408' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ft_font_create'>
<!-- parameter of type 'typedef FT_Face' -->
- <parameter type-id='type-id-1897' name='ft_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='408' column='1'/>
+ <parameter type-id='type-id-1896' name='ft_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='408' column='1'/>
<!-- parameter of type 'typedef hb_destroy_func_t' -->
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='409' column='1'/>
<!-- hb_font_t* -->
- <return type-id='type-id-158'/>
+ <return type-id='type-id-157'/>
</function-decl>
<!-- hb_face_t* hb_ft_face_create_cached(FT_Face) -->
<function-decl name='hb_ft_face_create_cached' mangled-name='hb_ft_face_create_cached' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ft_face_create_cached'>
<!-- parameter of type 'typedef FT_Face' -->
- <parameter type-id='type-id-1897' name='ft_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='377' column='1'/>
+ <parameter type-id='type-id-1896' name='ft_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='377' column='1'/>
<!-- hb_face_t* -->
- <return type-id='type-id-159'/>
+ <return type-id='type-id-158'/>
</function-decl>
<!-- unsigned long int (FT_Stream, unsigned long int, unsigned char*, unsigned long int) -->
- <function-type size-in-bits='64' id='type-id-1957'>
+ <function-type size-in-bits='64' id='type-id-1956'>
<!-- parameter of type 'typedef FT_Stream' -->
- <parameter type-id='type-id-1889'/>
+ <parameter type-id='type-id-1888'/>
<!-- parameter of type 'unsigned long int' -->
<parameter type-id='type-id-42'/>
<!-- parameter of type 'unsigned char*' -->
- <parameter type-id='type-id-1923'/>
+ <parameter type-id='type-id-1922'/>
<!-- parameter of type 'unsigned long int' -->
<parameter type-id='type-id-42'/>
<!-- unsigned long int -->
<return type-id='type-id-42'/>
</function-type>
<!-- void (FT_Memory, void*) -->
- <function-type size-in-bits='64' id='type-id-1947'>
+ <function-type size-in-bits='64' id='type-id-1946'>
<!-- parameter of type 'typedef FT_Memory' -->
- <parameter type-id='type-id-1888'/>
+ <parameter type-id='type-id-1887'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-20'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-type>
<!-- void (FT_Stream) -->
- <function-type size-in-bits='64' id='type-id-1959'>
+ <function-type size-in-bits='64' id='type-id-1958'>
<!-- parameter of type 'typedef FT_Stream' -->
- <parameter type-id='type-id-1889'/>
+ <parameter type-id='type-id-1888'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-type>
<!-- void* (FT_Memory, long int) -->
- <function-type size-in-bits='64' id='type-id-1945'>
+ <function-type size-in-bits='64' id='type-id-1944'>
<!-- parameter of type 'typedef FT_Memory' -->
- <parameter type-id='type-id-1888'/>
+ <parameter type-id='type-id-1887'/>
<!-- parameter of type 'long int' -->
<parameter type-id='type-id-39'/>
<!-- void* -->
<return type-id='type-id-20'/>
</function-type>
<!-- void* (FT_Memory, long int, long int, void*) -->
- <function-type size-in-bits='64' id='type-id-1949'>
+ <function-type size-in-bits='64' id='type-id-1948'>
<!-- parameter of type 'typedef FT_Memory' -->
- <parameter type-id='type-id-1888'/>
+ <parameter type-id='type-id-1887'/>
<!-- parameter of type 'long int' -->
<parameter type-id='type-id-39'/>
<!-- parameter of type 'long int' -->
<!-- char* -->
<return type-id='type-id-9'/>
</function-decl>
- <!-- const char -->
- <qualified-type-def type-id='type-id-6' const='yes' id='type-id-144'/>
<!-- const unsigned char -->
- <qualified-type-def type-id='type-id-132' const='yes' id='type-id-145'/>
+ <qualified-type-def type-id='type-id-132' const='yes' id='type-id-144'/>
<!-- enum node_type -->
<enum-decl name='node_type' filepath='../.././libcpp/include/cpplib.h' line='614' column='1' id='type-id-137'>
<underlying-type type-id='type-id-92'/>
<class-decl name='ht_identifier' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././libcpp/include/symtab.h' line='32' column='1' id='type-id-136'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const unsigned char* ht_identifier::str -->
- <var-decl name='str' type-id='type-id-146' visibility='default' filepath='../.././libcpp/include/symtab.h' line='33' column='1'/>
+ <var-decl name='str' type-id='type-id-145' visibility='default' filepath='../.././libcpp/include/symtab.h' line='33' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- unsigned int ht_identifier::len -->
<union-decl name='_cpp_hashnode_value' size-in-bits='64' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='665' column='1' id='type-id-138'>
<data-member access='private'>
<!-- cpp_macro* _cpp_hashnode_value::macro -->
- <var-decl name='macro' type-id='type-id-147' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='667' column='1'/>
+ <var-decl name='macro' type-id='type-id-146' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='667' column='1'/>
</data-member>
<data-member access='private'>
<!-- answer* _cpp_hashnode_value::answers -->
- <var-decl name='answers' type-id='type-id-148' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='669' column='1'/>
+ <var-decl name='answers' type-id='type-id-147' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='669' column='1'/>
</data-member>
<data-member access='private'>
<!-- cpp_builtin_type _cpp_hashnode_value::builtin -->
- <var-decl name='builtin' type-id='type-id-149' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='671' column='1'/>
+ <var-decl name='builtin' type-id='type-id-148' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='671' column='1'/>
</data-member>
<data-member access='private'>
<!-- unsigned short int _cpp_hashnode_value::arg_index -->
</data-member>
</union-decl>
<!-- answer* -->
- <pointer-type-def type-id='type-id-150' size-in-bits='64' id='type-id-148'/>
+ <pointer-type-def type-id='type-id-149' size-in-bits='64' id='type-id-147'/>
<!-- const unsigned char* -->
- <pointer-type-def type-id='type-id-151' size-in-bits='64' id='type-id-146'/>
+ <pointer-type-def type-id='type-id-144' size-in-bits='64' id='type-id-145'/>
<!-- cpp_macro* -->
- <pointer-type-def type-id='type-id-152' size-in-bits='64' id='type-id-147'/>
+ <pointer-type-def type-id='type-id-150' size-in-bits='64' id='type-id-146'/>
<!-- enum cpp_builtin_type -->
- <enum-decl name='cpp_builtin_type' filepath='../.././libcpp/include/cpplib.h' line='623' column='1' id='type-id-149'>
+ <enum-decl name='cpp_builtin_type' filepath='../.././libcpp/include/cpplib.h' line='623' column='1' id='type-id-148'>
<underlying-type type-id='type-id-92'/>
<enumerator name='BT_SPECLINE' value='0'/>
<enumerator name='BT_DATE' value='1'/>
<enumerator name='BT_FIRST_USER' value='10'/>
<enumerator name='BT_LAST_USER' value='41'/>
</enum-decl>
- <!-- const unsigned char -->
- <qualified-type-def type-id='type-id-132' const='yes' id='type-id-151'/>
<!-- struct answer -->
- <class-decl name='answer' size-in-bits='320' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='28' column='1' id='type-id-150'>
+ <class-decl name='answer' size-in-bits='320' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='28' column='1' id='type-id-149'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- answer* answer::next -->
- <var-decl name='next' type-id='type-id-148' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='29' column='1'/>
+ <var-decl name='next' type-id='type-id-147' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='29' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- unsigned int answer::count -->
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- cpp_token answer::first[1] -->
- <var-decl name='first' type-id='type-id-153' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='31' column='1'/>
+ <var-decl name='first' type-id='type-id-151' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='31' column='1'/>
</data-member>
</class-decl>
<!-- typedef cpp_macro cpp_macro -->
- <typedef-decl name='cpp_macro' type-id='type-id-154' filepath='../.././libcpp/include/cpplib.h' line='37' column='1' id='type-id-152'/>
+ <typedef-decl name='cpp_macro' type-id='type-id-152' filepath='../.././libcpp/include/cpplib.h' line='37' column='1' id='type-id-150'/>
<!-- cpp_token[1] -->
- <array-type-def dimensions='1' type-id='type-id-155' size-in-bits='192' id='type-id-153'>
+ <array-type-def dimensions='1' type-id='type-id-153' size-in-bits='192' id='type-id-151'>
<!-- <anonymous range>[1] -->
<subrange length='1' type-id='type-id-22' id='type-id-23'/>
</array-type-def>
<!-- struct cpp_macro -->
- <class-decl name='cpp_macro' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='36' column='1' id='type-id-154'>
+ <class-decl name='cpp_macro' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='36' column='1' id='type-id-152'>
<member-type access='public'>
<!-- union cpp_macro::cpp_macro_u -->
- <union-decl name='cpp_macro_u' size-in-bits='64' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='47' column='1' id='type-id-156'>
+ <union-decl name='cpp_macro_u' size-in-bits='64' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='47' column='1' id='type-id-154'>
<data-member access='private'>
<!-- cpp_token* cpp_macro::cpp_macro_u::tokens -->
- <var-decl name='tokens' type-id='type-id-157' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='49' column='1'/>
+ <var-decl name='tokens' type-id='type-id-155' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='49' column='1'/>
</data-member>
<data-member access='private'>
<!-- const unsigned char* cpp_macro::cpp_macro_u::text -->
- <var-decl name='text' type-id='type-id-146' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='50' column='1'/>
+ <var-decl name='text' type-id='type-id-145' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='50' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<!-- cpp_hashnode** cpp_macro::params -->
- <var-decl name='params' type-id='type-id-158' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='42' column='1'/>
+ <var-decl name='params' type-id='type-id-156' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='42' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- cpp_macro::cpp_macro_u cpp_macro::exp -->
- <var-decl name='exp' type-id='type-id-156' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='51' column='1'/>
+ <var-decl name='exp' type-id='type-id-154' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='51' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- source_location cpp_macro::line -->
</data-member>
</class-decl>
<!-- cpp_hashnode** -->
- <pointer-type-def type-id='type-id-133' size-in-bits='64' id='type-id-158'/>
+ <pointer-type-def type-id='type-id-133' size-in-bits='64' id='type-id-156'/>
<!-- cpp_token* -->
- <pointer-type-def type-id='type-id-155' size-in-bits='64' id='type-id-157'/>
+ <pointer-type-def type-id='type-id-153' size-in-bits='64' id='type-id-155'/>
<!-- struct cpp_token -->
- <class-decl name='cpp_token' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='223' column='1' id='type-id-155'>
+ <class-decl name='cpp_token' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='223' column='1' id='type-id-153'>
<member-type access='public'>
<!-- union cpp_token::cpp_token_u -->
- <union-decl name='cpp_token_u' size-in-bits='128' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='228' column='1' id='type-id-159'>
+ <union-decl name='cpp_token_u' size-in-bits='128' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='228' column='1' id='type-id-157'>
<data-member access='private'>
<!-- cpp_identifier cpp_token::cpp_token_u::node -->
- <var-decl name='node' type-id='type-id-160' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='231' column='1'/>
+ <var-decl name='node' type-id='type-id-158' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='231' column='1'/>
</data-member>
<data-member access='private'>
<!-- cpp_token* cpp_token::cpp_token_u::source -->
- <var-decl name='source' type-id='type-id-157' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='234' column='1'/>
+ <var-decl name='source' type-id='type-id-155' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='234' column='1'/>
</data-member>
<data-member access='private'>
<!-- cpp_string cpp_token::cpp_token_u::str -->
- <var-decl name='str' type-id='type-id-161' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='237' column='1'/>
+ <var-decl name='str' type-id='type-id-159' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='237' column='1'/>
</data-member>
<data-member access='private'>
<!-- cpp_macro_arg cpp_token::cpp_token_u::macro_arg -->
- <var-decl name='macro_arg' type-id='type-id-162' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='240' column='1'/>
+ <var-decl name='macro_arg' type-id='type-id-160' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='240' column='1'/>
</data-member>
<data-member access='private'>
<!-- unsigned int cpp_token::cpp_token_u::token_no -->
</data-member>
<data-member access='public' layout-offset-in-bits='24'>
<!-- cpp_ttype cpp_token::type -->
- <var-decl name='type' type-id='type-id-163' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='225' column='1'/>
+ <var-decl name='type' type-id='type-id-161' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='225' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='48'>
<!-- unsigned short int cpp_token::flags -->
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- cpp_token::cpp_token_u cpp_token::val -->
- <var-decl name='val' type-id='type-id-159' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='248' column='1'/>
+ <var-decl name='val' type-id='type-id-157' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='248' column='1'/>
</data-member>
</class-decl>
<!-- enum cpp_ttype -->
- <enum-decl name='cpp_ttype' filepath='../.././libcpp/include/cpplib.h' line='153' column='1' id='type-id-163'>
+ <enum-decl name='cpp_ttype' filepath='../.././libcpp/include/cpplib.h' line='153' column='1' id='type-id-161'>
<underlying-type type-id='type-id-92'/>
<enumerator name='CPP_EQ' value='0'/>
<enumerator name='CPP_NOT' value='1'/>
<enumerator name='CPP_LAST_CPP_OP' value='26'/>
</enum-decl>
<!-- struct cpp_identifier -->
- <class-decl name='cpp_identifier' size-in-bits='64' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='212' column='1' id='type-id-160'>
+ <class-decl name='cpp_identifier' size-in-bits='64' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='212' column='1' id='type-id-158'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- cpp_hashnode* cpp_identifier::node -->
<var-decl name='node' type-id='type-id-133' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='218' column='1'/>
</data-member>
</class-decl>
<!-- struct cpp_macro_arg -->
- <class-decl name='cpp_macro_arg' size-in-bits='32' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='206' column='1' id='type-id-162'>
+ <class-decl name='cpp_macro_arg' size-in-bits='32' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='206' column='1' id='type-id-160'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int cpp_macro_arg::arg_no -->
<var-decl name='arg_no' type-id='type-id-35' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='208' column='1'/>
</data-member>
</class-decl>
<!-- struct cpp_string -->
- <class-decl name='cpp_string' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='173' column='1' id='type-id-161'>
+ <class-decl name='cpp_string' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='173' column='1' id='type-id-159'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int cpp_string::len -->
<var-decl name='len' type-id='type-id-35' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='174' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- const unsigned char* cpp_string::text -->
- <var-decl name='text' type-id='type-id-146' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='175' column='1'/>
+ <var-decl name='text' type-id='type-id-145' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='175' column='1'/>
</data-member>
</class-decl>
</abi-instr>
<!-- obstack symbol_stack_obstack -->
<var-decl name='symbol_stack_obstack' type-id='type-id-31' mangled-name='symbol_stack_obstack' visibility='default' filepath='../.././gcc/tlink.c' line='193' column='1' elf-symbol-id='symbol_stack_obstack'/>
<!-- struct symbol_stack_entry -->
- <class-decl name='symbol_stack_entry' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='188' column='1' id='type-id-164'>
+ <class-decl name='symbol_stack_entry' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='188' column='1' id='type-id-162'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- symbol* symbol_stack_entry::value -->
- <var-decl name='value' type-id='type-id-165' visibility='default' filepath='../.././gcc/tlink.c' line='190' column='1'/>
+ <var-decl name='value' type-id='type-id-163' visibility='default' filepath='../.././gcc/tlink.c' line='190' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- symbol_stack_entry* symbol_stack_entry::next -->
- <var-decl name='next' type-id='type-id-166' visibility='default' filepath='../.././gcc/tlink.c' line='191' column='1'/>
+ <var-decl name='next' type-id='type-id-164' visibility='default' filepath='../.././gcc/tlink.c' line='191' column='1'/>
</data-member>
</class-decl>
<!-- struct symbol_hash_entry -->
- <class-decl name='symbol_hash_entry' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='53' column='1' id='type-id-167'>
+ <class-decl name='symbol_hash_entry' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='53' column='1' id='type-id-165'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char* symbol_hash_entry::key -->
<var-decl name='key' type-id='type-id-8' visibility='default' filepath='../.././gcc/tlink.c' line='55' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- file_hash_entry* symbol_hash_entry::file -->
- <var-decl name='file' type-id='type-id-168' visibility='default' filepath='../.././gcc/tlink.c' line='56' column='1'/>
+ <var-decl name='file' type-id='type-id-166' visibility='default' filepath='../.././gcc/tlink.c' line='56' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- int symbol_hash_entry::chosen -->
</data-member>
</class-decl>
<!-- struct file_hash_entry -->
- <class-decl name='file_hash_entry' size-in-bits='320' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='62' column='1' id='type-id-169'>
+ <class-decl name='file_hash_entry' size-in-bits='320' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='62' column='1' id='type-id-167'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char* file_hash_entry::key -->
<var-decl name='key' type-id='type-id-8' visibility='default' filepath='../.././gcc/tlink.c' line='64' column='1'/>
</data-member>
</class-decl>
<!-- file_hash_entry* -->
- <pointer-type-def type-id='type-id-169' size-in-bits='64' id='type-id-168'/>
+ <pointer-type-def type-id='type-id-167' size-in-bits='64' id='type-id-166'/>
<!-- typedef symbol_hash_entry symbol -->
- <typedef-decl name='symbol' type-id='type-id-167' filepath='../.././gcc/tlink.c' line='60' column='1' id='type-id-170'/>
+ <typedef-decl name='symbol' type-id='type-id-165' filepath='../.././gcc/tlink.c' line='60' column='1' id='type-id-168'/>
<!-- symbol* -->
- <pointer-type-def type-id='type-id-170' size-in-bits='64' id='type-id-165'/>
+ <pointer-type-def type-id='type-id-168' size-in-bits='64' id='type-id-163'/>
<!-- symbol_stack_entry* -->
- <pointer-type-def type-id='type-id-164' size-in-bits='64' id='type-id-166'/>
+ <pointer-type-def type-id='type-id-162' size-in-bits='64' id='type-id-164'/>
<!-- symbol_stack_entry* symbol_stack -->
- <var-decl name='symbol_stack' type-id='type-id-166' mangled-name='symbol_stack' visibility='default' filepath='../.././gcc/tlink.c' line='194' column='1' elf-symbol-id='symbol_stack'/>
+ <var-decl name='symbol_stack' type-id='type-id-164' mangled-name='symbol_stack' visibility='default' filepath='../.././gcc/tlink.c' line='194' column='1' elf-symbol-id='symbol_stack'/>
<!-- obstack file_stack_obstack -->
<var-decl name='file_stack_obstack' type-id='type-id-31' mangled-name='file_stack_obstack' visibility='default' filepath='../.././gcc/tlink.c' line='201' column='1' elf-symbol-id='file_stack_obstack'/>
<!-- struct file_stack_entry -->
- <class-decl name='file_stack_entry' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='196' column='1' id='type-id-171'>
+ <class-decl name='file_stack_entry' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='196' column='1' id='type-id-169'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- file* file_stack_entry::value -->
- <var-decl name='value' type-id='type-id-172' visibility='default' filepath='../.././gcc/tlink.c' line='198' column='1'/>
+ <var-decl name='value' type-id='type-id-170' visibility='default' filepath='../.././gcc/tlink.c' line='198' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- file_stack_entry* file_stack_entry::next -->
- <var-decl name='next' type-id='type-id-173' visibility='default' filepath='../.././gcc/tlink.c' line='199' column='1'/>
+ <var-decl name='next' type-id='type-id-171' visibility='default' filepath='../.././gcc/tlink.c' line='199' column='1'/>
</data-member>
</class-decl>
<!-- typedef file_hash_entry file -->
- <typedef-decl name='file' type-id='type-id-169' filepath='../.././gcc/tlink.c' line='69' column='1' id='type-id-174'/>
+ <typedef-decl name='file' type-id='type-id-167' filepath='../.././gcc/tlink.c' line='69' column='1' id='type-id-172'/>
<!-- file* -->
- <pointer-type-def type-id='type-id-174' size-in-bits='64' id='type-id-172'/>
+ <pointer-type-def type-id='type-id-172' size-in-bits='64' id='type-id-170'/>
<!-- file_stack_entry* -->
- <pointer-type-def type-id='type-id-171' size-in-bits='64' id='type-id-173'/>
+ <pointer-type-def type-id='type-id-169' size-in-bits='64' id='type-id-171'/>
<!-- file_stack_entry* file_stack -->
- <var-decl name='file_stack' type-id='type-id-173' mangled-name='file_stack' visibility='default' filepath='../.././gcc/tlink.c' line='202' column='1' elf-symbol-id='file_stack'/>
+ <var-decl name='file_stack' type-id='type-id-171' mangled-name='file_stack' visibility='default' filepath='../.././gcc/tlink.c' line='202' column='1' elf-symbol-id='file_stack'/>
<!-- typedef unsigned int hashval_t -->
- <typedef-decl name='hashval_t' type-id='type-id-35' filepath='../.././gcc/../include/hashtab.h' line='47' column='1' id='type-id-175'/>
+ <typedef-decl name='hashval_t' type-id='type-id-35' filepath='../.././gcc/../include/hashtab.h' line='47' column='1' id='type-id-173'/>
<!-- hashval_t htab_hash_string(void*) -->
<function-decl name='htab_hash_string' filepath='../.././gcc/../include/hashtab.h' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2'/>
<!-- typedef hashval_t -->
- <return type-id='type-id-175'/>
+ <return type-id='type-id-173'/>
</function-decl>
<!-- struct htab -->
- <class-decl name='htab' size-in-bits='896' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/hashtab.h' line='100' column='1' id='type-id-176'>
+ <class-decl name='htab' size-in-bits='896' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/hashtab.h' line='100' column='1' id='type-id-174'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- htab_hash htab::hash_f -->
- <var-decl name='hash_f' type-id='type-id-177' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='102' column='1'/>
+ <var-decl name='hash_f' type-id='type-id-175' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='102' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- htab_eq htab::eq_f -->
- <var-decl name='eq_f' type-id='type-id-178' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='105' column='1'/>
+ <var-decl name='eq_f' type-id='type-id-176' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='105' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- htab_del htab::del_f -->
- <var-decl name='del_f' type-id='type-id-179' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='108' column='1'/>
+ <var-decl name='del_f' type-id='type-id-177' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='108' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- void** htab::entries -->
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- htab_alloc htab::alloc_f -->
- <var-decl name='alloc_f' type-id='type-id-180' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='131' column='1'/>
+ <var-decl name='alloc_f' type-id='type-id-178' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='131' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- htab_free htab::free_f -->
- <var-decl name='free_f' type-id='type-id-181' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='132' column='1'/>
+ <var-decl name='free_f' type-id='type-id-179' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='132' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- void* htab::alloc_arg -->
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
<!-- htab_alloc_with_arg htab::alloc_with_arg_f -->
- <var-decl name='alloc_with_arg_f' type-id='type-id-182' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='136' column='1'/>
+ <var-decl name='alloc_with_arg_f' type-id='type-id-180' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='136' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
<!-- htab_free_with_arg htab::free_with_arg_f -->
- <var-decl name='free_with_arg_f' type-id='type-id-183' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='137' column='1'/>
+ <var-decl name='free_with_arg_f' type-id='type-id-181' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='137' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
<!-- unsigned int htab::size_prime_index -->
</data-member>
</class-decl>
<!-- typedef hashval_t (void*)* -->
- <pointer-type-def type-id='type-id-184' size-in-bits='64' id='type-id-185'/>
+ <pointer-type-def type-id='type-id-182' size-in-bits='64' id='type-id-183'/>
<!-- typedef typedef hashval_t (void*)* htab_hash -->
- <typedef-decl name='htab_hash' type-id='type-id-185' filepath='../.././gcc/../include/hashtab.h' line='52' column='1' id='type-id-177'/>
+ <typedef-decl name='htab_hash' type-id='type-id-183' filepath='../.././gcc/../include/hashtab.h' line='52' column='1' id='type-id-175'/>
<!-- int (void*, void*)* -->
- <pointer-type-def type-id='type-id-186' size-in-bits='64' id='type-id-187'/>
+ <pointer-type-def type-id='type-id-184' size-in-bits='64' id='type-id-185'/>
<!-- typedef int (void*, void*)* htab_eq -->
- <typedef-decl name='htab_eq' type-id='type-id-187' filepath='../.././gcc/../include/hashtab.h' line='59' column='1' id='type-id-178'/>
+ <typedef-decl name='htab_eq' type-id='type-id-185' filepath='../.././gcc/../include/hashtab.h' line='59' column='1' id='type-id-176'/>
<!-- typedef void (void*)* htab_del -->
- <typedef-decl name='htab_del' type-id='type-id-143' filepath='../.././gcc/../include/hashtab.h' line='63' column='1' id='type-id-179'/>
+ <typedef-decl name='htab_del' type-id='type-id-143' filepath='../.././gcc/../include/hashtab.h' line='63' column='1' id='type-id-177'/>
<!-- void* (typedef size_t, typedef size_t)* -->
- <pointer-type-def type-id='type-id-188' size-in-bits='64' id='type-id-189'/>
+ <pointer-type-def type-id='type-id-186' size-in-bits='64' id='type-id-187'/>
<!-- typedef void* (typedef size_t, typedef size_t)* htab_alloc -->
- <typedef-decl name='htab_alloc' type-id='type-id-189' filepath='../.././gcc/../include/hashtab.h' line='75' column='1' id='type-id-180'/>
+ <typedef-decl name='htab_alloc' type-id='type-id-187' filepath='../.././gcc/../include/hashtab.h' line='75' column='1' id='type-id-178'/>
<!-- typedef void (void*)* htab_free -->
- <typedef-decl name='htab_free' type-id='type-id-143' filepath='../.././gcc/../include/hashtab.h' line='78' column='1' id='type-id-181'/>
+ <typedef-decl name='htab_free' type-id='type-id-143' filepath='../.././gcc/../include/hashtab.h' line='78' column='1' id='type-id-179'/>
<!-- void* (void*, typedef size_t, typedef size_t)* -->
- <pointer-type-def type-id='type-id-190' size-in-bits='64' id='type-id-191'/>
+ <pointer-type-def type-id='type-id-188' size-in-bits='64' id='type-id-189'/>
<!-- typedef void* (void*, typedef size_t, typedef size_t)* htab_alloc_with_arg -->
- <typedef-decl name='htab_alloc_with_arg' type-id='type-id-191' filepath='../.././gcc/../include/hashtab.h' line='82' column='1' id='type-id-182'/>
+ <typedef-decl name='htab_alloc_with_arg' type-id='type-id-189' filepath='../.././gcc/../include/hashtab.h' line='82' column='1' id='type-id-180'/>
<!-- void (void*, void*)* -->
- <pointer-type-def type-id='type-id-192' size-in-bits='64' id='type-id-193'/>
+ <pointer-type-def type-id='type-id-190' size-in-bits='64' id='type-id-191'/>
<!-- typedef void (void*, void*)* htab_free_with_arg -->
- <typedef-decl name='htab_free_with_arg' type-id='type-id-193' filepath='../.././gcc/../include/hashtab.h' line='83' column='1' id='type-id-183'/>
+ <typedef-decl name='htab_free_with_arg' type-id='type-id-191' filepath='../.././gcc/../include/hashtab.h' line='83' column='1' id='type-id-181'/>
<!-- htab* -->
- <pointer-type-def type-id='type-id-176' size-in-bits='64' id='type-id-194'/>
+ <pointer-type-def type-id='type-id-174' size-in-bits='64' id='type-id-192'/>
<!-- typedef htab* htab_t -->
- <typedef-decl name='htab_t' type-id='type-id-194' filepath='../.././gcc/../include/hashtab.h' line='144' column='1' id='type-id-195'/>
+ <typedef-decl name='htab_t' type-id='type-id-192' filepath='../.././gcc/../include/hashtab.h' line='144' column='1' id='type-id-193'/>
<!-- enum insert_option -->
- <enum-decl name='insert_option' filepath='../.././gcc/../include/hashtab.h' line='147' column='1' id='type-id-196'>
+ <enum-decl name='insert_option' filepath='../.././gcc/../include/hashtab.h' line='147' column='1' id='type-id-194'>
<underlying-type type-id='type-id-92'/>
<enumerator name='NO_INSERT' value='0'/>
<enumerator name='INSERT' value='1'/>
<!-- void** htab_find_slot_with_hash(htab_t, void*, hashval_t, insert_option) -->
<function-decl name='htab_find_slot_with_hash' filepath='../.././gcc/../include/hashtab.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195'/>
+ <parameter type-id='type-id-193'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2'/>
<!-- parameter of type 'typedef hashval_t' -->
- <parameter type-id='type-id-175'/>
+ <parameter type-id='type-id-173'/>
<!-- parameter of type 'enum insert_option' -->
- <parameter type-id='type-id-196'/>
+ <parameter type-id='type-id-194'/>
<!-- void** -->
<return type-id='type-id-102'/>
</function-decl>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- parameter of type 'typedef htab_hash' -->
- <parameter type-id='type-id-177'/>
+ <parameter type-id='type-id-175'/>
<!-- parameter of type 'typedef htab_eq' -->
- <parameter type-id='type-id-178'/>
+ <parameter type-id='type-id-176'/>
<!-- parameter of type 'typedef htab_del' -->
- <parameter type-id='type-id-179'/>
+ <parameter type-id='type-id-177'/>
<!-- typedef htab_t -->
- <return type-id='type-id-195'/>
+ <return type-id='type-id-193'/>
</function-decl>
<!-- char* getpwd() -->
<function-decl name='getpwd' filepath='../.././gcc/../include/libiberty.h' line='199' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-9'/>
</function-decl>
<!-- int (void*, void*) -->
- <function-type size-in-bits='64' id='type-id-186'>
+ <function-type size-in-bits='64' id='type-id-184'>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2'/>
<!-- parameter of type 'void*' -->
<return type-id='type-id-3'/>
</function-type>
<!-- hashval_t (void*) -->
- <function-type size-in-bits='64' id='type-id-184'>
+ <function-type size-in-bits='64' id='type-id-182'>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2'/>
<!-- typedef hashval_t -->
- <return type-id='type-id-175'/>
+ <return type-id='type-id-173'/>
</function-type>
<!-- void (void*, void*) -->
- <function-type size-in-bits='64' id='type-id-192'>
+ <function-type size-in-bits='64' id='type-id-190'>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2'/>
<!-- parameter of type 'void*' -->
<return type-id='type-id-1'/>
</function-type>
<!-- void* (size_t, size_t) -->
- <function-type size-in-bits='64' id='type-id-188'>
+ <function-type size-in-bits='64' id='type-id-186'>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- parameter of type 'typedef size_t' -->
<return type-id='type-id-2'/>
</function-type>
<!-- void* (void*, size_t, size_t) -->
- <function-type size-in-bits='64' id='type-id-190'>
+ <function-type size-in-bits='64' id='type-id-188'>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2'/>
<!-- parameter of type 'typedef size_t' -->
<abi-instr version='1.0' address-size='64' path='../.././gcc/ggc-none.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc' language='LANG_C_plus_plus'>
<!-- enum gt_types_enum -->
- <enum-decl name='gt_types_enum' filepath='./gtype-desc.h' line='23' column='1' id='type-id-197'>
+ <enum-decl name='gt_types_enum' filepath='./gtype-desc.h' line='23' column='1' id='type-id-195'>
<underlying-type type-id='type-id-92'/>
<enumerator name='gt_ggc_e_24lazy_hex_fp_value_struct' value='0'/>
<enumerator name='gt_ggc_e_15c_inline_static' value='1'/>
<!-- void* ggc_alloc_typed_stat(gt_types_enum, size_t) -->
<function-decl name='ggc_alloc_typed_stat' mangled-name='_Z20ggc_alloc_typed_stat13gt_types_enumm' filepath='../.././gcc/ggc-none.c' line='36' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z20ggc_alloc_typed_stat13gt_types_enumm'>
<!-- parameter of type 'enum gt_types_enum' -->
- <parameter type-id='type-id-197' name='gte' filepath='../.././gcc/ggc-none.c' line='36' column='1'/>
+ <parameter type-id='type-id-195' name='gte' filepath='../.././gcc/ggc-none.c' line='36' column='1'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='size' filepath='../.././gcc/ggc-none.c' line='36' column='1'/>
<!-- void* -->
<return type-id='type-id-2'/>
</function-decl>
<!-- struct alloc_zone -->
- <class-decl name='alloc_zone' size-in-bits='32' is-struct='yes' visibility='default' filepath='../.././gcc/ggc-none.c' line='75' column='1' id='type-id-198'>
+ <class-decl name='alloc_zone' size-in-bits='32' is-struct='yes' visibility='default' filepath='../.././gcc/ggc-none.c' line='75' column='1' id='type-id-196'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- int alloc_zone::dummy -->
<var-decl name='dummy' type-id='type-id-3' visibility='default' filepath='../.././gcc/ggc-none.c' line='77' column='1'/>
</data-member>
</class-decl>
<!-- alloc_zone rtl_zone -->
- <var-decl name='rtl_zone' type-id='type-id-198' mangled-name='rtl_zone' visibility='default' filepath='../.././gcc/ggc-none.c' line='80' column='1' elf-symbol-id='rtl_zone'/>
+ <var-decl name='rtl_zone' type-id='type-id-196' mangled-name='rtl_zone' visibility='default' filepath='../.././gcc/ggc-none.c' line='80' column='1' elf-symbol-id='rtl_zone'/>
<!-- alloc_zone tree_zone -->
- <var-decl name='tree_zone' type-id='type-id-198' mangled-name='tree_zone' visibility='default' filepath='../.././gcc/ggc-none.c' line='81' column='1' elf-symbol-id='tree_zone'/>
+ <var-decl name='tree_zone' type-id='type-id-196' mangled-name='tree_zone' visibility='default' filepath='../.././gcc/ggc-none.c' line='81' column='1' elf-symbol-id='tree_zone'/>
<!-- alloc_zone tree_id_zone -->
- <var-decl name='tree_id_zone' type-id='type-id-198' mangled-name='tree_id_zone' visibility='default' filepath='../.././gcc/ggc-none.c' line='82' column='1' elf-symbol-id='tree_id_zone'/>
+ <var-decl name='tree_id_zone' type-id='type-id-196' mangled-name='tree_id_zone' visibility='default' filepath='../.././gcc/ggc-none.c' line='82' column='1' elf-symbol-id='tree_id_zone'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././gcc/diagnostic.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc' language='LANG_C_plus_plus'>
<return type-id='type-id-1'/>
</function-decl>
<!-- struct line_maps -->
- <class-decl name='line_maps' size-in-bits='704' is-struct='yes' visibility='default' filepath='../.././libcpp/include/line-map.h' line='263' column='1' id='type-id-199'>
+ <class-decl name='line_maps' size-in-bits='704' is-struct='yes' visibility='default' filepath='../.././libcpp/include/line-map.h' line='263' column='1' id='type-id-197'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- maps_info line_maps::info_ordinary -->
- <var-decl name='info_ordinary' type-id='type-id-200' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='265' column='1'/>
+ <var-decl name='info_ordinary' type-id='type-id-198' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='265' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- maps_info line_maps::info_macro -->
- <var-decl name='info_macro' type-id='type-id-200' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='267' column='1'/>
+ <var-decl name='info_macro' type-id='type-id-198' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='267' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- unsigned int line_maps::depth -->
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- line_map_realloc line_maps::reallocator -->
- <var-decl name='reallocator' type-id='type-id-201' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='287' column='1'/>
+ <var-decl name='reallocator' type-id='type-id-199' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='287' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- line_map_round_alloc_size_func line_maps::round_alloc_size -->
- <var-decl name='round_alloc_size' type-id='type-id-202' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='291' column='1'/>
+ <var-decl name='round_alloc_size' type-id='type-id-200' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='291' column='1'/>
</data-member>
</class-decl>
<!-- struct maps_info -->
- <class-decl name='maps_info' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='244' column='1' id='type-id-200'>
+ <class-decl name='maps_info' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='244' column='1' id='type-id-198'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- line_map* maps_info::maps -->
- <var-decl name='maps' type-id='type-id-203' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='250' column='1'/>
+ <var-decl name='maps' type-id='type-id-201' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='250' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- unsigned int maps_info::allocated -->
</data-member>
</class-decl>
<!-- line_map* -->
- <pointer-type-def type-id='type-id-126' size-in-bits='64' id='type-id-203'/>
+ <pointer-type-def type-id='type-id-126' size-in-bits='64' id='type-id-201'/>
<!-- void* (void*, typedef size_t)* -->
- <pointer-type-def type-id='type-id-204' size-in-bits='64' id='type-id-205'/>
+ <pointer-type-def type-id='type-id-202' size-in-bits='64' id='type-id-203'/>
<!-- typedef void* (void*, typedef size_t)* line_map_realloc -->
- <typedef-decl name='line_map_realloc' type-id='type-id-205' filepath='../.././gcc/../libcpp/include/line-map.h' line='54' column='1' id='type-id-201'/>
+ <typedef-decl name='line_map_realloc' type-id='type-id-203' filepath='../.././gcc/../libcpp/include/line-map.h' line='54' column='1' id='type-id-199'/>
<!-- typedef size_t (typedef size_t)* -->
- <pointer-type-def type-id='type-id-206' size-in-bits='64' id='type-id-207'/>
+ <pointer-type-def type-id='type-id-204' size-in-bits='64' id='type-id-205'/>
<!-- typedef typedef size_t (typedef size_t)* line_map_round_alloc_size_func -->
- <typedef-decl name='line_map_round_alloc_size_func' type-id='type-id-207' filepath='../.././gcc/../libcpp/include/line-map.h' line='58' column='1' id='type-id-202'/>
+ <typedef-decl name='line_map_round_alloc_size_func' type-id='type-id-205' filepath='../.././gcc/../libcpp/include/line-map.h' line='58' column='1' id='type-id-200'/>
<!-- line_maps* -->
- <pointer-type-def type-id='type-id-199' size-in-bits='64' id='type-id-208'/>
+ <pointer-type-def type-id='type-id-197' size-in-bits='64' id='type-id-206'/>
<!-- enum location_resolution_kind -->
- <enum-decl name='location_resolution_kind' filepath='../.././gcc/../libcpp/include/line-map.h' line='604' column='1' id='type-id-209'>
+ <enum-decl name='location_resolution_kind' filepath='../.././gcc/../libcpp/include/line-map.h' line='604' column='1' id='type-id-207'>
<underlying-type type-id='type-id-92'/>
<enumerator name='LRK_MACRO_EXPANSION_POINT' value='0'/>
<enumerator name='LRK_SPELLING_LOCATION' value='1'/>
<enumerator name='LRK_MACRO_DEFINITION_LOCATION' value='2'/>
</enum-decl>
<!-- const line_map** -->
- <pointer-type-def type-id='type-id-78' size-in-bits='64' id='type-id-210'/>
+ <pointer-type-def type-id='type-id-78' size-in-bits='64' id='type-id-208'/>
<!-- source_location linemap_resolve_location(line_maps*, source_location, location_resolution_kind, const line_map**) -->
<function-decl name='linemap_resolve_location' mangled-name='_Z24linemap_resolve_locationP9line_mapsj24location_resolution_kindPPK8line_map' filepath='../.././gcc/../libcpp/include/line-map.h' line='659' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z24linemap_resolve_locationP9line_mapsj24location_resolution_kindPPK8line_map'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-206'/>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106'/>
<!-- parameter of type 'enum location_resolution_kind' -->
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-207'/>
<!-- parameter of type 'const line_map**' -->
- <parameter type-id='type-id-210'/>
+ <parameter type-id='type-id-208'/>
<!-- typedef source_location -->
<return type-id='type-id-106'/>
</function-decl>
<return type-id='type-id-1'/>
</function-decl>
<!-- struct {const char* format_spec; va_list* args_ptr; int err_no; location_t* locus; void** x_data;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././gcc/pretty-print.h' line='34' column='1' id='type-id-211'>
+ <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././gcc/pretty-print.h' line='34' column='1' id='type-id-209'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char* format_spec -->
<var-decl name='format_spec' type-id='type-id-8' visibility='default' filepath='../.././gcc/pretty-print.h' line='35' column='1'/>
<!-- int linemap_compare_locations(line_maps*, source_location, source_location) -->
<function-decl name='linemap_compare_locations' mangled-name='_Z25linemap_compare_locationsP9line_mapsjj' filepath='../.././gcc/../libcpp/include/line-map.h' line='577' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z25linemap_compare_locationsP9line_mapsjj'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-206'/>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106'/>
<!-- parameter of type 'typedef source_location' -->
<return type-id='type-id-3'/>
</function-decl>
<!-- struct {const char* file; int line; int column; bool sysp;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-212' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='588' column='1' id='type-id-213'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-210' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='588' column='1' id='type-id-211'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char* file -->
<var-decl name='file' type-id='type-id-8' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='590' column='1'/>
</data-member>
</class-decl>
<!-- typedef __anonymous_struct__ expanded_location -->
- <typedef-decl name='expanded_location' type-id='type-id-213' filepath='../.././gcc/../libcpp/include/line-map.h' line='599' column='1' id='type-id-212'/>
+ <typedef-decl name='expanded_location' type-id='type-id-211' filepath='../.././gcc/../libcpp/include/line-map.h' line='599' column='1' id='type-id-210'/>
<!-- expanded_location expand_location(source_location) -->
<function-decl name='expand_location' mangled-name='_Z15expand_locationj' filepath='../.././gcc/input.h' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15expand_locationj'>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106'/>
<!-- typedef expanded_location -->
- <return type-id='type-id-212'/>
+ <return type-id='type-id-210'/>
</function-decl>
<!-- unsigned long int concat_length(const char*, ...) -->
<function-decl name='concat_length' filepath='../.././gcc/../include/libiberty.h' line='157' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- int linemap_location_in_system_header_p(line_maps*, source_location) -->
<function-decl name='linemap_location_in_system_header_p' mangled-name='_Z35linemap_location_in_system_header_pP9line_mapsj' filepath='../.././gcc/../libcpp/include/line-map.h' line='473' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z35linemap_location_in_system_header_pP9line_mapsj'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-206'/>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106'/>
<!-- int -->
<return type-id='type-id-1'/>
</function-decl>
<!-- size_t (size_t) -->
- <function-type size-in-bits='64' id='type-id-206'>
+ <function-type size-in-bits='64' id='type-id-204'>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- typedef size_t -->
<return type-id='type-id-5'/>
</function-type>
<!-- void* (void*, size_t) -->
- <function-type size-in-bits='64' id='type-id-204'>
+ <function-type size-in-bits='64' id='type-id-202'>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2'/>
<!-- parameter of type 'typedef size_t' -->
<return type-id='type-id-1'/>
</function-decl>
<!-- const pretty_printer -->
- <qualified-type-def type-id='type-id-97' const='yes' id='type-id-214'/>
+ <qualified-type-def type-id='type-id-97' const='yes' id='type-id-212'/>
<!-- const pretty_printer* -->
- <pointer-type-def type-id='type-id-214' size-in-bits='64' id='type-id-215'/>
+ <pointer-type-def type-id='type-id-212' size-in-bits='64' id='type-id-213'/>
<!-- const char* pp_base_last_position_in_text(const pretty_printer*) -->
<function-decl name='pp_base_last_position_in_text' mangled-name='_Z29pp_base_last_position_in_textPK17pretty_print_info' filepath='../.././gcc/pretty-print.c' line='702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z29pp_base_last_position_in_textPK17pretty_print_info'>
<!-- parameter of type 'const pretty_printer*' -->
- <parameter type-id='type-id-215' name='pp' filepath='../.././gcc/pretty-print.c' line='702' column='1'/>
+ <parameter type-id='type-id-213' name='pp' filepath='../.././gcc/pretty-print.c' line='702' column='1'/>
<!-- const char* -->
<return type-id='type-id-8'/>
</function-decl>
<return type-id='type-id-8'/>
</function-decl>
<!-- void* (typedef size_t)* -->
- <pointer-type-def type-id='type-id-216' size-in-bits='64' id='type-id-217'/>
+ <pointer-type-def type-id='type-id-214' size-in-bits='64' id='type-id-215'/>
<!-- void* (typedef size_t)* identifier_to_locale_alloc -->
- <var-decl name='identifier_to_locale_alloc' type-id='type-id-217' mangled-name='identifier_to_locale_alloc' visibility='default' filepath='../.././gcc/pretty-print.c' line='859' column='1' elf-symbol-id='identifier_to_locale_alloc'/>
+ <var-decl name='identifier_to_locale_alloc' type-id='type-id-215' mangled-name='identifier_to_locale_alloc' visibility='default' filepath='../.././gcc/pretty-print.c' line='859' column='1' elf-symbol-id='identifier_to_locale_alloc'/>
<!-- void (void*)* identifier_to_locale_free -->
<var-decl name='identifier_to_locale_free' type-id='type-id-143' mangled-name='identifier_to_locale_free' visibility='default' filepath='../.././gcc/pretty-print.c' line='860' column='1' elf-symbol-id='identifier_to_locale_free'/>
<!-- char* xstrerror(int) -->
<return type-id='type-id-3'/>
</function-decl>
<!-- typedef void* iconv_t -->
- <typedef-decl name='iconv_t' type-id='type-id-2' filepath='/usr/include/iconv.h' line='30' column='1' id='type-id-218'/>
+ <typedef-decl name='iconv_t' type-id='type-id-2' filepath='/usr/include/iconv.h' line='30' column='1' id='type-id-216'/>
<!-- size_t* -->
- <pointer-type-def type-id='type-id-5' size-in-bits='64' id='type-id-219'/>
+ <pointer-type-def type-id='type-id-5' size-in-bits='64' id='type-id-217'/>
<!-- size_t iconv(iconv_t, char**, size_t*, char**, size_t*) -->
<function-decl name='iconv' filepath='/usr/include/iconv.h' line='43' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'typedef iconv_t' -->
- <parameter type-id='type-id-218'/>
+ <parameter type-id='type-id-216'/>
<!-- parameter of type 'char**' -->
<parameter type-id='type-id-30'/>
<!-- parameter of type 'size_t*' -->
- <parameter type-id='type-id-219'/>
+ <parameter type-id='type-id-217'/>
<!-- parameter of type 'char**' -->
<parameter type-id='type-id-30'/>
<!-- parameter of type 'size_t*' -->
- <parameter type-id='type-id-219'/>
+ <parameter type-id='type-id-217'/>
<!-- typedef size_t -->
<return type-id='type-id-5'/>
</function-decl>
<!-- int iconv_close(iconv_t) -->
<function-decl name='iconv_close' filepath='/usr/include/iconv.h' line='52' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'typedef iconv_t' -->
- <parameter type-id='type-id-218'/>
+ <parameter type-id='type-id-216'/>
<!-- int -->
<return type-id='type-id-3'/>
</function-decl>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- typedef iconv_t -->
- <return type-id='type-id-218'/>
+ <return type-id='type-id-216'/>
</function-decl>
<!-- void* (size_t) -->
- <function-type size-in-bits='64' id='type-id-216'>
+ <function-type size-in-bits='64' id='type-id-214'>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- void* -->
<return type-id='type-id-9'/>
</function-decl>
<!-- typedef int nl_item -->
- <typedef-decl name='nl_item' type-id='type-id-3' filepath='/usr/include/nl_types.h' line='37' column='1' id='type-id-220'/>
+ <typedef-decl name='nl_item' type-id='type-id-3' filepath='/usr/include/nl_types.h' line='37' column='1' id='type-id-218'/>
<!-- char* nl_langinfo(nl_item) -->
<function-decl name='nl_langinfo' filepath='/usr/include/langinfo.h' line='584' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'typedef nl_item' -->
- <parameter type-id='type-id-220'/>
+ <parameter type-id='type-id-218'/>
<!-- char* -->
<return type-id='type-id-9'/>
</function-decl>
<return type-id='type-id-3'/>
</function-decl>
<!-- wchar_t -->
- <type-decl name='wchar_t' size-in-bits='32' id='type-id-221'/>
+ <type-decl name='wchar_t' size-in-bits='32' id='type-id-219'/>
<!-- wchar_t* -->
- <pointer-type-def type-id='type-id-221' size-in-bits='64' id='type-id-222'/>
+ <pointer-type-def type-id='type-id-219' size-in-bits='64' id='type-id-220'/>
<!-- size_t mbstowcs(wchar_t*, const char*, size_t) -->
<function-decl name='mbstowcs' filepath='/usr/include/stdlib.h' line='871' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'wchar_t*' -->
- <parameter type-id='type-id-222'/>
+ <parameter type-id='type-id-220'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- parameter of type 'typedef size_t' -->
<return type-id='type-id-5'/>
</function-decl>
<!-- const wchar_t -->
- <qualified-type-def type-id='type-id-221' const='yes' id='type-id-223'/>
+ <qualified-type-def type-id='type-id-219' const='yes' id='type-id-221'/>
<!-- const wchar_t* -->
- <pointer-type-def type-id='type-id-223' size-in-bits='64' id='type-id-224'/>
+ <pointer-type-def type-id='type-id-221' size-in-bits='64' id='type-id-222'/>
<!-- int wcswidth(const wchar_t*, size_t) -->
<function-decl name='wcswidth' filepath='/usr/include/wchar.h' line='441' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const wchar_t*' -->
- <parameter type-id='type-id-224'/>
+ <parameter type-id='type-id-222'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- int -->
<return type-id='type-id-1'/>
</function-decl>
<!-- line_maps* line_table -->
- <var-decl name='line_table' type-id='type-id-208' mangled-name='line_table' visibility='default' filepath='../.././gcc/input.c' line='31' column='1' elf-symbol-id='line_table'/>
+ <var-decl name='line_table' type-id='type-id-206' mangled-name='line_table' visibility='default' filepath='../.././gcc/input.c' line='31' column='1' elf-symbol-id='line_table'/>
<!-- location_t input_location -->
<var-decl name='input_location' type-id='type-id-107' mangled-name='input_location' visibility='default' filepath='../.././gcc/input.c' line='29' column='1' elf-symbol-id='input_location'/>
<!-- struct {const char* file; int line; int column; bool sysp;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='588' column='1' id='type-id-225'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='588' column='1' id='type-id-223'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char* file -->
<var-decl name='file' type-id='type-id-8' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='590' column='1'/>
<!-- expanded_location linemap_expand_location(line_maps*, const line_map*, source_location) -->
<function-decl name='linemap_expand_location' mangled-name='_Z23linemap_expand_locationP9line_mapsPK8line_mapj' filepath='../.././gcc/../libcpp/include/line-map.h' line='679' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z23linemap_expand_locationP9line_mapsPK8line_mapj'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-206'/>
<!-- parameter of type 'const line_map*' -->
<parameter type-id='type-id-78'/>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106'/>
<!-- typedef expanded_location -->
- <return type-id='type-id-212'/>
+ <return type-id='type-id-210'/>
</function-decl>
<!-- struct linemap_stats -->
- <class-decl name='linemap_stats' size-in-bits='704' is-struct='yes' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='685' column='1' id='type-id-226'>
+ <class-decl name='linemap_stats' size-in-bits='704' is-struct='yes' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='685' column='1' id='type-id-224'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- long int linemap_stats::num_ordinary_maps_allocated -->
<var-decl name='num_ordinary_maps_allocated' type-id='type-id-21' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='687' column='1'/>
</data-member>
</class-decl>
<!-- linemap_stats* -->
- <pointer-type-def type-id='type-id-226' size-in-bits='64' id='type-id-227'/>
+ <pointer-type-def type-id='type-id-224' size-in-bits='64' id='type-id-225'/>
<!-- void linemap_get_statistics(line_maps*, linemap_stats*) -->
<function-decl name='linemap_get_statistics' mangled-name='_Z22linemap_get_statisticsP9line_mapsP13linemap_stats' filepath='../.././gcc/../libcpp/include/line-map.h' line='702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z22linemap_get_statisticsP9line_mapsP13linemap_stats'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-206'/>
<!-- parameter of type 'linemap_stats*' -->
- <parameter type-id='type-id-227'/>
+ <parameter type-id='type-id-225'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<abi-instr version='1.0' address-size='64' path='../.././gcc/version.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc' language='LANG_C_plus_plus'>
<!-- const char[6] -->
- <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='48' id='type-id-228'>
+ <array-type-def dimensions='1' type-id='type-id-7' size-in-bits='48' id='type-id-226'>
<!-- <anonymous range>[6] -->
- <subrange length='6' type-id='type-id-22' id='type-id-229'/>
+ <subrange length='6' type-id='type-id-22' id='type-id-227'/>
</array-type-def>
<!-- const char version_string[6] -->
- <var-decl name='version_string' type-id='type-id-228' mangled-name='version_string' visibility='default' filepath='../.././gcc/version.c' line='35' column='1' elf-symbol-id='version_string'/>
+ <var-decl name='version_string' type-id='type-id-226' mangled-name='version_string' visibility='default' filepath='../.././gcc/version.c' line='35' column='1' elf-symbol-id='version_string'/>
<!-- const char[7] -->
- <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='56' id='type-id-230'>
+ <array-type-def dimensions='1' type-id='type-id-7' size-in-bits='56' id='type-id-228'>
<!-- <anonymous range>[7] -->
- <subrange length='7' type-id='type-id-22' id='type-id-231'/>
+ <subrange length='7' type-id='type-id-22' id='type-id-229'/>
</array-type-def>
<!-- const char pkgversion_string[7] -->
- <var-decl name='pkgversion_string' type-id='type-id-230' mangled-name='pkgversion_string' visibility='default' filepath='../.././gcc/version.c' line='36' column='1' elf-symbol-id='pkgversion_string'/>
+ <var-decl name='pkgversion_string' type-id='type-id-228' mangled-name='pkgversion_string' visibility='default' filepath='../.././gcc/version.c' line='36' column='1' elf-symbol-id='pkgversion_string'/>
<!-- const char[31] -->
- <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='248' id='type-id-232'>
+ <array-type-def dimensions='1' type-id='type-id-7' size-in-bits='248' id='type-id-230'>
<!-- <anonymous range>[31] -->
- <subrange length='31' type-id='type-id-22' id='type-id-233'/>
+ <subrange length='31' type-id='type-id-22' id='type-id-231'/>
</array-type-def>
<!-- const char bug_report_url[31] -->
- <var-decl name='bug_report_url' type-id='type-id-232' mangled-name='bug_report_url' visibility='default' filepath='../.././gcc/version.c' line='29' column='1' elf-symbol-id='bug_report_url'/>
+ <var-decl name='bug_report_url' type-id='type-id-230' mangled-name='bug_report_url' visibility='default' filepath='../.././gcc/version.c' line='29' column='1' elf-symbol-id='bug_report_url'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/line-map.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<!-- void linemap_init(line_maps*) -->
<function-decl name='linemap_init' mangled-name='_Z12linemap_initP9line_maps' filepath='../.././libcpp/line-map.c' line='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12linemap_initP9line_maps'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='56' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='56' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void linemap_check_files_exited(line_maps*) -->
<function-decl name='linemap_check_files_exited' mangled-name='_Z26linemap_check_files_exitedP9line_maps' filepath='../.././libcpp/line-map.c' line='66' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z26linemap_check_files_exitedP9line_maps'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='56' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='56' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- const line_map* linemap_add(line_maps*, lc_reason, unsigned int, const char*, linenum_type) -->
<function-decl name='linemap_add' mangled-name='_Z11linemap_addP9line_maps9lc_reasonjPKcj' filepath='../.././libcpp/line-map.c' line='163' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z11linemap_addP9line_maps9lc_reasonjPKcj'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='163' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='163' column='1'/>
<!-- parameter of type 'enum lc_reason' -->
<parameter type-id='type-id-130' name='reason' filepath='../.././libcpp/line-map.c' line='163' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- bool linemap_tracks_macro_expansion_locs_p(line_maps*) -->
<function-decl name='linemap_tracks_macro_expansion_locs_p' mangled-name='_Z37linemap_tracks_macro_expansion_locs_pP9line_maps' filepath='../.././libcpp/line-map.c' line='276' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z37linemap_tracks_macro_expansion_locs_pP9line_maps'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='276' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='276' column='1'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-decl>
<!-- typedef cpp_hashnode cpp_hashnode -->
- <typedef-decl name='cpp_hashnode' type-id='type-id-135' filepath='../.././libcpp/include/cpplib.h' line='36' column='1' id='type-id-234'/>
+ <typedef-decl name='cpp_hashnode' type-id='type-id-135' filepath='../.././libcpp/include/cpplib.h' line='36' column='1' id='type-id-232'/>
<!-- typedef cpp_token cpp_token -->
- <typedef-decl name='cpp_token' type-id='type-id-155' filepath='../.././libcpp/include/cpplib.h' line='34' column='1' id='type-id-235'/>
+ <typedef-decl name='cpp_token' type-id='type-id-153' filepath='../.././libcpp/include/cpplib.h' line='34' column='1' id='type-id-233'/>
<!-- const line_map* linemap_enter_macro(line_maps*, cpp_hashnode*, source_location, unsigned int) -->
<function-decl name='linemap_enter_macro' mangled-name='linemap_enter_macro' filepath='../.././libcpp/line-map.c' line='305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='linemap_enter_macro'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='305' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='305' column='1'/>
<!-- parameter of type 'cpp_hashnode*' -->
<parameter type-id='type-id-133' name='macro_node' filepath='../.././libcpp/line-map.c' line='305' column='1'/>
<!-- parameter of type 'typedef source_location' -->
<!-- source_location linemap_line_start(line_maps*, linenum_type, unsigned int) -->
<function-decl name='linemap_line_start' mangled-name='_Z18linemap_line_startP9line_mapsjj' filepath='../.././libcpp/line-map.c' line='387' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z18linemap_line_startP9line_mapsjj'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='387' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='387' column='1'/>
<!-- parameter of type 'typedef linenum_type' -->
<parameter type-id='type-id-131' name='to_line' filepath='../.././libcpp/line-map.c' line='387' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- source_location linemap_position_for_column(line_maps*, unsigned int) -->
<function-decl name='linemap_position_for_column' mangled-name='_Z27linemap_position_for_columnP9line_mapsj' filepath='../.././libcpp/line-map.c' line='465' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z27linemap_position_for_columnP9line_mapsj'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='465' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='465' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-35' name='to_column' filepath='../.././libcpp/line-map.c' line='465' column='1'/>
<!-- typedef source_location -->
<!-- source_location linemap_position_for_line_and_column(line_map*, linenum_type, unsigned int) -->
<function-decl name='linemap_position_for_line_and_column' mangled-name='_Z36linemap_position_for_line_and_columnP8line_mapjj' filepath='../.././libcpp/line-map.c' line='495' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z36linemap_position_for_line_and_columnP8line_mapjj'>
<!-- parameter of type 'line_map*' -->
- <parameter type-id='type-id-203' name='map' filepath='../.././libcpp/line-map.c' line='495' column='1'/>
+ <parameter type-id='type-id-201' name='map' filepath='../.././libcpp/line-map.c' line='495' column='1'/>
<!-- parameter of type 'typedef linenum_type' -->
<parameter type-id='type-id-131' name='line' filepath='../.././libcpp/line-map.c' line='496' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- const line_map* linemap_lookup(line_maps*, source_location) -->
<function-decl name='linemap_lookup' mangled-name='_Z14linemap_lookupP9line_mapsj' filepath='../.././libcpp/line-map.c' line='511' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z14linemap_lookupP9line_mapsj'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='511' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='511' column='1'/>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106' name='line' filepath='../.././libcpp/line-map.c' line='511' column='1'/>
<!-- const line_map* -->
<!-- int linemap_get_expansion_line(line_maps*, source_location) -->
<function-decl name='linemap_get_expansion_line' mangled-name='linemap_get_expansion_line' filepath='../.././libcpp/line-map.c' line='695' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='linemap_get_expansion_line'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-206'/>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106'/>
<!-- int -->
<!-- const char* linemap_get_expansion_filename(line_maps*, source_location) -->
<function-decl name='linemap_get_expansion_filename' mangled-name='linemap_get_expansion_filename' filepath='../.././libcpp/line-map.c' line='719' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='linemap_get_expansion_filename'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='719' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='719' column='1'/>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106' name='location' filepath='../.././libcpp/line-map.c' line='720' column='1'/>
<!-- const char* -->
<!-- bool linemap_location_from_macro_expansion_p(line_maps*, source_location) -->
<function-decl name='linemap_location_from_macro_expansion_p' mangled-name='_Z39linemap_location_from_macro_expansion_pP9line_mapsj' filepath='../.././libcpp/line-map.c' line='772' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z39linemap_location_from_macro_expansion_pP9line_mapsj'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='772' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='772' column='1'/>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106' name='location' filepath='../.././libcpp/line-map.c' line='773' column='1'/>
<!-- bool -->
<!-- source_location linemap_unwind_toward_expansion(line_maps*, source_location, const line_map**) -->
<function-decl name='linemap_unwind_toward_expansion' mangled-name='_Z31linemap_unwind_toward_expansionP9line_mapsjPPK8line_map' filepath='../.././libcpp/line-map.c' line='1093' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z31linemap_unwind_toward_expansionP9line_mapsjPPK8line_map'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='1093' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='1093' column='1'/>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106' name='loc' filepath='../.././libcpp/line-map.c' line='1094' column='1'/>
<!-- parameter of type 'const line_map**' -->
- <parameter type-id='type-id-210' name='map' filepath='../.././libcpp/line-map.c' line='1095' column='1'/>
+ <parameter type-id='type-id-208' name='map' filepath='../.././libcpp/line-map.c' line='1095' column='1'/>
<!-- typedef source_location -->
<return type-id='type-id-106'/>
</function-decl>
<!-- parameter of type 'FILE*' -->
<parameter type-id='type-id-27' name='stream' filepath='../.././libcpp/line-map.c' line='1162' column='1'/>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='1162' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='1162' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-35' name='ix' filepath='../.././libcpp/line-map.c' line='1162' column='1'/>
<!-- parameter of type 'bool' -->
<!-- void linemap_dump_location(line_maps*, source_location, FILE*) -->
<function-decl name='linemap_dump_location' mangled-name='_Z21linemap_dump_locationP9line_mapsjP8_IO_FILE' filepath='../.././libcpp/line-map.c' line='1211' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z21linemap_dump_locationP9line_mapsjP8_IO_FILE'>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='1211' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='1211' column='1'/>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106' name='loc' filepath='../.././libcpp/line-map.c' line='1212' column='1'/>
<!-- parameter of type 'FILE*' -->
<!-- parameter of type 'FILE*' -->
<parameter type-id='type-id-27' name='stream' filepath='../.././libcpp/line-map.c' line='1315' column='1'/>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='1315' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='1315' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-35' name='num_ordinary' filepath='../.././libcpp/line-map.c' line='1315' column='1'/>
<!-- parameter of type 'unsigned int' -->
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/macro.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<!-- struct cpp_reader -->
- <class-decl name='cpp_reader' size-in-bits='10560' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='380' column='1' id='type-id-236'>
+ <class-decl name='cpp_reader' size-in-bits='10560' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='380' column='1' id='type-id-234'>
<member-type access='public'>
<!-- struct {unsigned char* base; unsigned char* limit; unsigned char* cur; source_location first_line;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='528' column='1' id='type-id-237'>
+ <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='528' column='1' id='type-id-235'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned char* base -->
- <var-decl name='base' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='529' column='1'/>
+ <var-decl name='base' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='529' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- unsigned char* limit -->
- <var-decl name='limit' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='530' column='1'/>
+ <var-decl name='limit' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='530' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- unsigned char* cur -->
- <var-decl name='cur' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='531' column='1'/>
+ <var-decl name='cur' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='531' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- source_location first_line -->
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<!-- cpp_buffer* cpp_reader::buffer -->
- <var-decl name='buffer' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='383' column='1'/>
+ <var-decl name='buffer' type-id='type-id-237' visibility='default' filepath='../.././libcpp/internal.h' line='383' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- cpp_buffer* cpp_reader::overlaid_buffer -->
- <var-decl name='overlaid_buffer' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='386' column='1'/>
+ <var-decl name='overlaid_buffer' type-id='type-id-237' visibility='default' filepath='../.././libcpp/internal.h' line='386' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- lexer_state cpp_reader::state -->
- <var-decl name='state' type-id='type-id-240' visibility='default' filepath='../.././libcpp/internal.h' line='389' column='1'/>
+ <var-decl name='state' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='389' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- line_maps* cpp_reader::line_table -->
- <var-decl name='line_table' type-id='type-id-208' visibility='default' filepath='../.././libcpp/internal.h' line='392' column='1'/>
+ <var-decl name='line_table' type-id='type-id-206' visibility='default' filepath='../.././libcpp/internal.h' line='392' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- source_location cpp_reader::directive_line -->
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- _cpp_buff* cpp_reader::a_buff -->
- <var-decl name='a_buff' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='398' column='1'/>
+ <var-decl name='a_buff' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='398' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- _cpp_buff* cpp_reader::u_buff -->
- <var-decl name='u_buff' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='399' column='1'/>
+ <var-decl name='u_buff' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='399' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- _cpp_buff* cpp_reader::free_buffs -->
- <var-decl name='free_buffs' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='400' column='1'/>
+ <var-decl name='free_buffs' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='400' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- cpp_context cpp_reader::base_context -->
- <var-decl name='base_context' type-id='type-id-242' visibility='default' filepath='../.././libcpp/internal.h' line='403' column='1'/>
+ <var-decl name='base_context' type-id='type-id-240' visibility='default' filepath='../.././libcpp/internal.h' line='403' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
<!-- cpp_context* cpp_reader::context -->
- <var-decl name='context' type-id='type-id-243' visibility='default' filepath='../.././libcpp/internal.h' line='404' column='1'/>
+ <var-decl name='context' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='404' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1152'>
<!-- const directive* cpp_reader::directive -->
- <var-decl name='directive' type-id='type-id-244' visibility='default' filepath='../.././libcpp/internal.h' line='407' column='1'/>
+ <var-decl name='directive' type-id='type-id-242' visibility='default' filepath='../.././libcpp/internal.h' line='407' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
<!-- cpp_token cpp_reader::directive_result -->
- <var-decl name='directive_result' type-id='type-id-235' visibility='default' filepath='../.././libcpp/internal.h' line='410' column='1'/>
+ <var-decl name='directive_result' type-id='type-id-233' visibility='default' filepath='../.././libcpp/internal.h' line='410' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
<!-- source_location cpp_reader::invocation_location -->
</data-member>
<data-member access='public' layout-offset-in-bits='1472'>
<!-- cpp_dir* cpp_reader::quote_include -->
- <var-decl name='quote_include' type-id='type-id-245' visibility='default' filepath='../.././libcpp/internal.h' line='421' column='1'/>
+ <var-decl name='quote_include' type-id='type-id-243' visibility='default' filepath='../.././libcpp/internal.h' line='421' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
<!-- cpp_dir* cpp_reader::bracket_include -->
- <var-decl name='bracket_include' type-id='type-id-245' visibility='default' filepath='../.././libcpp/internal.h' line='422' column='1'/>
+ <var-decl name='bracket_include' type-id='type-id-243' visibility='default' filepath='../.././libcpp/internal.h' line='422' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1600'>
<!-- cpp_dir cpp_reader::no_search_path -->
- <var-decl name='no_search_path' type-id='type-id-246' visibility='default' filepath='../.././libcpp/internal.h' line='423' column='1'/>
+ <var-decl name='no_search_path' type-id='type-id-244' visibility='default' filepath='../.././libcpp/internal.h' line='423' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2112'>
<!-- _cpp_file* cpp_reader::all_files -->
- <var-decl name='all_files' type-id='type-id-247' visibility='default' filepath='../.././libcpp/internal.h' line='426' column='1'/>
+ <var-decl name='all_files' type-id='type-id-245' visibility='default' filepath='../.././libcpp/internal.h' line='426' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2176'>
<!-- _cpp_file* cpp_reader::main_file -->
- <var-decl name='main_file' type-id='type-id-247' visibility='default' filepath='../.././libcpp/internal.h' line='428' column='1'/>
+ <var-decl name='main_file' type-id='type-id-245' visibility='default' filepath='../.././libcpp/internal.h' line='428' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2240'>
<!-- htab* cpp_reader::file_hash -->
- <var-decl name='file_hash' type-id='type-id-194' visibility='default' filepath='../.././libcpp/internal.h' line='431' column='1'/>
+ <var-decl name='file_hash' type-id='type-id-192' visibility='default' filepath='../.././libcpp/internal.h' line='431' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2304'>
<!-- htab* cpp_reader::dir_hash -->
- <var-decl name='dir_hash' type-id='type-id-194' visibility='default' filepath='../.././libcpp/internal.h' line='432' column='1'/>
+ <var-decl name='dir_hash' type-id='type-id-192' visibility='default' filepath='../.././libcpp/internal.h' line='432' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2368'>
<!-- file_hash_entry_pool* cpp_reader::file_hash_entries -->
- <var-decl name='file_hash_entries' type-id='type-id-248' visibility='default' filepath='../.././libcpp/internal.h' line='433' column='1'/>
+ <var-decl name='file_hash_entries' type-id='type-id-246' visibility='default' filepath='../.././libcpp/internal.h' line='433' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2432'>
<!-- htab* cpp_reader::nonexistent_file_hash -->
- <var-decl name='nonexistent_file_hash' type-id='type-id-194' visibility='default' filepath='../.././libcpp/internal.h' line='436' column='1'/>
+ <var-decl name='nonexistent_file_hash' type-id='type-id-192' visibility='default' filepath='../.././libcpp/internal.h' line='436' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2496'>
<!-- obstack cpp_reader::nonexistent_file_ob -->
</data-member>
<data-member access='public' layout-offset-in-bits='3264'>
<!-- const cpp_hashnode* cpp_reader::mi_cmacro -->
- <var-decl name='mi_cmacro' type-id='type-id-249' visibility='default' filepath='../.././libcpp/internal.h' line='448' column='1'/>
+ <var-decl name='mi_cmacro' type-id='type-id-247' visibility='default' filepath='../.././libcpp/internal.h' line='448' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3328'>
<!-- const cpp_hashnode* cpp_reader::mi_ind_cmacro -->
- <var-decl name='mi_ind_cmacro' type-id='type-id-249' visibility='default' filepath='../.././libcpp/internal.h' line='449' column='1'/>
+ <var-decl name='mi_ind_cmacro' type-id='type-id-247' visibility='default' filepath='../.././libcpp/internal.h' line='449' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3392'>
<!-- bool cpp_reader::mi_valid -->
</data-member>
<data-member access='public' layout-offset-in-bits='3456'>
<!-- cpp_token* cpp_reader::cur_token -->
- <var-decl name='cur_token' type-id='type-id-157' visibility='default' filepath='../.././libcpp/internal.h' line='453' column='1'/>
+ <var-decl name='cur_token' type-id='type-id-155' visibility='default' filepath='../.././libcpp/internal.h' line='453' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3520'>
<!-- tokenrun cpp_reader::base_run -->
- <var-decl name='base_run' type-id='type-id-250' visibility='default' filepath='../.././libcpp/internal.h' line='454' column='1'/>
+ <var-decl name='base_run' type-id='type-id-248' visibility='default' filepath='../.././libcpp/internal.h' line='454' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3776'>
<!-- tokenrun* cpp_reader::cur_run -->
- <var-decl name='cur_run' type-id='type-id-251' visibility='default' filepath='../.././libcpp/internal.h' line='454' column='1'/>
+ <var-decl name='cur_run' type-id='type-id-249' visibility='default' filepath='../.././libcpp/internal.h' line='454' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3840'>
<!-- unsigned int cpp_reader::lookaheads -->
</data-member>
<data-member access='public' layout-offset-in-bits='3904'>
<!-- unsigned char* cpp_reader::macro_buffer -->
- <var-decl name='macro_buffer' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='461' column='1'/>
+ <var-decl name='macro_buffer' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='461' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3968'>
<!-- unsigned int cpp_reader::macro_buffer_len -->
</data-member>
<data-member access='public' layout-offset-in-bits='4032'>
<!-- cset_converter cpp_reader::narrow_cset_desc -->
- <var-decl name='narrow_cset_desc' type-id='type-id-252' visibility='default' filepath='../.././libcpp/internal.h' line='466' column='1'/>
+ <var-decl name='narrow_cset_desc' type-id='type-id-250' visibility='default' filepath='../.././libcpp/internal.h' line='466' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='4224'>
<!-- cset_converter cpp_reader::utf8_cset_desc -->
- <var-decl name='utf8_cset_desc' type-id='type-id-252' visibility='default' filepath='../.././libcpp/internal.h' line='470' column='1'/>
+ <var-decl name='utf8_cset_desc' type-id='type-id-250' visibility='default' filepath='../.././libcpp/internal.h' line='470' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='4416'>
<!-- cset_converter cpp_reader::char16_cset_desc -->
- <var-decl name='char16_cset_desc' type-id='type-id-252' visibility='default' filepath='../.././libcpp/internal.h' line='474' column='1'/>
+ <var-decl name='char16_cset_desc' type-id='type-id-250' visibility='default' filepath='../.././libcpp/internal.h' line='474' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='4608'>
<!-- cset_converter cpp_reader::char32_cset_desc -->
- <var-decl name='char32_cset_desc' type-id='type-id-252' visibility='default' filepath='../.././libcpp/internal.h' line='478' column='1'/>
+ <var-decl name='char32_cset_desc' type-id='type-id-250' visibility='default' filepath='../.././libcpp/internal.h' line='478' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='4800'>
<!-- cset_converter cpp_reader::wide_cset_desc -->
- <var-decl name='wide_cset_desc' type-id='type-id-252' visibility='default' filepath='../.././libcpp/internal.h' line='482' column='1'/>
+ <var-decl name='wide_cset_desc' type-id='type-id-250' visibility='default' filepath='../.././libcpp/internal.h' line='482' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='4992'>
<!-- const unsigned char* cpp_reader::date -->
- <var-decl name='date' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='485' column='1'/>
+ <var-decl name='date' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='485' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5056'>
<!-- const unsigned char* cpp_reader::time -->
- <var-decl name='time' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='486' column='1'/>
+ <var-decl name='time' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='486' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5120'>
<!-- cpp_token cpp_reader::avoid_paste -->
- <var-decl name='avoid_paste' type-id='type-id-235' visibility='default' filepath='../.././libcpp/internal.h' line='489' column='1'/>
+ <var-decl name='avoid_paste' type-id='type-id-233' visibility='default' filepath='../.././libcpp/internal.h' line='489' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5312'>
<!-- cpp_token cpp_reader::eof -->
- <var-decl name='eof' type-id='type-id-235' visibility='default' filepath='../.././libcpp/internal.h' line='490' column='1'/>
+ <var-decl name='eof' type-id='type-id-233' visibility='default' filepath='../.././libcpp/internal.h' line='490' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5504'>
<!-- deps* cpp_reader::deps -->
- <var-decl name='deps' type-id='type-id-253' visibility='default' filepath='../.././libcpp/internal.h' line='493' column='1'/>
+ <var-decl name='deps' type-id='type-id-251' visibility='default' filepath='../.././libcpp/internal.h' line='493' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5568'>
<!-- obstack cpp_reader::hash_ob -->
</data-member>
<data-member access='public' layout-offset-in-bits='6976'>
<!-- pragma_entry* cpp_reader::pragmas -->
- <var-decl name='pragmas' type-id='type-id-254' visibility='default' filepath='../.././libcpp/internal.h' line='505' column='1'/>
+ <var-decl name='pragmas' type-id='type-id-252' visibility='default' filepath='../.././libcpp/internal.h' line='505' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='7040'>
<!-- cpp_callbacks cpp_reader::cb -->
- <var-decl name='cb' type-id='type-id-255' visibility='default' filepath='../.././libcpp/internal.h' line='508' column='1'/>
+ <var-decl name='cb' type-id='type-id-253' visibility='default' filepath='../.././libcpp/internal.h' line='508' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8192'>
<!-- ht* cpp_reader::hash_table -->
- <var-decl name='hash_table' type-id='type-id-256' visibility='default' filepath='../.././libcpp/internal.h' line='511' column='1'/>
+ <var-decl name='hash_table' type-id='type-id-254' visibility='default' filepath='../.././libcpp/internal.h' line='511' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8256'>
<!-- op* cpp_reader::op_stack -->
- <var-decl name='op_stack' type-id='type-id-257' visibility='default' filepath='../.././libcpp/internal.h' line='514' column='1'/>
+ <var-decl name='op_stack' type-id='type-id-255' visibility='default' filepath='../.././libcpp/internal.h' line='514' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8320'>
<!-- op* cpp_reader::op_limit -->
- <var-decl name='op_limit' type-id='type-id-257' visibility='default' filepath='../.././libcpp/internal.h' line='514' column='1'/>
+ <var-decl name='op_limit' type-id='type-id-255' visibility='default' filepath='../.././libcpp/internal.h' line='514' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8384'>
<!-- cpp_options cpp_reader::opts -->
- <var-decl name='opts' type-id='type-id-258' visibility='default' filepath='../.././libcpp/internal.h' line='517' column='1'/>
+ <var-decl name='opts' type-id='type-id-256' visibility='default' filepath='../.././libcpp/internal.h' line='517' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='9408'>
<!-- spec_nodes cpp_reader::spec_nodes -->
- <var-decl name='spec_nodes' type-id='type-id-259' visibility='default' filepath='../.././libcpp/internal.h' line='521' column='1'/>
+ <var-decl name='spec_nodes' type-id='type-id-257' visibility='default' filepath='../.././libcpp/internal.h' line='521' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='9664'>
<!-- bool cpp_reader::our_hashtable -->
</data-member>
<data-member access='public' layout-offset-in-bits='9728'>
<!-- struct {unsigned char* base; unsigned char* limit; unsigned char* cur; source_location first_line;} cpp_reader::out -->
- <var-decl name='out' type-id='type-id-237' visibility='default' filepath='../.././libcpp/internal.h' line='533' column='1'/>
+ <var-decl name='out' type-id='type-id-235' visibility='default' filepath='../.././libcpp/internal.h' line='533' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='9984'>
<!-- const unsigned char* cpp_reader::saved_cur -->
- <var-decl name='saved_cur' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='536' column='1'/>
+ <var-decl name='saved_cur' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='536' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10048'>
<!-- const unsigned char* cpp_reader::saved_rlimit -->
- <var-decl name='saved_rlimit' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='536' column='1'/>
+ <var-decl name='saved_rlimit' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='536' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10112'>
<!-- const unsigned char* cpp_reader::saved_line_base -->
- <var-decl name='saved_line_base' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='536' column='1'/>
+ <var-decl name='saved_line_base' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='536' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10176'>
<!-- cpp_savedstate* cpp_reader::savedstate -->
- <var-decl name='savedstate' type-id='type-id-260' visibility='default' filepath='../.././libcpp/internal.h' line='540' column='1'/>
+ <var-decl name='savedstate' type-id='type-id-258' visibility='default' filepath='../.././libcpp/internal.h' line='540' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10240'>
<!-- unsigned int cpp_reader::counter -->
</data-member>
<data-member access='public' layout-offset-in-bits='10304'>
<!-- cpp_comment_table cpp_reader::comments -->
- <var-decl name='comments' type-id='type-id-261' visibility='default' filepath='../.././libcpp/internal.h' line='546' column='1'/>
+ <var-decl name='comments' type-id='type-id-259' visibility='default' filepath='../.././libcpp/internal.h' line='546' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10432'>
<!-- def_pragma_macro* cpp_reader::pushed_macros -->
- <var-decl name='pushed_macros' type-id='type-id-262' visibility='default' filepath='../.././libcpp/internal.h' line='549' column='1'/>
+ <var-decl name='pushed_macros' type-id='type-id-260' visibility='default' filepath='../.././libcpp/internal.h' line='549' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10496'>
<!-- source_location* cpp_reader::forced_token_location_p -->
</data-member>
</class-decl>
<!-- unsigned char* -->
- <pointer-type-def type-id='type-id-132' size-in-bits='64' id='type-id-238'/>
+ <pointer-type-def type-id='type-id-132' size-in-bits='64' id='type-id-236'/>
<!-- struct cpp_buffer -->
- <class-decl name='cpp_buffer' size-in-bits='1536' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='297' column='1' id='type-id-263'>
+ <class-decl name='cpp_buffer' size-in-bits='1536' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='297' column='1' id='type-id-261'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const unsigned char* cpp_buffer::cur -->
- <var-decl name='cur' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='299' column='1'/>
+ <var-decl name='cur' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='299' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- const unsigned char* cpp_buffer::line_base -->
- <var-decl name='line_base' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='300' column='1'/>
+ <var-decl name='line_base' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='300' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- const unsigned char* cpp_buffer::next_line -->
- <var-decl name='next_line' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='301' column='1'/>
+ <var-decl name='next_line' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='301' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- const unsigned char* cpp_buffer::buf -->
- <var-decl name='buf' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='303' column='1'/>
+ <var-decl name='buf' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='303' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- const unsigned char* cpp_buffer::rlimit -->
- <var-decl name='rlimit' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='304' column='1'/>
+ <var-decl name='rlimit' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='304' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- _cpp_line_note* cpp_buffer::notes -->
- <var-decl name='notes' type-id='type-id-264' visibility='default' filepath='../.././libcpp/internal.h' line='306' column='1'/>
+ <var-decl name='notes' type-id='type-id-262' visibility='default' filepath='../.././libcpp/internal.h' line='306' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- unsigned int cpp_buffer::cur_note -->
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- cpp_buffer* cpp_buffer::prev -->
- <var-decl name='prev' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='311' column='1'/>
+ <var-decl name='prev' type-id='type-id-237' visibility='default' filepath='../.././libcpp/internal.h' line='311' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- _cpp_file* cpp_buffer::file -->
- <var-decl name='file' type-id='type-id-247' visibility='default' filepath='../.././libcpp/internal.h' line='315' column='1'/>
+ <var-decl name='file' type-id='type-id-245' visibility='default' filepath='../.././libcpp/internal.h' line='315' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- const unsigned char* cpp_buffer::timestamp -->
- <var-decl name='timestamp' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='319' column='1'/>
+ <var-decl name='timestamp' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='319' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
<!-- if_stack* cpp_buffer::if_stack -->
- <var-decl name='if_stack' type-id='type-id-265' visibility='default' filepath='../.././libcpp/internal.h' line='323' column='1'/>
+ <var-decl name='if_stack' type-id='type-id-263' visibility='default' filepath='../.././libcpp/internal.h' line='323' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
<!-- bool cpp_buffer::need_line -->
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
<!-- cpp_dir cpp_buffer::dir -->
- <var-decl name='dir' type-id='type-id-246' visibility='default' filepath='../.././libcpp/internal.h' line='350' column='1'/>
+ <var-decl name='dir' type-id='type-id-244' visibility='default' filepath='../.././libcpp/internal.h' line='350' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1344'>
<!-- cset_converter cpp_buffer::input_cset_desc -->
- <var-decl name='input_cset_desc' type-id='type-id-252' visibility='default' filepath='../.././libcpp/internal.h' line='354' column='1'/>
+ <var-decl name='input_cset_desc' type-id='type-id-250' visibility='default' filepath='../.././libcpp/internal.h' line='354' column='1'/>
</data-member>
</class-decl>
<!-- struct _cpp_line_note -->
- <class-decl name='_cpp_line_note' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='284' column='1' id='type-id-266'>
+ <class-decl name='_cpp_line_note' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='284' column='1' id='type-id-264'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const unsigned char* _cpp_line_note::pos -->
- <var-decl name='pos' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='287' column='1'/>
+ <var-decl name='pos' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='287' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- unsigned int _cpp_line_note::type -->
</data-member>
</class-decl>
<!-- typedef _cpp_line_note _cpp_line_note -->
- <typedef-decl name='_cpp_line_note' type-id='type-id-266' filepath='../.././libcpp/internal.h' line='283' column='1' id='type-id-267'/>
+ <typedef-decl name='_cpp_line_note' type-id='type-id-264' filepath='../.././libcpp/internal.h' line='283' column='1' id='type-id-265'/>
<!-- _cpp_line_note* -->
- <pointer-type-def type-id='type-id-267' size-in-bits='64' id='type-id-264'/>
+ <pointer-type-def type-id='type-id-265' size-in-bits='64' id='type-id-262'/>
<!-- cpp_buffer* -->
- <pointer-type-def type-id='type-id-263' size-in-bits='64' id='type-id-239'/>
+ <pointer-type-def type-id='type-id-261' size-in-bits='64' id='type-id-237'/>
<!-- struct _cpp_file -->
- <class-decl name='_cpp_file' size-in-bits='1856' is-struct='yes' visibility='default' filepath='../.././libcpp/files.c' line='56' column='1' id='type-id-268'>
+ <class-decl name='_cpp_file' size-in-bits='1856' is-struct='yes' visibility='default' filepath='../.././libcpp/files.c' line='56' column='1' id='type-id-266'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char* _cpp_file::name -->
<var-decl name='name' type-id='type-id-8' visibility='default' filepath='../.././libcpp/files.c' line='59' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- _cpp_file* _cpp_file::next_file -->
- <var-decl name='next_file' type-id='type-id-247' visibility='default' filepath='../.././libcpp/files.c' line='72' column='1'/>
+ <var-decl name='next_file' type-id='type-id-245' visibility='default' filepath='../.././libcpp/files.c' line='72' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- const uchar* _cpp_file::buffer -->
- <var-decl name='buffer' type-id='type-id-269' visibility='default' filepath='../.././libcpp/files.c' line='75' column='1'/>
+ <var-decl name='buffer' type-id='type-id-267' visibility='default' filepath='../.././libcpp/files.c' line='75' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- const uchar* _cpp_file::buffer_start -->
- <var-decl name='buffer_start' type-id='type-id-269' visibility='default' filepath='../.././libcpp/files.c' line='79' column='1'/>
+ <var-decl name='buffer_start' type-id='type-id-267' visibility='default' filepath='../.././libcpp/files.c' line='79' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- const cpp_hashnode* _cpp_file::cmacro -->
- <var-decl name='cmacro' type-id='type-id-249' visibility='default' filepath='../.././libcpp/files.c' line='82' column='1'/>
+ <var-decl name='cmacro' type-id='type-id-247' visibility='default' filepath='../.././libcpp/files.c' line='82' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- cpp_dir* _cpp_file::dir -->
- <var-decl name='dir' type-id='type-id-245' visibility='default' filepath='../.././libcpp/files.c' line='87' column='1'/>
+ <var-decl name='dir' type-id='type-id-243' visibility='default' filepath='../.././libcpp/files.c' line='87' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- stat _cpp_file::st -->
</data-member>
</class-decl>
<!-- _cpp_file* -->
- <pointer-type-def type-id='type-id-268' size-in-bits='64' id='type-id-247'/>
+ <pointer-type-def type-id='type-id-266' size-in-bits='64' id='type-id-245'/>
<!-- struct if_stack -->
- <class-decl name='if_stack' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-270'/>
+ <class-decl name='if_stack' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-268'/>
<!-- if_stack* -->
- <pointer-type-def type-id='type-id-270' size-in-bits='64' id='type-id-265'/>
+ <pointer-type-def type-id='type-id-268' size-in-bits='64' id='type-id-263'/>
<!-- struct cpp_dir -->
- <class-decl name='cpp_dir' size-in-bits='512' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='553' column='1' id='type-id-246'>
+ <class-decl name='cpp_dir' size-in-bits='512' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='553' column='1' id='type-id-244'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- cpp_dir* cpp_dir::next -->
- <var-decl name='next' type-id='type-id-245' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='556' column='1'/>
+ <var-decl name='next' type-id='type-id-243' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='556' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- char* cpp_dir::name -->
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- const char** cpp_dir::name_map -->
- <var-decl name='name_map' type-id='type-id-271' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='575' column='1'/>
+ <var-decl name='name_map' type-id='type-id-269' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='575' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- char* (const char*, cpp_dir*)* cpp_dir::construct -->
- <var-decl name='construct' type-id='type-id-272' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='581' column='1'/>
+ <var-decl name='construct' type-id='type-id-270' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='581' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- ino_t cpp_dir::ino -->
- <var-decl name='ino' type-id='type-id-273' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='585' column='1'/>
+ <var-decl name='ino' type-id='type-id-271' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='585' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- dev_t cpp_dir::dev -->
- <var-decl name='dev' type-id='type-id-274' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='586' column='1'/>
+ <var-decl name='dev' type-id='type-id-272' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='586' column='1'/>
</data-member>
</class-decl>
<!-- cpp_dir* -->
- <pointer-type-def type-id='type-id-246' size-in-bits='64' id='type-id-245'/>
+ <pointer-type-def type-id='type-id-244' size-in-bits='64' id='type-id-243'/>
<!-- const char** -->
- <pointer-type-def type-id='type-id-8' size-in-bits='64' id='type-id-271'/>
+ <pointer-type-def type-id='type-id-8' size-in-bits='64' id='type-id-269'/>
<!-- char* (const char*, cpp_dir*)* -->
- <pointer-type-def type-id='type-id-275' size-in-bits='64' id='type-id-272'/>
+ <pointer-type-def type-id='type-id-273' size-in-bits='64' id='type-id-270'/>
<!-- typedef __ino_t ino_t -->
- <typedef-decl name='ino_t' type-id='type-id-45' filepath='/usr/include/sys/types.h' line='49' column='1' id='type-id-273'/>
+ <typedef-decl name='ino_t' type-id='type-id-45' filepath='/usr/include/sys/types.h' line='49' column='1' id='type-id-271'/>
<!-- typedef __dev_t dev_t -->
- <typedef-decl name='dev_t' type-id='type-id-44' filepath='/usr/include/sys/types.h' line='61' column='1' id='type-id-274'/>
+ <typedef-decl name='dev_t' type-id='type-id-44' filepath='/usr/include/sys/types.h' line='61' column='1' id='type-id-272'/>
<!-- struct cset_converter -->
- <class-decl name='cset_converter' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='47' column='1' id='type-id-252'>
+ <class-decl name='cset_converter' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='47' column='1' id='type-id-250'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- convert_f cset_converter::func -->
- <var-decl name='func' type-id='type-id-276' visibility='default' filepath='../.././libcpp/internal.h' line='49' column='1'/>
+ <var-decl name='func' type-id='type-id-274' visibility='default' filepath='../.././libcpp/internal.h' line='49' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- iconv_t cset_converter::cd -->
- <var-decl name='cd' type-id='type-id-218' visibility='default' filepath='../.././libcpp/internal.h' line='50' column='1'/>
+ <var-decl name='cd' type-id='type-id-216' visibility='default' filepath='../.././libcpp/internal.h' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- int cset_converter::width -->
</data-member>
</class-decl>
<!-- struct _cpp_strbuf -->
- <class-decl name='_cpp_strbuf' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-277'/>
+ <class-decl name='_cpp_strbuf' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-275'/>
<!-- _cpp_strbuf* -->
- <pointer-type-def type-id='type-id-277' size-in-bits='64' id='type-id-278'/>
+ <pointer-type-def type-id='type-id-275' size-in-bits='64' id='type-id-276'/>
<!-- bool (typedef iconv_t, const unsigned char*, typedef size_t, _cpp_strbuf*)* -->
- <pointer-type-def type-id='type-id-279' size-in-bits='64' id='type-id-280'/>
+ <pointer-type-def type-id='type-id-277' size-in-bits='64' id='type-id-278'/>
<!-- typedef bool (typedef iconv_t, const unsigned char*, typedef size_t, _cpp_strbuf*)* convert_f -->
- <typedef-decl name='convert_f' type-id='type-id-280' filepath='../.././libcpp/internal.h' line='45' column='1' id='type-id-276'/>
+ <typedef-decl name='convert_f' type-id='type-id-278' filepath='../.././libcpp/internal.h' line='45' column='1' id='type-id-274'/>
<!-- typedef cpp_buffer cpp_buffer -->
- <typedef-decl name='cpp_buffer' type-id='type-id-263' filepath='../.././libcpp/include/cpplib.h' line='32' column='1' id='type-id-281'/>
+ <typedef-decl name='cpp_buffer' type-id='type-id-261' filepath='../.././libcpp/include/cpplib.h' line='32' column='1' id='type-id-279'/>
<!-- struct lexer_state -->
- <class-decl name='lexer_state' size-in-bits='160' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='225' column='1' id='type-id-240'>
+ <class-decl name='lexer_state' size-in-bits='160' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='225' column='1' id='type-id-238'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned char lexer_state::in_directive -->
<var-decl name='in_directive' type-id='type-id-132' visibility='default' filepath='../.././libcpp/internal.h' line='228' column='1'/>
</data-member>
</class-decl>
<!-- struct _cpp_buff -->
- <class-decl name='_cpp_buff' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='101' column='1' id='type-id-282'>
+ <class-decl name='_cpp_buff' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='101' column='1' id='type-id-280'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- _cpp_buff* _cpp_buff::next -->
- <var-decl name='next' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='103' column='1'/>
+ <var-decl name='next' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='103' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- unsigned char* _cpp_buff::base -->
- <var-decl name='base' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='104' column='1'/>
+ <var-decl name='base' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='104' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- unsigned char* _cpp_buff::cur -->
- <var-decl name='cur' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='104' column='1'/>
+ <var-decl name='cur' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='104' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- unsigned char* _cpp_buff::limit -->
- <var-decl name='limit' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='104' column='1'/>
+ <var-decl name='limit' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='104' column='1'/>
</data-member>
</class-decl>
<!-- _cpp_buff* -->
- <pointer-type-def type-id='type-id-282' size-in-bits='64' id='type-id-241'/>
+ <pointer-type-def type-id='type-id-280' size-in-bits='64' id='type-id-239'/>
<!-- typedef _cpp_buff _cpp_buff -->
- <typedef-decl name='_cpp_buff' type-id='type-id-282' filepath='../.././libcpp/internal.h' line='100' column='1' id='type-id-283'/>
+ <typedef-decl name='_cpp_buff' type-id='type-id-280' filepath='../.././libcpp/internal.h' line='100' column='1' id='type-id-281'/>
<!-- struct cpp_context -->
- <class-decl name='cpp_context' size-in-bits='448' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='177' column='1' id='type-id-242'>
+ <class-decl name='cpp_context' size-in-bits='448' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='177' column='1' id='type-id-240'>
<member-type access='public'>
<!-- union {struct {utoken first; utoken last;} iso; struct {const unsigned char* cur; const unsigned char* rlimit;} trad;} -->
- <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='183' column='1' id='type-id-284'>
+ <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='183' column='1' id='type-id-282'>
<member-type access='private'>
<!-- struct {utoken first; utoken last;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='188' column='1' id='type-id-285'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='188' column='1' id='type-id-283'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- utoken first -->
- <var-decl name='first' type-id='type-id-286' visibility='default' filepath='../.././libcpp/internal.h' line='189' column='1'/>
+ <var-decl name='first' type-id='type-id-284' visibility='default' filepath='../.././libcpp/internal.h' line='189' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- utoken last -->
- <var-decl name='last' type-id='type-id-286' visibility='default' filepath='../.././libcpp/internal.h' line='190' column='1'/>
+ <var-decl name='last' type-id='type-id-284' visibility='default' filepath='../.././libcpp/internal.h' line='190' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='private'>
<!-- struct {const unsigned char* cur; const unsigned char* rlimit;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='195' column='1' id='type-id-287'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='195' column='1' id='type-id-285'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const unsigned char* cur -->
- <var-decl name='cur' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='196' column='1'/>
+ <var-decl name='cur' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='196' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- const unsigned char* rlimit -->
- <var-decl name='rlimit' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='197' column='1'/>
+ <var-decl name='rlimit' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='197' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='private'>
<!-- struct {utoken first; utoken last;} iso -->
- <var-decl name='iso' type-id='type-id-285' visibility='default' filepath='../.././libcpp/internal.h' line='191' column='1'/>
+ <var-decl name='iso' type-id='type-id-283' visibility='default' filepath='../.././libcpp/internal.h' line='191' column='1'/>
</data-member>
<data-member access='private'>
<!-- struct {const unsigned char* cur; const unsigned char* rlimit;} trad -->
- <var-decl name='trad' type-id='type-id-287' visibility='default' filepath='../.././libcpp/internal.h' line='198' column='1'/>
+ <var-decl name='trad' type-id='type-id-285' visibility='default' filepath='../.././libcpp/internal.h' line='198' column='1'/>
</data-member>
</union-decl>
</member-type>
<member-type access='public'>
<!-- union {macro_context* mc; cpp_hashnode* macro;} -->
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='216' column='1' id='type-id-288'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='216' column='1' id='type-id-286'>
<data-member access='private'>
<!-- macro_context* mc -->
- <var-decl name='mc' type-id='type-id-289' visibility='default' filepath='../.././libcpp/internal.h' line='217' column='1'/>
+ <var-decl name='mc' type-id='type-id-287' visibility='default' filepath='../.././libcpp/internal.h' line='217' column='1'/>
</data-member>
<data-member access='private'>
<!-- cpp_hashnode* macro -->
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<!-- cpp_context* cpp_context::next -->
- <var-decl name='next' type-id='type-id-243' visibility='default' filepath='../.././libcpp/internal.h' line='180' column='1'/>
+ <var-decl name='next' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='180' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- cpp_context* cpp_context::prev -->
- <var-decl name='prev' type-id='type-id-243' visibility='default' filepath='../.././libcpp/internal.h' line='180' column='1'/>
+ <var-decl name='prev' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='180' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- union {struct {utoken first; utoken last;} iso; struct {const unsigned char* cur; const unsigned char* rlimit;} trad;} cpp_context::u -->
- <var-decl name='u' type-id='type-id-284' visibility='default' filepath='../.././libcpp/internal.h' line='199' column='1'/>
+ <var-decl name='u' type-id='type-id-282' visibility='default' filepath='../.././libcpp/internal.h' line='199' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- _cpp_buff* cpp_context::buff -->
- <var-decl name='buff' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='203' column='1'/>
+ <var-decl name='buff' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='203' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- union {macro_context* mc; cpp_hashnode* macro;} cpp_context::c -->
- <var-decl name='c' type-id='type-id-288' visibility='default' filepath='../.././libcpp/internal.h' line='219' column='1'/>
+ <var-decl name='c' type-id='type-id-286' visibility='default' filepath='../.././libcpp/internal.h' line='219' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- context_tokens_kind cpp_context::tokens_kind -->
- <var-decl name='tokens_kind' type-id='type-id-290' visibility='default' filepath='../.././libcpp/internal.h' line='222' column='1'/>
+ <var-decl name='tokens_kind' type-id='type-id-288' visibility='default' filepath='../.././libcpp/internal.h' line='222' column='1'/>
</data-member>
</class-decl>
<!-- union utoken -->
- <union-decl name='utoken' size-in-bits='64' visibility='default' filepath='../.././libcpp/internal.h' line='122' column='1' id='type-id-286'>
+ <union-decl name='utoken' size-in-bits='64' visibility='default' filepath='../.././libcpp/internal.h' line='122' column='1' id='type-id-284'>
<data-member access='private'>
<!-- const cpp_token* utoken::token -->
- <var-decl name='token' type-id='type-id-291' visibility='default' filepath='../.././libcpp/internal.h' line='124' column='1'/>
+ <var-decl name='token' type-id='type-id-289' visibility='default' filepath='../.././libcpp/internal.h' line='124' column='1'/>
</data-member>
<data-member access='private'>
<!-- const cpp_token** utoken::ptoken -->
- <var-decl name='ptoken' type-id='type-id-292' visibility='default' filepath='../.././libcpp/internal.h' line='125' column='1'/>
+ <var-decl name='ptoken' type-id='type-id-290' visibility='default' filepath='../.././libcpp/internal.h' line='125' column='1'/>
</data-member>
</union-decl>
<!-- const cpp_token -->
- <qualified-type-def type-id='type-id-235' const='yes' id='type-id-293'/>
+ <qualified-type-def type-id='type-id-233' const='yes' id='type-id-291'/>
<!-- const cpp_token* -->
- <pointer-type-def type-id='type-id-293' size-in-bits='64' id='type-id-291'/>
+ <pointer-type-def type-id='type-id-291' size-in-bits='64' id='type-id-289'/>
<!-- const cpp_token** -->
- <pointer-type-def type-id='type-id-291' size-in-bits='64' id='type-id-292'/>
+ <pointer-type-def type-id='type-id-289' size-in-bits='64' id='type-id-290'/>
<!-- struct {cpp_hashnode* macro_node; source_location* virt_locs; source_location* cur_virt_loc;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-294' visibility='default' filepath='../.././libcpp/internal.h' line='146' column='1' id='type-id-295'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-292' visibility='default' filepath='../.././libcpp/internal.h' line='146' column='1' id='type-id-293'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- cpp_hashnode* macro_node -->
<var-decl name='macro_node' type-id='type-id-133' visibility='default' filepath='../.././libcpp/internal.h' line='148' column='1'/>
</data-member>
</class-decl>
<!-- typedef __anonymous_struct__ macro_context -->
- <typedef-decl name='macro_context' type-id='type-id-295' filepath='../.././libcpp/internal.h' line='158' column='1' id='type-id-294'/>
+ <typedef-decl name='macro_context' type-id='type-id-293' filepath='../.././libcpp/internal.h' line='158' column='1' id='type-id-292'/>
<!-- macro_context* -->
- <pointer-type-def type-id='type-id-294' size-in-bits='64' id='type-id-289'/>
+ <pointer-type-def type-id='type-id-292' size-in-bits='64' id='type-id-287'/>
<!-- cpp_context* -->
- <pointer-type-def type-id='type-id-242' size-in-bits='64' id='type-id-243'/>
+ <pointer-type-def type-id='type-id-240' size-in-bits='64' id='type-id-241'/>
<!-- enum context_tokens_kind -->
- <enum-decl name='context_tokens_kind' filepath='../.././libcpp/internal.h' line='161' column='1' id='type-id-290'>
+ <enum-decl name='context_tokens_kind' filepath='../.././libcpp/internal.h' line='161' column='1' id='type-id-288'>
<underlying-type type-id='type-id-92'/>
<enumerator name='TOKENS_KIND_INDIRECT' value='0'/>
<enumerator name='TOKENS_KIND_DIRECT' value='1'/>
<enumerator name='TOKENS_KIND_EXTENDED' value='2'/>
</enum-decl>
<!-- struct directive -->
- <class-decl name='directive' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-296'/>
+ <class-decl name='directive' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-294'/>
<!-- const directive -->
- <qualified-type-def type-id='type-id-296' const='yes' id='type-id-297'/>
+ <qualified-type-def type-id='type-id-294' const='yes' id='type-id-295'/>
<!-- const directive* -->
- <pointer-type-def type-id='type-id-297' size-in-bits='64' id='type-id-244'/>
+ <pointer-type-def type-id='type-id-295' size-in-bits='64' id='type-id-242'/>
<!-- struct file_hash_entry_pool -->
- <class-decl name='file_hash_entry_pool' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-298'/>
+ <class-decl name='file_hash_entry_pool' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-296'/>
<!-- file_hash_entry_pool* -->
- <pointer-type-def type-id='type-id-298' size-in-bits='64' id='type-id-248'/>
+ <pointer-type-def type-id='type-id-296' size-in-bits='64' id='type-id-246'/>
<!-- const cpp_hashnode -->
- <qualified-type-def type-id='type-id-234' const='yes' id='type-id-299'/>
+ <qualified-type-def type-id='type-id-232' const='yes' id='type-id-297'/>
<!-- const cpp_hashnode* -->
- <pointer-type-def type-id='type-id-299' size-in-bits='64' id='type-id-249'/>
+ <pointer-type-def type-id='type-id-297' size-in-bits='64' id='type-id-247'/>
<!-- struct tokenrun -->
- <class-decl name='tokenrun' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='130' column='1' id='type-id-300'>
+ <class-decl name='tokenrun' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='130' column='1' id='type-id-298'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- tokenrun* tokenrun::next -->
- <var-decl name='next' type-id='type-id-251' visibility='default' filepath='../.././libcpp/internal.h' line='132' column='1'/>
+ <var-decl name='next' type-id='type-id-249' visibility='default' filepath='../.././libcpp/internal.h' line='132' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- tokenrun* tokenrun::prev -->
- <var-decl name='prev' type-id='type-id-251' visibility='default' filepath='../.././libcpp/internal.h' line='132' column='1'/>
+ <var-decl name='prev' type-id='type-id-249' visibility='default' filepath='../.././libcpp/internal.h' line='132' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- cpp_token* tokenrun::base -->
- <var-decl name='base' type-id='type-id-157' visibility='default' filepath='../.././libcpp/internal.h' line='133' column='1'/>
+ <var-decl name='base' type-id='type-id-155' visibility='default' filepath='../.././libcpp/internal.h' line='133' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- cpp_token* tokenrun::limit -->
- <var-decl name='limit' type-id='type-id-157' visibility='default' filepath='../.././libcpp/internal.h' line='133' column='1'/>
+ <var-decl name='limit' type-id='type-id-155' visibility='default' filepath='../.././libcpp/internal.h' line='133' column='1'/>
</data-member>
</class-decl>
<!-- tokenrun* -->
- <pointer-type-def type-id='type-id-300' size-in-bits='64' id='type-id-251'/>
+ <pointer-type-def type-id='type-id-298' size-in-bits='64' id='type-id-249'/>
<!-- typedef tokenrun tokenrun -->
- <typedef-decl name='tokenrun' type-id='type-id-300' filepath='../.././libcpp/internal.h' line='129' column='1' id='type-id-250'/>
+ <typedef-decl name='tokenrun' type-id='type-id-298' filepath='../.././libcpp/internal.h' line='129' column='1' id='type-id-248'/>
<!-- struct deps -->
- <class-decl name='deps' size-in-bits='448' is-struct='yes' visibility='default' filepath='../.././libcpp/mkdeps.c' line='30' column='1' id='type-id-301'>
+ <class-decl name='deps' size-in-bits='448' is-struct='yes' visibility='default' filepath='../.././libcpp/mkdeps.c' line='30' column='1' id='type-id-299'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char** deps::targetv -->
- <var-decl name='targetv' type-id='type-id-271' visibility='default' filepath='../.././libcpp/mkdeps.c' line='32' column='1'/>
+ <var-decl name='targetv' type-id='type-id-269' visibility='default' filepath='../.././libcpp/mkdeps.c' line='32' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- unsigned int deps::ntargets -->
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- const char** deps::depv -->
- <var-decl name='depv' type-id='type-id-271' visibility='default' filepath='../.././libcpp/mkdeps.c' line='36' column='1'/>
+ <var-decl name='depv' type-id='type-id-269' visibility='default' filepath='../.././libcpp/mkdeps.c' line='36' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- unsigned int deps::ndeps -->
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- const char** deps::vpathv -->
- <var-decl name='vpathv' type-id='type-id-271' visibility='default' filepath='../.././libcpp/mkdeps.c' line='40' column='1'/>
+ <var-decl name='vpathv' type-id='type-id-269' visibility='default' filepath='../.././libcpp/mkdeps.c' line='40' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- size_t* deps::vpathlv -->
- <var-decl name='vpathlv' type-id='type-id-219' visibility='default' filepath='../.././libcpp/mkdeps.c' line='41' column='1'/>
+ <var-decl name='vpathlv' type-id='type-id-217' visibility='default' filepath='../.././libcpp/mkdeps.c' line='41' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- unsigned int deps::nvpaths -->
</data-member>
</class-decl>
<!-- deps* -->
- <pointer-type-def type-id='type-id-301' size-in-bits='64' id='type-id-253'/>
+ <pointer-type-def type-id='type-id-299' size-in-bits='64' id='type-id-251'/>
<!-- struct pragma_entry -->
- <class-decl name='pragma_entry' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-302'/>
+ <class-decl name='pragma_entry' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-300'/>
<!-- pragma_entry* -->
- <pointer-type-def type-id='type-id-302' size-in-bits='64' id='type-id-254'/>
+ <pointer-type-def type-id='type-id-300' size-in-bits='64' id='type-id-252'/>
<!-- struct cpp_callbacks -->
- <class-decl name='cpp_callbacks' size-in-bits='1152' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='499' column='1' id='type-id-255'>
+ <class-decl name='cpp_callbacks' size-in-bits='1152' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='499' column='1' id='type-id-253'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- void (cpp_reader*, const cpp_token*, int)* cpp_callbacks::line_change -->
- <var-decl name='line_change' type-id='type-id-303' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='502' column='1'/>
+ <var-decl name='line_change' type-id='type-id-301' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='502' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- void (cpp_reader*, const line_map*)* cpp_callbacks::file_change -->
- <var-decl name='file_change' type-id='type-id-304' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='508' column='1'/>
+ <var-decl name='file_change' type-id='type-id-302' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='508' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- void (cpp_reader*, const char*)* cpp_callbacks::dir_change -->
- <var-decl name='dir_change' type-id='type-id-305' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='510' column='1'/>
+ <var-decl name='dir_change' type-id='type-id-303' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='510' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- void (cpp_reader*, typedef source_location, const unsigned char*, const char*, int, const cpp_token**)* cpp_callbacks::include -->
- <var-decl name='include' type-id='type-id-306' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='512' column='1'/>
+ <var-decl name='include' type-id='type-id-304' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='512' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- void (cpp_reader*, typedef source_location, cpp_hashnode*)* cpp_callbacks::define -->
- <var-decl name='define' type-id='type-id-307' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='513' column='1'/>
+ <var-decl name='define' type-id='type-id-305' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='513' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- void (cpp_reader*, typedef source_location, cpp_hashnode*)* cpp_callbacks::undef -->
- <var-decl name='undef' type-id='type-id-307' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='514' column='1'/>
+ <var-decl name='undef' type-id='type-id-305' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='514' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- void (cpp_reader*, typedef source_location, const cpp_string*)* cpp_callbacks::ident -->
- <var-decl name='ident' type-id='type-id-308' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='515' column='1'/>
+ <var-decl name='ident' type-id='type-id-306' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='515' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- void (cpp_reader*, typedef source_location)* cpp_callbacks::def_pragma -->
- <var-decl name='def_pragma' type-id='type-id-309' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='516' column='1'/>
+ <var-decl name='def_pragma' type-id='type-id-307' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='516' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- int (cpp_reader*, const char*, int)* cpp_callbacks::valid_pch -->
- <var-decl name='valid_pch' type-id='type-id-310' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='517' column='1'/>
+ <var-decl name='valid_pch' type-id='type-id-308' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='517' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- void (cpp_reader*, const char*, int, const char*)* cpp_callbacks::read_pch -->
- <var-decl name='read_pch' type-id='type-id-311' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='518' column='1'/>
+ <var-decl name='read_pch' type-id='type-id-309' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='518' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- missing_header_cb cpp_callbacks::missing_header -->
- <var-decl name='missing_header' type-id='type-id-312' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='519' column='1'/>
+ <var-decl name='missing_header' type-id='type-id-310' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='519' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
<!-- cpp_hashnode* (cpp_reader*, const cpp_token*)* cpp_callbacks::macro_to_expand -->
- <var-decl name='macro_to_expand' type-id='type-id-313' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='523' column='1'/>
+ <var-decl name='macro_to_expand' type-id='type-id-311' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='523' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
<!-- bool (cpp_reader*, int, int, typedef source_location, unsigned int, const char*, va_list*)* cpp_callbacks::error -->
- <var-decl name='error' type-id='type-id-314' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='529' column='1'/>
+ <var-decl name='error' type-id='type-id-312' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='529' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
<!-- void (cpp_reader*, typedef source_location, cpp_hashnode*)* cpp_callbacks::used_define -->
- <var-decl name='used_define' type-id='type-id-307' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='533' column='1'/>
+ <var-decl name='used_define' type-id='type-id-305' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='533' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
<!-- void (cpp_reader*, typedef source_location, cpp_hashnode*)* cpp_callbacks::used_undef -->
- <var-decl name='used_undef' type-id='type-id-307' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='534' column='1'/>
+ <var-decl name='used_undef' type-id='type-id-305' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='534' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<!-- void (cpp_reader*)* cpp_callbacks::before_define -->
- <var-decl name='before_define' type-id='type-id-315' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='537' column='1'/>
+ <var-decl name='before_define' type-id='type-id-313' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='537' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<!-- void (cpp_reader*, typedef source_location, cpp_hashnode*)* cpp_callbacks::used -->
- <var-decl name='used' type-id='type-id-307' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='540' column='1'/>
+ <var-decl name='used' type-id='type-id-305' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='540' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
<!-- bool (cpp_reader*, cpp_hashnode*)* cpp_callbacks::user_builtin_macro -->
- <var-decl name='user_builtin_macro' type-id='type-id-316' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='543' column='1'/>
+ <var-decl name='user_builtin_macro' type-id='type-id-314' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='543' column='1'/>
</data-member>
</class-decl>
<!-- typedef cpp_reader cpp_reader -->
- <typedef-decl name='cpp_reader' type-id='type-id-236' filepath='../.././libcpp/include/cpplib.h' line='31' column='1' id='type-id-317'/>
+ <typedef-decl name='cpp_reader' type-id='type-id-234' filepath='../.././libcpp/include/cpplib.h' line='31' column='1' id='type-id-315'/>
<!-- cpp_reader* -->
- <pointer-type-def type-id='type-id-317' size-in-bits='64' id='type-id-318'/>
+ <pointer-type-def type-id='type-id-315' size-in-bits='64' id='type-id-316'/>
<!-- void (cpp_reader*, const cpp_token*, int)* -->
- <pointer-type-def type-id='type-id-319' size-in-bits='64' id='type-id-303'/>
+ <pointer-type-def type-id='type-id-317' size-in-bits='64' id='type-id-301'/>
<!-- void (cpp_reader*, const line_map*)* -->
- <pointer-type-def type-id='type-id-320' size-in-bits='64' id='type-id-304'/>
+ <pointer-type-def type-id='type-id-318' size-in-bits='64' id='type-id-302'/>
<!-- void (cpp_reader*, const char*)* -->
- <pointer-type-def type-id='type-id-321' size-in-bits='64' id='type-id-305'/>
+ <pointer-type-def type-id='type-id-319' size-in-bits='64' id='type-id-303'/>
<!-- void (cpp_reader*, typedef source_location, const unsigned char*, const char*, int, const cpp_token**)* -->
- <pointer-type-def type-id='type-id-322' size-in-bits='64' id='type-id-306'/>
+ <pointer-type-def type-id='type-id-320' size-in-bits='64' id='type-id-304'/>
<!-- void (cpp_reader*, typedef source_location, cpp_hashnode*)* -->
- <pointer-type-def type-id='type-id-323' size-in-bits='64' id='type-id-307'/>
+ <pointer-type-def type-id='type-id-321' size-in-bits='64' id='type-id-305'/>
<!-- typedef cpp_string cpp_string -->
- <typedef-decl name='cpp_string' type-id='type-id-161' filepath='../.././libcpp/include/cpplib.h' line='35' column='1' id='type-id-324'/>
+ <typedef-decl name='cpp_string' type-id='type-id-159' filepath='../.././libcpp/include/cpplib.h' line='35' column='1' id='type-id-322'/>
<!-- const cpp_string -->
- <qualified-type-def type-id='type-id-324' const='yes' id='type-id-325'/>
+ <qualified-type-def type-id='type-id-322' const='yes' id='type-id-323'/>
<!-- const cpp_string* -->
- <pointer-type-def type-id='type-id-325' size-in-bits='64' id='type-id-326'/>
+ <pointer-type-def type-id='type-id-323' size-in-bits='64' id='type-id-324'/>
<!-- void (cpp_reader*, typedef source_location, const cpp_string*)* -->
- <pointer-type-def type-id='type-id-327' size-in-bits='64' id='type-id-308'/>
+ <pointer-type-def type-id='type-id-325' size-in-bits='64' id='type-id-306'/>
<!-- void (cpp_reader*, typedef source_location)* -->
- <pointer-type-def type-id='type-id-328' size-in-bits='64' id='type-id-309'/>
+ <pointer-type-def type-id='type-id-326' size-in-bits='64' id='type-id-307'/>
<!-- int (cpp_reader*, const char*, int)* -->
- <pointer-type-def type-id='type-id-329' size-in-bits='64' id='type-id-310'/>
+ <pointer-type-def type-id='type-id-327' size-in-bits='64' id='type-id-308'/>
<!-- void (cpp_reader*, const char*, int, const char*)* -->
- <pointer-type-def type-id='type-id-330' size-in-bits='64' id='type-id-311'/>
+ <pointer-type-def type-id='type-id-328' size-in-bits='64' id='type-id-309'/>
<!-- typedef cpp_dir cpp_dir -->
- <typedef-decl name='cpp_dir' type-id='type-id-246' filepath='../.././libcpp/include/cpplib.h' line='39' column='1' id='type-id-331'/>
+ <typedef-decl name='cpp_dir' type-id='type-id-244' filepath='../.././libcpp/include/cpplib.h' line='39' column='1' id='type-id-329'/>
<!-- cpp_dir** -->
- <pointer-type-def type-id='type-id-245' size-in-bits='64' id='type-id-332'/>
+ <pointer-type-def type-id='type-id-243' size-in-bits='64' id='type-id-330'/>
<!-- const char* (cpp_reader*, const char*, cpp_dir**)* -->
- <pointer-type-def type-id='type-id-333' size-in-bits='64' id='type-id-334'/>
+ <pointer-type-def type-id='type-id-331' size-in-bits='64' id='type-id-332'/>
<!-- typedef const char* (cpp_reader*, const char*, cpp_dir**)* missing_header_cb -->
- <typedef-decl name='missing_header_cb' type-id='type-id-334' filepath='../.././libcpp/include/cpplib.h' line='496' column='1' id='type-id-312'/>
+ <typedef-decl name='missing_header_cb' type-id='type-id-332' filepath='../.././libcpp/include/cpplib.h' line='496' column='1' id='type-id-310'/>
<!-- cpp_hashnode* (cpp_reader*, const cpp_token*)* -->
- <pointer-type-def type-id='type-id-335' size-in-bits='64' id='type-id-313'/>
+ <pointer-type-def type-id='type-id-333' size-in-bits='64' id='type-id-311'/>
<!-- bool (cpp_reader*, int, int, typedef source_location, unsigned int, const char*, va_list*)* -->
- <pointer-type-def type-id='type-id-336' size-in-bits='64' id='type-id-314'/>
+ <pointer-type-def type-id='type-id-334' size-in-bits='64' id='type-id-312'/>
<!-- void (cpp_reader*)* -->
- <pointer-type-def type-id='type-id-337' size-in-bits='64' id='type-id-315'/>
+ <pointer-type-def type-id='type-id-335' size-in-bits='64' id='type-id-313'/>
<!-- bool (cpp_reader*, cpp_hashnode*)* -->
- <pointer-type-def type-id='type-id-338' size-in-bits='64' id='type-id-316'/>
+ <pointer-type-def type-id='type-id-336' size-in-bits='64' id='type-id-314'/>
<!-- struct ht -->
- <class-decl name='ht' size-in-bits='1152' is-struct='yes' visibility='default' filepath='../.././libcpp/include/symtab.h' line='47' column='1' id='type-id-339'>
+ <class-decl name='ht' size-in-bits='1152' is-struct='yes' visibility='default' filepath='../.././libcpp/include/symtab.h' line='47' column='1' id='type-id-337'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- obstack ht::stack -->
<var-decl name='stack' type-id='type-id-31' visibility='default' filepath='../.././libcpp/include/symtab.h' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
<!-- hashnode* ht::entries -->
- <var-decl name='entries' type-id='type-id-340' visibility='default' filepath='../.././libcpp/include/symtab.h' line='52' column='1'/>
+ <var-decl name='entries' type-id='type-id-338' visibility='default' filepath='../.././libcpp/include/symtab.h' line='52' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
<!-- typedef hashnode (hash_table*)* ht::alloc_node -->
- <var-decl name='alloc_node' type-id='type-id-341' visibility='default' filepath='../.././libcpp/include/symtab.h' line='54' column='1'/>
+ <var-decl name='alloc_node' type-id='type-id-339' visibility='default' filepath='../.././libcpp/include/symtab.h' line='54' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
<!-- void* (typedef size_t)* ht::alloc_subobject -->
- <var-decl name='alloc_subobject' type-id='type-id-217' visibility='default' filepath='../.././libcpp/include/symtab.h' line='57' column='1'/>
+ <var-decl name='alloc_subobject' type-id='type-id-215' visibility='default' filepath='../.././libcpp/include/symtab.h' line='57' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
<!-- unsigned int ht::nslots -->
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<!-- cpp_reader* ht::pfile -->
- <var-decl name='pfile' type-id='type-id-318' visibility='default' filepath='../.././libcpp/include/symtab.h' line='63' column='1'/>
+ <var-decl name='pfile' type-id='type-id-316' visibility='default' filepath='../.././libcpp/include/symtab.h' line='63' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<!-- unsigned int ht::searches -->
</data-member>
</class-decl>
<!-- ht_identifier* -->
- <pointer-type-def type-id='type-id-136' size-in-bits='64' id='type-id-342'/>
+ <pointer-type-def type-id='type-id-136' size-in-bits='64' id='type-id-340'/>
<!-- typedef ht_identifier* hashnode -->
- <typedef-decl name='hashnode' type-id='type-id-342' filepath='../.././libcpp/include/symtab.h' line='42' column='1' id='type-id-343'/>
+ <typedef-decl name='hashnode' type-id='type-id-340' filepath='../.././libcpp/include/symtab.h' line='42' column='1' id='type-id-341'/>
<!-- hashnode* -->
- <pointer-type-def type-id='type-id-343' size-in-bits='64' id='type-id-340'/>
+ <pointer-type-def type-id='type-id-341' size-in-bits='64' id='type-id-338'/>
<!-- typedef ht hash_table -->
- <typedef-decl name='hash_table' type-id='type-id-339' filepath='../.././libcpp/include/symtab.h' line='41' column='1' id='type-id-344'/>
+ <typedef-decl name='hash_table' type-id='type-id-337' filepath='../.././libcpp/include/symtab.h' line='41' column='1' id='type-id-342'/>
<!-- hash_table* -->
- <pointer-type-def type-id='type-id-344' size-in-bits='64' id='type-id-345'/>
+ <pointer-type-def type-id='type-id-342' size-in-bits='64' id='type-id-343'/>
<!-- typedef hashnode (hash_table*)* -->
- <pointer-type-def type-id='type-id-346' size-in-bits='64' id='type-id-341'/>
+ <pointer-type-def type-id='type-id-344' size-in-bits='64' id='type-id-339'/>
<!-- ht* -->
- <pointer-type-def type-id='type-id-339' size-in-bits='64' id='type-id-256'/>
+ <pointer-type-def type-id='type-id-337' size-in-bits='64' id='type-id-254'/>
<!-- struct op -->
- <class-decl name='op' size-in-bits='320' is-struct='yes' visibility='default' filepath='../.././libcpp/expr.c' line='30' column='1' id='type-id-347'>
+ <class-decl name='op' size-in-bits='320' is-struct='yes' visibility='default' filepath='../.././libcpp/expr.c' line='30' column='1' id='type-id-345'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const cpp_token* op::token -->
- <var-decl name='token' type-id='type-id-291' visibility='default' filepath='../.././libcpp/expr.c' line='32' column='1'/>
+ <var-decl name='token' type-id='type-id-289' visibility='default' filepath='../.././libcpp/expr.c' line='32' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- cpp_num op::value -->
- <var-decl name='value' type-id='type-id-348' visibility='default' filepath='../.././libcpp/expr.c' line='33' column='1'/>
+ <var-decl name='value' type-id='type-id-346' visibility='default' filepath='../.././libcpp/expr.c' line='33' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- source_location op::loc -->
</data-member>
<data-member access='public' layout-offset-in-bits='288'>
<!-- cpp_ttype op::op -->
- <var-decl name='op' type-id='type-id-163' visibility='default' filepath='../.././libcpp/expr.c' line='35' column='1'/>
+ <var-decl name='op' type-id='type-id-161' visibility='default' filepath='../.././libcpp/expr.c' line='35' column='1'/>
</data-member>
</class-decl>
<!-- op* -->
- <pointer-type-def type-id='type-id-347' size-in-bits='64' id='type-id-257'/>
+ <pointer-type-def type-id='type-id-345' size-in-bits='64' id='type-id-255'/>
<!-- struct cpp_options -->
- <class-decl name='cpp_options' size-in-bits='1024' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='290' column='1' id='type-id-258'>
+ <class-decl name='cpp_options' size-in-bits='1024' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='290' column='1' id='type-id-256'>
<member-type access='public'>
<!-- struct {cpp_deps_style style; bool missing_files; bool phony_targets; bool ignore_main_file; bool need_preprocessor_output;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='451' column='1' id='type-id-349'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='451' column='1' id='type-id-347'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- cpp_deps_style style -->
- <var-decl name='style' type-id='type-id-350' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='453' column='1'/>
+ <var-decl name='style' type-id='type-id-348' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='453' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- bool missing_files -->
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- c_lang cpp_options::lang -->
- <var-decl name='lang' type-id='type-id-351' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='296' column='1'/>
+ <var-decl name='lang' type-id='type-id-349' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='296' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- unsigned char cpp_options::cplusplus -->
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- cpp_normalize_level cpp_options::warn_normalize -->
- <var-decl name='warn_normalize' type-id='type-id-352' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='441' column='1'/>
+ <var-decl name='warn_normalize' type-id='type-id-350' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='441' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='608'>
<!-- bool cpp_options::warn_invalid_pch -->
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- struct {cpp_deps_style style; bool missing_files; bool phony_targets; bool ignore_main_file; bool need_preprocessor_output;} cpp_options::deps -->
- <var-decl name='deps' type-id='type-id-349' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='468' column='1'/>
+ <var-decl name='deps' type-id='type-id-347' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='468' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
<!-- size_t cpp_options::precision -->
</data-member>
</class-decl>
<!-- enum cpp_deps_style -->
- <enum-decl name='cpp_deps_style' filepath='../.././libcpp/include/cpplib.h' line='273' column='1' id='type-id-350'>
+ <enum-decl name='cpp_deps_style' filepath='../.././libcpp/include/cpplib.h' line='273' column='1' id='type-id-348'>
<underlying-type type-id='type-id-92'/>
<enumerator name='DEPS_NONE' value='0'/>
<enumerator name='DEPS_USER' value='1'/>
<enumerator name='DEPS_SYSTEM' value='2'/>
</enum-decl>
<!-- enum c_lang -->
- <enum-decl name='c_lang' filepath='../.././libcpp/include/cpplib.h' line='168' column='1' id='type-id-351'>
+ <enum-decl name='c_lang' filepath='../.././libcpp/include/cpplib.h' line='168' column='1' id='type-id-349'>
<underlying-type type-id='type-id-92'/>
<enumerator name='CLK_GNUC89' value='0'/>
<enumerator name='CLK_GNUC99' value='1'/>
<enumerator name='CLK_ASM' value='11'/>
</enum-decl>
<!-- enum cpp_normalize_level -->
- <enum-decl name='cpp_normalize_level' filepath='../.././libcpp/include/cpplib.h' line='276' column='1' id='type-id-352'>
+ <enum-decl name='cpp_normalize_level' filepath='../.././libcpp/include/cpplib.h' line='276' column='1' id='type-id-350'>
<underlying-type type-id='type-id-92'/>
<enumerator name='normalized_KC' value='0'/>
<enumerator name='normalized_C' value='1'/>
<enumerator name='normalized_none' value='3'/>
</enum-decl>
<!-- struct spec_nodes -->
- <class-decl name='spec_nodes' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='275' column='1' id='type-id-259'>
+ <class-decl name='spec_nodes' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='275' column='1' id='type-id-257'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- cpp_hashnode* spec_nodes::n_defined -->
<var-decl name='n_defined' type-id='type-id-133' visibility='default' filepath='../.././libcpp/internal.h' line='277' column='1'/>
</data-member>
</class-decl>
<!-- struct cpp_savedstate -->
- <class-decl name='cpp_savedstate' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-353'/>
+ <class-decl name='cpp_savedstate' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-351'/>
<!-- cpp_savedstate* -->
- <pointer-type-def type-id='type-id-353' size-in-bits='64' id='type-id-260'/>
+ <pointer-type-def type-id='type-id-351' size-in-bits='64' id='type-id-258'/>
<!-- struct {cpp_comment* entries; int count; int allocated;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-261' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='972' column='1' id='type-id-354'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-259' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='972' column='1' id='type-id-352'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- cpp_comment* entries -->
- <var-decl name='entries' type-id='type-id-355' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='974' column='1'/>
+ <var-decl name='entries' type-id='type-id-353' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='974' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- int count -->
</data-member>
</class-decl>
<!-- struct {char* comment; source_location sloc;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-356' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='961' column='1' id='type-id-357'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-354' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='961' column='1' id='type-id-355'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- char* comment -->
<var-decl name='comment' type-id='type-id-9' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='963' column='1'/>
</data-member>
</class-decl>
<!-- typedef __anonymous_struct__ cpp_comment -->
- <typedef-decl name='cpp_comment' type-id='type-id-357' filepath='../.././libcpp/include/cpplib.h' line='967' column='1' id='type-id-356'/>
+ <typedef-decl name='cpp_comment' type-id='type-id-355' filepath='../.././libcpp/include/cpplib.h' line='967' column='1' id='type-id-354'/>
<!-- cpp_comment* -->
- <pointer-type-def type-id='type-id-356' size-in-bits='64' id='type-id-355'/>
+ <pointer-type-def type-id='type-id-354' size-in-bits='64' id='type-id-353'/>
<!-- typedef __anonymous_struct__ cpp_comment_table -->
- <typedef-decl name='cpp_comment_table' type-id='type-id-354' filepath='../.././libcpp/include/cpplib.h' line='981' column='1' id='type-id-261'/>
+ <typedef-decl name='cpp_comment_table' type-id='type-id-352' filepath='../.././libcpp/include/cpplib.h' line='981' column='1' id='type-id-259'/>
<!-- struct def_pragma_macro -->
- <class-decl name='def_pragma_macro' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='358' column='1' id='type-id-358'>
+ <class-decl name='def_pragma_macro' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='358' column='1' id='type-id-356'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- def_pragma_macro* def_pragma_macro::next -->
- <var-decl name='next' type-id='type-id-262' visibility='default' filepath='../.././libcpp/internal.h' line='360' column='1'/>
+ <var-decl name='next' type-id='type-id-260' visibility='default' filepath='../.././libcpp/internal.h' line='360' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- char* def_pragma_macro::name -->
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- unsigned char* def_pragma_macro::definition -->
- <var-decl name='definition' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='364' column='1'/>
+ <var-decl name='definition' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='364' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- source_location def_pragma_macro::line -->
</data-member>
</class-decl>
<!-- def_pragma_macro* -->
- <pointer-type-def type-id='type-id-358' size-in-bits='64' id='type-id-262'/>
+ <pointer-type-def type-id='type-id-356' size-in-bits='64' id='type-id-260'/>
<!-- int _cpp_warn_if_unused_macro(cpp_reader*, cpp_hashnode*, void*) -->
<function-decl name='_cpp_warn_if_unused_macro' mangled-name='_cpp_warn_if_unused_macro' filepath='../.././libcpp/macro.c' line='178' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_warn_if_unused_macro'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='178' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='178' column='1'/>
<!-- parameter of type 'cpp_hashnode*' -->
<parameter type-id='type-id-133' name='node' filepath='../.././libcpp/macro.c' line='178' column='1'/>
<!-- parameter of type 'void*' -->
<return type-id='type-id-3'/>
</function-decl>
<!-- typedef unsigned char uchar -->
- <typedef-decl name='uchar' type-id='type-id-132' filepath='../.././libcpp/include/cpp-id-data.h' line='22' column='1' id='type-id-359'/>
+ <typedef-decl name='uchar' type-id='type-id-132' filepath='../.././libcpp/include/cpp-id-data.h' line='22' column='1' id='type-id-357'/>
<!-- const uchar -->
- <qualified-type-def type-id='type-id-359' const='yes' id='type-id-360'/>
+ <qualified-type-def type-id='type-id-357' const='yes' id='type-id-358'/>
<!-- const uchar* -->
- <pointer-type-def type-id='type-id-360' size-in-bits='64' id='type-id-269'/>
+ <pointer-type-def type-id='type-id-358' size-in-bits='64' id='type-id-267'/>
<!-- const uchar* _cpp_builtin_macro_text(cpp_reader*, cpp_hashnode*) -->
<function-decl name='_cpp_builtin_macro_text' mangled-name='_cpp_builtin_macro_text' filepath='../.././libcpp/macro.c' line='218' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_builtin_macro_text'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='218' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='218' column='1'/>
<!-- parameter of type 'cpp_hashnode*' -->
<parameter type-id='type-id-133' name='node' filepath='../.././libcpp/macro.c' line='218' column='1'/>
<!-- const uchar* -->
- <return type-id='type-id-269'/>
+ <return type-id='type-id-267'/>
</function-decl>
<!-- uchar* -->
- <pointer-type-def type-id='type-id-359' size-in-bits='64' id='type-id-361'/>
+ <pointer-type-def type-id='type-id-357' size-in-bits='64' id='type-id-359'/>
<!-- uchar* cpp_quote_string(uchar*, const uchar*, unsigned int) -->
<function-decl name='cpp_quote_string' mangled-name='_Z16cpp_quote_stringPhPKhj' filepath='../.././libcpp/macro.c' line='434' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z16cpp_quote_stringPhPKhj'>
<!-- parameter of type 'uchar*' -->
- <parameter type-id='type-id-361' name='dest' filepath='../.././libcpp/macro.c' line='434' column='1'/>
+ <parameter type-id='type-id-359' name='dest' filepath='../.././libcpp/macro.c' line='434' column='1'/>
<!-- parameter of type 'const uchar*' -->
- <parameter type-id='type-id-269' name='src' filepath='../.././libcpp/macro.c' line='434' column='1'/>
+ <parameter type-id='type-id-267' name='src' filepath='../.././libcpp/macro.c' line='434' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-35' name='len' filepath='../.././libcpp/macro.c' line='434' column='1'/>
<!-- uchar* -->
- <return type-id='type-id-361'/>
+ <return type-id='type-id-359'/>
</function-decl>
<!-- bool _cpp_arguments_ok(cpp_reader*, cpp_macro*, const cpp_hashnode*, unsigned int) -->
<function-decl name='_cpp_arguments_ok' mangled-name='_cpp_arguments_ok' filepath='../.././libcpp/macro.c' line='663' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_arguments_ok'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='663' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='663' column='1'/>
<!-- parameter of type 'cpp_macro*' -->
- <parameter type-id='type-id-147' name='macro' filepath='../.././libcpp/macro.c' line='663' column='1'/>
+ <parameter type-id='type-id-146' name='macro' filepath='../.././libcpp/macro.c' line='663' column='1'/>
<!-- parameter of type 'const cpp_hashnode*' -->
- <parameter type-id='type-id-249' name='node' filepath='../.././libcpp/macro.c' line='663' column='1'/>
+ <parameter type-id='type-id-247' name='node' filepath='../.././libcpp/macro.c' line='663' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-35' name='argc' filepath='../.././libcpp/macro.c' line='663' column='1'/>
<!-- bool -->
<!-- void _cpp_push_token_context(cpp_reader*, cpp_hashnode*, const cpp_token*, unsigned int) -->
<function-decl name='_cpp_push_token_context' mangled-name='_cpp_push_token_context' filepath='../.././libcpp/macro.c' line='1787' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_push_token_context'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='1787' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='1787' column='1'/>
<!-- parameter of type 'cpp_hashnode*' -->
<parameter type-id='type-id-133' name='macro' filepath='../.././libcpp/macro.c' line='1787' column='1'/>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291' name='first' filepath='../.././libcpp/macro.c' line='1788' column='1'/>
+ <parameter type-id='type-id-289' name='first' filepath='../.././libcpp/macro.c' line='1788' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-35' name='count' filepath='../.././libcpp/macro.c' line='1788' column='1'/>
<!-- void -->
<!-- void _cpp_push_text_context(cpp_reader*, cpp_hashnode*, const uchar*, size_t) -->
<function-decl name='_cpp_push_text_context' mangled-name='_cpp_push_text_context' filepath='../.././libcpp/macro.c' line='1830' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_push_text_context'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='1830' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='1830' column='1'/>
<!-- parameter of type 'cpp_hashnode*' -->
<parameter type-id='type-id-133' name='macro' filepath='../.././libcpp/macro.c' line='1830' column='1'/>
<!-- parameter of type 'const uchar*' -->
- <parameter type-id='type-id-269' name='start' filepath='../.././libcpp/macro.c' line='1831' column='1'/>
+ <parameter type-id='type-id-267' name='start' filepath='../.././libcpp/macro.c' line='1831' column='1'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='len' filepath='../.././libcpp/macro.c' line='1831' column='1'/>
<!-- void -->
<!-- void _cpp_pop_context(cpp_reader*) -->
<function-decl name='_cpp_pop_context' mangled-name='_cpp_pop_context' filepath='../.././libcpp/macro.c' line='2092' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_pop_context'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- int cpp_sys_macro_p(cpp_reader*) -->
<function-decl name='cpp_sys_macro_p' mangled-name='_Z15cpp_sys_macro_pP10cpp_reader' filepath='../.././libcpp/macro.c' line='2437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15cpp_sys_macro_pP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2437' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2437' column='1'/>
<!-- int -->
<return type-id='type-id-3'/>
</function-decl>
<!-- void _cpp_backup_tokens_direct(cpp_reader*, unsigned int) -->
<function-decl name='_cpp_backup_tokens_direct' mangled-name='_cpp_backup_tokens_direct' filepath='../.././libcpp/macro.c' line='2469' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_backup_tokens_direct'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2469' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2469' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-35' name='count' filepath='../.././libcpp/macro.c' line='2469' column='1'/>
<!-- void -->
<!-- void _cpp_backup_tokens(cpp_reader*, unsigned int) -->
<function-decl name='_cpp_backup_tokens' mangled-name='_Z18_cpp_backup_tokensP10cpp_readerj' filepath='../.././libcpp/macro.c' line='2488' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z18_cpp_backup_tokensP10cpp_readerj'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2469' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2469' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-35' name='count' filepath='../.././libcpp/macro.c' line='2469' column='1'/>
<!-- void -->
<!-- const cpp_token* cpp_get_token_with_location(cpp_reader*, source_location*) -->
<function-decl name='cpp_get_token_with_location' mangled-name='_Z27cpp_get_token_with_locationP10cpp_readerPj' filepath='../.././libcpp/macro.c' line='2424' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z27cpp_get_token_with_locationP10cpp_readerPj'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2424' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2424' column='1'/>
<!-- parameter of type 'source_location*' -->
<parameter type-id='type-id-134' name='loc' filepath='../.././libcpp/macro.c' line='2424' column='1'/>
<!-- const cpp_token* -->
- <return type-id='type-id-291'/>
+ <return type-id='type-id-289'/>
</function-decl>
<!-- const cpp_token* cpp_get_token(cpp_reader*) -->
<function-decl name='cpp_get_token' mangled-name='_Z13cpp_get_tokenP10cpp_reader' filepath='../.././libcpp/macro.c' line='2380' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z13cpp_get_tokenP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2380' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2380' column='1'/>
<!-- const cpp_token* -->
- <return type-id='type-id-291'/>
+ <return type-id='type-id-289'/>
</function-decl>
<!-- void cpp_scan_nooutput(cpp_reader*) -->
<function-decl name='cpp_scan_nooutput' mangled-name='_Z17cpp_scan_nooutputP10cpp_reader' filepath='../.././libcpp/macro.c' line='2447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z17cpp_scan_nooutputP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- bool _cpp_save_parameter(cpp_reader*, cpp_macro*, cpp_hashnode*) -->
<function-decl name='_cpp_save_parameter' mangled-name='_cpp_save_parameter' filepath='../.././libcpp/macro.c' line='2590' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_save_parameter'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2590' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2590' column='1'/>
<!-- parameter of type 'cpp_macro*' -->
- <parameter type-id='type-id-147' name='macro' filepath='../.././libcpp/macro.c' line='2590' column='1'/>
+ <parameter type-id='type-id-146' name='macro' filepath='../.././libcpp/macro.c' line='2590' column='1'/>
<!-- parameter of type 'cpp_hashnode*' -->
<parameter type-id='type-id-133' name='node' filepath='../.././libcpp/macro.c' line='2590' column='1'/>
<!-- bool -->
<!-- bool _cpp_create_definition(cpp_reader*, cpp_hashnode*) -->
<function-decl name='_cpp_create_definition' mangled-name='_cpp_create_definition' filepath='../.././libcpp/macro.c' line='2938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_create_definition'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'cpp_hashnode*' -->
<parameter type-id='type-id-133'/>
<!-- bool -->
<!-- const unsigned char* cpp_macro_definition(cpp_reader*, cpp_hashnode*) -->
<function-decl name='cpp_macro_definition' mangled-name='_Z20cpp_macro_definitionP10cpp_readerP12cpp_hashnode' filepath='../.././libcpp/macro.c' line='3080' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z20cpp_macro_definitionP10cpp_readerP12cpp_hashnode'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='3080' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='3080' column='1'/>
<!-- parameter of type 'cpp_hashnode*' -->
<parameter type-id='type-id-133' name='node' filepath='../.././libcpp/macro.c' line='3080' column='1'/>
<!-- const unsigned char* -->
- <return type-id='type-id-146'/>
+ <return type-id='type-id-145'/>
</function-decl>
<!-- unsigned int num_expanded_macros_counter -->
<var-decl name='num_expanded_macros_counter' type-id='type-id-35' mangled-name='num_expanded_macros_counter' visibility='default' filepath='../.././libcpp/macro.c' line='170' column='1' elf-symbol-id='num_expanded_macros_counter'/>
<!-- cpp_token* _cpp_temp_token(cpp_reader*) -->
<function-decl name='_cpp_temp_token' mangled-name='_cpp_temp_token' filepath='../.././libcpp/internal.h' line='650' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_temp_token'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- cpp_token* -->
- <return type-id='type-id-157'/>
+ <return type-id='type-id-155'/>
</function-decl>
<!-- _cpp_buff** -->
- <pointer-type-def type-id='type-id-241' size-in-bits='64' id='type-id-362'/>
+ <pointer-type-def type-id='type-id-239' size-in-bits='64' id='type-id-360'/>
<!-- void _cpp_extend_buff(cpp_reader*, _cpp_buff**, size_t) -->
<function-decl name='_cpp_extend_buff' mangled-name='_cpp_extend_buff' filepath='../.././libcpp/internal.h' line='109' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_extend_buff'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type '_cpp_buff**' -->
- <parameter type-id='type-id-362'/>
+ <parameter type-id='type-id-360'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- void -->
<!-- bool cpp_error(cpp_reader*, int, const char*, ...) -->
<function-decl name='cpp_error' mangled-name='_Z9cpp_errorP10cpp_readeriPKcz' filepath='../.././libcpp/include/cpplib.h' line='913' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9cpp_errorP10cpp_readeriPKcz'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'const char*' -->
<!-- cpp_token* _cpp_lex_direct(cpp_reader*) -->
<function-decl name='_cpp_lex_direct' mangled-name='_cpp_lex_direct' filepath='../.././libcpp/internal.h' line='652' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_lex_direct'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- cpp_token* -->
- <return type-id='type-id-157'/>
+ <return type-id='type-id-155'/>
</function-decl>
<!-- bool cpp_warning_with_line(cpp_reader*, int, source_location, unsigned int, const char*, ...) -->
<function-decl name='cpp_warning_with_line' mangled-name='_Z21cpp_warning_with_lineP10cpp_readerijjPKcz' filepath='../.././libcpp/include/cpplib.h' line='932' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z21cpp_warning_with_lineP10cpp_readerijjPKcz'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'typedef source_location' -->
<return type-id='type-id-41'/>
</function-decl>
<!-- typedef __time_t time_t -->
- <typedef-decl name='time_t' type-id='type-id-54' filepath='/usr/include/time.h' line='76' column='1' id='type-id-363'/>
+ <typedef-decl name='time_t' type-id='type-id-54' filepath='/usr/include/time.h' line='76' column='1' id='type-id-361'/>
<!-- time_t* -->
- <pointer-type-def type-id='type-id-363' size-in-bits='64' id='type-id-364'/>
+ <pointer-type-def type-id='type-id-361' size-in-bits='64' id='type-id-362'/>
<!-- time_t time(time_t*) -->
<function-decl name='time' filepath='/usr/include/time.h' line='186' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'time_t*' -->
- <parameter type-id='type-id-364'/>
+ <parameter type-id='type-id-362'/>
<!-- typedef time_t -->
- <return type-id='type-id-363'/>
+ <return type-id='type-id-361'/>
</function-decl>
<!-- bool cpp_errno(cpp_reader*, int, const char*) -->
<function-decl name='cpp_errno' mangled-name='_Z9cpp_errnoP10cpp_readeriPKc' filepath='../.././libcpp/include/cpplib.h' line='924' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9cpp_errnoP10cpp_readeriPKc'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'const char*' -->
<return type-id='type-id-41'/>
</function-decl>
<!-- struct tm -->
- <class-decl name='tm' size-in-bits='448' is-struct='yes' visibility='default' filepath='/usr/include/time.h' line='133' column='1' id='type-id-365'>
+ <class-decl name='tm' size-in-bits='448' is-struct='yes' visibility='default' filepath='/usr/include/time.h' line='133' column='1' id='type-id-363'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- int tm::tm_sec -->
<var-decl name='tm_sec' type-id='type-id-3' visibility='default' filepath='/usr/include/time.h' line='135' column='1'/>
</data-member>
</class-decl>
<!-- tm* -->
- <pointer-type-def type-id='type-id-365' size-in-bits='64' id='type-id-366'/>
+ <pointer-type-def type-id='type-id-363' size-in-bits='64' id='type-id-364'/>
<!-- const time_t -->
- <qualified-type-def type-id='type-id-363' const='yes' id='type-id-367'/>
+ <qualified-type-def type-id='type-id-361' const='yes' id='type-id-365'/>
<!-- const time_t* -->
- <pointer-type-def type-id='type-id-367' size-in-bits='64' id='type-id-368'/>
+ <pointer-type-def type-id='type-id-365' size-in-bits='64' id='type-id-366'/>
<!-- tm* localtime(const time_t*) -->
<function-decl name='localtime' filepath='/usr/include/time.h' line='237' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const time_t*' -->
- <parameter type-id='type-id-368'/>
+ <parameter type-id='type-id-366'/>
<!-- tm* -->
- <return type-id='type-id-366'/>
+ <return type-id='type-id-364'/>
</function-decl>
<!-- unsigned char* _cpp_unaligned_alloc(cpp_reader*, size_t) -->
<function-decl name='_cpp_unaligned_alloc' mangled-name='_cpp_unaligned_alloc' filepath='../.././libcpp/internal.h' line='113' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_unaligned_alloc'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- unsigned char* -->
- <return type-id='type-id-238'/>
+ <return type-id='type-id-236'/>
</function-decl>
<!-- typedef _cpp_file _cpp_file -->
- <typedef-decl name='_cpp_file' type-id='type-id-268' filepath='../.././libcpp/internal.h' line='622' column='1' id='type-id-369'/>
+ <typedef-decl name='_cpp_file' type-id='type-id-266' filepath='../.././libcpp/internal.h' line='622' column='1' id='type-id-367'/>
<!-- const char* _cpp_get_file_name(_cpp_file*) -->
<function-decl name='_cpp_get_file_name' mangled-name='_cpp_get_file_name' filepath='../.././libcpp/internal.h' line='638' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_get_file_name'>
<!-- parameter of type '_cpp_file*' -->
- <parameter type-id='type-id-247'/>
+ <parameter type-id='type-id-245'/>
<!-- const char* -->
<return type-id='type-id-8'/>
</function-decl>
<!-- const tm -->
- <qualified-type-def type-id='type-id-365' const='yes' id='type-id-370'/>
+ <qualified-type-def type-id='type-id-363' const='yes' id='type-id-368'/>
<!-- const tm* -->
- <pointer-type-def type-id='type-id-370' size-in-bits='64' id='type-id-371'/>
+ <pointer-type-def type-id='type-id-368' size-in-bits='64' id='type-id-369'/>
<!-- char* asctime(const tm*) -->
<function-decl name='asctime' filepath='/usr/include/time.h' line='255' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const tm*' -->
- <parameter type-id='type-id-371'/>
+ <parameter type-id='type-id-369'/>
<!-- char* -->
<return type-id='type-id-9'/>
</function-decl>
<!-- stat* _cpp_get_file_stat(_cpp_file*) -->
<function-decl name='_cpp_get_file_stat' mangled-name='_cpp_get_file_stat' filepath='../.././libcpp/internal.h' line='639' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_get_file_stat'>
<!-- parameter of type '_cpp_file*' -->
- <parameter type-id='type-id-247'/>
+ <parameter type-id='type-id-245'/>
<!-- stat* -->
<return type-id='type-id-56'/>
</function-decl>
<!-- _cpp_file* cpp_get_file(cpp_buffer*) -->
<function-decl name='cpp_get_file' mangled-name='_Z12cpp_get_fileP10cpp_buffer' filepath='../.././libcpp/include/cpplib.h' line='1012' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12cpp_get_fileP10cpp_buffer'>
<!-- parameter of type 'cpp_buffer*' -->
- <parameter type-id='type-id-239'/>
+ <parameter type-id='type-id-237'/>
<!-- _cpp_file* -->
- <return type-id='type-id-247'/>
+ <return type-id='type-id-245'/>
</function-decl>
<!-- cpp_buffer* cpp_get_buffer(cpp_reader*) -->
<function-decl name='cpp_get_buffer' mangled-name='_Z14cpp_get_bufferP10cpp_reader' filepath='../.././libcpp/include/cpplib.h' line='1011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z14cpp_get_bufferP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- cpp_buffer* -->
- <return type-id='type-id-239'/>
+ <return type-id='type-id-237'/>
</function-decl>
<!-- cpp_buffer* cpp_push_buffer(cpp_reader*, const unsigned char*, size_t, int) -->
<function-decl name='cpp_push_buffer' mangled-name='_Z15cpp_push_bufferP10cpp_readerPKhmi' filepath='../.././libcpp/include/cpplib.h' line='793' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const unsigned char*' -->
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-145'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- cpp_buffer* -->
- <return type-id='type-id-239'/>
+ <return type-id='type-id-237'/>
</function-decl>
<!-- void _cpp_clean_line(cpp_reader*) -->
<function-decl name='_cpp_clean_line' mangled-name='_cpp_clean_line' filepath='../.././libcpp/internal.h' line='647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_clean_line'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void _cpp_pop_buffer(cpp_reader*) -->
<function-decl name='_cpp_pop_buffer' mangled-name='_cpp_pop_buffer' filepath='../.././libcpp/internal.h' line='674' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_pop_buffer'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- int _cpp_do__Pragma(cpp_reader*) -->
<function-decl name='_cpp_do__Pragma' mangled-name='_cpp_do__Pragma' filepath='../.././libcpp/internal.h' line='669' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_do__Pragma'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2437' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2437' column='1'/>
<!-- int -->
<return type-id='type-id-3'/>
</function-decl>
<!-- void _cpp_free_buff(_cpp_buff*) -->
<function-decl name='_cpp_free_buff' mangled-name='_cpp_free_buff' filepath='../.././libcpp/internal.h' line='111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_free_buff'>
<!-- parameter of type '_cpp_buff*' -->
- <parameter type-id='type-id-241'/>
+ <parameter type-id='type-id-239'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- unsigned char* cpp_token_as_text(cpp_reader*, const cpp_token*) -->
<function-decl name='cpp_token_as_text' mangled-name='_Z17cpp_token_as_textP10cpp_readerPK9cpp_token' filepath='../.././libcpp/include/cpplib.h' line='750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z17cpp_token_as_textP10cpp_readerPK9cpp_token'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291'/>
+ <parameter type-id='type-id-289'/>
<!-- unsigned char* -->
- <return type-id='type-id-238'/>
+ <return type-id='type-id-236'/>
</function-decl>
<!-- unsigned int cpp_token_len(const cpp_token*) -->
<function-decl name='cpp_token_len' mangled-name='_Z13cpp_token_lenPK9cpp_token' filepath='../.././libcpp/include/cpplib.h' line='749' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z13cpp_token_lenPK9cpp_token'>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291'/>
+ <parameter type-id='type-id-289'/>
<!-- unsigned int -->
<return type-id='type-id-35'/>
</function-decl>
<!-- unsigned char* cpp_spell_token(cpp_reader*, const cpp_token*, unsigned char*, bool) -->
<function-decl name='cpp_spell_token' mangled-name='_Z15cpp_spell_tokenP10cpp_readerPK9cpp_tokenPhb' filepath='../.././libcpp/include/cpplib.h' line='751' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15cpp_spell_tokenP10cpp_readerPK9cpp_tokenPhb'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291'/>
+ <parameter type-id='type-id-289'/>
<!-- parameter of type 'unsigned char*' -->
- <parameter type-id='type-id-238'/>
+ <parameter type-id='type-id-236'/>
<!-- parameter of type 'bool' -->
<parameter type-id='type-id-41'/>
<!-- unsigned char* -->
- <return type-id='type-id-238'/>
+ <return type-id='type-id-236'/>
</function-decl>
<!-- _cpp_buff* _cpp_get_buff(cpp_reader*, size_t) -->
<function-decl name='_cpp_get_buff' mangled-name='_cpp_get_buff' filepath='../.././libcpp/internal.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_get_buff'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- _cpp_buff* -->
- <return type-id='type-id-241'/>
+ <return type-id='type-id-239'/>
</function-decl>
<!-- _cpp_buff* _cpp_append_extend_buff(cpp_reader*, _cpp_buff*, size_t) -->
<function-decl name='_cpp_append_extend_buff' mangled-name='_cpp_append_extend_buff' filepath='../.././libcpp/internal.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_append_extend_buff'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type '_cpp_buff*' -->
- <parameter type-id='type-id-241'/>
+ <parameter type-id='type-id-239'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- _cpp_buff* -->
- <return type-id='type-id-241'/>
+ <return type-id='type-id-239'/>
</function-decl>
<!-- void _cpp_release_buff(cpp_reader*, _cpp_buff*) -->
<function-decl name='_cpp_release_buff' mangled-name='_cpp_release_buff' filepath='../.././libcpp/internal.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_release_buff'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type '_cpp_buff*' -->
- <parameter type-id='type-id-241'/>
+ <parameter type-id='type-id-239'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- bool cpp_warning(cpp_reader*, int, const char*, ...) -->
<function-decl name='cpp_warning' mangled-name='_Z11cpp_warningP10cpp_readeriPKcz' filepath='../.././libcpp/include/cpplib.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z11cpp_warningP10cpp_readeriPKcz'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'const char*' -->
<!-- const cpp_token* cpp_peek_token(cpp_reader*, int) -->
<function-decl name='cpp_peek_token' mangled-name='_Z14cpp_peek_tokenP10cpp_readeri' filepath='../.././libcpp/include/cpplib.h' line='765' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z14cpp_peek_tokenP10cpp_readeri'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- const cpp_token* -->
- <return type-id='type-id-291'/>
+ <return type-id='type-id-289'/>
</function-decl>
<!-- const cpp_token* _cpp_lex_token(cpp_reader*) -->
<function-decl name='_cpp_lex_token' mangled-name='_cpp_lex_token' filepath='../.././libcpp/internal.h' line='651' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_lex_token'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2380' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2380' column='1'/>
<!-- const cpp_token* -->
- <return type-id='type-id-291'/>
+ <return type-id='type-id-289'/>
</function-decl>
<!-- bool _cpp_read_logical_line_trad(cpp_reader*) -->
<function-decl name='_cpp_read_logical_line_trad' mangled-name='_cpp_read_logical_line_trad' filepath='../.././libcpp/internal.h' line='689' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_read_logical_line_trad'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-decl>
<!-- int _cpp_equiv_tokens(const cpp_token*, const cpp_token*) -->
<function-decl name='_cpp_equiv_tokens' mangled-name='_cpp_equiv_tokens' filepath='../.././libcpp/internal.h' line='653' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_equiv_tokens'>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291'/>
+ <parameter type-id='type-id-289'/>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291'/>
+ <parameter type-id='type-id-289'/>
<!-- int -->
<return type-id='type-id-3'/>
</function-decl>
<!-- const cpp_macro -->
- <qualified-type-def type-id='type-id-152' const='yes' id='type-id-372'/>
+ <qualified-type-def type-id='type-id-150' const='yes' id='type-id-370'/>
<!-- const cpp_macro* -->
- <pointer-type-def type-id='type-id-372' size-in-bits='64' id='type-id-373'/>
+ <pointer-type-def type-id='type-id-370' size-in-bits='64' id='type-id-371'/>
<!-- bool _cpp_expansions_different_trad(const cpp_macro*, const cpp_macro*) -->
<function-decl name='_cpp_expansions_different_trad' mangled-name='_cpp_expansions_different_trad' filepath='../.././libcpp/internal.h' line='694' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_expansions_different_trad'>
<!-- parameter of type 'const cpp_macro*' -->
- <parameter type-id='type-id-373'/>
+ <parameter type-id='type-id-371'/>
<!-- parameter of type 'const cpp_macro*' -->
- <parameter type-id='type-id-373'/>
+ <parameter type-id='type-id-371'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-decl>
<!-- bool cpp_pedwarning_with_line(cpp_reader*, int, source_location, unsigned int, const char*, ...) -->
<function-decl name='cpp_pedwarning_with_line' mangled-name='_Z24cpp_pedwarning_with_lineP10cpp_readerijjPKcz' filepath='../.././libcpp/include/cpplib.h' line='935' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z24cpp_pedwarning_with_lineP10cpp_readerijjPKcz'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'typedef source_location' -->
<!-- bool cpp_error_with_line(cpp_reader*, int, source_location, unsigned int, const char*, ...) -->
<function-decl name='cpp_error_with_line' mangled-name='_Z19cpp_error_with_lineP10cpp_readerijjPKcz' filepath='../.././libcpp/include/cpplib.h' line='929' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z19cpp_error_with_lineP10cpp_readerijjPKcz'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'typedef source_location' -->
<!-- bool cpp_pedwarning(cpp_reader*, int, const char*, ...) -->
<function-decl name='cpp_pedwarning' mangled-name='_Z14cpp_pedwarningP10cpp_readeriPKcz' filepath='../.././libcpp/include/cpplib.h' line='917' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z14cpp_pedwarningP10cpp_readeriPKcz'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'const char*' -->
<!-- bool _cpp_create_trad_definition(cpp_reader*, cpp_macro*) -->
<function-decl name='_cpp_create_trad_definition' mangled-name='_cpp_create_trad_definition' filepath='../.././libcpp/internal.h' line='693' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_create_trad_definition'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'cpp_macro*' -->
- <parameter type-id='type-id-147'/>
+ <parameter type-id='type-id-146'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-decl>
<!-- unsigned char* _cpp_aligned_alloc(cpp_reader*, size_t) -->
<function-decl name='_cpp_aligned_alloc' mangled-name='_cpp_aligned_alloc' filepath='../.././libcpp/internal.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_aligned_alloc'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- unsigned char* -->
- <return type-id='type-id-238'/>
+ <return type-id='type-id-236'/>
</function-decl>
<!-- size_t _cpp_replacement_text_len(const cpp_macro*) -->
<function-decl name='_cpp_replacement_text_len' mangled-name='_cpp_replacement_text_len' filepath='../.././libcpp/internal.h' line='698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_replacement_text_len'>
<!-- parameter of type 'const cpp_macro*' -->
- <parameter type-id='type-id-373'/>
+ <parameter type-id='type-id-371'/>
<!-- typedef size_t -->
<return type-id='type-id-5'/>
</function-decl>
<!-- unsigned char* _cpp_copy_replacement_text(const cpp_macro*, unsigned char*) -->
<function-decl name='_cpp_copy_replacement_text' filepath='../.././libcpp/internal.h' line='696' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const cpp_macro*' -->
- <parameter type-id='type-id-373'/>
+ <parameter type-id='type-id-371'/>
<!-- parameter of type 'unsigned char*' -->
- <parameter type-id='type-id-238'/>
+ <parameter type-id='type-id-236'/>
<!-- unsigned char* -->
- <return type-id='type-id-238'/>
+ <return type-id='type-id-236'/>
</function-decl>
<!-- bool (cpp_reader*, cpp_hashnode*) -->
- <function-type size-in-bits='64' id='type-id-338'>
+ <function-type size-in-bits='64' id='type-id-336'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'cpp_hashnode*' -->
<parameter type-id='type-id-133'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-type>
<!-- bool (cpp_reader*, int, int, source_location, unsigned int, const char*, va_list*) -->
- <function-type size-in-bits='64' id='type-id-336'>
+ <function-type size-in-bits='64' id='type-id-334'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'int' -->
<return type-id='type-id-41'/>
</function-type>
<!-- bool (iconv_t, const unsigned char*, size_t, _cpp_strbuf*) -->
- <function-type size-in-bits='64' id='type-id-279'>
+ <function-type size-in-bits='64' id='type-id-277'>
<!-- parameter of type 'typedef iconv_t' -->
- <parameter type-id='type-id-218'/>
+ <parameter type-id='type-id-216'/>
<!-- parameter of type 'const unsigned char*' -->
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-145'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- parameter of type '_cpp_strbuf*' -->
- <parameter type-id='type-id-278'/>
+ <parameter type-id='type-id-276'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-type>
<!-- char* (const char*, cpp_dir*) -->
- <function-type size-in-bits='64' id='type-id-275'>
+ <function-type size-in-bits='64' id='type-id-273'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- parameter of type 'cpp_dir*' -->
- <parameter type-id='type-id-245'/>
+ <parameter type-id='type-id-243'/>
<!-- char* -->
<return type-id='type-id-9'/>
</function-type>
<!-- const char* (cpp_reader*, const char*, cpp_dir**) -->
- <function-type size-in-bits='64' id='type-id-333'>
+ <function-type size-in-bits='64' id='type-id-331'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- parameter of type 'cpp_dir**' -->
- <parameter type-id='type-id-332'/>
+ <parameter type-id='type-id-330'/>
<!-- const char* -->
<return type-id='type-id-8'/>
</function-type>
<!-- cpp_hashnode* (cpp_reader*, const cpp_token*) -->
- <function-type size-in-bits='64' id='type-id-335'>
+ <function-type size-in-bits='64' id='type-id-333'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291'/>
+ <parameter type-id='type-id-289'/>
<!-- cpp_hashnode* -->
<return type-id='type-id-133'/>
</function-type>
<!-- int (cpp_reader*, const char*, int) -->
- <function-type size-in-bits='64' id='type-id-329'>
+ <function-type size-in-bits='64' id='type-id-327'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- parameter of type 'int' -->
<return type-id='type-id-3'/>
</function-type>
<!-- hashnode (hash_table*) -->
- <function-type size-in-bits='64' id='type-id-346'>
+ <function-type size-in-bits='64' id='type-id-344'>
<!-- parameter of type 'hash_table*' -->
- <parameter type-id='type-id-345'/>
+ <parameter type-id='type-id-343'/>
<!-- typedef hashnode -->
- <return type-id='type-id-343'/>
+ <return type-id='type-id-341'/>
</function-type>
<!-- void (cpp_reader*) -->
- <function-type size-in-bits='64' id='type-id-337'>
+ <function-type size-in-bits='64' id='type-id-335'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-type>
<!-- void (cpp_reader*, const char*) -->
- <function-type size-in-bits='64' id='type-id-321'>
+ <function-type size-in-bits='64' id='type-id-319'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-type>
<!-- void (cpp_reader*, const char*, int, const char*) -->
- <function-type size-in-bits='64' id='type-id-330'>
+ <function-type size-in-bits='64' id='type-id-328'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- parameter of type 'int' -->
<return type-id='type-id-1'/>
</function-type>
<!-- void (cpp_reader*, const cpp_token*, int) -->
- <function-type size-in-bits='64' id='type-id-319'>
+ <function-type size-in-bits='64' id='type-id-317'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291'/>
+ <parameter type-id='type-id-289'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-type>
<!-- void (cpp_reader*, const line_map*) -->
- <function-type size-in-bits='64' id='type-id-320'>
+ <function-type size-in-bits='64' id='type-id-318'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const line_map*' -->
<parameter type-id='type-id-78'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-type>
<!-- void (cpp_reader*, source_location) -->
- <function-type size-in-bits='64' id='type-id-328'>
+ <function-type size-in-bits='64' id='type-id-326'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-type>
<!-- void (cpp_reader*, source_location, const cpp_string*) -->
- <function-type size-in-bits='64' id='type-id-327'>
+ <function-type size-in-bits='64' id='type-id-325'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106'/>
<!-- parameter of type 'const cpp_string*' -->
- <parameter type-id='type-id-326'/>
+ <parameter type-id='type-id-324'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-type>
<!-- void (cpp_reader*, source_location, const unsigned char*, const char*, int, const cpp_token**) -->
- <function-type size-in-bits='64' id='type-id-322'>
+ <function-type size-in-bits='64' id='type-id-320'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106'/>
<!-- parameter of type 'const unsigned char*' -->
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-145'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'const cpp_token**' -->
- <parameter type-id='type-id-292'/>
+ <parameter type-id='type-id-290'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-type>
<!-- void (cpp_reader*, source_location, cpp_hashnode*) -->
- <function-type size-in-bits='64' id='type-id-323'>
+ <function-type size-in-bits='64' id='type-id-321'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'typedef source_location' -->
<parameter type-id='type-id-106'/>
<!-- parameter of type 'cpp_hashnode*' -->
<return type-id='type-id-1'/>
</function-type>
<!-- typedef cpp_num cpp_num -->
- <typedef-decl name='cpp_num' type-id='type-id-374' filepath='../.././libcpp/include/cpplib.h' line='800' column='1' id='type-id-348'/>
+ <typedef-decl name='cpp_num' type-id='type-id-372' filepath='../.././libcpp/include/cpplib.h' line='800' column='1' id='type-id-346'/>
<!-- struct cpp_num -->
- <class-decl name='cpp_num' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='801' column='1' id='type-id-374'>
+ <class-decl name='cpp_num' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='801' column='1' id='type-id-372'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- cpp_num_part cpp_num::high -->
- <var-decl name='high' type-id='type-id-375' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='803' column='1'/>
+ <var-decl name='high' type-id='type-id-373' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='803' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- cpp_num_part cpp_num::low -->
- <var-decl name='low' type-id='type-id-375' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='804' column='1'/>
+ <var-decl name='low' type-id='type-id-373' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='804' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- bool cpp_num::unsignedp -->
</data-member>
</class-decl>
<!-- typedef unsigned long int cpp_num_part -->
- <typedef-decl name='cpp_num_part' type-id='type-id-4' filepath='../.././libcpp/include/cpplib.h' line='799' column='1' id='type-id-375'/>
+ <typedef-decl name='cpp_num_part' type-id='type-id-4' filepath='../.././libcpp/include/cpplib.h' line='799' column='1' id='type-id-373'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/traditional.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<!-- void _cpp_overlay_buffer(cpp_reader*, const uchar*, size_t) -->
<function-decl name='_cpp_overlay_buffer' mangled-name='_cpp_overlay_buffer' filepath='../.././libcpp/traditional.c' line='267' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_overlay_buffer'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/traditional.c' line='267' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/traditional.c' line='267' column='1'/>
<!-- parameter of type 'const uchar*' -->
- <parameter type-id='type-id-269' name='start' filepath='../.././libcpp/traditional.c' line='267' column='1'/>
+ <parameter type-id='type-id-267' name='start' filepath='../.././libcpp/traditional.c' line='267' column='1'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='len' filepath='../.././libcpp/traditional.c' line='267' column='1'/>
<!-- void -->
<!-- void _cpp_remove_overlay(cpp_reader*) -->
<function-decl name='_cpp_remove_overlay' mangled-name='_cpp_remove_overlay' filepath='../.././libcpp/traditional.c' line='284' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_remove_overlay'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- bool _cpp_scan_out_logical_line(cpp_reader*, cpp_macro*) -->
<function-decl name='_cpp_scan_out_logical_line' mangled-name='_cpp_scan_out_logical_line' filepath='../.././libcpp/traditional.c' line='344' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_scan_out_logical_line'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'cpp_macro*' -->
- <parameter type-id='type-id-147'/>
+ <parameter type-id='type-id-146'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-decl>
<!-- uchar* _cpp_copy_replacement_text(const cpp_macro*, uchar*) -->
<function-decl name='_cpp_copy_replacement_text' mangled-name='_cpp_copy_replacement_text' filepath='../.././libcpp/traditional.c' line='790' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_copy_replacement_text'>
<!-- parameter of type 'const cpp_macro*' -->
- <parameter type-id='type-id-373' name='macro' filepath='../.././libcpp/traditional.c' line='790' column='1'/>
+ <parameter type-id='type-id-371' name='macro' filepath='../.././libcpp/traditional.c' line='790' column='1'/>
<!-- parameter of type 'uchar*' -->
- <parameter type-id='type-id-361' name='dest' filepath='../.././libcpp/traditional.c' line='790' column='1'/>
+ <parameter type-id='type-id-359' name='dest' filepath='../.././libcpp/traditional.c' line='790' column='1'/>
<!-- uchar* -->
- <return type-id='type-id-361'/>
+ <return type-id='type-id-359'/>
</function-decl>
<!-- enum ht_lookup_option -->
- <enum-decl name='ht_lookup_option' filepath='../.././libcpp/include/symtab.h' line='44' column='1' id='type-id-376'>
+ <enum-decl name='ht_lookup_option' filepath='../.././libcpp/include/symtab.h' line='44' column='1' id='type-id-374'>
<underlying-type type-id='type-id-92'/>
<enumerator name='HT_NO_INSERT' value='0'/>
<enumerator name='HT_ALLOC' value='1'/>
<!-- hashnode ht_lookup(hash_table*, const unsigned char*, size_t, ht_lookup_option) -->
<function-decl name='ht_lookup' mangled-name='_Z9ht_lookupP2htPKhm16ht_lookup_option' filepath='../.././libcpp/include/symtab.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9ht_lookupP2htPKhm16ht_lookup_option'>
<!-- parameter of type 'hash_table*' -->
- <parameter type-id='type-id-345'/>
+ <parameter type-id='type-id-343'/>
<!-- parameter of type 'const unsigned char*' -->
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-145'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- parameter of type 'enum ht_lookup_option' -->
- <parameter type-id='type-id-376'/>
+ <parameter type-id='type-id-374'/>
<!-- typedef hashnode -->
- <return type-id='type-id-343'/>
+ <return type-id='type-id-341'/>
</function-decl>
<!-- void _cpp_push_text_context(cpp_reader*, cpp_hashnode*, const unsigned char*, size_t) -->
<function-decl name='_cpp_push_text_context' filepath='../.././libcpp/internal.h' line='605' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'cpp_hashnode*' -->
<parameter type-id='type-id-133'/>
<!-- parameter of type 'const unsigned char*' -->
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-145'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- void -->
<!-- const unsigned char* _cpp_builtin_macro_text(cpp_reader*, cpp_hashnode*) -->
<function-decl name='_cpp_builtin_macro_text' filepath='../.././libcpp/internal.h' line='610' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='3080' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='3080' column='1'/>
<!-- parameter of type 'cpp_hashnode*' -->
<parameter type-id='type-id-133' name='node' filepath='../.././libcpp/macro.c' line='3080' column='1'/>
<!-- const unsigned char* -->
- <return type-id='type-id-146'/>
+ <return type-id='type-id-145'/>
</function-decl>
<!-- bool _cpp_skip_block_comment(cpp_reader*) -->
<function-decl name='_cpp_skip_block_comment' mangled-name='_cpp_skip_block_comment' filepath='../.././libcpp/internal.h' line='649' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_skip_block_comment'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-decl>
<!-- int _cpp_handle_directive(cpp_reader*, int) -->
<function-decl name='_cpp_handle_directive' mangled-name='_cpp_handle_directive' filepath='../.././libcpp/internal.h' line='665' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_handle_directive'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- int -->
<!-- void _cpp_process_line_notes(cpp_reader*, int) -->
<function-decl name='_cpp_process_line_notes' mangled-name='_cpp_process_line_notes' filepath='../.././libcpp/internal.h' line='646' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_process_line_notes'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- void -->
<!-- bool _cpp_get_fresh_line(cpp_reader*) -->
<function-decl name='_cpp_get_fresh_line' mangled-name='_cpp_get_fresh_line' filepath='../.././libcpp/internal.h' line='648' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_get_fresh_line'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-decl>
<!-- void cpp_undef_all(cpp_reader*) -->
<function-decl name='cpp_undef_all' mangled-name='_Z13cpp_undef_allP10cpp_reader' filepath='../.././libcpp/directives.c' line='639' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z13cpp_undef_allP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void _cpp_do_file_change(cpp_reader*, lc_reason, const char*, linenum_type, unsigned int) -->
<function-decl name='_cpp_do_file_change' mangled-name='_cpp_do_file_change' filepath='../.././libcpp/directives.c' line='1034' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_do_file_change'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='1034' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='1034' column='1'/>
<!-- parameter of type 'enum lc_reason' -->
<parameter type-id='type-id-130' name='reason' filepath='../.././libcpp/directives.c' line='1034' column='1'/>
<!-- parameter of type 'const char*' -->
<return type-id='type-id-1'/>
</function-decl>
<!-- typedef void (cpp_reader*)* pragma_cb -->
- <typedef-decl name='pragma_cb' type-id='type-id-315' filepath='../.././libcpp/directives.c' line='43' column='1' id='type-id-377'/>
+ <typedef-decl name='pragma_cb' type-id='type-id-313' filepath='../.././libcpp/directives.c' line='43' column='1' id='type-id-375'/>
<!-- void cpp_register_pragma(cpp_reader*, const char*, const char*, pragma_cb, bool) -->
<function-decl name='cpp_register_pragma' mangled-name='_Z19cpp_register_pragmaP10cpp_readerPKcS2_PFvS0_Eb' filepath='../.././libcpp/directives.c' line='1214' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z19cpp_register_pragmaP10cpp_readerPKcS2_PFvS0_Eb'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='1214' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='1214' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='space' filepath='../.././libcpp/directives.c' line='1214' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='name' filepath='../.././libcpp/directives.c' line='1214' column='1'/>
<!-- parameter of type 'typedef pragma_cb' -->
- <parameter type-id='type-id-377' name='handler' filepath='../.././libcpp/directives.c' line='1215' column='1'/>
+ <parameter type-id='type-id-375' name='handler' filepath='../.././libcpp/directives.c' line='1215' column='1'/>
<!-- parameter of type 'bool' -->
<parameter type-id='type-id-41' name='allow_expansion' filepath='../.././libcpp/directives.c' line='1215' column='1'/>
<!-- void -->
<!-- void cpp_register_deferred_pragma(cpp_reader*, const char*, const char*, unsigned int, bool, bool) -->
<function-decl name='cpp_register_deferred_pragma' mangled-name='_Z28cpp_register_deferred_pragmaP10cpp_readerPKcS2_jbb' filepath='../.././libcpp/directives.c' line='1237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z28cpp_register_deferred_pragmaP10cpp_readerPKcS2_jbb'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='1237' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='1237' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='space' filepath='../.././libcpp/directives.c' line='1237' column='1'/>
<!-- parameter of type 'const char*' -->
<!-- void _cpp_init_internal_pragmas(cpp_reader*) -->
<function-decl name='_cpp_init_internal_pragmas' mangled-name='_cpp_init_internal_pragmas' filepath='../.././libcpp/directives.c' line='1254' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_init_internal_pragmas'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- char** _cpp_save_pragma_names(cpp_reader*) -->
<function-decl name='_cpp_save_pragma_names' mangled-name='_cpp_save_pragma_names' filepath='../.././libcpp/directives.c' line='1304' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_save_pragma_names'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='1304' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='1304' column='1'/>
<!-- char** -->
<return type-id='type-id-30'/>
</function-decl>
<!-- void _cpp_restore_pragma_names(cpp_reader*, char**) -->
<function-decl name='_cpp_restore_pragma_names' mangled-name='_cpp_restore_pragma_names' filepath='../.././libcpp/directives.c' line='1333' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_restore_pragma_names'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='1333' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='1333' column='1'/>
<!-- parameter of type 'char**' -->
<parameter type-id='type-id-30' name='saved' filepath='../.././libcpp/directives.c' line='1333' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- unsigned int* -->
- <pointer-type-def type-id='type-id-35' size-in-bits='64' id='type-id-378'/>
+ <pointer-type-def type-id='type-id-35' size-in-bits='64' id='type-id-376'/>
<!-- int _cpp_test_assertion(cpp_reader*, unsigned int*) -->
<function-decl name='_cpp_test_assertion' mangled-name='_cpp_test_assertion' filepath='../.././libcpp/directives.c' line='2225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_test_assertion'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='2225' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='2225' column='1'/>
<!-- parameter of type 'unsigned int*' -->
- <parameter type-id='type-id-378' name='value' filepath='../.././libcpp/directives.c' line='2225' column='1'/>
+ <parameter type-id='type-id-376' name='value' filepath='../.././libcpp/directives.c' line='2225' column='1'/>
<!-- int -->
<return type-id='type-id-3'/>
</function-decl>
<!-- typedef cpp_options cpp_options -->
- <typedef-decl name='cpp_options' type-id='type-id-258' filepath='../.././libcpp/include/cpplib.h' line='33' column='1' id='type-id-379'/>
+ <typedef-decl name='cpp_options' type-id='type-id-256' filepath='../.././libcpp/include/cpplib.h' line='33' column='1' id='type-id-377'/>
<!-- cpp_options* -->
- <pointer-type-def type-id='type-id-379' size-in-bits='64' id='type-id-380'/>
+ <pointer-type-def type-id='type-id-377' size-in-bits='64' id='type-id-378'/>
<!-- cpp_options* cpp_get_options(cpp_reader*) -->
<function-decl name='cpp_get_options' mangled-name='_Z15cpp_get_optionsP10cpp_reader' filepath='../.././libcpp/directives.c' line='2492' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15cpp_get_optionsP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='2492' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='2492' column='1'/>
<!-- cpp_options* -->
- <return type-id='type-id-380'/>
+ <return type-id='type-id-378'/>
</function-decl>
<!-- typedef cpp_callbacks cpp_callbacks -->
- <typedef-decl name='cpp_callbacks' type-id='type-id-255' filepath='../.././libcpp/include/cpplib.h' line='38' column='1' id='type-id-381'/>
+ <typedef-decl name='cpp_callbacks' type-id='type-id-253' filepath='../.././libcpp/include/cpplib.h' line='38' column='1' id='type-id-379'/>
<!-- cpp_callbacks* -->
- <pointer-type-def type-id='type-id-381' size-in-bits='64' id='type-id-382'/>
+ <pointer-type-def type-id='type-id-379' size-in-bits='64' id='type-id-380'/>
<!-- cpp_callbacks* cpp_get_callbacks(cpp_reader*) -->
<function-decl name='cpp_get_callbacks' mangled-name='_Z17cpp_get_callbacksP10cpp_reader' filepath='../.././libcpp/directives.c' line='2499' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z17cpp_get_callbacksP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='2499' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='2499' column='1'/>
<!-- cpp_callbacks* -->
- <return type-id='type-id-382'/>
+ <return type-id='type-id-380'/>
</function-decl>
<!-- void cpp_set_callbacks(cpp_reader*, cpp_callbacks*) -->
<function-decl name='cpp_set_callbacks' mangled-name='_Z17cpp_set_callbacksP10cpp_readerP13cpp_callbacks' filepath='../.././libcpp/directives.c' line='2506' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z17cpp_set_callbacksP10cpp_readerP13cpp_callbacks'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='2506' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='2506' column='1'/>
<!-- parameter of type 'cpp_callbacks*' -->
- <parameter type-id='type-id-382' name='cb' filepath='../.././libcpp/directives.c' line='2506' column='1'/>
+ <parameter type-id='type-id-380' name='cb' filepath='../.././libcpp/directives.c' line='2506' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- deps* cpp_get_deps(cpp_reader*) -->
<function-decl name='cpp_get_deps' mangled-name='_Z12cpp_get_depsP10cpp_reader' filepath='../.././libcpp/directives.c' line='2513' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12cpp_get_depsP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='2513' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='2513' column='1'/>
<!-- deps* -->
- <return type-id='type-id-253'/>
+ <return type-id='type-id-251'/>
</function-decl>
<!-- cpp_buffer* cpp_push_buffer(cpp_reader*, const uchar*, size_t, int) -->
<function-decl name='cpp_push_buffer' mangled-name='_Z15cpp_push_bufferP10cpp_readerPKhmi' filepath='../.././libcpp/directives.c' line='2524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15cpp_push_bufferP10cpp_readerPKhmi'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='2524' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='2524' column='1'/>
<!-- parameter of type 'const uchar*' -->
- <parameter type-id='type-id-269' name='buffer' filepath='../.././libcpp/directives.c' line='2524' column='1'/>
+ <parameter type-id='type-id-267' name='buffer' filepath='../.././libcpp/directives.c' line='2524' column='1'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='len' filepath='../.././libcpp/directives.c' line='2524' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3' name='from_stage3' filepath='../.././libcpp/directives.c' line='2525' column='1'/>
<!-- cpp_buffer* -->
- <return type-id='type-id-239'/>
+ <return type-id='type-id-237'/>
</function-decl>
<!-- void cpp_unassert(cpp_reader*, const char*) -->
<function-decl name='cpp_unassert' mangled-name='_Z12cpp_unassertP10cpp_readerPKc' filepath='../.././libcpp/directives.c' line='2462' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12cpp_unassertP10cpp_readerPKc'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- void -->
<!-- void cpp_assert(cpp_reader*, const char*) -->
<function-decl name='cpp_assert' mangled-name='_Z10cpp_assertP10cpp_readerPKc' filepath='../.././libcpp/directives.c' line='2455' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z10cpp_assertP10cpp_readerPKc'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- void -->
<!-- void cpp_undef(cpp_reader*, const char*) -->
<function-decl name='cpp_undef' mangled-name='_Z9cpp_undefP10cpp_readerPKc' filepath='../.././libcpp/directives.c' line='2391' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9cpp_undefP10cpp_readerPKc'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- void -->
<!-- void _cpp_define_builtin(cpp_reader*, const char*) -->
<function-decl name='_cpp_define_builtin' mangled-name='_cpp_define_builtin' filepath='../.././libcpp/directives.c' line='2380' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_define_builtin'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- void -->
<!-- void cpp_define(cpp_reader*, const char*) -->
<function-decl name='cpp_define' mangled-name='_Z10cpp_defineP10cpp_readerPKc' filepath='../.././libcpp/directives.c' line='2331' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z10cpp_defineP10cpp_readerPKc'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- void -->
<!-- void cpp_define_formatted(cpp_reader*, const char*, ...) -->
<function-decl name='cpp_define_formatted' mangled-name='_Z20cpp_define_formattedP10cpp_readerPKcz' filepath='../.././libcpp/directives.c' line='2364' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z20cpp_define_formattedP10cpp_readerPKcz'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='2364' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='2364' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='fmt' filepath='../.././libcpp/directives.c' line='2364' column='1'/>
<parameter is-variadic='yes'/>
<!-- void _cpp_init_directives(cpp_reader*) -->
<function-decl name='_cpp_init_directives' mangled-name='_cpp_init_directives' filepath='../.././libcpp/directives.c' line='2580' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_init_directives'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- cpp_hashnode* cpp_lookup(cpp_reader*, const unsigned char*, unsigned int) -->
<function-decl name='cpp_lookup' mangled-name='_Z10cpp_lookupP10cpp_readerPKhj' filepath='../.././libcpp/include/cpplib.h' line='991' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z10cpp_lookupP10cpp_readerPKhj'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const unsigned char*' -->
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-145'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-35'/>
<!-- cpp_hashnode* -->
<!-- unsigned char* cpp_output_line_to_string(cpp_reader*, const unsigned char*) -->
<function-decl name='cpp_output_line_to_string' mangled-name='_Z25cpp_output_line_to_stringP10cpp_readerPKh' filepath='../.././libcpp/include/cpplib.h' line='945' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z25cpp_output_line_to_stringP10cpp_readerPKh'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const unsigned char*' -->
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-145'/>
<!-- unsigned char* -->
- <return type-id='type-id-238'/>
+ <return type-id='type-id-236'/>
</function-decl>
<!-- bool cpp_warning_with_line_syshdr(cpp_reader*, int, source_location, unsigned int, const char*, ...) -->
<function-decl name='cpp_warning_with_line_syshdr' mangled-name='_Z28cpp_warning_with_line_syshdrP10cpp_readerijjPKcz' filepath='../.././libcpp/include/cpplib.h' line='938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z28cpp_warning_with_line_syshdrP10cpp_readerijjPKcz'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'typedef source_location' -->
<!-- bool _cpp_parse_expr(cpp_reader*, bool) -->
<function-decl name='_cpp_parse_expr' mangled-name='_cpp_parse_expr' filepath='../.././libcpp/internal.h' line='642' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_parse_expr'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'bool' -->
<parameter type-id='type-id-41'/>
<!-- bool -->
<!-- void _cpp_overlay_buffer(cpp_reader*, const unsigned char*, size_t) -->
<function-decl name='_cpp_overlay_buffer' filepath='../.././libcpp/internal.h' line='690' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const unsigned char*' -->
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-145'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- void -->
<return type-id='type-id-2'/>
</function-decl>
<!-- enum include_type -->
- <enum-decl name='include_type' filepath='../.././libcpp/internal.h' line='120' column='1' id='type-id-383'>
+ <enum-decl name='include_type' filepath='../.././libcpp/internal.h' line='120' column='1' id='type-id-381'>
<underlying-type type-id='type-id-92'/>
<enumerator name='IT_INCLUDE' value='0'/>
<enumerator name='IT_INCLUDE_NEXT' value='1'/>
<!-- bool _cpp_stack_include(cpp_reader*, const char*, int, include_type) -->
<function-decl name='_cpp_stack_include' mangled-name='_cpp_stack_include' filepath='../.././libcpp/internal.h' line='629' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_stack_include'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'enum include_type' -->
- <parameter type-id='type-id-383'/>
+ <parameter type-id='type-id-381'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-decl>
<!-- int _cpp_compare_file_date(cpp_reader*, const char*, int) -->
<function-decl name='_cpp_compare_file_date' mangled-name='_cpp_compare_file_date' filepath='../.././libcpp/internal.h' line='631' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_compare_file_date'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- parameter of type 'int' -->
<!-- cpp_hashnode* _cpp_lex_identifier(cpp_reader*, const char*) -->
<function-decl name='_cpp_lex_identifier' mangled-name='_cpp_lex_identifier' filepath='../.././libcpp/internal.h' line='655' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_lex_identifier'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- cpp_hashnode* -->
<!-- void _cpp_mark_file_once_only(cpp_reader*, _cpp_file*) -->
<function-decl name='_cpp_mark_file_once_only' mangled-name='_cpp_mark_file_once_only' filepath='../.././libcpp/internal.h' line='626' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_mark_file_once_only'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type '_cpp_file*' -->
- <parameter type-id='type-id-247'/>
+ <parameter type-id='type-id-245'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void cpp_make_system_header(cpp_reader*, int, int) -->
<function-decl name='cpp_make_system_header' mangled-name='_Z22cpp_make_system_headerP10cpp_readerii' filepath='../.././libcpp/include/cpplib.h' line='1006' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z22cpp_make_system_headerP10cpp_readerii'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'int' -->
<return type-id='type-id-1'/>
</function-decl>
<!-- int (cpp_reader*, cpp_hashnode*, void*)* -->
- <pointer-type-def type-id='type-id-384' size-in-bits='64' id='type-id-385'/>
+ <pointer-type-def type-id='type-id-382' size-in-bits='64' id='type-id-383'/>
<!-- typedef int (cpp_reader*, cpp_hashnode*, void*)* cpp_cb -->
- <typedef-decl name='cpp_cb' type-id='type-id-385' filepath='../.././libcpp/include/cpplib.h' line='994' column='1' id='type-id-386'/>
+ <typedef-decl name='cpp_cb' type-id='type-id-383' filepath='../.././libcpp/include/cpplib.h' line='994' column='1' id='type-id-384'/>
<!-- void cpp_forall_identifiers(cpp_reader*, cpp_cb, void*) -->
<function-decl name='cpp_forall_identifiers' mangled-name='_Z22cpp_forall_identifiersP10cpp_readerPFiS0_P12cpp_hashnodePvES3_' filepath='../.././libcpp/include/cpplib.h' line='995' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z22cpp_forall_identifiersP10cpp_readerPFiS0_P12cpp_hashnodePvES3_'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'typedef cpp_cb' -->
- <parameter type-id='type-id-386'/>
+ <parameter type-id='type-id-384'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- cpp_string* -->
- <pointer-type-def type-id='type-id-324' size-in-bits='64' id='type-id-387'/>
+ <pointer-type-def type-id='type-id-322' size-in-bits='64' id='type-id-385'/>
<!-- bool cpp_interpret_string_notranslate(cpp_reader*, const cpp_string*, size_t, cpp_string*, cpp_ttype) -->
<function-decl name='cpp_interpret_string_notranslate' mangled-name='_Z32cpp_interpret_string_notranslateP10cpp_readerPK10cpp_stringmPS1_9cpp_ttype' filepath='../.././libcpp/include/cpplib.h' line='774' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z32cpp_interpret_string_notranslateP10cpp_readerPK10cpp_stringmPS1_9cpp_ttype'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const cpp_string*' -->
- <parameter type-id='type-id-326'/>
+ <parameter type-id='type-id-324'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- parameter of type 'cpp_string*' -->
- <parameter type-id='type-id-387'/>
+ <parameter type-id='type-id-385'/>
<!-- parameter of type 'enum cpp_ttype' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-161'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-decl>
<!-- void _cpp_fake_include(cpp_reader*, const char*) -->
<function-decl name='_cpp_fake_include' mangled-name='_cpp_fake_include' filepath='../.././libcpp/internal.h' line='627' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_fake_include'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- void -->
<!-- deps* deps_init() -->
<function-decl name='deps_init' mangled-name='_Z9deps_initv' filepath='../.././libcpp/include/mkdeps.h' line='32' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9deps_initv'>
<!-- deps* -->
- <return type-id='type-id-253'/>
+ <return type-id='type-id-251'/>
</function-decl>
<!-- void _cpp_pop_file_buffer(cpp_reader*, _cpp_file*) -->
<function-decl name='_cpp_pop_file_buffer' mangled-name='_cpp_pop_file_buffer' filepath='../.././libcpp/internal.h' line='635' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_pop_file_buffer'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type '_cpp_file*' -->
- <parameter type-id='type-id-247'/>
+ <parameter type-id='type-id-245'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<return type-id='type-id-5'/>
</function-decl>
<!-- int (cpp_reader*, cpp_hashnode*, void*) -->
- <function-type size-in-bits='64' id='type-id-384'>
+ <function-type size-in-bits='64' id='type-id-382'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile'/>
+ <parameter type-id='type-id-316' name='pfile'/>
<!-- parameter of type 'cpp_hashnode*' -->
<parameter type-id='type-id-133' name='node'/>
<!-- parameter of type 'void*' -->
<!-- bool cpp_warning_syshdr(cpp_reader*, int, const char*, ...) -->
<function-decl name='cpp_warning_syshdr' mangled-name='_Z18cpp_warning_syshdrP10cpp_readeriPKcz' filepath='../.././libcpp/errors.c' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z18cpp_warning_syshdrP10cpp_readeriPKcz'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'const char*' -->
<!-- cpp_ttype cpp_userdef_string_remove_type(cpp_ttype) -->
<function-decl name='cpp_userdef_string_remove_type' mangled-name='_Z30cpp_userdef_string_remove_type9cpp_ttype' filepath='../.././libcpp/expr.c' line='240' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z30cpp_userdef_string_remove_type9cpp_ttype'>
<!-- parameter of type 'enum cpp_ttype' -->
- <parameter type-id='type-id-163' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
+ <parameter type-id='type-id-161' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
<!-- enum cpp_ttype -->
- <return type-id='type-id-163'/>
+ <return type-id='type-id-161'/>
</function-decl>
<!-- cpp_ttype cpp_userdef_string_add_type(cpp_ttype) -->
<function-decl name='cpp_userdef_string_add_type' mangled-name='_Z27cpp_userdef_string_add_type9cpp_ttype' filepath='../.././libcpp/expr.c' line='260' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z27cpp_userdef_string_add_type9cpp_ttype'>
<!-- parameter of type 'enum cpp_ttype' -->
- <parameter type-id='type-id-163' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
+ <parameter type-id='type-id-161' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
<!-- enum cpp_ttype -->
- <return type-id='type-id-163'/>
+ <return type-id='type-id-161'/>
</function-decl>
<!-- cpp_ttype cpp_userdef_char_remove_type(cpp_ttype) -->
<function-decl name='cpp_userdef_char_remove_type' mangled-name='_Z28cpp_userdef_char_remove_type9cpp_ttype' filepath='../.././libcpp/expr.c' line='280' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z28cpp_userdef_char_remove_type9cpp_ttype'>
<!-- parameter of type 'enum cpp_ttype' -->
- <parameter type-id='type-id-163' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
+ <parameter type-id='type-id-161' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
<!-- enum cpp_ttype -->
- <return type-id='type-id-163'/>
+ <return type-id='type-id-161'/>
</function-decl>
<!-- cpp_ttype cpp_userdef_char_add_type(cpp_ttype) -->
<function-decl name='cpp_userdef_char_add_type' mangled-name='_Z25cpp_userdef_char_add_type9cpp_ttype' filepath='../.././libcpp/expr.c' line='298' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z25cpp_userdef_char_add_type9cpp_ttype'>
<!-- parameter of type 'enum cpp_ttype' -->
- <parameter type-id='type-id-163' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
+ <parameter type-id='type-id-161' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
<!-- enum cpp_ttype -->
- <return type-id='type-id-163'/>
+ <return type-id='type-id-161'/>
</function-decl>
<!-- bool cpp_userdef_string_p(cpp_ttype) -->
<function-decl name='cpp_userdef_string_p' mangled-name='_Z20cpp_userdef_string_p9cpp_ttype' filepath='../.././libcpp/expr.c' line='314' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z20cpp_userdef_string_p9cpp_ttype'>
<!-- parameter of type 'enum cpp_ttype' -->
- <parameter type-id='type-id-163' name='type' filepath='../.././libcpp/expr.c' line='314' column='1'/>
+ <parameter type-id='type-id-161' name='type' filepath='../.././libcpp/expr.c' line='314' column='1'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-decl>
<!-- bool cpp_userdef_char_p(cpp_ttype) -->
<function-decl name='cpp_userdef_char_p' mangled-name='_Z18cpp_userdef_char_p9cpp_ttype' filepath='../.././libcpp/expr.c' line='328' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z18cpp_userdef_char_p9cpp_ttype'>
<!-- parameter of type 'enum cpp_ttype' -->
- <parameter type-id='type-id-163' name='type' filepath='../.././libcpp/expr.c' line='314' column='1'/>
+ <parameter type-id='type-id-161' name='type' filepath='../.././libcpp/expr.c' line='314' column='1'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-decl>
<!-- const char* cpp_get_userdef_suffix(const cpp_token*) -->
<function-decl name='cpp_get_userdef_suffix' mangled-name='_Z22cpp_get_userdef_suffixPK9cpp_token' filepath='../.././libcpp/expr.c' line='341' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z22cpp_get_userdef_suffixPK9cpp_token'>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291' name='tok' filepath='../.././libcpp/expr.c' line='341' column='1'/>
+ <parameter type-id='type-id-289' name='tok' filepath='../.././libcpp/expr.c' line='341' column='1'/>
<!-- const char* -->
<return type-id='type-id-8'/>
</function-decl>
<!-- unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**) -->
<function-decl name='cpp_classify_number' mangled-name='_Z19cpp_classify_numberP10cpp_readerPK9cpp_tokenPPKc' filepath='../.././libcpp/expr.c' line='364' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z19cpp_classify_numberP10cpp_readerPK9cpp_tokenPPKc'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/expr.c' line='364' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/expr.c' line='364' column='1'/>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291' name='token' filepath='../.././libcpp/expr.c' line='364' column='1'/>
+ <parameter type-id='type-id-289' name='token' filepath='../.././libcpp/expr.c' line='364' column='1'/>
<!-- parameter of type 'const char**' -->
- <parameter type-id='type-id-271' name='ud_suffix' filepath='../.././libcpp/expr.c' line='365' column='1'/>
+ <parameter type-id='type-id-269' name='ud_suffix' filepath='../.././libcpp/expr.c' line='365' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-35'/>
</function-decl>
<!-- cpp_num cpp_interpret_integer(cpp_reader*, const cpp_token*, unsigned int) -->
<function-decl name='cpp_interpret_integer' mangled-name='_Z21cpp_interpret_integerP10cpp_readerPK9cpp_tokenj' filepath='../.././libcpp/expr.c' line='635' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z21cpp_interpret_integerP10cpp_readerPK9cpp_tokenj'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/expr.c' line='635' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/expr.c' line='635' column='1'/>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291' name='token' filepath='../.././libcpp/expr.c' line='635' column='1'/>
+ <parameter type-id='type-id-289' name='token' filepath='../.././libcpp/expr.c' line='635' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-35' name='type' filepath='../.././libcpp/expr.c' line='636' column='1'/>
<!-- typedef cpp_num -->
- <return type-id='type-id-348'/>
+ <return type-id='type-id-346'/>
</function-decl>
<!-- op* _cpp_expand_op_stack(cpp_reader*) -->
<function-decl name='_cpp_expand_op_stack' mangled-name='_cpp_expand_op_stack' filepath='../.././libcpp/expr.c' line='1396' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_expand_op_stack'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/expr.c' line='1396' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/expr.c' line='1396' column='1'/>
<!-- op* -->
- <return type-id='type-id-257'/>
+ <return type-id='type-id-255'/>
</function-decl>
<!-- cpp_num cpp_num_sign_extend(cpp_num, size_t) -->
<function-decl name='cpp_num_sign_extend' mangled-name='_Z19cpp_num_sign_extend7cpp_numm' filepath='../.././libcpp/expr.c' line='1464' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z19cpp_num_sign_extend7cpp_numm'>
<!-- parameter of type 'typedef cpp_num' -->
- <parameter type-id='type-id-348' name='num' filepath='../.././libcpp/expr.c' line='1464' column='1'/>
+ <parameter type-id='type-id-346' name='num' filepath='../.././libcpp/expr.c' line='1464' column='1'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='precision' filepath='../.././libcpp/expr.c' line='1464' column='1'/>
<!-- typedef cpp_num -->
- <return type-id='type-id-348'/>
+ <return type-id='type-id-346'/>
</function-decl>
<!-- typedef unsigned int cppchar_t -->
- <typedef-decl name='cppchar_t' type-id='type-id-35' filepath='../.././libcpp/include/cpplib.h' line='269' column='1' id='type-id-388'/>
+ <typedef-decl name='cppchar_t' type-id='type-id-35' filepath='../.././libcpp/include/cpplib.h' line='269' column='1' id='type-id-386'/>
<!-- cppchar_t cpp_interpret_charconst(cpp_reader*, const cpp_token*, unsigned int*, int*) -->
<function-decl name='cpp_interpret_charconst' mangled-name='_Z23cpp_interpret_charconstP10cpp_readerPK9cpp_tokenPjPi' filepath='../.././libcpp/include/cpplib.h' line='768' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z23cpp_interpret_charconstP10cpp_readerPK9cpp_tokenPjPi'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291'/>
+ <parameter type-id='type-id-289'/>
<!-- parameter of type 'unsigned int*' -->
- <parameter type-id='type-id-378'/>
+ <parameter type-id='type-id-376'/>
<!-- parameter of type 'int*' -->
<parameter type-id='type-id-62'/>
<!-- typedef cppchar_t -->
- <return type-id='type-id-388'/>
+ <return type-id='type-id-386'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/files.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<!-- bool _cpp_find_failed(_cpp_file*) -->
<function-decl name='_cpp_find_failed' mangled-name='_cpp_find_failed' filepath='../.././libcpp/files.c' line='432' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_find_failed'>
<!-- parameter of type '_cpp_file*' -->
- <parameter type-id='type-id-247' name='file' filepath='../.././libcpp/files.c' line='432' column='1'/>
+ <parameter type-id='type-id-245' name='file' filepath='../.././libcpp/files.c' line='432' column='1'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-decl>
<!-- _cpp_file* _cpp_find_file(cpp_reader*, const char*, cpp_dir*, bool, int) -->
<function-decl name='_cpp_find_file' mangled-name='_cpp_find_file' filepath='../.././libcpp/files.c' line='452' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_find_file'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='452' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='452' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='fname' filepath='../.././libcpp/files.c' line='452' column='1'/>
<!-- parameter of type 'cpp_dir*' -->
- <parameter type-id='type-id-245' name='start_dir' filepath='../.././libcpp/files.c' line='452' column='1'/>
+ <parameter type-id='type-id-243' name='start_dir' filepath='../.././libcpp/files.c' line='452' column='1'/>
<!-- parameter of type 'bool' -->
<parameter type-id='type-id-41' name='fake' filepath='../.././libcpp/files.c' line='452' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3' name='angle_brackets' filepath='../.././libcpp/files.c' line='452' column='1'/>
<!-- _cpp_file* -->
- <return type-id='type-id-247'/>
+ <return type-id='type-id-245'/>
</function-decl>
<!-- bool _cpp_stack_file(cpp_reader*, _cpp_file*, bool) -->
<function-decl name='_cpp_stack_file' mangled-name='_cpp_stack_file' filepath='../.././libcpp/files.c' line='796' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_stack_file'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='796' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='796' column='1'/>
<!-- parameter of type '_cpp_file*' -->
- <parameter type-id='type-id-247' name='file' filepath='../.././libcpp/files.c' line='796' column='1'/>
+ <parameter type-id='type-id-245' name='file' filepath='../.././libcpp/files.c' line='796' column='1'/>
<!-- parameter of type 'bool' -->
<parameter type-id='type-id-41' name='import' filepath='../.././libcpp/files.c' line='796' column='1'/>
<!-- bool -->
<!-- bool cpp_included(cpp_reader*, const char*) -->
<function-decl name='cpp_included' mangled-name='_Z12cpp_includedP10cpp_readerPKc' filepath='../.././libcpp/files.c' line='1097' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12cpp_includedP10cpp_readerPKc'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='1097' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='1097' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='fname' filepath='../.././libcpp/files.c' line='1097' column='1'/>
<!-- bool -->
<!-- bool cpp_included_before(cpp_reader*, const char*, source_location) -->
<function-decl name='cpp_included_before' mangled-name='_Z19cpp_included_beforeP10cpp_readerPKcj' filepath='../.././libcpp/files.c' line='1114' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z19cpp_included_beforeP10cpp_readerPKcj'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='1114' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='1114' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='fname' filepath='../.././libcpp/files.c' line='1114' column='1'/>
<!-- parameter of type 'typedef source_location' -->
<!-- void _cpp_init_files(cpp_reader*) -->
<function-decl name='_cpp_init_files' mangled-name='_cpp_init_files' filepath='../.././libcpp/files.c' line='1170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_init_files'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void _cpp_cleanup_files(cpp_reader*) -->
<function-decl name='_cpp_cleanup_files' mangled-name='_cpp_cleanup_files' filepath='../.././libcpp/files.c' line='1187' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_cleanup_files'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void cpp_clear_file_cache(cpp_reader*) -->
<function-decl name='cpp_clear_file_cache' mangled-name='_Z20cpp_clear_file_cacheP10cpp_reader' filepath='../.././libcpp/files.c' line='1200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z20cpp_clear_file_cacheP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void cpp_change_file(cpp_reader*, lc_reason, const char*) -->
<function-decl name='cpp_change_file' mangled-name='_Z15cpp_change_fileP10cpp_reader9lc_reasonPKc' filepath='../.././libcpp/files.c' line='1236' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15cpp_change_fileP10cpp_reader9lc_reasonPKc'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='1236' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='1236' column='1'/>
<!-- parameter of type 'enum lc_reason' -->
<parameter type-id='type-id-130' name='reason' filepath='../.././libcpp/files.c' line='1236' column='1'/>
<!-- parameter of type 'const char*' -->
<!-- void _cpp_report_missing_guards(cpp_reader*) -->
<function-decl name='_cpp_report_missing_guards' mangled-name='_cpp_report_missing_guards' filepath='../.././libcpp/files.c' line='1289' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_report_missing_guards'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- bool cpp_push_include(cpp_reader*, const char*) -->
<function-decl name='cpp_push_include' mangled-name='_Z16cpp_push_includeP10cpp_readerPKc' filepath='../.././libcpp/files.c' line='1346' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z16cpp_push_includeP10cpp_readerPKc'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='1097' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='1097' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='fname' filepath='../.././libcpp/files.c' line='1097' column='1'/>
<!-- bool -->
<!-- void cpp_set_include_chains(cpp_reader*, cpp_dir*, cpp_dir*, int) -->
<function-decl name='cpp_set_include_chains' mangled-name='_Z22cpp_set_include_chainsP10cpp_readerP7cpp_dirS2_i' filepath='../.././libcpp/files.c' line='1393' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z22cpp_set_include_chainsP10cpp_readerP7cpp_dirS2_i'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='1393' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='1393' column='1'/>
<!-- parameter of type 'cpp_dir*' -->
- <parameter type-id='type-id-245' name='quote' filepath='../.././libcpp/files.c' line='1393' column='1'/>
+ <parameter type-id='type-id-243' name='quote' filepath='../.././libcpp/files.c' line='1393' column='1'/>
<!-- parameter of type 'cpp_dir*' -->
- <parameter type-id='type-id-245' name='bracket' filepath='../.././libcpp/files.c' line='1393' column='1'/>
+ <parameter type-id='type-id-243' name='bracket' filepath='../.././libcpp/files.c' line='1393' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3' name='quote_ignores_source_dir' filepath='../.././libcpp/files.c' line='1394' column='1'/>
<!-- void -->
<!-- const char* cpp_get_path(_cpp_file*) -->
<function-decl name='cpp_get_path' mangled-name='_Z12cpp_get_pathP9_cpp_file' filepath='../.././libcpp/files.c' line='1603' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12cpp_get_pathP9_cpp_file'>
<!-- parameter of type '_cpp_file*' -->
- <parameter type-id='type-id-247'/>
+ <parameter type-id='type-id-245'/>
<!-- const char* -->
<return type-id='type-id-8'/>
</function-decl>
<!-- cpp_dir* cpp_get_dir(_cpp_file*) -->
<function-decl name='cpp_get_dir' mangled-name='_Z11cpp_get_dirP9_cpp_file' filepath='../.././libcpp/files.c' line='1611' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z11cpp_get_dirP9_cpp_file'>
<!-- parameter of type '_cpp_file*' -->
- <parameter type-id='type-id-247' name='f' filepath='../.././libcpp/files.c' line='1611' column='1'/>
+ <parameter type-id='type-id-245' name='f' filepath='../.././libcpp/files.c' line='1611' column='1'/>
<!-- cpp_dir* -->
- <return type-id='type-id-245'/>
+ <return type-id='type-id-243'/>
</function-decl>
<!-- cpp_buffer* cpp_get_prev(cpp_buffer*) -->
<function-decl name='cpp_get_prev' mangled-name='_Z12cpp_get_prevP10cpp_buffer' filepath='../.././libcpp/files.c' line='1637' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12cpp_get_prevP10cpp_buffer'>
<!-- parameter of type 'cpp_buffer*' -->
- <parameter type-id='type-id-239' name='b' filepath='../.././libcpp/files.c' line='1637' column='1'/>
+ <parameter type-id='type-id-237' name='b' filepath='../.././libcpp/files.c' line='1637' column='1'/>
<!-- cpp_buffer* -->
- <return type-id='type-id-239'/>
+ <return type-id='type-id-237'/>
</function-decl>
<!-- bool _cpp_save_file_entries(cpp_reader*, FILE*) -->
<function-decl name='_cpp_save_file_entries' mangled-name='_cpp_save_file_entries' filepath='../.././libcpp/files.c' line='1684' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_save_file_entries'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='1684' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='1684' column='1'/>
<!-- parameter of type 'FILE*' -->
<parameter type-id='type-id-27' name='fp' filepath='../.././libcpp/files.c' line='1684' column='1'/>
<!-- bool -->
<!-- bool _cpp_read_file_entries(cpp_reader*, FILE*) -->
<function-decl name='_cpp_read_file_entries' mangled-name='_cpp_read_file_entries' filepath='../.././libcpp/files.c' line='1751' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_read_file_entries'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='1684' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='1684' column='1'/>
<!-- parameter of type 'FILE*' -->
<parameter type-id='type-id-27' name='fp' filepath='../.././libcpp/files.c' line='1684' column='1'/>
<!-- bool -->
<!-- void deps_add_dep(deps*, const char*) -->
<function-decl name='deps_add_dep' mangled-name='_Z12deps_add_depP4depsPKc' filepath='../.././libcpp/include/mkdeps.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12deps_add_depP4depsPKc'>
<!-- parameter of type 'deps*' -->
- <parameter type-id='type-id-253'/>
+ <parameter type-id='type-id-251'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- void -->
<return type-id='type-id-2'/>
</function-decl>
<!-- typedef long int __ssize_t -->
- <typedef-decl name='__ssize_t' type-id='type-id-21' filepath='/usr/include/bits/types.h' line='180' column='1' id='type-id-389'/>
+ <typedef-decl name='__ssize_t' type-id='type-id-21' filepath='/usr/include/bits/types.h' line='180' column='1' id='type-id-387'/>
<!-- typedef __ssize_t ssize_t -->
- <typedef-decl name='ssize_t' type-id='type-id-389' filepath='/usr/include/stdio.h' line='103' column='1' id='type-id-390'/>
+ <typedef-decl name='ssize_t' type-id='type-id-387' filepath='/usr/include/stdio.h' line='103' column='1' id='type-id-388'/>
<!-- ssize_t read(int, void*, size_t) -->
<function-decl name='read' filepath='/usr/include/unistd.h' line='357' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'int' -->
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- typedef ssize_t -->
- <return type-id='type-id-390'/>
+ <return type-id='type-id-388'/>
</function-decl>
<!-- const unsigned char** -->
- <pointer-type-def type-id='type-id-146' size-in-bits='64' id='type-id-391'/>
+ <pointer-type-def type-id='type-id-145' size-in-bits='64' id='type-id-389'/>
<!-- typedef __off_t off_t -->
- <typedef-decl name='off_t' type-id='type-id-13' filepath='/usr/include/stdio.h' line='91' column='1' id='type-id-392'/>
+ <typedef-decl name='off_t' type-id='type-id-13' filepath='/usr/include/stdio.h' line='91' column='1' id='type-id-390'/>
<!-- off_t* -->
- <pointer-type-def type-id='type-id-392' size-in-bits='64' id='type-id-393'/>
+ <pointer-type-def type-id='type-id-390' size-in-bits='64' id='type-id-391'/>
<!-- unsigned char* _cpp_convert_input(cpp_reader*, const char*, unsigned char*, size_t, size_t, const unsigned char**, off_t*) -->
<function-decl name='_cpp_convert_input' filepath='../.././libcpp/internal.h' line='727' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- parameter of type 'unsigned char*' -->
- <parameter type-id='type-id-238'/>
+ <parameter type-id='type-id-236'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- parameter of type 'const unsigned char**' -->
- <parameter type-id='type-id-391'/>
+ <parameter type-id='type-id-389'/>
<!-- parameter of type 'off_t*' -->
- <parameter type-id='type-id-393'/>
+ <parameter type-id='type-id-391'/>
<!-- unsigned char* -->
- <return type-id='type-id-238'/>
+ <return type-id='type-id-236'/>
</function-decl>
<!-- struct __dirstream -->
- <class-decl name='__dirstream' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-394'/>
+ <class-decl name='__dirstream' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-392'/>
<!-- typedef __dirstream DIR -->
- <typedef-decl name='DIR' type-id='type-id-394' filepath='/usr/include/dirent.h' line='128' column='1' id='type-id-395'/>
+ <typedef-decl name='DIR' type-id='type-id-392' filepath='/usr/include/dirent.h' line='128' column='1' id='type-id-393'/>
<!-- DIR* -->
- <pointer-type-def type-id='type-id-395' size-in-bits='64' id='type-id-396'/>
+ <pointer-type-def type-id='type-id-393' size-in-bits='64' id='type-id-394'/>
<!-- DIR* opendir(const char*) -->
<function-decl name='opendir' filepath='/usr/include/dirent.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- DIR* -->
- <return type-id='type-id-396'/>
+ <return type-id='type-id-394'/>
</function-decl>
<!-- struct dirent -->
- <class-decl name='dirent' size-in-bits='2240' is-struct='yes' visibility='default' filepath='/usr/include/bits/dirent.h' line='23' column='1' id='type-id-397'>
+ <class-decl name='dirent' size-in-bits='2240' is-struct='yes' visibility='default' filepath='/usr/include/bits/dirent.h' line='23' column='1' id='type-id-395'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- __ino_t dirent::d_ino -->
<var-decl name='d_ino' type-id='type-id-45' visibility='default' filepath='/usr/include/bits/dirent.h' line='26' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='152'>
<!-- char dirent::d_name[256] -->
- <var-decl name='d_name' type-id='type-id-398' visibility='default' filepath='/usr/include/bits/dirent.h' line='34' column='1'/>
+ <var-decl name='d_name' type-id='type-id-396' visibility='default' filepath='/usr/include/bits/dirent.h' line='34' column='1'/>
</data-member>
</class-decl>
<!-- char[256] -->
- <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='2048' id='type-id-398'>
+ <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='2048' id='type-id-396'>
<!-- <anonymous range>[256] -->
- <subrange length='256' type-id='type-id-22' id='type-id-399'/>
+ <subrange length='256' type-id='type-id-22' id='type-id-397'/>
</array-type-def>
<!-- dirent* -->
- <pointer-type-def type-id='type-id-397' size-in-bits='64' id='type-id-400'/>
+ <pointer-type-def type-id='type-id-395' size-in-bits='64' id='type-id-398'/>
<!-- dirent* readdir(DIR*) -->
<function-decl name='readdir' filepath='/usr/include/dirent.h' line='163' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'DIR*' -->
- <parameter type-id='type-id-396'/>
+ <parameter type-id='type-id-394'/>
<!-- dirent* -->
- <return type-id='type-id-400'/>
+ <return type-id='type-id-398'/>
</function-decl>
<!-- int closedir(DIR*) -->
<function-decl name='closedir' filepath='/usr/include/dirent.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'DIR*' -->
- <parameter type-id='type-id-396'/>
+ <parameter type-id='type-id-394'/>
<!-- int -->
<return type-id='type-id-3'/>
</function-decl>
<!-- void* htab_find_with_hash(htab_t, void*, hashval_t) -->
<function-decl name='htab_find_with_hash' filepath='../.././libcpp/../include/hashtab.h' line='177' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195'/>
+ <parameter type-id='type-id-193'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2'/>
<!-- parameter of type 'typedef hashval_t' -->
- <parameter type-id='type-id-175'/>
+ <parameter type-id='type-id-173'/>
<!-- void* -->
<return type-id='type-id-2'/>
</function-decl>
<!-- typedef int (void*, void*)* __compar_fn_t -->
- <typedef-decl name='__compar_fn_t' type-id='type-id-187' filepath='/usr/include/stdlib.h' line='742' column='1' id='type-id-401'/>
+ <typedef-decl name='__compar_fn_t' type-id='type-id-185' filepath='/usr/include/stdlib.h' line='742' column='1' id='type-id-399'/>
<!-- void* bsearch(void*, void*, size_t, size_t, __compar_fn_t) -->
<function-decl name='bsearch' filepath='/usr/include/stdlib.h' line='755' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'void*' -->
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- parameter of type 'typedef __compar_fn_t' -->
- <parameter type-id='type-id-401'/>
+ <parameter type-id='type-id-399'/>
<!-- void* -->
<return type-id='type-id-2'/>
</function-decl>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- parameter of type 'typedef htab_hash' -->
- <parameter type-id='type-id-177'/>
+ <parameter type-id='type-id-175'/>
<!-- parameter of type 'typedef htab_eq' -->
- <parameter type-id='type-id-178'/>
+ <parameter type-id='type-id-176'/>
<!-- parameter of type 'typedef htab_del' -->
- <parameter type-id='type-id-179'/>
+ <parameter type-id='type-id-177'/>
<!-- parameter of type 'typedef htab_alloc' -->
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-178'/>
<!-- parameter of type 'typedef htab_free' -->
- <parameter type-id='type-id-181'/>
+ <parameter type-id='type-id-179'/>
<!-- typedef htab_t -->
- <return type-id='type-id-195'/>
+ <return type-id='type-id-193'/>
</function-decl>
<!-- void htab_delete(htab_t) -->
<function-decl name='htab_delete' filepath='../.././libcpp/../include/hashtab.h' line='172' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195'/>
+ <parameter type-id='type-id-193'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- parameter of type 'typedef __compar_fn_t' -->
- <parameter type-id='type-id-401'/>
+ <parameter type-id='type-id-399'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- size_t htab_elements(htab_t) -->
<function-decl name='htab_elements' filepath='../.././libcpp/../include/hashtab.h' line='188' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195'/>
+ <parameter type-id='type-id-193'/>
<!-- typedef size_t -->
<return type-id='type-id-5'/>
</function-decl>
<!-- int (void**, void*)* -->
- <pointer-type-def type-id='type-id-402' size-in-bits='64' id='type-id-403'/>
+ <pointer-type-def type-id='type-id-400' size-in-bits='64' id='type-id-401'/>
<!-- typedef int (void**, void*)* htab_trav -->
- <typedef-decl name='htab_trav' type-id='type-id-403' filepath='../.././libcpp/../include/hashtab.h' line='69' column='1' id='type-id-404'/>
+ <typedef-decl name='htab_trav' type-id='type-id-401' filepath='../.././libcpp/../include/hashtab.h' line='69' column='1' id='type-id-402'/>
<!-- void htab_traverse(htab_t, htab_trav, void*) -->
<function-decl name='htab_traverse' filepath='../.././libcpp/../include/hashtab.h' line='184' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195'/>
+ <parameter type-id='type-id-193'/>
<!-- parameter of type 'typedef htab_trav' -->
- <parameter type-id='type-id-404'/>
+ <parameter type-id='type-id-402'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2'/>
<!-- void -->
<return type-id='type-id-5'/>
</function-decl>
<!-- int (void**, void*) -->
- <function-type size-in-bits='64' id='type-id-402'>
+ <function-type size-in-bits='64' id='type-id-400'>
<!-- parameter of type 'void**' -->
<parameter type-id='type-id-102'/>
<!-- parameter of type 'void*' -->
<!-- void _cpp_destroy_hashtable(cpp_reader*) -->
<function-decl name='_cpp_destroy_hashtable' mangled-name='_cpp_destroy_hashtable' filepath='../.././libcpp/identifiers.c' line='80' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_destroy_hashtable'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void _cpp_init_hashtable(cpp_reader*, hash_table*) -->
<function-decl name='_cpp_init_hashtable' mangled-name='_cpp_init_hashtable' filepath='../.././libcpp/identifiers.c' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_init_hashtable'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/identifiers.c' line='48' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/identifiers.c' line='48' column='1'/>
<!-- parameter of type 'hash_table*' -->
- <parameter type-id='type-id-345' name='table' filepath='../.././libcpp/identifiers.c' line='48' column='1'/>
+ <parameter type-id='type-id-343' name='table' filepath='../.././libcpp/identifiers.c' line='48' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- int cpp_defined(cpp_reader*, const unsigned char*, int) -->
<function-decl name='cpp_defined' mangled-name='_Z11cpp_definedP10cpp_readerPKhi' filepath='../.././libcpp/identifiers.c' line='100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z11cpp_definedP10cpp_readerPKhi'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/identifiers.c' line='100' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/identifiers.c' line='100' column='1'/>
<!-- parameter of type 'const unsigned char*' -->
- <parameter type-id='type-id-146' name='str' filepath='../.././libcpp/identifiers.c' line='100' column='1'/>
+ <parameter type-id='type-id-145' name='str' filepath='../.././libcpp/identifiers.c' line='100' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3' name='len' filepath='../.././libcpp/identifiers.c' line='100' column='1'/>
<!-- int -->
<!-- void ht_destroy(hash_table*) -->
<function-decl name='ht_destroy' mangled-name='_Z10ht_destroyP2ht' filepath='../.././libcpp/include/symtab.h' line='77' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z10ht_destroyP2ht'>
<!-- parameter of type 'hash_table*' -->
- <parameter type-id='type-id-345'/>
+ <parameter type-id='type-id-343'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-35'/>
<!-- hash_table* -->
- <return type-id='type-id-345'/>
+ <return type-id='type-id-343'/>
</function-decl>
<!-- int (cpp_reader*, typedef hashnode, void*)* -->
- <pointer-type-def type-id='type-id-405' size-in-bits='64' id='type-id-406'/>
+ <pointer-type-def type-id='type-id-403' size-in-bits='64' id='type-id-404'/>
<!-- typedef int (cpp_reader*, typedef hashnode, void*)* ht_cb -->
- <typedef-decl name='ht_cb' type-id='type-id-406' filepath='../.././libcpp/include/symtab.h' line='90' column='1' id='type-id-407'/>
+ <typedef-decl name='ht_cb' type-id='type-id-404' filepath='../.././libcpp/include/symtab.h' line='90' column='1' id='type-id-405'/>
<!-- void ht_forall(hash_table*, ht_cb, void*) -->
<function-decl name='ht_forall' mangled-name='_Z9ht_forallP2htPFiP10cpp_readerP13ht_identifierPKvES6_' filepath='../.././libcpp/include/symtab.h' line='91' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9ht_forallP2htPFiP10cpp_readerP13ht_identifierPKvES6_'>
<!-- parameter of type 'hash_table*' -->
- <parameter type-id='type-id-345'/>
+ <parameter type-id='type-id-343'/>
<!-- parameter of type 'typedef ht_cb' -->
- <parameter type-id='type-id-407'/>
+ <parameter type-id='type-id-405'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- int (cpp_reader*, hashnode, void*) -->
- <function-type size-in-bits='64' id='type-id-405'>
+ <function-type size-in-bits='64' id='type-id-403'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'typedef hashnode' -->
- <parameter type-id='type-id-343'/>
+ <parameter type-id='type-id-341'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2'/>
<!-- int -->
<!-- int cpp_ideq(const cpp_token*, const char*) -->
<function-decl name='cpp_ideq' mangled-name='_Z8cpp_ideqPK9cpp_tokenPKc' filepath='../.././libcpp/lex.c' line='74' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z8cpp_ideqPK9cpp_tokenPKc'>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291' name='token' filepath='../.././libcpp/lex.c' line='74' column='1'/>
+ <parameter type-id='type-id-289' name='token' filepath='../.././libcpp/lex.c' line='74' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='string' filepath='../.././libcpp/lex.c' line='74' column='1'/>
<!-- int -->
<return type-id='type-id-1'/>
</function-decl>
<!-- struct {cpp_comment* entries; int count; int allocated;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='972' column='1' id='type-id-408'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='972' column='1' id='type-id-406'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- cpp_comment* entries -->
- <var-decl name='entries' type-id='type-id-355' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='974' column='1'/>
+ <var-decl name='entries' type-id='type-id-353' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='974' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- int count -->
</data-member>
</class-decl>
<!-- struct {char* comment; source_location sloc;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='961' column='1' id='type-id-409'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='961' column='1' id='type-id-407'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- char* comment -->
<var-decl name='comment' type-id='type-id-9' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='963' column='1'/>
</data-member>
</class-decl>
<!-- cpp_comment_table* -->
- <pointer-type-def type-id='type-id-261' size-in-bits='64' id='type-id-410'/>
+ <pointer-type-def type-id='type-id-259' size-in-bits='64' id='type-id-408'/>
<!-- cpp_comment_table* cpp_get_comments(cpp_reader*) -->
<function-decl name='cpp_get_comments' mangled-name='_Z16cpp_get_commentsP10cpp_reader' filepath='../.././libcpp/lex.c' line='1627' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z16cpp_get_commentsP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/lex.c' line='1627' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/lex.c' line='1627' column='1'/>
<!-- cpp_comment_table* -->
- <return type-id='type-id-410'/>
+ <return type-id='type-id-408'/>
</function-decl>
<!-- void _cpp_init_tokenrun(tokenrun*, unsigned int) -->
<function-decl name='_cpp_init_tokenrun' mangled-name='_cpp_init_tokenrun' filepath='../.././libcpp/lex.c' line='1721' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_init_tokenrun'>
<!-- parameter of type 'tokenrun*' -->
- <parameter type-id='type-id-251' name='run' filepath='../.././libcpp/lex.c' line='1721' column='1'/>
+ <parameter type-id='type-id-249' name='run' filepath='../.././libcpp/lex.c' line='1721' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-35' name='count' filepath='../.././libcpp/lex.c' line='1721' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- typedef cpp_context cpp_context -->
- <typedef-decl name='cpp_context' type-id='type-id-242' filepath='../.././libcpp/internal.h' line='176' column='1' id='type-id-411'/>
+ <typedef-decl name='cpp_context' type-id='type-id-240' filepath='../.././libcpp/internal.h' line='176' column='1' id='type-id-409'/>
<!-- int _cpp_remaining_tokens_num_in_context(cpp_context*) -->
<function-decl name='_cpp_remaining_tokens_num_in_context' mangled-name='_cpp_remaining_tokens_num_in_context' filepath='../.././libcpp/lex.c' line='1745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_remaining_tokens_num_in_context'>
<!-- parameter of type 'cpp_context*' -->
- <parameter type-id='type-id-243' name='context' filepath='../.././libcpp/lex.c' line='1745' column='1'/>
+ <parameter type-id='type-id-241' name='context' filepath='../.././libcpp/lex.c' line='1745' column='1'/>
<!-- int -->
<return type-id='type-id-3'/>
</function-decl>
<!-- const char* cpp_type2name(cpp_ttype, unsigned char) -->
<function-decl name='cpp_type2name' mangled-name='_Z13cpp_type2name9cpp_ttypeh' filepath='../.././libcpp/lex.c' line='2496' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z13cpp_type2name9cpp_ttypeh'>
<!-- parameter of type 'enum cpp_ttype' -->
- <parameter type-id='type-id-163' name='type' filepath='../.././libcpp/lex.c' line='2496' column='1'/>
+ <parameter type-id='type-id-161' name='type' filepath='../.././libcpp/lex.c' line='2496' column='1'/>
<!-- parameter of type 'unsigned char' -->
<parameter type-id='type-id-132' name='flags' filepath='../.././libcpp/lex.c' line='2496' column='1'/>
<!-- const char* -->
<!-- void cpp_output_token(const cpp_token*, FILE*) -->
<function-decl name='cpp_output_token' mangled-name='_Z16cpp_output_tokenPK9cpp_tokenP8_IO_FILE' filepath='../.././libcpp/lex.c' line='2510' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z16cpp_output_tokenPK9cpp_tokenP8_IO_FILE'>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291' name='token' filepath='../.././libcpp/lex.c' line='2510' column='1'/>
+ <parameter type-id='type-id-289' name='token' filepath='../.././libcpp/lex.c' line='2510' column='1'/>
<!-- parameter of type 'FILE*' -->
<parameter type-id='type-id-27' name='fp' filepath='../.././libcpp/lex.c' line='2510' column='1'/>
<!-- void -->
<!-- int cpp_avoid_paste(cpp_reader*, const cpp_token*, const cpp_token*) -->
<function-decl name='cpp_avoid_paste' mangled-name='_Z15cpp_avoid_pasteP10cpp_readerPK9cpp_tokenS3_' filepath='../.././libcpp/lex.c' line='2592' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15cpp_avoid_pasteP10cpp_readerPK9cpp_tokenS3_'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/lex.c' line='2592' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/lex.c' line='2592' column='1'/>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291' name='token1' filepath='../.././libcpp/lex.c' line='2592' column='1'/>
+ <parameter type-id='type-id-289' name='token1' filepath='../.././libcpp/lex.c' line='2592' column='1'/>
<!-- parameter of type 'const cpp_token*' -->
- <parameter type-id='type-id-291' name='token2' filepath='../.././libcpp/lex.c' line='2593' column='1'/>
+ <parameter type-id='type-id-289' name='token2' filepath='../.././libcpp/lex.c' line='2593' column='1'/>
<!-- int -->
<return type-id='type-id-3'/>
</function-decl>
<!-- void cpp_output_line(cpp_reader*, FILE*) -->
<function-decl name='cpp_output_line' mangled-name='_Z15cpp_output_lineP10cpp_readerP8_IO_FILE' filepath='../.././libcpp/lex.c' line='2649' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15cpp_output_lineP10cpp_readerP8_IO_FILE'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/lex.c' line='2649' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/lex.c' line='2649' column='1'/>
<!-- parameter of type 'FILE*' -->
<parameter type-id='type-id-27' name='fp' filepath='../.././libcpp/lex.c' line='2649' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- enum cpp_token_fld_kind -->
- <enum-decl name='cpp_token_fld_kind' filepath='../.././libcpp/include/cpplib.h' line='195' column='1' id='type-id-412'>
+ <enum-decl name='cpp_token_fld_kind' filepath='../.././libcpp/include/cpplib.h' line='195' column='1' id='type-id-410'>
<underlying-type type-id='type-id-92'/>
<enumerator name='CPP_TOKEN_FLD_NODE' value='0'/>
<enumerator name='CPP_TOKEN_FLD_SOURCE' value='1'/>
<!-- cpp_token_fld_kind cpp_token_val_index(cpp_token*) -->
<function-decl name='cpp_token_val_index' mangled-name='_Z19cpp_token_val_indexP9cpp_token' filepath='../.././libcpp/lex.c' line='2879' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z19cpp_token_val_indexP9cpp_token'>
<!-- parameter of type 'cpp_token*' -->
- <parameter type-id='type-id-157' name='tok' filepath='../.././libcpp/lex.c' line='2879' column='1'/>
+ <parameter type-id='type-id-155' name='tok' filepath='../.././libcpp/lex.c' line='2879' column='1'/>
<!-- enum cpp_token_fld_kind -->
- <return type-id='type-id-412'/>
+ <return type-id='type-id-410'/>
</function-decl>
<!-- void cpp_force_token_locations(cpp_reader*, source_location*) -->
<function-decl name='cpp_force_token_locations' mangled-name='_Z25cpp_force_token_locationsP10cpp_readerPj' filepath='../.././libcpp/lex.c' line='2910' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z25cpp_force_token_locationsP10cpp_readerPj'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='r' filepath='../.././libcpp/lex.c' line='2910' column='1'/>
+ <parameter type-id='type-id-316' name='r' filepath='../.././libcpp/lex.c' line='2910' column='1'/>
<!-- parameter of type 'source_location*' -->
<parameter type-id='type-id-134' name='p' filepath='../.././libcpp/lex.c' line='2910' column='1'/>
<!-- void -->
<!-- void cpp_stop_forcing_token_locations(cpp_reader*) -->
<function-decl name='cpp_stop_forcing_token_locations' mangled-name='_Z32cpp_stop_forcing_token_locationsP10cpp_reader' filepath='../.././libcpp/lex.c' line='2918' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z32cpp_stop_forcing_token_locationsP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- struct normalize_state -->
- <class-decl name='normalize_state' size-in-bits='96' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='706' column='1' id='type-id-413'>
+ <class-decl name='normalize_state' size-in-bits='96' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='706' column='1' id='type-id-411'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- cppchar_t normalize_state::previous -->
- <var-decl name='previous' type-id='type-id-388' visibility='default' filepath='../.././libcpp/internal.h' line='709' column='1'/>
+ <var-decl name='previous' type-id='type-id-386' visibility='default' filepath='../.././libcpp/internal.h' line='709' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- unsigned char normalize_state::prev_class -->
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- cpp_normalize_level normalize_state::level -->
- <var-decl name='level' type-id='type-id-352' visibility='default' filepath='../.././libcpp/internal.h' line='713' column='1'/>
+ <var-decl name='level' type-id='type-id-350' visibility='default' filepath='../.././libcpp/internal.h' line='713' column='1'/>
</data-member>
</class-decl>
<!-- normalize_state* -->
- <pointer-type-def type-id='type-id-413' size-in-bits='64' id='type-id-414'/>
+ <pointer-type-def type-id='type-id-411' size-in-bits='64' id='type-id-412'/>
<!-- cppchar_t _cpp_valid_ucn(cpp_reader*, const unsigned char**, const unsigned char*, int, normalize_state*) -->
<function-decl name='_cpp_valid_ucn' filepath='../.././libcpp/internal.h' line='723' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const unsigned char**' -->
- <parameter type-id='type-id-391'/>
+ <parameter type-id='type-id-389'/>
<!-- parameter of type 'const unsigned char*' -->
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-145'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'normalize_state*' -->
- <parameter type-id='type-id-414'/>
+ <parameter type-id='type-id-412'/>
<!-- typedef cppchar_t -->
- <return type-id='type-id-388'/>
+ <return type-id='type-id-386'/>
</function-decl>
<!-- cpp_hashnode* _cpp_interpret_identifier(cpp_reader*, const unsigned char*, size_t) -->
<function-decl name='_cpp_interpret_identifier' filepath='../.././libcpp/internal.h' line='731' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const unsigned char*' -->
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-145'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- cpp_hashnode* -->
<!-- hashnode ht_lookup_with_hash(hash_table*, const unsigned char*, size_t, unsigned int, ht_lookup_option) -->
<function-decl name='ht_lookup_with_hash' mangled-name='_Z19ht_lookup_with_hashP2htPKhmj16ht_lookup_option' filepath='../.././libcpp/include/symtab.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z19ht_lookup_with_hashP2htPKhmj16ht_lookup_option'>
<!-- parameter of type 'hash_table*' -->
- <parameter type-id='type-id-345'/>
+ <parameter type-id='type-id-343'/>
<!-- parameter of type 'const unsigned char*' -->
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-145'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-35'/>
<!-- parameter of type 'enum ht_lookup_option' -->
- <parameter type-id='type-id-376'/>
+ <parameter type-id='type-id-374'/>
<!-- typedef hashnode -->
- <return type-id='type-id-343'/>
+ <return type-id='type-id-341'/>
</function-decl>
<!-- void* memmove(void*, void*, size_t) -->
<function-decl name='memmove' filepath='/usr/include/string.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- const char* cpp_named_operator2name(cpp_ttype) -->
<function-decl name='cpp_named_operator2name' mangled-name='cpp_named_operator2name' filepath='../.././libcpp/internal.h' line='661' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cpp_named_operator2name'>
<!-- parameter of type 'enum cpp_ttype' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-161'/>
<!-- const char* -->
<return type-id='type-id-8'/>
</function-decl>
<!-- void deps_free(deps*) -->
<function-decl name='deps_free' mangled-name='_Z9deps_freeP4deps' filepath='../.././libcpp/mkdeps.c' line='174' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9deps_freeP4deps'>
<!-- parameter of type 'deps*' -->
- <parameter type-id='type-id-253' name='d' filepath='../.././libcpp/mkdeps.c' line='174' column='1'/>
+ <parameter type-id='type-id-251' name='d' filepath='../.././libcpp/mkdeps.c' line='174' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void deps_add_target(deps*, const char*, int) -->
<function-decl name='deps_add_target' mangled-name='_Z15deps_add_targetP4depsPKci' filepath='../.././libcpp/mkdeps.c' line='206' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15deps_add_targetP4depsPKci'>
<!-- parameter of type 'deps*' -->
- <parameter type-id='type-id-253' name='d' filepath='../.././libcpp/mkdeps.c' line='206' column='1'/>
+ <parameter type-id='type-id-251' name='d' filepath='../.././libcpp/mkdeps.c' line='206' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='t' filepath='../.././libcpp/mkdeps.c' line='206' column='1'/>
<!-- parameter of type 'int' -->
<!-- void deps_add_default_target(deps*, const char*) -->
<function-decl name='deps_add_default_target' mangled-name='_Z23deps_add_default_targetP4depsPKc' filepath='../.././libcpp/mkdeps.c' line='227' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z23deps_add_default_targetP4depsPKc'>
<!-- parameter of type 'deps*' -->
- <parameter type-id='type-id-253'/>
+ <parameter type-id='type-id-251'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- void -->
<!-- void deps_add_vpath(deps*, const char*) -->
<function-decl name='deps_add_vpath' mangled-name='_Z14deps_add_vpathP4depsPKc' filepath='../.././libcpp/mkdeps.c' line='270' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z14deps_add_vpathP4depsPKc'>
<!-- parameter of type 'deps*' -->
- <parameter type-id='type-id-253'/>
+ <parameter type-id='type-id-251'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- const deps -->
- <qualified-type-def type-id='type-id-301' const='yes' id='type-id-415'/>
+ <qualified-type-def type-id='type-id-299' const='yes' id='type-id-413'/>
<!-- const deps* -->
- <pointer-type-def type-id='type-id-415' size-in-bits='64' id='type-id-416'/>
+ <pointer-type-def type-id='type-id-413' size-in-bits='64' id='type-id-414'/>
<!-- void deps_write(const deps*, FILE*, unsigned int) -->
<function-decl name='deps_write' mangled-name='_Z10deps_writePK4depsP8_IO_FILEj' filepath='../.././libcpp/mkdeps.c' line='299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z10deps_writePK4depsP8_IO_FILEj'>
<!-- parameter of type 'const deps*' -->
- <parameter type-id='type-id-416' name='d' filepath='../.././libcpp/mkdeps.c' line='299' column='1'/>
+ <parameter type-id='type-id-414' name='d' filepath='../.././libcpp/mkdeps.c' line='299' column='1'/>
<!-- parameter of type 'FILE*' -->
<parameter type-id='type-id-27' name='fp' filepath='../.././libcpp/mkdeps.c' line='299' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- void deps_phony_targets(const deps*, FILE*) -->
<function-decl name='deps_phony_targets' mangled-name='_Z18deps_phony_targetsPK4depsP8_IO_FILE' filepath='../.././libcpp/mkdeps.c' line='350' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z18deps_phony_targetsPK4depsP8_IO_FILE'>
<!-- parameter of type 'const deps*' -->
- <parameter type-id='type-id-416' name='d' filepath='../.././libcpp/mkdeps.c' line='350' column='1'/>
+ <parameter type-id='type-id-414' name='d' filepath='../.././libcpp/mkdeps.c' line='350' column='1'/>
<!-- parameter of type 'FILE*' -->
<parameter type-id='type-id-27' name='fp' filepath='../.././libcpp/mkdeps.c' line='350' column='1'/>
<!-- void -->
<!-- int deps_save(deps*, FILE*) -->
<function-decl name='deps_save' mangled-name='_Z9deps_saveP4depsP8_IO_FILE' filepath='../.././libcpp/mkdeps.c' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9deps_saveP4depsP8_IO_FILE'>
<!-- parameter of type 'deps*' -->
- <parameter type-id='type-id-253' name='deps' filepath='../.././libcpp/mkdeps.c' line='368' column='1'/>
+ <parameter type-id='type-id-251' name='deps' filepath='../.././libcpp/mkdeps.c' line='368' column='1'/>
<!-- parameter of type 'FILE*' -->
<parameter type-id='type-id-27' name='f' filepath='../.././libcpp/mkdeps.c' line='368' column='1'/>
<!-- int -->
<!-- int deps_restore(deps*, FILE*, const char*) -->
<function-decl name='deps_restore' mangled-name='_Z12deps_restoreP4depsP8_IO_FILEPKc' filepath='../.././libcpp/mkdeps.c' line='397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12deps_restoreP4depsP8_IO_FILEPKc'>
<!-- parameter of type 'deps*' -->
- <parameter type-id='type-id-253' name='deps' filepath='../.././libcpp/mkdeps.c' line='397' column='1'/>
+ <parameter type-id='type-id-251' name='deps' filepath='../.././libcpp/mkdeps.c' line='397' column='1'/>
<!-- parameter of type 'FILE*' -->
<parameter type-id='type-id-27' name='fd' filepath='../.././libcpp/mkdeps.c' line='397' column='1'/>
<!-- parameter of type 'const char*' -->
<!-- void ht_purge(hash_table*, ht_cb, void*) -->
<function-decl name='ht_purge' mangled-name='_Z8ht_purgeP2htPFiP10cpp_readerP13ht_identifierPKvES6_' filepath='../.././libcpp/symtab.c' line='245' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z8ht_purgeP2htPFiP10cpp_readerP13ht_identifierPKvES6_'>
<!-- parameter of type 'hash_table*' -->
- <parameter type-id='type-id-345'/>
+ <parameter type-id='type-id-343'/>
<!-- parameter of type 'typedef ht_cb' -->
- <parameter type-id='type-id-407'/>
+ <parameter type-id='type-id-405'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2'/>
<!-- void -->
<!-- void ht_load(hash_table*, hashnode*, unsigned int, unsigned int, bool) -->
<function-decl name='ht_load' mangled-name='_Z7ht_loadP2htPP13ht_identifierjjb' filepath='../.././libcpp/symtab.c' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z7ht_loadP2htPP13ht_identifierjjb'>
<!-- parameter of type 'hash_table*' -->
- <parameter type-id='type-id-345' name='ht' filepath='../.././libcpp/symtab.c' line='262' column='1'/>
+ <parameter type-id='type-id-343' name='ht' filepath='../.././libcpp/symtab.c' line='262' column='1'/>
<!-- parameter of type 'hashnode*' -->
- <parameter type-id='type-id-340' name='entries' filepath='../.././libcpp/symtab.c' line='262' column='1'/>
+ <parameter type-id='type-id-338' name='entries' filepath='../.././libcpp/symtab.c' line='262' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-35' name='nslots' filepath='../.././libcpp/symtab.c' line='263' column='1'/>
<!-- parameter of type 'unsigned int' -->
<!-- void ht_dump_statistics(hash_table*) -->
<function-decl name='ht_dump_statistics' mangled-name='_Z18ht_dump_statisticsP2ht' filepath='../.././libcpp/symtab.c' line='277' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z18ht_dump_statisticsP2ht'>
<!-- parameter of type 'hash_table*' -->
- <parameter type-id='type-id-345'/>
+ <parameter type-id='type-id-343'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void cpp_init_iconv(cpp_reader*) -->
<function-decl name='cpp_init_iconv' mangled-name='_Z14cpp_init_iconvP10cpp_reader' filepath='../.././libcpp/charset.c' line='700' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z14cpp_init_iconvP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void _cpp_destroy_iconv(cpp_reader*) -->
<function-decl name='_cpp_destroy_iconv' mangled-name='_cpp_destroy_iconv' filepath='../.././libcpp/charset.c' line='740' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_destroy_iconv'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- cppchar_t cpp_host_to_exec_charset(cpp_reader*, cppchar_t) -->
<function-decl name='cpp_host_to_exec_charset' mangled-name='_Z24cpp_host_to_exec_charsetP10cpp_readerj' filepath='../.././libcpp/charset.c' line='770' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z24cpp_host_to_exec_charsetP10cpp_readerj'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/charset.c' line='770' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/charset.c' line='770' column='1'/>
<!-- parameter of type 'typedef cppchar_t' -->
- <parameter type-id='type-id-388' name='c' filepath='../.././libcpp/charset.c' line='770' column='1'/>
+ <parameter type-id='type-id-386' name='c' filepath='../.././libcpp/charset.c' line='770' column='1'/>
<!-- typedef cppchar_t -->
- <return type-id='type-id-388'/>
+ <return type-id='type-id-386'/>
</function-decl>
<!-- const uchar** -->
- <pointer-type-def type-id='type-id-269' size-in-bits='64' id='type-id-417'/>
+ <pointer-type-def type-id='type-id-267' size-in-bits='64' id='type-id-415'/>
<!-- cppchar_t _cpp_valid_ucn(cpp_reader*, const uchar**, const uchar*, int, normalize_state*) -->
<function-decl name='_cpp_valid_ucn' mangled-name='_cpp_valid_ucn' filepath='../.././libcpp/charset.c' line='983' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_valid_ucn'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/charset.c' line='983' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/charset.c' line='983' column='1'/>
<!-- parameter of type 'const uchar**' -->
- <parameter type-id='type-id-417' name='pstr' filepath='../.././libcpp/charset.c' line='983' column='1'/>
+ <parameter type-id='type-id-415' name='pstr' filepath='../.././libcpp/charset.c' line='983' column='1'/>
<!-- parameter of type 'const uchar*' -->
- <parameter type-id='type-id-269' name='limit' filepath='../.././libcpp/charset.c' line='984' column='1'/>
+ <parameter type-id='type-id-267' name='limit' filepath='../.././libcpp/charset.c' line='984' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3' name='identifier_pos' filepath='../.././libcpp/charset.c' line='984' column='1'/>
<!-- parameter of type 'normalize_state*' -->
- <parameter type-id='type-id-414' name='nst' filepath='../.././libcpp/charset.c' line='985' column='1'/>
+ <parameter type-id='type-id-412' name='nst' filepath='../.././libcpp/charset.c' line='985' column='1'/>
<!-- typedef cppchar_t -->
- <return type-id='type-id-388'/>
+ <return type-id='type-id-386'/>
</function-decl>
<!-- bool cpp_interpret_string(cpp_reader*, const cpp_string*, size_t, cpp_string*, cpp_ttype) -->
<function-decl name='cpp_interpret_string' mangled-name='_Z20cpp_interpret_stringP10cpp_readerPK10cpp_stringmPS1_9cpp_ttype' filepath='../.././libcpp/charset.c' line='1371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z20cpp_interpret_stringP10cpp_readerPK10cpp_stringmPS1_9cpp_ttype'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'const cpp_string*' -->
- <parameter type-id='type-id-326'/>
+ <parameter type-id='type-id-324'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- parameter of type 'cpp_string*' -->
- <parameter type-id='type-id-387'/>
+ <parameter type-id='type-id-385'/>
<!-- parameter of type 'enum cpp_ttype' -->
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-161'/>
<!-- bool -->
<return type-id='type-id-41'/>
</function-decl>
<!-- cpp_hashnode* _cpp_interpret_identifier(cpp_reader*, const uchar*, size_t) -->
<function-decl name='_cpp_interpret_identifier' mangled-name='_cpp_interpret_identifier' filepath='../.././libcpp/charset.c' line='1634' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_interpret_identifier'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/charset.c' line='1634' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/charset.c' line='1634' column='1'/>
<!-- parameter of type 'const uchar*' -->
- <parameter type-id='type-id-269' name='id' filepath='../.././libcpp/charset.c' line='1634' column='1'/>
+ <parameter type-id='type-id-267' name='id' filepath='../.././libcpp/charset.c' line='1634' column='1'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='len' filepath='../.././libcpp/charset.c' line='1634' column='1'/>
<!-- cpp_hashnode* -->
<!-- uchar* _cpp_convert_input(cpp_reader*, const char*, uchar*, size_t, size_t, const unsigned char**, off_t*) -->
<function-decl name='_cpp_convert_input' mangled-name='_cpp_convert_input' filepath='../.././libcpp/charset.c' line='1698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_convert_input'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/charset.c' line='1698' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/charset.c' line='1698' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='input_charset' filepath='../.././libcpp/charset.c' line='1698' column='1'/>
<!-- parameter of type 'uchar*' -->
- <parameter type-id='type-id-361' name='input' filepath='../.././libcpp/charset.c' line='1699' column='1'/>
+ <parameter type-id='type-id-359' name='input' filepath='../.././libcpp/charset.c' line='1699' column='1'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='size' filepath='../.././libcpp/charset.c' line='1699' column='1'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='len' filepath='../.././libcpp/charset.c' line='1699' column='1'/>
<!-- parameter of type 'const unsigned char**' -->
- <parameter type-id='type-id-391' name='buffer_start' filepath='../.././libcpp/charset.c' line='1700' column='1'/>
+ <parameter type-id='type-id-389' name='buffer_start' filepath='../.././libcpp/charset.c' line='1700' column='1'/>
<!-- parameter of type 'off_t*' -->
- <parameter type-id='type-id-393' name='st_size' filepath='../.././libcpp/charset.c' line='1700' column='1'/>
+ <parameter type-id='type-id-391' name='st_size' filepath='../.././libcpp/charset.c' line='1700' column='1'/>
<!-- uchar* -->
- <return type-id='type-id-361'/>
+ <return type-id='type-id-359'/>
</function-decl>
<!-- const char* _cpp_default_encoding() -->
<function-decl name='_cpp_default_encoding' mangled-name='_cpp_default_encoding' filepath='../.././libcpp/charset.c' line='1767' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_default_encoding'>
<!-- void cpp_set_lang(cpp_reader*, c_lang) -->
<function-decl name='cpp_set_lang' mangled-name='_Z12cpp_set_langP10cpp_reader6c_lang' filepath='../.././libcpp/init.c' line='108' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12cpp_set_langP10cpp_reader6c_lang'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/init.c' line='108' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/init.c' line='108' column='1'/>
<!-- parameter of type 'enum c_lang' -->
- <parameter type-id='type-id-351' name='lang' filepath='../.././libcpp/init.c' line='108' column='1'/>
+ <parameter type-id='type-id-349' name='lang' filepath='../.././libcpp/init.c' line='108' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- cpp_reader* cpp_create_reader(c_lang, hash_table*, line_maps*) -->
<function-decl name='cpp_create_reader' mangled-name='_Z17cpp_create_reader6c_langP2htP9line_maps' filepath='../.././libcpp/init.c' line='152' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z17cpp_create_reader6c_langP2htP9line_maps'>
<!-- parameter of type 'enum c_lang' -->
- <parameter type-id='type-id-351' name='lang' filepath='../.././libcpp/init.c' line='152' column='1'/>
+ <parameter type-id='type-id-349' name='lang' filepath='../.././libcpp/init.c' line='152' column='1'/>
<!-- parameter of type 'hash_table*' -->
- <parameter type-id='type-id-345' name='table' filepath='../.././libcpp/init.c' line='152' column='1'/>
+ <parameter type-id='type-id-343' name='table' filepath='../.././libcpp/init.c' line='152' column='1'/>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='line_table' filepath='../.././libcpp/init.c' line='153' column='1'/>
+ <parameter type-id='type-id-206' name='line_table' filepath='../.././libcpp/init.c' line='153' column='1'/>
<!-- cpp_reader* -->
- <return type-id='type-id-318'/>
+ <return type-id='type-id-316'/>
</function-decl>
<!-- void cpp_set_line_map(cpp_reader*, line_maps*) -->
<function-decl name='cpp_set_line_map' mangled-name='_Z16cpp_set_line_mapP10cpp_readerP9line_maps' filepath='../.././libcpp/init.c' line='252' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z16cpp_set_line_mapP10cpp_readerP9line_maps'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/init.c' line='252' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/init.c' line='252' column='1'/>
<!-- parameter of type 'line_maps*' -->
- <parameter type-id='type-id-208' name='line_table' filepath='../.././libcpp/init.c' line='252' column='1'/>
+ <parameter type-id='type-id-206' name='line_table' filepath='../.././libcpp/init.c' line='252' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void cpp_destroy(cpp_reader*) -->
<function-decl name='cpp_destroy' mangled-name='_Z11cpp_destroyP10cpp_reader' filepath='../.././libcpp/init.c' line='260' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z11cpp_destroyP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void cpp_init_special_builtins(cpp_reader*) -->
<function-decl name='cpp_init_special_builtins' mangled-name='_Z25cpp_init_special_builtinsP10cpp_reader' filepath='../.././libcpp/init.c' line='429' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z25cpp_init_special_builtinsP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void cpp_init_builtins(cpp_reader*, int) -->
<function-decl name='cpp_init_builtins' mangled-name='_Z17cpp_init_builtinsP10cpp_readeri' filepath='../.././libcpp/init.c' line='456' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z17cpp_init_builtinsP10cpp_readeri'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- void -->
<!-- void cpp_post_options(cpp_reader*) -->
<function-decl name='cpp_post_options' mangled-name='_Z16cpp_post_optionsP10cpp_reader' filepath='../.././libcpp/init.c' line='555' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z16cpp_post_optionsP10cpp_reader'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- const char* cpp_read_main_file(cpp_reader*, const char*) -->
<function-decl name='cpp_read_main_file' mangled-name='_Z18cpp_read_main_fileP10cpp_readerPKc' filepath='../.././libcpp/init.c' line='577' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z18cpp_read_main_fileP10cpp_readerPKc'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/init.c' line='577' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/init.c' line='577' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='fname' filepath='../.././libcpp/init.c' line='577' column='1'/>
<!-- const char* -->
<!-- void cpp_finish(cpp_reader*, FILE*) -->
<function-decl name='cpp_finish' mangled-name='_Z10cpp_finishP10cpp_readerP8_IO_FILE' filepath='../.././libcpp/init.c' line='693' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z10cpp_finishP10cpp_readerP8_IO_FILE'>
<!-- parameter of type 'cpp_reader*' -->
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/lex.c' line='2649' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/lex.c' line='2649' column='1'/>
<!-- parameter of type 'FILE*' -->
<parameter type-id='type-id-27' name='fp' filepath='../.././libcpp/lex.c' line='2649' column='1'/>
<!-- void -->
</function-decl>
<!-- const unsigned char[256] -->
- <array-type-def dimensions='1' type-id='type-id-145' size-in-bits='2048' id='type-id-418'>
+ <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='2048' id='type-id-416'>
<!-- <anonymous range>[256] -->
- <subrange length='256' type-id='type-id-22' id='type-id-399'/>
+ <subrange length='256' type-id='type-id-22' id='type-id-397'/>
</array-type-def>
<!-- const unsigned char _cpp_trigraph_map[256] -->
- <var-decl name='_cpp_trigraph_map' type-id='type-id-418' mangled-name='_cpp_trigraph_map' visibility='default' filepath='../.././libcpp/init.c' line='60' column='1' elf-symbol-id='_cpp_trigraph_map'/>
+ <var-decl name='_cpp_trigraph_map' type-id='type-id-416' mangled-name='_cpp_trigraph_map' visibility='default' filepath='../.././libcpp/init.c' line='60' column='1' elf-symbol-id='_cpp_trigraph_map'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/cplus-dem.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
<!-- void set_cplus_marker_for_demangling(int) -->
<return type-id='type-id-8'/>
</function-decl>
<!-- enum demangling_styles -->
- <enum-decl name='demangling_styles' filepath='../.././libiberty/../include/demangle.h' line='78' column='1' id='type-id-419'>
+ <enum-decl name='demangling_styles' filepath='../.././libiberty/../include/demangle.h' line='78' column='1' id='type-id-417'>
<underlying-type type-id='type-id-92'/>
<enumerator name='no_demangling' value='-1'/>
<enumerator name='unknown_demangling' value='0'/>
<!-- demangling_styles cplus_demangle_set_style(demangling_styles) -->
<function-decl name='cplus_demangle_set_style' mangled-name='cplus_demangle_set_style' filepath='../.././libiberty/cplus-dem.c' line='785' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_set_style'>
<!-- parameter of type 'enum demangling_styles' -->
- <parameter type-id='type-id-419' name='style' filepath='../.././libiberty/cplus-dem.c' line='785' column='1'/>
+ <parameter type-id='type-id-417' name='style' filepath='../.././libiberty/cplus-dem.c' line='785' column='1'/>
<!-- enum demangling_styles -->
- <return type-id='type-id-419'/>
+ <return type-id='type-id-417'/>
</function-decl>
<!-- demangling_styles cplus_demangle_name_to_style(const char*) -->
<function-decl name='cplus_demangle_name_to_style' mangled-name='cplus_demangle_name_to_style' filepath='../.././libiberty/cplus-dem.c' line='802' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_name_to_style'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='name' filepath='../.././libiberty/cplus-dem.c' line='802' column='1'/>
<!-- enum demangling_styles -->
- <return type-id='type-id-419'/>
+ <return type-id='type-id-417'/>
</function-decl>
<!-- char* ada_demangle(const char*, int) -->
<function-decl name='ada_demangle' mangled-name='ada_demangle' filepath='../.././libiberty/cplus-dem.c' line='881' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ada_demangle'>
<return type-id='type-id-3'/>
</function-decl>
<!-- demangling_styles current_demangling_style -->
- <var-decl name='current_demangling_style' type-id='type-id-419' mangled-name='current_demangling_style' visibility='default' filepath='../.././libiberty/cplus-dem.c' line='93' column='1' elf-symbol-id='current_demangling_style'/>
+ <var-decl name='current_demangling_style' type-id='type-id-417' mangled-name='current_demangling_style' visibility='default' filepath='../.././libiberty/cplus-dem.c' line='93' column='1' elf-symbol-id='current_demangling_style'/>
<!-- struct demangler_engine -->
- <class-decl name='demangler_engine' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='122' column='1' id='type-id-420'>
+ <class-decl name='demangler_engine' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='122' column='1' id='type-id-418'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char* const demangler_engine::demangling_style_name -->
- <var-decl name='demangling_style_name' type-id='type-id-421' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='124' column='1'/>
+ <var-decl name='demangling_style_name' type-id='type-id-419' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='124' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- const demangling_styles demangler_engine::demangling_style -->
- <var-decl name='demangling_style' type-id='type-id-422' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='125' column='1'/>
+ <var-decl name='demangling_style' type-id='type-id-420' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='125' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- const char* const demangler_engine::demangling_style_doc -->
- <var-decl name='demangling_style_doc' type-id='type-id-421' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='126' column='1'/>
+ <var-decl name='demangling_style_doc' type-id='type-id-419' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='126' column='1'/>
</data-member>
</class-decl>
<!-- const char* const -->
- <qualified-type-def type-id='type-id-8' const='yes' id='type-id-421'/>
+ <qualified-type-def type-id='type-id-8' const='yes' id='type-id-419'/>
<!-- const demangling_styles -->
- <qualified-type-def type-id='type-id-419' const='yes' id='type-id-422'/>
+ <qualified-type-def type-id='type-id-417' const='yes' id='type-id-420'/>
<!-- const demangler_engine[11] -->
- <array-type-def dimensions='1' type-id='type-id-423' size-in-bits='2112' id='type-id-424'>
+ <array-type-def dimensions='1' type-id='type-id-421' size-in-bits='2112' id='type-id-422'>
<!-- <anonymous range>[11] -->
- <subrange length='11' type-id='type-id-22' id='type-id-425'/>
+ <subrange length='11' type-id='type-id-22' id='type-id-423'/>
</array-type-def>
<!-- const demangler_engine -->
- <qualified-type-def type-id='type-id-420' const='yes' id='type-id-423'/>
+ <qualified-type-def type-id='type-id-418' const='yes' id='type-id-421'/>
<!-- const demangler_engine libiberty_demanglers[11] -->
- <var-decl name='libiberty_demanglers' type-id='type-id-424' mangled-name='libiberty_demanglers' visibility='default' filepath='../.././libiberty/cplus-dem.c' line='246' column='1' elf-symbol-id='libiberty_demanglers'/>
+ <var-decl name='libiberty_demanglers' type-id='type-id-422' mangled-name='libiberty_demanglers' visibility='default' filepath='../.././libiberty/cplus-dem.c' line='246' column='1' elf-symbol-id='libiberty_demanglers'/>
<!-- int __builtin_strcmp(const char*, const char*) -->
<function-decl name='__builtin_strcmp' mangled-name='strcmp' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'const char*' -->
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/cp-demangle.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
<!-- struct demangle_component -->
- <class-decl name='demangle_component' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='434' column='1' id='type-id-426'>
+ <class-decl name='demangle_component' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='434' column='1' id='type-id-424'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- demangle_component_type demangle_component::type -->
- <var-decl name='type' type-id='type-id-427' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='437' column='1'/>
+ <var-decl name='type' type-id='type-id-425' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='437' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- union {struct {const char* s; int len;} s_name; struct {const demangle_operator_info* op;} s_operator; struct {int args; demangle_component* name;} s_extended_operator; struct {demangle_component* length; short int accum; short int sat;} s_fixed; struct {gnu_v3_ctor_kinds kind; demangle_component* name;} s_ctor; struct {gnu_v3_dtor_kinds kind; demangle_component* name;} s_dtor; struct {const demangle_builtin_type_info* type;} s_builtin; struct {const char* string; int len;} s_string; struct {long int number;} s_number; struct {int character;} s_character; struct {demangle_component* left; demangle_component* right;} s_binary; struct {demangle_component* sub; int num;} s_unary_num;} demangle_component::u -->
- <var-decl name='u' type-id='type-id-428' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='541' column='1'/>
+ <var-decl name='u' type-id='type-id-426' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='541' column='1'/>
</data-member>
</class-decl>
<!-- enum demangle_component_type -->
- <enum-decl name='demangle_component_type' filepath='../.././libiberty/../include/demangle.h' line='215' column='1' id='type-id-427'>
+ <enum-decl name='demangle_component_type' filepath='../.././libiberty/../include/demangle.h' line='215' column='1' id='type-id-425'>
<underlying-type type-id='type-id-92'/>
<enumerator name='DEMANGLE_COMPONENT_NAME' value='0'/>
<enumerator name='DEMANGLE_COMPONENT_QUAL_NAME' value='1'/>
<enumerator name='DEMANGLE_COMPONENT_CLONE' value='70'/>
</enum-decl>
<!-- union {struct {const char* s; int len;} s_name; struct {const demangle_operator_info* op;} s_operator; struct {int args; demangle_component* name;} s_extended_operator; struct {demangle_component* length; short int accum; short int sat;} s_fixed; struct {gnu_v3_ctor_kinds kind; demangle_component* name;} s_ctor; struct {gnu_v3_dtor_kinds kind; demangle_component* name;} s_dtor; struct {const demangle_builtin_type_info* type;} s_builtin; struct {const char* string; int len;} s_string; struct {long int number;} s_number; struct {int character;} s_character; struct {demangle_component* left; demangle_component* right;} s_binary; struct {demangle_component* sub; int num;} s_unary_num;} -->
- <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='439' column='1' id='type-id-428'>
+ <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='439' column='1' id='type-id-426'>
<data-member access='private'>
<!-- struct {const char* s; int len;} s_name -->
- <var-decl name='s_name' type-id='type-id-429' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='448' column='1'/>
+ <var-decl name='s_name' type-id='type-id-427' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='448' column='1'/>
</data-member>
<data-member access='private'>
<!-- struct {const demangle_operator_info* op;} s_operator -->
- <var-decl name='s_operator' type-id='type-id-430' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='455' column='1'/>
+ <var-decl name='s_operator' type-id='type-id-428' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='455' column='1'/>
</data-member>
<data-member access='private'>
<!-- struct {int args; demangle_component* name;} s_extended_operator -->
- <var-decl name='s_extended_operator' type-id='type-id-431' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='464' column='1'/>
+ <var-decl name='s_extended_operator' type-id='type-id-429' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='464' column='1'/>
</data-member>
<data-member access='private'>
<!-- struct {demangle_component* length; short int accum; short int sat;} s_fixed -->
- <var-decl name='s_fixed' type-id='type-id-432' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='475' column='1'/>
+ <var-decl name='s_fixed' type-id='type-id-430' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='475' column='1'/>
</data-member>
<data-member access='private'>
<!-- struct {gnu_v3_ctor_kinds kind; demangle_component* name;} s_ctor -->
- <var-decl name='s_ctor' type-id='type-id-433' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='484' column='1'/>
+ <var-decl name='s_ctor' type-id='type-id-431' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='484' column='1'/>
</data-member>
<data-member access='private'>
<!-- struct {gnu_v3_dtor_kinds kind; demangle_component* name;} s_dtor -->
- <var-decl name='s_dtor' type-id='type-id-434' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='493' column='1'/>
+ <var-decl name='s_dtor' type-id='type-id-432' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='493' column='1'/>
</data-member>
<data-member access='private'>
<!-- struct {const demangle_builtin_type_info* type;} s_builtin -->
- <var-decl name='s_builtin' type-id='type-id-435' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='500' column='1'/>
+ <var-decl name='s_builtin' type-id='type-id-433' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='500' column='1'/>
</data-member>
<data-member access='private'>
<!-- struct {const char* string; int len;} s_string -->
- <var-decl name='s_string' type-id='type-id-436' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='509' column='1'/>
+ <var-decl name='s_string' type-id='type-id-434' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='509' column='1'/>
</data-member>
<data-member access='private'>
<!-- struct {long int number;} s_number -->
- <var-decl name='s_number' type-id='type-id-437' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='516' column='1'/>
+ <var-decl name='s_number' type-id='type-id-435' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='516' column='1'/>
</data-member>
<data-member access='private'>
<!-- struct {int character;} s_character -->
- <var-decl name='s_character' type-id='type-id-438' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='522' column='1'/>
+ <var-decl name='s_character' type-id='type-id-436' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='522' column='1'/>
</data-member>
<data-member access='private'>
<!-- struct {demangle_component* left; demangle_component* right;} s_binary -->
- <var-decl name='s_binary' type-id='type-id-439' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='531' column='1'/>
+ <var-decl name='s_binary' type-id='type-id-437' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='531' column='1'/>
</data-member>
<data-member access='private'>
<!-- struct {demangle_component* sub; int num;} s_unary_num -->
- <var-decl name='s_unary_num' type-id='type-id-440' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='539' column='1'/>
+ <var-decl name='s_unary_num' type-id='type-id-438' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='539' column='1'/>
</data-member>
</union-decl>
<!-- struct {const char* s; int len;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='442' column='1' id='type-id-429'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='442' column='1' id='type-id-427'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char* s -->
<var-decl name='s' type-id='type-id-8' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='446' column='1'/>
</data-member>
</class-decl>
<!-- struct {const demangle_operator_info* op;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='451' column='1' id='type-id-430'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='451' column='1' id='type-id-428'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const demangle_operator_info* op -->
- <var-decl name='op' type-id='type-id-441' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='454' column='1'/>
+ <var-decl name='op' type-id='type-id-439' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='454' column='1'/>
</data-member>
</class-decl>
<!-- struct demangle_operator_info -->
- <class-decl name='demangle_operator_info' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='37' column='1' id='type-id-442'>
+ <class-decl name='demangle_operator_info' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='37' column='1' id='type-id-440'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char* demangle_operator_info::code -->
<var-decl name='code' type-id='type-id-8' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='40' column='1'/>
</data-member>
</class-decl>
<!-- const demangle_operator_info -->
- <qualified-type-def type-id='type-id-442' const='yes' id='type-id-443'/>
+ <qualified-type-def type-id='type-id-440' const='yes' id='type-id-441'/>
<!-- const demangle_operator_info* -->
- <pointer-type-def type-id='type-id-443' size-in-bits='64' id='type-id-441'/>
+ <pointer-type-def type-id='type-id-441' size-in-bits='64' id='type-id-439'/>
<!-- struct {int args; demangle_component* name;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='458' column='1' id='type-id-431'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='458' column='1' id='type-id-429'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- int args -->
<var-decl name='args' type-id='type-id-3' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='461' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- demangle_component* name -->
- <var-decl name='name' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='463' column='1'/>
+ <var-decl name='name' type-id='type-id-442' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='463' column='1'/>
</data-member>
</class-decl>
<!-- demangle_component* -->
- <pointer-type-def type-id='type-id-426' size-in-bits='64' id='type-id-444'/>
+ <pointer-type-def type-id='type-id-424' size-in-bits='64' id='type-id-442'/>
<!-- struct {demangle_component* length; short int accum; short int sat;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='467' column='1' id='type-id-432'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='467' column='1' id='type-id-430'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- demangle_component* length -->
- <var-decl name='length' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='470' column='1'/>
+ <var-decl name='length' type-id='type-id-442' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='470' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- short int accum -->
- <var-decl name='accum' type-id='type-id-445' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='472' column='1'/>
+ <var-decl name='accum' type-id='type-id-443' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='472' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='80'>
<!-- short int sat -->
- <var-decl name='sat' type-id='type-id-445' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='474' column='1'/>
+ <var-decl name='sat' type-id='type-id-443' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='474' column='1'/>
</data-member>
</class-decl>
<!-- short int -->
- <type-decl name='short int' size-in-bits='16' id='type-id-445'/>
+ <type-decl name='short int' size-in-bits='16' id='type-id-443'/>
<!-- struct {gnu_v3_ctor_kinds kind; demangle_component* name;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='478' column='1' id='type-id-433'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='478' column='1' id='type-id-431'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- gnu_v3_ctor_kinds kind -->
- <var-decl name='kind' type-id='type-id-446' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='481' column='1'/>
+ <var-decl name='kind' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='481' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- demangle_component* name -->
- <var-decl name='name' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='483' column='1'/>
+ <var-decl name='name' type-id='type-id-442' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='483' column='1'/>
</data-member>
</class-decl>
<!-- enum gnu_v3_ctor_kinds -->
- <enum-decl name='gnu_v3_ctor_kinds' filepath='../.././libiberty/../include/demangle.h' line='172' column='1' id='type-id-446'>
+ <enum-decl name='gnu_v3_ctor_kinds' filepath='../.././libiberty/../include/demangle.h' line='172' column='1' id='type-id-444'>
<underlying-type type-id='type-id-92'/>
<enumerator name='gnu_v3_complete_object_ctor' value='1'/>
<enumerator name='gnu_v3_base_object_ctor' value='2'/>
<enumerator name='gnu_v3_object_ctor_group' value='4'/>
</enum-decl>
<!-- struct {gnu_v3_dtor_kinds kind; demangle_component* name;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='487' column='1' id='type-id-434'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='487' column='1' id='type-id-432'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- gnu_v3_dtor_kinds kind -->
- <var-decl name='kind' type-id='type-id-447' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='490' column='1'/>
+ <var-decl name='kind' type-id='type-id-445' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='490' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- demangle_component* name -->
- <var-decl name='name' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='492' column='1'/>
+ <var-decl name='name' type-id='type-id-442' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='492' column='1'/>
</data-member>
</class-decl>
<!-- enum gnu_v3_dtor_kinds -->
- <enum-decl name='gnu_v3_dtor_kinds' filepath='../.././libiberty/../include/demangle.h' line='187' column='1' id='type-id-447'>
+ <enum-decl name='gnu_v3_dtor_kinds' filepath='../.././libiberty/../include/demangle.h' line='187' column='1' id='type-id-445'>
<underlying-type type-id='type-id-92'/>
<enumerator name='gnu_v3_deleting_dtor' value='1'/>
<enumerator name='gnu_v3_complete_object_dtor' value='2'/>
<enumerator name='gnu_v3_object_dtor_group' value='4'/>
</enum-decl>
<!-- struct {const demangle_builtin_type_info* type;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='496' column='1' id='type-id-435'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='496' column='1' id='type-id-433'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const demangle_builtin_type_info* type -->
- <var-decl name='type' type-id='type-id-448' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='499' column='1'/>
+ <var-decl name='type' type-id='type-id-446' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='499' column='1'/>
</data-member>
</class-decl>
<!-- struct demangle_builtin_type_info -->
- <class-decl name='demangle_builtin_type_info' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='77' column='1' id='type-id-449'>
+ <class-decl name='demangle_builtin_type_info' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='77' column='1' id='type-id-447'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char* demangle_builtin_type_info::name -->
<var-decl name='name' type-id='type-id-8' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='80' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
<!-- d_builtin_type_print demangle_builtin_type_info::print -->
- <var-decl name='print' type-id='type-id-450' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='88' column='1'/>
+ <var-decl name='print' type-id='type-id-448' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='88' column='1'/>
</data-member>
</class-decl>
<!-- enum d_builtin_type_print -->
- <enum-decl name='d_builtin_type_print' filepath='../.././libiberty/cp-demangle.h' line='51' column='1' id='type-id-450'>
+ <enum-decl name='d_builtin_type_print' filepath='../.././libiberty/cp-demangle.h' line='51' column='1' id='type-id-448'>
<underlying-type type-id='type-id-92'/>
<enumerator name='D_PRINT_DEFAULT' value='0'/>
<enumerator name='D_PRINT_INT' value='1'/>
<enumerator name='D_PRINT_VOID' value='9'/>
</enum-decl>
<!-- const demangle_builtin_type_info -->
- <qualified-type-def type-id='type-id-449' const='yes' id='type-id-451'/>
+ <qualified-type-def type-id='type-id-447' const='yes' id='type-id-449'/>
<!-- const demangle_builtin_type_info* -->
- <pointer-type-def type-id='type-id-451' size-in-bits='64' id='type-id-448'/>
+ <pointer-type-def type-id='type-id-449' size-in-bits='64' id='type-id-446'/>
<!-- struct {const char* string; int len;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='503' column='1' id='type-id-436'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='503' column='1' id='type-id-434'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char* string -->
<var-decl name='string' type-id='type-id-8' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='506' column='1'/>
</data-member>
</class-decl>
<!-- struct {long int number;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='512' column='1' id='type-id-437'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='512' column='1' id='type-id-435'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- long int number -->
<var-decl name='number' type-id='type-id-21' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='515' column='1'/>
</data-member>
</class-decl>
<!-- struct {int character;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='519' column='1' id='type-id-438'>
+ <class-decl name='__anonymous_struct__' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='519' column='1' id='type-id-436'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- int character -->
<var-decl name='character' type-id='type-id-3' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='521' column='1'/>
</data-member>
</class-decl>
<!-- struct {demangle_component* left; demangle_component* right;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='525' column='1' id='type-id-439'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='525' column='1' id='type-id-437'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- demangle_component* left -->
- <var-decl name='left' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='528' column='1'/>
+ <var-decl name='left' type-id='type-id-442' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='528' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- demangle_component* right -->
- <var-decl name='right' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='530' column='1'/>
+ <var-decl name='right' type-id='type-id-442' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='530' column='1'/>
</data-member>
</class-decl>
<!-- struct {demangle_component* sub; int num;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='533' column='1' id='type-id-440'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='533' column='1' id='type-id-438'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- demangle_component* sub -->
- <var-decl name='sub' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='536' column='1'/>
+ <var-decl name='sub' type-id='type-id-442' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='536' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- int num -->
<!-- int cplus_demangle_fill_name(demangle_component*, const char*, int) -->
<function-decl name='cplus_demangle_fill_name' mangled-name='cplus_demangle_fill_name' filepath='../.././libiberty/cp-demangle.c' line='711' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_fill_name'>
<!-- parameter of type 'demangle_component*' -->
- <parameter type-id='type-id-444' name='p' filepath='../.././libiberty/cp-demangle.c' line='711' column='1'/>
+ <parameter type-id='type-id-442' name='p' filepath='../.././libiberty/cp-demangle.c' line='711' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='s' filepath='../.././libiberty/cp-demangle.c' line='711' column='1'/>
<!-- parameter of type 'int' -->
<!-- int cplus_demangle_fill_extended_operator(demangle_component*, int, demangle_component*) -->
<function-decl name='cplus_demangle_fill_extended_operator' mangled-name='cplus_demangle_fill_extended_operator' filepath='../.././libiberty/cp-demangle.c' line='725' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_fill_extended_operator'>
<!-- parameter of type 'demangle_component*' -->
- <parameter type-id='type-id-444' name='p' filepath='../.././libiberty/cp-demangle.c' line='725' column='1'/>
+ <parameter type-id='type-id-442' name='p' filepath='../.././libiberty/cp-demangle.c' line='725' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3' name='args' filepath='../.././libiberty/cp-demangle.c' line='725' column='1'/>
<!-- parameter of type 'demangle_component*' -->
- <parameter type-id='type-id-444' name='name' filepath='../.././libiberty/cp-demangle.c' line='726' column='1'/>
+ <parameter type-id='type-id-442' name='name' filepath='../.././libiberty/cp-demangle.c' line='726' column='1'/>
<!-- int -->
<return type-id='type-id-3'/>
</function-decl>
<!-- int cplus_demangle_fill_ctor(demangle_component*, gnu_v3_ctor_kinds, demangle_component*) -->
<function-decl name='cplus_demangle_fill_ctor' mangled-name='cplus_demangle_fill_ctor' filepath='../.././libiberty/cp-demangle.c' line='740' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_fill_ctor'>
<!-- parameter of type 'demangle_component*' -->
- <parameter type-id='type-id-444' name='p' filepath='../.././libiberty/cp-demangle.c' line='740' column='1'/>
+ <parameter type-id='type-id-442' name='p' filepath='../.././libiberty/cp-demangle.c' line='740' column='1'/>
<!-- parameter of type 'enum gnu_v3_ctor_kinds' -->
- <parameter type-id='type-id-446' name='kind' filepath='../.././libiberty/cp-demangle.c' line='741' column='1'/>
+ <parameter type-id='type-id-444' name='kind' filepath='../.././libiberty/cp-demangle.c' line='741' column='1'/>
<!-- parameter of type 'demangle_component*' -->
- <parameter type-id='type-id-444' name='name' filepath='../.././libiberty/cp-demangle.c' line='742' column='1'/>
+ <parameter type-id='type-id-442' name='name' filepath='../.././libiberty/cp-demangle.c' line='742' column='1'/>
<!-- int -->
<return type-id='type-id-3'/>
</function-decl>
<!-- int cplus_demangle_fill_dtor(demangle_component*, gnu_v3_dtor_kinds, demangle_component*) -->
<function-decl name='cplus_demangle_fill_dtor' mangled-name='cplus_demangle_fill_dtor' filepath='../.././libiberty/cp-demangle.c' line='759' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_fill_dtor'>
<!-- parameter of type 'demangle_component*' -->
- <parameter type-id='type-id-444' name='p' filepath='../.././libiberty/cp-demangle.c' line='759' column='1'/>
+ <parameter type-id='type-id-442' name='p' filepath='../.././libiberty/cp-demangle.c' line='759' column='1'/>
<!-- parameter of type 'enum gnu_v3_dtor_kinds' -->
- <parameter type-id='type-id-447' name='kind' filepath='../.././libiberty/cp-demangle.c' line='760' column='1'/>
+ <parameter type-id='type-id-445' name='kind' filepath='../.././libiberty/cp-demangle.c' line='760' column='1'/>
<!-- parameter of type 'demangle_component*' -->
- <parameter type-id='type-id-444' name='name' filepath='../.././libiberty/cp-demangle.c' line='761' column='1'/>
+ <parameter type-id='type-id-442' name='name' filepath='../.././libiberty/cp-demangle.c' line='761' column='1'/>
<!-- int -->
<return type-id='type-id-3'/>
</function-decl>
<!-- struct d_info -->
- <class-decl name='d_info' size-in-bits='704' is-struct='yes' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='93' column='1' id='type-id-452'>
+ <class-decl name='d_info' size-in-bits='704' is-struct='yes' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='93' column='1' id='type-id-450'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char* d_info::s -->
<var-decl name='s' type-id='type-id-8' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='96' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- demangle_component* d_info::comps -->
- <var-decl name='comps' type-id='type-id-444' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='104' column='1'/>
+ <var-decl name='comps' type-id='type-id-442' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='104' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- int d_info::next_comp -->
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- demangle_component** d_info::subs -->
- <var-decl name='subs' type-id='type-id-453' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='110' column='1'/>
+ <var-decl name='subs' type-id='type-id-451' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='110' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- int d_info::next_sub -->
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- demangle_component* d_info::last_name -->
- <var-decl name='last_name' type-id='type-id-444' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='120' column='1'/>
+ <var-decl name='last_name' type-id='type-id-442' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='120' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- int d_info::expansion -->
</data-member>
</class-decl>
<!-- demangle_component** -->
- <pointer-type-def type-id='type-id-444' size-in-bits='64' id='type-id-453'/>
+ <pointer-type-def type-id='type-id-442' size-in-bits='64' id='type-id-451'/>
<!-- d_info* -->
- <pointer-type-def type-id='type-id-452' size-in-bits='64' id='type-id-454'/>
+ <pointer-type-def type-id='type-id-450' size-in-bits='64' id='type-id-452'/>
<!-- demangle_component* cplus_demangle_type(d_info*) -->
<function-decl name='cplus_demangle_type' mangled-name='cplus_demangle_type' filepath='../.././libiberty/cp-demangle.c' line='2092' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_type'>
<!-- parameter of type 'd_info*' -->
- <parameter type-id='type-id-454' name='di' filepath='../.././libiberty/cp-demangle.c' line='2092' column='1'/>
+ <parameter type-id='type-id-452' name='di' filepath='../.././libiberty/cp-demangle.c' line='2092' column='1'/>
<!-- demangle_component* -->
- <return type-id='type-id-444'/>
+ <return type-id='type-id-442'/>
</function-decl>
<!-- demangle_component* cplus_demangle_mangled_name(d_info*, int) -->
<function-decl name='cplus_demangle_mangled_name' mangled-name='cplus_demangle_mangled_name' filepath='../.././libiberty/cp-demangle.c' line='1063' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_mangled_name'>
<!-- parameter of type 'd_info*' -->
- <parameter type-id='type-id-454' name='di' filepath='../.././libiberty/cp-demangle.c' line='1063' column='1'/>
+ <parameter type-id='type-id-452' name='di' filepath='../.././libiberty/cp-demangle.c' line='1063' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3' name='top_level' filepath='../.././libiberty/cp-demangle.c' line='1063' column='1'/>
<!-- demangle_component* -->
- <return type-id='type-id-444'/>
+ <return type-id='type-id-442'/>
</function-decl>
<!-- const demangle_component -->
- <qualified-type-def type-id='type-id-426' const='yes' id='type-id-455'/>
+ <qualified-type-def type-id='type-id-424' const='yes' id='type-id-453'/>
<!-- const demangle_component* -->
- <pointer-type-def type-id='type-id-455' size-in-bits='64' id='type-id-456'/>
+ <pointer-type-def type-id='type-id-453' size-in-bits='64' id='type-id-454'/>
<!-- void (const char*, typedef size_t, void*)* -->
- <pointer-type-def type-id='type-id-457' size-in-bits='64' id='type-id-458'/>
+ <pointer-type-def type-id='type-id-455' size-in-bits='64' id='type-id-456'/>
<!-- typedef void (const char*, typedef size_t, void*)* demangle_callbackref -->
- <typedef-decl name='demangle_callbackref' type-id='type-id-458' filepath='../.././libiberty/../include/demangle.h' line='150' column='1' id='type-id-459'/>
+ <typedef-decl name='demangle_callbackref' type-id='type-id-456' filepath='../.././libiberty/../include/demangle.h' line='150' column='1' id='type-id-457'/>
<!-- int cplus_demangle_print_callback(int, const demangle_component*, demangle_callbackref, void*) -->
<function-decl name='cplus_demangle_print_callback' mangled-name='cplus_demangle_print_callback' filepath='../.././libiberty/cp-demangle.c' line='3603' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_print_callback'>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3' name='options' filepath='../.././libiberty/cp-demangle.c' line='3603' column='1'/>
<!-- parameter of type 'const demangle_component*' -->
- <parameter type-id='type-id-456' name='dc' filepath='../.././libiberty/cp-demangle.c' line='3604' column='1'/>
+ <parameter type-id='type-id-454' name='dc' filepath='../.././libiberty/cp-demangle.c' line='3604' column='1'/>
<!-- parameter of type 'typedef demangle_callbackref' -->
- <parameter type-id='type-id-459' name='callback' filepath='../.././libiberty/cp-demangle.c' line='3605' column='1'/>
+ <parameter type-id='type-id-457' name='callback' filepath='../.././libiberty/cp-demangle.c' line='3605' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2' name='opaque' filepath='../.././libiberty/cp-demangle.c' line='3605' column='1'/>
<!-- int -->
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3' name='options' filepath='../.././libiberty/cp-demangle.c' line='3628' column='1'/>
<!-- parameter of type 'const demangle_component*' -->
- <parameter type-id='type-id-456' name='dc' filepath='../.././libiberty/cp-demangle.c' line='3628' column='1'/>
+ <parameter type-id='type-id-454' name='dc' filepath='../.././libiberty/cp-demangle.c' line='3628' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3' name='estimate' filepath='../.././libiberty/cp-demangle.c' line='3629' column='1'/>
<!-- parameter of type 'size_t*' -->
- <parameter type-id='type-id-219' name='palc' filepath='../.././libiberty/cp-demangle.c' line='3629' column='1'/>
+ <parameter type-id='type-id-217' name='palc' filepath='../.././libiberty/cp-demangle.c' line='3629' column='1'/>
<!-- char* -->
<return type-id='type-id-9'/>
</function-decl>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='len' filepath='../.././libiberty/cp-demangle.c' line='5131' column='1'/>
<!-- parameter of type 'd_info*' -->
- <parameter type-id='type-id-454' name='di' filepath='../.././libiberty/cp-demangle.c' line='5132' column='1'/>
+ <parameter type-id='type-id-452' name='di' filepath='../.././libiberty/cp-demangle.c' line='5132' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3' name='options' filepath='../.././libiberty/cp-demangle.c' line='5422' column='1'/>
<!-- parameter of type 'typedef demangle_callbackref' -->
- <parameter type-id='type-id-459' name='callback' filepath='../.././libiberty/cp-demangle.c' line='5423' column='1'/>
+ <parameter type-id='type-id-457' name='callback' filepath='../.././libiberty/cp-demangle.c' line='5423' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2' name='opaque' filepath='../.././libiberty/cp-demangle.c' line='5423' column='1'/>
<!-- int -->
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='mangled' filepath='../.././libiberty/cp-demangle.c' line='5443' column='1'/>
<!-- parameter of type 'typedef demangle_callbackref' -->
- <parameter type-id='type-id-459' name='callback' filepath='../.././libiberty/cp-demangle.c' line='5444' column='1'/>
+ <parameter type-id='type-id-457' name='callback' filepath='../.././libiberty/cp-demangle.c' line='5444' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2' name='opaque' filepath='../.././libiberty/cp-demangle.c' line='5444' column='1'/>
<!-- int -->
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='name' filepath='../.././libiberty/cp-demangle.c' line='5530' column='1'/>
<!-- enum gnu_v3_ctor_kinds -->
- <return type-id='type-id-446'/>
+ <return type-id='type-id-444'/>
</function-decl>
<!-- gnu_v3_dtor_kinds is_gnu_v3_mangled_dtor(const char*) -->
<function-decl name='is_gnu_v3_mangled_dtor' mangled-name='is_gnu_v3_mangled_dtor' filepath='../.././libiberty/cp-demangle.c' line='5545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='is_gnu_v3_mangled_dtor'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='name' filepath='../.././libiberty/cp-demangle.c' line='5545' column='1'/>
<!-- enum gnu_v3_dtor_kinds -->
- <return type-id='type-id-447'/>
+ <return type-id='type-id-445'/>
</function-decl>
<!-- const demangle_operator_info[58] -->
- <array-type-def dimensions='1' type-id='type-id-460' size-in-bits='11136' id='type-id-461'>
+ <array-type-def dimensions='1' type-id='type-id-441' size-in-bits='11136' id='type-id-458'>
<!-- <anonymous range>[58] -->
- <subrange length='58' type-id='type-id-22' id='type-id-462'/>
+ <subrange length='58' type-id='type-id-22' id='type-id-459'/>
</array-type-def>
- <!-- const demangle_operator_info -->
- <qualified-type-def type-id='type-id-442' const='yes' id='type-id-460'/>
<!-- const demangle_operator_info cplus_demangle_operators[58] -->
- <var-decl name='cplus_demangle_operators' type-id='type-id-461' mangled-name='cplus_demangle_operators' visibility='default' filepath='../.././libiberty/cp-demangle.c' line='1576' column='1' elf-symbol-id='cplus_demangle_operators'/>
+ <var-decl name='cplus_demangle_operators' type-id='type-id-458' mangled-name='cplus_demangle_operators' visibility='default' filepath='../.././libiberty/cp-demangle.c' line='1576' column='1' elf-symbol-id='cplus_demangle_operators'/>
<!-- const demangle_builtin_type_info[33] -->
- <array-type-def dimensions='1' type-id='type-id-463' size-in-bits='8448' id='type-id-464'>
+ <array-type-def dimensions='1' type-id='type-id-449' size-in-bits='8448' id='type-id-460'>
<!-- <anonymous range>[33] -->
- <subrange length='33' type-id='type-id-22' id='type-id-465'/>
+ <subrange length='33' type-id='type-id-22' id='type-id-461'/>
</array-type-def>
- <!-- const demangle_builtin_type_info -->
- <qualified-type-def type-id='type-id-449' const='yes' id='type-id-463'/>
<!-- const demangle_builtin_type_info cplus_demangle_builtin_types[33] -->
- <var-decl name='cplus_demangle_builtin_types' type-id='type-id-464' mangled-name='cplus_demangle_builtin_types' visibility='default' filepath='../.././libiberty/cp-demangle.c' line='2050' column='1' elf-symbol-id='cplus_demangle_builtin_types'/>
+ <var-decl name='cplus_demangle_builtin_types' type-id='type-id-460' mangled-name='cplus_demangle_builtin_types' visibility='default' filepath='../.././libiberty/cp-demangle.c' line='2050' column='1' elf-symbol-id='cplus_demangle_builtin_types'/>
<!-- void* realloc(void*, size_t) -->
<function-decl name='realloc' filepath='/usr/include/stdlib.h' line='485' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'void*' -->
<return type-id='type-id-2'/>
</function-decl>
<!-- void (const char*, size_t, void*) -->
- <function-type size-in-bits='64' id='type-id-457'>
+ <function-type size-in-bits='64' id='type-id-455'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8'/>
<!-- parameter of type 'typedef size_t' -->
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/md5.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
<!-- struct md5_ctx -->
- <class-decl name='md5_ctx' size-in-bits='1248' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/md5.h' line='85' column='1' id='type-id-466'>
+ <class-decl name='md5_ctx' size-in-bits='1248' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/md5.h' line='85' column='1' id='type-id-462'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- md5_uint32 md5_ctx::A -->
- <var-decl name='A' type-id='type-id-467' visibility='default' filepath='../.././libiberty/../include/md5.h' line='87' column='1'/>
+ <var-decl name='A' type-id='type-id-463' visibility='default' filepath='../.././libiberty/../include/md5.h' line='87' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- md5_uint32 md5_ctx::B -->
- <var-decl name='B' type-id='type-id-467' visibility='default' filepath='../.././libiberty/../include/md5.h' line='88' column='1'/>
+ <var-decl name='B' type-id='type-id-463' visibility='default' filepath='../.././libiberty/../include/md5.h' line='88' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- md5_uint32 md5_ctx::C -->
- <var-decl name='C' type-id='type-id-467' visibility='default' filepath='../.././libiberty/../include/md5.h' line='89' column='1'/>
+ <var-decl name='C' type-id='type-id-463' visibility='default' filepath='../.././libiberty/../include/md5.h' line='89' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<!-- md5_uint32 md5_ctx::D -->
- <var-decl name='D' type-id='type-id-467' visibility='default' filepath='../.././libiberty/../include/md5.h' line='90' column='1'/>
+ <var-decl name='D' type-id='type-id-463' visibility='default' filepath='../.././libiberty/../include/md5.h' line='90' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- md5_uint32 md5_ctx::total[2] -->
- <var-decl name='total' type-id='type-id-468' visibility='default' filepath='../.././libiberty/../include/md5.h' line='92' column='1'/>
+ <var-decl name='total' type-id='type-id-464' visibility='default' filepath='../.././libiberty/../include/md5.h' line='92' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- md5_uint32 md5_ctx::buflen -->
- <var-decl name='buflen' type-id='type-id-467' visibility='default' filepath='../.././libiberty/../include/md5.h' line='93' column='1'/>
+ <var-decl name='buflen' type-id='type-id-463' visibility='default' filepath='../.././libiberty/../include/md5.h' line='93' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
<!-- char md5_ctx::buffer[128] -->
</data-member>
</class-decl>
<!-- typedef unsigned int uint32_t -->
- <typedef-decl name='uint32_t' type-id='type-id-35' filepath='/usr/include/stdint.h' line='52' column='1' id='type-id-469'/>
+ <typedef-decl name='uint32_t' type-id='type-id-35' filepath='/usr/include/stdint.h' line='52' column='1' id='type-id-465'/>
<!-- typedef uint32_t md5_uint32 -->
- <typedef-decl name='md5_uint32' type-id='type-id-469' filepath='../.././libiberty/../include/md5.h' line='46' column='1' id='type-id-467'/>
+ <typedef-decl name='md5_uint32' type-id='type-id-465' filepath='../.././libiberty/../include/md5.h' line='46' column='1' id='type-id-463'/>
<!-- md5_uint32[2] -->
- <array-type-def dimensions='1' type-id='type-id-467' size-in-bits='64' id='type-id-468'>
+ <array-type-def dimensions='1' type-id='type-id-463' size-in-bits='64' id='type-id-464'>
<!-- <anonymous range>[2] -->
- <subrange length='2' type-id='type-id-22' id='type-id-470'/>
+ <subrange length='2' type-id='type-id-22' id='type-id-466'/>
</array-type-def>
<!-- md5_ctx* -->
- <pointer-type-def type-id='type-id-466' size-in-bits='64' id='type-id-471'/>
+ <pointer-type-def type-id='type-id-462' size-in-bits='64' id='type-id-467'/>
<!-- void md5_init_ctx(md5_ctx*) -->
<function-decl name='md5_init_ctx' mangled-name='md5_init_ctx' filepath='../.././libiberty/md5.c' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='md5_init_ctx'>
<!-- parameter of type 'md5_ctx*' -->
- <parameter type-id='type-id-471' name='ctx' filepath='../.././libiberty/md5.c' line='65' column='1'/>
+ <parameter type-id='type-id-467' name='ctx' filepath='../.././libiberty/md5.c' line='65' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- const md5_ctx -->
- <qualified-type-def type-id='type-id-466' const='yes' id='type-id-472'/>
+ <qualified-type-def type-id='type-id-462' const='yes' id='type-id-468'/>
<!-- const md5_ctx* -->
- <pointer-type-def type-id='type-id-472' size-in-bits='64' id='type-id-473'/>
+ <pointer-type-def type-id='type-id-468' size-in-bits='64' id='type-id-469'/>
<!-- void* md5_read_ctx(const md5_ctx*, void*) -->
<function-decl name='md5_read_ctx' mangled-name='md5_read_ctx' filepath='../.././libiberty/md5.c' line='82' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='md5_read_ctx'>
<!-- parameter of type 'const md5_ctx*' -->
- <parameter type-id='type-id-473' name='ctx' filepath='../.././libiberty/md5.c' line='82' column='1'/>
+ <parameter type-id='type-id-469' name='ctx' filepath='../.././libiberty/md5.c' line='82' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2' name='resbuf' filepath='../.././libiberty/md5.c' line='82' column='1'/>
<!-- void* -->
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='len' filepath='../.././libiberty/md5.c' line='281' column='1'/>
<!-- parameter of type 'md5_ctx*' -->
- <parameter type-id='type-id-471' name='ctx' filepath='../.././libiberty/md5.c' line='281' column='1'/>
+ <parameter type-id='type-id-467' name='ctx' filepath='../.././libiberty/md5.c' line='281' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='len' filepath='../.././libiberty/md5.c' line='206' column='1'/>
<!-- parameter of type 'md5_ctx*' -->
- <parameter type-id='type-id-471' name='ctx' filepath='../.././libiberty/md5.c' line='206' column='1'/>
+ <parameter type-id='type-id-467' name='ctx' filepath='../.././libiberty/md5.c' line='206' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void* md5_finish_ctx(md5_ctx*, void*) -->
<function-decl name='md5_finish_ctx' mangled-name='md5_finish_ctx' filepath='../.././libiberty/md5.c' line='102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='md5_finish_ctx'>
<!-- parameter of type 'md5_ctx*' -->
- <parameter type-id='type-id-471' name='ctx' filepath='../.././libiberty/md5.c' line='102' column='1'/>
+ <parameter type-id='type-id-467' name='ctx' filepath='../.././libiberty/md5.c' line='102' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2' name='resbuf' filepath='../.././libiberty/md5.c' line='102' column='1'/>
<!-- void* -->
<!-- size_t htab_size(htab_t) -->
<function-decl name='htab_size' mangled-name='htab_size' filepath='../.././libiberty/hashtab.c' line='224' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_size'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195'/>
+ <parameter type-id='type-id-193'/>
<!-- typedef size_t -->
<return type-id='type-id-5'/>
</function-decl>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='size' filepath='../.././libiberty/hashtab.c' line='302' column='1'/>
<!-- parameter of type 'typedef htab_hash' -->
- <parameter type-id='type-id-177' name='hash_f' filepath='../.././libiberty/hashtab.c' line='302' column='1'/>
+ <parameter type-id='type-id-175' name='hash_f' filepath='../.././libiberty/hashtab.c' line='302' column='1'/>
<!-- parameter of type 'typedef htab_eq' -->
- <parameter type-id='type-id-178' name='eq_f' filepath='../.././libiberty/hashtab.c' line='302' column='1'/>
+ <parameter type-id='type-id-176' name='eq_f' filepath='../.././libiberty/hashtab.c' line='302' column='1'/>
<!-- parameter of type 'typedef htab_del' -->
- <parameter type-id='type-id-179' name='del_f' filepath='../.././libiberty/hashtab.c' line='303' column='1'/>
+ <parameter type-id='type-id-177' name='del_f' filepath='../.././libiberty/hashtab.c' line='303' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2' name='alloc_arg' filepath='../.././libiberty/hashtab.c' line='303' column='1'/>
<!-- parameter of type 'typedef htab_alloc_with_arg' -->
- <parameter type-id='type-id-182' name='alloc_f' filepath='../.././libiberty/hashtab.c' line='304' column='1'/>
+ <parameter type-id='type-id-180' name='alloc_f' filepath='../.././libiberty/hashtab.c' line='304' column='1'/>
<!-- parameter of type 'typedef htab_free_with_arg' -->
- <parameter type-id='type-id-183' name='free_f' filepath='../.././libiberty/hashtab.c' line='305' column='1'/>
+ <parameter type-id='type-id-181' name='free_f' filepath='../.././libiberty/hashtab.c' line='305' column='1'/>
<!-- typedef htab_t -->
- <return type-id='type-id-195'/>
+ <return type-id='type-id-193'/>
</function-decl>
<!-- htab_t htab_create_typed_alloc(size_t, htab_hash, htab_eq, htab_del, htab_alloc, htab_alloc, htab_free) -->
<function-decl name='htab_create_typed_alloc' mangled-name='htab_create_typed_alloc' filepath='../.././libiberty/hashtab.c' line='356' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_create_typed_alloc'>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='size' filepath='../.././libiberty/hashtab.c' line='356' column='1'/>
<!-- parameter of type 'typedef htab_hash' -->
- <parameter type-id='type-id-177' name='hash_f' filepath='../.././libiberty/hashtab.c' line='356' column='1'/>
+ <parameter type-id='type-id-175' name='hash_f' filepath='../.././libiberty/hashtab.c' line='356' column='1'/>
<!-- parameter of type 'typedef htab_eq' -->
- <parameter type-id='type-id-178' name='eq_f' filepath='../.././libiberty/hashtab.c' line='356' column='1'/>
+ <parameter type-id='type-id-176' name='eq_f' filepath='../.././libiberty/hashtab.c' line='356' column='1'/>
<!-- parameter of type 'typedef htab_del' -->
- <parameter type-id='type-id-179' name='del_f' filepath='../.././libiberty/hashtab.c' line='357' column='1'/>
+ <parameter type-id='type-id-177' name='del_f' filepath='../.././libiberty/hashtab.c' line='357' column='1'/>
<!-- parameter of type 'typedef htab_alloc' -->
- <parameter type-id='type-id-180' name='alloc_tab_f' filepath='../.././libiberty/hashtab.c' line='357' column='1'/>
+ <parameter type-id='type-id-178' name='alloc_tab_f' filepath='../.././libiberty/hashtab.c' line='357' column='1'/>
<!-- parameter of type 'typedef htab_alloc' -->
- <parameter type-id='type-id-180' name='alloc_f' filepath='../.././libiberty/hashtab.c' line='358' column='1'/>
+ <parameter type-id='type-id-178' name='alloc_f' filepath='../.././libiberty/hashtab.c' line='358' column='1'/>
<!-- parameter of type 'typedef htab_free' -->
- <parameter type-id='type-id-181' name='free_f' filepath='../.././libiberty/hashtab.c' line='358' column='1'/>
+ <parameter type-id='type-id-179' name='free_f' filepath='../.././libiberty/hashtab.c' line='358' column='1'/>
<!-- typedef htab_t -->
- <return type-id='type-id-195'/>
+ <return type-id='type-id-193'/>
</function-decl>
<!-- void htab_set_functions_ex(htab_t, htab_hash, htab_eq, htab_del, void*, htab_alloc_with_arg, htab_free_with_arg) -->
<function-decl name='htab_set_functions_ex' mangled-name='htab_set_functions_ex' filepath='../.././libiberty/hashtab.c' line='390' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_set_functions_ex'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='390' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='390' column='1'/>
<!-- parameter of type 'typedef htab_hash' -->
- <parameter type-id='type-id-177' name='hash_f' filepath='../.././libiberty/hashtab.c' line='390' column='1'/>
+ <parameter type-id='type-id-175' name='hash_f' filepath='../.././libiberty/hashtab.c' line='390' column='1'/>
<!-- parameter of type 'typedef htab_eq' -->
- <parameter type-id='type-id-178' name='eq_f' filepath='../.././libiberty/hashtab.c' line='390' column='1'/>
+ <parameter type-id='type-id-176' name='eq_f' filepath='../.././libiberty/hashtab.c' line='390' column='1'/>
<!-- parameter of type 'typedef htab_del' -->
- <parameter type-id='type-id-179' name='del_f' filepath='../.././libiberty/hashtab.c' line='391' column='1'/>
+ <parameter type-id='type-id-177' name='del_f' filepath='../.././libiberty/hashtab.c' line='391' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2' name='alloc_arg' filepath='../.././libiberty/hashtab.c' line='391' column='1'/>
<!-- parameter of type 'typedef htab_alloc_with_arg' -->
- <parameter type-id='type-id-182' name='alloc_f' filepath='../.././libiberty/hashtab.c' line='392' column='1'/>
+ <parameter type-id='type-id-180' name='alloc_f' filepath='../.././libiberty/hashtab.c' line='392' column='1'/>
<!-- parameter of type 'typedef htab_free_with_arg' -->
- <parameter type-id='type-id-183' name='free_f' filepath='../.././libiberty/hashtab.c' line='392' column='1'/>
+ <parameter type-id='type-id-181' name='free_f' filepath='../.././libiberty/hashtab.c' line='392' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='size' filepath='../.././libiberty/hashtab.c' line='406' column='1'/>
<!-- parameter of type 'typedef htab_hash' -->
- <parameter type-id='type-id-177' name='hash_f' filepath='../.././libiberty/hashtab.c' line='406' column='1'/>
+ <parameter type-id='type-id-175' name='hash_f' filepath='../.././libiberty/hashtab.c' line='406' column='1'/>
<!-- parameter of type 'typedef htab_eq' -->
- <parameter type-id='type-id-178' name='eq_f' filepath='../.././libiberty/hashtab.c' line='406' column='1'/>
+ <parameter type-id='type-id-176' name='eq_f' filepath='../.././libiberty/hashtab.c' line='406' column='1'/>
<!-- parameter of type 'typedef htab_del' -->
- <parameter type-id='type-id-179' name='del_f' filepath='../.././libiberty/hashtab.c' line='406' column='1'/>
+ <parameter type-id='type-id-177' name='del_f' filepath='../.././libiberty/hashtab.c' line='406' column='1'/>
<!-- typedef htab_t -->
- <return type-id='type-id-195'/>
+ <return type-id='type-id-193'/>
</function-decl>
<!-- void htab_empty(htab_t) -->
<function-decl name='htab_empty' mangled-name='htab_empty' filepath='../.././libiberty/hashtab.c' line='447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_empty'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='447' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='447' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void* htab_find(htab_t, void*) -->
<function-decl name='htab_find' mangled-name='htab_find' filepath='../.././libiberty/hashtab.c' line='628' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_find'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='628' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='628' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2' name='element' filepath='../.././libiberty/hashtab.c' line='628' column='1'/>
<!-- void* -->
<!-- void** htab_find_slot(htab_t, void*, insert_option) -->
<function-decl name='htab_find_slot' mangled-name='htab_find_slot' filepath='../.././libiberty/hashtab.c' line='710' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_find_slot'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='710' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='710' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2' name='element' filepath='../.././libiberty/hashtab.c' line='710' column='1'/>
<!-- parameter of type 'enum insert_option' -->
- <parameter type-id='type-id-196' name='insert' filepath='../.././libiberty/hashtab.c' line='710' column='1'/>
+ <parameter type-id='type-id-194' name='insert' filepath='../.././libiberty/hashtab.c' line='710' column='1'/>
<!-- void** -->
<return type-id='type-id-102'/>
</function-decl>
<!-- void htab_remove_elt_with_hash(htab_t, void*, hashval_t) -->
<function-decl name='htab_remove_elt_with_hash' mangled-name='htab_remove_elt_with_hash' filepath='../.././libiberty/hashtab.c' line='732' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_remove_elt_with_hash'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='732' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='732' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2' name='element' filepath='../.././libiberty/hashtab.c' line='732' column='1'/>
<!-- parameter of type 'typedef hashval_t' -->
- <parameter type-id='type-id-175' name='hash' filepath='../.././libiberty/hashtab.c' line='732' column='1'/>
+ <parameter type-id='type-id-173' name='hash' filepath='../.././libiberty/hashtab.c' line='732' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- void htab_remove_elt(htab_t, void*) -->
<function-decl name='htab_remove_elt' mangled-name='htab_remove_elt' filepath='../.././libiberty/hashtab.c' line='721' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_remove_elt'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='721' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='721' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2' name='element' filepath='../.././libiberty/hashtab.c' line='721' column='1'/>
<!-- void -->
<!-- void htab_clear_slot(htab_t, void**) -->
<function-decl name='htab_clear_slot' mangled-name='htab_clear_slot' filepath='../.././libiberty/hashtab.c' line='752' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_clear_slot'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='752' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='752' column='1'/>
<!-- parameter of type 'void**' -->
<parameter type-id='type-id-102' name='slot' filepath='../.././libiberty/hashtab.c' line='752' column='1'/>
<!-- void -->
<!-- void htab_traverse_noresize(htab_t, htab_trav, void*) -->
<function-decl name='htab_traverse_noresize' mangled-name='htab_traverse_noresize' filepath='../.././libiberty/hashtab.c' line='771' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_traverse_noresize'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='771' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='771' column='1'/>
<!-- parameter of type 'typedef htab_trav' -->
- <parameter type-id='type-id-404' name='callback' filepath='../.././libiberty/hashtab.c' line='771' column='1'/>
+ <parameter type-id='type-id-402' name='callback' filepath='../.././libiberty/hashtab.c' line='771' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-2' name='info' filepath='../.././libiberty/hashtab.c' line='771' column='1'/>
<!-- void -->
<return type-id='type-id-1'/>
</function-decl>
<!-- double -->
- <type-decl name='double' size-in-bits='64' id='type-id-474'/>
+ <type-decl name='double' size-in-bits='64' id='type-id-470'/>
<!-- double htab_collisions(htab_t) -->
<function-decl name='htab_collisions' mangled-name='htab_collisions' filepath='../.././libiberty/hashtab.c' line='807' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_collisions'>
<!-- parameter of type 'typedef htab_t' -->
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='807' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='807' column='1'/>
<!-- double -->
- <return type-id='type-id-474'/>
+ <return type-id='type-id-470'/>
</function-decl>
<!-- hashval_t iterative_hash(void*, size_t, hashval_t) -->
<function-decl name='iterative_hash' mangled-name='iterative_hash' filepath='../.././libiberty/hashtab.c' line='931' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='iterative_hash'>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5' name='length' filepath='../.././libiberty/hashtab.c' line='932' column='1'/>
<!-- parameter of type 'typedef hashval_t' -->
- <parameter type-id='type-id-175' name='initval' filepath='../.././libiberty/hashtab.c' line='933' column='1'/>
+ <parameter type-id='type-id-173' name='initval' filepath='../.././libiberty/hashtab.c' line='933' column='1'/>
<!-- typedef hashval_t -->
- <return type-id='type-id-175'/>
+ <return type-id='type-id-173'/>
</function-decl>
<!-- htab_hash htab_hash_pointer -->
- <var-decl name='htab_hash_pointer' type-id='type-id-177' mangled-name='htab_hash_pointer' visibility='default' filepath='../.././libiberty/hashtab.c' line='82' column='1' elf-symbol-id='htab_hash_pointer'/>
+ <var-decl name='htab_hash_pointer' type-id='type-id-175' mangled-name='htab_hash_pointer' visibility='default' filepath='../.././libiberty/hashtab.c' line='82' column='1' elf-symbol-id='htab_hash_pointer'/>
<!-- htab_eq htab_eq_pointer -->
- <var-decl name='htab_eq_pointer' type-id='type-id-178' mangled-name='htab_eq_pointer' visibility='default' filepath='../.././libiberty/hashtab.c' line='83' column='1' elf-symbol-id='htab_eq_pointer'/>
+ <var-decl name='htab_eq_pointer' type-id='type-id-176' mangled-name='htab_eq_pointer' visibility='default' filepath='../.././libiberty/hashtab.c' line='83' column='1' elf-symbol-id='htab_eq_pointer'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/hex.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
<!-- void hex_init() -->
<return type-id='type-id-1'/>
</function-decl>
<!-- const unsigned char _hex_value[256] -->
- <var-decl name='_hex_value' type-id='type-id-418' mangled-name='_hex_value' visibility='default' filepath='../.././libiberty/hex.c' line='75' column='1' elf-symbol-id='_hex_value'/>
+ <var-decl name='_hex_value' type-id='type-id-416' mangled-name='_hex_value' visibility='default' filepath='../.././libiberty/hex.c' line='75' column='1' elf-symbol-id='_hex_value'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/lbasename.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
<!-- const char* unix_lbasename(const char*) -->
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- pid_t* pex_obj::children -->
- <var-decl name='children' type-id='type-id-475' visibility='default' filepath='../.././libiberty/pex-common.h' line='73' column='1'/>
+ <var-decl name='children' type-id='type-id-471' visibility='default' filepath='../.././libiberty/pex-common.h' line='73' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- int* pex_obj::status -->
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- pex_time* pex_obj::time -->
- <var-decl name='time' type-id='type-id-476' visibility='default' filepath='../.././libiberty/pex-common.h' line='77' column='1'/>
+ <var-decl name='time' type-id='type-id-472' visibility='default' filepath='../.././libiberty/pex-common.h' line='77' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- int pex_obj::number_waited -->
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<!-- const pex_funcs* pex_obj::funcs -->
- <var-decl name='funcs' type-id='type-id-477' visibility='default' filepath='../.././libiberty/pex-common.h' line='92' column='1'/>
+ <var-decl name='funcs' type-id='type-id-473' visibility='default' filepath='../.././libiberty/pex-common.h' line='92' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
<!-- void* pex_obj::sysdep -->
</data-member>
</class-decl>
<!-- typedef int __pid_t -->
- <typedef-decl name='__pid_t' type-id='type-id-3' filepath='/usr/include/bits/types.h' line='143' column='1' id='type-id-478'/>
+ <typedef-decl name='__pid_t' type-id='type-id-3' filepath='/usr/include/bits/types.h' line='143' column='1' id='type-id-474'/>
<!-- typedef __pid_t pid_t -->
- <typedef-decl name='pid_t' type-id='type-id-478' filepath='/usr/include/sys/types.h' line='99' column='1' id='type-id-479'/>
+ <typedef-decl name='pid_t' type-id='type-id-474' filepath='/usr/include/sys/types.h' line='99' column='1' id='type-id-475'/>
<!-- pid_t* -->
- <pointer-type-def type-id='type-id-479' size-in-bits='64' id='type-id-475'/>
+ <pointer-type-def type-id='type-id-475' size-in-bits='64' id='type-id-471'/>
<!-- struct pex_time -->
- <class-decl name='pex_time' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/libiberty.h' line='559' column='1' id='type-id-480'>
+ <class-decl name='pex_time' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/libiberty.h' line='559' column='1' id='type-id-476'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned long int pex_time::user_seconds -->
<var-decl name='user_seconds' type-id='type-id-4' visibility='default' filepath='../.././libiberty/../include/libiberty.h' line='561' column='1'/>
</data-member>
</class-decl>
<!-- pex_time* -->
- <pointer-type-def type-id='type-id-480' size-in-bits='64' id='type-id-476'/>
+ <pointer-type-def type-id='type-id-476' size-in-bits='64' id='type-id-472'/>
<!-- struct pex_funcs -->
- <class-decl name='pex_funcs' size-in-bits='576' is-struct='yes' visibility='default' filepath='../.././libiberty/pex-common.h' line='99' column='1' id='type-id-481'>
+ <class-decl name='pex_funcs' size-in-bits='576' is-struct='yes' visibility='default' filepath='../.././libiberty/pex-common.h' line='99' column='1' id='type-id-477'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- int (pex_obj*, const char*, int)* pex_funcs::open_read -->
- <var-decl name='open_read' type-id='type-id-482' visibility='default' filepath='../.././libiberty/pex-common.h' line='103' column='1'/>
+ <var-decl name='open_read' type-id='type-id-478' visibility='default' filepath='../.././libiberty/pex-common.h' line='103' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- int (pex_obj*, const char*, int)* pex_funcs::open_write -->
- <var-decl name='open_write' type-id='type-id-482' visibility='default' filepath='../.././libiberty/pex-common.h' line='106' column='1'/>
+ <var-decl name='open_write' type-id='type-id-478' visibility='default' filepath='../.././libiberty/pex-common.h' line='106' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- typedef pid_t (pex_obj*, int, const char*, char* const*, char* const*, int, int, int, int, const char**, int*)* pex_funcs::exec_child -->
- <var-decl name='exec_child' type-id='type-id-483' visibility='default' filepath='../.././libiberty/pex-common.h' line='117' column='1'/>
+ <var-decl name='exec_child' type-id='type-id-479' visibility='default' filepath='../.././libiberty/pex-common.h' line='117' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- int (pex_obj*, int)* pex_funcs::close -->
- <var-decl name='close' type-id='type-id-484' visibility='default' filepath='../.././libiberty/pex-common.h' line='124' column='1'/>
+ <var-decl name='close' type-id='type-id-480' visibility='default' filepath='../.././libiberty/pex-common.h' line='124' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- typedef pid_t (pex_obj*, typedef pid_t, int*, pex_time*, int, const char**, int*)* pex_funcs::wait -->
- <var-decl name='wait' type-id='type-id-485' visibility='default' filepath='../.././libiberty/pex-common.h' line='129' column='1'/>
+ <var-decl name='wait' type-id='type-id-481' visibility='default' filepath='../.././libiberty/pex-common.h' line='129' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- int (pex_obj*, int*, int)* pex_funcs::pipe -->
- <var-decl name='pipe' type-id='type-id-486' visibility='default' filepath='../.././libiberty/pex-common.h' line='135' column='1'/>
+ <var-decl name='pipe' type-id='type-id-482' visibility='default' filepath='../.././libiberty/pex-common.h' line='135' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- FILE* (pex_obj*, int, int)* pex_funcs::fdopenr -->
- <var-decl name='fdopenr' type-id='type-id-487' visibility='default' filepath='../.././libiberty/pex-common.h' line='139' column='1'/>
+ <var-decl name='fdopenr' type-id='type-id-483' visibility='default' filepath='../.././libiberty/pex-common.h' line='139' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- FILE* (pex_obj*, int, int)* pex_funcs::fdopenw -->
- <var-decl name='fdopenw' type-id='type-id-487' visibility='default' filepath='../.././libiberty/pex-common.h' line='144' column='1'/>
+ <var-decl name='fdopenw' type-id='type-id-483' visibility='default' filepath='../.././libiberty/pex-common.h' line='144' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- void (pex_obj*)* pex_funcs::cleanup -->
- <var-decl name='cleanup' type-id='type-id-488' visibility='default' filepath='../.././libiberty/pex-common.h' line='147' column='1'/>
+ <var-decl name='cleanup' type-id='type-id-484' visibility='default' filepath='../.././libiberty/pex-common.h' line='147' column='1'/>
</data-member>
</class-decl>
<!-- int (pex_obj*, const char*, int)* -->
- <pointer-type-def type-id='type-id-489' size-in-bits='64' id='type-id-482'/>
+ <pointer-type-def type-id='type-id-485' size-in-bits='64' id='type-id-478'/>
<!-- typedef pid_t (pex_obj*, int, const char*, char* const*, char* const*, int, int, int, int, const char**, int*)* -->
- <pointer-type-def type-id='type-id-490' size-in-bits='64' id='type-id-483'/>
+ <pointer-type-def type-id='type-id-486' size-in-bits='64' id='type-id-479'/>
<!-- int (pex_obj*, int)* -->
- <pointer-type-def type-id='type-id-491' size-in-bits='64' id='type-id-484'/>
+ <pointer-type-def type-id='type-id-487' size-in-bits='64' id='type-id-480'/>
<!-- typedef pid_t (pex_obj*, typedef pid_t, int*, pex_time*, int, const char**, int*)* -->
- <pointer-type-def type-id='type-id-492' size-in-bits='64' id='type-id-485'/>
+ <pointer-type-def type-id='type-id-488' size-in-bits='64' id='type-id-481'/>
<!-- int (pex_obj*, int*, int)* -->
- <pointer-type-def type-id='type-id-493' size-in-bits='64' id='type-id-486'/>
+ <pointer-type-def type-id='type-id-489' size-in-bits='64' id='type-id-482'/>
<!-- FILE* (pex_obj*, int, int)* -->
- <pointer-type-def type-id='type-id-494' size-in-bits='64' id='type-id-487'/>
+ <pointer-type-def type-id='type-id-490' size-in-bits='64' id='type-id-483'/>
<!-- void (pex_obj*)* -->
- <pointer-type-def type-id='type-id-495' size-in-bits='64' id='type-id-488'/>
+ <pointer-type-def type-id='type-id-491' size-in-bits='64' id='type-id-484'/>
<!-- const pex_funcs -->
- <qualified-type-def type-id='type-id-481' const='yes' id='type-id-496'/>
+ <qualified-type-def type-id='type-id-477' const='yes' id='type-id-492'/>
<!-- const pex_funcs* -->
- <pointer-type-def type-id='type-id-496' size-in-bits='64' id='type-id-477'/>
+ <pointer-type-def type-id='type-id-492' size-in-bits='64' id='type-id-473'/>
<!-- pex_obj* pex_init_common(int, const char*, const char*, const pex_funcs*) -->
<function-decl name='pex_init_common' mangled-name='pex_init_common' filepath='../.././libiberty/pex-common.c' line='53' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pex_init_common'>
<!-- parameter of type 'int' -->
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-8' name='tempbase' filepath='../.././libiberty/pex-common.c' line='53' column='1'/>
<!-- parameter of type 'const pex_funcs*' -->
- <parameter type-id='type-id-477' name='funcs' filepath='../.././libiberty/pex-common.c' line='54' column='1'/>
+ <parameter type-id='type-id-473' name='funcs' filepath='../.././libiberty/pex-common.c' line='54' column='1'/>
<!-- pex_obj* -->
<return type-id='type-id-29'/>
</function-decl>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3' name='count' filepath='../.././libiberty/pex-common.c' line='570' column='1'/>
<!-- parameter of type 'pex_time*' -->
- <parameter type-id='type-id-476' name='vector' filepath='../.././libiberty/pex-common.c' line='570' column='1'/>
+ <parameter type-id='type-id-472' name='vector' filepath='../.././libiberty/pex-common.c' line='570' column='1'/>
<!-- int -->
<return type-id='type-id-3'/>
</function-decl>
<!-- FILE* (pex_obj*, int, int) -->
- <function-type size-in-bits='64' id='type-id-494'>
+ <function-type size-in-bits='64' id='type-id-490'>
<!-- parameter of type 'pex_obj*' -->
<parameter type-id='type-id-29'/>
<!-- parameter of type 'int' -->
<return type-id='type-id-27'/>
</function-type>
<!-- int (pex_obj*, const char*, int) -->
- <function-type size-in-bits='64' id='type-id-489'>
+ <function-type size-in-bits='64' id='type-id-485'>
<!-- parameter of type 'pex_obj*' -->
<parameter type-id='type-id-29'/>
<!-- parameter of type 'const char*' -->
<return type-id='type-id-3'/>
</function-type>
<!-- int (pex_obj*, int) -->
- <function-type size-in-bits='64' id='type-id-491'>
+ <function-type size-in-bits='64' id='type-id-487'>
<!-- parameter of type 'pex_obj*' -->
<parameter type-id='type-id-29'/>
<!-- parameter of type 'int' -->
<return type-id='type-id-3'/>
</function-type>
<!-- int (pex_obj*, int*, int) -->
- <function-type size-in-bits='64' id='type-id-493'>
+ <function-type size-in-bits='64' id='type-id-489'>
<!-- parameter of type 'pex_obj*' -->
<parameter type-id='type-id-29'/>
<!-- parameter of type 'int*' -->
<return type-id='type-id-3'/>
</function-type>
<!-- pid_t (pex_obj*, int, const char*, char* const*, char* const*, int, int, int, int, const char**, int*) -->
- <function-type size-in-bits='64' id='type-id-490'>
+ <function-type size-in-bits='64' id='type-id-486'>
<!-- parameter of type 'pex_obj*' -->
<parameter type-id='type-id-29'/>
<!-- parameter of type 'int' -->
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'const char**' -->
- <parameter type-id='type-id-271'/>
+ <parameter type-id='type-id-269'/>
<!-- parameter of type 'int*' -->
<parameter type-id='type-id-62'/>
<!-- typedef pid_t -->
- <return type-id='type-id-479'/>
+ <return type-id='type-id-475'/>
</function-type>
<!-- pid_t (pex_obj*, pid_t, int*, pex_time*, int, const char**, int*) -->
- <function-type size-in-bits='64' id='type-id-492'>
+ <function-type size-in-bits='64' id='type-id-488'>
<!-- parameter of type 'pex_obj*' -->
<parameter type-id='type-id-29'/>
<!-- parameter of type 'typedef pid_t' -->
- <parameter type-id='type-id-479'/>
+ <parameter type-id='type-id-475'/>
<!-- parameter of type 'int*' -->
<parameter type-id='type-id-62'/>
<!-- parameter of type 'pex_time*' -->
- <parameter type-id='type-id-476'/>
+ <parameter type-id='type-id-472'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'const char**' -->
- <parameter type-id='type-id-271'/>
+ <parameter type-id='type-id-269'/>
<!-- parameter of type 'int*' -->
<parameter type-id='type-id-62'/>
<!-- typedef pid_t -->
- <return type-id='type-id-479'/>
+ <return type-id='type-id-475'/>
</function-type>
<!-- void (pex_obj*) -->
- <function-type size-in-bits='64' id='type-id-495'>
+ <function-type size-in-bits='64' id='type-id-491'>
<!-- parameter of type 'pex_obj*' -->
<parameter type-id='type-id-29'/>
<!-- void -->
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/pex-unix.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
<!-- const pex_funcs funcs -->
- <var-decl name='funcs' type-id='type-id-496' mangled-name='funcs' visibility='default' filepath='../.././libiberty/pex-unix.c' line='317' column='1' elf-symbol-id='funcs'/>
+ <var-decl name='funcs' type-id='type-id-492' mangled-name='funcs' visibility='default' filepath='../.././libiberty/pex-unix.c' line='317' column='1' elf-symbol-id='funcs'/>
<!-- int fcntl(int, int, ...) -->
<function-decl name='fcntl' filepath='/usr/include/fcntl.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'int' -->
<return type-id='type-id-3'/>
</function-decl>
<!-- union {wait* __uptr; int* __iptr;} -->
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/stdlib.h' line='68' column='1' id='type-id-497'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/stdlib.h' line='68' column='1' id='type-id-493'>
<data-member access='private'>
<!-- wait* __uptr -->
- <var-decl name='__uptr' type-id='type-id-498' visibility='default' filepath='/usr/include/stdlib.h' line='70' column='1'/>
+ <var-decl name='__uptr' type-id='type-id-494' visibility='default' filepath='/usr/include/stdlib.h' line='70' column='1'/>
</data-member>
<data-member access='private'>
<!-- int* __iptr -->
</data-member>
</union-decl>
<!-- union wait -->
- <union-decl name='wait' size-in-bits='32' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='67' column='1' id='type-id-499'>
+ <union-decl name='wait' size-in-bits='32' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='67' column='1' id='type-id-495'>
<data-member access='private'>
<!-- int wait::w_status -->
<var-decl name='w_status' type-id='type-id-3' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='69' column='1'/>
</data-member>
<data-member access='private'>
<!-- struct {unsigned int __w_termsig; unsigned int __w_coredump; unsigned int __w_retcode;} wait::__wait_terminated -->
- <var-decl name='__wait_terminated' type-id='type-id-500' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='84' column='1'/>
+ <var-decl name='__wait_terminated' type-id='type-id-496' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='84' column='1'/>
</data-member>
<data-member access='private'>
<!-- struct {unsigned int __w_stopval; unsigned int __w_stopsig;} wait::__wait_stopped -->
- <var-decl name='__wait_stopped' type-id='type-id-501' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='97' column='1'/>
+ <var-decl name='__wait_stopped' type-id='type-id-497' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='97' column='1'/>
</data-member>
</union-decl>
<!-- struct {unsigned int __w_termsig; unsigned int __w_coredump; unsigned int __w_retcode;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='70' column='1' id='type-id-500'>
+ <class-decl name='__anonymous_struct__' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='70' column='1' id='type-id-496'>
<data-member access='public' layout-offset-in-bits='25'>
<!-- unsigned int __w_termsig -->
<var-decl name='__w_termsig' type-id='type-id-35' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='73' column='1'/>
</data-member>
</class-decl>
<!-- struct {unsigned int __w_stopval; unsigned int __w_stopsig;} -->
- <class-decl name='__anonymous_struct__' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='85' column='1' id='type-id-501'>
+ <class-decl name='__anonymous_struct__' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='85' column='1' id='type-id-497'>
<data-member access='public' layout-offset-in-bits='24'>
<!-- unsigned int __w_stopval -->
<var-decl name='__w_stopval' type-id='type-id-35' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='88' column='1'/>
</data-member>
</class-decl>
<!-- wait* -->
- <pointer-type-def type-id='type-id-499' size-in-bits='64' id='type-id-498'/>
+ <pointer-type-def type-id='type-id-495' size-in-bits='64' id='type-id-494'/>
<!-- typedef __anonymous_union__ __WAIT_STATUS -->
- <typedef-decl name='__WAIT_STATUS' type-id='type-id-497' filepath='/usr/include/stdlib.h' line='72' column='1' id='type-id-502'/>
+ <typedef-decl name='__WAIT_STATUS' type-id='type-id-493' filepath='/usr/include/stdlib.h' line='72' column='1' id='type-id-498'/>
<!-- struct rusage -->
- <class-decl name='rusage' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/usr/include/bits/resource.h' line='178' column='1' id='type-id-503'>
+ <class-decl name='rusage' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/usr/include/bits/resource.h' line='178' column='1' id='type-id-499'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- timeval rusage::ru_utime -->
- <var-decl name='ru_utime' type-id='type-id-504' visibility='default' filepath='/usr/include/bits/resource.h' line='181' column='1'/>
+ <var-decl name='ru_utime' type-id='type-id-500' visibility='default' filepath='/usr/include/bits/resource.h' line='181' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- timeval rusage::ru_stime -->
- <var-decl name='ru_stime' type-id='type-id-504' visibility='default' filepath='/usr/include/bits/resource.h' line='183' column='1'/>
+ <var-decl name='ru_stime' type-id='type-id-500' visibility='default' filepath='/usr/include/bits/resource.h' line='183' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- long int rusage::ru_maxrss -->
</data-member>
</class-decl>
<!-- struct timeval -->
- <class-decl name='timeval' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/bits/time.h' line='75' column='1' id='type-id-504'>
+ <class-decl name='timeval' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/bits/time.h' line='75' column='1' id='type-id-500'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- __time_t timeval::tv_sec -->
<var-decl name='tv_sec' type-id='type-id-54' visibility='default' filepath='/usr/include/bits/time.h' line='77' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- __suseconds_t timeval::tv_usec -->
- <var-decl name='tv_usec' type-id='type-id-505' visibility='default' filepath='/usr/include/bits/time.h' line='78' column='1'/>
+ <var-decl name='tv_usec' type-id='type-id-501' visibility='default' filepath='/usr/include/bits/time.h' line='78' column='1'/>
</data-member>
</class-decl>
<!-- typedef long int __suseconds_t -->
- <typedef-decl name='__suseconds_t' type-id='type-id-21' filepath='/usr/include/bits/types.h' line='151' column='1' id='type-id-505'/>
+ <typedef-decl name='__suseconds_t' type-id='type-id-21' filepath='/usr/include/bits/types.h' line='151' column='1' id='type-id-501'/>
<!-- rusage* -->
- <pointer-type-def type-id='type-id-503' size-in-bits='64' id='type-id-506'/>
+ <pointer-type-def type-id='type-id-499' size-in-bits='64' id='type-id-502'/>
<!-- __pid_t wait4(__pid_t, __WAIT_STATUS, int, rusage*) -->
<function-decl name='wait4' filepath='/usr/include/sys/wait.h' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'typedef __pid_t' -->
- <parameter type-id='type-id-478'/>
+ <parameter type-id='type-id-474'/>
<!-- parameter of type 'typedef __WAIT_STATUS' -->
- <parameter type-id='type-id-502'/>
+ <parameter type-id='type-id-498'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- parameter of type 'rusage*' -->
- <parameter type-id='type-id-506'/>
+ <parameter type-id='type-id-502'/>
<!-- typedef __pid_t -->
- <return type-id='type-id-478'/>
+ <return type-id='type-id-474'/>
</function-decl>
<!-- __pid_t waitpid(__pid_t, int*, int) -->
<function-decl name='waitpid' filepath='/usr/include/sys/wait.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'typedef __pid_t' -->
- <parameter type-id='type-id-478'/>
+ <parameter type-id='type-id-474'/>
<!-- parameter of type 'int*' -->
<parameter type-id='type-id-62'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- typedef __pid_t -->
- <return type-id='type-id-478'/>
+ <return type-id='type-id-474'/>
</function-decl>
<!-- int kill(__pid_t, int) -->
<function-decl name='kill' filepath='/usr/include/signal.h' line='126' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'typedef __pid_t' -->
- <parameter type-id='type-id-478'/>
+ <parameter type-id='type-id-474'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-3'/>
<!-- int -->
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-5'/>
<!-- typedef ssize_t -->
- <return type-id='type-id-390'/>
+ <return type-id='type-id-388'/>
</function-decl>
<!-- void _exit(int) -->
<function-decl name='_exit' filepath='/usr/include/unistd.h' line='600' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- __pid_t vfork() -->
<function-decl name='vfork' filepath='/usr/include/unistd.h' line='783' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- typedef __pid_t -->
- <return type-id='type-id-478'/>
+ <return type-id='type-id-474'/>
</function-decl>
<!-- int dup2(int, int) -->
<function-decl name='dup2' filepath='/usr/include/unistd.h' line='531' column='1' visibility='default' binding='global' size-in-bits='64'>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/safe-ctype.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
<!-- const unsigned short int[256] -->
- <array-type-def dimensions='1' type-id='type-id-507' size-in-bits='4096' id='type-id-508'>
+ <array-type-def dimensions='1' type-id='type-id-503' size-in-bits='4096' id='type-id-504'>
<!-- <anonymous range>[256] -->
- <subrange length='256' type-id='type-id-22' id='type-id-399'/>
+ <subrange length='256' type-id='type-id-22' id='type-id-397'/>
</array-type-def>
<!-- const unsigned short int -->
- <qualified-type-def type-id='type-id-14' const='yes' id='type-id-507'/>
+ <qualified-type-def type-id='type-id-14' const='yes' id='type-id-503'/>
<!-- const unsigned short int _sch_istable[256] -->
- <var-decl name='_sch_istable' type-id='type-id-508' mangled-name='_sch_istable' visibility='default' filepath='../.././libiberty/safe-ctype.c' line='159' column='1' elf-symbol-id='_sch_istable'/>
+ <var-decl name='_sch_istable' type-id='type-id-504' mangled-name='_sch_istable' visibility='default' filepath='../.././libiberty/safe-ctype.c' line='159' column='1' elf-symbol-id='_sch_istable'/>
<!-- const unsigned char _sch_toupper[256] -->
- <var-decl name='_sch_toupper' type-id='type-id-418' mangled-name='_sch_toupper' visibility='default' filepath='../.././libiberty/safe-ctype.c' line='220' column='1' elf-symbol-id='_sch_toupper'/>
+ <var-decl name='_sch_toupper' type-id='type-id-416' mangled-name='_sch_toupper' visibility='default' filepath='../.././libiberty/safe-ctype.c' line='220' column='1' elf-symbol-id='_sch_toupper'/>
<!-- const unsigned char _sch_tolower[256] -->
- <var-decl name='_sch_tolower' type-id='type-id-418' mangled-name='_sch_tolower' visibility='default' filepath='../.././libiberty/safe-ctype.c' line='191' column='1' elf-symbol-id='_sch_tolower'/>
+ <var-decl name='_sch_tolower' type-id='type-id-416' mangled-name='_sch_tolower' visibility='default' filepath='../.././libiberty/safe-ctype.c' line='191' column='1' elf-symbol-id='_sch_tolower'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/unlink-if-ordinary.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
<!-- int __lxstat(int, const char*, stat*) -->
<return type-id='type-id-1'/>
</function-decl>
<!-- typedef long int __intptr_t -->
- <typedef-decl name='__intptr_t' type-id='type-id-21' filepath='/usr/include/bits/types.h' line='189' column='1' id='type-id-509'/>
+ <typedef-decl name='__intptr_t' type-id='type-id-21' filepath='/usr/include/bits/types.h' line='189' column='1' id='type-id-505'/>
<!-- typedef __intptr_t intptr_t -->
- <typedef-decl name='intptr_t' type-id='type-id-509' filepath='/usr/include/unistd.h' line='268' column='1' id='type-id-510'/>
+ <typedef-decl name='intptr_t' type-id='type-id-505' filepath='/usr/include/unistd.h' line='268' column='1' id='type-id-506'/>
<!-- void* sbrk(intptr_t) -->
<function-decl name='sbrk' filepath='/usr/include/unistd.h' line='1053' column='1' visibility='default' binding='global' size-in-bits='64'>
<!-- parameter of type 'typedef intptr_t' -->
- <parameter type-id='type-id-510'/>
+ <parameter type-id='type-id-506'/>
<!-- void* -->
<return type-id='type-id-2'/>
</function-decl>
<reference-type-def kind='lvalue' type-id='type-id-157' size-in-bits='64' id='type-id-160'/>
<pointer-type-def type-id='type-id-157' size-in-bits='64' id='type-id-158'/>
- <array-type-def dimensions='1' type-id='type-id-166' size-in-bits='200' id='type-id-167'>
- <subrange length='25' type-id='type-id-165' id='type-id-168'/>
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='200' id='type-id-166'>
+ <subrange length='25' type-id='type-id-165' id='type-id-167'/>
</array-type-def>
- <qualified-type-def type-id='type-id-85' const='yes' id='type-id-166'/>
- <reference-type-def kind='lvalue' type-id='type-id-167' size-in-bits='64' id='type-id-159'/>
- <qualified-type-def type-id='type-id-83' const='yes' id='type-id-169'/>
- <reference-type-def kind='lvalue' type-id='type-id-169' size-in-bits='64' id='type-id-161'/>
+ <reference-type-def kind='lvalue' type-id='type-id-166' size-in-bits='64' id='type-id-159'/>
+ <qualified-type-def type-id='type-id-83' const='yes' id='type-id-168'/>
+ <reference-type-def kind='lvalue' type-id='type-id-168' size-in-bits='64' id='type-id-161'/>
- <array-type-def dimensions='1' type-id='type-id-166' size-in-bits='168' id='type-id-170'>
- <subrange length='21' type-id='type-id-165' id='type-id-171'/>
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='168' id='type-id-169'>
+ <subrange length='21' type-id='type-id-165' id='type-id-170'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-170' size-in-bits='64' id='type-id-162'/>
+ <reference-type-def kind='lvalue' type-id='type-id-169' size-in-bits='64' id='type-id-162'/>
- <array-type-def dimensions='1' type-id='type-id-166' size-in-bits='192' id='type-id-172'>
- <subrange length='24' type-id='type-id-165' id='type-id-173'/>
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='192' id='type-id-171'>
+ <subrange length='24' type-id='type-id-165' id='type-id-172'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-172' size-in-bits='64' id='type-id-163'/>
- <qualified-type-def type-id='type-id-157' const='yes' id='type-id-174'/>
- <reference-type-def kind='lvalue' type-id='type-id-174' size-in-bits='64' id='type-id-78'/>
+ <reference-type-def kind='lvalue' type-id='type-id-171' size-in-bits='64' id='type-id-163'/>
+ <qualified-type-def type-id='type-id-157' const='yes' id='type-id-173'/>
+ <reference-type-def kind='lvalue' type-id='type-id-173' size-in-bits='64' id='type-id-78'/>
<typedef-decl name='size_type' type-id='type-id-42' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='236' column='1' id='type-id-47'/>
- <qualified-type-def type-id='type-id-36' const='yes' id='type-id-175'/>
- <pointer-type-def type-id='type-id-175' size-in-bits='64' id='type-id-46'/>
+ <qualified-type-def type-id='type-id-36' const='yes' id='type-id-174'/>
+ <pointer-type-def type-id='type-id-174' size-in-bits='64' id='type-id-46'/>
<pointer-type-def type-id='type-id-36' size-in-bits='64' id='type-id-48'/>
- <type-decl name='unsigned char' size-in-bits='8' id='type-id-176'/>
- <pointer-type-def type-id='type-id-176' size-in-bits='64' id='type-id-49'/>
+ <type-decl name='unsigned char' size-in-bits='8' id='type-id-175'/>
+ <pointer-type-def type-id='type-id-175' size-in-bits='64' id='type-id-49'/>
<reference-type-def kind='lvalue' type-id='type-id-52' size-in-bits='64' id='type-id-53'/>
<pointer-type-def type-id='type-id-6' size-in-bits='64' id='type-id-7'/>
<reference-type-def kind='lvalue' type-id='type-id-6' size-in-bits='64' id='type-id-8'/>
<reference-type-def kind='rvalue' type-id='type-id-6' size-in-bits='64' id='type-id-9'/>
<type-decl name='bool' size-in-bits='8' id='type-id-11'/>
- <qualified-type-def type-id='type-id-6' const='yes' id='type-id-177'/>
- <pointer-type-def type-id='type-id-177' size-in-bits='64' id='type-id-10'/>
+ <qualified-type-def type-id='type-id-6' const='yes' id='type-id-176'/>
+ <pointer-type-def type-id='type-id-176' size-in-bits='64' id='type-id-10'/>
<pointer-type-def type-id='type-id-79' size-in-bits='64' id='type-id-12'/>
- <qualified-type-def type-id='type-id-79' const='yes' id='type-id-178'/>
- <pointer-type-def type-id='type-id-178' size-in-bits='64' id='type-id-81'/>
+ <qualified-type-def type-id='type-id-79' const='yes' id='type-id-177'/>
+ <pointer-type-def type-id='type-id-177' size-in-bits='64' id='type-id-81'/>
<reference-type-def kind='lvalue' type-id='type-id-73' size-in-bits='64' id='type-id-84'/>
<pointer-type-def type-id='type-id-1' size-in-bits='64' id='type-id-4'/>
<reference-type-def kind='rvalue' type-id='type-id-73' size-in-bits='64' id='type-id-3'/>
<pointer-type-def type-id='type-id-88' size-in-bits='64' id='type-id-90'/>
- <qualified-type-def type-id='type-id-176' const='yes' id='type-id-179'/>
- <pointer-type-def type-id='type-id-179' size-in-bits='64' id='type-id-59'/>
- <qualified-type-def type-id='type-id-16' const='yes' id='type-id-180'/>
- <pointer-type-def type-id='type-id-180' size-in-bits='64' id='type-id-30'/>
+ <qualified-type-def type-id='type-id-175' const='yes' id='type-id-178'/>
+ <pointer-type-def type-id='type-id-178' size-in-bits='64' id='type-id-59'/>
+ <qualified-type-def type-id='type-id-16' const='yes' id='type-id-179'/>
+ <pointer-type-def type-id='type-id-179' size-in-bits='64' id='type-id-30'/>
<pointer-type-def type-id='type-id-16' size-in-bits='64' id='type-id-32'/>
- <qualified-type-def type-id='type-id-14' const='yes' id='type-id-181'/>
- <pointer-type-def type-id='type-id-181' size-in-bits='64' id='type-id-17'/>
+ <qualified-type-def type-id='type-id-14' const='yes' id='type-id-180'/>
+ <pointer-type-def type-id='type-id-180' size-in-bits='64' id='type-id-17'/>
<pointer-type-def type-id='type-id-14' size-in-bits='64' id='type-id-18'/>
<pointer-type-def type-id='type-id-61' size-in-bits='64' id='type-id-62'/>
<pointer-type-def type-id='type-id-63' size-in-bits='64' id='type-id-66'/>
<pointer-type-def type-id='type-id-67' size-in-bits='64' id='type-id-68'/>
<pointer-type-def type-id='type-id-69' size-in-bits='64' id='type-id-72'/>
- <reference-type-def kind='lvalue' type-id='type-id-180' size-in-bits='64' id='type-id-33'/>
- <reference-type-def kind='lvalue' type-id='type-id-182' size-in-bits='64' id='type-id-29'/>
- <pointer-type-def type-id='type-id-183' size-in-bits='64' id='type-id-70'/>
- <pointer-type-def type-id='type-id-184' size-in-bits='64' id='type-id-64'/>
+ <reference-type-def kind='lvalue' type-id='type-id-179' size-in-bits='64' id='type-id-33'/>
+ <reference-type-def kind='lvalue' type-id='type-id-181' size-in-bits='64' id='type-id-29'/>
+ <pointer-type-def type-id='type-id-182' size-in-bits='64' id='type-id-70'/>
+ <pointer-type-def type-id='type-id-183' size-in-bits='64' id='type-id-64'/>
<function-type size-in-bits='64' id='type-id-131'>
<parameter type-id='type-id-82'/>
<parameter type-id='type-id-82'/>
<reference-type-def kind='rvalue' type-id='type-id-16' size-in-bits='64' id='type-id-37'/>
<pointer-type-def type-id='type-id-27' size-in-bits='64' id='type-id-28'/>
<namespace-decl name='std'>
- <class-decl name='ios_base' size-in-bits='1728' visibility='default' is-declaration-only='yes' id='type-id-185'>
+ <class-decl name='ios_base' size-in-bits='1728' visibility='default' is-declaration-only='yes' id='type-id-184'>
<member-type access='private'>
<typedef-decl name='iostate' type-id='type-id-58' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/ios_base.h' line='398' column='1' id='type-id-71'/>
</member-type>
<namespace-decl name='std'>
<typedef-decl name='streamsize' type-id='type-id-40' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/postypes.h' line='98' column='1' id='type-id-65'/>
</namespace-decl>
- <qualified-type-def type-id='type-id-186' const='yes' id='type-id-182'/>
- <qualified-type-def type-id='type-id-69' const='yes' id='type-id-183'/>
- <qualified-type-def type-id='type-id-63' const='yes' id='type-id-184'/>
+ <qualified-type-def type-id='type-id-185' const='yes' id='type-id-181'/>
+ <qualified-type-def type-id='type-id-69' const='yes' id='type-id-182'/>
+ <qualified-type-def type-id='type-id-63' const='yes' id='type-id-183'/>
<namespace-decl name='std'>
- <class-decl name='allocator<char>' size-in-bits='8' visibility='default' is-declaration-only='yes' id='type-id-186'/>
+ <class-decl name='allocator<char>' size-in-bits='8' visibility='default' is-declaration-only='yes' id='type-id-185'/>
</namespace-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='src/mongo/db/ftdc/collector.cpp' comp-dir-path='/home/andrew/Documents/10gen/dev/src/mongodb' language='LANG_C_plus_plus'>
<member-function access='public'>
<function-decl name='intrusive_ptr' mangled-name='_ZN5boost13intrusive_ptrIN5mongo12SharedBuffer6HolderEEC2ERKS4_' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/intrusive_ptr.hpp' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-7' is-artificial='yes'/>
- <parameter type-id='type-id-187'/>
+ <parameter type-id='type-id-186'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZN5boost13intrusive_ptrIN5mongo12SharedBuffer6HolderEEaSERKS4_' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/intrusive_ptr.hpp' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-7' is-artificial='yes'/>
- <parameter type-id='type-id-187'/>
+ <parameter type-id='type-id-186'/>
<return type-id='type-id-8'/>
</function-decl>
</member-function>
</namespace-decl>
<namespace-decl name='std'>
<namespace-decl name='__cxx11'>
- <typedef-decl name='string' type-id='type-id-16' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stringfwd.h' line='74' column='1' id='type-id-188'/>
+ <typedef-decl name='string' type-id='type-id-16' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stringfwd.h' line='74' column='1' id='type-id-187'/>
</namespace-decl>
<namespace-decl name='this_thread'>
<function-decl name='get_id' mangled-name='_ZNSt11this_thread6get_idEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/thread' line='263' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-189'/>
+ <return type-id='type-id-188'/>
</function-decl>
<function-decl name='yield' mangled-name='_ZNSt11this_thread5yieldEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/thread' line='267' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-5'/>
</namespace-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <typedef-decl name='const_iterator' type-id='type-id-88' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='233' column='1' id='type-id-190'/>
+ <typedef-decl name='const_iterator' type-id='type-id-88' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='233' column='1' id='type-id-189'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iterator' type-id='type-id-88' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='231' column='1' id='type-id-191'/>
+ <typedef-decl name='iterator' type-id='type-id-88' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='231' column='1' id='type-id-190'/>
</member-type>
<member-function access='public'>
<function-decl name='emplace_back<std::unique_ptr<mongo::FTDCCollectorInterface, std::default_delete<mongo::FTDCCollectorInterface> > >' mangled-name='_ZNSt6vectorISt10unique_ptrIN5mongo22FTDCCollectorInterfaceESt14default_deleteIS2_EESaIS5_EE12emplace_backIJS5_EEEvDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='936' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='begin' mangled-name='_ZNKSt6vectorISt5tupleIJN5mongo12FTDCBSONUtil8FTDCTypeENS1_7BSONObjENS1_6Date_tEEESaIS6_EE5beginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='556' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-46' is-artificial='yes'/>
- <return type-id='type-id-190'/>
+ <return type-id='type-id-189'/>
</function-decl>
</member-function>
<member-function access='public'>
<member-function access='public'>
<function-decl name='begin' mangled-name='_ZNSt6vectorIN5boost10filesystem4pathESaIS2_EE5beginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='547' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <return type-id='type-id-191'/>
+ <return type-id='type-id-190'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='end' mangled-name='_ZNSt6vectorIN5mongo7BSONObjESaIS1_EE3endEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <return type-id='type-id-191'/>
+ <return type-id='type-id-190'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_emplace_back_aux<std::unique_ptr<mongo::FTDCCollectorInterface, std::default_delete<mongo::FTDCCollectorInterface> > >' mangled-name='_ZNSt6vectorISt10unique_ptrIN5mongo22FTDCCollectorInterfaceESt14default_deleteIS2_EESaIS5_EE19_M_emplace_back_auxIJS5_EEEvDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='1417' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorISt10unique_ptrIN5mongo22FTDCCollectorInterfaceESt14default_deleteIS2_EESaIS5_EE19_M_emplace_back_auxIJS5_EEEvDpOT_'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'>
<member-type access='private'>
- <typedef-decl name='type' type-id='type-id-194' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/unique_ptr.h' line='143' column='1' id='type-id-193'/>
+ <typedef-decl name='type' type-id='type-id-193' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/unique_ptr.h' line='143' column='1' id='type-id-192'/>
</member-type>
</class-decl>
</member-type>
<member-function access='public'>
<function-decl name='unique_ptr' mangled-name='_ZNSt10unique_ptrIN5mongo15FTDCFileManagerESt14default_deleteIS1_EEC2EOS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/unique_ptr.h' line='205' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-195' visibility='default' is-declaration-only='yes' id='type-id-36'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-194' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <typedef-decl name='rebind_alloc<std::unique_ptr<mongo::FTDCCollectorInterface, std::default_delete<mongo::FTDCCollectorInterface> > >' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='477' column='1' id='type-id-195'/>
+ <typedef-decl name='rebind_alloc<std::unique_ptr<mongo::FTDCCollectorInterface, std::default_delete<mongo::FTDCCollectorInterface> > >' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='477' column='1' id='type-id-194'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='construct<std::unique_ptr<mongo::FTDCCollectorInterface, std::default_delete<mongo::FTDCCollectorInterface> >, std::unique_ptr<mongo::FTDCCollectorInterface, std::default_delete<mongo::FTDCCollectorInterface> > >' mangled-name='_ZNSt16allocator_traitsISaISt10unique_ptrIN5mongo22FTDCCollectorInterfaceESt14default_deleteIS2_EEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='529' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-53'/>
<parameter type-id='type-id-48'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base<mongo::FTDCCollectorInterface *>' mangled-name='_ZNSt10_Head_baseILm0EPN5mongo22FTDCCollectorInterfaceELb0EEC2IS2_EEOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-196'/>
+ <parameter type-id='type-id-195'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNKSt14default_deleteIN5mongo22FTDCCollectorInterfaceEEclEPS1_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/unique_ptr.h' line='70' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-46' is-artificial='yes'/>
- <parameter type-id='type-id-194'/>
+ <parameter type-id='type-id-193'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl<mongo::FTDCCollectorInterface *, std::default_delete<mongo::FTDCCollectorInterface> , void>' mangled-name='_ZNSt11_Tuple_implILm0EJPN5mongo22FTDCCollectorInterfaceESt14default_deleteIS1_EEEC2IS2_JS4_EvEEOT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-196'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-195'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple<mongo::FTDCCollectorInterface *, std::default_delete<mongo::FTDCCollectorInterface>, void>' mangled-name='_ZNSt5tupleIJPN5mongo22FTDCCollectorInterfaceESt14default_deleteIS1_EEEC2IS2_S4_vEEOT_OT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='612' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-196'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-195'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZNSt13move_iteratorIPSt5tupleIJN5mongo12FTDCBSONUtil8FTDCTypeENS1_7BSONObjENS1_6Date_tEEEEppEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_iterator.h' line='1004' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <return type-id='type-id-197'/>
+ <return type-id='type-id-196'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
</namespace-decl>
<namespace-decl name='mongo'>
- <class-decl name='FTDCCollectorInterface' size-in-bits='64' visibility='default' is-declaration-only='yes' id='type-id-198'/>
+ <class-decl name='FTDCCollectorInterface' size-in-bits='64' visibility='default' is-declaration-only='yes' id='type-id-197'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-73'>
<member-function access='public'>
<function-decl name='add' mangled-name='_ZN5mongo23FTDCCollectorCollection3addESt10unique_ptrINS_22FTDCCollectorInterfaceESt14default_deleteIS2_EE' filepath='src/mongo/db/ftdc/collector.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo23FTDCCollectorCollection3addESt10unique_ptrINS_22FTDCCollectorInterfaceESt14default_deleteIS2_EE'>
<member-function access='public'>
<function-decl name='getServiceContext' mangled-name='_ZNK5mongo6Client17getServiceContextEv' filepath='src/mongo/db/client.h' line='117' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-75' is-artificial='yes'/>
- <return type-id='type-id-199'/>
+ <return type-id='type-id-198'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='StringData' mangled-name='_ZN5mongo10StringDataC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE' filepath='src/mongo/base/string_data.h' line='85' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-200'/>
+ <parameter type-id='type-id-199'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='ServiceContext' size-in-bits='2432' visibility='default' is-declaration-only='yes' id='type-id-201'/>
- <class-decl name='OperationContext' size-in-bits='2176' visibility='default' is-declaration-only='yes' id='type-id-202'>
+ <class-decl name='ServiceContext' size-in-bits='2432' visibility='default' is-declaration-only='yes' id='type-id-200'/>
+ <class-decl name='OperationContext' size-in-bits='2176' visibility='default' is-declaration-only='yes' id='type-id-201'>
<member-function access='public'>
<function-decl name='lockState' mangled-name='_ZNK5mongo16OperationContext9lockStateEv' filepath='src/mongo/db/operation_context.h' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-203' is-artificial='yes'/>
- <return type-id='type-id-204'/>
+ <parameter type-id='type-id-202' is-artificial='yes'/>
+ <return type-id='type-id-203'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Locker' size-in-bits='128' visibility='default' is-declaration-only='yes' id='type-id-205'>
+ <class-decl name='Locker' size-in-bits='128' visibility='default' is-declaration-only='yes' id='type-id-204'>
<member-function access='public'>
<function-decl name='setShouldConflictWithSecondaryBatchApplication' mangled-name='_ZN5mongo6Locker46setShouldConflictWithSecondaryBatchApplicationEb' filepath='src/mongo/db/concurrency/locker.h' line='323' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-204' is-artificial='yes'/>
+ <parameter type-id='type-id-203' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-5'/>
</function-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-79'/>
</member-type>
</class-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' naming-typedef-id='type-id-206' visibility='default' is-declaration-only='yes' id='type-id-73'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' naming-typedef-id='type-id-205' visibility='default' is-declaration-only='yes' id='type-id-73'>
<member-function access='public'>
<function-decl name='ConstSharedBuffer' mangled-name='_ZN5mongo17ConstSharedBufferC2Ev' filepath='src/mongo/util/shared_buffer.h' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-79'>
<member-function access='public' static='yes'>
<function-decl name='unsafeStore' mangled-name='_ZN5mongo8DataType7HandlerIcvE11unsafeStoreERKcPcPm' filepath='src/mongo/base/data_type.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-207'/>
+ <parameter type-id='type-id-206'/>
<parameter type-id='type-id-35'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='unsafeStore' mangled-name='_ZN5mongo8DataType7HandlerINS_12LittleEndianIxEEvE11unsafeStoreERKS3_PcPm' filepath='src/mongo/base/data_type_endian.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-209'/>
- <parameter type-id='type-id-35'/>
<parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-35'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='unsafeLoad' mangled-name='_ZN5mongo8DataType7HandlerIivE10unsafeLoadEPiPKcPm' filepath='src/mongo/base/data_type.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-147'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='unsafeStore' mangled-name='_ZN5mongo8DataType7HandlerIivE11unsafeStoreERKiPcPm' filepath='src/mongo/base/data_type.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-161'/>
<parameter type-id='type-id-35'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='unsafeLoad' mangled-name='_ZN5mongo8DataType7HandlerINS_12LittleEndianIyEEvE10unsafeLoadEPS3_PKcPm' filepath='src/mongo/base/data_type_endian.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='subobjStart' mangled-name='_ZN5mongo14BSONObjBuilder11subobjStartENS_10StringDataE' filepath='src/mongo/bson/bsonobjbuilder.h' line='233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14BSONObjBuilder11subobjStartENS_10StringDataE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
<parameter type-id='type-id-73'/>
- <return type-id='type-id-210'/>
+ <return type-id='type-id-209'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='BSONObjBuilder' mangled-name='_ZN5mongo14BSONObjBuilderC2ERNS_11_BufBuilderINS_21SharedBufferAllocatorEEE' filepath='src/mongo/bson/bsonobjbuilder.h' line='80' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14BSONObjBuilderC2ERNS_11_BufBuilderINS_21SharedBufferAllocatorEEE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-210'/>
+ <parameter type-id='type-id-209'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='unsafeStore<char>' mangled-name='_ZN5mongo8DataType11unsafeStoreIcEEvRKT_PcPm' filepath='src/mongo/base/data_type.h' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-207'/>
+ <parameter type-id='type-id-206'/>
<parameter type-id='type-id-35'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='unsafeStore<mongo::LittleEndian<char> >' mangled-name='_ZN5mongo8DataType11unsafeStoreINS_12LittleEndianIcEEEEvRKT_PcPm' filepath='src/mongo/base/data_type.h' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-209'/>
- <parameter type-id='type-id-35'/>
<parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-35'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='unsafeLoad<int>' mangled-name='_ZN5mongo8DataType10unsafeLoadIiEEvPT_PKcPm' filepath='src/mongo/base/data_type.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-147'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='unsafeLoad<mongo::LittleEndian<int> >' mangled-name='_ZN5mongo8DataType10unsafeLoadINS_12LittleEndianIiEEEEvPT_PKcPm' filepath='src/mongo/base/data_type.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='unsafeStore<int>' mangled-name='_ZN5mongo8DataType11unsafeStoreIiEEvRKT_PcPm' filepath='src/mongo/base/data_type.h' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-161'/>
<parameter type-id='type-id-35'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='unsafeStore<mongo::LittleEndian<int> >' mangled-name='_ZN5mongo8DataType11unsafeStoreINS_12LittleEndianIiEEEEvRKT_PcPm' filepath='src/mongo/base/data_type.h' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-209'/>
- <parameter type-id='type-id-35'/>
<parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-35'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <typedef-decl name='BufBuilder' type-id='type-id-73' filepath='src/mongo/bson/util/builder.h' line='365' column='1' id='type-id-206'/>
+ <typedef-decl name='BufBuilder' type-id='type-id-73' filepath='src/mongo/bson/util/builder.h' line='365' column='1' id='type-id-205'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-73'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-73'>
<member-type access='public'>
- <typedef-decl name='bytes_type' type-id='type-id-35' filepath='src/mongo/base/data_view.h' line='71' column='1' id='type-id-211'/>
+ <typedef-decl name='bytes_type' type-id='type-id-35' filepath='src/mongo/base/data_view.h' line='71' column='1' id='type-id-210'/>
</member-type>
<member-type access='public'>
<enum-decl name='__anonymous_enum__' is-anonymous='yes' id='type-id-74'>
<member-function access='public'>
<function-decl name='write<mongo::LittleEndian<char> >' mangled-name='_ZN5mongo8DataView5writeINS_12LittleEndianIcEEEERS0_RKT_m' filepath='src/mongo/base/data_view.h' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<parameter type-id='type-id-42'/>
<return type-id='type-id-84'/>
</function-decl>
<member-function access='public'>
<function-decl name='write<mongo::LittleEndian<int> >' mangled-name='_ZN5mongo8DataView5writeINS_12LittleEndianIiEEEERS0_RKT_m' filepath='src/mongo/base/data_view.h' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<parameter type-id='type-id-42'/>
<return type-id='type-id-84'/>
</function-decl>
<parameter type-id='type-id-75' is-artificial='yes'/>
<parameter type-id='type-id-77'/>
<parameter type-id='type-id-76'/>
- <return type-id='type-id-209'/>
+ <return type-id='type-id-208'/>
</function-decl>
</member-function>
<member-function access='public'>
</class-decl>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' naming-typedef-id='type-id-190' visibility='default' is-declaration-only='yes' id='type-id-88'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' naming-typedef-id='type-id-189' visibility='default' is-declaration-only='yes' id='type-id-88'>
<member-function access='public'>
<function-decl name='__normal_iterator' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPSt10unique_ptrIN5mongo22FTDCCollectorInterfaceESt14default_deleteIS3_EESt6vectorIS6_SaIS6_EEEC2ERKS7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_iterator.h' line='740' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-90' is-artificial='yes'/>
- <parameter type-id='type-id-212'/>
+ <parameter type-id='type-id-211'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPN5mongo7BSONObjESt6vectorIS2_SaIS2_EEEppEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_iterator.h' line='761' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-90' is-artificial='yes'/>
- <return type-id='type-id-213'/>
+ <return type-id='type-id-212'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='construct<std::unique_ptr<mongo::FTDCCollectorInterface, std::default_delete<mongo::FTDCCollectorInterface> >, std::unique_ptr<mongo::FTDCCollectorInterface, std::default_delete<mongo::FTDCCollectorInterface> > >' mangled-name='_ZN9__gnu_cxx13new_allocatorISt10unique_ptrIN5mongo22FTDCCollectorInterfaceESt14default_deleteIS3_EEE9constructIS6_JS6_EEEvPT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ext/new_allocator.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-90' is-artificial='yes'/>
<parameter type-id='type-id-48'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-88'/>
</namespace-decl>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-214'/>
- <qualified-type-def type-id='type-id-214' const='yes' id='type-id-215'/>
- <pointer-type-def type-id='type-id-215' size-in-bits='64' id='type-id-216'/>
- <qualified-type-def type-id='type-id-216' restrict='yes' id='type-id-217'/>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-213'/>
+ <qualified-type-def type-id='type-id-213' const='yes' id='type-id-214'/>
+ <pointer-type-def type-id='type-id-214' size-in-bits='64' id='type-id-215'/>
+ <qualified-type-def type-id='type-id-215' restrict='yes' id='type-id-216'/>
<function-decl name='wcsftime' filepath='/usr/include/wchar.h' line='858' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-101'/>
<parameter type-id='type-id-76'/>
<parameter type-id='type-id-105'/>
- <parameter type-id='type-id-217'/>
+ <parameter type-id='type-id-216'/>
<return type-id='type-id-76'/>
</function-decl>
- <typedef-decl name='__clock_t' type-id='type-id-39' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='135' column='1' id='type-id-218'/>
- <typedef-decl name='clock_t' type-id='type-id-218' filepath='/usr/include/time.h' line='59' column='1' id='type-id-219'/>
+ <typedef-decl name='__clock_t' type-id='type-id-39' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='135' column='1' id='type-id-217'/>
+ <typedef-decl name='clock_t' type-id='type-id-217' filepath='/usr/include/time.h' line='59' column='1' id='type-id-218'/>
<function-decl name='clock' filepath='/usr/include/time.h' line='189' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-219'/>
+ <return type-id='type-id-218'/>
</function-decl>
- <typedef-decl name='__time_t' type-id='type-id-39' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='139' column='1' id='type-id-220'/>
- <typedef-decl name='time_t' type-id='type-id-220' filepath='/usr/include/time.h' line='75' column='1' id='type-id-221'/>
+ <typedef-decl name='__time_t' type-id='type-id-39' filepath='/usr/include/x86_64-linux-gnu/bits/types.h' line='139' column='1' id='type-id-219'/>
+ <typedef-decl name='time_t' type-id='type-id-219' filepath='/usr/include/time.h' line='75' column='1' id='type-id-220'/>
<function-decl name='difftime' filepath='/usr/include/time.h' line='195' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-221'/>
- <parameter type-id='type-id-221'/>
+ <parameter type-id='type-id-220'/>
+ <parameter type-id='type-id-220'/>
<return type-id='type-id-121'/>
</function-decl>
<function-decl name='mktime' filepath='/usr/include/time.h' line='199' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-114'/>
- <return type-id='type-id-221'/>
+ <return type-id='type-id-220'/>
</function-decl>
- <pointer-type-def type-id='type-id-221' size-in-bits='64' id='type-id-222'/>
+ <pointer-type-def type-id='type-id-220' size-in-bits='64' id='type-id-221'/>
<function-decl name='time' filepath='/usr/include/time.h' line='192' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-222'/>
- <return type-id='type-id-221'/>
+ <parameter type-id='type-id-221'/>
+ <return type-id='type-id-220'/>
</function-decl>
<function-decl name='asctime' filepath='/usr/include/time.h' line='261' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-216'/>
+ <parameter type-id='type-id-215'/>
<return type-id='type-id-35'/>
</function-decl>
- <qualified-type-def type-id='type-id-221' const='yes' id='type-id-223'/>
- <pointer-type-def type-id='type-id-223' size-in-bits='64' id='type-id-224'/>
+ <qualified-type-def type-id='type-id-220' const='yes' id='type-id-222'/>
+ <pointer-type-def type-id='type-id-222' size-in-bits='64' id='type-id-223'/>
<function-decl name='ctime' filepath='/usr/include/time.h' line='264' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-224'/>
+ <parameter type-id='type-id-223'/>
<return type-id='type-id-35'/>
</function-decl>
<function-decl name='gmtime' filepath='/usr/include/time.h' line='239' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-224'/>
+ <parameter type-id='type-id-223'/>
<return type-id='type-id-114'/>
</function-decl>
<function-decl name='localtime' filepath='/usr/include/time.h' line='243' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-224'/>
+ <parameter type-id='type-id-223'/>
<return type-id='type-id-114'/>
</function-decl>
<function-decl name='strftime' filepath='/usr/include/time.h' line='205' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-93'/>
<parameter type-id='type-id-76'/>
<parameter type-id='type-id-95'/>
- <parameter type-id='type-id-217'/>
+ <parameter type-id='type-id-216'/>
<return type-id='type-id-76'/>
</function-decl>
<function-decl name='strnlen' filepath='/usr/include/string.h' line='401' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-76'/>
<return type-id='type-id-76'/>
</function-decl>
- <pointer-type-def type-id='type-id-198' size-in-bits='64' id='type-id-194'/>
- <reference-type-def kind='rvalue' type-id='type-id-36' size-in-bits='64' id='type-id-192'/>
- <qualified-type-def type-id='type-id-48' const='yes' id='type-id-225'/>
- <reference-type-def kind='lvalue' type-id='type-id-225' size-in-bits='64' id='type-id-212'/>
- <reference-type-def kind='lvalue' type-id='type-id-88' size-in-bits='64' id='type-id-213'/>
- <reference-type-def kind='rvalue' type-id='type-id-194' size-in-bits='64' id='type-id-196'/>
- <pointer-type-def type-id='type-id-201' size-in-bits='64' id='type-id-199'/>
- <qualified-type-def type-id='type-id-188' const='yes' id='type-id-226'/>
- <reference-type-def kind='lvalue' type-id='type-id-226' size-in-bits='64' id='type-id-200'/>
- <pointer-type-def type-id='type-id-205' size-in-bits='64' id='type-id-204'/>
- <qualified-type-def type-id='type-id-202' const='yes' id='type-id-227'/>
- <pointer-type-def type-id='type-id-227' size-in-bits='64' id='type-id-203'/>
- <reference-type-def kind='lvalue' type-id='type-id-177' size-in-bits='64' id='type-id-187'/>
- <reference-type-def kind='lvalue' type-id='type-id-206' size-in-bits='64' id='type-id-210'/>
- <reference-type-def kind='lvalue' type-id='type-id-94' size-in-bits='64' id='type-id-207'/>
- <pointer-type-def type-id='type-id-76' size-in-bits='64' id='type-id-208'/>
- <reference-type-def kind='lvalue' type-id='type-id-164' size-in-bits='64' id='type-id-209'/>
- <reference-type-def kind='lvalue' type-id='type-id-36' size-in-bits='64' id='type-id-197'/>
+ <pointer-type-def type-id='type-id-197' size-in-bits='64' id='type-id-193'/>
+ <reference-type-def kind='rvalue' type-id='type-id-36' size-in-bits='64' id='type-id-191'/>
+ <qualified-type-def type-id='type-id-48' const='yes' id='type-id-224'/>
+ <reference-type-def kind='lvalue' type-id='type-id-224' size-in-bits='64' id='type-id-211'/>
+ <reference-type-def kind='lvalue' type-id='type-id-88' size-in-bits='64' id='type-id-212'/>
+ <reference-type-def kind='rvalue' type-id='type-id-193' size-in-bits='64' id='type-id-195'/>
+ <pointer-type-def type-id='type-id-200' size-in-bits='64' id='type-id-198'/>
+ <qualified-type-def type-id='type-id-187' const='yes' id='type-id-225'/>
+ <reference-type-def kind='lvalue' type-id='type-id-225' size-in-bits='64' id='type-id-199'/>
+ <pointer-type-def type-id='type-id-204' size-in-bits='64' id='type-id-203'/>
+ <qualified-type-def type-id='type-id-201' const='yes' id='type-id-226'/>
+ <pointer-type-def type-id='type-id-226' size-in-bits='64' id='type-id-202'/>
+ <reference-type-def kind='lvalue' type-id='type-id-176' size-in-bits='64' id='type-id-186'/>
+ <reference-type-def kind='lvalue' type-id='type-id-205' size-in-bits='64' id='type-id-209'/>
+ <reference-type-def kind='lvalue' type-id='type-id-94' size-in-bits='64' id='type-id-206'/>
+ <pointer-type-def type-id='type-id-76' size-in-bits='64' id='type-id-207'/>
+ <reference-type-def kind='lvalue' type-id='type-id-164' size-in-bits='64' id='type-id-208'/>
+ <reference-type-def kind='lvalue' type-id='type-id-36' size-in-bits='64' id='type-id-196'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='src/mongo/db/ftdc/compressor.cpp' comp-dir-path='/home/andrew/Documents/10gen/dev/src/mongodb' language='LANG_C_plus_plus'>
<namespace-decl name='boost'>
<member-function access='private'>
<function-decl name='destroy_impl' mangled-name='_ZN5boost15optional_detail13optional_baseIbE12destroy_implEN4mpl_5bool_ILb0EEE' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='745' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-4' is-artificial='yes'/>
- <parameter type-id='type-id-228'/>
+ <parameter type-id='type-id-227'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='is_initialized' mangled-name='_ZNK5boost15optional_detail13optional_baseIN5mongo12FTDCBSONUtil8FTDCTypeEE14is_initializedEv' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='468' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-229' is-artificial='yes'/>
+ <parameter type-id='type-id-228' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-1'>
<member-type access='public'>
- <typedef-decl name='reference_type' type-id='type-id-231' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='150' column='1' id='type-id-230'/>
+ <typedef-decl name='reference_type' type-id='type-id-230' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='150' column='1' id='type-id-229'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-1'>
<member-function access='protected'>
<function-decl name='optional_base' mangled-name='_ZN5boost15optional_detail13optional_baseISt10unique_ptrIN5mongo15FTDCFileManagerESt14default_deleteIS4_EEEC2EOS8_' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='292' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-4' is-artificial='yes'/>
- <parameter type-id='type-id-232'/>
+ <parameter type-id='type-id-231'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-6'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-6'>
<member-type access='private'>
- <typedef-decl name='reference_type' type-id='type-id-230' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='774' column='1' id='type-id-233'/>
+ <typedef-decl name='reference_type' type-id='type-id-229' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='774' column='1' id='type-id-232'/>
</member-type>
<member-function access='public'>
<function-decl name='get' mangled-name='_ZN5boost8optionalIN5mongo12FTDCBSONUtil8FTDCTypeEE3getEv' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='1025' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-7' is-artificial='yes'/>
- <return type-id='type-id-233'/>
+ <return type-id='type-id-232'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator*' mangled-name='_ZNR5boost8optionalIN5mongo12FTDCBSONUtil8FTDCTypeEEdeEv' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='1042' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-7' is-artificial='yes'/>
- <return type-id='type-id-233'/>
+ <return type-id='type-id-232'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-235' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='229' column='1' id='type-id-234'/>
+ <typedef-decl name='reference' type-id='type-id-234' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='229' column='1' id='type-id-233'/>
</member-type>
<member-function access='public'>
<function-decl name='swap' mangled-name='_ZNSt6thread4swapERS_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='1194' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-197'/>
+ <parameter type-id='type-id-196'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='operator[]' mangled-name='_ZNSt6vectorIN5mongo7BSONObjESaIS1_EEixEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='779' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
<parameter type-id='type-id-47'/>
- <return type-id='type-id-234'/>
+ <return type-id='type-id-233'/>
</function-decl>
</member-function>
<member-function access='public'>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-236' visibility='default' is-declaration-only='yes' id='type-id-36'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-235' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <typedef-decl name='rebind_alloc<unsigned long>' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='477' column='1' id='type-id-236'/>
+ <typedef-decl name='rebind_alloc<unsigned long>' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='477' column='1' id='type-id-235'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='value_type' type-id='type-id-41' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='447' column='1' id='type-id-237'/>
+ <typedef-decl name='value_type' type-id='type-id-41' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='447' column='1' id='type-id-236'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'>
<member-function access='public'>
<function-decl name='_M_swap_data' mangled-name='_ZNSt12_Vector_baseIN5mongo7BSONObjESaIS1_EE12_Vector_impl12_M_swap_dataERS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-238' is-artificial='yes'/>
- <parameter type-id='type-id-239'/>
+ <parameter type-id='type-id-237' is-artificial='yes'/>
+ <parameter type-id='type-id-238'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' mangled-name='_ZNSt5tupleIJN5mongo12FTDCBSONUtil8FTDCTypeENS0_7BSONObjENS0_6Date_tEEEC2EOS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='617' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' mangled-name='_ZNSt11_Tuple_implILm0EJN5mongo12FTDCBSONUtil8FTDCTypeENS0_7BSONObjENS0_6Date_tEEEC2EOS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='367' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl<mongo::FTDCCompressor::CompressorState, mongo::Date_t &, void>' mangled-name='_ZNSt11_Tuple_implILm1EJN5mongo14FTDCCompressor15CompressorStateENS0_6Date_tEEEC2IS2_JRS3_EvEEOT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-240'/>
+ <parameter type-id='type-id-239'/>
<parameter type-id='type-id-84'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='_Tuple_impl<mongo::ConstDataRange &, mongo::FTDCCompressor::CompressorState, mongo::Date_t &, void>' mangled-name='_ZNSt11_Tuple_implILm0EJN5mongo14ConstDataRangeENS0_14FTDCCompressor15CompressorStateENS0_6Date_tEEEC2IRS1_JS3_RS4_EvEEOT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
<parameter type-id='type-id-84'/>
- <parameter type-id='type-id-240'/>
+ <parameter type-id='type-id-239'/>
<parameter type-id='type-id-84'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='tuple<mongo::ConstDataRange &, mongo::FTDCCompressor::CompressorState, mongo::Date_t &, void>' mangled-name='_ZNSt5tupleIJN5mongo14ConstDataRangeENS0_14FTDCCompressor15CompressorStateENS0_6Date_tEEEC2IJRS1_S3_RS4_EvEEDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='479' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
<parameter type-id='type-id-84'/>
- <parameter type-id='type-id-240'/>
+ <parameter type-id='type-id-239'/>
<parameter type-id='type-id-84'/>
<return type-id='type-id-5'/>
</function-decl>
<member-function access='private'>
<function-decl name='_Head_base<mongo::FTDCCompressor::CompressorState>' mangled-name='_ZNSt10_Head_baseILm1EN5mongo14FTDCCompressor15CompressorStateELb0EEC2IS2_EEOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-240'/>
+ <parameter type-id='type-id-239'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
<member-function access='public'>
<function-decl name='operator bool' mangled-name='_ZNKSt10unique_ptrINSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEESt14default_deleteIS5_EEcvbEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/unique_ptr.h' line='318' column='1' visibility='default' binding='global' size-in-bits='64'>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt10unique_ptrIN5mongo15FTDCFileManagerESt14default_deleteIS1_EEaSEOS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/unique_ptr.h' line='249' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
- <return type-id='type-id-197'/>
+ <parameter type-id='type-id-191'/>
+ <return type-id='type-id-196'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-function access='public' static='yes'>
<function-decl name='__uninit_default_n<unsigned long *, unsigned long>' mangled-name='_ZNSt27__uninitialized_default_n_1ILb1EE18__uninit_default_nIPmmEET_S3_T0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_uninitialized.h' line='535' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-241'/>
+ <parameter type-id='type-id-240'/>
<parameter type-id='type-id-41'/>
- <return type-id='type-id-241'/>
+ <return type-id='type-id-240'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='__copy_m<unsigned long>' mangled-name='_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mImEEPT_PKS3_S6_S4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algobase.h' line='373' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-242'/>
- <parameter type-id='type-id-242'/>
<parameter type-id='type-id-241'/>
- <return type-id='type-id-241'/>
+ <parameter type-id='type-id-241'/>
+ <parameter type-id='type-id-240'/>
+ <return type-id='type-id-240'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='__uninit_copy<std::move_iterator<unsigned long *>, unsigned long *>' mangled-name='_ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPmES3_EET0_T_S6_S5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_uninitialized.h' line='91' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-241'/>
- <return type-id='type-id-241'/>
+ <parameter type-id='type-id-240'/>
+ <return type-id='type-id-240'/>
</function-decl>
</member-function>
</class-decl>
<member-function access='public'>
<function-decl name='BSONObj' mangled-name='_ZN5mongo7BSONObjC2ERKS0_' filepath='src/mongo/bson/bsonobj.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='getValue' mangled-name='_ZN5mongo10StatusWithIbE8getValueEv' filepath='src/mongo/base/status_with.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <return type-id='type-id-231'/>
+ <return type-id='type-id-230'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<member-function access='public'>
<function-decl name='Status' mangled-name='_ZN5mongo6StatusC2ERKS0_' filepath='src/mongo/base/status.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='getValue' mangled-name='_ZN5mongo10StatusWithISt5tupleIJNS_14ConstDataRangeENS_6Date_tEEEE8getValueEv' filepath='src/mongo/base/status_with.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <return type-id='type-id-197'/>
+ <return type-id='type-id-196'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='getArrayOffset' mangled-name='_ZN5mongo14FTDCCompressor14getArrayOffsetEjjj' filepath='src/mongo/db/ftdc/compressor.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-243'/>
- <parameter type-id='type-id-243'/>
- <parameter type-id='type-id-243'/>
+ <parameter type-id='type-id-242'/>
+ <parameter type-id='type-id-242'/>
+ <parameter type-id='type-id-242'/>
<return type-id='type-id-76'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='addSample' mangled-name='_ZN5mongo14FTDCCompressor9addSampleERKNS_7BSONObjENS_6Date_tE' filepath='src/mongo/db/ftdc/compressor.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14FTDCCompressor9addSampleERKNS_7BSONObjENS_6Date_tE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<parameter type-id='type-id-73'/>
<return type-id='type-id-73'/>
</function-decl>
<member-function access='private'>
<function-decl name='_reset' mangled-name='_ZN5mongo14FTDCCompressor6_resetERKNS_7BSONObjENS_6Date_tE' filepath='src/mongo/db/ftdc/compressor.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14FTDCCompressor6_resetERKNS_7BSONObjENS_6Date_tE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<parameter type-id='type-id-73'/>
<return type-id='type-id-5'/>
</function-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-79'>
<member-function access='public' static='yes'>
<function-decl name='unsafeStore' mangled-name='_ZN5mongo8DataType7HandlerIjvE11unsafeStoreERKjPcPm' filepath='src/mongo/base/data_type.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-244'/>
+ <parameter type-id='type-id-243'/>
<parameter type-id='type-id-35'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='unsafeStore<unsigned int>' mangled-name='_ZN5mongo8DataType11unsafeStoreIjEEvRKT_PcPm' filepath='src/mongo/base/data_type.h' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-244'/>
+ <parameter type-id='type-id-243'/>
<parameter type-id='type-id-35'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='unsafeStore<mongo::LittleEndian<unsigned int> >' mangled-name='_ZN5mongo8DataType11unsafeStoreINS_12LittleEndianIjEEEEvRKT_PcPm' filepath='src/mongo/base/data_type.h' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-209'/>
- <parameter type-id='type-id-35'/>
<parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-35'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='store<mongo::FTDCVarInt>' mangled-name='_ZN5mongo8DataType5storeINS_10FTDCVarIntEEENS_6StatusERKT_PcmPml' filepath='src/mongo/base/data_type.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<parameter type-id='type-id-35'/>
<parameter type-id='type-id-76'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<parameter type-id='type-id-40'/>
<return type-id='type-id-73'/>
</function-decl>
<member-function access='public'>
<function-decl name='FTDCVarInt' mangled-name='_ZN5mongo10FTDCVarIntC2Em' filepath='src/mongo/db/ftdc/varint.h' line='53' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-245'/>
+ <parameter type-id='type-id-244'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='write<mongo::LittleEndian<unsigned int> >' mangled-name='_ZN5mongo8DataView5writeINS_12LittleEndianIjEEEERS0_RKT_m' filepath='src/mongo/base/data_view.h' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<parameter type-id='type-id-42'/>
<return type-id='type-id-84'/>
</function-decl>
<member-function access='public'>
<function-decl name='_getSerializedSize<mongo::FTDCVarInt>' mangled-name='_ZN5mongo11DataBuilder18_getSerializedSizeINS_10FTDCVarIntEEEmRKT_' filepath='src/mongo/base/data_builder.h' line='235' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<return type-id='type-id-42'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='writeAndAdvance<mongo::FTDCVarInt>' mangled-name='_ZN5mongo11DataBuilder15writeAndAdvanceINS_10FTDCVarIntEEENS_6StatusERKT_' filepath='src/mongo/base/data_builder.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo11DataBuilder15writeAndAdvanceINS_10FTDCVarIntEEENS_6StatusERKT_'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<return type-id='type-id-73'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='DataRange' mangled-name='_ZN5mongo9DataRangeC2EPcS1_l' filepath='src/mongo/base/data_range.h' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-211'/>
- <parameter type-id='type-id-211'/>
+ <parameter type-id='type-id-210'/>
+ <parameter type-id='type-id-210'/>
<parameter type-id='type-id-40'/>
<return type-id='type-id-5'/>
</function-decl>
</namespace-decl>
<namespace-decl name='mpl_'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-246' visibility='default' is-declaration-only='yes' id='type-id-247'/>
- <typedef-decl name='false_' type-id='type-id-247' filepath='src/third_party/boost-1.60.0/boost/mpl/bool_fwd.hpp' line='25' column='1' id='type-id-246'/>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-245' visibility='default' is-declaration-only='yes' id='type-id-246'/>
+ <typedef-decl name='false_' type-id='type-id-246' filepath='src/third_party/boost-1.60.0/boost/mpl/bool_fwd.hpp' line='25' column='1' id='type-id-245'/>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-88'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-89'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='value_type' type-id='type-id-237' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ext/alloc_traits.h' line='103' column='1' id='type-id-248'/>
+ <typedef-decl name='value_type' type-id='type-id-236' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ext/alloc_traits.h' line='103' column='1' id='type-id-247'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-249' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ext/alloc_traits.h' line='109' column='1' id='type-id-235'/>
+ <typedef-decl name='reference' type-id='type-id-248' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ext/alloc_traits.h' line='109' column='1' id='type-id-234'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-88'/>
- <typedef-decl name='is_not_reference_tag' type-id='type-id-246' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='219' column='1' id='type-id-228'/>
- <qualified-type-def type-id='type-id-1' const='yes' id='type-id-250'/>
- <pointer-type-def type-id='type-id-250' size-in-bits='64' id='type-id-229'/>
- <reference-type-def kind='lvalue' type-id='type-id-11' size-in-bits='64' id='type-id-231'/>
- <reference-type-def kind='rvalue' type-id='type-id-1' size-in-bits='64' id='type-id-232'/>
- <reference-type-def kind='lvalue' type-id='type-id-248' size-in-bits='64' id='type-id-249'/>
- <pointer-type-def type-id='type-id-189' size-in-bits='64' id='type-id-238'/>
- <reference-type-def kind='lvalue' type-id='type-id-189' size-in-bits='64' id='type-id-239'/>
- <typedef-decl name='uint32_t' type-id='type-id-55' filepath='/usr/include/stdint.h' line='51' column='1' id='type-id-243'/>
- <reference-type-def kind='rvalue' type-id='type-id-74' size-in-bits='64' id='type-id-240'/>
- <qualified-type-def type-id='type-id-55' const='yes' id='type-id-251'/>
- <reference-type-def kind='lvalue' type-id='type-id-251' size-in-bits='64' id='type-id-244'/>
- <typedef-decl name='uint64_t' type-id='type-id-41' filepath='/usr/include/stdint.h' line='55' column='1' id='type-id-245'/>
- <pointer-type-def type-id='type-id-41' size-in-bits='64' id='type-id-241'/>
- <qualified-type-def type-id='type-id-41' const='yes' id='type-id-252'/>
- <pointer-type-def type-id='type-id-252' size-in-bits='64' id='type-id-242'/>
+ <typedef-decl name='is_not_reference_tag' type-id='type-id-245' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='219' column='1' id='type-id-227'/>
+ <qualified-type-def type-id='type-id-1' const='yes' id='type-id-249'/>
+ <pointer-type-def type-id='type-id-249' size-in-bits='64' id='type-id-228'/>
+ <reference-type-def kind='lvalue' type-id='type-id-11' size-in-bits='64' id='type-id-230'/>
+ <reference-type-def kind='rvalue' type-id='type-id-1' size-in-bits='64' id='type-id-231'/>
+ <reference-type-def kind='lvalue' type-id='type-id-247' size-in-bits='64' id='type-id-248'/>
+ <pointer-type-def type-id='type-id-188' size-in-bits='64' id='type-id-237'/>
+ <reference-type-def kind='lvalue' type-id='type-id-188' size-in-bits='64' id='type-id-238'/>
+ <typedef-decl name='uint32_t' type-id='type-id-55' filepath='/usr/include/stdint.h' line='51' column='1' id='type-id-242'/>
+ <reference-type-def kind='rvalue' type-id='type-id-74' size-in-bits='64' id='type-id-239'/>
+ <qualified-type-def type-id='type-id-55' const='yes' id='type-id-250'/>
+ <reference-type-def kind='lvalue' type-id='type-id-250' size-in-bits='64' id='type-id-243'/>
+ <typedef-decl name='uint64_t' type-id='type-id-41' filepath='/usr/include/stdint.h' line='55' column='1' id='type-id-244'/>
+ <pointer-type-def type-id='type-id-41' size-in-bits='64' id='type-id-240'/>
+ <qualified-type-def type-id='type-id-41' const='yes' id='type-id-251'/>
+ <pointer-type-def type-id='type-id-251' size-in-bits='64' id='type-id-241'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='src/mongo/db/ftdc/controller.cpp' comp-dir-path='/home/andrew/Documents/10gen/dev/src/mongodb' language='LANG_C_plus_plus'>
<namespace-decl name='boost'>
<namespace-decl name='filesystem'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-253'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-252'>
<member-function access='public'>
<function-decl name='empty' mangled-name='_ZNK5boost10filesystem4path5emptyEv' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='511' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-253' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZN5boost10filesystem4pathaSERKS1_' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='190' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-256'/>
- <return type-id='type-id-257'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-255'/>
+ <return type-id='type-id-256'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
<namespace-decl name='__cxx11'>
- <class-decl name='basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' size-in-bits='3008' visibility='default' is-declaration-only='yes' id='type-id-258'/>
+ <class-decl name='basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' size-in-bits='3008' visibility='default' is-declaration-only='yes' id='type-id-257'/>
</namespace-decl>
<namespace-decl name='chrono'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-259'/>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-259'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-258'/>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-258'>
<member-type access='public'>
- <typedef-decl name='rep' type-id='type-id-39' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/chrono' line='243' column='1' id='type-id-260'/>
+ <typedef-decl name='rep' type-id='type-id-39' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/chrono' line='243' column='1' id='type-id-259'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='__cast<long, std::ratio<1, 1000000000> >' mangled-name='_ZNSt6chrono20__duration_cast_implINS_8durationIlSt5ratioILl1ELl1EEEES2_ILl1ELl1000000000EElLb1ELb0EE6__castIlS5_EES4_RKNS1_IT_T0_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/chrono' line='159' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261'/>
- <return type-id='type-id-259'/>
+ <parameter type-id='type-id-260'/>
+ <return type-id='type-id-258'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'>
<member-function access='public'>
<function-decl name='_Impl' mangled-name='_ZNSt6thread5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS5_EEvEEEC2EOSD_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/thread' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-238' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-237' is-artificial='yes'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' vtable-offset='2'>
<function-decl name='_M_run' mangled-name='_ZNSt6thread5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS5_EEvEEE6_M_runEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/thread' line='115' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6thread5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS5_EEvEEE6_M_runEv'>
- <parameter type-id='type-id-238' is-artificial='yes'/>
+ <parameter type-id='type-id-237' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='0'>
<function-decl name='~_Impl_base' mangled-name='_ZNSt6thread10_Impl_baseD0Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/thread' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6thread10_Impl_baseD0Ev'>
- <parameter type-id='type-id-238' is-artificial='yes'/>
+ <parameter type-id='type-id-237' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='0'>
<function-decl name='~_Impl_base' mangled-name='_ZNSt6thread10_Impl_baseD2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/thread' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6thread10_Impl_baseD2Ev'>
- <parameter type-id='type-id-238' is-artificial='yes'/>
+ <parameter type-id='type-id-237' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'>
<member-function access='public'>
<function-decl name='id' mangled-name='_ZNSt6thread2idC2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/thread' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-238' is-artificial='yes'/>
+ <parameter type-id='type-id-237' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'>
</class-decl>
</member-type>
<member-function access='public'>
<member-function access='private'>
<function-decl name='_M_make_routine<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> >' mangled-name='_ZNSt6thread15_M_make_routineISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS5_EEvEEEESt10shared_ptrINS_5_ImplIT_EEEOSG_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/thread' line='201' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='thread<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)>>' mangled-name='_ZNSt6threadC2ISt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS4_EEJEEEOT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/thread' line='133' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6threadC2ISt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS4_EEJEEEOT_DpOT0_'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='__shared_count<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> >, std::allocator<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> > >, std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> >' mangled-name='_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC2INSt6thread5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPSA_EEvEEEESaISJ_EJSI_EEESt19_Sp_make_shared_tagPT_RKT0_DpOT1_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/shared_ptr_base.h' line='609' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-238'/>
- <parameter type-id='type-id-262'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-237'/>
+ <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_swap' mangled-name='_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EE7_M_swapERS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/shared_ptr_base.h' line='685' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-197'/>
+ <parameter type-id='type-id-196'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-5' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/type_traits' line='158' column='1' id='type-id-263'/>
+ <typedef-decl name='type' type-id='type-id-5' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/type_traits' line='158' column='1' id='type-id-262'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='result_type' type-id='type-id-263' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='1505' column='1' id='type-id-264'/>
+ <typedef-decl name='result_type' type-id='type-id-262' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='1505' column='1' id='type-id-263'/>
</member-type>
<member-function access='public'>
<function-decl name='_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)>>' mangled-name='_ZNSt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS3_EEvEEC2IS9_JEEEOT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='1509' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Bind_simple' mangled-name='_ZNSt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS3_EEvEEC2EOSB_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='1514' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='_M_invoke<>' mangled-name='_ZNSt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS3_EEvEE9_M_invokeIJEEEvSt12_Index_tupleIJXspT_EEE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='1526' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-263'/>
+ <return type-id='type-id-262'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNSt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS3_EEvEEclEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='1517' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <return type-id='type-id-264'/>
+ <return type-id='type-id-263'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'>
<member-type access='public'>
- <typedef-decl name='other' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/allocator.h' line='105' column='1' id='type-id-265'/>
+ <typedef-decl name='other' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/allocator.h' line='105' column='1' id='type-id-264'/>
</member-type>
</class-decl>
</member-type>
<function-decl name='shared_ptr<std::allocator<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> > >, std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> >' mangled-name='_ZNSt10shared_ptrINSt6thread5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS6_EEvEEEEEC2ISaISF_EJSE_EEESt19_Sp_make_shared_tagRKT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/shared_ptr.h' line='317' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-262'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' naming-typedef-id='type-id-265' visibility='default' is-declaration-only='yes' id='type-id-36'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' naming-typedef-id='type-id-264' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<function-decl name='__enable_shared_from_this_helper<__gnu_cxx::_Lock_policy::_S_atomic>' mangled-name='_ZSt32__enable_shared_from_this_helperILN9__gnu_cxx12_Lock_policyE2EEvRKSt14__shared_countIXT_EEz' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/shared_ptr_base.h' line='862' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt32__enable_shared_from_this_helperILN9__gnu_cxx12_Lock_policyE2EEvRKSt14__shared_countIXT_EEz'>
- <parameter type-id='type-id-262' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/shared_ptr_base.h' line='862' column='1'/>
+ <parameter type-id='type-id-261' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/shared_ptr_base.h' line='862' column='1'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-5'/>
</function-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' naming-typedef-id='type-id-266' visibility='default' is-declaration-only='yes' id='type-id-36'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' naming-typedef-id='type-id-265' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <typedef-decl name='mutex_type' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/mutex' line='383' column='1' id='type-id-266'/>
+ <typedef-decl name='mutex_type' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/mutex' line='383' column='1' id='type-id-265'/>
</member-type>
<member-function access='public'>
<function-decl name='lock' mangled-name='_ZNSt11unique_lockISt5mutexE4lockEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/mutex' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
<member-function access='public'>
<function-decl name='lock_guard' mangled-name='_ZNSt10lock_guardISt5mutexEC2ERS0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/mutex' line='385' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-267'/>
+ <parameter type-id='type-id-266'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
<member-function access='public'>
<function-decl name='operator*' mangled-name='_ZNKSt10unique_ptrINSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEESt14default_deleteIS5_EEdeEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/unique_ptr.h' line='288' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-46' is-artificial='yes'/>
- <return type-id='type-id-263'/>
+ <return type-id='type-id-262'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
- <class-decl name='basic_ostream<char, std::char_traits<char> >' size-in-bits='2176' visibility='default' is-declaration-only='yes' id='type-id-268'>
+ <class-decl name='basic_ostream<char, std::char_traits<char> >' size-in-bits='2176' visibility='default' is-declaration-only='yes' id='type-id-267'>
<member-type access='private'>
- <typedef-decl name='__ostream_type' type-id='type-id-268' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream' line='71' column='1' id='type-id-269'/>
+ <typedef-decl name='__ostream_type' type-id='type-id-267' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream' line='71' column='1' id='type-id-268'/>
</member-type>
<member-function access='public'>
<function-decl name='operator<<' mangled-name='_ZNSolsEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ostream' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-270' is-artificial='yes'/>
+ <parameter type-id='type-id-269' is-artificial='yes'/>
<parameter type-id='type-id-41'/>
- <return type-id='type-id-271'/>
+ <return type-id='type-id-270'/>
</function-decl>
</member-function>
</class-decl>
- <typedef-decl name='ostream' type-id='type-id-268' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/iosfwd' line='141' column='1' id='type-id-272'/>
+ <typedef-decl name='ostream' type-id='type-id-267' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/iosfwd' line='141' column='1' id='type-id-271'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-function access='public'>
<function-decl name='_Bind<mongo::FTDCController *>' mangled-name='_ZNSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS2_EEC2IJS6_EEEOS5_DpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='1113' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
- <parameter type-id='type-id-273'/>
+ <parameter type-id='type-id-191'/>
+ <parameter type-id='type-id-272'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Bind' mangled-name='_ZNSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS2_EEC2EOS8_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='1119' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__call<void, 0>' mangled-name='_ZNSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS2_EE6__callIvJEJLm0EEEET_OSt5tupleIJDpT0_EESt12_Index_tupleIJXspT1_EEE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='1071' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-5'/>
</function-decl>
<member-function access='private'>
<function-decl name='_Head_base<mongo::FTDCController *>' mangled-name='_ZNSt10_Head_baseILm0EPN5mongo14FTDCControllerELb0EEC2IS2_EEOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-273'/>
+ <parameter type-id='type-id-272'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_Tuple_impl<mongo::FTDCController *>' mangled-name='_ZNSt11_Tuple_implILm0EJPN5mongo14FTDCControllerEEEC2IS2_EEOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='361' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-273'/>
+ <parameter type-id='type-id-272'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple<mongo::FTDCController *, void>' mangled-name='_ZNSt5tupleIJPN5mongo14FTDCControllerEEEC2IJS2_EvEEDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='479' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-273'/>
+ <parameter type-id='type-id-272'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='unique_lock' mangled-name='_ZNSt11unique_lockISt5mutexEC2ERS0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/mutex' line='412' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-267'/>
+ <parameter type-id='type-id-266'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__wait_until_impl<std::chrono::duration<long, std::ratio<1, 1000000000> > >' mangled-name='_ZNSt18condition_variable17__wait_until_implINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEESt9cv_statusRSt11unique_lockISt5mutexERKNS1_10time_pointINS1_3_V212system_clockET_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/condition_variable' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-197'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-196'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-58'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='wait_until<std::chrono::duration<long, std::ratio<1, 1000000000> > >' mangled-name='_ZNSt18condition_variable10wait_untilINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEESt9cv_statusRSt11unique_lockISt5mutexERKNS1_10time_pointINS1_3_V212system_clockET_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/condition_variable' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-197'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-196'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-58'/>
</function-decl>
</member-function>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EJN5mongo7BSONObjENS0_6Date_tEEE7_M_headERS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-197'/>
+ <parameter type-id='type-id-196'/>
<return type-id='type-id-84'/>
</function-decl>
</member-function>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<member-function access='public'>
<function-decl name='_Head_base<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> >' mangled-name='_ZNSt10_Head_baseILm0ESt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS3_EELb0EEC2IS9_EEOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> >' mangled-name='_ZNSt11_Tuple_implILm0EJSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS3_EEEEC2IS9_EEOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='361' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> , void>' mangled-name='_ZNSt5tupleIJSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS3_EEEEC2IJS9_EvEEDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='479' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='__shared_ptr<std::allocator<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> > >, std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> >' mangled-name='_ZNSt12__shared_ptrINSt6thread5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS6_EEvEEEELN9__gnu_cxx12_Lock_policyE2EEC2ISaISF_EJSE_EEESt19_Sp_make_shared_tagRKT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/shared_ptr_base.h' line='1094' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-262'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <typedef-decl name='__type' type-id='type-id-265' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='65' column='1' id='type-id-274'/>
+ <typedef-decl name='__type' type-id='type-id-264' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='65' column='1' id='type-id-273'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__allocator_type' type-id='type-id-276' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/shared_ptr_base.h' line='514' column='1' id='type-id-275'/>
+ <typedef-decl name='__allocator_type' type-id='type-id-275' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/shared_ptr_base.h' line='514' column='1' id='type-id-274'/>
</member-type>
<member-function access='public'>
<function-decl name='_Sp_counted_ptr_inplace<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> >' mangled-name='_ZNSt23_Sp_counted_ptr_inplaceINSt6thread5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS6_EEvEEEESaISF_ELN9__gnu_cxx12_Lock_policyE2EEC2IJSE_EEESG_DpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/shared_ptr_base.h' line='517' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_ptr' mangled-name='_ZNSt23_Sp_counted_ptr_inplaceINSt6thread5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS6_EEvEEEESaISF_ELN9__gnu_cxx12_Lock_policyE2EE6_M_ptrEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/shared_ptr_base.h' line='555' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <return type-id='type-id-238'/>
+ <return type-id='type-id-237'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__shared_ptr<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> >, void>' mangled-name='_ZNSt12__shared_ptrINSt6thread10_Impl_baseELN9__gnu_cxx12_Lock_policyE2EEC2INS0_5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPSB_EEvEEEEvEEOS_IT_LS3_2EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/shared_ptr_base.h' line='940' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='shared_ptr<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> >, void>' mangled-name='_ZNSt10shared_ptrINSt6thread10_Impl_baseEEC2INS0_5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS9_EEvEEEEvEEOS_IT_E' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/shared_ptr.h' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' vtable-offset='4'>
<function-decl name='_M_get_deleter' mangled-name='_ZNSt23_Sp_counted_ptr_inplaceINSt6thread5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS6_EEvEEEESaISF_ELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/shared_ptr_base.h' line='545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt23_Sp_counted_ptr_inplaceINSt6thread5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS6_EEvEEEESaISF_ELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-277'/>
+ <parameter type-id='type-id-276'/>
<return type-id='type-id-82'/>
</function-decl>
</member-function>
</class-decl>
- <typedef-decl name='__alloc_rebind<std::allocator<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> > >, std::_Sp_counted_ptr_inplace<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> >, std::allocator<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> > >, __gnu_cxx::_Lock_policy::_S_atomic> >' type-id='type-id-274' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='76' column='1' id='type-id-276'/>
- <class-decl name='type_info' visibility='default' is-declaration-only='yes' id='type-id-278'>
+ <typedef-decl name='__alloc_rebind<std::allocator<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> > >, std::_Sp_counted_ptr_inplace<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> >, std::allocator<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> > >, __gnu_cxx::_Lock_policy::_S_atomic> >' type-id='type-id-273' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='76' column='1' id='type-id-275'/>
+ <class-decl name='type_info' visibility='default' is-declaration-only='yes' id='type-id-277'>
<member-function access='public'>
<function-decl name='operator==' mangled-name='_ZNKSt9type_infoeqERKS_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/typeinfo' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-279' is-artificial='yes'/>
- <parameter type-id='type-id-277'/>
+ <parameter type-id='type-id-278' is-artificial='yes'/>
+ <parameter type-id='type-id-276'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <typedef-decl name='__result_type' type-id='type-id-5' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='506' column='1' id='type-id-280'/>
+ <typedef-decl name='__result_type' type-id='type-id-5' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='506' column='1' id='type-id-279'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__class_type' type-id='type-id-73' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='507' column='1' id='type-id-281'/>
+ <typedef-decl name='__class_type' type-id='type-id-73' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='507' column='1' id='type-id-280'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='_Class' type-id='type-id-281' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='554' column='1' id='type-id-282'/>
+ <typedef-decl name='_Class' type-id='type-id-280' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='554' column='1' id='type-id-281'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='construct<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> >, std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> >' mangled-name='_ZNSt16allocator_traitsISaINSt6thread5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS6_EEvEEEEEE9constructISF_JSE_EEEvRSG_PT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='529' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-53'/>
- <parameter type-id='type-id-238'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-237'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='destroy<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> > >' mangled-name='_ZNSt16allocator_traitsISaINSt6thread5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS6_EEvEEEEEE7destroyISF_EEvRSG_PT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='541' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-53'/>
- <parameter type-id='type-id-238'/>
+ <parameter type-id='type-id-237'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator()<, void>' mangled-name='_ZNKSt12_Mem_fn_baseIMN5mongo14FTDCControllerEFvvELb1EEclIJEvEEvPS1_DpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/functional' line='599' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-46' is-artificial='yes'/>
- <parameter type-id='type-id-283'/>
- <return type-id='type-id-264'/>
+ <parameter type-id='type-id-282'/>
+ <return type-id='type-id-263'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-175' size-in-bits='64' id='type-id-262'/>
+ <reference-type-def kind='lvalue' type-id='type-id-174' size-in-bits='64' id='type-id-261'/>
<namespace-decl name='mongo'>
<namespace-decl name='logger'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-284'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-283'>
<member-function access='public'>
<function-decl name='getGlobalDomain' mangled-name='_ZN5mongo6logger10LogManager15getGlobalDomainEv' filepath='src/mongo/logger/log_manager.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-285' is-artificial='yes'/>
- <return type-id='type-id-285'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
+ <return type-id='type-id-284'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-284'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-283'>
<member-function access='public'>
<function-decl name='stream' mangled-name='_ZN5mongo6logger16LogstreamBuilder6streamEv' filepath='src/mongo/logger/logstream_builder.h' line='117' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-285' is-artificial='yes'/>
- <return type-id='type-id-286'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
+ <return type-id='type-id-285'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator<<' mangled-name='_ZN5mongo6logger16LogstreamBuilderlsEPKc' filepath='src/mongo/logger/logstream_builder.h' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-285' is-artificial='yes'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-287'/>
+ <return type-id='type-id-286'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator<<' mangled-name='_ZN5mongo6logger16LogstreamBuilderlsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE' filepath='src/mongo/logger/logstream_builder.h' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-285' is-artificial='yes'/>
- <parameter type-id='type-id-200'/>
- <return type-id='type-id-287'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
+ <parameter type-id='type-id-199'/>
+ <return type-id='type-id-286'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator<<<mongo::Status>' mangled-name='_ZN5mongo6logger16LogstreamBuilderlsINS_6StatusEEERS1_RKT_' filepath='src/mongo/logger/logstream_builder.h' line='209' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo6logger16LogstreamBuilderlsINS_6StatusEEERS1_RKT_'>
- <parameter type-id='type-id-285' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
- <return type-id='type-id-287'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
+ <parameter type-id='type-id-208'/>
+ <return type-id='type-id-286'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-284'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-283'>
<member-type access='private'>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' id='type-id-288'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' id='type-id-287'>
<underlying-type type-id='type-id-20'/>
</enum-decl>
</member-type>
<member-function access='public'>
<function-decl name='LogComponent' mangled-name='_ZN5mongo6logger12LogComponentC2ENS1_5ValueE' filepath='src/mongo/logger/log_component.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-285' is-artificial='yes'/>
- <parameter type-id='type-id-288'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
+ <parameter type-id='type-id-287'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</namespace-decl>
<namespace-decl name='stdx'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-289'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-288'>
<member-function access='public'>
<function-decl name='thread<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)>, 0>' mangled-name='_ZN5mongo4stdx6threadC2ISt5_BindIFSt7_Mem_fnIMNS_14FTDCControllerEFvvEEPS5_EEJELi0EEEOT_DpOT0_' filepath='src/mongo/stdx/thread.h' line='80' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-290' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-289' is-artificial='yes'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZN5mongo4stdx6threadaSEOS1_' filepath='src/mongo/stdx/thread.h' line='88' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-290' is-artificial='yes'/>
- <parameter type-id='type-id-291'/>
- <return type-id='type-id-292'/>
+ <parameter type-id='type-id-289' is-artificial='yes'/>
+ <parameter type-id='type-id-290'/>
+ <return type-id='type-id-291'/>
</function-decl>
</member-function>
</class-decl>
<member-function access='public'>
<function-decl name='reason' mangled-name='_ZNK5mongo6Status6reasonB5cxx11Ev' filepath='src/mongo/base/status.h' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-75' is-artificial='yes'/>
- <return type-id='type-id-200'/>
+ <return type-id='type-id-199'/>
</function-decl>
</member-function>
<member-function access='public'>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-73'/>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' naming-typedef-id='type-id-293' visibility='default' is-declaration-only='yes' id='type-id-73'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' naming-typedef-id='type-id-292' visibility='default' is-declaration-only='yes' id='type-id-73'>
<member-type access='private'>
<enum-decl name='__anonymous_enum__' is-anonymous='yes' id='type-id-74'>
<underlying-type type-id='type-id-20'/>
<member-function access='public'>
<function-decl name='setPeriod' mangled-name='_ZN5mongo14FTDCController9setPeriodENS_8DurationISt5ratioILl1ELl1000EEEE' filepath='src/mongo/db/ftdc/controller.h' line='75' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14FTDCController9setPeriodENS_8DurationISt5ratioILl1ELl1000EEEE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-293'/>
+ <parameter type-id='type-id-292'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='setMaxDirectorySizeBytes' mangled-name='_ZN5mongo14FTDCController24setMaxDirectorySizeBytesEm' filepath='src/mongo/db/ftdc/controller.h' line='80' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14FTDCController24setMaxDirectorySizeBytesEm'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-245'/>
+ <parameter type-id='type-id-244'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='setMaxFileSizeBytes' mangled-name='_ZN5mongo14FTDCController19setMaxFileSizeBytesEm' filepath='src/mongo/db/ftdc/controller.h' line='85' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14FTDCController19setMaxFileSizeBytesEm'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-245'/>
+ <parameter type-id='type-id-244'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='setDirectory' mangled-name='_ZN5mongo14FTDCController12setDirectoryERKN5boost10filesystem4pathE' filepath='src/mongo/db/ftdc/controller.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14FTDCController12setDirectoryERKN5boost10filesystem4pathE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-255'/>
<return type-id='type-id-73'/>
</function-decl>
</member-function>
</function-decl>
</member-function>
</class-decl>
- <typedef-decl name='Milliseconds' type-id='type-id-73' filepath='src/mongo/util/duration.h' line='52' column='1' id='type-id-293'/>
+ <typedef-decl name='Milliseconds' type-id='type-id-73' filepath='src/mongo/util/duration.h' line='52' column='1' id='type-id-292'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-73'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-73'>
<member-function access='public'>
<member-function access='public'>
<function-decl name='construct<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> >, std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> >' mangled-name='_ZN9__gnu_cxx13new_allocatorINSt6thread5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS7_EEvEEEEE9constructISG_JSF_EEEvPT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ext/new_allocator.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-90' is-artificial='yes'/>
- <parameter type-id='type-id-238'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-237'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='destroy<std::thread::_Impl<std::_Bind_simple<std::_Bind<std::_Mem_fn<void (mongo::FTDCController::*)()> (mongo::FTDCController *)> ()> > >' mangled-name='_ZN9__gnu_cxx13new_allocatorINSt6thread5_ImplISt12_Bind_simpleIFSt5_BindIFSt7_Mem_fnIMN5mongo14FTDCControllerEFvvEEPS7_EEvEEEEE7destroyISG_EEvPT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ext/new_allocator.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-90' is-artificial='yes'/>
- <parameter type-id='type-id-238'/>
+ <parameter type-id='type-id-237'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator<<<char [104]>' mangled-name='_ZN10mongoutils3str6streamlsIA104_cEERS1_RKT_' filepath='src/mongo/util/mongoutils/str.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-294'/>
+ <parameter type-id='type-id-293'/>
<return type-id='type-id-160'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator<<<char [36]>' mangled-name='_ZN10mongoutils3str6streamlsIA36_cEERS1_RKT_' filepath='src/mongo/util/mongoutils/str.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-295'/>
+ <parameter type-id='type-id-294'/>
<return type-id='type-id-160'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-266' size-in-bits='64' id='type-id-267'/>
+ <reference-type-def kind='lvalue' type-id='type-id-265' size-in-bits='64' id='type-id-266'/>
- <array-type-def dimensions='1' type-id='type-id-166' size-in-bits='832' id='type-id-296'>
- <subrange length='104' type-id='type-id-165' id='type-id-297'/>
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='832' id='type-id-295'>
+ <subrange length='104' type-id='type-id-165' id='type-id-296'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-296' size-in-bits='64' id='type-id-294'/>
+ <reference-type-def kind='lvalue' type-id='type-id-295' size-in-bits='64' id='type-id-293'/>
- <array-type-def dimensions='1' type-id='type-id-166' size-in-bits='288' id='type-id-298'>
- <subrange length='36' type-id='type-id-165' id='type-id-299'/>
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='288' id='type-id-297'>
+ <subrange length='36' type-id='type-id-165' id='type-id-298'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-298' size-in-bits='64' id='type-id-295'/>
- <qualified-type-def type-id='type-id-253' const='yes' id='type-id-300'/>
- <pointer-type-def type-id='type-id-300' size-in-bits='64' id='type-id-254'/>
- <reference-type-def kind='lvalue' type-id='type-id-253' size-in-bits='64' id='type-id-257'/>
- <pointer-type-def type-id='type-id-253' size-in-bits='64' id='type-id-255'/>
- <reference-type-def kind='lvalue' type-id='type-id-300' size-in-bits='64' id='type-id-256'/>
- <pointer-type-def type-id='type-id-284' size-in-bits='64' id='type-id-285'/>
- <reference-type-def kind='lvalue' type-id='type-id-258' size-in-bits='64' id='type-id-301'/>
- <reference-type-def kind='lvalue' type-id='type-id-272' size-in-bits='64' id='type-id-286'/>
- <reference-type-def kind='lvalue' type-id='type-id-284' size-in-bits='64' id='type-id-287'/>
- <reference-type-def kind='rvalue' type-id='type-id-77' size-in-bits='64' id='type-id-273'/>
- <pointer-type-def type-id='type-id-289' size-in-bits='64' id='type-id-290'/>
- <reference-type-def kind='lvalue' type-id='type-id-289' size-in-bits='64' id='type-id-292'/>
- <reference-type-def kind='rvalue' type-id='type-id-289' size-in-bits='64' id='type-id-291'/>
- <qualified-type-def type-id='type-id-259' const='yes' id='type-id-302'/>
- <reference-type-def kind='lvalue' type-id='type-id-302' size-in-bits='64' id='type-id-261'/>
- <qualified-type-def type-id='type-id-278' const='yes' id='type-id-303'/>
- <pointer-type-def type-id='type-id-303' size-in-bits='64' id='type-id-279'/>
- <reference-type-def kind='lvalue' type-id='type-id-303' size-in-bits='64' id='type-id-277'/>
- <pointer-type-def type-id='type-id-282' size-in-bits='64' id='type-id-283'/>
- <pointer-type-def type-id='type-id-268' size-in-bits='64' id='type-id-270'/>
- <reference-type-def kind='lvalue' type-id='type-id-269' size-in-bits='64' id='type-id-271'/>
+ <reference-type-def kind='lvalue' type-id='type-id-297' size-in-bits='64' id='type-id-294'/>
+ <qualified-type-def type-id='type-id-252' const='yes' id='type-id-299'/>
+ <pointer-type-def type-id='type-id-299' size-in-bits='64' id='type-id-253'/>
+ <reference-type-def kind='lvalue' type-id='type-id-252' size-in-bits='64' id='type-id-256'/>
+ <pointer-type-def type-id='type-id-252' size-in-bits='64' id='type-id-254'/>
+ <reference-type-def kind='lvalue' type-id='type-id-299' size-in-bits='64' id='type-id-255'/>
+ <pointer-type-def type-id='type-id-283' size-in-bits='64' id='type-id-284'/>
+ <reference-type-def kind='lvalue' type-id='type-id-257' size-in-bits='64' id='type-id-300'/>
+ <reference-type-def kind='lvalue' type-id='type-id-271' size-in-bits='64' id='type-id-285'/>
+ <reference-type-def kind='lvalue' type-id='type-id-283' size-in-bits='64' id='type-id-286'/>
+ <reference-type-def kind='rvalue' type-id='type-id-77' size-in-bits='64' id='type-id-272'/>
+ <pointer-type-def type-id='type-id-288' size-in-bits='64' id='type-id-289'/>
+ <reference-type-def kind='lvalue' type-id='type-id-288' size-in-bits='64' id='type-id-291'/>
+ <reference-type-def kind='rvalue' type-id='type-id-288' size-in-bits='64' id='type-id-290'/>
+ <qualified-type-def type-id='type-id-258' const='yes' id='type-id-301'/>
+ <reference-type-def kind='lvalue' type-id='type-id-301' size-in-bits='64' id='type-id-260'/>
+ <qualified-type-def type-id='type-id-277' const='yes' id='type-id-302'/>
+ <pointer-type-def type-id='type-id-302' size-in-bits='64' id='type-id-278'/>
+ <reference-type-def kind='lvalue' type-id='type-id-302' size-in-bits='64' id='type-id-276'/>
+ <pointer-type-def type-id='type-id-281' size-in-bits='64' id='type-id-282'/>
+ <pointer-type-def type-id='type-id-267' size-in-bits='64' id='type-id-269'/>
+ <reference-type-def kind='lvalue' type-id='type-id-268' size-in-bits='64' id='type-id-270'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='src/mongo/db/ftdc/decompressor.cpp' comp-dir-path='/home/andrew/Documents/10gen/dev/src/mongodb' language='LANG_C_plus_plus'>
<namespace-decl name='boost'>
<namespace-decl name='detail'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-304'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-303'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-73' filepath='src/third_party/boost-1.60.0/boost/detail/reference_content.hpp' line='80' column='1' id='type-id-305'/>
+ <typedef-decl name='type' type-id='type-id-73' filepath='src/third_party/boost-1.60.0/boost/detail/reference_content.hpp' line='80' column='1' id='type-id-304'/>
</member-type>
</class-decl>
</namespace-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-1'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-1'>
<member-type access='private'>
- <typedef-decl name='internal_type' type-id='type-id-305' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='205' column='1' id='type-id-306'/>
+ <typedef-decl name='internal_type' type-id='type-id-304' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='205' column='1' id='type-id-305'/>
</member-type>
<member-function access='public'>
<function-decl name='address' mangled-name='_ZN5boost15optional_detail15aligned_storageISt6vectorIN5mongo7BSONObjESaIS4_EEE7addressEv' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
<member-function access='private'>
<function-decl name='get_object' mangled-name='_ZN5boost15optional_detail13optional_baseISt6vectorIN5mongo7BSONObjESaIS4_EEE10get_objectEv' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='726' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-4' is-artificial='yes'/>
- <return type-id='type-id-307'/>
+ <return type-id='type-id-306'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='get_impl' mangled-name='_ZN5boost15optional_detail13optional_baseISt6vectorIN5mongo7BSONObjESaIS4_EEE8get_implEv' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='711' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-4' is-artificial='yes'/>
- <return type-id='type-id-230'/>
+ <return type-id='type-id-229'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'>
<member-function access='public'>
<function-decl name='_Vector_impl' mangled-name='_ZNSt12_Vector_baseImSaImEE12_Vector_implC2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-238' is-artificial='yes'/>
+ <parameter type-id='type-id-237' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='_Vector_base' mangled-name='_ZNSt12_Vector_baseIN5mongo7BSONObjESaIS1_EEC2EmRKS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
<parameter type-id='type-id-42'/>
- <parameter type-id='type-id-308'/>
+ <parameter type-id='type-id-307'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='vector' mangled-name='_ZNSt6vectorImSaImEEC2EmRKS0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='277' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
<parameter type-id='type-id-47'/>
- <parameter type-id='type-id-308'/>
+ <parameter type-id='type-id-307'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
<member-function access='public'>
<function-decl name='_Vector_base' mangled-name='_ZNSt12_Vector_baseIN5mongo7BSONObjESaIS1_EEC2EOS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' mangled-name='_ZNSt6vectorIN5mongo7BSONObjESaIS1_EEC2ERKS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='318' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-262'/>
+ <parameter type-id='type-id-261'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='end' mangled-name='_ZNKSt6vectorIN5mongo7BSONObjESaIS1_EE3endEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='574' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-46' is-artificial='yes'/>
- <return type-id='type-id-190'/>
+ <return type-id='type-id-189'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' mangled-name='_ZNSt6vectorIN5mongo7BSONObjESaIS1_EEC2EOS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-309' visibility='default' is-declaration-only='yes' id='type-id-36'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-308' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <typedef-decl name='rebind_alloc<mongo::BSONObj>' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='477' column='1' id='type-id-309'/>
+ <typedef-decl name='rebind_alloc<mongo::BSONObj>' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='477' column='1' id='type-id-308'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='construct<mongo::BSONObj, mongo::BSONObj>' mangled-name='_ZNSt16allocator_traitsISaIN5mongo7BSONObjEEE9constructIS1_JS1_EEEvRS2_PT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='529' column='1' visibility='default' binding='global' size-in-bits='64'>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-79'>
<member-function access='public' static='yes'>
<function-decl name='load' mangled-name='_ZN5mongo8DataType7HandlerIjvE4loadEPjPKcmPml' filepath='src/mongo/base/data_type.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-310'/>
+ <parameter type-id='type-id-309'/>
<parameter type-id='type-id-31'/>
<parameter type-id='type-id-76'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<parameter type-id='type-id-40'/>
<return type-id='type-id-73'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='unsafeLoad' mangled-name='_ZN5mongo8DataType7HandlerIjvE10unsafeLoadEPjPKcPm' filepath='src/mongo/base/data_type.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-310'/>
+ <parameter type-id='type-id-309'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<parameter type-id='type-id-77'/>
<parameter type-id='type-id-31'/>
<parameter type-id='type-id-76'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<parameter type-id='type-id-40'/>
<return type-id='type-id-73'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='load<unsigned int>' mangled-name='_ZN5mongo8DataType4loadIjEENS_6StatusEPT_PKcmPml' filepath='src/mongo/base/data_type.h' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-310'/>
+ <parameter type-id='type-id-309'/>
<parameter type-id='type-id-31'/>
<parameter type-id='type-id-76'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<parameter type-id='type-id-40'/>
<return type-id='type-id-73'/>
</function-decl>
<parameter type-id='type-id-77'/>
<parameter type-id='type-id-31'/>
<parameter type-id='type-id-76'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<parameter type-id='type-id-40'/>
<return type-id='type-id-73'/>
</function-decl>
<parameter type-id='type-id-77'/>
<parameter type-id='type-id-31'/>
<parameter type-id='type-id-76'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<parameter type-id='type-id-40'/>
<return type-id='type-id-73'/>
</function-decl>
<parameter type-id='type-id-77'/>
<parameter type-id='type-id-31'/>
<parameter type-id='type-id-76'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<parameter type-id='type-id-40'/>
<return type-id='type-id-73'/>
</function-decl>
<parameter type-id='type-id-77'/>
<parameter type-id='type-id-31'/>
<parameter type-id='type-id-76'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<parameter type-id='type-id-40'/>
<return type-id='type-id-73'/>
</function-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-79'/>
</member-type>
</class-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' naming-typedef-id='type-id-305' visibility='default' is-declaration-only='yes' id='type-id-73'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' naming-typedef-id='type-id-304' visibility='default' is-declaration-only='yes' id='type-id-73'>
<member-function access='private'>
<function-decl name='Validated' mangled-name='_ZN5mongo9ValidatedINS_7BSONObjEEC2Ev' filepath='src/mongo/base/data_type_validated.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <pointer-type-def type-id='type-id-55' size-in-bits='64' id='type-id-310'/>
- <qualified-type-def type-id='type-id-52' const='yes' id='type-id-311'/>
- <reference-type-def kind='lvalue' type-id='type-id-311' size-in-bits='64' id='type-id-308'/>
- <pointer-type-def type-id='type-id-306' size-in-bits='64' id='type-id-307'/>
+ <pointer-type-def type-id='type-id-55' size-in-bits='64' id='type-id-309'/>
+ <qualified-type-def type-id='type-id-52' const='yes' id='type-id-310'/>
+ <reference-type-def kind='lvalue' type-id='type-id-310' size-in-bits='64' id='type-id-307'/>
+ <pointer-type-def type-id='type-id-305' size-in-bits='64' id='type-id-306'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='src/mongo/db/ftdc/file_manager.cpp' comp-dir-path='/home/andrew/Documents/10gen/dev/src/mongodb' language='LANG_C_plus_plus'>
<namespace-decl name='boost'>
<namespace-decl name='filesystem'>
<namespace-decl name='detail'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-312'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-311'>
<member-function access='public'>
<function-decl name='dir_itr_imp' mangled-name='_ZN5boost10filesystem6detail11dir_itr_impC2Ev' filepath='src/third_party/boost-1.60.0/boost/filesystem/operations.hpp' line='860' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-313' is-artificial='yes'/>
+ <parameter type-id='type-id-312' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~dir_itr_imp' mangled-name='_ZN5boost10filesystem6detail11dir_itr_impD2Ev' filepath='src/third_party/boost-1.60.0/boost/filesystem/operations.hpp' line='866' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-313' is-artificial='yes'/>
+ <parameter type-id='type-id-312' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-253'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-252'>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-16' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='70' column='1' id='type-id-314'/>
+ <typedef-decl name='string_type' type-id='type-id-16' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='70' column='1' id='type-id-313'/>
</member-type>
<member-function access='public'>
<function-decl name='path' mangled-name='_ZN5boost10filesystem4pathC2ERKS1_' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-255'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='path' mangled-name='_ZN5boost10filesystem4pathC2Ev' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='132' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='path' mangled-name='_ZN5boost10filesystem4pathC2EOS1_' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-315'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-314'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='path' mangled-name='_ZN5boost10filesystem4pathC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-315'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator/=' mangled-name='_ZN5boost10filesystem4pathdVERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-316'/>
- <return type-id='type-id-257'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-315'/>
+ <return type-id='type-id-256'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator+=' mangled-name='_ZN5boost10filesystem4pathpLERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='265' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-316'/>
- <return type-id='type-id-257'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-315'/>
+ <return type-id='type-id-256'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='swap' mangled-name='_ZN5boost10filesystem4path4swapERS1_' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='374' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-257'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-256'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZN5boost10filesystem4pathaSEOS1_' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='154' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-315'/>
- <return type-id='type-id-257'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-314'/>
+ <return type-id='type-id-256'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='operator/' mangled-name='_ZN5boost10filesystemdvERKNS0_4pathES3_' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='789' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5boost10filesystemdvERKNS0_4pathES3_'>
- <parameter type-id='type-id-256' name='lhs' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='789' column='1'/>
- <parameter type-id='type-id-256' name='rhs' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='789' column='1'/>
- <return type-id='type-id-253'/>
+ <parameter type-id='type-id-255' name='lhs' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='789' column='1'/>
+ <parameter type-id='type-id-255' name='rhs' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='789' column='1'/>
+ <return type-id='type-id-252'/>
</function-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-253'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-252'>
<member-function access='private'>
<function-decl name='equal' mangled-name='_ZNK5boost10filesystem18directory_iterator5equalERKS1_' filepath='src/third_party/boost-1.60.0/boost/filesystem/operations.hpp' line='941' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-254' is-artificial='yes'/>
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-253' is-artificial='yes'/>
+ <parameter type-id='type-id-255'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='dereference' mangled-name='_ZNK5boost10filesystem18directory_iterator11dereferenceEv' filepath='src/third_party/boost-1.60.0/boost/filesystem/operations.hpp' line='933' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-254' is-artificial='yes'/>
- <return type-id='type-id-317'/>
+ <parameter type-id='type-id-253' is-artificial='yes'/>
+ <return type-id='type-id-316'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='increment' mangled-name='_ZN5boost10filesystem18directory_iterator9incrementEv' filepath='src/third_party/boost-1.60.0/boost/filesystem/operations.hpp' line='939' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~directory_iterator' mangled-name='_ZN5boost10filesystem18directory_iteratorD2Ev' filepath='src/third_party/boost-1.60.0/boost/filesystem/operations.hpp' line='909' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='directory_iterator' mangled-name='_ZN5boost10filesystem18directory_iteratorC2ERKNS0_4pathE' filepath='src/third_party/boost-1.60.0/boost/filesystem/operations.hpp' line='901' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5boost10filesystem18directory_iteratorC2ERKNS0_4pathE'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-255'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-253'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-252'>
<member-function access='public'>
<function-decl name='directory_entry' mangled-name='_ZN5boost10filesystem15directory_entryC2Ev' filepath='src/third_party/boost-1.60.0/boost/filesystem/operations.hpp' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='directory_entry' mangled-name='_ZN5boost10filesystem15directory_entryC2ERKS1_' filepath='src/third_party/boost-1.60.0/boost/filesystem/operations.hpp' line='757' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5boost10filesystem15directory_entryC2ERKS1_'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-255'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-253'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-252'>
<member-function access='public'>
<function-decl name='file_status' mangled-name='_ZN5boost10filesystem11file_statusC2Ev' filepath='src/third_party/boost-1.60.0/boost/filesystem/operations.hpp' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='file_status' mangled-name='_ZN5boost10filesystem11file_statusC2ERKS1_' filepath='src/third_party/boost-1.60.0/boost/filesystem/operations.hpp' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-255'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<namespace-decl name='iterators'>
<namespace-decl name='detail'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-318'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-317'>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-257' filepath='src/third_party/boost-1.60.0/boost/iterator/iterator_facade.hpp' line='645' column='1' id='type-id-317'/>
+ <typedef-decl name='reference' type-id='type-id-256' filepath='src/third_party/boost-1.60.0/boost/iterator/iterator_facade.hpp' line='645' column='1' id='type-id-316'/>
</member-type>
<member-function access='public'>
<function-decl name='operator*' mangled-name='_ZNK5boost9iterators6detail20iterator_facade_baseINS_10filesystem18directory_iteratorENS3_15directory_entryENS0_25single_pass_traversal_tagERS5_lLb0ELb0EEdeEv' filepath='src/third_party/boost-1.60.0/boost/iterator/iterator_facade.hpp' line='653' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-319' is-artificial='yes'/>
- <return type-id='type-id-317'/>
+ <parameter type-id='type-id-318' is-artificial='yes'/>
+ <return type-id='type-id-316'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZN5boost9iterators6detail20iterator_facade_baseINS_10filesystem18directory_iteratorENS3_15directory_entryENS0_25single_pass_traversal_tagERS5_lLb0ELb0EEppEv' filepath='src/third_party/boost-1.60.0/boost/iterator/iterator_facade.hpp' line='663' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-320' is-artificial='yes'/>
- <return type-id='type-id-257'/>
+ <parameter type-id='type-id-319' is-artificial='yes'/>
+ <return type-id='type-id-256'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-318'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-317'>
<member-function access='public'>
<function-decl name='postfix_increment_proxy' mangled-name='_ZN5boost9iterators6detail23postfix_increment_proxyINS_10filesystem18directory_iteratorEEC2ERKS4_' filepath='src/third_party/boost-1.60.0/boost/iterator/iterator_facade.hpp' line='157' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-320' is-artificial='yes'/>
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-319' is-artificial='yes'/>
+ <parameter type-id='type-id-255'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-321'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-320'>
<member-function access='private' static='yes'>
<function-decl name='equal<boost::filesystem::directory_iterator, boost::filesystem::directory_iterator>' mangled-name='_ZN5boost9iterators20iterator_core_access5equalINS_10filesystem18directory_iteratorES4_EEbRKT_RKT0_N4mpl_5bool_ILb1EEE' filepath='src/third_party/boost-1.60.0/boost/iterator/iterator_facade.hpp' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-256'/>
- <parameter type-id='type-id-256'/>
- <parameter type-id='type-id-322'/>
+ <parameter type-id='type-id-255'/>
+ <parameter type-id='type-id-255'/>
+ <parameter type-id='type-id-321'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='dereference<boost::filesystem::directory_iterator>' mangled-name='_ZN5boost9iterators20iterator_core_access11dereferenceINS_10filesystem18directory_iteratorEEENT_9referenceERKS5_' filepath='src/third_party/boost-1.60.0/boost/iterator/iterator_facade.hpp' line='547' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-256'/>
- <return type-id='type-id-317'/>
+ <parameter type-id='type-id-255'/>
+ <return type-id='type-id-316'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='increment<boost::filesystem::directory_iterator>' mangled-name='_ZN5boost9iterators20iterator_core_access9incrementINS_10filesystem18directory_iteratorEEEvRT_' filepath='src/third_party/boost-1.60.0/boost/iterator/iterator_facade.hpp' line='553' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-257'/>
+ <parameter type-id='type-id-256'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<parameter is-variadic='yes'/>
<return type-id='type-id-5'/>
</function-decl>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-304'/>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-304'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-303'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-303'>
<member-function access='public' destructor='yes'>
<function-decl name='~shared_count' mangled-name='_ZN5boost6detail12shared_countD2Ev' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/detail/shared_count.hpp' line='471' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='shared_count' mangled-name='_ZN5boost6detail12shared_countC2Ev' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/detail/shared_count.hpp' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='swap' mangled-name='_ZN5boost6detail12shared_count4swapERS1_' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/detail/shared_count.hpp' line='516' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
- <parameter type-id='type-id-324'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
+ <parameter type-id='type-id-323'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='shared_count<boost::filesystem::detail::dir_itr_imp>' mangled-name='_ZN5boost6detail12shared_countC2INS_10filesystem6detail11dir_itr_impEEEPT_' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/detail/shared_count.hpp' line='128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5boost6detail12shared_countC2INS_10filesystem6detail11dir_itr_impEEEPT_'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
- <parameter type-id='type-id-313'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
+ <parameter type-id='type-id-312'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='release' mangled-name='_ZN5boost6detail15sp_counted_base7releaseEv' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/detail/sp_counted_base_clang.hpp' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='weak_release' mangled-name='_ZN5boost6detail15sp_counted_base12weak_releaseEv' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/detail/sp_counted_base_clang.hpp' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sp_counted_base' mangled-name='_ZN5boost6detail15sp_counted_baseC2Ev' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/detail/sp_counted_base_clang.hpp' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='0'>
<function-decl name='~sp_counted_base' mangled-name='_ZN5boost6detail15sp_counted_baseD2Ev' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/detail/sp_counted_base_clang.hpp' line='79' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5boost6detail15sp_counted_baseD2Ev'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' vtable-offset='3'>
<function-decl name='destroy' mangled-name='_ZN5boost6detail15sp_counted_base7destroyEv' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/detail/sp_counted_base_clang.hpp' line='90' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5boost6detail15sp_counted_base7destroyEv'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' vtable-offset='2'>
<function-decl name='dispose' mangled-name='_ZN5boost6detail17sp_counted_impl_pINS_10filesystem6detail11dir_itr_impEE7disposeEv' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/detail/sp_counted_impl.hpp' line='73' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5boost6detail17sp_counted_impl_pINS_10filesystem6detail11dir_itr_impEE7disposeEv'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-304'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-303'>
<member-function access='public'>
<function-decl name='sp_counted_impl_p' mangled-name='_ZN5boost6detail17sp_counted_impl_pINS_10filesystem6detail11dir_itr_impEEC2EPS4_' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/detail/sp_counted_impl.hpp' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
- <parameter type-id='type-id-313'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
+ <parameter type-id='type-id-312'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' vtable-offset='4'>
<function-decl name='get_deleter' mangled-name='_ZN5boost6detail17sp_counted_impl_pINS_10filesystem6detail11dir_itr_impEE11get_deleterERKSt9type_info' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/detail/sp_counted_impl.hpp' line='81' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5boost6detail17sp_counted_impl_pINS_10filesystem6detail11dir_itr_impEE11get_deleterERKSt9type_info'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
- <parameter type-id='type-id-325'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
+ <parameter type-id='type-id-324'/>
<return type-id='type-id-82'/>
</function-decl>
</member-function>
<member-function access='public' vtable-offset='5'>
<function-decl name='get_untyped_deleter' mangled-name='_ZN5boost6detail17sp_counted_impl_pINS_10filesystem6detail11dir_itr_impEE19get_untyped_deleterEv' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/detail/sp_counted_impl.hpp' line='86' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5boost6detail17sp_counted_impl_pINS_10filesystem6detail11dir_itr_impEE19get_untyped_deleterEv'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
<return type-id='type-id-82'/>
</function-decl>
</member-function>
</class-decl>
- <typedef-decl name='sp_typeinfo' type-id='type-id-326' filepath='src/third_party/boost-1.60.0/boost/detail/sp_typeinfo.hpp' line='28' column='1' id='type-id-327'/>
+ <typedef-decl name='sp_typeinfo' type-id='type-id-325' filepath='src/third_party/boost-1.60.0/boost/detail/sp_typeinfo.hpp' line='28' column='1' id='type-id-326'/>
</namespace-decl>
<namespace-decl name='system'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-328'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-327'>
<member-type access='private'>
- <typedef-decl name='unspecified_bool_type' type-id='type-id-130' filepath='src/third_party/boost-1.60.0/boost/system/error_code.hpp' line='359' column='1' id='type-id-329'/>
+ <typedef-decl name='unspecified_bool_type' type-id='type-id-130' filepath='src/third_party/boost-1.60.0/boost/system/error_code.hpp' line='359' column='1' id='type-id-328'/>
</member-type>
<member-function access='public'>
<function-decl name='error_code' mangled-name='_ZN5boost6system10error_codeC2Ev' filepath='src/third_party/boost-1.60.0/boost/system/error_code.hpp' line='322' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-330' is-artificial='yes'/>
+ <parameter type-id='type-id-329' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator void (*)()' mangled-name='_ZNK5boost6system10error_codecvPFvvEEv' filepath='src/third_party/boost-1.60.0/boost/system/error_code.hpp' line='362' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-331' is-artificial='yes'/>
- <return type-id='type-id-329'/>
+ <parameter type-id='type-id-330' is-artificial='yes'/>
+ <return type-id='type-id-328'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='message' mangled-name='_ZNK5boost6system10error_code7messageB5cxx11Ev' filepath='src/third_party/boost-1.60.0/boost/system/error_code.hpp' line='357' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-331' is-artificial='yes'/>
- <return type-id='type-id-188'/>
+ <parameter type-id='type-id-330' is-artificial='yes'/>
+ <return type-id='type-id-187'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='value' mangled-name='_ZNK5boost6system10error_code5valueEv' filepath='src/third_party/boost-1.60.0/boost/system/error_code.hpp' line='354' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-331' is-artificial='yes'/>
+ <parameter type-id='type-id-330' is-artificial='yes'/>
<return type-id='type-id-83'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='assign' mangled-name='_ZN5boost15optional_detail13optional_baseIbE6assignEOS2_' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='347' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-4' is-artificial='yes'/>
- <parameter type-id='type-id-232'/>
+ <parameter type-id='type-id-231'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='assign_value' mangled-name='_ZN5boost15optional_detail13optional_baseIbE12assign_valueEObN4mpl_5bool_ILb0EEE' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='700' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-4' is-artificial='yes'/>
<parameter type-id='type-id-2'/>
- <parameter type-id='type-id-228'/>
+ <parameter type-id='type-id-227'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='core'>
- <typedef-decl name='typeinfo' type-id='type-id-278' filepath='src/third_party/boost-1.60.0/boost/core/typeinfo.hpp' line='134' column='1' id='type-id-326'/>
+ <typedef-decl name='typeinfo' type-id='type-id-277' filepath='src/third_party/boost-1.60.0/boost/core/typeinfo.hpp' line='134' column='1' id='type-id-325'/>
</namespace-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-6'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-6'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-6'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-6'>
<member-type access='private'>
- <typedef-decl name='element_type' type-id='type-id-305' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/shared_ptr.hpp' line='345' column='1' id='type-id-332'/>
+ <typedef-decl name='element_type' type-id='type-id-304' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/shared_ptr.hpp' line='345' column='1' id='type-id-331'/>
</member-type>
<member-function access='public'>
<function-decl name='get' mangled-name='_ZNK5boost10shared_ptrINS_10filesystem6detail11dir_itr_impEE3getEv' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/shared_ptr.hpp' line='706' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-10' is-artificial='yes'/>
- <return type-id='type-id-333'/>
+ <return type-id='type-id-332'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='shared_ptr<boost::filesystem::detail::dir_itr_imp>' mangled-name='_ZN5boost10shared_ptrINS_10filesystem6detail11dir_itr_impEEC2IS3_EEPT_' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/shared_ptr.hpp' line='360' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-7' is-artificial='yes'/>
- <parameter type-id='type-id-313'/>
+ <parameter type-id='type-id-312'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-6'/>
</namespace-decl>
- <reference-type-def kind='rvalue' type-id='type-id-253' size-in-bits='64' id='type-id-315'/>
+ <reference-type-def kind='rvalue' type-id='type-id-252' size-in-bits='64' id='type-id-314'/>
<namespace-decl name='std'>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <typedef-decl name='difference_type' type-id='type-id-40' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_iterator_base_types.h' line='182' column='1' id='type-id-334'/>
+ <typedef-decl name='difference_type' type-id='type-id-40' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_iterator_base_types.h' line='182' column='1' id='type-id-333'/>
</member-type>
</class-decl>
<function-decl name='__introsort_loop<__gnu_cxx::__normal_iterator<boost::filesystem::path *, std::vector<boost::filesystem::path, std::allocator<boost::filesystem::path> > >, long, __gnu_cxx::__ops::_Iter_less_iter>' mangled-name='_ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS4_SaIS4_EEEElNS0_5__ops15_Iter_less_iterEEvT_SC_T0_T1_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='1935' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS4_SaIS4_EEEElNS0_5__ops15_Iter_less_iterEEvT_SC_T0_T1_'>
<parameter type-id='type-id-88' name='__first' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='1935' column='1'/>
<parameter type-id='type-id-88' name='__last' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='1936' column='1'/>
<parameter type-id='type-id-39' name='__depth_limit' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='1937' column='1'/>
- <parameter type-id='type-id-335' name='__comp' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='1937' column='1'/>
+ <parameter type-id='type-id-334' name='__comp' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='1937' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='__make_heap<__gnu_cxx::__normal_iterator<boost::filesystem::path *, std::vector<boost::filesystem::path, std::allocator<boost::filesystem::path> > >, __gnu_cxx::__ops::_Iter_less_iter>' mangled-name='_ZSt11__make_heapIN9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_less_iterEEvT_SC_T0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='317' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt11__make_heapIN9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_less_iterEEvT_SC_T0_'>
<parameter type-id='type-id-88' name='__first' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='317' column='1'/>
<parameter type-id='type-id-88' name='__last' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='317' column='1'/>
- <parameter type-id='type-id-335' name='__comp' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='318' column='1'/>
+ <parameter type-id='type-id-334' name='__comp' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='318' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='__adjust_heap<__gnu_cxx::__normal_iterator<boost::filesystem::path *, std::vector<boost::filesystem::path, std::allocator<boost::filesystem::path> > >, long, boost::filesystem::path, __gnu_cxx::__ops::_Iter_less_iter>' mangled-name='_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS4_SaIS4_EEEElS4_NS0_5__ops15_Iter_less_iterEEvT_T0_SD_T1_T2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='207' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS4_SaIS4_EEEElS4_NS0_5__ops15_Iter_less_iterEEvT_T0_SD_T1_T2_'>
<parameter type-id='type-id-88' name='__first' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='207' column='1'/>
<parameter type-id='type-id-39' name='__holeIndex' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='207' column='1'/>
<parameter type-id='type-id-39' name='__len' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='208' column='1'/>
- <parameter type-id='type-id-253' name='__value' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='208' column='1'/>
- <parameter type-id='type-id-335' name='__comp' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='208' column='1'/>
+ <parameter type-id='type-id-252' name='__value' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='208' column='1'/>
+ <parameter type-id='type-id-334' name='__comp' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='208' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='__move_median_to_first<__gnu_cxx::__normal_iterator<boost::filesystem::path *, std::vector<boost::filesystem::path, std::allocator<boost::filesystem::path> > >, __gnu_cxx::__ops::_Iter_less_iter>' mangled-name='_ZSt22__move_median_to_firstIN9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_less_iterEEvT_SC_SC_SC_T0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='78' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt22__move_median_to_firstIN9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_less_iterEEvT_SC_SC_SC_T0_'>
<parameter type-id='type-id-88' name='__a' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='78' column='1'/>
<parameter type-id='type-id-88' name='__b' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='78' column='1'/>
<parameter type-id='type-id-88' name='__c' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='79' column='1'/>
- <parameter type-id='type-id-335' name='__comp' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='79' column='1'/>
+ <parameter type-id='type-id-334' name='__comp' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='79' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='__insertion_sort<__gnu_cxx::__normal_iterator<boost::filesystem::path *, std::vector<boost::filesystem::path, std::allocator<boost::filesystem::path> > >, __gnu_cxx::__ops::_Iter_less_iter>' mangled-name='_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_less_iterEEvT_SC_T0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='1835' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_less_iterEEvT_SC_T0_'>
<parameter type-id='type-id-88' name='__first' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='317' column='1'/>
<parameter type-id='type-id-88' name='__last' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='317' column='1'/>
- <parameter type-id='type-id-335' name='__comp' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='318' column='1'/>
+ <parameter type-id='type-id-334' name='__comp' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_heap.h' line='318' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='__unguarded_linear_insert<__gnu_cxx::__normal_iterator<boost::filesystem::path *, std::vector<boost::filesystem::path, std::allocator<boost::filesystem::path> > >, __gnu_cxx::__ops::_Val_less_iter>' mangled-name='_ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS4_SaIS4_EEEENS0_5__ops14_Val_less_iterEEvT_T0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='1816' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS4_SaIS4_EEEENS0_5__ops14_Val_less_iterEEvT_T0_'>
<parameter type-id='type-id-88' name='__last' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='1816' column='1'/>
- <parameter type-id='type-id-335' name='__comp' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='1817' column='1'/>
+ <parameter type-id='type-id-334' name='__comp' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algo.h' line='1817' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <typedef-decl name='rebind_alloc<char>' type-id='type-id-186' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='477' column='1' id='type-id-336'/>
+ <typedef-decl name='rebind_alloc<char>' type-id='type-id-185' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='477' column='1' id='type-id-335'/>
</member-type>
</class-decl>
- <class-decl name='allocator<char>' size-in-bits='8' visibility='default' is-declaration-only='yes' id='type-id-186'/>
+ <class-decl name='allocator<char>' size-in-bits='8' visibility='default' is-declaration-only='yes' id='type-id-185'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <typedef-decl name='char_type' type-id='type-id-85' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/char_traits.h' line='235' column='1' id='type-id-337'/>
+ <typedef-decl name='char_type' type-id='type-id-85' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/char_traits.h' line='235' column='1' id='type-id-336'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='assign' mangled-name='_ZNSt11char_traitsIcE6assignERcRKc' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/char_traits.h' line='242' column='1' visibility='default' binding='global' size-in-bits='64'>
+ <parameter type-id='type-id-337'/>
<parameter type-id='type-id-338'/>
- <parameter type-id='type-id-339'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='copy' mangled-name='_ZNSt11char_traitsIcE4copyEPcPKcm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/char_traits.h' line='286' column='1' visibility='default' binding='global' size-in-bits='64'>
+ <parameter type-id='type-id-339'/>
<parameter type-id='type-id-340'/>
- <parameter type-id='type-id-341'/>
<parameter type-id='type-id-42'/>
- <return type-id='type-id-340'/>
+ <return type-id='type-id-339'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='length' mangled-name='_ZNSt11char_traitsIcE6lengthEPKc' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/char_traits.h' line='266' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-341'/>
+ <parameter type-id='type-id-340'/>
<return type-id='type-id-42'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' naming-typedef-id='type-id-342' visibility='default' is-declaration-only='yes' id='type-id-36'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' naming-typedef-id='type-id-341' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <typedef-decl name='reverse_iterator' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='235' column='1' id='type-id-342'/>
+ <typedef-decl name='reverse_iterator' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='235' column='1' id='type-id-341'/>
</member-type>
<member-function access='public'>
<function-decl name='emplace_back<std::tuple<mongo::FTDCBSONUtil::FTDCType, mongo::BSONObj, mongo::Date_t> >' mangled-name='_ZNSt6vectorISt5tupleIJN5mongo12FTDCBSONUtil8FTDCTypeENS1_7BSONObjENS1_6Date_tEEESaIS6_EE12emplace_backIJS6_EEEvDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='936' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_emplace_back_aux<std::tuple<mongo::FTDCBSONUtil::FTDCType, mongo::BSONObj, mongo::Date_t> >' mangled-name='_ZNSt6vectorISt5tupleIJN5mongo12FTDCBSONUtil8FTDCTypeENS1_7BSONObjENS1_6Date_tEEESaIS6_EE19_M_emplace_back_auxIJS6_EEEvDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='1417' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorISt5tupleIJN5mongo12FTDCBSONUtil8FTDCTypeENS1_7BSONObjENS1_6Date_tEEESaIS6_EE19_M_emplace_back_auxIJS6_EEEvDpOT_'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='emplace_back<boost::filesystem::path>' mangled-name='_ZNSt6vectorIN5boost10filesystem4pathESaIS2_EE12emplace_backIJS2_EEEvDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='936' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-315'/>
+ <parameter type-id='type-id-314'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='rbegin' mangled-name='_ZNSt6vectorIN5boost10filesystem4pathESaIS2_EE6rbeginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='583' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <return type-id='type-id-342'/>
+ <return type-id='type-id-341'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_emplace_back_aux<boost::filesystem::path>' mangled-name='_ZNSt6vectorIN5boost10filesystem4pathESaIS2_EE19_M_emplace_back_auxIJS2_EEEvDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='1417' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorIN5boost10filesystem4pathESaIS2_EE19_M_emplace_back_auxIJS2_EEEvDpOT_'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-315'/>
+ <parameter type-id='type-id-314'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='basic_ofstream<char, std::char_traits<char> >' size-in-bits='4096' visibility='default' is-declaration-only='yes' id='type-id-343'>
+ <class-decl name='basic_ofstream<char, std::char_traits<char> >' size-in-bits='4096' visibility='default' is-declaration-only='yes' id='type-id-342'>
<member-function access='public'>
<function-decl name='is_open' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEE7is_openEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/fstream' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-344' is-artificial='yes'/>
+ <parameter type-id='type-id-343' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='close' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEE5closeEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/fstream' line='839' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-344' is-artificial='yes'/>
+ <parameter type-id='type-id-343' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='open' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/fstream' line='799' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-344' is-artificial='yes'/>
+ <parameter type-id='type-id-343' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-345'/>
+ <parameter type-id='type-id-344'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='0'>
<function-decl name='~basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEED1Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/fstream' line='737' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-344' is-artificial='yes'/>
+ <parameter type-id='type-id-343' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='__destroy<boost::filesystem::path *>' mangled-name='_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost10filesystem4pathEEEvT_S6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_construct.h' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255'/>
- <parameter type-id='type-id-255'/>
+ <parameter type-id='type-id-254'/>
+ <parameter type-id='type-id-254'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
</class-decl>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-346' visibility='default' is-declaration-only='yes' id='type-id-36'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-345' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <typedef-decl name='rebind_alloc<std::tuple<mongo::FTDCBSONUtil::FTDCType, mongo::BSONObj, mongo::Date_t> >' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='477' column='1' id='type-id-346'/>
+ <typedef-decl name='rebind_alloc<std::tuple<mongo::FTDCBSONUtil::FTDCType, mongo::BSONObj, mongo::Date_t> >' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='477' column='1' id='type-id-345'/>
</member-type>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='construct<std::tuple<mongo::FTDCBSONUtil::FTDCType, mongo::BSONObj, mongo::Date_t>, std::tuple<mongo::FTDCBSONUtil::FTDCType, mongo::BSONObj, mongo::Date_t> >' mangled-name='_ZNSt16allocator_traitsISaISt5tupleIJN5mongo12FTDCBSONUtil8FTDCTypeENS1_7BSONObjENS1_6Date_tEEEEE9constructIS6_JS6_EEEvRS7_PT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='529' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-53'/>
<parameter type-id='type-id-48'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-347' visibility='default' is-declaration-only='yes' id='type-id-36'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-346' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <typedef-decl name='rebind_alloc<boost::filesystem::path>' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='477' column='1' id='type-id-347'/>
+ <typedef-decl name='rebind_alloc<boost::filesystem::path>' type-id='type-id-36' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='477' column='1' id='type-id-346'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='construct<boost::filesystem::path, boost::filesystem::path>' mangled-name='_ZNSt16allocator_traitsISaIN5boost10filesystem4pathEEE9constructIS2_JS2_EEEvRS3_PT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='529' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-53'/>
- <parameter type-id='type-id-255'/>
- <parameter type-id='type-id-315'/>
+ <parameter type-id='type-id-254'/>
+ <parameter type-id='type-id-314'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base<mongo::FTDCFileManager *>' mangled-name='_ZNSt10_Head_baseILm0EPN5mongo15FTDCFileManagerELb0EEC2IS2_EEOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-273'/>
+ <parameter type-id='type-id-272'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl<mongo::FTDCFileManager *, std::default_delete<mongo::FTDCFileManager> , void>' mangled-name='_ZNSt11_Tuple_implILm0EJPN5mongo15FTDCFileManagerESt14default_deleteIS1_EEEC2IS2_JS4_EvEEOT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-273'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-272'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple<mongo::FTDCFileManager *, std::default_delete<mongo::FTDCFileManager>, void>' mangled-name='_ZNSt5tupleIJPN5mongo15FTDCFileManagerESt14default_deleteIS1_EEEC2IS2_S4_vEEOT_OT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='612' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-273'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-272'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-function access='public'>
<function-decl name='_Tuple_impl<mongo::FTDCBSONUtil::FTDCType &, mongo::BSONObj, mongo::Date_t &, void>' mangled-name='_ZNSt11_Tuple_implILm0EJN5mongo12FTDCBSONUtil8FTDCTypeENS0_7BSONObjENS0_6Date_tEEEC2IRS2_JS3_RS4_EvEEOT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-348'/>
+ <parameter type-id='type-id-347'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-84'/>
<return type-id='type-id-5'/>
<member-function access='public'>
<function-decl name='tuple<mongo::FTDCBSONUtil::FTDCType &, mongo::BSONObj, mongo::Date_t &, void>' mangled-name='_ZNSt5tupleIJN5mongo12FTDCBSONUtil8FTDCTypeENS0_7BSONObjENS0_6Date_tEEEC2IJRS2_S3_RS4_EvEEDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='479' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-348'/>
+ <parameter type-id='type-id-347'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-84'/>
<return type-id='type-id-5'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm1EJRKN5mongo7BSONObjENS0_6Date_tEEE7_M_headERS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-197'/>
- <return type-id='type-id-209'/>
+ <parameter type-id='type-id-196'/>
+ <return type-id='type-id-208'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base<mongo::FTDCBSONUtil::FTDCType &>' mangled-name='_ZNSt10_Head_baseILm0EN5mongo12FTDCBSONUtil8FTDCTypeELb0EEC2IRS2_EEOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-348'/>
+ <parameter type-id='type-id-347'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base<mongo::FTDCBSONUtil::FTDCType>' mangled-name='_ZNSt10_Head_baseILm0EN5mongo12FTDCBSONUtil8FTDCTypeELb0EEC2IS2_EEOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-349'/>
+ <parameter type-id='type-id-348'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<function-decl name='__uninit_copy<std::move_iterator<boost::filesystem::path *>, boost::filesystem::path *>' mangled-name='_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost10filesystem4pathEES6_EET0_T_S9_S8_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_uninitialized.h' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-255'/>
- <return type-id='type-id-255'/>
+ <parameter type-id='type-id-254'/>
+ <return type-id='type-id-254'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-function access='public' static='yes'>
<function-decl name='__copy_move_b<boost::filesystem::path *, boost::filesystem::path *>' mangled-name='_ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPN5boost10filesystem4pathES6_EET0_T_S8_S7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_algobase.h' line='560' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255'/>
- <parameter type-id='type-id-255'/>
- <parameter type-id='type-id-255'/>
- <return type-id='type-id-255'/>
+ <parameter type-id='type-id-254'/>
+ <parameter type-id='type-id-254'/>
+ <parameter type-id='type-id-254'/>
+ <return type-id='type-id-254'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
<namespace-decl name='__ops'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-335'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-334'>
<member-function access='public'>
<function-decl name='operator()<__gnu_cxx::__normal_iterator<boost::filesystem::path *, std::vector<boost::filesystem::path, std::allocator<boost::filesystem::path> > >, __gnu_cxx::__normal_iterator<boost::filesystem::path *, std::vector<boost::filesystem::path, std::allocator<boost::filesystem::path> > > >' mangled-name='_ZNK9__gnu_cxx5__ops15_Iter_less_iterclINS_17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS6_SaIS6_EEEESB_EEbT_T0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/predefined_ops.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-350' is-artificial='yes'/>
+ <parameter type-id='type-id-349' is-artificial='yes'/>
<parameter type-id='type-id-88'/>
<parameter type-id='type-id-88'/>
<return type-id='type-id-11'/>
</member-function>
<member-function access='public'>
<function-decl name='operator()<boost::filesystem::path, __gnu_cxx::__normal_iterator<boost::filesystem::path *, std::vector<boost::filesystem::path, std::allocator<boost::filesystem::path> > > >' mangled-name='_ZNK9__gnu_cxx5__ops14_Val_less_iterclIN5boost10filesystem4pathENS_17__normal_iteratorIPS5_St6vectorIS5_SaIS5_EEEEEEbRT_T0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/predefined_ops.h' line='70' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-350' is-artificial='yes'/>
- <parameter type-id='type-id-257'/>
+ <parameter type-id='type-id-349' is-artificial='yes'/>
+ <parameter type-id='type-id-256'/>
<parameter type-id='type-id-88'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-335'>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-334'>
<member-function access='public'>
<function-decl name='operator()<__gnu_cxx::__normal_iterator<boost::filesystem::path *, std::vector<boost::filesystem::path, std::allocator<boost::filesystem::path> > >, boost::filesystem::path>' mangled-name='_ZNK9__gnu_cxx5__ops14_Iter_less_valclINS_17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS6_SaIS6_EEEES6_EEbT_RT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/predefined_ops.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-350' is-artificial='yes'/>
+ <parameter type-id='type-id-349' is-artificial='yes'/>
<parameter type-id='type-id-88'/>
- <parameter type-id='type-id-257'/>
+ <parameter type-id='type-id-256'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</namespace-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-88'>
<member-type access='private'>
- <typedef-decl name='difference_type' type-id='type-id-334' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_iterator.h' line='732' column='1' id='type-id-351'/>
+ <typedef-decl name='difference_type' type-id='type-id-333' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_iterator.h' line='732' column='1' id='type-id-350'/>
</member-type>
<member-function access='public'>
<function-decl name='__normal_iterator' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS3_SaIS3_EEEC2ERKS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_iterator.h' line='740' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-90' is-artificial='yes'/>
- <parameter type-id='type-id-352'/>
+ <parameter type-id='type-id-351'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator+' mangled-name='_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS3_SaIS3_EEEplEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_iterator.h' line='793' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-353' is-artificial='yes'/>
- <parameter type-id='type-id-351'/>
+ <parameter type-id='type-id-352' is-artificial='yes'/>
+ <parameter type-id='type-id-350'/>
<return type-id='type-id-88'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator-' mangled-name='_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS3_SaIS3_EEEmiEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_iterator.h' line='801' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-353' is-artificial='yes'/>
- <parameter type-id='type-id-351'/>
+ <parameter type-id='type-id-352' is-artificial='yes'/>
+ <parameter type-id='type-id-350'/>
<return type-id='type-id-88'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPN5boost10filesystem4pathESt6vectorIS3_SaIS3_EEEmmEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_iterator.h' line='773' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-90' is-artificial='yes'/>
- <return type-id='type-id-213'/>
+ <return type-id='type-id-212'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='construct<std::tuple<mongo::FTDCBSONUtil::FTDCType, mongo::BSONObj, mongo::Date_t>, std::tuple<mongo::FTDCBSONUtil::FTDCType, mongo::BSONObj, mongo::Date_t> >' mangled-name='_ZN9__gnu_cxx13new_allocatorISt5tupleIJN5mongo12FTDCBSONUtil8FTDCTypeENS2_7BSONObjENS2_6Date_tEEEE9constructIS7_JS7_EEEvPT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ext/new_allocator.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-90' is-artificial='yes'/>
<parameter type-id='type-id-48'/>
- <parameter type-id='type-id-192'/>
+ <parameter type-id='type-id-191'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='construct<boost::filesystem::path, boost::filesystem::path>' mangled-name='_ZN9__gnu_cxx13new_allocatorIN5boost10filesystem4pathEE9constructIS3_JS3_EEEvPT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ext/new_allocator.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-90' is-artificial='yes'/>
- <parameter type-id='type-id-255'/>
- <parameter type-id='type-id-315'/>
+ <parameter type-id='type-id-254'/>
+ <parameter type-id='type-id-314'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-88'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-88'/>
</namespace-decl>
- <qualified-type-def type-id='type-id-255' const='yes' id='type-id-354'/>
- <reference-type-def kind='lvalue' type-id='type-id-354' size-in-bits='64' id='type-id-352'/>
- <qualified-type-def type-id='type-id-88' const='yes' id='type-id-355'/>
- <pointer-type-def type-id='type-id-355' size-in-bits='64' id='type-id-353'/>
- <qualified-type-def type-id='type-id-335' const='yes' id='type-id-356'/>
- <pointer-type-def type-id='type-id-356' size-in-bits='64' id='type-id-350'/>
- <qualified-type-def type-id='type-id-314' const='yes' id='type-id-357'/>
- <reference-type-def kind='lvalue' type-id='type-id-357' size-in-bits='64' id='type-id-316'/>
+ <qualified-type-def type-id='type-id-254' const='yes' id='type-id-353'/>
+ <reference-type-def kind='lvalue' type-id='type-id-353' size-in-bits='64' id='type-id-351'/>
+ <qualified-type-def type-id='type-id-88' const='yes' id='type-id-354'/>
+ <pointer-type-def type-id='type-id-354' size-in-bits='64' id='type-id-352'/>
+ <qualified-type-def type-id='type-id-334' const='yes' id='type-id-355'/>
+ <pointer-type-def type-id='type-id-355' size-in-bits='64' id='type-id-349'/>
+ <qualified-type-def type-id='type-id-313' const='yes' id='type-id-356'/>
+ <reference-type-def kind='lvalue' type-id='type-id-356' size-in-bits='64' id='type-id-315'/>
<namespace-decl name='mongo'>
<namespace-decl name='logger'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-284'/>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-284'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-283'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-283'>
<member-function access='public'>
<function-decl name='operator<<' mangled-name='_ZN5mongo6logger16LogstreamBuilderlsEm' filepath='src/mongo/logger/logstream_builder.h' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-285' is-artificial='yes'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
<parameter type-id='type-id-41'/>
- <return type-id='type-id-287'/>
+ <return type-id='type-id-286'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-284'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-283'>
<member-type access='private'>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' id='type-id-288'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' id='type-id-287'>
<underlying-type type-id='type-id-20'/>
</enum-decl>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='FTDCBSONUtil'>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' id='type-id-358'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' id='type-id-357'>
<underlying-type type-id='type-id-20'/>
</enum-decl>
</namespace-decl>
<function-decl name='FTDCFileManager' mangled-name='_ZN5mongo15FTDCFileManagerC2EPKNS_10FTDCConfigERKN5boost10filesystem4pathEPNS_23FTDCCollectorCollectionE' filepath='src/mongo/db/ftdc/file_manager.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo15FTDCFileManagerC2EPKNS_10FTDCConfigERKN5boost10filesystem4pathEPNS_23FTDCCollectorCollectionE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
<parameter type-id='type-id-75'/>
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-255'/>
<parameter type-id='type-id-77'/>
<return type-id='type-id-5'/>
</function-decl>
<member-function access='public' static='yes'>
<function-decl name='create' mangled-name='_ZN5mongo15FTDCFileManager6createEPKNS_10FTDCConfigERKN5boost10filesystem4pathEPNS_23FTDCCollectorCollectionEPNS_6ClientE' filepath='src/mongo/db/ftdc/file_manager.h' line='70' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo15FTDCFileManager6createEPKNS_10FTDCConfigERKN5boost10filesystem4pathEPNS_23FTDCCollectorCollectionEPNS_6ClientE'>
<parameter type-id='type-id-75'/>
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-255'/>
<parameter type-id='type-id-77'/>
- <parameter type-id='type-id-359'/>
+ <parameter type-id='type-id-358'/>
<return type-id='type-id-73'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='getValue' mangled-name='_ZN5mongo10StatusWithIN5boost10filesystem4pathEE8getValueEv' filepath='src/mongo/base/status_with.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <return type-id='type-id-257'/>
+ <return type-id='type-id-256'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='toString' mangled-name='_ZNK5mongo10StringData8toStringB5cxx11Ev' filepath='src/mongo/base/string_data.h' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-75' is-artificial='yes'/>
- <return type-id='type-id-188'/>
+ <return type-id='type-id-187'/>
</function-decl>
</member-function>
<member-function access='public'>
<member-function access='public'>
<function-decl name='generateArchiveFileName' mangled-name='_ZN5mongo15FTDCFileManager23generateArchiveFileNameERKN5boost10filesystem4pathENS_10StringDataE' filepath='src/mongo/db/ftdc/file_manager.h' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo15FTDCFileManager23generateArchiveFileNameERKN5boost10filesystem4pathENS_10StringDataE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-255'/>
<parameter type-id='type-id-73'/>
<return type-id='type-id-73'/>
</function-decl>
<member-function access='private'>
<function-decl name='openArchiveFile' mangled-name='_ZN5mongo15FTDCFileManager15openArchiveFileEPNS_6ClientERKN5boost10filesystem4pathERKSt6vectorISt5tupleIJNS_12FTDCBSONUtil8FTDCTypeENS_7BSONObjENS_6Date_tEEESaISE_EE' filepath='src/mongo/db/ftdc/file_manager.h' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo15FTDCFileManager15openArchiveFileEPNS_6ClientERKN5boost10filesystem4pathERKSt6vectorISt5tupleIJNS_12FTDCBSONUtil8FTDCTypeENS_7BSONObjENS_6Date_tEEESaISE_EE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-359'/>
- <parameter type-id='type-id-256'/>
- <parameter type-id='type-id-262'/>
+ <parameter type-id='type-id-358'/>
+ <parameter type-id='type-id-255'/>
+ <parameter type-id='type-id-261'/>
<return type-id='type-id-73'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='trimDirectory' mangled-name='_ZN5mongo15FTDCFileManager13trimDirectoryERSt6vectorIN5boost10filesystem4pathESaIS4_EE' filepath='src/mongo/db/ftdc/file_manager.h' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo15FTDCFileManager13trimDirectoryERSt6vectorIN5boost10filesystem4pathESaIS4_EE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-197'/>
+ <parameter type-id='type-id-196'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='rotate' mangled-name='_ZN5mongo15FTDCFileManager6rotateEPNS_6ClientE' filepath='src/mongo/db/ftdc/file_manager.h' line='78' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo15FTDCFileManager6rotateEPNS_6ClientE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-359'/>
+ <parameter type-id='type-id-358'/>
<return type-id='type-id-73'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='writeSampleAndRotateIfNeeded' mangled-name='_ZN5mongo15FTDCFileManager28writeSampleAndRotateIfNeededEPNS_6ClientERKNS_7BSONObjENS_6Date_tE' filepath='src/mongo/db/ftdc/file_manager.h' line='85' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo15FTDCFileManager28writeSampleAndRotateIfNeededEPNS_6ClientERKNS_7BSONObjENS_6Date_tE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-359'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-358'/>
+ <parameter type-id='type-id-208'/>
<parameter type-id='type-id-73'/>
<return type-id='type-id-73'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Client' size-in-bits='960' visibility='default' is-declaration-only='yes' id='type-id-360'/>
+ <class-decl name='Client' size-in-bits='960' visibility='default' is-declaration-only='yes' id='type-id-359'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-73'>
<member-function access='public'>
<function-decl name='FTDCFileWriter' mangled-name='_ZN5mongo14FTDCFileWriterC2EPKNS_10FTDCConfigE' filepath='src/mongo/db/ftdc/file_writer.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14FTDCFileWriterC2EPKNS_10FTDCConfigE'>
</namespace-decl>
<namespace-decl name='mpl_'>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-322' visibility='default' is-declaration-only='yes' id='type-id-247'/>
- <typedef-decl name='true_' type-id='type-id-247' filepath='src/third_party/boost-1.60.0/boost/mpl/bool_fwd.hpp' line='24' column='1' id='type-id-322'/>
- <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-247'/>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-321' visibility='default' is-declaration-only='yes' id='type-id-246'/>
+ <typedef-decl name='true_' type-id='type-id-246' filepath='src/third_party/boost-1.60.0/boost/mpl/bool_fwd.hpp' line='24' column='1' id='type-id-321'/>
+ <class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-246'/>
</namespace-decl>
<member-function access='public'>
<function-decl name='operator<<<char [2]>' mangled-name='_ZN10mongoutils3str6streamlsIA2_cEERS1_RKT_' filepath='src/mongo/util/mongoutils/str.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-361'/>
+ <parameter type-id='type-id-360'/>
<return type-id='type-id-160'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-337' size-in-bits='64' id='type-id-338'/>
- <qualified-type-def type-id='type-id-337' const='yes' id='type-id-362'/>
- <reference-type-def kind='lvalue' type-id='type-id-362' size-in-bits='64' id='type-id-339'/>
- <pointer-type-def type-id='type-id-337' size-in-bits='64' id='type-id-340'/>
- <pointer-type-def type-id='type-id-362' size-in-bits='64' id='type-id-341'/>
- <pointer-type-def type-id='type-id-360' size-in-bits='64' id='type-id-359'/>
- <pointer-type-def type-id='type-id-343' size-in-bits='64' id='type-id-344'/>
- <pointer-type-def type-id='type-id-328' size-in-bits='64' id='type-id-330'/>
- <qualified-type-def type-id='type-id-328' const='yes' id='type-id-363'/>
- <pointer-type-def type-id='type-id-363' size-in-bits='64' id='type-id-331'/>
-
- <array-type-def dimensions='1' type-id='type-id-166' size-in-bits='16' id='type-id-364'>
- <subrange length='2' type-id='type-id-165' id='type-id-365'/>
+ <reference-type-def kind='lvalue' type-id='type-id-336' size-in-bits='64' id='type-id-337'/>
+ <qualified-type-def type-id='type-id-336' const='yes' id='type-id-361'/>
+ <reference-type-def kind='lvalue' type-id='type-id-361' size-in-bits='64' id='type-id-338'/>
+ <pointer-type-def type-id='type-id-336' size-in-bits='64' id='type-id-339'/>
+ <pointer-type-def type-id='type-id-361' size-in-bits='64' id='type-id-340'/>
+ <pointer-type-def type-id='type-id-359' size-in-bits='64' id='type-id-358'/>
+ <pointer-type-def type-id='type-id-342' size-in-bits='64' id='type-id-343'/>
+ <pointer-type-def type-id='type-id-327' size-in-bits='64' id='type-id-329'/>
+ <qualified-type-def type-id='type-id-327' const='yes' id='type-id-362'/>
+ <pointer-type-def type-id='type-id-362' size-in-bits='64' id='type-id-330'/>
+
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='16' id='type-id-363'>
+ <subrange length='2' type-id='type-id-165' id='type-id-364'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-364' size-in-bits='64' id='type-id-361'/>
- <pointer-type-def type-id='type-id-312' size-in-bits='64' id='type-id-313'/>
- <pointer-type-def type-id='type-id-332' size-in-bits='64' id='type-id-333'/>
- <qualified-type-def type-id='type-id-318' const='yes' id='type-id-366'/>
- <pointer-type-def type-id='type-id-366' size-in-bits='64' id='type-id-319'/>
- <pointer-type-def type-id='type-id-318' size-in-bits='64' id='type-id-320'/>
- <pointer-type-def type-id='type-id-304' size-in-bits='64' id='type-id-323'/>
- <reference-type-def kind='lvalue' type-id='type-id-304' size-in-bits='64' id='type-id-324'/>
- <reference-type-def kind='lvalue' type-id='type-id-358' size-in-bits='64' id='type-id-348'/>
- <reference-type-def kind='rvalue' type-id='type-id-11' size-in-bits='64' id='type-id-367'/>
- <reference-type-def kind='rvalue' type-id='type-id-358' size-in-bits='64' id='type-id-349'/>
- <qualified-type-def type-id='type-id-327' const='yes' id='type-id-368'/>
- <reference-type-def kind='lvalue' type-id='type-id-368' size-in-bits='64' id='type-id-325'/>
+ <reference-type-def kind='lvalue' type-id='type-id-363' size-in-bits='64' id='type-id-360'/>
+ <pointer-type-def type-id='type-id-311' size-in-bits='64' id='type-id-312'/>
+ <pointer-type-def type-id='type-id-331' size-in-bits='64' id='type-id-332'/>
+ <qualified-type-def type-id='type-id-317' const='yes' id='type-id-365'/>
+ <pointer-type-def type-id='type-id-365' size-in-bits='64' id='type-id-318'/>
+ <pointer-type-def type-id='type-id-317' size-in-bits='64' id='type-id-319'/>
+ <pointer-type-def type-id='type-id-303' size-in-bits='64' id='type-id-322'/>
+ <reference-type-def kind='lvalue' type-id='type-id-303' size-in-bits='64' id='type-id-323'/>
+ <reference-type-def kind='lvalue' type-id='type-id-357' size-in-bits='64' id='type-id-347'/>
+ <reference-type-def kind='rvalue' type-id='type-id-11' size-in-bits='64' id='type-id-366'/>
+ <reference-type-def kind='rvalue' type-id='type-id-357' size-in-bits='64' id='type-id-348'/>
+ <qualified-type-def type-id='type-id-326' const='yes' id='type-id-367'/>
+ <reference-type-def kind='lvalue' type-id='type-id-367' size-in-bits='64' id='type-id-324'/>
<namespace-decl name='std'>
- <class-decl name='ios_base' size-in-bits='1728' visibility='default' is-declaration-only='yes' id='type-id-185'>
+ <class-decl name='ios_base' size-in-bits='1728' visibility='default' is-declaration-only='yes' id='type-id-184'>
<member-type access='private'>
- <typedef-decl name='openmode' type-id='type-id-58' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/ios_base.h' line='429' column='1' id='type-id-345'/>
+ <typedef-decl name='openmode' type-id='type-id-58' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/ios_base.h' line='429' column='1' id='type-id-344'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='filesystem'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-253'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-252'>
<member-type access='private'>
- <typedef-decl name='value_type' type-id='type-id-85' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='67' column='1' id='type-id-369'/>
+ <typedef-decl name='value_type' type-id='type-id-85' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='67' column='1' id='type-id-368'/>
</member-type>
<member-function access='public'>
<function-decl name='c_str' mangled-name='_ZNK5boost10filesystem4path5c_strEv' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='398' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-254' is-artificial='yes'/>
- <return type-id='type-id-370'/>
+ <parameter type-id='type-id-253' is-artificial='yes'/>
+ <return type-id='type-id-369'/>
</function-decl>
</member-function>
</class-decl>
<parameter type-id='type-id-33' name='__rhs' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/basic_string.tcc' line='1152' column='1'/>
<return type-id='type-id-16'/>
</function-decl>
- <class-decl name='basic_ifstream<char, std::char_traits<char> >' size-in-bits='4160' visibility='default' is-declaration-only='yes' id='type-id-371'>
+ <class-decl name='basic_ifstream<char, std::char_traits<char> >' size-in-bits='4160' visibility='default' is-declaration-only='yes' id='type-id-370'>
<member-function access='public'>
<function-decl name='close' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEE5closeEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/fstream' line='633' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-372' is-artificial='yes'/>
+ <parameter type-id='type-id-371' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='is_open' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEE7is_openEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/fstream' line='574' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-372' is-artificial='yes'/>
+ <parameter type-id='type-id-371' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='open' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/fstream' line='595' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-372' is-artificial='yes'/>
+ <parameter type-id='type-id-371' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-345'/>
+ <parameter type-id='type-id-344'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='0'>
<function-decl name='~basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/fstream' line='533' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-372' is-artificial='yes'/>
+ <parameter type-id='type-id-371' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='ios_base' size-in-bits='1728' visibility='default' is-declaration-only='yes' id='type-id-185'>
+ <class-decl name='ios_base' size-in-bits='1728' visibility='default' is-declaration-only='yes' id='type-id-184'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-373'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-372'/>
</member-type>
<member-type access='private'>
<typedef-decl name='iostate' type-id='type-id-58' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/ios_base.h' line='398' column='1' id='type-id-71'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='openmode' type-id='type-id-58' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/ios_base.h' line='429' column='1' id='type-id-345'/>
+ <typedef-decl name='openmode' type-id='type-id-58' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/ios_base.h' line='429' column='1' id='type-id-344'/>
</member-type>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-373'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-372'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt6vectorIN5mongo7BSONObjESaIS1_EEaSERKS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='436' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorIN5mongo7BSONObjESaIS1_EEaSERKS3_'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-262'/>
- <return type-id='type-id-197'/>
+ <parameter type-id='type-id-261'/>
+ <return type-id='type-id-196'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
- <class-decl name='basic_filebuf<char, std::char_traits<char> >' size-in-bits='1920' visibility='default' is-declaration-only='yes' id='type-id-374'>
+ <class-decl name='basic_filebuf<char, std::char_traits<char> >' size-in-bits='1920' visibility='default' is-declaration-only='yes' id='type-id-373'>
<member-function access='public'>
<function-decl name='is_open' mangled-name='_ZNKSt13basic_filebufIcSt11char_traitsIcEE7is_openEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/fstream' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-375' is-artificial='yes'/>
+ <parameter type-id='type-id-374' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl<mongo::FTDCBSONUtil::FTDCType, mongo::BSONObj &, mongo::Date_t &, void>' mangled-name='_ZNSt11_Tuple_implILm0EJN5mongo12FTDCBSONUtil8FTDCTypeERKNS0_7BSONObjENS0_6Date_tEEEC2IS2_JRS3_RS6_EvEEOT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-349'/>
+ <parameter type-id='type-id-348'/>
<parameter type-id='type-id-84'/>
<parameter type-id='type-id-84'/>
<return type-id='type-id-5'/>
<member-function access='public'>
<function-decl name='tuple<mongo::FTDCBSONUtil::FTDCType, mongo::BSONObj &, mongo::Date_t &, void>' mangled-name='_ZNSt5tupleIJN5mongo12FTDCBSONUtil8FTDCTypeERKNS0_7BSONObjENS0_6Date_tEEEC2IJS2_RS3_RS6_EvEEDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/tuple' line='479' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-349'/>
+ <parameter type-id='type-id-348'/>
<parameter type-id='type-id-84'/>
<parameter type-id='type-id-84'/>
<return type-id='type-id-5'/>
<member-function access='public'>
<function-decl name='__normal_iterator' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPN5mongo7BSONObjESt6vectorIS2_SaIS2_EEEC2ERKS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_iterator.h' line='740' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-90' is-artificial='yes'/>
- <parameter type-id='type-id-376'/>
+ <parameter type-id='type-id-375'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='open' mangled-name='_ZN5mongo14FTDCFileWriter4openERKN5boost10filesystem4pathE' filepath='src/mongo/db/ftdc/file_reader.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14FTDCFileReader4openERKN5boost10filesystem4pathE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-255'/>
<return type-id='type-id-73'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='getValue' mangled-name='_ZN5mongo10StatusWithINS_12FTDCBSONUtil8FTDCTypeEE8getValueEv' filepath='src/mongo/base/status_with.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <return type-id='type-id-348'/>
+ <return type-id='type-id-347'/>
</function-decl>
</member-function>
</class-decl>
<member-function access='public'>
<function-decl name='operator<<<char [35]>' mangled-name='_ZN10mongoutils3str6streamlsIA35_cEERS1_RKT_' filepath='src/mongo/util/mongoutils/str.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-377'/>
+ <parameter type-id='type-id-376'/>
<return type-id='type-id-160'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator<<<char [16]>' mangled-name='_ZN10mongoutils3str6streamlsIA16_cEERS1_RKT_' filepath='src/mongo/util/mongoutils/str.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-378'/>
+ <parameter type-id='type-id-377'/>
<return type-id='type-id-160'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator<<<char [19]>' mangled-name='_ZN10mongoutils3str6streamlsIA19_cEERS1_RKT_' filepath='src/mongo/util/mongoutils/str.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-379'/>
+ <parameter type-id='type-id-378'/>
<return type-id='type-id-160'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-371' size-in-bits='64' id='type-id-372'/>
- <qualified-type-def type-id='type-id-369' const='yes' id='type-id-380'/>
- <pointer-type-def type-id='type-id-380' size-in-bits='64' id='type-id-370'/>
- <qualified-type-def type-id='type-id-77' const='yes' id='type-id-381'/>
- <reference-type-def kind='lvalue' type-id='type-id-381' size-in-bits='64' id='type-id-376'/>
- <qualified-type-def type-id='type-id-374' const='yes' id='type-id-382'/>
- <pointer-type-def type-id='type-id-382' size-in-bits='64' id='type-id-375'/>
+ <pointer-type-def type-id='type-id-370' size-in-bits='64' id='type-id-371'/>
+ <qualified-type-def type-id='type-id-368' const='yes' id='type-id-379'/>
+ <pointer-type-def type-id='type-id-379' size-in-bits='64' id='type-id-369'/>
+ <qualified-type-def type-id='type-id-77' const='yes' id='type-id-380'/>
+ <reference-type-def kind='lvalue' type-id='type-id-380' size-in-bits='64' id='type-id-375'/>
+ <qualified-type-def type-id='type-id-373' const='yes' id='type-id-381'/>
+ <pointer-type-def type-id='type-id-381' size-in-bits='64' id='type-id-374'/>
- <array-type-def dimensions='1' type-id='type-id-166' size-in-bits='280' id='type-id-383'>
- <subrange length='35' type-id='type-id-165' id='type-id-384'/>
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='280' id='type-id-382'>
+ <subrange length='35' type-id='type-id-165' id='type-id-383'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-383' size-in-bits='64' id='type-id-377'/>
+ <reference-type-def kind='lvalue' type-id='type-id-382' size-in-bits='64' id='type-id-376'/>
- <array-type-def dimensions='1' type-id='type-id-166' size-in-bits='128' id='type-id-385'>
- <subrange length='16' type-id='type-id-165' id='type-id-386'/>
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='128' id='type-id-384'>
+ <subrange length='16' type-id='type-id-165' id='type-id-385'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-385' size-in-bits='64' id='type-id-378'/>
+ <reference-type-def kind='lvalue' type-id='type-id-384' size-in-bits='64' id='type-id-377'/>
- <array-type-def dimensions='1' type-id='type-id-166' size-in-bits='152' id='type-id-387'>
- <subrange length='19' type-id='type-id-165' id='type-id-388'/>
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='152' id='type-id-386'>
+ <subrange length='19' type-id='type-id-165' id='type-id-387'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-387' size-in-bits='64' id='type-id-379'/>
+ <reference-type-def kind='lvalue' type-id='type-id-386' size-in-bits='64' id='type-id-378'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='src/mongo/db/ftdc/file_writer.cpp' comp-dir-path='/home/andrew/Documents/10gen/dev/src/mongodb' language='LANG_C_plus_plus'>
<namespace-decl name='boost'>
<namespace-decl name='filesystem'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-253'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-252'/>
</namespace-decl>
<namespace-decl name='optional_detail'>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-1'>
<member-type access='private'>
- <typedef-decl name='argument_type' type-id='type-id-209' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='164' column='1' id='type-id-389'/>
+ <typedef-decl name='argument_type' type-id='type-id-208' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='164' column='1' id='type-id-388'/>
</member-type>
<member-function access='protected'>
<function-decl name='optional_base' mangled-name='_ZN5boost15optional_detail13optional_baseIN5mongo14ConstDataRangeEEC2ENS_6none_tE' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='245' column='1' visibility='default' binding='global' size-in-bits='64'>
<member-function access='protected'>
<function-decl name='construct' mangled-name='_ZN5boost15optional_detail13optional_baseIN5mongo14ConstDataRangeEE9constructERKS3_' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='472' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-4' is-artificial='yes'/>
- <parameter type-id='type-id-389'/>
+ <parameter type-id='type-id-388'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='optional_base' mangled-name='_ZN5boost15optional_detail13optional_baseIN5mongo14ConstDataRangeEEC2ERKS3_' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='251' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-4' is-artificial='yes'/>
- <parameter type-id='type-id-389'/>
+ <parameter type-id='type-id-388'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-1'/>
</namespace-decl>
<namespace-decl name='system'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-328'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-327'/>
</namespace-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-6'>
<member-type access='private'>
- <typedef-decl name='argument_type' type-id='type-id-389' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='782' column='1' id='type-id-390'/>
+ <typedef-decl name='argument_type' type-id='type-id-388' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='782' column='1' id='type-id-389'/>
</member-type>
<member-function access='public'>
<function-decl name='optional' mangled-name='_ZN5boost8optionalIN5mongo14ConstDataRangeEEC2ENS_6none_tE' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='790' column='1' visibility='default' binding='global' size-in-bits='64'>
<member-function access='public'>
<function-decl name='optional' mangled-name='_ZN5boost8optionalIN5mongo14ConstDataRangeEEC2ERKS2_' filepath='src/third_party/boost-1.60.0/boost/optional/optional.hpp' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-7' is-artificial='yes'/>
- <parameter type-id='type-id-390'/>
+ <parameter type-id='type-id-389'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</namespace-decl>
<namespace-decl name='mongo'>
<namespace-decl name='logger'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-284'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-283'>
<member-type access='private'>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' id='type-id-288'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' id='type-id-287'>
<underlying-type type-id='type-id-20'/>
</enum-decl>
</member-type>
<member-function access='public'>
<function-decl name='writeMetadata' mangled-name='_ZN5mongo14FTDCFileWriter13writeMetadataERKNS_7BSONObjENS_6Date_tE' filepath='src/mongo/db/ftdc/file_writer.h' line='75' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14FTDCFileWriter13writeMetadataERKNS_7BSONObjENS_6Date_tE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<parameter type-id='type-id-73'/>
<return type-id='type-id-73'/>
</function-decl>
<member-function access='public'>
<function-decl name='writeSample' mangled-name='_ZN5mongo14FTDCFileWriter11writeSampleERKNS_7BSONObjENS_6Date_tE' filepath='src/mongo/db/ftdc/file_writer.h' line='80' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14FTDCFileWriter11writeSampleERKNS_7BSONObjENS_6Date_tE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<parameter type-id='type-id-73'/>
<return type-id='type-id-73'/>
</function-decl>
<member-function access='private'>
<function-decl name='flush' mangled-name='_ZN5mongo14FTDCFileWriter5flushERKN5boost8optionalINS_14ConstDataRangeEEENS_6Date_tE' filepath='src/mongo/db/ftdc/file_writer.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14FTDCFileWriter5flushERKN5boost8optionalINS_14ConstDataRangeEEENS_6Date_tE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-187'/>
+ <parameter type-id='type-id-186'/>
<parameter type-id='type-id-73'/>
<return type-id='type-id-73'/>
</function-decl>
<member-function access='public'>
<function-decl name='operator<<<char [79]>' mangled-name='_ZN10mongoutils3str6streamlsIA79_cEERS1_RKT_' filepath='src/mongo/util/mongoutils/str.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-391'/>
+ <parameter type-id='type-id-390'/>
<return type-id='type-id-160'/>
</function-decl>
</member-function>
</namespace-decl>
</namespace-decl>
- <array-type-def dimensions='1' type-id='type-id-166' size-in-bits='632' id='type-id-392'>
- <subrange length='79' type-id='type-id-165' id='type-id-393'/>
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='632' id='type-id-391'>
+ <subrange length='79' type-id='type-id-165' id='type-id-392'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-392' size-in-bits='64' id='type-id-391'/>
+ <reference-type-def kind='lvalue' type-id='type-id-391' size-in-bits='64' id='type-id-390'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='src/mongo/db/ftdc/util.cpp' comp-dir-path='/home/andrew/Documents/10gen/dev/src/mongodb' language='LANG_C_plus_plus'>
<namespace-decl name='boost'>
<namespace-decl name='filesystem'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-253'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-252'>
<member-function access='public'>
<function-decl name='path' mangled-name='_ZN5boost10filesystem4pathC2EPKc' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-370'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-369'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='has_extension' mangled-name='_ZNK5boost10filesystem4path13has_extensionEv' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='519' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-253' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZN5boost10filesystem4pathaSERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE' filepath='src/third_party/boost-1.60.0/boost/filesystem/path.hpp' line='212' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-316'/>
- <return type-id='type-id-257'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-315'/>
+ <return type-id='type-id-256'/>
</function-decl>
</member-function>
</class-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-395' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='230' column='1' id='type-id-394'/>
+ <typedef-decl name='const_reference' type-id='type-id-394' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='230' column='1' id='type-id-393'/>
</member-type>
<member-function access='public'>
<function-decl name='emplace_back<unsigned int>' mangled-name='_ZNSt6vectorImSaImEE12emplace_backIJjEEEvDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='936' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-396'/>
+ <parameter type-id='type-id-395'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='emplace_back<long long>' mangled-name='_ZNSt6vectorImSaImEE12emplace_backIJxEEEvDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='936' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-397'/>
+ <parameter type-id='type-id-396'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='emplace_back<bool>' mangled-name='_ZNSt6vectorImSaImEE12emplace_backIJbEEEvDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='936' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-367'/>
+ <parameter type-id='type-id-366'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='operator[]' mangled-name='_ZNKSt6vectorImSaImEEixEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-46' is-artificial='yes'/>
<parameter type-id='type-id-47'/>
- <return type-id='type-id-394'/>
+ <return type-id='type-id-393'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_emplace_back_aux<long long>' mangled-name='_ZNSt6vectorImSaImEE19_M_emplace_back_auxIJxEEEvDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='1417' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorImSaImEE19_M_emplace_back_auxIJxEEEvDpOT_'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-397'/>
+ <parameter type-id='type-id-396'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_emplace_back_aux<bool>' mangled-name='_ZNSt6vectorImSaImEE19_M_emplace_back_auxIJbEEEvDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='1417' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorImSaImEE19_M_emplace_back_auxIJbEEEvDpOT_'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-367'/>
+ <parameter type-id='type-id-366'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_emplace_back_aux<unsigned int>' mangled-name='_ZNSt6vectorImSaImEE19_M_emplace_back_auxIJjEEEvDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_vector.h' line='1417' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorImSaImEE19_M_emplace_back_auxIJjEEEvDpOT_'>
<parameter type-id='type-id-48' is-artificial='yes'/>
- <parameter type-id='type-id-396'/>
+ <parameter type-id='type-id-395'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='construct<unsigned long, bool>' mangled-name='_ZNSt16allocator_traitsISaImEE9constructImJbEEEvRS0_PT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='529' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-53'/>
- <parameter type-id='type-id-241'/>
- <parameter type-id='type-id-367'/>
+ <parameter type-id='type-id-240'/>
+ <parameter type-id='type-id-366'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='construct<unsigned long, long long>' mangled-name='_ZNSt16allocator_traitsISaImEE9constructImJxEEEvRS0_PT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='529' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-53'/>
- <parameter type-id='type-id-241'/>
- <parameter type-id='type-id-397'/>
+ <parameter type-id='type-id-240'/>
+ <parameter type-id='type-id-396'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='construct<unsigned long, unsigned int>' mangled-name='_ZNSt16allocator_traitsISaImEE9constructImJjEEEvRS0_PT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/alloc_traits.h' line='529' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-53'/>
- <parameter type-id='type-id-241'/>
- <parameter type-id='type-id-396'/>
+ <parameter type-id='type-id-240'/>
+ <parameter type-id='type-id-395'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-189'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-188'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-36'/>
</namespace-decl>
<namespace-decl name='mongo'>
<namespace-decl name='logger'>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-284'/>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-284'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-283'/>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-283'>
<member-function access='public'>
<function-decl name='operator<<' mangled-name='_ZN5mongo6logger16LogstreamBuilderlsENS_10StringDataE' filepath='src/mongo/logger/logstream_builder.h' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-285' is-artificial='yes'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
<parameter type-id='type-id-73'/>
- <return type-id='type-id-287'/>
+ <return type-id='type-id-286'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator<<' mangled-name='_ZN5mongo6logger16LogstreamBuilderlsEi' filepath='src/mongo/logger/logstream_builder.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-285' is-artificial='yes'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
<parameter type-id='type-id-83'/>
- <return type-id='type-id-287'/>
+ <return type-id='type-id-286'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-284'>
+ <class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-283'>
<member-type access='private'>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' id='type-id-288'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' id='type-id-287'>
<underlying-type type-id='type-id-20'/>
</enum-decl>
</member-type>
</class-decl>
</namespace-decl>
- <var-decl name='kFTDCInterimFile' type-id='type-id-385' mangled-name='_ZN5mongo16kFTDCInterimFileE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='51' column='1' elf-symbol-id='_ZN5mongo16kFTDCInterimFileE'/>
- <var-decl name='kFTDCArchiveFile' type-id='type-id-398' mangled-name='_ZN5mongo16kFTDCArchiveFileE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='53' column='1' elf-symbol-id='_ZN5mongo16kFTDCArchiveFileE'/>
- <var-decl name='kFTDCIdField' type-id='type-id-399' mangled-name='_ZN5mongo12kFTDCIdFieldE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='55' column='1' elf-symbol-id='_ZN5mongo12kFTDCIdFieldE'/>
- <var-decl name='kFTDCTypeField' type-id='type-id-400' mangled-name='_ZN5mongo14kFTDCTypeFieldE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='56' column='1' elf-symbol-id='_ZN5mongo14kFTDCTypeFieldE'/>
- <var-decl name='kFTDCDataField' type-id='type-id-400' mangled-name='_ZN5mongo14kFTDCDataFieldE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='58' column='1' elf-symbol-id='_ZN5mongo14kFTDCDataFieldE'/>
- <var-decl name='kFTDCDocField' type-id='type-id-399' mangled-name='_ZN5mongo13kFTDCDocFieldE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='59' column='1' elf-symbol-id='_ZN5mongo13kFTDCDocFieldE'/>
- <var-decl name='kFTDCDocsField' type-id='type-id-400' mangled-name='_ZN5mongo14kFTDCDocsFieldE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='61' column='1' elf-symbol-id='_ZN5mongo14kFTDCDocsFieldE'/>
- <var-decl name='kFTDCCollectStartField' type-id='type-id-401' mangled-name='_ZN5mongo22kFTDCCollectStartFieldE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='63' column='1' elf-symbol-id='_ZN5mongo22kFTDCCollectStartFieldE'/>
- <var-decl name='kFTDCCollectEndField' type-id='type-id-399' mangled-name='_ZN5mongo20kFTDCCollectEndFieldE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='64' column='1' elf-symbol-id='_ZN5mongo20kFTDCCollectEndFieldE'/>
+ <var-decl name='kFTDCInterimFile' type-id='type-id-384' mangled-name='_ZN5mongo16kFTDCInterimFileE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='51' column='1' elf-symbol-id='_ZN5mongo16kFTDCInterimFileE'/>
+ <var-decl name='kFTDCArchiveFile' type-id='type-id-397' mangled-name='_ZN5mongo16kFTDCArchiveFileE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='53' column='1' elf-symbol-id='_ZN5mongo16kFTDCArchiveFileE'/>
+ <var-decl name='kFTDCIdField' type-id='type-id-398' mangled-name='_ZN5mongo12kFTDCIdFieldE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='55' column='1' elf-symbol-id='_ZN5mongo12kFTDCIdFieldE'/>
+ <var-decl name='kFTDCTypeField' type-id='type-id-399' mangled-name='_ZN5mongo14kFTDCTypeFieldE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='56' column='1' elf-symbol-id='_ZN5mongo14kFTDCTypeFieldE'/>
+ <var-decl name='kFTDCDataField' type-id='type-id-399' mangled-name='_ZN5mongo14kFTDCDataFieldE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='58' column='1' elf-symbol-id='_ZN5mongo14kFTDCDataFieldE'/>
+ <var-decl name='kFTDCDocField' type-id='type-id-398' mangled-name='_ZN5mongo13kFTDCDocFieldE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='59' column='1' elf-symbol-id='_ZN5mongo13kFTDCDocFieldE'/>
+ <var-decl name='kFTDCDocsField' type-id='type-id-399' mangled-name='_ZN5mongo14kFTDCDocsFieldE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='61' column='1' elf-symbol-id='_ZN5mongo14kFTDCDocsFieldE'/>
+ <var-decl name='kFTDCCollectStartField' type-id='type-id-400' mangled-name='_ZN5mongo22kFTDCCollectStartFieldE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='63' column='1' elf-symbol-id='_ZN5mongo22kFTDCCollectStartFieldE'/>
+ <var-decl name='kFTDCCollectEndField' type-id='type-id-398' mangled-name='_ZN5mongo20kFTDCCollectEndFieldE' visibility='default' filepath='src/mongo/db/ftdc/util.cpp' line='64' column='1' elf-symbol-id='_ZN5mongo20kFTDCCollectEndFieldE'/>
<namespace-decl name='FTDCBSONUtil'>
<function-decl name='extractMetricsFromDocument' mangled-name='_ZN5mongo12FTDCBSONUtil26extractMetricsFromDocumentERKNS_7BSONObjES3_PSt6vectorImSaImEE' filepath='src/mongo/db/ftdc/util.cpp' line='233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo12FTDCBSONUtil26extractMetricsFromDocumentERKNS_7BSONObjES3_PSt6vectorImSaImEE'>
- <parameter type-id='type-id-209' name='referenceDoc' filepath='src/mongo/db/ftdc/util.cpp' line='233' column='1'/>
- <parameter type-id='type-id-209' name='currentDoc' filepath='src/mongo/db/ftdc/util.cpp' line='234' column='1'/>
+ <parameter type-id='type-id-208' name='referenceDoc' filepath='src/mongo/db/ftdc/util.cpp' line='233' column='1'/>
+ <parameter type-id='type-id-208' name='currentDoc' filepath='src/mongo/db/ftdc/util.cpp' line='234' column='1'/>
<parameter type-id='type-id-48' name='metrics' filepath='src/mongo/db/ftdc/util.cpp' line='235' column='1'/>
<return type-id='type-id-73'/>
</function-decl>
<function-decl name='constructDocumentFromMetrics' mangled-name='_ZN5mongo12FTDCBSONUtil28constructDocumentFromMetricsERKNS_7BSONObjERKSt6vectorImSaImEE' filepath='src/mongo/db/ftdc/util.cpp' line='334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo12FTDCBSONUtil28constructDocumentFromMetricsERKNS_7BSONObjERKSt6vectorImSaImEE'>
- <parameter type-id='type-id-209' name='ref' filepath='src/mongo/db/ftdc/util.cpp' line='334' column='1'/>
- <parameter type-id='type-id-262' name='metrics' filepath='src/mongo/db/ftdc/util.cpp' line='335' column='1'/>
+ <parameter type-id='type-id-208' name='ref' filepath='src/mongo/db/ftdc/util.cpp' line='334' column='1'/>
+ <parameter type-id='type-id-261' name='metrics' filepath='src/mongo/db/ftdc/util.cpp' line='335' column='1'/>
<return type-id='type-id-73'/>
</function-decl>
<function-decl name='createBSONMetadataDocument' mangled-name='_ZN5mongo12FTDCBSONUtil26createBSONMetadataDocumentERKNS_7BSONObjENS_6Date_tE' filepath='src/mongo/db/ftdc/util.cpp' line='346' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo12FTDCBSONUtil26createBSONMetadataDocumentERKNS_7BSONObjENS_6Date_tE'>
- <parameter type-id='type-id-209' name='metadata' filepath='src/mongo/db/ftdc/util.cpp' line='346' column='1'/>
+ <parameter type-id='type-id-208' name='metadata' filepath='src/mongo/db/ftdc/util.cpp' line='346' column='1'/>
<parameter type-id='type-id-73' name='date' filepath='src/mongo/db/ftdc/util.cpp' line='346' column='1'/>
<return type-id='type-id-73'/>
</function-decl>
<return type-id='type-id-73'/>
</function-decl>
<function-decl name='getBSONDocumentId' mangled-name='_ZN5mongo12FTDCBSONUtil17getBSONDocumentIdERKNS_7BSONObjE' filepath='src/mongo/db/ftdc/util.cpp' line='365' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo12FTDCBSONUtil17getBSONDocumentIdERKNS_7BSONObjE'>
- <parameter type-id='type-id-209' name='obj' filepath='src/mongo/db/ftdc/util.cpp' line='365' column='1'/>
+ <parameter type-id='type-id-208' name='obj' filepath='src/mongo/db/ftdc/util.cpp' line='365' column='1'/>
<return type-id='type-id-73'/>
</function-decl>
<function-decl name='getBSONDocumentType' mangled-name='_ZN5mongo12FTDCBSONUtil19getBSONDocumentTypeERKNS_7BSONObjE' filepath='src/mongo/db/ftdc/util.cpp' line='376' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo12FTDCBSONUtil19getBSONDocumentTypeERKNS_7BSONObjE'>
- <parameter type-id='type-id-209' name='obj' filepath='src/mongo/db/ftdc/util.cpp' line='365' column='1'/>
+ <parameter type-id='type-id-208' name='obj' filepath='src/mongo/db/ftdc/util.cpp' line='365' column='1'/>
<return type-id='type-id-73'/>
</function-decl>
<function-decl name='getBSONDocumentFromMetadataDoc' mangled-name='_ZN5mongo12FTDCBSONUtil30getBSONDocumentFromMetadataDocERKNS_7BSONObjE' filepath='src/mongo/db/ftdc/util.cpp' line='396' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo12FTDCBSONUtil30getBSONDocumentFromMetadataDocERKNS_7BSONObjE'>
- <parameter type-id='type-id-209' name='obj' filepath='src/mongo/db/ftdc/util.cpp' line='365' column='1'/>
+ <parameter type-id='type-id-208' name='obj' filepath='src/mongo/db/ftdc/util.cpp' line='365' column='1'/>
<return type-id='type-id-73'/>
</function-decl>
<function-decl name='getMetricsFromMetricDoc' mangled-name='_ZN5mongo12FTDCBSONUtil23getMetricsFromMetricDocERKNS_7BSONObjEPNS_16FTDCDecompressorE' filepath='src/mongo/db/ftdc/util.cpp' line='412' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo12FTDCBSONUtil23getMetricsFromMetricDocERKNS_7BSONObjEPNS_16FTDCDecompressorE'>
- <parameter type-id='type-id-209' name='obj' filepath='src/mongo/db/ftdc/util.cpp' line='412' column='1'/>
+ <parameter type-id='type-id-208' name='obj' filepath='src/mongo/db/ftdc/util.cpp' line='412' column='1'/>
<parameter type-id='type-id-77' name='decompressor' filepath='src/mongo/db/ftdc/util.cpp' line='413' column='1'/>
<return type-id='type-id-73'/>
</function-decl>
<namespace-decl name='FTDCUtil'>
<function-decl name='getInterimFile' mangled-name='_ZN5mongo8FTDCUtil14getInterimFileERKN5boost10filesystem4pathE' filepath='src/mongo/db/ftdc/util.cpp' line='85' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo8FTDCUtil14getInterimFileERKN5boost10filesystem4pathE'>
- <parameter type-id='type-id-256' name='file' filepath='src/mongo/db/ftdc/util.cpp' line='85' column='1'/>
- <return type-id='type-id-253'/>
+ <parameter type-id='type-id-255' name='file' filepath='src/mongo/db/ftdc/util.cpp' line='85' column='1'/>
+ <return type-id='type-id-252'/>
</function-decl>
<function-decl name='getInterimTempFile' mangled-name='_ZN5mongo8FTDCUtil18getInterimTempFileERKN5boost10filesystem4pathE' filepath='src/mongo/db/ftdc/util.cpp' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo8FTDCUtil18getInterimTempFileERKN5boost10filesystem4pathE'>
- <parameter type-id='type-id-256' name='file' filepath='src/mongo/db/ftdc/util.cpp' line='85' column='1'/>
- <return type-id='type-id-253'/>
+ <parameter type-id='type-id-255' name='file' filepath='src/mongo/db/ftdc/util.cpp' line='85' column='1'/>
+ <return type-id='type-id-252'/>
</function-decl>
<function-decl name='roundTime' mangled-name='_ZN5mongo8FTDCUtil9roundTimeENS_6Date_tENS_8DurationISt5ratioILl1ELl1000EEEE' filepath='src/mongo/db/ftdc/util.cpp' line='93' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo8FTDCUtil9roundTimeENS_6Date_tENS_8DurationISt5ratioILl1ELl1000EEEE'>
<parameter type-id='type-id-73' name='now' filepath='src/mongo/db/ftdc/util.cpp' line='93' column='1'/>
- <parameter type-id='type-id-293' name='period' filepath='src/mongo/db/ftdc/util.cpp' line='93' column='1'/>
+ <parameter type-id='type-id-292' name='period' filepath='src/mongo/db/ftdc/util.cpp' line='93' column='1'/>
<return type-id='type-id-73'/>
</function-decl>
<function-decl name='getMongoSPath' mangled-name='_ZN5mongo8FTDCUtil13getMongoSPathERKN5boost10filesystem4pathE' filepath='src/mongo/db/ftdc/util.cpp' line='106' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo8FTDCUtil13getMongoSPathERKN5boost10filesystem4pathE'>
- <parameter type-id='type-id-256' name='file' filepath='src/mongo/db/ftdc/util.cpp' line='85' column='1'/>
- <return type-id='type-id-253'/>
+ <parameter type-id='type-id-255' name='file' filepath='src/mongo/db/ftdc/util.cpp' line='85' column='1'/>
+ <return type-id='type-id-252'/>
</function-decl>
</namespace-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-73'/>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-79'>
<member-function access='public' static='yes'>
<function-decl name='unsafeLoad' mangled-name='_ZN5mongo8DataType7HandlerIxvE10unsafeLoadEPxPKcPm' filepath='src/mongo/base/data_type.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-402'/>
+ <parameter type-id='type-id-401'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='unsafeStore' mangled-name='_ZN5mongo8DataType7HandlerIxvE11unsafeStoreERKxPcPm' filepath='src/mongo/base/data_type.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-403'/>
+ <parameter type-id='type-id-402'/>
<parameter type-id='type-id-35'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='unsafeLoad' mangled-name='_ZN5mongo8DataType7HandlerIyvE10unsafeLoadEPyPKcPm' filepath='src/mongo/base/data_type.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-404'/>
+ <parameter type-id='type-id-403'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='unsafeLoad' mangled-name='_ZN5mongo8DataType7HandlerIavE10unsafeLoadEPaPKcPm' filepath='src/mongo/base/data_type.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-405'/>
+ <parameter type-id='type-id-404'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='BSONObjIterator' mangled-name='_ZN5mongo15BSONObjIteratorC2ERKNS_7BSONObjE' filepath='src/mongo/bson/bsonobj.h' line='597' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='unsafeLoad<long long>' mangled-name='_ZN5mongo8DataType10unsafeLoadIxEEvPT_PKcPm' filepath='src/mongo/base/data_type.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-402'/>
+ <parameter type-id='type-id-401'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='unsafeLoad<mongo::LittleEndian<long long> >' mangled-name='_ZN5mongo8DataType10unsafeLoadINS_12LittleEndianIxEEEEvPT_PKcPm' filepath='src/mongo/base/data_type.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='unsafeLoad<unsigned long long>' mangled-name='_ZN5mongo8DataType10unsafeLoadIyEEvPT_PKcPm' filepath='src/mongo/base/data_type.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-404'/>
+ <parameter type-id='type-id-403'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<function-decl name='unsafeLoad<mongo::LittleEndian<unsigned long long> >' mangled-name='_ZN5mongo8DataType10unsafeLoadINS_12LittleEndianIyEEEEvPT_PKcPm' filepath='src/mongo/base/data_type.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='unsafeLoad<signed char>' mangled-name='_ZN5mongo8DataType10unsafeLoadIaEEvPT_PKcPm' filepath='src/mongo/base/data_type.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-405'/>
+ <parameter type-id='type-id-404'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='unsafeStore<long long>' mangled-name='_ZN5mongo8DataType11unsafeStoreIxEEvRKT_PcPm' filepath='src/mongo/base/data_type.h' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-403'/>
+ <parameter type-id='type-id-402'/>
<parameter type-id='type-id-35'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='unsafeStore<mongo::LittleEndian<long long> >' mangled-name='_ZN5mongo8DataType11unsafeStoreINS_12LittleEndianIxEEEEvRKT_PcPm' filepath='src/mongo/base/data_type.h' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-209'/>
- <parameter type-id='type-id-35'/>
<parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-35'/>
+ <parameter type-id='type-id-207'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<parameter type-id='type-id-75' is-artificial='yes'/>
<parameter type-id='type-id-77'/>
<parameter type-id='type-id-76'/>
- <return type-id='type-id-209'/>
+ <return type-id='type-id-208'/>
</function-decl>
</member-function>
<member-function access='public'>
<parameter type-id='type-id-75' is-artificial='yes'/>
<parameter type-id='type-id-77'/>
<parameter type-id='type-id-76'/>
- <return type-id='type-id-209'/>
+ <return type-id='type-id-208'/>
</function-decl>
</member-function>
<member-function access='public'>
<member-function access='public'>
<function-decl name='read<signed char>' mangled-name='_ZNK5mongo13ConstDataView4readIaEERKS0_PT_m' filepath='src/mongo/base/data_view.h' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-75' is-artificial='yes'/>
- <parameter type-id='type-id-405'/>
+ <parameter type-id='type-id-404'/>
<parameter type-id='type-id-76'/>
- <return type-id='type-id-209'/>
+ <return type-id='type-id-208'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='read<signed char>' mangled-name='_ZNK5mongo13ConstDataView4readIaEET_m' filepath='src/mongo/base/data_view.h' line='57' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-75' is-artificial='yes'/>
<parameter type-id='type-id-42'/>
- <return type-id='type-id-406'/>
+ <return type-id='type-id-405'/>
</function-decl>
</member-function>
</class-decl>
<member-function access='public'>
<function-decl name='type' mangled-name='_ZNK5mongo11BSONElement4typeEv' filepath='src/mongo/bson/bsonelement.h' line='206' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-75' is-artificial='yes'/>
- <return type-id='type-id-407'/>
+ <return type-id='type-id-406'/>
</function-decl>
</member-function>
<member-function access='public'>
<member-function access='public'>
<function-decl name='binData' mangled-name='_ZNK5mongo11BSONElement7binDataERi' filepath='src/mongo/bson/bsonelement.h' line='446' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-75' is-artificial='yes'/>
- <parameter type-id='type-id-408'/>
+ <parameter type-id='type-id-407'/>
<return type-id='type-id-31'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='chk' mangled-name='_ZNK5mongo11BSONElement3chkENS_8BSONTypeE' filepath='src/mongo/bson/bsonelement.h' line='692' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK5mongo11BSONElement3chkENS_8BSONTypeE'>
<parameter type-id='type-id-75' is-artificial='yes'/>
- <parameter type-id='type-id-407'/>
- <return type-id='type-id-209'/>
+ <parameter type-id='type-id-406'/>
+ <return type-id='type-id-208'/>
</function-decl>
</member-function>
</class-decl>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' id='type-id-407'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' id='type-id-406'>
<underlying-type type-id='type-id-20'/>
</enum-decl>
<class-decl name='__anonymous_struct__' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-73'>
<parameter type-id='type-id-77' is-artificial='yes'/>
<parameter type-id='type-id-73'/>
<parameter type-id='type-id-83'/>
- <parameter type-id='type-id-407'/>
+ <parameter type-id='type-id-406'/>
<parameter type-id='type-id-82'/>
<return type-id='type-id-84'/>
</function-decl>
<function-decl name='subarrayStart' mangled-name='_ZN5mongo14BSONObjBuilder13subarrayStartENS_10StringDataE' filepath='src/mongo/bson/bsonobjbuilder.h' line='254' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14BSONObjBuilder13subarrayStartENS_10StringDataE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
<parameter type-id='type-id-73'/>
- <return type-id='type-id-210'/>
+ <return type-id='type-id-209'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='append' mangled-name='_ZN5mongo14BSONObjBuilder6appendERKNS_11BSONElementE' filepath='src/mongo/bson/bsonobjbuilder.h' line='182' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo14BSONObjBuilder6appendERKNS_11BSONElementE'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<return type-id='type-id-84'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='write<mongo::LittleEndian<long long> >' mangled-name='_ZN5mongo8DataView5writeINS_12LittleEndianIxEEEERS0_RKT_m' filepath='src/mongo/base/data_view.h' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<parameter type-id='type-id-42'/>
<return type-id='type-id-84'/>
</function-decl>
<member-function access='public'>
<function-decl name='StatusWith' mangled-name='_ZN5mongo10StatusWithINS_12FTDCBSONUtil8FTDCTypeEEC2ES2_' filepath='src/mongo/base/status_with.h' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-358'/>
+ <parameter type-id='type-id-357'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator<<' mangled-name='_ZN5mongo17StringBuilderImplINS_21SharedBufferAllocatorEElsENS_8BSONTypeE' filepath='src/mongo/bson/util/builder.h' line='443' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-77' is-artificial='yes'/>
- <parameter type-id='type-id-407'/>
+ <parameter type-id='type-id-406'/>
<return type-id='type-id-84'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='str' mangled-name='_ZNK5mongo17StringBuilderImplINS_21SharedBufferAllocatorEE3strB5cxx11Ev' filepath='src/mongo/bson/util/builder.h' line='477' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-75' is-artificial='yes'/>
- <return type-id='type-id-188'/>
+ <return type-id='type-id-187'/>
</function-decl>
</member-function>
<member-function access='private'>
</namespace-decl>
- <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='64' id='type-id-398'>
- <subrange length='8' type-id='type-id-165' id='type-id-409'/>
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='64' id='type-id-397'>
+ <subrange length='8' type-id='type-id-165' id='type-id-408'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='32' id='type-id-399'>
- <subrange length='4' type-id='type-id-165' id='type-id-410'/>
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='32' id='type-id-398'>
+ <subrange length='4' type-id='type-id-165' id='type-id-409'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='40' id='type-id-400'>
- <subrange length='5' type-id='type-id-165' id='type-id-411'/>
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='40' id='type-id-399'>
+ <subrange length='5' type-id='type-id-165' id='type-id-410'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='48' id='type-id-401'>
- <subrange length='6' type-id='type-id-165' id='type-id-412'/>
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='48' id='type-id-400'>
+ <subrange length='6' type-id='type-id-165' id='type-id-411'/>
</array-type-def>
- <reference-type-def kind='rvalue' type-id='type-id-55' size-in-bits='64' id='type-id-396'/>
- <reference-type-def kind='rvalue' type-id='type-id-86' size-in-bits='64' id='type-id-397'/>
+ <reference-type-def kind='rvalue' type-id='type-id-55' size-in-bits='64' id='type-id-395'/>
+ <reference-type-def kind='rvalue' type-id='type-id-86' size-in-bits='64' id='type-id-396'/>
<namespace-decl name='__gnu_cxx'>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-88'>
<member-type access='public'>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-89'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_reference' type-id='type-id-413' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ext/alloc_traits.h' line='110' column='1' id='type-id-395'/>
+ <typedef-decl name='const_reference' type-id='type-id-412' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ext/alloc_traits.h' line='110' column='1' id='type-id-394'/>
</member-type>
</class-decl>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-88'/>
<member-function access='public'>
<function-decl name='construct<unsigned long, bool>' mangled-name='_ZN9__gnu_cxx13new_allocatorImE9constructImJbEEEvPT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ext/new_allocator.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-90' is-artificial='yes'/>
- <parameter type-id='type-id-241'/>
- <parameter type-id='type-id-367'/>
+ <parameter type-id='type-id-240'/>
+ <parameter type-id='type-id-366'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='construct<unsigned long, long long>' mangled-name='_ZN9__gnu_cxx13new_allocatorImE9constructImJxEEEvPT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ext/new_allocator.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-90' is-artificial='yes'/>
- <parameter type-id='type-id-241'/>
- <parameter type-id='type-id-397'/>
+ <parameter type-id='type-id-240'/>
+ <parameter type-id='type-id-396'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='construct<unsigned long, unsigned int>' mangled-name='_ZN9__gnu_cxx13new_allocatorImE9constructImJjEEEvPT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/ext/new_allocator.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-90' is-artificial='yes'/>
- <parameter type-id='type-id-241'/>
- <parameter type-id='type-id-396'/>
+ <parameter type-id='type-id-240'/>
+ <parameter type-id='type-id-395'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-248' const='yes' id='type-id-414'/>
- <reference-type-def kind='lvalue' type-id='type-id-414' size-in-bits='64' id='type-id-413'/>
+ <qualified-type-def type-id='type-id-247' const='yes' id='type-id-413'/>
+ <reference-type-def kind='lvalue' type-id='type-id-413' size-in-bits='64' id='type-id-412'/>
<member-function access='public'>
<function-decl name='operator<<<char [8]>' mangled-name='_ZN10mongoutils3str6streamlsIA8_cEERS1_RKT_' filepath='src/mongo/util/mongoutils/str.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-415'/>
+ <parameter type-id='type-id-414'/>
<return type-id='type-id-160'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator<<<long long>' mangled-name='_ZN10mongoutils3str6streamlsIxEERS1_RKT_' filepath='src/mongo/util/mongoutils/str.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-403'/>
+ <parameter type-id='type-id-402'/>
<return type-id='type-id-160'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator<<<char [7]>' mangled-name='_ZN10mongoutils3str6streamlsIA7_cEERS1_RKT_' filepath='src/mongo/util/mongoutils/str.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-416'/>
+ <parameter type-id='type-id-415'/>
<return type-id='type-id-160'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-86' size-in-bits='64' id='type-id-402'/>
- <qualified-type-def type-id='type-id-86' const='yes' id='type-id-417'/>
- <reference-type-def kind='lvalue' type-id='type-id-417' size-in-bits='64' id='type-id-403'/>
- <pointer-type-def type-id='type-id-126' size-in-bits='64' id='type-id-404'/>
- <type-decl name='signed char' size-in-bits='8' id='type-id-406'/>
- <pointer-type-def type-id='type-id-406' size-in-bits='64' id='type-id-405'/>
- <reference-type-def kind='lvalue' type-id='type-id-83' size-in-bits='64' id='type-id-408'/>
+ <pointer-type-def type-id='type-id-86' size-in-bits='64' id='type-id-401'/>
+ <qualified-type-def type-id='type-id-86' const='yes' id='type-id-416'/>
+ <reference-type-def kind='lvalue' type-id='type-id-416' size-in-bits='64' id='type-id-402'/>
+ <pointer-type-def type-id='type-id-126' size-in-bits='64' id='type-id-403'/>
+ <type-decl name='signed char' size-in-bits='8' id='type-id-405'/>
+ <pointer-type-def type-id='type-id-405' size-in-bits='64' id='type-id-404'/>
+ <reference-type-def kind='lvalue' type-id='type-id-83' size-in-bits='64' id='type-id-407'/>
- <reference-type-def kind='lvalue' type-id='type-id-398' size-in-bits='64' id='type-id-415'/>
+ <reference-type-def kind='lvalue' type-id='type-id-397' size-in-bits='64' id='type-id-414'/>
- <array-type-def dimensions='1' type-id='type-id-166' size-in-bits='56' id='type-id-418'>
- <subrange length='7' type-id='type-id-165' id='type-id-419'/>
+ <array-type-def dimensions='1' type-id='type-id-94' size-in-bits='56' id='type-id-417'>
+ <subrange length='7' type-id='type-id-165' id='type-id-418'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-418' size-in-bits='64' id='type-id-416'/>
+ <reference-type-def kind='lvalue' type-id='type-id-417' size-in-bits='64' id='type-id-415'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='src/mongo/db/ftdc/varint.cpp' comp-dir-path='/home/andrew/Documents/10gen/dev/src/mongodb' language='LANG_C_plus_plus'>
<class-decl name='__anonymous_struct__' is-struct='yes' is-anonymous='yes' visibility='default' is-declaration-only='yes' id='type-id-79'>
<member-function access='public' static='yes'>
<function-decl name='store' mangled-name='_ZN5mongo8DataType7HandlerINS_10FTDCVarIntEvE5storeERKS2_PcmPml' filepath='src/mongo/db/ftdc/varint.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo8DataType7HandlerINS_10FTDCVarIntEvE5storeERKS2_PcmPml'>
- <parameter type-id='type-id-209'/>
+ <parameter type-id='type-id-208'/>
<parameter type-id='type-id-35'/>
<parameter type-id='type-id-76'/>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-207'/>
<parameter type-id='type-id-40'/>
<return type-id='type-id-73'/>
</function-decl>
<member-function access='public'>
<function-decl name='operator unsigned long' mangled-name='_ZNK5mongo10FTDCVarIntcvmEv' filepath='src/mongo/db/ftdc/varint.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-75' is-artificial='yes'/>
- <return type-id='type-id-245'/>
+ <return type-id='type-id-244'/>
</function-decl>
</member-function>
</class-decl>
<reference-type-def kind='lvalue' type-id='type-id-3406' size-in-bits='64' id='type-id-3410'/>
<pointer-type-def type-id='type-id-3406' size-in-bits='64' id='type-id-3408'/>
- <array-type-def dimensions='1' type-id='type-id-3488' size-in-bits='160' id='type-id-3489'>
- <subrange length='20' type-id='type-id-2918' id='type-id-3490'/>
+ <array-type-def dimensions='1' type-id='type-id-2706' size-in-bits='160' id='type-id-3488'>
+ <subrange length='20' type-id='type-id-2918' id='type-id-3489'/>
</array-type-def>
- <qualified-type-def type-id='type-id-2555' const='yes' id='type-id-3488'/>
- <reference-type-def kind='lvalue' type-id='type-id-3489' size-in-bits='64' id='type-id-3409'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3488' size-in-bits='64' id='type-id-3409'/>
- <array-type-def dimensions='1' type-id='type-id-3488' size-in-bits='152' id='type-id-3491'>
- <subrange length='19' type-id='type-id-2918' id='type-id-3492'/>
+ <array-type-def dimensions='1' type-id='type-id-2706' size-in-bits='152' id='type-id-3490'>
+ <subrange length='19' type-id='type-id-2918' id='type-id-3491'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-3491' size-in-bits='64' id='type-id-3411'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3490' size-in-bits='64' id='type-id-3411'/>
- <array-type-def dimensions='1' type-id='type-id-3488' size-in-bits='176' id='type-id-3493'>
- <subrange length='22' type-id='type-id-2918' id='type-id-3494'/>
+ <array-type-def dimensions='1' type-id='type-id-2706' size-in-bits='176' id='type-id-3492'>
+ <subrange length='22' type-id='type-id-2918' id='type-id-3493'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-3493' size-in-bits='64' id='type-id-3412'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3492' size-in-bits='64' id='type-id-3412'/>
- <array-type-def dimensions='1' type-id='type-id-3488' size-in-bits='120' id='type-id-3495'>
- <subrange length='15' type-id='type-id-2918' id='type-id-3496'/>
+ <array-type-def dimensions='1' type-id='type-id-2706' size-in-bits='120' id='type-id-3494'>
+ <subrange length='15' type-id='type-id-2918' id='type-id-3495'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-3495' size-in-bits='64' id='type-id-3413'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3494' size-in-bits='64' id='type-id-3413'/>
- <array-type-def dimensions='1' type-id='type-id-3488' size-in-bits='64' id='type-id-3497'>
- <subrange length='8' type-id='type-id-2918' id='type-id-3498'/>
+ <array-type-def dimensions='1' type-id='type-id-2706' size-in-bits='64' id='type-id-3496'>
+ <subrange length='8' type-id='type-id-2918' id='type-id-3497'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-3497' size-in-bits='64' id='type-id-3414'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3496' size-in-bits='64' id='type-id-3414'/>
- <array-type-def dimensions='1' type-id='type-id-3488' size-in-bits='56' id='type-id-3499'>
- <subrange length='7' type-id='type-id-2918' id='type-id-3500'/>
+ <array-type-def dimensions='1' type-id='type-id-2706' size-in-bits='56' id='type-id-3498'>
+ <subrange length='7' type-id='type-id-2918' id='type-id-3499'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-3499' size-in-bits='64' id='type-id-3415'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3498' size-in-bits='64' id='type-id-3415'/>
<reference-type-def kind='lvalue' type-id='type-id-4' size-in-bits='64' id='type-id-2511'/>
<qualified-type-def type-id='type-id-56' const='yes' id='type-id-2499'/>
<reference-type-def kind='lvalue' type-id='type-id-2499' size-in-bits='64' id='type-id-78'/>
<reference-type-def kind='rvalue' type-id='type-id-2143' size-in-bits='64' id='type-id-2152'/>
<reference-type-def kind='lvalue' type-id='type-id-2143' size-in-bits='64' id='type-id-2153'/>
<reference-type-def kind='lvalue' type-id='type-id-2091' size-in-bits='64' id='type-id-2163'/>
- <qualified-type-def type-id='type-id-2143' const='yes' id='type-id-3501'/>
- <pointer-type-def type-id='type-id-3501' size-in-bits='64' id='type-id-2154'/>
+ <qualified-type-def type-id='type-id-2143' const='yes' id='type-id-3500'/>
+ <pointer-type-def type-id='type-id-3500' size-in-bits='64' id='type-id-2154'/>
<reference-type-def kind='lvalue' type-id='type-id-2148' size-in-bits='64' id='type-id-2156'/>
- <qualified-type-def type-id='type-id-2148' const='yes' id='type-id-3502'/>
- <reference-type-def kind='lvalue' type-id='type-id-3502' size-in-bits='64' id='type-id-2157'/>
- <reference-type-def kind='lvalue' type-id='type-id-3501' size-in-bits='64' id='type-id-2158'/>
+ <qualified-type-def type-id='type-id-2148' const='yes' id='type-id-3501'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3501' size-in-bits='64' id='type-id-2157'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3500' size-in-bits='64' id='type-id-2158'/>
<pointer-type-def type-id='type-id-2574' size-in-bits='64' id='type-id-2560'/>
<pointer-type-def type-id='type-id-2562' size-in-bits='64' id='type-id-2575'/>
- <qualified-type-def type-id='type-id-2562' const='yes' id='type-id-3503'/>
- <pointer-type-def type-id='type-id-3503' size-in-bits='64' id='type-id-2576'/>
- <reference-type-def kind='lvalue' type-id='type-id-3503' size-in-bits='64' id='type-id-2561'/>
+ <qualified-type-def type-id='type-id-2562' const='yes' id='type-id-3502'/>
+ <pointer-type-def type-id='type-id-3502' size-in-bits='64' id='type-id-2576'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3502' size-in-bits='64' id='type-id-2561'/>
<pointer-type-def type-id='type-id-2558' size-in-bits='64' id='type-id-2563'/>
<reference-type-def kind='rvalue' type-id='type-id-2558' size-in-bits='64' id='type-id-2564'/>
<reference-type-def kind='lvalue' type-id='type-id-2558' size-in-bits='64' id='type-id-2565'/>
<reference-type-def kind='lvalue' type-id='type-id-2165' size-in-bits='64' id='type-id-2566'/>
<type-decl name='unsigned short int' size-in-bits='16' id='type-id-2569'/>
- <pointer-type-def type-id='type-id-3504' size-in-bits='64' id='type-id-2572'/>
+ <pointer-type-def type-id='type-id-3503' size-in-bits='64' id='type-id-2572'/>
<pointer-type-def type-id='type-id-2167' size-in-bits='64' id='type-id-2168'/>
- <reference-type-def kind='lvalue' type-id='type-id-2166' size-in-bits='64' id='type-id-3505'/>
- <pointer-type-def type-id='type-id-3506' size-in-bits='64' id='type-id-2573'/>
- <pointer-type-def type-id='type-id-3507' size-in-bits='64' id='type-id-2172'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2166' size-in-bits='64' id='type-id-3504'/>
+ <pointer-type-def type-id='type-id-3505' size-in-bits='64' id='type-id-2573'/>
+ <pointer-type-def type-id='type-id-3506' size-in-bits='64' id='type-id-2172'/>
<pointer-type-def type-id='type-id-2169' size-in-bits='64' id='type-id-2173'/>
- <qualified-type-def type-id='type-id-2169' const='yes' id='type-id-3508'/>
- <reference-type-def kind='lvalue' type-id='type-id-3508' size-in-bits='64' id='type-id-2174'/>
+ <qualified-type-def type-id='type-id-2169' const='yes' id='type-id-3507'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3507' size-in-bits='64' id='type-id-2174'/>
<reference-type-def kind='rvalue' type-id='type-id-2169' size-in-bits='64' id='type-id-2175'/>
<reference-type-def kind='lvalue' type-id='type-id-2169' size-in-bits='64' id='type-id-2176'/>
- <pointer-type-def type-id='type-id-3508' size-in-bits='64' id='type-id-2177'/>
- <pointer-type-def type-id='type-id-3509' size-in-bits='64' id='type-id-2182'/>
+ <pointer-type-def type-id='type-id-3507' size-in-bits='64' id='type-id-2177'/>
+ <pointer-type-def type-id='type-id-3508' size-in-bits='64' id='type-id-2182'/>
<pointer-type-def type-id='type-id-2179' size-in-bits='64' id='type-id-2183'/>
- <qualified-type-def type-id='type-id-2179' const='yes' id='type-id-3510'/>
- <reference-type-def kind='lvalue' type-id='type-id-3510' size-in-bits='64' id='type-id-2184'/>
+ <qualified-type-def type-id='type-id-2179' const='yes' id='type-id-3509'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3509' size-in-bits='64' id='type-id-2184'/>
<reference-type-def kind='rvalue' type-id='type-id-2179' size-in-bits='64' id='type-id-2185'/>
<reference-type-def kind='lvalue' type-id='type-id-2179' size-in-bits='64' id='type-id-2186'/>
- <pointer-type-def type-id='type-id-3510' size-in-bits='64' id='type-id-2187'/>
+ <pointer-type-def type-id='type-id-3509' size-in-bits='64' id='type-id-2187'/>
<pointer-type-def type-id='type-id-2192' size-in-bits='64' id='type-id-2198'/>
<reference-type-def kind='rvalue' type-id='type-id-1757' size-in-bits='64' id='type-id-2200'/>
<reference-type-def kind='rvalue' type-id='type-id-2192' size-in-bits='64' id='type-id-2201'/>
<reference-type-def kind='lvalue' type-id='type-id-2192' size-in-bits='64' id='type-id-2202'/>
- <qualified-type-def type-id='type-id-2192' const='yes' id='type-id-3511'/>
- <pointer-type-def type-id='type-id-3511' size-in-bits='64' id='type-id-2203'/>
+ <qualified-type-def type-id='type-id-2192' const='yes' id='type-id-3510'/>
+ <pointer-type-def type-id='type-id-3510' size-in-bits='64' id='type-id-2203'/>
<reference-type-def kind='lvalue' type-id='type-id-2197' size-in-bits='64' id='type-id-2205'/>
- <qualified-type-def type-id='type-id-2197' const='yes' id='type-id-3512'/>
- <reference-type-def kind='lvalue' type-id='type-id-3512' size-in-bits='64' id='type-id-2206'/>
- <reference-type-def kind='lvalue' type-id='type-id-3511' size-in-bits='64' id='type-id-2207'/>
+ <qualified-type-def type-id='type-id-2197' const='yes' id='type-id-3511'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3511' size-in-bits='64' id='type-id-2206'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3510' size-in-bits='64' id='type-id-2207'/>
<pointer-type-def type-id='type-id-2210' size-in-bits='64' id='type-id-2211'/>
- <qualified-type-def type-id='type-id-2210' const='yes' id='type-id-3513'/>
- <reference-type-def kind='lvalue' type-id='type-id-3513' size-in-bits='64' id='type-id-2212'/>
+ <qualified-type-def type-id='type-id-2210' const='yes' id='type-id-3512'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3512' size-in-bits='64' id='type-id-2212'/>
<reference-type-def kind='lvalue' type-id='type-id-2210' size-in-bits='64' id='type-id-2213'/>
- <qualified-type-def type-id='type-id-2217' volatile='yes' id='type-id-3514'/>
- <qualified-type-def type-id='type-id-3514' const='yes' id='type-id-3515'/>
- <pointer-type-def type-id='type-id-3515' size-in-bits='64' id='type-id-2218'/>
- <qualified-type-def type-id='type-id-2219' volatile='yes' id='type-id-3516'/>
- <qualified-type-def type-id='type-id-3516' const='yes' id='type-id-3517'/>
- <pointer-type-def type-id='type-id-3517' size-in-bits='64' id='type-id-2220'/>
- <qualified-type-def type-id='type-id-2221' volatile='yes' id='type-id-3518'/>
- <qualified-type-def type-id='type-id-3518' const='yes' id='type-id-3519'/>
- <pointer-type-def type-id='type-id-3519' size-in-bits='64' id='type-id-2222'/>
- <qualified-type-def type-id='type-id-2224' volatile='yes' id='type-id-3520'/>
- <qualified-type-def type-id='type-id-3520' const='yes' id='type-id-3521'/>
- <pointer-type-def type-id='type-id-3521' size-in-bits='64' id='type-id-2240'/>
- <qualified-type-def type-id='type-id-1031' volatile='yes' id='type-id-3522'/>
- <qualified-type-def type-id='type-id-3522' const='yes' id='type-id-3523'/>
- <reference-type-def kind='lvalue' type-id='type-id-3523' size-in-bits='64' id='type-id-2241'/>
- <qualified-type-def type-id='type-id-2246' volatile='yes' id='type-id-3524'/>
- <qualified-type-def type-id='type-id-3524' const='yes' id='type-id-3525'/>
- <pointer-type-def type-id='type-id-3525' size-in-bits='64' id='type-id-2250'/>
- <qualified-type-def type-id='type-id-1025' volatile='yes' id='type-id-3526'/>
- <qualified-type-def type-id='type-id-3526' const='yes' id='type-id-3527'/>
- <reference-type-def kind='lvalue' type-id='type-id-3527' size-in-bits='64' id='type-id-2251'/>
- <qualified-type-def type-id='type-id-2253' volatile='yes' id='type-id-3528'/>
- <qualified-type-def type-id='type-id-3528' const='yes' id='type-id-3529'/>
- <pointer-type-def type-id='type-id-3529' size-in-bits='64' id='type-id-2254'/>
- <qualified-type-def type-id='type-id-2255' volatile='yes' id='type-id-3530'/>
- <qualified-type-def type-id='type-id-3530' const='yes' id='type-id-3531'/>
- <pointer-type-def type-id='type-id-3531' size-in-bits='64' id='type-id-2256'/>
- <qualified-type-def type-id='type-id-2257' volatile='yes' id='type-id-3532'/>
- <qualified-type-def type-id='type-id-3532' const='yes' id='type-id-3533'/>
- <pointer-type-def type-id='type-id-3533' size-in-bits='64' id='type-id-2258'/>
- <qualified-type-def type-id='type-id-2264' volatile='yes' id='type-id-3534'/>
- <qualified-type-def type-id='type-id-3534' const='yes' id='type-id-3535'/>
- <pointer-type-def type-id='type-id-3535' size-in-bits='64' id='type-id-2265'/>
- <qualified-type-def type-id='type-id-2268' volatile='yes' id='type-id-3536'/>
- <qualified-type-def type-id='type-id-3536' const='yes' id='type-id-3537'/>
- <pointer-type-def type-id='type-id-3537' size-in-bits='64' id='type-id-2269'/>
- <qualified-type-def type-id='type-id-2270' volatile='yes' id='type-id-3538'/>
- <qualified-type-def type-id='type-id-3538' const='yes' id='type-id-3539'/>
- <pointer-type-def type-id='type-id-3539' size-in-bits='64' id='type-id-2271'/>
- <qualified-type-def type-id='type-id-2272' volatile='yes' id='type-id-3540'/>
- <qualified-type-def type-id='type-id-3540' const='yes' id='type-id-3541'/>
- <pointer-type-def type-id='type-id-3541' size-in-bits='64' id='type-id-2273'/>
- <qualified-type-def type-id='type-id-1339' const='yes' id='type-id-3542'/>
- <reference-type-def kind='lvalue' type-id='type-id-3542' size-in-bits='64' id='type-id-2278'/>
- <qualified-type-def type-id='type-id-2280' volatile='yes' id='type-id-3543'/>
- <qualified-type-def type-id='type-id-3543' const='yes' id='type-id-3544'/>
- <pointer-type-def type-id='type-id-3544' size-in-bits='64' id='type-id-2281'/>
- <qualified-type-def type-id='type-id-1411' const='yes' id='type-id-3545'/>
- <reference-type-def kind='lvalue' type-id='type-id-3545' size-in-bits='64' id='type-id-2283'/>
+ <qualified-type-def type-id='type-id-2217' volatile='yes' id='type-id-3513'/>
+ <qualified-type-def type-id='type-id-3513' const='yes' id='type-id-3514'/>
+ <pointer-type-def type-id='type-id-3514' size-in-bits='64' id='type-id-2218'/>
+ <qualified-type-def type-id='type-id-2219' volatile='yes' id='type-id-3515'/>
+ <qualified-type-def type-id='type-id-3515' const='yes' id='type-id-3516'/>
+ <pointer-type-def type-id='type-id-3516' size-in-bits='64' id='type-id-2220'/>
+ <qualified-type-def type-id='type-id-2221' volatile='yes' id='type-id-3517'/>
+ <qualified-type-def type-id='type-id-3517' const='yes' id='type-id-3518'/>
+ <pointer-type-def type-id='type-id-3518' size-in-bits='64' id='type-id-2222'/>
+ <qualified-type-def type-id='type-id-2224' volatile='yes' id='type-id-3519'/>
+ <qualified-type-def type-id='type-id-3519' const='yes' id='type-id-3520'/>
+ <pointer-type-def type-id='type-id-3520' size-in-bits='64' id='type-id-2240'/>
+ <qualified-type-def type-id='type-id-1031' volatile='yes' id='type-id-3521'/>
+ <qualified-type-def type-id='type-id-3521' const='yes' id='type-id-3522'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3522' size-in-bits='64' id='type-id-2241'/>
+ <qualified-type-def type-id='type-id-2246' volatile='yes' id='type-id-3523'/>
+ <qualified-type-def type-id='type-id-3523' const='yes' id='type-id-3524'/>
+ <pointer-type-def type-id='type-id-3524' size-in-bits='64' id='type-id-2250'/>
+ <qualified-type-def type-id='type-id-1025' volatile='yes' id='type-id-3525'/>
+ <qualified-type-def type-id='type-id-3525' const='yes' id='type-id-3526'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3526' size-in-bits='64' id='type-id-2251'/>
+ <qualified-type-def type-id='type-id-2253' volatile='yes' id='type-id-3527'/>
+ <qualified-type-def type-id='type-id-3527' const='yes' id='type-id-3528'/>
+ <pointer-type-def type-id='type-id-3528' size-in-bits='64' id='type-id-2254'/>
+ <qualified-type-def type-id='type-id-2255' volatile='yes' id='type-id-3529'/>
+ <qualified-type-def type-id='type-id-3529' const='yes' id='type-id-3530'/>
+ <pointer-type-def type-id='type-id-3530' size-in-bits='64' id='type-id-2256'/>
+ <qualified-type-def type-id='type-id-2257' volatile='yes' id='type-id-3531'/>
+ <qualified-type-def type-id='type-id-3531' const='yes' id='type-id-3532'/>
+ <pointer-type-def type-id='type-id-3532' size-in-bits='64' id='type-id-2258'/>
+ <qualified-type-def type-id='type-id-2264' volatile='yes' id='type-id-3533'/>
+ <qualified-type-def type-id='type-id-3533' const='yes' id='type-id-3534'/>
+ <pointer-type-def type-id='type-id-3534' size-in-bits='64' id='type-id-2265'/>
+ <qualified-type-def type-id='type-id-2268' volatile='yes' id='type-id-3535'/>
+ <qualified-type-def type-id='type-id-3535' const='yes' id='type-id-3536'/>
+ <pointer-type-def type-id='type-id-3536' size-in-bits='64' id='type-id-2269'/>
+ <qualified-type-def type-id='type-id-2270' volatile='yes' id='type-id-3537'/>
+ <qualified-type-def type-id='type-id-3537' const='yes' id='type-id-3538'/>
+ <pointer-type-def type-id='type-id-3538' size-in-bits='64' id='type-id-2271'/>
+ <qualified-type-def type-id='type-id-2272' volatile='yes' id='type-id-3539'/>
+ <qualified-type-def type-id='type-id-3539' const='yes' id='type-id-3540'/>
+ <pointer-type-def type-id='type-id-3540' size-in-bits='64' id='type-id-2273'/>
+ <qualified-type-def type-id='type-id-1339' const='yes' id='type-id-3541'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3541' size-in-bits='64' id='type-id-2278'/>
+ <qualified-type-def type-id='type-id-2280' volatile='yes' id='type-id-3542'/>
+ <qualified-type-def type-id='type-id-3542' const='yes' id='type-id-3543'/>
+ <pointer-type-def type-id='type-id-3543' size-in-bits='64' id='type-id-2281'/>
+ <qualified-type-def type-id='type-id-1411' const='yes' id='type-id-3544'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3544' size-in-bits='64' id='type-id-2283'/>
<pointer-type-def type-id='type-id-2285' size-in-bits='64' id='type-id-2863'/>
- <qualified-type-def type-id='type-id-2285' const='yes' id='type-id-3546'/>
- <reference-type-def kind='lvalue' type-id='type-id-3546' size-in-bits='64' id='type-id-2864'/>
+ <qualified-type-def type-id='type-id-2285' const='yes' id='type-id-3545'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3545' size-in-bits='64' id='type-id-2864'/>
<pointer-type-def type-id='type-id-2294' size-in-bits='64' id='type-id-2298'/>
<reference-type-def kind='lvalue' type-id='type-id-787' size-in-bits='64' id='type-id-2297'/>
<reference-type-def kind='lvalue' type-id='type-id-2294' size-in-bits='64' id='type-id-2299'/>
<array-type-def dimensions='1' type-id='type-id-2693' size-in-bits='768' id='type-id-2303'>
- <subrange length='96' type-id='type-id-2918' id='type-id-3547'/>
+ <subrange length='96' type-id='type-id-2918' id='type-id-3546'/>
</array-type-def>
<pointer-type-def type-id='type-id-2295' size-in-bits='64' id='type-id-2866'/>
- <qualified-type-def type-id='type-id-2295' const='yes' id='type-id-3548'/>
- <pointer-type-def type-id='type-id-3548' size-in-bits='64' id='type-id-2867'/>
+ <qualified-type-def type-id='type-id-2295' const='yes' id='type-id-3547'/>
+ <pointer-type-def type-id='type-id-3547' size-in-bits='64' id='type-id-2867'/>
<pointer-type-def type-id='type-id-2293' size-in-bits='64' id='type-id-2296'/>
<pointer-type-def type-id='type-id-2287' size-in-bits='64' id='type-id-2289'/>
- <pointer-type-def type-id='type-id-3546' size-in-bits='64' id='type-id-2865'/>
+ <pointer-type-def type-id='type-id-3545' size-in-bits='64' id='type-id-2865'/>
<reference-type-def kind='lvalue' type-id='type-id-2287' size-in-bits='64' id='type-id-2859'/>
- <qualified-type-def type-id='type-id-2287' const='yes' id='type-id-3549'/>
- <pointer-type-def type-id='type-id-3549' size-in-bits='64' id='type-id-2324'/>
- <reference-type-def kind='lvalue' type-id='type-id-3549' size-in-bits='64' id='type-id-2862'/>
+ <qualified-type-def type-id='type-id-2287' const='yes' id='type-id-3548'/>
+ <pointer-type-def type-id='type-id-3548' size-in-bits='64' id='type-id-2324'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3548' size-in-bits='64' id='type-id-2862'/>
<pointer-type-def type-id='type-id-2284' size-in-bits='64' id='type-id-2291'/>
- <qualified-type-def type-id='type-id-2284' const='yes' id='type-id-3550'/>
- <reference-type-def kind='lvalue' type-id='type-id-3550' size-in-bits='64' id='type-id-2292'/>
+ <qualified-type-def type-id='type-id-2284' const='yes' id='type-id-3549'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3549' size-in-bits='64' id='type-id-2292'/>
<pointer-type-def type-id='type-id-2306' size-in-bits='64' id='type-id-2315'/>
<reference-type-def kind='lvalue' type-id='type-id-2327' size-in-bits='64' id='type-id-2325'/>
<reference-type-def kind='lvalue' type-id='type-id-2284' size-in-bits='64' id='type-id-2319'/>
<pointer-type-def type-id='type-id-2331' size-in-bits='64' id='type-id-2339'/>
<reference-type-def kind='lvalue' type-id='type-id-2350' size-in-bits='64' id='type-id-2348'/>
<pointer-type-def type-id='type-id-2353' size-in-bits='64' id='type-id-2874'/>
- <qualified-type-def type-id='type-id-2353' const='yes' id='type-id-3551'/>
- <reference-type-def kind='lvalue' type-id='type-id-3551' size-in-bits='64' id='type-id-2875'/>
+ <qualified-type-def type-id='type-id-2353' const='yes' id='type-id-3550'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3550' size-in-bits='64' id='type-id-2875'/>
<pointer-type-def type-id='type-id-2362' size-in-bits='64' id='type-id-2366'/>
<reference-type-def kind='lvalue' type-id='type-id-577' size-in-bits='64' id='type-id-2365'/>
<reference-type-def kind='lvalue' type-id='type-id-2362' size-in-bits='64' id='type-id-2367'/>
<array-type-def dimensions='1' type-id='type-id-2693' size-in-bits='256' id='type-id-2371'>
- <subrange length='32' type-id='type-id-2918' id='type-id-3552'/>
+ <subrange length='32' type-id='type-id-2918' id='type-id-3551'/>
</array-type-def>
<pointer-type-def type-id='type-id-2363' size-in-bits='64' id='type-id-2877'/>
- <qualified-type-def type-id='type-id-2363' const='yes' id='type-id-3553'/>
- <pointer-type-def type-id='type-id-3553' size-in-bits='64' id='type-id-2878'/>
+ <qualified-type-def type-id='type-id-2363' const='yes' id='type-id-3552'/>
+ <pointer-type-def type-id='type-id-3552' size-in-bits='64' id='type-id-2878'/>
<pointer-type-def type-id='type-id-2361' size-in-bits='64' id='type-id-2364'/>
<pointer-type-def type-id='type-id-2355' size-in-bits='64' id='type-id-2357'/>
- <pointer-type-def type-id='type-id-3551' size-in-bits='64' id='type-id-2876'/>
+ <pointer-type-def type-id='type-id-3550' size-in-bits='64' id='type-id-2876'/>
<reference-type-def kind='lvalue' type-id='type-id-2355' size-in-bits='64' id='type-id-2870'/>
- <qualified-type-def type-id='type-id-2355' const='yes' id='type-id-3554'/>
- <pointer-type-def type-id='type-id-3554' size-in-bits='64' id='type-id-2393'/>
- <reference-type-def kind='lvalue' type-id='type-id-3554' size-in-bits='64' id='type-id-2873'/>
+ <qualified-type-def type-id='type-id-2355' const='yes' id='type-id-3553'/>
+ <pointer-type-def type-id='type-id-3553' size-in-bits='64' id='type-id-2393'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3553' size-in-bits='64' id='type-id-2873'/>
<reference-type-def kind='rvalue' type-id='type-id-3119' size-in-bits='64' id='type-id-2388'/>
<pointer-type-def type-id='type-id-2352' size-in-bits='64' id='type-id-2359'/>
- <qualified-type-def type-id='type-id-2352' const='yes' id='type-id-3555'/>
- <reference-type-def kind='lvalue' type-id='type-id-3555' size-in-bits='64' id='type-id-2360'/>
+ <qualified-type-def type-id='type-id-2352' const='yes' id='type-id-3554'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3554' size-in-bits='64' id='type-id-2360'/>
<pointer-type-def type-id='type-id-2374' size-in-bits='64' id='type-id-2383'/>
<reference-type-def kind='lvalue' type-id='type-id-2396' size-in-bits='64' id='type-id-2394'/>
<reference-type-def kind='lvalue' type-id='type-id-2352' size-in-bits='64' id='type-id-2387'/>
<pointer-type-def type-id='type-id-2398' size-in-bits='64' id='type-id-2406'/>
<reference-type-def kind='lvalue' type-id='type-id-2417' size-in-bits='64' id='type-id-2415'/>
- <qualified-type-def type-id='type-id-2419' volatile='yes' id='type-id-3556'/>
- <qualified-type-def type-id='type-id-3556' const='yes' id='type-id-3557'/>
- <pointer-type-def type-id='type-id-3557' size-in-bits='64' id='type-id-2420'/>
- <qualified-type-def type-id='type-id-2423' volatile='yes' id='type-id-3558'/>
- <qualified-type-def type-id='type-id-3558' const='yes' id='type-id-3559'/>
- <pointer-type-def type-id='type-id-3559' size-in-bits='64' id='type-id-2424'/>
- <qualified-type-def type-id='type-id-2428' volatile='yes' id='type-id-3560'/>
- <qualified-type-def type-id='type-id-3560' const='yes' id='type-id-3561'/>
- <pointer-type-def type-id='type-id-3561' size-in-bits='64' id='type-id-2429'/>
- <qualified-type-def type-id='type-id-1502' const='yes' id='type-id-3562'/>
- <reference-type-def kind='lvalue' type-id='type-id-3562' size-in-bits='64' id='type-id-2431'/>
+ <qualified-type-def type-id='type-id-2419' volatile='yes' id='type-id-3555'/>
+ <qualified-type-def type-id='type-id-3555' const='yes' id='type-id-3556'/>
+ <pointer-type-def type-id='type-id-3556' size-in-bits='64' id='type-id-2420'/>
+ <qualified-type-def type-id='type-id-2423' volatile='yes' id='type-id-3557'/>
+ <qualified-type-def type-id='type-id-3557' const='yes' id='type-id-3558'/>
+ <pointer-type-def type-id='type-id-3558' size-in-bits='64' id='type-id-2424'/>
+ <qualified-type-def type-id='type-id-2428' volatile='yes' id='type-id-3559'/>
+ <qualified-type-def type-id='type-id-3559' const='yes' id='type-id-3560'/>
+ <pointer-type-def type-id='type-id-3560' size-in-bits='64' id='type-id-2429'/>
+ <qualified-type-def type-id='type-id-1502' const='yes' id='type-id-3561'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3561' size-in-bits='64' id='type-id-2431'/>
<pointer-type-def type-id='type-id-82' size-in-bits='64' id='type-id-98'/>
- <qualified-type-def type-id='type-id-97' const='yes' id='type-id-3563'/>
- <reference-type-def kind='lvalue' type-id='type-id-3563' size-in-bits='64' id='type-id-72'/>
- <qualified-type-def type-id='type-id-82' const='yes' id='type-id-3564'/>
- <reference-type-def kind='lvalue' type-id='type-id-3564' size-in-bits='64' id='type-id-99'/>
+ <qualified-type-def type-id='type-id-97' const='yes' id='type-id-3562'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3562' size-in-bits='64' id='type-id-72'/>
+ <qualified-type-def type-id='type-id-82' const='yes' id='type-id-3563'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3563' size-in-bits='64' id='type-id-99'/>
<reference-type-def kind='lvalue' type-id='type-id-97' size-in-bits='64' id='type-id-94'/>
<reference-type-def kind='lvalue' type-id='type-id-82' size-in-bits='64' id='type-id-100'/>
- <qualified-type-def type-id='type-id-86' const='yes' id='type-id-3565'/>
- <pointer-type-def type-id='type-id-3565' size-in-bits='64' id='type-id-2493'/>
+ <qualified-type-def type-id='type-id-86' const='yes' id='type-id-3564'/>
+ <pointer-type-def type-id='type-id-3564' size-in-bits='64' id='type-id-2493'/>
<pointer-type-def type-id='type-id-83' size-in-bits='64' id='type-id-101'/>
- <reference-type-def kind='lvalue' type-id='type-id-3565' size-in-bits='64' id='type-id-73'/>
- <qualified-type-def type-id='type-id-83' const='yes' id='type-id-3566'/>
- <reference-type-def kind='lvalue' type-id='type-id-3566' size-in-bits='64' id='type-id-102'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3564' size-in-bits='64' id='type-id-73'/>
+ <qualified-type-def type-id='type-id-83' const='yes' id='type-id-3565'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3565' size-in-bits='64' id='type-id-102'/>
<reference-type-def kind='lvalue' type-id='type-id-86' size-in-bits='64' id='type-id-95'/>
<reference-type-def kind='lvalue' type-id='type-id-83' size-in-bits='64' id='type-id-103'/>
- <qualified-type-def type-id='type-id-104' const='yes' id='type-id-3567'/>
- <pointer-type-def type-id='type-id-3567' size-in-bits='64' id='type-id-111'/>
+ <qualified-type-def type-id='type-id-104' const='yes' id='type-id-3566'/>
+ <pointer-type-def type-id='type-id-3566' size-in-bits='64' id='type-id-111'/>
<pointer-type-def type-id='type-id-84' size-in-bits='64' id='type-id-105'/>
- <reference-type-def kind='lvalue' type-id='type-id-3567' size-in-bits='64' id='type-id-74'/>
- <qualified-type-def type-id='type-id-84' const='yes' id='type-id-3568'/>
- <reference-type-def kind='lvalue' type-id='type-id-3568' size-in-bits='64' id='type-id-106'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3566' size-in-bits='64' id='type-id-74'/>
+ <qualified-type-def type-id='type-id-84' const='yes' id='type-id-3567'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3567' size-in-bits='64' id='type-id-106'/>
<reference-type-def kind='lvalue' type-id='type-id-104' size-in-bits='64' id='type-id-96'/>
<reference-type-def kind='lvalue' type-id='type-id-84' size-in-bits='64' id='type-id-107'/>
- <qualified-type-def type-id='type-id-49' const='yes' id='type-id-3569'/>
- <pointer-type-def type-id='type-id-3569' size-in-bits='64' id='type-id-88'/>
+ <qualified-type-def type-id='type-id-49' const='yes' id='type-id-3568'/>
+ <pointer-type-def type-id='type-id-3568' size-in-bits='64' id='type-id-88'/>
<pointer-type-def type-id='type-id-49' size-in-bits='64' id='type-id-89'/>
- <qualified-type-def type-id='type-id-112' const='yes' id='type-id-3570'/>
- <reference-type-def kind='lvalue' type-id='type-id-3570' size-in-bits='64' id='type-id-75'/>
+ <qualified-type-def type-id='type-id-112' const='yes' id='type-id-3569'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3569' size-in-bits='64' id='type-id-75'/>
<typedef-decl name='__hash_code' type-id='type-id-66' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/hashtable_policy.h' line='1251' column='1' id='type-id-90'/>
<pointer-type-def type-id='type-id-116' size-in-bits='64' id='type-id-124'/>
</array-type-def>
<pointer-type-def type-id='type-id-117' size-in-bits='64' id='type-id-2879'/>
- <qualified-type-def type-id='type-id-117' const='yes' id='type-id-3571'/>
- <pointer-type-def type-id='type-id-3571' size-in-bits='64' id='type-id-2880'/>
+ <qualified-type-def type-id='type-id-117' const='yes' id='type-id-3570'/>
+ <pointer-type-def type-id='type-id-3570' size-in-bits='64' id='type-id-2880'/>
<pointer-type-def type-id='type-id-60' size-in-bits='64' id='type-id-119'/>
- <qualified-type-def type-id='type-id-2500' const='yes' id='type-id-3572'/>
- <reference-type-def kind='lvalue' type-id='type-id-3572' size-in-bits='64' id='type-id-2501'/>
- <qualified-type-def type-id='type-id-60' const='yes' id='type-id-3573'/>
- <reference-type-def kind='lvalue' type-id='type-id-3573' size-in-bits='64' id='type-id-123'/>
+ <qualified-type-def type-id='type-id-2500' const='yes' id='type-id-3571'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3571' size-in-bits='64' id='type-id-2501'/>
+ <qualified-type-def type-id='type-id-60' const='yes' id='type-id-3572'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3572' size-in-bits='64' id='type-id-123'/>
<reference-type-def kind='rvalue' type-id='type-id-60' size-in-bits='64' id='type-id-2502'/>
<reference-type-def kind='lvalue' type-id='type-id-60' size-in-bits='64' id='type-id-122'/>
- <pointer-type-def type-id='type-id-3573' size-in-bits='64' id='type-id-121'/>
+ <pointer-type-def type-id='type-id-3572' size-in-bits='64' id='type-id-121'/>
<pointer-type-def type-id='type-id-113' size-in-bits='64' id='type-id-118'/>
- <qualified-type-def type-id='type-id-113' const='yes' id='type-id-3574'/>
- <pointer-type-def type-id='type-id-3574' size-in-bits='64' id='type-id-120'/>
+ <qualified-type-def type-id='type-id-113' const='yes' id='type-id-3573'/>
+ <pointer-type-def type-id='type-id-3573' size-in-bits='64' id='type-id-120'/>
<pointer-type-def type-id='type-id-87' size-in-bits='64' id='type-id-115'/>
- <qualified-type-def type-id='type-id-87' const='yes' id='type-id-3575'/>
- <pointer-type-def type-id='type-id-3575' size-in-bits='64' id='type-id-114'/>
- <qualified-type-def type-id='type-id-54' const='yes' id='type-id-3576'/>
- <pointer-type-def type-id='type-id-3576' size-in-bits='64' id='type-id-91'/>
+ <qualified-type-def type-id='type-id-87' const='yes' id='type-id-3574'/>
+ <pointer-type-def type-id='type-id-3574' size-in-bits='64' id='type-id-114'/>
+ <qualified-type-def type-id='type-id-54' const='yes' id='type-id-3575'/>
+ <pointer-type-def type-id='type-id-3575' size-in-bits='64' id='type-id-91'/>
<pointer-type-def type-id='type-id-54' size-in-bits='64' id='type-id-92'/>
<reference-type-def kind='lvalue' type-id='type-id-49' size-in-bits='64' id='type-id-93'/>
- <qualified-type-def type-id='type-id-125' const='yes' id='type-id-3577'/>
- <pointer-type-def type-id='type-id-3577' size-in-bits='64' id='type-id-2504'/>
+ <qualified-type-def type-id='type-id-125' const='yes' id='type-id-3576'/>
+ <pointer-type-def type-id='type-id-3576' size-in-bits='64' id='type-id-2504'/>
<pointer-type-def type-id='type-id-50' size-in-bits='64' id='type-id-126'/>
- <reference-type-def kind='lvalue' type-id='type-id-3577' size-in-bits='64' id='type-id-76'/>
- <qualified-type-def type-id='type-id-50' const='yes' id='type-id-3578'/>
- <reference-type-def kind='lvalue' type-id='type-id-3578' size-in-bits='64' id='type-id-127'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3576' size-in-bits='64' id='type-id-76'/>
+ <qualified-type-def type-id='type-id-50' const='yes' id='type-id-3577'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3577' size-in-bits='64' id='type-id-127'/>
<reference-type-def kind='lvalue' type-id='type-id-125' size-in-bits='64' id='type-id-81'/>
<reference-type-def kind='lvalue' type-id='type-id-50' size-in-bits='64' id='type-id-128'/>
<pointer-type-def type-id='type-id-48' size-in-bits='64' id='type-id-71'/>
- <qualified-type-def type-id='type-id-48' const='yes' id='type-id-3579'/>
- <pointer-type-def type-id='type-id-3579' size-in-bits='64' id='type-id-77'/>
+ <qualified-type-def type-id='type-id-48' const='yes' id='type-id-3578'/>
+ <pointer-type-def type-id='type-id-3578' size-in-bits='64' id='type-id-77'/>
<pointer-type-def type-id='type-id-53' size-in-bits='64' id='type-id-79'/>
<reference-type-def kind='lvalue' type-id='type-id-48' size-in-bits='64' id='type-id-80'/>
<reference-type-def kind='lvalue' type-id='type-id-130' size-in-bits='64' id='type-id-135'/>
<pointer-type-def type-id='type-id-129' size-in-bits='64' id='type-id-133'/>
- <qualified-type-def type-id='type-id-132' const='yes' id='type-id-3580'/>
- <reference-type-def kind='lvalue' type-id='type-id-3580' size-in-bits='64' id='type-id-134'/>
+ <qualified-type-def type-id='type-id-132' const='yes' id='type-id-3579'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3579' size-in-bits='64' id='type-id-134'/>
<reference-type-def kind='rvalue' type-id='type-id-132' size-in-bits='64' id='type-id-136'/>
- <qualified-type-def type-id='type-id-130' const='yes' id='type-id-3581'/>
- <reference-type-def kind='lvalue' type-id='type-id-3581' size-in-bits='64' id='type-id-138'/>
- <qualified-type-def type-id='type-id-129' const='yes' id='type-id-3582'/>
- <pointer-type-def type-id='type-id-3582' size-in-bits='64' id='type-id-137'/>
+ <qualified-type-def type-id='type-id-130' const='yes' id='type-id-3580'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3580' size-in-bits='64' id='type-id-138'/>
+ <qualified-type-def type-id='type-id-129' const='yes' id='type-id-3581'/>
+ <pointer-type-def type-id='type-id-3581' size-in-bits='64' id='type-id-137'/>
<reference-type-def kind='lvalue' type-id='type-id-141' size-in-bits='64' id='type-id-148'/>
<pointer-type-def type-id='type-id-140' size-in-bits='64' id='type-id-147'/>
- <qualified-type-def type-id='type-id-144' const='yes' id='type-id-3583'/>
- <reference-type-def kind='lvalue' type-id='type-id-3583' size-in-bits='64' id='type-id-149'/>
- <qualified-type-def type-id='type-id-151' const='yes' id='type-id-3584'/>
- <pointer-type-def type-id='type-id-3584' size-in-bits='64' id='type-id-152'/>
+ <qualified-type-def type-id='type-id-144' const='yes' id='type-id-3582'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3582' size-in-bits='64' id='type-id-149'/>
+ <qualified-type-def type-id='type-id-151' const='yes' id='type-id-3583'/>
+ <pointer-type-def type-id='type-id-3583' size-in-bits='64' id='type-id-152'/>
<pointer-type-def type-id='type-id-151' size-in-bits='64' id='type-id-154'/>
- <qualified-type-def type-id='type-id-155' const='yes' id='type-id-3585'/>
- <pointer-type-def type-id='type-id-3585' size-in-bits='64' id='type-id-157'/>
- <qualified-type-def type-id='type-id-156' const='yes' id='type-id-3586'/>
- <reference-type-def kind='lvalue' type-id='type-id-3586' size-in-bits='64' id='type-id-158'/>
+ <qualified-type-def type-id='type-id-155' const='yes' id='type-id-3584'/>
+ <pointer-type-def type-id='type-id-3584' size-in-bits='64' id='type-id-157'/>
+ <qualified-type-def type-id='type-id-156' const='yes' id='type-id-3585'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3585' size-in-bits='64' id='type-id-158'/>
<pointer-type-def type-id='type-id-2507' size-in-bits='64' id='type-id-2887'/>
- <qualified-type-def type-id='type-id-2507' const='yes' id='type-id-3587'/>
- <reference-type-def kind='lvalue' type-id='type-id-3587' size-in-bits='64' id='type-id-2888'/>
- <pointer-type-def type-id='type-id-3587' size-in-bits='64' id='type-id-2889'/>
+ <qualified-type-def type-id='type-id-2507' const='yes' id='type-id-3586'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3586' size-in-bits='64' id='type-id-2888'/>
+ <pointer-type-def type-id='type-id-3586' size-in-bits='64' id='type-id-2889'/>
<reference-type-def kind='lvalue' type-id='type-id-87' size-in-bits='64' id='type-id-2883'/>
- <reference-type-def kind='lvalue' type-id='type-id-3575' size-in-bits='64' id='type-id-2886'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3574' size-in-bits='64' id='type-id-2886'/>
<pointer-type-def type-id='type-id-162' size-in-bits='64' id='type-id-2508'/>
- <qualified-type-def type-id='type-id-162' const='yes' id='type-id-3588'/>
- <reference-type-def kind='lvalue' type-id='type-id-3588' size-in-bits='64' id='type-id-178'/>
+ <qualified-type-def type-id='type-id-162' const='yes' id='type-id-3587'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3587' size-in-bits='64' id='type-id-178'/>
<pointer-type-def type-id='type-id-160' size-in-bits='64' id='type-id-176'/>
- <qualified-type-def type-id='type-id-160' const='yes' id='type-id-3589'/>
- <reference-type-def kind='lvalue' type-id='type-id-3589' size-in-bits='64' id='type-id-177'/>
+ <qualified-type-def type-id='type-id-160' const='yes' id='type-id-3588'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3588' size-in-bits='64' id='type-id-177'/>
<reference-type-def kind='lvalue' type-id='type-id-162' size-in-bits='64' id='type-id-180'/>
<reference-type-def kind='lvalue' type-id='type-id-160' size-in-bits='64' id='type-id-179'/>
<pointer-type-def type-id='type-id-159' size-in-bits='64' id='type-id-168'/>
- <qualified-type-def type-id='type-id-159' const='yes' id='type-id-3590'/>
- <reference-type-def kind='lvalue' type-id='type-id-3590' size-in-bits='64' id='type-id-169'/>
+ <qualified-type-def type-id='type-id-159' const='yes' id='type-id-3589'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3589' size-in-bits='64' id='type-id-169'/>
<reference-type-def kind='rvalue' type-id='type-id-159' size-in-bits='64' id='type-id-170'/>
<reference-type-def kind='lvalue' type-id='type-id-161' size-in-bits='64' id='type-id-171'/>
- <qualified-type-def type-id='type-id-161' const='yes' id='type-id-3591'/>
- <reference-type-def kind='lvalue' type-id='type-id-3591' size-in-bits='64' id='type-id-173'/>
- <pointer-type-def type-id='type-id-3590' size-in-bits='64' id='type-id-172'/>
+ <qualified-type-def type-id='type-id-161' const='yes' id='type-id-3590'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3590' size-in-bits='64' id='type-id-173'/>
+ <pointer-type-def type-id='type-id-3589' size-in-bits='64' id='type-id-172'/>
<pointer-type-def type-id='type-id-163' size-in-bits='64' id='type-id-174'/>
- <typedef-decl name='__node_base' type-id='type-id-116' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/hashtable_policy.h' line='1904' column='1' id='type-id-3592'/>
- <pointer-type-def type-id='type-id-3592' size-in-bits='64' id='type-id-166'/>
- <typedef-decl name='__bucket_type' type-id='type-id-166' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/hashtable_policy.h' line='1905' column='1' id='type-id-3593'/>
- <pointer-type-def type-id='type-id-3593' size-in-bits='64' id='type-id-175'/>
+ <typedef-decl name='__node_base' type-id='type-id-116' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/hashtable_policy.h' line='1904' column='1' id='type-id-3591'/>
+ <pointer-type-def type-id='type-id-3591' size-in-bits='64' id='type-id-166'/>
+ <typedef-decl name='__bucket_type' type-id='type-id-166' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/hashtable_policy.h' line='1905' column='1' id='type-id-3592'/>
+ <pointer-type-def type-id='type-id-3592' size-in-bits='64' id='type-id-175'/>
<pointer-type-def type-id='type-id-2471' size-in-bits='64' id='type-id-2478'/>
<pointer-type-def type-id='type-id-181' size-in-bits='64' id='type-id-184'/>
- <qualified-type-def type-id='type-id-181' const='yes' id='type-id-3594'/>
- <pointer-type-def type-id='type-id-3594' size-in-bits='64' id='type-id-185'/>
+ <qualified-type-def type-id='type-id-181' const='yes' id='type-id-3593'/>
+ <pointer-type-def type-id='type-id-3593' size-in-bits='64' id='type-id-185'/>
<pointer-type-def type-id='type-id-186' size-in-bits='64' id='type-id-2510'/>
- <qualified-type-def type-id='type-id-186' const='yes' id='type-id-3595'/>
- <reference-type-def kind='lvalue' type-id='type-id-3595' size-in-bits='64' id='type-id-2512'/>
+ <qualified-type-def type-id='type-id-186' const='yes' id='type-id-3594'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3594' size-in-bits='64' id='type-id-2512'/>
<reference-type-def kind='rvalue' type-id='type-id-186' size-in-bits='64' id='type-id-2513'/>
<reference-type-def kind='lvalue' type-id='type-id-186' size-in-bits='64' id='type-id-2514'/>
- <qualified-type-def type-id='type-id-142' const='yes' id='type-id-3596'/>
- <pointer-type-def type-id='type-id-3596' size-in-bits='64' id='type-id-2479'/>
+ <qualified-type-def type-id='type-id-142' const='yes' id='type-id-3595'/>
+ <pointer-type-def type-id='type-id-3595' size-in-bits='64' id='type-id-2479'/>
<reference-type-def kind='lvalue' type-id='type-id-2473' size-in-bits='64' id='type-id-2481'/>
<pointer-type-def type-id='type-id-142' size-in-bits='64' id='type-id-2480'/>
<pointer-type-def type-id='type-id-2474' size-in-bits='64' id='type-id-2482'/>
<reference-type-def kind='rvalue' type-id='type-id-142' size-in-bits='64' id='type-id-2483'/>
<pointer-type-def type-id='type-id-2515' size-in-bits='64' id='type-id-2894'/>
- <qualified-type-def type-id='type-id-2515' const='yes' id='type-id-3597'/>
- <reference-type-def kind='lvalue' type-id='type-id-3597' size-in-bits='64' id='type-id-2895'/>
- <pointer-type-def type-id='type-id-3597' size-in-bits='64' id='type-id-2896'/>
+ <qualified-type-def type-id='type-id-2515' const='yes' id='type-id-3596'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3596' size-in-bits='64' id='type-id-2895'/>
+ <pointer-type-def type-id='type-id-3596' size-in-bits='64' id='type-id-2896'/>
<pointer-type-def type-id='type-id-2475' size-in-bits='64' id='type-id-2516'/>
- <qualified-type-def type-id='type-id-2475' const='yes' id='type-id-3598'/>
- <reference-type-def kind='lvalue' type-id='type-id-3598' size-in-bits='64' id='type-id-2517'/>
- <qualified-type-def type-id='type-id-2441' const='yes' id='type-id-3599'/>
- <reference-type-def kind='lvalue' type-id='type-id-3599' size-in-bits='64' id='type-id-2484'/>
- <reference-type-def kind='lvalue' type-id='type-id-3596' size-in-bits='64' id='type-id-2485'/>
- <qualified-type-def type-id='type-id-2439' const='yes' id='type-id-3600'/>
- <reference-type-def kind='lvalue' type-id='type-id-3600' size-in-bits='64' id='type-id-2486'/>
+ <qualified-type-def type-id='type-id-2475' const='yes' id='type-id-3597'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3597' size-in-bits='64' id='type-id-2517'/>
+ <qualified-type-def type-id='type-id-2441' const='yes' id='type-id-3598'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3598' size-in-bits='64' id='type-id-2484'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3595' size-in-bits='64' id='type-id-2485'/>
+ <qualified-type-def type-id='type-id-2439' const='yes' id='type-id-3599'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3599' size-in-bits='64' id='type-id-2486'/>
<reference-type-def kind='lvalue' type-id='type-id-142' size-in-bits='64' id='type-id-2487'/>
- <qualified-type-def type-id='type-id-2449' const='yes' id='type-id-3601'/>
- <reference-type-def kind='lvalue' type-id='type-id-3601' size-in-bits='64' id='type-id-2488'/>
- <reference-type-def kind='lvalue' type-id='type-id-3594' size-in-bits='64' id='type-id-2489'/>
+ <qualified-type-def type-id='type-id-2449' const='yes' id='type-id-3600'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3600' size-in-bits='64' id='type-id-2488'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3593' size-in-bits='64' id='type-id-2489'/>
<pointer-type-def type-id='type-id-2472' size-in-bits='64' id='type-id-2490'/>
- <qualified-type-def type-id='type-id-2477' const='yes' id='type-id-3602'/>
- <reference-type-def kind='lvalue' type-id='type-id-3602' size-in-bits='64' id='type-id-2491'/>
+ <qualified-type-def type-id='type-id-2477' const='yes' id='type-id-3601'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3601' size-in-bits='64' id='type-id-2491'/>
<pointer-type-def type-id='type-id-2432' size-in-bits='64' id='type-id-2455'/>
- <qualified-type-def type-id='type-id-2437' const='yes' id='type-id-3603'/>
- <reference-type-def kind='lvalue' type-id='type-id-3603' size-in-bits='64' id='type-id-2456'/>
- <qualified-type-def type-id='type-id-2438' const='yes' id='type-id-3604'/>
- <reference-type-def kind='lvalue' type-id='type-id-3604' size-in-bits='64' id='type-id-2457'/>
- <qualified-type-def type-id='type-id-2440' const='yes' id='type-id-3605'/>
- <reference-type-def kind='lvalue' type-id='type-id-3605' size-in-bits='64' id='type-id-2458'/>
- <qualified-type-def type-id='type-id-2432' const='yes' id='type-id-3606'/>
- <reference-type-def kind='lvalue' type-id='type-id-3606' size-in-bits='64' id='type-id-2459'/>
+ <qualified-type-def type-id='type-id-2437' const='yes' id='type-id-3602'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3602' size-in-bits='64' id='type-id-2456'/>
+ <qualified-type-def type-id='type-id-2438' const='yes' id='type-id-3603'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3603' size-in-bits='64' id='type-id-2457'/>
+ <qualified-type-def type-id='type-id-2440' const='yes' id='type-id-3604'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3604' size-in-bits='64' id='type-id-2458'/>
+ <qualified-type-def type-id='type-id-2432' const='yes' id='type-id-3605'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3605' size-in-bits='64' id='type-id-2459'/>
<reference-type-def kind='rvalue' type-id='type-id-2432' size-in-bits='64' id='type-id-2460'/>
<reference-type-def kind='lvalue' type-id='type-id-2432' size-in-bits='64' id='type-id-2461'/>
- <pointer-type-def type-id='type-id-3606' size-in-bits='64' id='type-id-2462'/>
- <qualified-type-def type-id='type-id-2446' const='yes' id='type-id-3607'/>
- <reference-type-def kind='lvalue' type-id='type-id-3607' size-in-bits='64' id='type-id-2463'/>
- <qualified-type-def type-id='type-id-2448' const='yes' id='type-id-3608'/>
- <reference-type-def kind='lvalue' type-id='type-id-3608' size-in-bits='64' id='type-id-2465'/>
+ <pointer-type-def type-id='type-id-3605' size-in-bits='64' id='type-id-2462'/>
+ <qualified-type-def type-id='type-id-2446' const='yes' id='type-id-3606'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3606' size-in-bits='64' id='type-id-2463'/>
+ <qualified-type-def type-id='type-id-2448' const='yes' id='type-id-3607'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3607' size-in-bits='64' id='type-id-2465'/>
<reference-type-def kind='lvalue' type-id='type-id-2450' size-in-bits='64' id='type-id-2468'/>
<reference-type-def kind='rvalue' type-id='type-id-2448' size-in-bits='64' id='type-id-2469'/>
- <qualified-type-def type-id='type-id-2450' const='yes' id='type-id-3609'/>
- <reference-type-def kind='lvalue' type-id='type-id-3609' size-in-bits='64' id='type-id-2470'/>
+ <qualified-type-def type-id='type-id-2450' const='yes' id='type-id-3608'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3608' size-in-bits='64' id='type-id-2470'/>
<pointer-type-def type-id='type-id-2577' size-in-bits='64' id='type-id-2579'/>
- <qualified-type-def type-id='type-id-2577' const='yes' id='type-id-3610'/>
- <reference-type-def kind='lvalue' type-id='type-id-3610' size-in-bits='64' id='type-id-2580'/>
+ <qualified-type-def type-id='type-id-2577' const='yes' id='type-id-3609'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3609' size-in-bits='64' id='type-id-2580'/>
<reference-type-def kind='lvalue' type-id='type-id-2577' size-in-bits='64' id='type-id-2581'/>
<namespace-decl name='std'>
<class-decl name='_Bind<void (*(std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *))(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)>' size-in-bits='128' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1248' column='1' id='type-id-1241'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3611'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3610'/>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_f' type-id='type-id-3612' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1255' column='1'/>
+ <var-decl name='_M_f' type-id='type-id-3611' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1255' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_bound_args' type-id='type-id-3613' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1256' column='1'/>
+ <var-decl name='_M_bound_args' type-id='type-id-3612' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1256' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Bind' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1307' column='1' visibility='default' binding='global' size-in-bits='64'>
<member-function access='private'>
<function-decl name='__call<void, const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, 0, 1>' mangled-name='_ZNSt5_BindIFPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS0_4repl19ScatterGatherRunnerEESt12_PlaceholderILi1EES8_EE6__callIvJS5_EJLm0ELm1EEEET_OSt5tupleIJDpT0_EESt12_Index_tupleIJXspT1_EEE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1261' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5_BindIFPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS0_4repl19ScatterGatherRunnerEESt12_PlaceholderILi1EES8_EE6__callIvJS5_EJLm0ELm1EEEET_OSt5tupleIJDpT0_EESt12_Index_tupleIJXspT1_EEE'>
<parameter type-id='type-id-880' is-artificial='yes'/>
- <parameter type-id='type-id-3614'/>
+ <parameter type-id='type-id-3613'/>
<parameter type-id='type-id-1073'/>
<return type-id='type-id-11'/>
</function-decl>
<member-function access='public'>
<function-decl name='_Bind<const std::_Placeholder<1> &, mongo::repl::ScatterGatherRunner *>' mangled-name='_ZNSt5_BindIFPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS0_4repl19ScatterGatherRunnerEESt12_PlaceholderILi1EES8_EEC2IJRKSC_S8_EEEOSA_DpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1303' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5_BindIFPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS0_4repl19ScatterGatherRunnerEESt12_PlaceholderILi1EES8_EEC2IJRKSC_S8_EEEOSA_DpOT_'>
<parameter type-id='type-id-880' is-artificial='yes'/>
- <parameter type-id='type-id-3615'/>
+ <parameter type-id='type-id-3614'/>
<parameter type-id='type-id-930'/>
- <parameter type-id='type-id-3616'/>
+ <parameter type-id='type-id-3615'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</namespace-decl>
<namespace-decl name='std'>
<class-decl name='_Bind<void (*(std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *))(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)>' size-in-bits='192' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1248' column='1' id='type-id-1479'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3617'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3616'/>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_f' type-id='type-id-3618' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1255' column='1'/>
+ <var-decl name='_M_f' type-id='type-id-3617' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1255' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_bound_args' type-id='type-id-3619' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1256' column='1'/>
+ <var-decl name='_M_bound_args' type-id='type-id-3618' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1256' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Bind' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1307' column='1' visibility='default' binding='global' size-in-bits='64'>
<member-function access='public'>
<function-decl name='_Bind<const std::_Placeholder<1> &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' mangled-name='_ZNSt5_BindIFPFvRKN5mongo8executor12TaskExecutor12CallbackArgsEPNS0_4repl19ScatterGatherRunnerEPNS0_10StatusWithINS2_11EventHandleEEEESt12_PlaceholderILi1EES8_SC_EEC2IJRKSG_S8_SC_EEEOSE_DpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1303' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5_BindIFPFvRKN5mongo8executor12TaskExecutor12CallbackArgsEPNS0_4repl19ScatterGatherRunnerEPNS0_10StatusWithINS2_11EventHandleEEEESt12_PlaceholderILi1EES8_SC_EEC2IJRKSG_S8_SC_EEEOSE_DpOT_'>
<parameter type-id='type-id-884' is-artificial='yes'/>
- <parameter type-id='type-id-3620'/>
+ <parameter type-id='type-id-3619'/>
<parameter type-id='type-id-930'/>
- <parameter type-id='type-id-3616'/>
- <parameter type-id='type-id-3621'/>
+ <parameter type-id='type-id-3615'/>
+ <parameter type-id='type-id-3620'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-3622' size-in-bits='64' id='type-id-882'/>
- <reference-type-def kind='lvalue' type-id='type-id-3623' size-in-bits='64' id='type-id-886'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3621' size-in-bits='64' id='type-id-882'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3622' size-in-bits='64' id='type-id-886'/>
<function-type size-in-bits='64' id='type-id-3357'>
<parameter type-id='type-id-847'/>
<parameter type-id='type-id-845'/>
<parameter type-id='type-id-848'/>
<return type-id='type-id-19'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-3509'>
+ <function-type size-in-bits='64' id='type-id-3508'>
<parameter type-id='type-id-845'/>
<parameter type-id='type-id-196'/>
<parameter type-id='type-id-1074'/>
<parameter type-id='type-id-845'/>
<return type-id='type-id-196'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-3506'>
- <parameter type-id='type-id-3505'/>
- <return type-id='type-id-3505'/>
+ <function-type size-in-bits='64' id='type-id-3505'>
+ <parameter type-id='type-id-3504'/>
+ <return type-id='type-id-3504'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-3504'>
+ <function-type size-in-bits='64' id='type-id-3503'>
<parameter type-id='type-id-2566'/>
<return type-id='type-id-2566'/>
</function-type>
<parameter type-id='type-id-845'/>
<return type-id='type-id-11'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-3507'>
+ <function-type size-in-bits='64' id='type-id-3506'>
<parameter type-id='type-id-845'/>
<parameter type-id='type-id-1183'/>
<return type-id='type-id-11'/>
</function-type>
<reference-type-def kind='rvalue' type-id='type-id-1241' size-in-bits='64' id='type-id-881'/>
<pointer-type-def type-id='type-id-1241' size-in-bits='64' id='type-id-880'/>
- <reference-type-def kind='lvalue' type-id='type-id-3624' size-in-bits='64' id='type-id-914'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3623' size-in-bits='64' id='type-id-914'/>
<reference-type-def kind='lvalue' type-id='type-id-880' size-in-bits='64' id='type-id-913'/>
<reference-type-def kind='rvalue' type-id='type-id-1479' size-in-bits='64' id='type-id-885'/>
<pointer-type-def type-id='type-id-1479' size-in-bits='64' id='type-id-884'/>
- <reference-type-def kind='lvalue' type-id='type-id-3625' size-in-bits='64' id='type-id-916'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3624' size-in-bits='64' id='type-id-916'/>
<reference-type-def kind='lvalue' type-id='type-id-884' size-in-bits='64' id='type-id-915'/>
- <reference-type-def kind='lvalue' type-id='type-id-3626' size-in-bits='64' id='type-id-2242'/>
- <reference-type-def kind='lvalue' type-id='type-id-3627' size-in-bits='64' id='type-id-2223'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3625' size-in-bits='64' id='type-id-2242'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3626' size-in-bits='64' id='type-id-2223'/>
<namespace-decl name='std'>
- <class-decl name='__add_rvalue_reference_helper<const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1530' column='1' id='type-id-3628'>
+ <class-decl name='__add_rvalue_reference_helper<const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1530' column='1' id='type-id-3627'>
<member-type access='public'>
<typedef-decl name='type' type-id='type-id-1240' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1531' column='1' id='type-id-2239'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__add_rvalue_reference_helper<mongo::executor::TaskExecutor::CallbackHandle &, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1530' column='1' id='type-id-3629'>
+ <class-decl name='__add_rvalue_reference_helper<mongo::executor::TaskExecutor::CallbackHandle &, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1530' column='1' id='type-id-3628'>
<member-type access='public'>
<typedef-decl name='type' type-id='type-id-932' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1531' column='1' id='type-id-2236'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='tuple<const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &>' size-in-bits='64' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='390' column='1' id='type-id-3626'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3630'/>
+ <class-decl name='tuple<const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &>' size-in-bits='64' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='390' column='1' id='type-id-3625'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3629'/>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='395' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3631' is-artificial='yes'/>
+ <parameter type-id='type-id-3630' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' mangled-name='_ZNSt5tupleIJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEEC2ES5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='399' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5tupleIJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEEC2ES5_'>
- <parameter type-id='type-id-3631' is-artificial='yes'/>
+ <parameter type-id='type-id-3630' is-artificial='yes'/>
<parameter type-id='type-id-1240'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='409' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3631' is-artificial='yes'/>
- <parameter type-id='type-id-3632'/>
+ <parameter type-id='type-id-3630' is-artificial='yes'/>
+ <parameter type-id='type-id-3631'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='411' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3631' is-artificial='yes'/>
- <parameter type-id='type-id-3614'/>
+ <parameter type-id='type-id-3630' is-artificial='yes'/>
+ <parameter type-id='type-id-3613'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEEaSERKS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='472' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3631' is-artificial='yes'/>
- <parameter type-id='type-id-3632'/>
+ <parameter type-id='type-id-3630' is-artificial='yes'/>
+ <parameter type-id='type-id-3631'/>
<return type-id='type-id-2242'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEEaSEOS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='479' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3631' is-artificial='yes'/>
- <parameter type-id='type-id-3614'/>
+ <parameter type-id='type-id-3630' is-artificial='yes'/>
+ <parameter type-id='type-id-3613'/>
<return type-id='type-id-2242'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='swap' mangled-name='_ZNSt5tupleIJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEE4swapERS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='507' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3631' is-artificial='yes'/>
+ <parameter type-id='type-id-3630' is-artificial='yes'/>
<parameter type-id='type-id-2242'/>
<return type-id='type-id-11'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='tuple<mongo::executor::TaskExecutor::CallbackHandle &>' size-in-bits='64' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='390' column='1' id='type-id-3627'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3633'/>
+ <class-decl name='tuple<mongo::executor::TaskExecutor::CallbackHandle &>' size-in-bits='64' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='390' column='1' id='type-id-3626'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3632'/>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='395' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3634' is-artificial='yes'/>
+ <parameter type-id='type-id-3633' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' mangled-name='_ZNSt5tupleIJRN5mongo8executor12TaskExecutor14CallbackHandleEEEC2ES4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='399' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5tupleIJRN5mongo8executor12TaskExecutor14CallbackHandleEEEC2ES4_'>
- <parameter type-id='type-id-3634' is-artificial='yes'/>
+ <parameter type-id='type-id-3633' is-artificial='yes'/>
<parameter type-id='type-id-932'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='409' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3634' is-artificial='yes'/>
- <parameter type-id='type-id-3635'/>
+ <parameter type-id='type-id-3633' is-artificial='yes'/>
+ <parameter type-id='type-id-3634'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='411' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3634' is-artificial='yes'/>
- <parameter type-id='type-id-3636'/>
+ <parameter type-id='type-id-3633' is-artificial='yes'/>
+ <parameter type-id='type-id-3635'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIJRN5mongo8executor12TaskExecutor14CallbackHandleEEEaSERKS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='472' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3634' is-artificial='yes'/>
- <parameter type-id='type-id-3635'/>
+ <parameter type-id='type-id-3633' is-artificial='yes'/>
+ <parameter type-id='type-id-3634'/>
<return type-id='type-id-2223'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIJRN5mongo8executor12TaskExecutor14CallbackHandleEEEaSEOS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='479' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3634' is-artificial='yes'/>
- <parameter type-id='type-id-3636'/>
+ <parameter type-id='type-id-3633' is-artificial='yes'/>
+ <parameter type-id='type-id-3635'/>
<return type-id='type-id-2223'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='swap' mangled-name='_ZNSt5tupleIJRN5mongo8executor12TaskExecutor14CallbackHandleEEE4swapERS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='507' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3634' is-artificial='yes'/>
+ <parameter type-id='type-id-3633' is-artificial='yes'/>
<parameter type-id='type-id-2223'/>
<return type-id='type-id-11'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='tuple<std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' size-in-bits='128' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='390' column='1' id='type-id-3619'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3637'/>
+ <class-decl name='tuple<std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' size-in-bits='128' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='390' column='1' id='type-id-3618'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3636'/>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='395' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3638' is-artificial='yes'/>
+ <parameter type-id='type-id-3637' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='399' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3638' is-artificial='yes'/>
+ <parameter type-id='type-id-3637' is-artificial='yes'/>
<parameter type-id='type-id-930'/>
+ <parameter type-id='type-id-3638'/>
<parameter type-id='type-id-3639'/>
- <parameter type-id='type-id-3640'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='409' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3638' is-artificial='yes'/>
- <parameter type-id='type-id-3641'/>
+ <parameter type-id='type-id-3637' is-artificial='yes'/>
+ <parameter type-id='type-id-3640'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' mangled-name='_ZNSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEEC2EOSC_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEEC2EOSC_'>
- <parameter type-id='type-id-3638' is-artificial='yes'/>
- <parameter type-id='type-id-3642'/>
+ <parameter type-id='type-id-3637' is-artificial='yes'/>
+ <parameter type-id='type-id-3641'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEEaSERKSC_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='472' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3638' is-artificial='yes'/>
- <parameter type-id='type-id-3641'/>
- <return type-id='type-id-3643'/>
+ <parameter type-id='type-id-3637' is-artificial='yes'/>
+ <parameter type-id='type-id-3640'/>
+ <return type-id='type-id-3642'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEEaSEOSC_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='479' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3638' is-artificial='yes'/>
- <parameter type-id='type-id-3642'/>
- <return type-id='type-id-3643'/>
+ <parameter type-id='type-id-3637' is-artificial='yes'/>
+ <parameter type-id='type-id-3641'/>
+ <return type-id='type-id-3642'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='swap' mangled-name='_ZNSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEE4swapERSC_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='507' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3638' is-artificial='yes'/>
- <parameter type-id='type-id-3643'/>
+ <parameter type-id='type-id-3637' is-artificial='yes'/>
+ <parameter type-id='type-id-3642'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple<const std::_Placeholder<1> &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *, void>' mangled-name='_ZNSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEEC2IJRKS1_S5_SB_EvEEDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='406' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEEC2IJRKS1_S5_SB_EvEEDpOT_'>
- <parameter type-id='type-id-3638' is-artificial='yes'/>
+ <parameter type-id='type-id-3637' is-artificial='yes'/>
<parameter type-id='type-id-930'/>
- <parameter type-id='type-id-3616'/>
- <parameter type-id='type-id-3621'/>
+ <parameter type-id='type-id-3615'/>
+ <parameter type-id='type-id-3620'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='tuple<std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *>' size-in-bits='64' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='523' column='1' id='type-id-3613'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3644'/>
+ <class-decl name='tuple<std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *>' size-in-bits='64' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='523' column='1' id='type-id-3612'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3643'/>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='528' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3645' is-artificial='yes'/>
+ <parameter type-id='type-id-3644' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='532' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3645' is-artificial='yes'/>
+ <parameter type-id='type-id-3644' is-artificial='yes'/>
<parameter type-id='type-id-930'/>
- <parameter type-id='type-id-3639'/>
+ <parameter type-id='type-id-3638'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='542' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3645' is-artificial='yes'/>
- <parameter type-id='type-id-3646'/>
+ <parameter type-id='type-id-3644' is-artificial='yes'/>
+ <parameter type-id='type-id-3645'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' mangled-name='_ZNSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEEC2EOS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='544' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEEC2EOS6_'>
- <parameter type-id='type-id-3645' is-artificial='yes'/>
- <parameter type-id='type-id-3647'/>
+ <parameter type-id='type-id-3644' is-artificial='yes'/>
+ <parameter type-id='type-id-3646'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEEaSERKS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3645' is-artificial='yes'/>
- <parameter type-id='type-id-3646'/>
- <return type-id='type-id-3648'/>
+ <parameter type-id='type-id-3644' is-artificial='yes'/>
+ <parameter type-id='type-id-3645'/>
+ <return type-id='type-id-3647'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEEaSEOS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='625' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3645' is-artificial='yes'/>
- <parameter type-id='type-id-3647'/>
- <return type-id='type-id-3648'/>
+ <parameter type-id='type-id-3644' is-artificial='yes'/>
+ <parameter type-id='type-id-3646'/>
+ <return type-id='type-id-3647'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='swap' mangled-name='_ZNSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEE4swapERS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='667' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3645' is-artificial='yes'/>
- <parameter type-id='type-id-3648'/>
+ <parameter type-id='type-id-3644' is-artificial='yes'/>
+ <parameter type-id='type-id-3647'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple<const std::_Placeholder<1> &, mongo::repl::ScatterGatherRunner *, void>' mangled-name='_ZNSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEEC2IRKS1_S5_vEEOT_OT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEEC2IRKS1_S5_vEEOT_OT0_'>
- <parameter type-id='type-id-3645' is-artificial='yes'/>
+ <parameter type-id='type-id-3644' is-artificial='yes'/>
<parameter type-id='type-id-930'/>
- <parameter type-id='type-id-3616'/>
+ <parameter type-id='type-id-3615'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-1241' const='yes' id='type-id-3622'/>
- <qualified-type-def type-id='type-id-1479' const='yes' id='type-id-3623'/>
- <reference-type-def kind='rvalue' type-id='type-id-2784' size-in-bits='64' id='type-id-3621'/>
- <reference-type-def kind='rvalue' type-id='type-id-3649' size-in-bits='64' id='type-id-3616'/>
- <qualified-type-def type-id='type-id-880' const='yes' id='type-id-3624'/>
- <qualified-type-def type-id='type-id-884' const='yes' id='type-id-3625'/>
- <reference-type-def kind='rvalue' type-id='type-id-3626' size-in-bits='64' id='type-id-3614'/>
+ <qualified-type-def type-id='type-id-1241' const='yes' id='type-id-3621'/>
+ <qualified-type-def type-id='type-id-1479' const='yes' id='type-id-3622'/>
+ <reference-type-def kind='rvalue' type-id='type-id-2784' size-in-bits='64' id='type-id-3620'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3648' size-in-bits='64' id='type-id-3615'/>
+ <qualified-type-def type-id='type-id-880' const='yes' id='type-id-3623'/>
+ <qualified-type-def type-id='type-id-884' const='yes' id='type-id-3624'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3625' size-in-bits='64' id='type-id-3613'/>
<namespace-decl name='std'>
- <class-decl name='_Weak_result_type<void (*)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='184' column='1' id='type-id-3617'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3650'/>
+ <class-decl name='_Weak_result_type<void (*)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='184' column='1' id='type-id-3616'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3649'/>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Weak_result_type<void (*)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='184' column='1' id='type-id-3611'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3651'/>
+ <class-decl name='_Weak_result_type<void (*)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='184' column='1' id='type-id-3610'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3650'/>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-3652' size-in-bits='64' id='type-id-3618'/>
- <reference-type-def kind='rvalue' type-id='type-id-3618' size-in-bits='64' id='type-id-3620'/>
- <pointer-type-def type-id='type-id-3653' size-in-bits='64' id='type-id-3612'/>
- <reference-type-def kind='rvalue' type-id='type-id-3612' size-in-bits='64' id='type-id-3615'/>
- <reference-type-def kind='lvalue' type-id='type-id-3654' size-in-bits='64' id='type-id-3632'/>
- <reference-type-def kind='lvalue' type-id='type-id-3655' size-in-bits='64' id='type-id-3635'/>
- <reference-type-def kind='lvalue' type-id='type-id-3656' size-in-bits='64' id='type-id-3641'/>
- <reference-type-def kind='lvalue' type-id='type-id-3657' size-in-bits='64' id='type-id-3646'/>
- <function-type size-in-bits='64' id='type-id-3652'>
+ <pointer-type-def type-id='type-id-3651' size-in-bits='64' id='type-id-3617'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3617' size-in-bits='64' id='type-id-3619'/>
+ <pointer-type-def type-id='type-id-3652' size-in-bits='64' id='type-id-3611'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3611' size-in-bits='64' id='type-id-3614'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3653' size-in-bits='64' id='type-id-3631'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3654' size-in-bits='64' id='type-id-3634'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3655' size-in-bits='64' id='type-id-3640'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3656' size-in-bits='64' id='type-id-3645'/>
+ <function-type size-in-bits='64' id='type-id-3651'>
<parameter type-id='type-id-1341'/>
- <parameter type-id='type-id-3649'/>
+ <parameter type-id='type-id-3648'/>
<parameter type-id='type-id-2784'/>
<return type-id='type-id-11'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-3653'>
+ <function-type size-in-bits='64' id='type-id-3652'>
<parameter type-id='type-id-1240'/>
- <parameter type-id='type-id-3649'/>
+ <parameter type-id='type-id-3648'/>
<return type-id='type-id-11'/>
</function-type>
- <reference-type-def kind='lvalue' type-id='type-id-3658' size-in-bits='64' id='type-id-3640'/>
- <pointer-type-def type-id='type-id-3659' size-in-bits='64' id='type-id-3649'/>
- <reference-type-def kind='lvalue' type-id='type-id-3660' size-in-bits='64' id='type-id-3639'/>
- <pointer-type-def type-id='type-id-3626' size-in-bits='64' id='type-id-3631'/>
- <reference-type-def kind='rvalue' type-id='type-id-3627' size-in-bits='64' id='type-id-3636'/>
- <pointer-type-def type-id='type-id-3627' size-in-bits='64' id='type-id-3634'/>
- <reference-type-def kind='lvalue' type-id='type-id-3619' size-in-bits='64' id='type-id-3643'/>
- <reference-type-def kind='rvalue' type-id='type-id-3619' size-in-bits='64' id='type-id-3642'/>
- <pointer-type-def type-id='type-id-3619' size-in-bits='64' id='type-id-3638'/>
- <reference-type-def kind='lvalue' type-id='type-id-3613' size-in-bits='64' id='type-id-3648'/>
- <reference-type-def kind='rvalue' type-id='type-id-3613' size-in-bits='64' id='type-id-3647'/>
- <pointer-type-def type-id='type-id-3613' size-in-bits='64' id='type-id-3645'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3657' size-in-bits='64' id='type-id-3639'/>
+ <pointer-type-def type-id='type-id-3658' size-in-bits='64' id='type-id-3648'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3659' size-in-bits='64' id='type-id-3638'/>
+ <pointer-type-def type-id='type-id-3625' size-in-bits='64' id='type-id-3630'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3626' size-in-bits='64' id='type-id-3635'/>
+ <pointer-type-def type-id='type-id-3626' size-in-bits='64' id='type-id-3633'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3618' size-in-bits='64' id='type-id-3642'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3618' size-in-bits='64' id='type-id-3641'/>
+ <pointer-type-def type-id='type-id-3618' size-in-bits='64' id='type-id-3637'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3612' size-in-bits='64' id='type-id-3647'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3612' size-in-bits='64' id='type-id-3646'/>
+ <pointer-type-def type-id='type-id-3612' size-in-bits='64' id='type-id-3644'/>
<namespace-decl name='std'>
- <class-decl name='_Tuple_impl<0, const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3630'>
+ <class-decl name='_Tuple_impl<0, const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3629'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-556'/>
- <base-class access='private' layout-offset-in-bits='0' type-id='type-id-3661'/>
+ <base-class access='private' layout-offset-in-bits='0' type-id='type-id-3660'/>
<member-type access='public'>
- <typedef-decl name='_Inherited' type-id='type-id-556' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3662'/>
+ <typedef-decl name='_Inherited' type-id='type-id-556' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3661'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEE7_M_headERS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEE7_M_headERS6_'>
- <parameter type-id='type-id-3663'/>
+ <parameter type-id='type-id-3662'/>
<return type-id='type-id-1240'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEE7_M_headERKS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3664'/>
+ <parameter type-id='type-id-3663'/>
<return type-id='type-id-1240'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEE7_M_tailERS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='247' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3663'/>
- <return type-id='type-id-3665'/>
+ <parameter type-id='type-id-3662'/>
+ <return type-id='type-id-3664'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEE7_M_tailERKS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3664'/>
- <return type-id='type-id-3666'/>
+ <parameter type-id='type-id-3663'/>
+ <return type-id='type-id-3665'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3667' is-artificial='yes'/>
+ <parameter type-id='type-id-3666' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' mangled-name='_ZNSt11_Tuple_implILm0EJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEEC2ES5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='256' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEEC2ES5_'>
- <parameter type-id='type-id-3667' is-artificial='yes'/>
+ <parameter type-id='type-id-3666' is-artificial='yes'/>
<parameter type-id='type-id-1240'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='266' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3667' is-artificial='yes'/>
- <parameter type-id='type-id-3664'/>
+ <parameter type-id='type-id-3666' is-artificial='yes'/>
+ <parameter type-id='type-id-3663'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3667' is-artificial='yes'/>
- <parameter type-id='type-id-3668'/>
+ <parameter type-id='type-id-3666' is-artificial='yes'/>
+ <parameter type-id='type-id-3667'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEEaSERKS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3667' is-artificial='yes'/>
- <parameter type-id='type-id-3664'/>
- <return type-id='type-id-3663'/>
+ <parameter type-id='type-id-3666' is-artificial='yes'/>
+ <parameter type-id='type-id-3663'/>
+ <return type-id='type-id-3662'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEEaSEOS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3667' is-artificial='yes'/>
- <parameter type-id='type-id-3668'/>
- <return type-id='type-id-3663'/>
+ <parameter type-id='type-id-3666' is-artificial='yes'/>
+ <parameter type-id='type-id-3667'/>
+ <return type-id='type-id-3662'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm0EJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEE7_M_swapERS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3667' is-artificial='yes'/>
- <parameter type-id='type-id-3663'/>
+ <parameter type-id='type-id-3666' is-artificial='yes'/>
+ <parameter type-id='type-id-3662'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Tuple_impl<0, mongo::executor::TaskExecutor::CallbackHandle &>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3633'>
+ <class-decl name='_Tuple_impl<0, mongo::executor::TaskExecutor::CallbackHandle &>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3632'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-556'/>
- <base-class access='private' layout-offset-in-bits='0' type-id='type-id-3669'/>
+ <base-class access='private' layout-offset-in-bits='0' type-id='type-id-3668'/>
<member-type access='public'>
- <typedef-decl name='_Inherited' type-id='type-id-556' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3670'/>
+ <typedef-decl name='_Inherited' type-id='type-id-556' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3669'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EJRN5mongo8executor12TaskExecutor14CallbackHandleEEE7_M_headERS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJRN5mongo8executor12TaskExecutor14CallbackHandleEEE7_M_headERS5_'>
- <parameter type-id='type-id-3671'/>
+ <parameter type-id='type-id-3670'/>
<return type-id='type-id-932'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EJRN5mongo8executor12TaskExecutor14CallbackHandleEEE7_M_headERKS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3672'/>
+ <parameter type-id='type-id-3671'/>
<return type-id='type-id-932'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EJRN5mongo8executor12TaskExecutor14CallbackHandleEEE7_M_tailERS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='247' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3671'/>
- <return type-id='type-id-3673'/>
+ <parameter type-id='type-id-3670'/>
+ <return type-id='type-id-3672'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EJRN5mongo8executor12TaskExecutor14CallbackHandleEEE7_M_tailERKS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3672'/>
- <return type-id='type-id-3674'/>
+ <parameter type-id='type-id-3671'/>
+ <return type-id='type-id-3673'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3675' is-artificial='yes'/>
+ <parameter type-id='type-id-3674' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' mangled-name='_ZNSt11_Tuple_implILm0EJRN5mongo8executor12TaskExecutor14CallbackHandleEEEC2ES4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='256' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJRN5mongo8executor12TaskExecutor14CallbackHandleEEEC2ES4_'>
- <parameter type-id='type-id-3675' is-artificial='yes'/>
+ <parameter type-id='type-id-3674' is-artificial='yes'/>
<parameter type-id='type-id-932'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='266' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3675' is-artificial='yes'/>
- <parameter type-id='type-id-3672'/>
+ <parameter type-id='type-id-3674' is-artificial='yes'/>
+ <parameter type-id='type-id-3671'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3675' is-artificial='yes'/>
- <parameter type-id='type-id-3676'/>
+ <parameter type-id='type-id-3674' is-artificial='yes'/>
+ <parameter type-id='type-id-3675'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EJRN5mongo8executor12TaskExecutor14CallbackHandleEEEaSERKS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3675' is-artificial='yes'/>
- <parameter type-id='type-id-3672'/>
- <return type-id='type-id-3671'/>
+ <parameter type-id='type-id-3674' is-artificial='yes'/>
+ <parameter type-id='type-id-3671'/>
+ <return type-id='type-id-3670'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EJRN5mongo8executor12TaskExecutor14CallbackHandleEEEaSEOS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3675' is-artificial='yes'/>
- <parameter type-id='type-id-3676'/>
- <return type-id='type-id-3671'/>
+ <parameter type-id='type-id-3674' is-artificial='yes'/>
+ <parameter type-id='type-id-3675'/>
+ <return type-id='type-id-3670'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm0EJRN5mongo8executor12TaskExecutor14CallbackHandleEEE7_M_swapERS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3675' is-artificial='yes'/>
- <parameter type-id='type-id-3671'/>
+ <parameter type-id='type-id-3674' is-artificial='yes'/>
+ <parameter type-id='type-id-3670'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Tuple_impl<0, std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3637'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3677'/>
+ <class-decl name='_Tuple_impl<0, std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3636'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3676'/>
<base-class access='private' layout-offset-in-bits='0' type-id='type-id-1352'/>
<member-type access='public'>
- <typedef-decl name='_Inherited' type-id='type-id-3677' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3678'/>
+ <typedef-decl name='_Inherited' type-id='type-id-3676' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3677'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEE7_M_headERSC_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEE7_M_headERSC_'>
- <parameter type-id='type-id-3679'/>
+ <parameter type-id='type-id-3678'/>
<return type-id='type-id-966'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEE7_M_headERKSC_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3680'/>
+ <parameter type-id='type-id-3679'/>
<return type-id='type-id-930'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEE7_M_tailERSC_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEE7_M_tailERSC_'>
- <parameter type-id='type-id-3679'/>
- <return type-id='type-id-3681'/>
+ <parameter type-id='type-id-3678'/>
+ <return type-id='type-id-3680'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEE7_M_tailERKSC_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3680'/>
- <return type-id='type-id-3682'/>
+ <parameter type-id='type-id-3679'/>
+ <return type-id='type-id-3681'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3683' is-artificial='yes'/>
+ <parameter type-id='type-id-3682' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3683' is-artificial='yes'/>
+ <parameter type-id='type-id-3682' is-artificial='yes'/>
<parameter type-id='type-id-930'/>
+ <parameter type-id='type-id-3638'/>
<parameter type-id='type-id-3639'/>
- <parameter type-id='type-id-3640'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='266' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3683' is-artificial='yes'/>
- <parameter type-id='type-id-3680'/>
+ <parameter type-id='type-id-3682' is-artificial='yes'/>
+ <parameter type-id='type-id-3679'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEEC2EOSC_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='269' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEEC2EOSC_'>
- <parameter type-id='type-id-3683' is-artificial='yes'/>
- <parameter type-id='type-id-3684'/>
+ <parameter type-id='type-id-3682' is-artificial='yes'/>
+ <parameter type-id='type-id-3683'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEEaSERKSC_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3683' is-artificial='yes'/>
- <parameter type-id='type-id-3680'/>
- <return type-id='type-id-3679'/>
+ <parameter type-id='type-id-3682' is-artificial='yes'/>
+ <parameter type-id='type-id-3679'/>
+ <return type-id='type-id-3678'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEEaSEOSC_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3683' is-artificial='yes'/>
- <parameter type-id='type-id-3684'/>
- <return type-id='type-id-3679'/>
+ <parameter type-id='type-id-3682' is-artificial='yes'/>
+ <parameter type-id='type-id-3683'/>
+ <return type-id='type-id-3678'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEE7_M_swapERSC_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3683' is-artificial='yes'/>
- <parameter type-id='type-id-3679'/>
+ <parameter type-id='type-id-3682' is-artificial='yes'/>
+ <parameter type-id='type-id-3678'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl<const std::_Placeholder<1> &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *, void>' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEEC2IRKS1_JS5_SB_EvEEOT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEEC2IRKS1_JS5_SB_EvEEOT_DpOT0_'>
- <parameter type-id='type-id-3683' is-artificial='yes'/>
+ <parameter type-id='type-id-3682' is-artificial='yes'/>
<parameter type-id='type-id-930'/>
- <parameter type-id='type-id-3616'/>
- <parameter type-id='type-id-3621'/>
+ <parameter type-id='type-id-3615'/>
+ <parameter type-id='type-id-3620'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Tuple_impl<0, std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3644'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3685'/>
+ <class-decl name='_Tuple_impl<0, std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3643'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3684'/>
<base-class access='private' layout-offset-in-bits='0' type-id='type-id-1352'/>
<member-type access='public'>
- <typedef-decl name='_Inherited' type-id='type-id-3685' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3686'/>
+ <typedef-decl name='_Inherited' type-id='type-id-3684' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3685'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEE7_M_headERS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEE7_M_headERS6_'>
- <parameter type-id='type-id-3687'/>
+ <parameter type-id='type-id-3686'/>
<return type-id='type-id-966'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEE7_M_headERKS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3688'/>
+ <parameter type-id='type-id-3687'/>
<return type-id='type-id-930'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEE7_M_tailERS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEE7_M_tailERS6_'>
- <parameter type-id='type-id-3687'/>
- <return type-id='type-id-3689'/>
+ <parameter type-id='type-id-3686'/>
+ <return type-id='type-id-3688'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEE7_M_tailERKS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3688'/>
- <return type-id='type-id-3690'/>
+ <parameter type-id='type-id-3687'/>
+ <return type-id='type-id-3689'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3691' is-artificial='yes'/>
+ <parameter type-id='type-id-3690' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3691' is-artificial='yes'/>
+ <parameter type-id='type-id-3690' is-artificial='yes'/>
<parameter type-id='type-id-930'/>
- <parameter type-id='type-id-3639'/>
+ <parameter type-id='type-id-3638'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='266' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3691' is-artificial='yes'/>
- <parameter type-id='type-id-3688'/>
+ <parameter type-id='type-id-3690' is-artificial='yes'/>
+ <parameter type-id='type-id-3687'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEEC2EOS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='269' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEEC2EOS6_'>
- <parameter type-id='type-id-3691' is-artificial='yes'/>
- <parameter type-id='type-id-3692'/>
+ <parameter type-id='type-id-3690' is-artificial='yes'/>
+ <parameter type-id='type-id-3691'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEEaSERKS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3691' is-artificial='yes'/>
- <parameter type-id='type-id-3688'/>
- <return type-id='type-id-3687'/>
+ <parameter type-id='type-id-3690' is-artificial='yes'/>
+ <parameter type-id='type-id-3687'/>
+ <return type-id='type-id-3686'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEEaSEOS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3691' is-artificial='yes'/>
- <parameter type-id='type-id-3692'/>
- <return type-id='type-id-3687'/>
+ <parameter type-id='type-id-3690' is-artificial='yes'/>
+ <parameter type-id='type-id-3691'/>
+ <return type-id='type-id-3686'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEE7_M_swapERS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3691' is-artificial='yes'/>
- <parameter type-id='type-id-3687'/>
+ <parameter type-id='type-id-3690' is-artificial='yes'/>
+ <parameter type-id='type-id-3686'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl<const std::_Placeholder<1> &, mongo::repl::ScatterGatherRunner *, void>' mangled-name='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEEC2IRKS1_JS5_EvEEOT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEEC2IRKS1_JS5_EvEEOT_DpOT0_'>
- <parameter type-id='type-id-3691' is-artificial='yes'/>
+ <parameter type-id='type-id-3690' is-artificial='yes'/>
<parameter type-id='type-id-930'/>
- <parameter type-id='type-id-3616'/>
+ <parameter type-id='type-id-3615'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Weak_result_type_impl<void (*)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='134' column='1' id='type-id-3650'/>
+ <class-decl name='_Weak_result_type_impl<void (*)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='134' column='1' id='type-id-3649'/>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Weak_result_type_impl<void (*)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='134' column='1' id='type-id-3651'/>
+ <class-decl name='_Weak_result_type_impl<void (*)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='134' column='1' id='type-id-3650'/>
</namespace-decl>
<namespace-decl name='mongo'>
<namespace-decl name='repl'>
- <class-decl name='ScatterGatherRunner' size-in-bits='768' visibility='default' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='49' column='1' id='type-id-3659'>
+ <class-decl name='ScatterGatherRunner' size-in-bits='768' visibility='default' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='49' column='1' id='type-id-3658'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_algorithm' type-id='type-id-3693' visibility='default' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='116' column='1'/>
+ <var-decl name='_algorithm' type-id='type-id-3692' visibility='default' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='116' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='_onCompletion' type-id='type-id-828' visibility='default' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='117' column='1'/>
<var-decl name='_sufficientResponsesReceived' type-id='type-id-707' visibility='default' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='118' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='448'>
- <var-decl name='_callbacks' type-id='type-id-3694' visibility='default' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='119' column='1'/>
+ <var-decl name='_callbacks' type-id='type-id-3693' visibility='default' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='119' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='640'>
<var-decl name='_actualResponses' type-id='type-id-2597' visibility='default' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='120' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='ScatterGatherRunner' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3649' is-artificial='yes'/>
- <parameter type-id='type-id-3695'/>
+ <parameter type-id='type-id-3648' is-artificial='yes'/>
+ <parameter type-id='type-id-3694'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZN5mongo4repl19ScatterGatherRunneraSERKS1_' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3649' is-artificial='yes'/>
- <parameter type-id='type-id-3695'/>
- <return type-id='type-id-3696'/>
+ <parameter type-id='type-id-3648' is-artificial='yes'/>
+ <parameter type-id='type-id-3694'/>
+ <return type-id='type-id-3695'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='ScatterGatherRunner' mangled-name='_ZN5mongo4repl19ScatterGatherRunnerC2EPNS0_22ScatterGatherAlgorithmE' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo4repl19ScatterGatherRunnerC1EPNS0_22ScatterGatherAlgorithmE'>
- <parameter type-id='type-id-3649' is-artificial='yes'/>
- <parameter type-id='type-id-3693'/>
+ <parameter type-id='type-id-3648' is-artificial='yes'/>
+ <parameter type-id='type-id-3692'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~ScatterGatherRunner' mangled-name='_ZN5mongo4repl19ScatterGatherRunnerD2Ev' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo4repl19ScatterGatherRunnerD1Ev'>
- <parameter type-id='type-id-3649' is-artificial='yes'/>
+ <parameter type-id='type-id-3648' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='run' mangled-name='_ZN5mongo4repl19ScatterGatherRunner3runEPNS0_19ReplicationExecutorE' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='73' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo4repl19ScatterGatherRunner3runEPNS0_19ReplicationExecutorE'>
- <parameter type-id='type-id-3649' is-artificial='yes'/>
+ <parameter type-id='type-id-3648' is-artificial='yes'/>
<parameter type-id='type-id-940'/>
<return type-id='type-id-1100'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='start' mangled-name='_ZN5mongo4repl19ScatterGatherRunner5startEPNS0_19ReplicationExecutorERKSt8functionIFvvEE' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='91' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo4repl19ScatterGatherRunner5startEPNS0_19ReplicationExecutorERKSt8functionIFvvEE'>
- <parameter type-id='type-id-3649' is-artificial='yes'/>
+ <parameter type-id='type-id-3648' is-artificial='yes'/>
<parameter type-id='type-id-940'/>
<parameter type-id='type-id-834'/>
<return type-id='type-id-2627'/>
</member-function>
<member-function access='public'>
<function-decl name='cancel' mangled-name='_ZN5mongo4repl19ScatterGatherRunner6cancelEPNS0_19ReplicationExecutorE' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo4repl19ScatterGatherRunner6cancelEPNS0_19ReplicationExecutorE'>
- <parameter type-id='type-id-3649' is-artificial='yes'/>
+ <parameter type-id='type-id-3648' is-artificial='yes'/>
<parameter type-id='type-id-940'/>
<return type-id='type-id-11'/>
</function-decl>
<member-function access='private' static='yes'>
<function-decl name='_processResponse' mangled-name='_ZN5mongo4repl19ScatterGatherRunner16_processResponseERKNS_8executor12TaskExecutor25RemoteCommandCallbackArgsEPS1_' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo4repl19ScatterGatherRunner16_processResponseERKNS_8executor12TaskExecutor25RemoteCommandCallbackArgsEPS1_'>
<parameter type-id='type-id-1240'/>
- <parameter type-id='type-id-3649'/>
+ <parameter type-id='type-id-3648'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_signalSufficientResponsesReceived' mangled-name='_ZN5mongo4repl19ScatterGatherRunner34_signalSufficientResponsesReceivedEPNS0_19ReplicationExecutorE' filepath='src/mongo/db/repl/scatter_gather_runner.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo4repl19ScatterGatherRunner34_signalSufficientResponsesReceivedEPNS0_19ReplicationExecutorE'>
- <parameter type-id='type-id-3649' is-artificial='yes'/>
+ <parameter type-id='type-id-3648' is-artificial='yes'/>
<parameter type-id='type-id-940'/>
<return type-id='type-id-11'/>
</function-decl>
</class-decl>
</namespace-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-3697' size-in-bits='64' id='type-id-3664'/>
- <reference-type-def kind='lvalue' type-id='type-id-3698' size-in-bits='64' id='type-id-3666'/>
- <reference-type-def kind='lvalue' type-id='type-id-3699' size-in-bits='64' id='type-id-3672'/>
- <reference-type-def kind='lvalue' type-id='type-id-3700' size-in-bits='64' id='type-id-3674'/>
- <reference-type-def kind='lvalue' type-id='type-id-3701' size-in-bits='64' id='type-id-3680'/>
- <reference-type-def kind='lvalue' type-id='type-id-3702' size-in-bits='64' id='type-id-3682'/>
- <reference-type-def kind='lvalue' type-id='type-id-3703' size-in-bits='64' id='type-id-3688'/>
- <reference-type-def kind='lvalue' type-id='type-id-3704' size-in-bits='64' id='type-id-3690'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3696' size-in-bits='64' id='type-id-3663'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3697' size-in-bits='64' id='type-id-3665'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3698' size-in-bits='64' id='type-id-3671'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3699' size-in-bits='64' id='type-id-3673'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3700' size-in-bits='64' id='type-id-3679'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3701' size-in-bits='64' id='type-id-3681'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3702' size-in-bits='64' id='type-id-3687'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3703' size-in-bits='64' id='type-id-3689'/>
+ <qualified-type-def type-id='type-id-3625' const='yes' id='type-id-3653'/>
<qualified-type-def type-id='type-id-3626' const='yes' id='type-id-3654'/>
- <qualified-type-def type-id='type-id-3627' const='yes' id='type-id-3655'/>
- <qualified-type-def type-id='type-id-3619' const='yes' id='type-id-3656'/>
- <qualified-type-def type-id='type-id-3613' const='yes' id='type-id-3657'/>
- <qualified-type-def type-id='type-id-2784' const='yes' id='type-id-3658'/>
- <qualified-type-def type-id='type-id-3649' const='yes' id='type-id-3660'/>
- <reference-type-def kind='lvalue' type-id='type-id-3630' size-in-bits='64' id='type-id-3663'/>
- <reference-type-def kind='rvalue' type-id='type-id-3630' size-in-bits='64' id='type-id-3668'/>
- <pointer-type-def type-id='type-id-3630' size-in-bits='64' id='type-id-3667'/>
- <reference-type-def kind='lvalue' type-id='type-id-3662' size-in-bits='64' id='type-id-3665'/>
- <reference-type-def kind='lvalue' type-id='type-id-3633' size-in-bits='64' id='type-id-3671'/>
- <reference-type-def kind='rvalue' type-id='type-id-3633' size-in-bits='64' id='type-id-3676'/>
- <pointer-type-def type-id='type-id-3633' size-in-bits='64' id='type-id-3675'/>
- <reference-type-def kind='lvalue' type-id='type-id-3670' size-in-bits='64' id='type-id-3673'/>
- <reference-type-def kind='lvalue' type-id='type-id-3637' size-in-bits='64' id='type-id-3679'/>
- <reference-type-def kind='rvalue' type-id='type-id-3637' size-in-bits='64' id='type-id-3684'/>
- <pointer-type-def type-id='type-id-3637' size-in-bits='64' id='type-id-3683'/>
- <reference-type-def kind='lvalue' type-id='type-id-3678' size-in-bits='64' id='type-id-3681'/>
- <reference-type-def kind='lvalue' type-id='type-id-3644' size-in-bits='64' id='type-id-3687'/>
- <reference-type-def kind='rvalue' type-id='type-id-3644' size-in-bits='64' id='type-id-3692'/>
- <pointer-type-def type-id='type-id-3644' size-in-bits='64' id='type-id-3691'/>
- <reference-type-def kind='lvalue' type-id='type-id-3686' size-in-bits='64' id='type-id-3689'/>
+ <qualified-type-def type-id='type-id-3618' const='yes' id='type-id-3655'/>
+ <qualified-type-def type-id='type-id-3612' const='yes' id='type-id-3656'/>
+ <qualified-type-def type-id='type-id-2784' const='yes' id='type-id-3657'/>
+ <qualified-type-def type-id='type-id-3648' const='yes' id='type-id-3659'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3629' size-in-bits='64' id='type-id-3662'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3629' size-in-bits='64' id='type-id-3667'/>
+ <pointer-type-def type-id='type-id-3629' size-in-bits='64' id='type-id-3666'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3661' size-in-bits='64' id='type-id-3664'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3632' size-in-bits='64' id='type-id-3670'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3632' size-in-bits='64' id='type-id-3675'/>
+ <pointer-type-def type-id='type-id-3632' size-in-bits='64' id='type-id-3674'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3669' size-in-bits='64' id='type-id-3672'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3636' size-in-bits='64' id='type-id-3678'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3636' size-in-bits='64' id='type-id-3683'/>
+ <pointer-type-def type-id='type-id-3636' size-in-bits='64' id='type-id-3682'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3677' size-in-bits='64' id='type-id-3680'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3643' size-in-bits='64' id='type-id-3686'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3643' size-in-bits='64' id='type-id-3691'/>
+ <pointer-type-def type-id='type-id-3643' size-in-bits='64' id='type-id-3690'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3685' size-in-bits='64' id='type-id-3688'/>
<namespace-decl name='std'>
- <class-decl name='_Head_base<0, const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, false>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='129' column='1' id='type-id-3661'>
+ <class-decl name='_Head_base<0, const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, false>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='129' column='1' id='type-id-3660'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_head_impl' type-id='type-id-1240' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='174' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3705' is-artificial='yes'/>
+ <parameter type-id='type-id-3704' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' mangled-name='_ZNSt10_Head_baseILm0ERKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsELb0EEC2ES5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='134' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10_Head_baseILm0ERKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsELb0EEC2ES5_'>
- <parameter type-id='type-id-3705' is-artificial='yes'/>
+ <parameter type-id='type-id-3704' is-artificial='yes'/>
<parameter type-id='type-id-1240'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3705' is-artificial='yes'/>
- <parameter type-id='type-id-3706'/>
+ <parameter type-id='type-id-3704' is-artificial='yes'/>
+ <parameter type-id='type-id-3705'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3705' is-artificial='yes'/>
- <parameter type-id='type-id-3707'/>
+ <parameter type-id='type-id-3704' is-artificial='yes'/>
+ <parameter type-id='type-id-3706'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3705' is-artificial='yes'/>
+ <parameter type-id='type-id-3704' is-artificial='yes'/>
<parameter type-id='type-id-424'/>
<parameter type-id='type-id-425'/>
<return type-id='type-id-11'/>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm0ERKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsELb0EE7_M_headERS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10_Head_baseILm0ERKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsELb0EE7_M_headERS6_'>
- <parameter type-id='type-id-3708'/>
+ <parameter type-id='type-id-3707'/>
<return type-id='type-id-1240'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm0ERKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsELb0EE7_M_headERKS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='172' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3706'/>
+ <parameter type-id='type-id-3705'/>
<return type-id='type-id-1240'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Head_base<0, mongo::executor::TaskExecutor::CallbackHandle &, false>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='129' column='1' id='type-id-3669'>
+ <class-decl name='_Head_base<0, mongo::executor::TaskExecutor::CallbackHandle &, false>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='129' column='1' id='type-id-3668'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_head_impl' type-id='type-id-932' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='174' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3709' is-artificial='yes'/>
+ <parameter type-id='type-id-3708' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' mangled-name='_ZNSt10_Head_baseILm0ERN5mongo8executor12TaskExecutor14CallbackHandleELb0EEC2ES4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='134' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10_Head_baseILm0ERN5mongo8executor12TaskExecutor14CallbackHandleELb0EEC2ES4_'>
- <parameter type-id='type-id-3709' is-artificial='yes'/>
+ <parameter type-id='type-id-3708' is-artificial='yes'/>
<parameter type-id='type-id-932'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3709' is-artificial='yes'/>
- <parameter type-id='type-id-3710'/>
+ <parameter type-id='type-id-3708' is-artificial='yes'/>
+ <parameter type-id='type-id-3709'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3709' is-artificial='yes'/>
- <parameter type-id='type-id-3711'/>
+ <parameter type-id='type-id-3708' is-artificial='yes'/>
+ <parameter type-id='type-id-3710'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3709' is-artificial='yes'/>
+ <parameter type-id='type-id-3708' is-artificial='yes'/>
<parameter type-id='type-id-424'/>
<parameter type-id='type-id-425'/>
<return type-id='type-id-11'/>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm0ERN5mongo8executor12TaskExecutor14CallbackHandleELb0EE7_M_headERS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10_Head_baseILm0ERN5mongo8executor12TaskExecutor14CallbackHandleELb0EE7_M_headERS5_'>
- <parameter type-id='type-id-3712'/>
+ <parameter type-id='type-id-3711'/>
<return type-id='type-id-932'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm0ERN5mongo8executor12TaskExecutor14CallbackHandleELb0EE7_M_headERKS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='172' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3710'/>
+ <parameter type-id='type-id-3709'/>
<return type-id='type-id-932'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Tuple_impl<1, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3677'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3713'/>
- <base-class access='private' layout-offset-in-bits='64' type-id='type-id-3714'/>
+ <class-decl name='_Tuple_impl<1, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3676'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3712'/>
+ <base-class access='private' layout-offset-in-bits='64' type-id='type-id-3713'/>
<member-type access='public'>
- <typedef-decl name='_Inherited' type-id='type-id-3713' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3715'/>
+ <typedef-decl name='_Inherited' type-id='type-id-3712' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3714'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEE7_M_headERSA_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEE7_M_headERSA_'>
- <parameter type-id='type-id-3716'/>
- <return type-id='type-id-3717'/>
+ <parameter type-id='type-id-3715'/>
+ <return type-id='type-id-3716'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEE7_M_headERKSA_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3718'/>
- <return type-id='type-id-3639'/>
+ <parameter type-id='type-id-3717'/>
+ <return type-id='type-id-3638'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEE7_M_tailERSA_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEE7_M_tailERSA_'>
- <parameter type-id='type-id-3716'/>
- <return type-id='type-id-3719'/>
+ <parameter type-id='type-id-3715'/>
+ <return type-id='type-id-3718'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEE7_M_tailERKSA_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3718'/>
- <return type-id='type-id-3720'/>
+ <parameter type-id='type-id-3717'/>
+ <return type-id='type-id-3719'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3721' is-artificial='yes'/>
+ <parameter type-id='type-id-3720' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3721' is-artificial='yes'/>
+ <parameter type-id='type-id-3720' is-artificial='yes'/>
+ <parameter type-id='type-id-3638'/>
<parameter type-id='type-id-3639'/>
- <parameter type-id='type-id-3640'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='266' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3721' is-artificial='yes'/>
- <parameter type-id='type-id-3718'/>
+ <parameter type-id='type-id-3720' is-artificial='yes'/>
+ <parameter type-id='type-id-3717'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEEC2EOSA_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='269' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEEC2EOSA_'>
- <parameter type-id='type-id-3721' is-artificial='yes'/>
- <parameter type-id='type-id-3722'/>
+ <parameter type-id='type-id-3720' is-artificial='yes'/>
+ <parameter type-id='type-id-3721'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEEaSERKSA_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3721' is-artificial='yes'/>
- <parameter type-id='type-id-3718'/>
- <return type-id='type-id-3716'/>
+ <parameter type-id='type-id-3720' is-artificial='yes'/>
+ <parameter type-id='type-id-3717'/>
+ <return type-id='type-id-3715'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEEaSEOSA_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3721' is-artificial='yes'/>
- <parameter type-id='type-id-3722'/>
- <return type-id='type-id-3716'/>
+ <parameter type-id='type-id-3720' is-artificial='yes'/>
+ <parameter type-id='type-id-3721'/>
+ <return type-id='type-id-3715'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEE7_M_swapERSA_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3721' is-artificial='yes'/>
- <parameter type-id='type-id-3716'/>
+ <parameter type-id='type-id-3720' is-artificial='yes'/>
+ <parameter type-id='type-id-3715'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl<mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *, void>' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEEC2IS3_JS9_EvEEOT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEEC2IS3_JS9_EvEEOT_DpOT0_'>
- <parameter type-id='type-id-3721' is-artificial='yes'/>
- <parameter type-id='type-id-3616'/>
- <parameter type-id='type-id-3621'/>
+ <parameter type-id='type-id-3720' is-artificial='yes'/>
+ <parameter type-id='type-id-3615'/>
+ <parameter type-id='type-id-3620'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Tuple_impl<1, mongo::repl::ScatterGatherRunner *>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3685'>
+ <class-decl name='_Tuple_impl<1, mongo::repl::ScatterGatherRunner *>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3684'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-409'/>
- <base-class access='private' layout-offset-in-bits='0' type-id='type-id-3714'/>
+ <base-class access='private' layout-offset-in-bits='0' type-id='type-id-3713'/>
<member-type access='public'>
- <typedef-decl name='_Inherited' type-id='type-id-409' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3723'/>
+ <typedef-decl name='_Inherited' type-id='type-id-409' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3722'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEE7_M_headERS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEE7_M_headERS4_'>
- <parameter type-id='type-id-3724'/>
- <return type-id='type-id-3717'/>
+ <parameter type-id='type-id-3723'/>
+ <return type-id='type-id-3716'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEE7_M_headERKS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3725'/>
- <return type-id='type-id-3639'/>
+ <parameter type-id='type-id-3724'/>
+ <return type-id='type-id-3638'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEE7_M_tailERS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEE7_M_tailERS4_'>
- <parameter type-id='type-id-3724'/>
- <return type-id='type-id-3726'/>
+ <parameter type-id='type-id-3723'/>
+ <return type-id='type-id-3725'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEE7_M_tailERKS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3725'/>
- <return type-id='type-id-3727'/>
+ <parameter type-id='type-id-3724'/>
+ <return type-id='type-id-3726'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3728' is-artificial='yes'/>
+ <parameter type-id='type-id-3727' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3728' is-artificial='yes'/>
- <parameter type-id='type-id-3639'/>
+ <parameter type-id='type-id-3727' is-artificial='yes'/>
+ <parameter type-id='type-id-3638'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='266' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3728' is-artificial='yes'/>
- <parameter type-id='type-id-3725'/>
+ <parameter type-id='type-id-3727' is-artificial='yes'/>
+ <parameter type-id='type-id-3724'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEEC2EOS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='269' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEEC2EOS4_'>
- <parameter type-id='type-id-3728' is-artificial='yes'/>
- <parameter type-id='type-id-3729'/>
+ <parameter type-id='type-id-3727' is-artificial='yes'/>
+ <parameter type-id='type-id-3728'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEEaSERKS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3728' is-artificial='yes'/>
- <parameter type-id='type-id-3725'/>
- <return type-id='type-id-3724'/>
+ <parameter type-id='type-id-3727' is-artificial='yes'/>
+ <parameter type-id='type-id-3724'/>
+ <return type-id='type-id-3723'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEEaSEOS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3728' is-artificial='yes'/>
- <parameter type-id='type-id-3729'/>
- <return type-id='type-id-3724'/>
+ <parameter type-id='type-id-3727' is-artificial='yes'/>
+ <parameter type-id='type-id-3728'/>
+ <return type-id='type-id-3723'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEE7_M_swapERS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3728' is-artificial='yes'/>
- <parameter type-id='type-id-3724'/>
+ <parameter type-id='type-id-3727' is-artificial='yes'/>
+ <parameter type-id='type-id-3723'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl<mongo::repl::ScatterGatherRunner *, void>' mangled-name='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEEC2IS3_JEvEEOT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEEC2IS3_JEvEEOT_DpOT0_'>
- <parameter type-id='type-id-3728' is-artificial='yes'/>
- <parameter type-id='type-id-3616'/>
+ <parameter type-id='type-id-3727' is-artificial='yes'/>
+ <parameter type-id='type-id-3615'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='192' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='214' column='1' id='type-id-3694'>
- <base-class access='protected' layout-offset-in-bits='0' type-id='type-id-3730'/>
+ <class-decl name='vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='192' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='214' column='1' id='type-id-3693'>
+ <base-class access='protected' layout-offset-in-bits='0' type-id='type-id-3729'/>
<member-type access='private'>
- <typedef-decl name='allocator_type' type-id='type-id-3732' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='238' column='1' id='type-id-3731'/>
+ <typedef-decl name='allocator_type' type-id='type-id-3731' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='238' column='1' id='type-id-3730'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='value_type' type-id='type-id-1019' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='226' column='1' id='type-id-3733'/>
+ <typedef-decl name='value_type' type-id='type-id-1019' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='226' column='1' id='type-id-3732'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iterator' type-id='type-id-3735' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='231' column='1' id='type-id-3734'/>
+ <typedef-decl name='iterator' type-id='type-id-3734' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='231' column='1' id='type-id-3733'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_iterator' type-id='type-id-3737' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='233' column='1' id='type-id-3736'/>
+ <typedef-decl name='const_iterator' type-id='type-id-3736' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='233' column='1' id='type-id-3735'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reverse_iterator' type-id='type-id-3739' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='235' column='1' id='type-id-3738'/>
+ <typedef-decl name='reverse_iterator' type-id='type-id-3738' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='235' column='1' id='type-id-3737'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reverse_iterator' type-id='type-id-3741' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='234' column='1' id='type-id-3740'/>
+ <typedef-decl name='const_reverse_iterator' type-id='type-id-3740' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='234' column='1' id='type-id-3739'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-3743' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='229' column='1' id='type-id-3742'/>
+ <typedef-decl name='reference' type-id='type-id-3742' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='229' column='1' id='type-id-3741'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-3745' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='230' column='1' id='type-id-3744'/>
+ <typedef-decl name='const_reference' type-id='type-id-3744' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='230' column='1' id='type-id-3743'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-3747' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='227' column='1' id='type-id-3746'/>
+ <typedef-decl name='pointer' type-id='type-id-3746' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='227' column='1' id='type-id-3745'/>
</member-type>
<member-function access='public'>
<function-decl name='vector' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EEC2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='253' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EEC2Ev'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='264' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3749'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3748'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='277' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3749'/>
+ <parameter type-id='type-id-3748'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='289' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3750'/>
<parameter type-id='type-id-3749'/>
+ <parameter type-id='type-id-3748'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='318' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3751'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3750'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3752'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3751'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='339' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3751'/>
- <parameter type-id='type-id-3749'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3750'/>
+ <parameter type-id='type-id-3748'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='348' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3752'/>
- <parameter type-id='type-id-3749'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3751'/>
+ <parameter type-id='type-id-3748'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='373' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3753'/>
- <parameter type-id='type-id-3749'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3752'/>
+ <parameter type-id='type-id-3748'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~vector' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EED2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='423' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EED2Ev'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EEaSERKS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='436' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3751'/>
- <return type-id='type-id-3754'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3750'/>
+ <return type-id='type-id-3753'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EEaSEOS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='448' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3752'/>
- <return type-id='type-id-3754'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3751'/>
+ <return type-id='type-id-3753'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EEaSESt16initializer_listIS3_E' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='470' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3753'/>
- <return type-id='type-id-3754'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3752'/>
+ <return type-id='type-id-3753'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='assign' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE6assignEmRKS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='488' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3750'/>
+ <parameter type-id='type-id-3749'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='assign' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE6assignESt16initializer_listIS3_E' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='533' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3753'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3752'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='begin' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE5beginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='547' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE5beginEv'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <return type-id='type-id-3734'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <return type-id='type-id-3733'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='begin' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE5beginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='556' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE5beginEv'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
- <return type-id='type-id-3736'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
+ <return type-id='type-id-3735'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='end' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE3endEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE3endEv'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <return type-id='type-id-3734'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <return type-id='type-id-3733'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='end' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE3endEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='574' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE3endEv'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
- <return type-id='type-id-3736'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
+ <return type-id='type-id-3735'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='rbegin' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE6rbeginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='583' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <return type-id='type-id-3738'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <return type-id='type-id-3737'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='rbegin' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE6rbeginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='592' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
- <return type-id='type-id-3740'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
+ <return type-id='type-id-3739'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='rend' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE4rendEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='601' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <return type-id='type-id-3738'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <return type-id='type-id-3737'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='rend' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE4rendEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='610' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
- <return type-id='type-id-3740'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
+ <return type-id='type-id-3739'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cbegin' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE6cbeginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='620' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
- <return type-id='type-id-3736'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
+ <return type-id='type-id-3735'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cend' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE4cendEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='629' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
- <return type-id='type-id-3736'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
+ <return type-id='type-id-3735'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='crbegin' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE7crbeginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='638' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
- <return type-id='type-id-3740'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
+ <return type-id='type-id-3739'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='crend' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE5crendEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='647' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
- <return type-id='type-id-3740'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
+ <return type-id='type-id-3739'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='size' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE4sizeEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='654' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE4sizeEv'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
<return type-id='type-id-230'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='max_size' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE8max_sizeEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='659' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE8max_sizeEv'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
<return type-id='type-id-230'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='resize' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE6resizeEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='673' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='resize' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE6resizeEmRKS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='693' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3750'/>
+ <parameter type-id='type-id-3749'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='shrink_to_fit' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE13shrink_to_fitEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='725' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='capacity' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE8capacityEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='734' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
<return type-id='type-id-230'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='empty' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE5emptyEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='743' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE5emptyEv'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
<return type-id='type-id-19'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='reserve' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE7reserveEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='764' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EEixEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='779' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <return type-id='type-id-3742'/>
+ <return type-id='type-id-3741'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EEixEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <return type-id='type-id-3744'/>
+ <return type-id='type-id-3743'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_range_check' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE14_M_range_checkEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='800' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='at' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE2atEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='822' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <return type-id='type-id-3742'/>
+ <return type-id='type-id-3741'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='at' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE2atEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <return type-id='type-id-3744'/>
+ <return type-id='type-id-3743'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='front' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE5frontEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='851' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <return type-id='type-id-3742'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <return type-id='type-id-3741'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='front' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE5frontEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='859' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
- <return type-id='type-id-3744'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
+ <return type-id='type-id-3743'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='back' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE4backEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='867' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <return type-id='type-id-3742'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <return type-id='type-id-3741'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='back' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE4backEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='875' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
- <return type-id='type-id-3744'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
+ <return type-id='type-id-3743'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='data' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE4dataEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<return type-id='type-id-2632'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='data' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE4dataEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='898' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
<return type-id='type-id-2633'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='push_back' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE9push_backERKS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='913' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE9push_backERKS3_'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3750'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3749'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='push_back' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE9push_backEOS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='931' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3756'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3755'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='pop_back' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE8pop_backEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='949' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='insert' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS3_S5_EERS8_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3736'/>
- <parameter type-id='type-id-3750'/>
- <return type-id='type-id-3734'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3735'/>
+ <parameter type-id='type-id-3749'/>
+ <return type-id='type-id-3733'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='insert' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS3_S5_EEOS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1014' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3736'/>
- <parameter type-id='type-id-3756'/>
- <return type-id='type-id-3734'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3735'/>
+ <parameter type-id='type-id-3755'/>
+ <return type-id='type-id-3733'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='insert' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS3_S5_EESt16initializer_listIS3_E' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1031' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3736'/>
- <parameter type-id='type-id-3753'/>
- <return type-id='type-id-3734'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3735'/>
+ <parameter type-id='type-id-3752'/>
+ <return type-id='type-id-3733'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='insert' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS3_S5_EEmRS8_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1051' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3736'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3735'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3750'/>
- <return type-id='type-id-3734'/>
+ <parameter type-id='type-id-3749'/>
+ <return type-id='type-id-3733'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='erase' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS3_S5_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1146' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3736'/>
- <return type-id='type-id-3734'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3735'/>
+ <return type-id='type-id-3733'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='erase' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS3_S5_EESA_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1173' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3736'/>
- <parameter type-id='type-id-3736'/>
- <return type-id='type-id-3734'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3735'/>
+ <parameter type-id='type-id-3735'/>
+ <return type-id='type-id-3733'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='swap' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE4swapERS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1194' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3754'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3753'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='clear' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE5clearEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1211' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_fill_initialize' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE18_M_fill_initializeEmRKS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1298' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3750'/>
+ <parameter type-id='type-id-3749'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_default_initialize' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE21_M_default_initializeEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1308' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_fill_assign' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE14_M_fill_assignEmRKS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1354' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3750'/>
+ <parameter type-id='type-id-3749'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_fill_insert' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPS3_S5_EEmRKS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1395' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3734'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3733'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3750'/>
+ <parameter type-id='type-id-3749'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_default_append' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE17_M_default_appendEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1400' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_shrink_to_fit' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE16_M_shrink_to_fitEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1403' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<return type-id='type-id-19'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_check_len' mangled-name='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE12_M_check_lenEmPKc' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1422' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE12_M_check_lenEmPKc'>
- <parameter type-id='type-id-3755' is-artificial='yes'/>
+ <parameter type-id='type-id-3754' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
<parameter type-id='type-id-240'/>
<return type-id='type-id-230'/>
</member-function>
<member-function access='protected'>
<function-decl name='_M_erase_at_end' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE15_M_erase_at_endEPS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1436' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3746'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3745'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_erase' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS3_S5_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1443' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3734'/>
- <return type-id='type-id-3734'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3733'/>
+ <return type-id='type-id-3733'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_erase' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS3_S5_EES9_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1446' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3734'/>
- <parameter type-id='type-id-3734'/>
- <return type-id='type-id-3734'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3733'/>
+ <parameter type-id='type-id-3733'/>
+ <return type-id='type-id-3733'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_move_assign' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE14_M_move_assignEOS5_St17integral_constantIbLb1EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1454' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3752'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3751'/>
<parameter type-id='type-id-241'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_move_assign' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE14_M_move_assignEOS5_St17integral_constantIbLb0EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1465' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
- <parameter type-id='type-id-3752'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
+ <parameter type-id='type-id-3751'/>
<parameter type-id='type-id-242'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_emplace_back_aux<const mongo::executor::TaskExecutor::CallbackHandle &>' mangled-name='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE19_M_emplace_back_auxIJRKS3_EEEvDpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1417' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE19_M_emplace_back_auxIJRKS3_EEEvDpOT_'>
- <parameter type-id='type-id-3748' is-artificial='yes'/>
+ <parameter type-id='type-id-3747' is-artificial='yes'/>
<parameter type-id='type-id-946'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-3757' size-in-bits='64' id='type-id-3695'/>
- <reference-type-def kind='lvalue' type-id='type-id-3758' size-in-bits='64' id='type-id-3706'/>
- <reference-type-def kind='lvalue' type-id='type-id-3759' size-in-bits='64' id='type-id-3710'/>
- <qualified-type-def type-id='type-id-3630' const='yes' id='type-id-3697'/>
- <qualified-type-def type-id='type-id-3662' const='yes' id='type-id-3698'/>
- <qualified-type-def type-id='type-id-3633' const='yes' id='type-id-3699'/>
- <qualified-type-def type-id='type-id-3670' const='yes' id='type-id-3700'/>
- <qualified-type-def type-id='type-id-3637' const='yes' id='type-id-3701'/>
- <qualified-type-def type-id='type-id-3678' const='yes' id='type-id-3702'/>
- <qualified-type-def type-id='type-id-3644' const='yes' id='type-id-3703'/>
- <qualified-type-def type-id='type-id-3686' const='yes' id='type-id-3704'/>
- <reference-type-def kind='lvalue' type-id='type-id-3760' size-in-bits='64' id='type-id-3718'/>
- <reference-type-def kind='lvalue' type-id='type-id-3761' size-in-bits='64' id='type-id-3720'/>
- <reference-type-def kind='lvalue' type-id='type-id-3762' size-in-bits='64' id='type-id-3725'/>
- <reference-type-def kind='lvalue' type-id='type-id-3763' size-in-bits='64' id='type-id-3727'/>
- <pointer-type-def type-id='type-id-3764' size-in-bits='64' id='type-id-3693'/>
- <reference-type-def kind='lvalue' type-id='type-id-3659' size-in-bits='64' id='type-id-3696'/>
- <reference-type-def kind='lvalue' type-id='type-id-3649' size-in-bits='64' id='type-id-3717'/>
- <reference-type-def kind='lvalue' type-id='type-id-3661' size-in-bits='64' id='type-id-3708'/>
- <reference-type-def kind='rvalue' type-id='type-id-3661' size-in-bits='64' id='type-id-3707'/>
- <pointer-type-def type-id='type-id-3661' size-in-bits='64' id='type-id-3705'/>
- <reference-type-def kind='lvalue' type-id='type-id-3669' size-in-bits='64' id='type-id-3712'/>
- <reference-type-def kind='rvalue' type-id='type-id-3669' size-in-bits='64' id='type-id-3711'/>
- <pointer-type-def type-id='type-id-3669' size-in-bits='64' id='type-id-3709'/>
- <reference-type-def kind='lvalue' type-id='type-id-3677' size-in-bits='64' id='type-id-3716'/>
- <reference-type-def kind='rvalue' type-id='type-id-3677' size-in-bits='64' id='type-id-3722'/>
- <pointer-type-def type-id='type-id-3677' size-in-bits='64' id='type-id-3721'/>
- <reference-type-def kind='lvalue' type-id='type-id-3715' size-in-bits='64' id='type-id-3719'/>
- <reference-type-def kind='lvalue' type-id='type-id-3685' size-in-bits='64' id='type-id-3724'/>
- <reference-type-def kind='rvalue' type-id='type-id-3685' size-in-bits='64' id='type-id-3729'/>
- <pointer-type-def type-id='type-id-3685' size-in-bits='64' id='type-id-3728'/>
- <reference-type-def kind='lvalue' type-id='type-id-3723' size-in-bits='64' id='type-id-3726'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3756' size-in-bits='64' id='type-id-3694'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3757' size-in-bits='64' id='type-id-3705'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3758' size-in-bits='64' id='type-id-3709'/>
+ <qualified-type-def type-id='type-id-3629' const='yes' id='type-id-3696'/>
+ <qualified-type-def type-id='type-id-3661' const='yes' id='type-id-3697'/>
+ <qualified-type-def type-id='type-id-3632' const='yes' id='type-id-3698'/>
+ <qualified-type-def type-id='type-id-3669' const='yes' id='type-id-3699'/>
+ <qualified-type-def type-id='type-id-3636' const='yes' id='type-id-3700'/>
+ <qualified-type-def type-id='type-id-3677' const='yes' id='type-id-3701'/>
+ <qualified-type-def type-id='type-id-3643' const='yes' id='type-id-3702'/>
+ <qualified-type-def type-id='type-id-3685' const='yes' id='type-id-3703'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3759' size-in-bits='64' id='type-id-3717'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3760' size-in-bits='64' id='type-id-3719'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3761' size-in-bits='64' id='type-id-3724'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3762' size-in-bits='64' id='type-id-3726'/>
+ <pointer-type-def type-id='type-id-3763' size-in-bits='64' id='type-id-3692'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3658' size-in-bits='64' id='type-id-3695'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3648' size-in-bits='64' id='type-id-3716'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3660' size-in-bits='64' id='type-id-3707'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3660' size-in-bits='64' id='type-id-3706'/>
+ <pointer-type-def type-id='type-id-3660' size-in-bits='64' id='type-id-3704'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3668' size-in-bits='64' id='type-id-3711'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3668' size-in-bits='64' id='type-id-3710'/>
+ <pointer-type-def type-id='type-id-3668' size-in-bits='64' id='type-id-3708'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3676' size-in-bits='64' id='type-id-3715'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3676' size-in-bits='64' id='type-id-3721'/>
+ <pointer-type-def type-id='type-id-3676' size-in-bits='64' id='type-id-3720'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3714' size-in-bits='64' id='type-id-3718'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3684' size-in-bits='64' id='type-id-3723'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3684' size-in-bits='64' id='type-id-3728'/>
+ <pointer-type-def type-id='type-id-3684' size-in-bits='64' id='type-id-3727'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3722' size-in-bits='64' id='type-id-3725'/>
<namespace-decl name='std'>
- <class-decl name='_Head_base<1, mongo::repl::ScatterGatherRunner *, false>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='129' column='1' id='type-id-3714'>
+ <class-decl name='_Head_base<1, mongo::repl::ScatterGatherRunner *, false>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='129' column='1' id='type-id-3713'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_head_impl' type-id='type-id-3649' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='174' column='1'/>
+ <var-decl name='_M_head_impl' type-id='type-id-3648' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='174' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3765' is-artificial='yes'/>
+ <parameter type-id='type-id-3764' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3765' is-artificial='yes'/>
- <parameter type-id='type-id-3639'/>
+ <parameter type-id='type-id-3764' is-artificial='yes'/>
+ <parameter type-id='type-id-3638'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3765' is-artificial='yes'/>
- <parameter type-id='type-id-3766'/>
+ <parameter type-id='type-id-3764' is-artificial='yes'/>
+ <parameter type-id='type-id-3765'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3765' is-artificial='yes'/>
- <parameter type-id='type-id-3767'/>
+ <parameter type-id='type-id-3764' is-artificial='yes'/>
+ <parameter type-id='type-id-3766'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3765' is-artificial='yes'/>
+ <parameter type-id='type-id-3764' is-artificial='yes'/>
<parameter type-id='type-id-424'/>
<parameter type-id='type-id-425'/>
<return type-id='type-id-11'/>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm1EPN5mongo4repl19ScatterGatherRunnerELb0EE7_M_headERS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10_Head_baseILm1EPN5mongo4repl19ScatterGatherRunnerELb0EE7_M_headERS4_'>
- <parameter type-id='type-id-3768'/>
- <return type-id='type-id-3717'/>
+ <parameter type-id='type-id-3767'/>
+ <return type-id='type-id-3716'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm1EPN5mongo4repl19ScatterGatherRunnerELb0EE7_M_headERKS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='172' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3766'/>
- <return type-id='type-id-3639'/>
+ <parameter type-id='type-id-3765'/>
+ <return type-id='type-id-3638'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base<mongo::repl::ScatterGatherRunner *>' mangled-name='_ZNSt10_Head_baseILm1EPN5mongo4repl19ScatterGatherRunnerELb0EEC2IS3_EEOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='141' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10_Head_baseILm1EPN5mongo4repl19ScatterGatherRunnerELb0EEC2IS3_EEOT_'>
- <parameter type-id='type-id-3765' is-artificial='yes'/>
- <parameter type-id='type-id-3616'/>
+ <parameter type-id='type-id-3764' is-artificial='yes'/>
+ <parameter type-id='type-id-3615'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Tuple_impl<2, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3713'>
+ <class-decl name='_Tuple_impl<2, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3712'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-1369'/>
- <base-class access='private' layout-offset-in-bits='0' type-id='type-id-3769'/>
+ <base-class access='private' layout-offset-in-bits='0' type-id='type-id-3768'/>
<member-type access='public'>
- <typedef-decl name='_Inherited' type-id='type-id-1369' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3770'/>
+ <typedef-decl name='_Inherited' type-id='type-id-1369' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3769'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm2EJPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEE7_M_headERS7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm2EJPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEE7_M_headERS7_'>
- <parameter type-id='type-id-3771'/>
- <return type-id='type-id-3772'/>
+ <parameter type-id='type-id-3770'/>
+ <return type-id='type-id-3771'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm2EJPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEE7_M_headERKS7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3773'/>
- <return type-id='type-id-3640'/>
+ <parameter type-id='type-id-3772'/>
+ <return type-id='type-id-3639'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm2EJPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEE7_M_tailERS7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm2EJPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEE7_M_tailERS7_'>
- <parameter type-id='type-id-3771'/>
- <return type-id='type-id-3774'/>
+ <parameter type-id='type-id-3770'/>
+ <return type-id='type-id-3773'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm2EJPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEE7_M_tailERKS7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3773'/>
- <return type-id='type-id-3775'/>
+ <parameter type-id='type-id-3772'/>
+ <return type-id='type-id-3774'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3776' is-artificial='yes'/>
+ <parameter type-id='type-id-3775' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3776' is-artificial='yes'/>
- <parameter type-id='type-id-3640'/>
+ <parameter type-id='type-id-3775' is-artificial='yes'/>
+ <parameter type-id='type-id-3639'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='266' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3776' is-artificial='yes'/>
- <parameter type-id='type-id-3773'/>
+ <parameter type-id='type-id-3775' is-artificial='yes'/>
+ <parameter type-id='type-id-3772'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' mangled-name='_ZNSt11_Tuple_implILm2EJPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEEC2EOS7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='269' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm2EJPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEEC2EOS7_'>
- <parameter type-id='type-id-3776' is-artificial='yes'/>
- <parameter type-id='type-id-3777'/>
+ <parameter type-id='type-id-3775' is-artificial='yes'/>
+ <parameter type-id='type-id-3776'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm2EJPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEEaSERKS7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3776' is-artificial='yes'/>
- <parameter type-id='type-id-3773'/>
- <return type-id='type-id-3771'/>
+ <parameter type-id='type-id-3775' is-artificial='yes'/>
+ <parameter type-id='type-id-3772'/>
+ <return type-id='type-id-3770'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm2EJPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEEaSEOS7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3776' is-artificial='yes'/>
- <parameter type-id='type-id-3777'/>
- <return type-id='type-id-3771'/>
+ <parameter type-id='type-id-3775' is-artificial='yes'/>
+ <parameter type-id='type-id-3776'/>
+ <return type-id='type-id-3770'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm2EJPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEE7_M_swapERS7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3776' is-artificial='yes'/>
- <parameter type-id='type-id-3771'/>
+ <parameter type-id='type-id-3775' is-artificial='yes'/>
+ <parameter type-id='type-id-3770'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl<mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *, void>' mangled-name='_ZNSt11_Tuple_implILm2EJPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEEC2IS6_JEvEEOT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm2EJPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEEC2IS6_JEvEEOT_DpOT0_'>
- <parameter type-id='type-id-3776' is-artificial='yes'/>
- <parameter type-id='type-id-3621'/>
+ <parameter type-id='type-id-3775' is-artificial='yes'/>
+ <parameter type-id='type-id-3620'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__normal_iterator<const mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > >' size-in-bits='64' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='709' column='1' id='type-id-3737'>
+ <class-decl name='__normal_iterator<const mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > >' size-in-bits='64' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='709' column='1' id='type-id-3736'>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-3779' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='721' column='1' id='type-id-3778'/>
+ <typedef-decl name='reference' type-id='type-id-3778' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='721' column='1' id='type-id-3777'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-3781' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='722' column='1' id='type-id-3780'/>
+ <typedef-decl name='pointer' type-id='type-id-3780' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='722' column='1' id='type-id-3779'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='difference_type' type-id='type-id-3783' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='720' column='1' id='type-id-3782'/>
+ <typedef-decl name='difference_type' type-id='type-id-3782' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='720' column='1' id='type-id-3781'/>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<var-decl name='_M_current' type-id='type-id-2633' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='712' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__normal_iterator' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='724' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3784' is-artificial='yes'/>
+ <parameter type-id='type-id-3783' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__normal_iterator' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEC2ERKS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='728' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEC2ERKS6_'>
- <parameter type-id='type-id-3784' is-artificial='yes'/>
- <parameter type-id='type-id-3785'/>
+ <parameter type-id='type-id-3783' is-artificial='yes'/>
+ <parameter type-id='type-id-3784'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator*' mangled-name='_ZNK9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEdeEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='741' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3786' is-artificial='yes'/>
- <return type-id='type-id-3778'/>
+ <parameter type-id='type-id-3785' is-artificial='yes'/>
+ <return type-id='type-id-3777'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator->' mangled-name='_ZNK9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEptEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='745' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3786' is-artificial='yes'/>
- <return type-id='type-id-3780'/>
+ <parameter type-id='type-id-3785' is-artificial='yes'/>
+ <return type-id='type-id-3779'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEppEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3784' is-artificial='yes'/>
- <return type-id='type-id-3787'/>
+ <parameter type-id='type-id-3783' is-artificial='yes'/>
+ <return type-id='type-id-3786'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEppEi' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3784' is-artificial='yes'/>
+ <parameter type-id='type-id-3783' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-3737'/>
+ <return type-id='type-id-3736'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEmmEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='761' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3784' is-artificial='yes'/>
- <return type-id='type-id-3787'/>
+ <parameter type-id='type-id-3783' is-artificial='yes'/>
+ <return type-id='type-id-3786'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEmmEi' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='768' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3784' is-artificial='yes'/>
+ <parameter type-id='type-id-3783' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-3737'/>
+ <return type-id='type-id-3736'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEixEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='773' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3786' is-artificial='yes'/>
- <parameter type-id='type-id-3782'/>
- <return type-id='type-id-3778'/>
+ <parameter type-id='type-id-3785' is-artificial='yes'/>
+ <parameter type-id='type-id-3781'/>
+ <return type-id='type-id-3777'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator+=' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEpLEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='777' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3784' is-artificial='yes'/>
- <parameter type-id='type-id-3782'/>
- <return type-id='type-id-3787'/>
+ <parameter type-id='type-id-3783' is-artificial='yes'/>
+ <parameter type-id='type-id-3781'/>
+ <return type-id='type-id-3786'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator+' mangled-name='_ZNK9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEplEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='781' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3786' is-artificial='yes'/>
- <parameter type-id='type-id-3782'/>
- <return type-id='type-id-3737'/>
+ <parameter type-id='type-id-3785' is-artificial='yes'/>
+ <parameter type-id='type-id-3781'/>
+ <return type-id='type-id-3736'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator-=' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEmIEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='785' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3784' is-artificial='yes'/>
- <parameter type-id='type-id-3782'/>
- <return type-id='type-id-3787'/>
+ <parameter type-id='type-id-3783' is-artificial='yes'/>
+ <parameter type-id='type-id-3781'/>
+ <return type-id='type-id-3786'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator-' mangled-name='_ZNK9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEmiEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='789' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3786' is-artificial='yes'/>
- <parameter type-id='type-id-3782'/>
- <return type-id='type-id-3737'/>
+ <parameter type-id='type-id-3785' is-artificial='yes'/>
+ <parameter type-id='type-id-3781'/>
+ <return type-id='type-id-3736'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='base' mangled-name='_ZNK9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEE4baseEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='793' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK9__gnu_cxx17__normal_iteratorIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEE4baseEv'>
- <parameter type-id='type-id-3786' is-artificial='yes'/>
- <return type-id='type-id-3785'/>
+ <parameter type-id='type-id-3785' is-artificial='yes'/>
+ <return type-id='type-id-3784'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__normal_iterator<mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > >' size-in-bits='64' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='709' column='1' id='type-id-3735'>
+ <class-decl name='__normal_iterator<mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > >' size-in-bits='64' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='709' column='1' id='type-id-3734'>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-3789' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='721' column='1' id='type-id-3788'/>
+ <typedef-decl name='reference' type-id='type-id-3788' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='721' column='1' id='type-id-3787'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-3791' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='722' column='1' id='type-id-3790'/>
+ <typedef-decl name='pointer' type-id='type-id-3790' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='722' column='1' id='type-id-3789'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='difference_type' type-id='type-id-3793' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='720' column='1' id='type-id-3792'/>
+ <typedef-decl name='difference_type' type-id='type-id-3792' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='720' column='1' id='type-id-3791'/>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<var-decl name='_M_current' type-id='type-id-2632' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='712' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__normal_iterator' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='724' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3794' is-artificial='yes'/>
+ <parameter type-id='type-id-3793' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__normal_iterator' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEC2ERKS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='728' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEC2ERKS5_'>
- <parameter type-id='type-id-3794' is-artificial='yes'/>
- <parameter type-id='type-id-3795'/>
+ <parameter type-id='type-id-3793' is-artificial='yes'/>
+ <parameter type-id='type-id-3794'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator*' mangled-name='_ZNK9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEdeEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='741' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEdeEv'>
- <parameter type-id='type-id-3796' is-artificial='yes'/>
- <return type-id='type-id-3788'/>
+ <parameter type-id='type-id-3795' is-artificial='yes'/>
+ <return type-id='type-id-3787'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator->' mangled-name='_ZNK9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEptEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='745' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3796' is-artificial='yes'/>
- <return type-id='type-id-3790'/>
+ <parameter type-id='type-id-3795' is-artificial='yes'/>
+ <return type-id='type-id-3789'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEppEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='749' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEppEv'>
- <parameter type-id='type-id-3794' is-artificial='yes'/>
- <return type-id='type-id-3797'/>
+ <parameter type-id='type-id-3793' is-artificial='yes'/>
+ <return type-id='type-id-3796'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEppEi' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3794' is-artificial='yes'/>
+ <parameter type-id='type-id-3793' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-3735'/>
+ <return type-id='type-id-3734'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEmmEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='761' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3794' is-artificial='yes'/>
- <return type-id='type-id-3797'/>
+ <parameter type-id='type-id-3793' is-artificial='yes'/>
+ <return type-id='type-id-3796'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEmmEi' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='768' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3794' is-artificial='yes'/>
+ <parameter type-id='type-id-3793' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-3735'/>
+ <return type-id='type-id-3734'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEixEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='773' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3796' is-artificial='yes'/>
- <parameter type-id='type-id-3792'/>
- <return type-id='type-id-3788'/>
+ <parameter type-id='type-id-3795' is-artificial='yes'/>
+ <parameter type-id='type-id-3791'/>
+ <return type-id='type-id-3787'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator+=' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEpLEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='777' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3794' is-artificial='yes'/>
- <parameter type-id='type-id-3792'/>
- <return type-id='type-id-3797'/>
+ <parameter type-id='type-id-3793' is-artificial='yes'/>
+ <parameter type-id='type-id-3791'/>
+ <return type-id='type-id-3796'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator+' mangled-name='_ZNK9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEplEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='781' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3796' is-artificial='yes'/>
- <parameter type-id='type-id-3792'/>
- <return type-id='type-id-3735'/>
+ <parameter type-id='type-id-3795' is-artificial='yes'/>
+ <parameter type-id='type-id-3791'/>
+ <return type-id='type-id-3734'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator-=' mangled-name='_ZN9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEmIEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='785' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3794' is-artificial='yes'/>
- <parameter type-id='type-id-3792'/>
- <return type-id='type-id-3797'/>
+ <parameter type-id='type-id-3793' is-artificial='yes'/>
+ <parameter type-id='type-id-3791'/>
+ <return type-id='type-id-3796'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator-' mangled-name='_ZNK9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEmiEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='789' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3796' is-artificial='yes'/>
- <parameter type-id='type-id-3792'/>
- <return type-id='type-id-3735'/>
+ <parameter type-id='type-id-3795' is-artificial='yes'/>
+ <parameter type-id='type-id-3791'/>
+ <return type-id='type-id-3734'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='base' mangled-name='_ZNK9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEE4baseEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='793' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEE4baseEv'>
- <parameter type-id='type-id-3796' is-artificial='yes'/>
- <return type-id='type-id-3795'/>
+ <parameter type-id='type-id-3795' is-artificial='yes'/>
+ <return type-id='type-id-3794'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='mongo'>
<namespace-decl name='repl'>
- <class-decl name='ScatterGatherAlgorithm' size-in-bits='64' visibility='default' filepath='src/mongo/db/repl/scatter_gather_algorithm.h' line='55' column='1' id='type-id-3764'>
+ <class-decl name='ScatterGatherAlgorithm' size-in-bits='64' visibility='default' filepath='src/mongo/db/repl/scatter_gather_algorithm.h' line='55' column='1' id='type-id-3763'>
<member-function access='public' vtable-offset='0'>
<function-decl name='getRequests' mangled-name='_ZNK5mongo4repl22ScatterGatherAlgorithm11getRequestsEv' filepath='src/mongo/db/repl/scatter_gather_algorithm.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3798' is-artificial='yes'/>
- <return type-id='type-id-3799'/>
+ <parameter type-id='type-id-3797' is-artificial='yes'/>
+ <return type-id='type-id-3798'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='0'>
<function-decl name='~ScatterGatherAlgorithm' mangled-name='_ZN5mongo4repl22ScatterGatherAlgorithmD0Ev' filepath='src/mongo/db/repl/scatter_gather_algorithm.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo4repl22ScatterGatherAlgorithmD1Ev'>
- <parameter type-id='type-id-3693' is-artificial='yes'/>
+ <parameter type-id='type-id-3692' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' vtable-offset='1'>
<function-decl name='processResponse' mangled-name='_ZN5mongo4repl22ScatterGatherAlgorithm15processResponseERKNS_8executor20RemoteCommandRequestERKNS_10StatusWithINS2_21RemoteCommandResponseEEE' filepath='src/mongo/db/repl/scatter_gather_algorithm.h' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3693' is-artificial='yes'/>
+ <parameter type-id='type-id-3692' is-artificial='yes'/>
<parameter type-id='type-id-1245'/>
- <parameter type-id='type-id-3800'/>
+ <parameter type-id='type-id-3799'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' vtable-offset='2'>
<function-decl name='hasReceivedSufficientResponses' mangled-name='_ZNK5mongo4repl22ScatterGatherAlgorithm30hasReceivedSufficientResponsesEv' filepath='src/mongo/db/repl/scatter_gather_algorithm.h' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3798' is-artificial='yes'/>
+ <parameter type-id='type-id-3797' is-artificial='yes'/>
<return type-id='type-id-19'/>
</function-decl>
</member-function>
</namespace-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='allocator<mongo::executor::TaskExecutor::CallbackHandle>' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='92' column='1' id='type-id-3732'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3801'/>
+ <class-decl name='allocator<mongo::executor::TaskExecutor::CallbackHandle>' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='92' column='1' id='type-id-3731'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3800'/>
<member-type access='private'>
- <typedef-decl name='value_type' type-id='type-id-1019' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='101' column='1' id='type-id-3802'/>
+ <typedef-decl name='value_type' type-id='type-id-1019' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='101' column='1' id='type-id-3801'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-2632' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='97' column='1' id='type-id-3803'/>
+ <typedef-decl name='pointer' type-id='type-id-2632' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='97' column='1' id='type-id-3802'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='95' column='1' id='type-id-3804'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='95' column='1' id='type-id-3803'/>
</member-type>
<member-type access='private'>
- <class-decl name='rebind<mongo::executor::TaskExecutor::CallbackHandle>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='104' column='1' id='type-id-3805'>
+ <class-decl name='rebind<mongo::executor::TaskExecutor::CallbackHandle>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='104' column='1' id='type-id-3804'>
<member-type access='public'>
- <typedef-decl name='other' type-id='type-id-3732' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='105' column='1' id='type-id-3806'/>
+ <typedef-decl name='other' type-id='type-id-3731' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='105' column='1' id='type-id-3805'/>
</member-type>
</class-decl>
</member-type>
<member-function access='public'>
<function-decl name='allocator' mangled-name='_ZNSaIN5mongo8executor12TaskExecutor14CallbackHandleEEC2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='113' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSaIN5mongo8executor12TaskExecutor14CallbackHandleEEC2Ev'>
- <parameter type-id='type-id-3807' is-artificial='yes'/>
+ <parameter type-id='type-id-3806' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocator' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3807' is-artificial='yes'/>
- <parameter type-id='type-id-3808'/>
+ <parameter type-id='type-id-3806' is-artificial='yes'/>
+ <parameter type-id='type-id-3807'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~allocator' mangled-name='_ZNSaIN5mongo8executor12TaskExecutor14CallbackHandleEED2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSaIN5mongo8executor12TaskExecutor14CallbackHandleEED2Ev'>
- <parameter type-id='type-id-3807' is-artificial='yes'/>
+ <parameter type-id='type-id-3806' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='initializer_list<mongo::executor::TaskExecutor::CallbackHandle>' visibility='default' is-declaration-only='yes' id='type-id-3753'/>
+ <class-decl name='initializer_list<mongo::executor::TaskExecutor::CallbackHandle>' visibility='default' is-declaration-only='yes' id='type-id-3752'/>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<const mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > > >' visibility='default' is-declaration-only='yes' id='type-id-3741'/>
+ <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<const mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > > >' visibility='default' is-declaration-only='yes' id='type-id-3740'/>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > > >' visibility='default' is-declaration-only='yes' id='type-id-3739'/>
+ <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > > >' visibility='default' is-declaration-only='yes' id='type-id-3738'/>
</namespace-decl>
- <qualified-type-def type-id='type-id-3659' const='yes' id='type-id-3757'/>
- <qualified-type-def type-id='type-id-3661' const='yes' id='type-id-3758'/>
- <qualified-type-def type-id='type-id-3669' const='yes' id='type-id-3759'/>
- <reference-type-def kind='lvalue' type-id='type-id-3809' size-in-bits='64' id='type-id-3766'/>
- <qualified-type-def type-id='type-id-3677' const='yes' id='type-id-3760'/>
- <qualified-type-def type-id='type-id-3715' const='yes' id='type-id-3761'/>
- <qualified-type-def type-id='type-id-3685' const='yes' id='type-id-3762'/>
- <qualified-type-def type-id='type-id-3723' const='yes' id='type-id-3763'/>
- <reference-type-def kind='lvalue' type-id='type-id-3810' size-in-bits='64' id='type-id-3773'/>
- <reference-type-def kind='lvalue' type-id='type-id-3811' size-in-bits='64' id='type-id-3775'/>
- <reference-type-def kind='lvalue' type-id='type-id-3812' size-in-bits='64' id='type-id-3751'/>
- <pointer-type-def type-id='type-id-3812' size-in-bits='64' id='type-id-3755'/>
+ <qualified-type-def type-id='type-id-3658' const='yes' id='type-id-3756'/>
+ <qualified-type-def type-id='type-id-3660' const='yes' id='type-id-3757'/>
+ <qualified-type-def type-id='type-id-3668' const='yes' id='type-id-3758'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3808' size-in-bits='64' id='type-id-3765'/>
+ <qualified-type-def type-id='type-id-3676' const='yes' id='type-id-3759'/>
+ <qualified-type-def type-id='type-id-3714' const='yes' id='type-id-3760'/>
+ <qualified-type-def type-id='type-id-3684' const='yes' id='type-id-3761'/>
+ <qualified-type-def type-id='type-id-3722' const='yes' id='type-id-3762'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3809' size-in-bits='64' id='type-id-3772'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3810' size-in-bits='64' id='type-id-3774'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3811' size-in-bits='64' id='type-id-3750'/>
+ <pointer-type-def type-id='type-id-3811' size-in-bits='64' id='type-id-3754'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3812' size-in-bits='64' id='type-id-3748'/>
<reference-type-def kind='lvalue' type-id='type-id-3813' size-in-bits='64' id='type-id-3749'/>
- <reference-type-def kind='lvalue' type-id='type-id-3814' size-in-bits='64' id='type-id-3750'/>
- <reference-type-def kind='lvalue' type-id='type-id-2784' size-in-bits='64' id='type-id-3772'/>
- <reference-type-def kind='lvalue' type-id='type-id-3714' size-in-bits='64' id='type-id-3768'/>
- <reference-type-def kind='rvalue' type-id='type-id-3714' size-in-bits='64' id='type-id-3767'/>
- <pointer-type-def type-id='type-id-3714' size-in-bits='64' id='type-id-3765'/>
- <reference-type-def kind='lvalue' type-id='type-id-3713' size-in-bits='64' id='type-id-3771'/>
- <reference-type-def kind='rvalue' type-id='type-id-3713' size-in-bits='64' id='type-id-3777'/>
- <pointer-type-def type-id='type-id-3713' size-in-bits='64' id='type-id-3776'/>
- <reference-type-def kind='lvalue' type-id='type-id-3770' size-in-bits='64' id='type-id-3774'/>
- <reference-type-def kind='lvalue' type-id='type-id-3694' size-in-bits='64' id='type-id-3754'/>
- <reference-type-def kind='rvalue' type-id='type-id-3694' size-in-bits='64' id='type-id-3752'/>
- <pointer-type-def type-id='type-id-3694' size-in-bits='64' id='type-id-3748'/>
- <reference-type-def kind='rvalue' type-id='type-id-3733' size-in-bits='64' id='type-id-3756'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2784' size-in-bits='64' id='type-id-3771'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3713' size-in-bits='64' id='type-id-3767'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3713' size-in-bits='64' id='type-id-3766'/>
+ <pointer-type-def type-id='type-id-3713' size-in-bits='64' id='type-id-3764'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3712' size-in-bits='64' id='type-id-3770'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3712' size-in-bits='64' id='type-id-3776'/>
+ <pointer-type-def type-id='type-id-3712' size-in-bits='64' id='type-id-3775'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3769' size-in-bits='64' id='type-id-3773'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3693' size-in-bits='64' id='type-id-3753'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3693' size-in-bits='64' id='type-id-3751'/>
+ <pointer-type-def type-id='type-id-3693' size-in-bits='64' id='type-id-3747'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3732' size-in-bits='64' id='type-id-3755'/>
<namespace-decl name='std'>
- <class-decl name='_Head_base<2, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *, false>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='129' column='1' id='type-id-3769'>
+ <class-decl name='_Head_base<2, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *, false>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='129' column='1' id='type-id-3768'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_head_impl' type-id='type-id-2784' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='174' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3815' is-artificial='yes'/>
+ <parameter type-id='type-id-3814' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3815' is-artificial='yes'/>
- <parameter type-id='type-id-3640'/>
+ <parameter type-id='type-id-3814' is-artificial='yes'/>
+ <parameter type-id='type-id-3639'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3815' is-artificial='yes'/>
- <parameter type-id='type-id-3816'/>
+ <parameter type-id='type-id-3814' is-artificial='yes'/>
+ <parameter type-id='type-id-3815'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3815' is-artificial='yes'/>
- <parameter type-id='type-id-3817'/>
+ <parameter type-id='type-id-3814' is-artificial='yes'/>
+ <parameter type-id='type-id-3816'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3815' is-artificial='yes'/>
+ <parameter type-id='type-id-3814' is-artificial='yes'/>
<parameter type-id='type-id-424'/>
<parameter type-id='type-id-425'/>
<return type-id='type-id-11'/>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm2EPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEELb0EE7_M_headERS7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10_Head_baseILm2EPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEELb0EE7_M_headERS7_'>
- <parameter type-id='type-id-3818'/>
- <return type-id='type-id-3772'/>
+ <parameter type-id='type-id-3817'/>
+ <return type-id='type-id-3771'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm2EPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEELb0EE7_M_headERKS7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='172' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3816'/>
- <return type-id='type-id-3640'/>
+ <parameter type-id='type-id-3815'/>
+ <return type-id='type-id-3639'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base<mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' mangled-name='_ZNSt10_Head_baseILm2EPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEELb0EEC2IS6_EEOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='141' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10_Head_baseILm2EPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEELb0EEC2IS6_EEOT_'>
- <parameter type-id='type-id-3815' is-artificial='yes'/>
- <parameter type-id='type-id-3621'/>
+ <parameter type-id='type-id-3814' is-artificial='yes'/>
+ <parameter type-id='type-id-3620'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Vector_base<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='192' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='72' column='1' id='type-id-3730'>
+ <class-decl name='_Vector_base<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='192' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='72' column='1' id='type-id-3729'>
<member-type access='public'>
- <class-decl name='_Vector_impl' size-in-bits='192' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='79' column='1' id='type-id-3819'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3732'/>
+ <class-decl name='_Vector_impl' size-in-bits='192' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='79' column='1' id='type-id-3818'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3731'/>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_start' type-id='type-id-3747' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='82' column='1'/>
+ <var-decl name='_M_start' type-id='type-id-3746' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='82' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_finish' type-id='type-id-3747' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='83' column='1'/>
+ <var-decl name='_M_finish' type-id='type-id-3746' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='83' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='_M_end_of_storage' type-id='type-id-3747' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='84' column='1'/>
+ <var-decl name='_M_end_of_storage' type-id='type-id-3746' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='84' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='_Vector_impl' mangled-name='_ZNSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE12_Vector_implC2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE12_Vector_implC2Ev'>
- <parameter type-id='type-id-3820' is-artificial='yes'/>
+ <parameter type-id='type-id-3819' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_Vector_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3820' is-artificial='yes'/>
- <parameter type-id='type-id-3821'/>
+ <parameter type-id='type-id-3819' is-artificial='yes'/>
+ <parameter type-id='type-id-3820'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_Vector_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3820' is-artificial='yes'/>
- <parameter type-id='type-id-3822'/>
+ <parameter type-id='type-id-3819' is-artificial='yes'/>
+ <parameter type-id='type-id-3821'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_swap_data' mangled-name='_ZNSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE12_Vector_impl12_M_swap_dataERS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3820' is-artificial='yes'/>
- <parameter type-id='type-id-3823'/>
+ <parameter type-id='type-id-3819' is-artificial='yes'/>
+ <parameter type-id='type-id-3822'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='public'>
- <typedef-decl name='_Tp_alloc_type' type-id='type-id-3825' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='75' column='1' id='type-id-3824'/>
+ <typedef-decl name='_Tp_alloc_type' type-id='type-id-3824' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='75' column='1' id='type-id-3823'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-3826' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='77' column='1' id='type-id-3747'/>
+ <typedef-decl name='pointer' type-id='type-id-3825' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='77' column='1' id='type-id-3746'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='allocator_type' type-id='type-id-3732' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='110' column='1' id='type-id-3827'/>
+ <typedef-decl name='allocator_type' type-id='type-id-3731' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='110' column='1' id='type-id-3826'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_impl' type-id='type-id-3819' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='164' column='1'/>
+ <var-decl name='_M_impl' type-id='type-id-3818' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='164' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_M_get_Tp_allocator' mangled-name='_ZNSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE19_M_get_Tp_allocatorEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='113' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE19_M_get_Tp_allocatorEv'>
- <parameter type-id='type-id-3828' is-artificial='yes'/>
- <return type-id='type-id-3829'/>
+ <parameter type-id='type-id-3827' is-artificial='yes'/>
+ <return type-id='type-id-3828'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_get_Tp_allocator' mangled-name='_ZNKSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE19_M_get_Tp_allocatorEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='117' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE19_M_get_Tp_allocatorEv'>
- <parameter type-id='type-id-3830' is-artificial='yes'/>
- <return type-id='type-id-3821'/>
+ <parameter type-id='type-id-3829' is-artificial='yes'/>
+ <return type-id='type-id-3820'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_allocator' mangled-name='_ZNKSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE13get_allocatorEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3830' is-artificial='yes'/>
- <return type-id='type-id-3827'/>
+ <parameter type-id='type-id-3829' is-artificial='yes'/>
+ <return type-id='type-id-3826'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' mangled-name='_ZNSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EEC2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EEC2Ev'>
- <parameter type-id='type-id-3828' is-artificial='yes'/>
+ <parameter type-id='type-id-3827' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3828' is-artificial='yes'/>
- <parameter type-id='type-id-3831'/>
+ <parameter type-id='type-id-3827' is-artificial='yes'/>
+ <parameter type-id='type-id-3830'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3828' is-artificial='yes'/>
+ <parameter type-id='type-id-3827' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3828' is-artificial='yes'/>
+ <parameter type-id='type-id-3827' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-3831'/>
+ <parameter type-id='type-id-3830'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3828' is-artificial='yes'/>
- <parameter type-id='type-id-3822'/>
+ <parameter type-id='type-id-3827' is-artificial='yes'/>
+ <parameter type-id='type-id-3821'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3828' is-artificial='yes'/>
- <parameter type-id='type-id-3832'/>
+ <parameter type-id='type-id-3827' is-artificial='yes'/>
+ <parameter type-id='type-id-3831'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3828' is-artificial='yes'/>
- <parameter type-id='type-id-3832'/>
+ <parameter type-id='type-id-3827' is-artificial='yes'/>
<parameter type-id='type-id-3831'/>
+ <parameter type-id='type-id-3830'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~_Vector_base' mangled-name='_ZNSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EED2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EED2Ev'>
- <parameter type-id='type-id-3828' is-artificial='yes'/>
+ <parameter type-id='type-id-3827' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_allocate' mangled-name='_ZNSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE11_M_allocateEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE11_M_allocateEm'>
- <parameter type-id='type-id-3828' is-artificial='yes'/>
+ <parameter type-id='type-id-3827' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-3747'/>
+ <return type-id='type-id-3746'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_deallocate' mangled-name='_ZNSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE13_M_deallocateEPS3_m' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE13_M_deallocateEPS3_m'>
- <parameter type-id='type-id-3828' is-artificial='yes'/>
- <parameter type-id='type-id-3747'/>
+ <parameter type-id='type-id-3827' is-artificial='yes'/>
+ <parameter type-id='type-id-3746'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_create_storage' mangled-name='_ZNSt12_Vector_baseIN5mongo8executor12TaskExecutor14CallbackHandleESaIS3_EE17_M_create_storageEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='183' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3828' is-artificial='yes'/>
+ <parameter type-id='type-id-3827' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-11'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__alloc_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3833'>
+ <class-decl name='__alloc_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3832'>
<member-type access='public'>
- <typedef-decl name='const_reference' type-id='type-id-3834' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='110' column='1' id='type-id-3745'/>
+ <typedef-decl name='const_reference' type-id='type-id-3833' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='110' column='1' id='type-id-3744'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__alloc_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3833'>
+ <class-decl name='__alloc_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3832'>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-3835' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='109' column='1' id='type-id-3743'/>
+ <typedef-decl name='reference' type-id='type-id-3834' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='109' column='1' id='type-id-3742'/>
</member-type>
</class-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-3836' size-in-bits='64' id='type-id-3835'/>
- <reference-type-def kind='lvalue' type-id='type-id-3737' size-in-bits='64' id='type-id-3787'/>
- <pointer-type-def type-id='type-id-3737' size-in-bits='64' id='type-id-3784'/>
- <reference-type-def kind='lvalue' type-id='type-id-3735' size-in-bits='64' id='type-id-3797'/>
- <pointer-type-def type-id='type-id-3735' size-in-bits='64' id='type-id-3794'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3835' size-in-bits='64' id='type-id-3834'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3736' size-in-bits='64' id='type-id-3786'/>
+ <pointer-type-def type-id='type-id-3736' size-in-bits='64' id='type-id-3783'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3734' size-in-bits='64' id='type-id-3796'/>
+ <pointer-type-def type-id='type-id-3734' size-in-bits='64' id='type-id-3793'/>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='new_allocator<mongo::executor::TaskExecutor::CallbackHandle>' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='58' column='1' id='type-id-3801'>
+ <class-decl name='new_allocator<mongo::executor::TaskExecutor::CallbackHandle>' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='58' column='1' id='type-id-3800'>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-2632' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='63' column='1' id='type-id-3837'/>
+ <typedef-decl name='pointer' type-id='type-id-2632' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='63' column='1' id='type-id-3836'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-932' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='65' column='1' id='type-id-3838'/>
+ <typedef-decl name='reference' type-id='type-id-932' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='65' column='1' id='type-id-3837'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_pointer' type-id='type-id-2633' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='64' column='1' id='type-id-3839'/>
+ <typedef-decl name='const_pointer' type-id='type-id-2633' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='64' column='1' id='type-id-3838'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-946' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='66' column='1' id='type-id-3840'/>
+ <typedef-decl name='const_reference' type-id='type-id-946' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='66' column='1' id='type-id-3839'/>
</member-type>
<member-function access='public'>
<function-decl name='new_allocator' mangled-name='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEEC2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEEC2Ev'>
- <parameter type-id='type-id-3841' is-artificial='yes'/>
+ <parameter type-id='type-id-3840' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='new_allocator' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3841' is-artificial='yes'/>
- <parameter type-id='type-id-3842'/>
+ <parameter type-id='type-id-3840' is-artificial='yes'/>
+ <parameter type-id='type-id-3841'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~new_allocator' mangled-name='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEED2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEED2Ev'>
- <parameter type-id='type-id-3841' is-artificial='yes'/>
+ <parameter type-id='type-id-3840' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEE7addressERS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3843' is-artificial='yes'/>
- <parameter type-id='type-id-3838'/>
- <return type-id='type-id-3837'/>
+ <parameter type-id='type-id-3842' is-artificial='yes'/>
+ <parameter type-id='type-id-3837'/>
+ <return type-id='type-id-3836'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEE7addressERKS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3843' is-artificial='yes'/>
- <parameter type-id='type-id-3840'/>
- <return type-id='type-id-3839'/>
+ <parameter type-id='type-id-3842' is-artificial='yes'/>
+ <parameter type-id='type-id-3839'/>
+ <return type-id='type-id-3838'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEE8allocateEmPKv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEE8allocateEmPKv'>
- <parameter type-id='type-id-3841' is-artificial='yes'/>
+ <parameter type-id='type-id-3840' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
<parameter type-id='type-id-286'/>
- <return type-id='type-id-3837'/>
+ <return type-id='type-id-3836'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEE10deallocateEPS4_m' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='109' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEE10deallocateEPS4_m'>
- <parameter type-id='type-id-3841' is-artificial='yes'/>
- <parameter type-id='type-id-3837'/>
+ <parameter type-id='type-id-3840' is-artificial='yes'/>
+ <parameter type-id='type-id-3836'/>
<parameter type-id='type-id-230'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='max_size' mangled-name='_ZNK9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEE8max_sizeEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='113' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEE8max_sizeEv'>
- <parameter type-id='type-id-3843' is-artificial='yes'/>
+ <parameter type-id='type-id-3842' is-artificial='yes'/>
<return type-id='type-id-230'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='destroy<mongo::executor::TaskExecutor::CallbackHandle>' mangled-name='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEE7destroyIS4_EEvPT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEE7destroyIS4_EEvPT_'>
- <parameter type-id='type-id-3841' is-artificial='yes'/>
+ <parameter type-id='type-id-3840' is-artificial='yes'/>
<parameter type-id='type-id-2632'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='construct<mongo::executor::TaskExecutor::CallbackHandle, const mongo::executor::TaskExecutor::CallbackHandle &>' mangled-name='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEE9constructIS4_JRKS4_EEEvPT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor12TaskExecutor14CallbackHandleEE9constructIS4_JRKS4_EEEvPT_DpOT0_'>
- <parameter type-id='type-id-3841' is-artificial='yes'/>
+ <parameter type-id='type-id-3840' is-artificial='yes'/>
<parameter type-id='type-id-2632'/>
<parameter type-id='type-id-946'/>
<return type-id='type-id-11'/>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='192' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='214' column='1' id='type-id-3799'>
- <base-class access='protected' layout-offset-in-bits='0' type-id='type-id-3844'/>
+ <class-decl name='vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='192' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='214' column='1' id='type-id-3798'>
+ <base-class access='protected' layout-offset-in-bits='0' type-id='type-id-3843'/>
<member-type access='private'>
- <typedef-decl name='allocator_type' type-id='type-id-3846' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='238' column='1' id='type-id-3845'/>
+ <typedef-decl name='allocator_type' type-id='type-id-3845' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='238' column='1' id='type-id-3844'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='value_type' type-id='type-id-1314' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='226' column='1' id='type-id-3847'/>
+ <typedef-decl name='value_type' type-id='type-id-1314' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='226' column='1' id='type-id-3846'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iterator' type-id='type-id-3849' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='231' column='1' id='type-id-3848'/>
+ <typedef-decl name='iterator' type-id='type-id-3848' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='231' column='1' id='type-id-3847'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_iterator' type-id='type-id-3851' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='233' column='1' id='type-id-3850'/>
+ <typedef-decl name='const_iterator' type-id='type-id-3850' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='233' column='1' id='type-id-3849'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reverse_iterator' type-id='type-id-3853' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='235' column='1' id='type-id-3852'/>
+ <typedef-decl name='reverse_iterator' type-id='type-id-3852' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='235' column='1' id='type-id-3851'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reverse_iterator' type-id='type-id-3855' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='234' column='1' id='type-id-3854'/>
+ <typedef-decl name='const_reverse_iterator' type-id='type-id-3854' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='234' column='1' id='type-id-3853'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-3857' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='229' column='1' id='type-id-3856'/>
+ <typedef-decl name='reference' type-id='type-id-3856' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='229' column='1' id='type-id-3855'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-3859' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='230' column='1' id='type-id-3858'/>
+ <typedef-decl name='const_reference' type-id='type-id-3858' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='230' column='1' id='type-id-3857'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-3861' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='227' column='1' id='type-id-3860'/>
+ <typedef-decl name='pointer' type-id='type-id-3860' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='227' column='1' id='type-id-3859'/>
</member-type>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='253' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='264' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3863'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3862'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='277' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3863'/>
+ <parameter type-id='type-id-3862'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='289' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3864'/>
<parameter type-id='type-id-3863'/>
+ <parameter type-id='type-id-3862'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='318' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3865'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3864'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3866'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3865'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='339' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3865'/>
- <parameter type-id='type-id-3863'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3864'/>
+ <parameter type-id='type-id-3862'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='348' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3866'/>
- <parameter type-id='type-id-3863'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3865'/>
+ <parameter type-id='type-id-3862'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='vector' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='373' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3867'/>
- <parameter type-id='type-id-3863'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3866'/>
+ <parameter type-id='type-id-3862'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~vector' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EED2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='423' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EED2Ev'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EEaSERKS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='436' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3865'/>
- <return type-id='type-id-3868'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3864'/>
+ <return type-id='type-id-3867'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EEaSEOS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='448' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3866'/>
- <return type-id='type-id-3868'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3865'/>
+ <return type-id='type-id-3867'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EEaSESt16initializer_listIS2_E' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='470' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3867'/>
- <return type-id='type-id-3868'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3866'/>
+ <return type-id='type-id-3867'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='assign' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE6assignEmRKS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='488' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3864'/>
+ <parameter type-id='type-id-3863'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='assign' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE6assignESt16initializer_listIS2_E' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='533' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3867'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3866'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='begin' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE5beginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='547' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <return type-id='type-id-3848'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <return type-id='type-id-3847'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='begin' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE5beginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='556' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
- <return type-id='type-id-3850'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
+ <return type-id='type-id-3849'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='end' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE3endEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <return type-id='type-id-3848'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <return type-id='type-id-3847'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='end' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE3endEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='574' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
- <return type-id='type-id-3850'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
+ <return type-id='type-id-3849'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='rbegin' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE6rbeginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='583' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <return type-id='type-id-3852'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <return type-id='type-id-3851'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='rbegin' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE6rbeginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='592' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
- <return type-id='type-id-3854'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
+ <return type-id='type-id-3853'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='rend' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE4rendEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='601' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <return type-id='type-id-3852'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <return type-id='type-id-3851'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='rend' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE4rendEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='610' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
- <return type-id='type-id-3854'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
+ <return type-id='type-id-3853'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cbegin' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE6cbeginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='620' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
- <return type-id='type-id-3850'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
+ <return type-id='type-id-3849'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cend' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE4cendEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='629' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
- <return type-id='type-id-3850'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
+ <return type-id='type-id-3849'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='crbegin' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE7crbeginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='638' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
- <return type-id='type-id-3854'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
+ <return type-id='type-id-3853'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='crend' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE5crendEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='647' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
- <return type-id='type-id-3854'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
+ <return type-id='type-id-3853'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='size' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE4sizeEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='654' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE4sizeEv'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
<return type-id='type-id-230'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='max_size' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE8max_sizeEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='659' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
<return type-id='type-id-230'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='resize' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE6resizeEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='673' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='resize' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE6resizeEmRKS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='693' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3864'/>
+ <parameter type-id='type-id-3863'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='shrink_to_fit' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE13shrink_to_fitEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='725' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='capacity' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE8capacityEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='734' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
<return type-id='type-id-230'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='empty' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE5emptyEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='743' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
<return type-id='type-id-19'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='reserve' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE7reserveEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='764' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EEixEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='779' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EEixEm'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <return type-id='type-id-3856'/>
+ <return type-id='type-id-3855'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EEixEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <return type-id='type-id-3858'/>
+ <return type-id='type-id-3857'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_range_check' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE14_M_range_checkEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='800' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='at' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE2atEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='822' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <return type-id='type-id-3856'/>
+ <return type-id='type-id-3855'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='at' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE2atEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <return type-id='type-id-3858'/>
+ <return type-id='type-id-3857'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='front' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE5frontEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='851' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <return type-id='type-id-3856'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <return type-id='type-id-3855'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='front' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE5frontEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='859' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
- <return type-id='type-id-3858'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
+ <return type-id='type-id-3857'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='back' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE4backEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='867' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <return type-id='type-id-3856'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <return type-id='type-id-3855'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='back' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE4backEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='875' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
- <return type-id='type-id-3858'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
+ <return type-id='type-id-3857'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='data' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE4dataEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<return type-id='type-id-2646'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='data' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE4dataEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='898' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
<return type-id='type-id-2649'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='push_back' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE9push_backERKS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='913' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3864'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3863'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='push_back' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE9push_backEOS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='931' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3870'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3869'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='pop_back' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE8pop_backEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='949' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='insert' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS2_S4_EERS7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3850'/>
- <parameter type-id='type-id-3864'/>
- <return type-id='type-id-3848'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3849'/>
+ <parameter type-id='type-id-3863'/>
+ <return type-id='type-id-3847'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='insert' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS2_S4_EEOS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1014' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3850'/>
- <parameter type-id='type-id-3870'/>
- <return type-id='type-id-3848'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3849'/>
+ <parameter type-id='type-id-3869'/>
+ <return type-id='type-id-3847'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='insert' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS2_S4_EESt16initializer_listIS2_E' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1031' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3850'/>
- <parameter type-id='type-id-3867'/>
- <return type-id='type-id-3848'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3849'/>
+ <parameter type-id='type-id-3866'/>
+ <return type-id='type-id-3847'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='insert' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS2_S4_EEmRS7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1051' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3850'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3849'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3864'/>
- <return type-id='type-id-3848'/>
+ <parameter type-id='type-id-3863'/>
+ <return type-id='type-id-3847'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='erase' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS2_S4_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1146' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3850'/>
- <return type-id='type-id-3848'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3849'/>
+ <return type-id='type-id-3847'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='erase' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS2_S4_EES9_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1173' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3850'/>
- <parameter type-id='type-id-3850'/>
- <return type-id='type-id-3848'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3849'/>
+ <parameter type-id='type-id-3849'/>
+ <return type-id='type-id-3847'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='swap' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE4swapERS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1194' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3868'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3867'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='clear' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE5clearEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1211' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_fill_initialize' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE18_M_fill_initializeEmRKS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1298' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3864'/>
+ <parameter type-id='type-id-3863'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_default_initialize' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE21_M_default_initializeEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1308' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_fill_assign' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE14_M_fill_assignEmRKS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1354' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3864'/>
+ <parameter type-id='type-id-3863'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_fill_insert' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPS2_S4_EEmRKS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1395' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3848'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3847'/>
<parameter type-id='type-id-230'/>
- <parameter type-id='type-id-3864'/>
+ <parameter type-id='type-id-3863'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_default_append' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE17_M_default_appendEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1400' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_shrink_to_fit' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE16_M_shrink_to_fitEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1403' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
<return type-id='type-id-19'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_check_len' mangled-name='_ZNKSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE12_M_check_lenEmPKc' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1422' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3869' is-artificial='yes'/>
+ <parameter type-id='type-id-3868' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
<parameter type-id='type-id-240'/>
<return type-id='type-id-230'/>
</member-function>
<member-function access='protected'>
<function-decl name='_M_erase_at_end' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE15_M_erase_at_endEPS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1436' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3860'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3859'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_erase' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS2_S4_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1443' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3848'/>
- <return type-id='type-id-3848'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3847'/>
+ <return type-id='type-id-3847'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_erase' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS2_S4_EES8_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1446' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3848'/>
- <parameter type-id='type-id-3848'/>
- <return type-id='type-id-3848'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3847'/>
+ <parameter type-id='type-id-3847'/>
+ <return type-id='type-id-3847'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_move_assign' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE14_M_move_assignEOS4_St17integral_constantIbLb1EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1454' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3866'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3865'/>
<parameter type-id='type-id-241'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_move_assign' mangled-name='_ZNSt6vectorIN5mongo8executor20RemoteCommandRequestESaIS2_EE14_M_move_assignEOS4_St17integral_constantIbLb0EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='1465' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3862' is-artificial='yes'/>
- <parameter type-id='type-id-3866'/>
+ <parameter type-id='type-id-3861' is-artificial='yes'/>
+ <parameter type-id='type-id-3865'/>
<parameter type-id='type-id-242'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-3871' size-in-bits='64' id='type-id-3834'/>
- <pointer-type-def type-id='type-id-3872' size-in-bits='64' id='type-id-3786'/>
- <pointer-type-def type-id='type-id-3873' size-in-bits='64' id='type-id-3796'/>
- <reference-type-def kind='lvalue' type-id='type-id-3874' size-in-bits='64' id='type-id-3785'/>
- <reference-type-def kind='lvalue' type-id='type-id-3875' size-in-bits='64' id='type-id-3800'/>
- <pointer-type-def type-id='type-id-3876' size-in-bits='64' id='type-id-3798'/>
- <qualified-type-def type-id='type-id-3714' const='yes' id='type-id-3809'/>
- <reference-type-def kind='lvalue' type-id='type-id-3877' size-in-bits='64' id='type-id-3816'/>
- <qualified-type-def type-id='type-id-3713' const='yes' id='type-id-3810'/>
- <qualified-type-def type-id='type-id-3770' const='yes' id='type-id-3811'/>
- <pointer-type-def type-id='type-id-3878' size-in-bits='64' id='type-id-3830'/>
- <reference-type-def kind='lvalue' type-id='type-id-3879' size-in-bits='64' id='type-id-3821'/>
- <reference-type-def kind='lvalue' type-id='type-id-3880' size-in-bits='64' id='type-id-3831'/>
- <reference-type-def kind='lvalue' type-id='type-id-3881' size-in-bits='64' id='type-id-3808'/>
- <qualified-type-def type-id='type-id-3694' const='yes' id='type-id-3812'/>
- <qualified-type-def type-id='type-id-3731' const='yes' id='type-id-3813'/>
- <qualified-type-def type-id='type-id-3733' const='yes' id='type-id-3814'/>
- <reference-type-def kind='lvalue' type-id='type-id-3882' size-in-bits='64' id='type-id-3795'/>
- <reference-type-def kind='lvalue' type-id='type-id-3769' size-in-bits='64' id='type-id-3818'/>
- <reference-type-def kind='rvalue' type-id='type-id-3769' size-in-bits='64' id='type-id-3817'/>
- <pointer-type-def type-id='type-id-3769' size-in-bits='64' id='type-id-3815'/>
- <reference-type-def kind='rvalue' type-id='type-id-3730' size-in-bits='64' id='type-id-3832'/>
- <pointer-type-def type-id='type-id-3730' size-in-bits='64' id='type-id-3828'/>
- <reference-type-def kind='lvalue' type-id='type-id-3824' size-in-bits='64' id='type-id-3829'/>
- <reference-type-def kind='rvalue' type-id='type-id-3824' size-in-bits='64' id='type-id-3822'/>
- <reference-type-def kind='lvalue' type-id='type-id-3819' size-in-bits='64' id='type-id-3823'/>
- <pointer-type-def type-id='type-id-3819' size-in-bits='64' id='type-id-3820'/>
- <pointer-type-def type-id='type-id-3732' size-in-bits='64' id='type-id-3807'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3870' size-in-bits='64' id='type-id-3833'/>
+ <pointer-type-def type-id='type-id-3871' size-in-bits='64' id='type-id-3785'/>
+ <pointer-type-def type-id='type-id-3872' size-in-bits='64' id='type-id-3795'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3873' size-in-bits='64' id='type-id-3784'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3874' size-in-bits='64' id='type-id-3799'/>
+ <pointer-type-def type-id='type-id-3875' size-in-bits='64' id='type-id-3797'/>
+ <qualified-type-def type-id='type-id-3713' const='yes' id='type-id-3808'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3876' size-in-bits='64' id='type-id-3815'/>
+ <qualified-type-def type-id='type-id-3712' const='yes' id='type-id-3809'/>
+ <qualified-type-def type-id='type-id-3769' const='yes' id='type-id-3810'/>
+ <pointer-type-def type-id='type-id-3877' size-in-bits='64' id='type-id-3829'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3878' size-in-bits='64' id='type-id-3820'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3879' size-in-bits='64' id='type-id-3830'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3880' size-in-bits='64' id='type-id-3807'/>
+ <qualified-type-def type-id='type-id-3693' const='yes' id='type-id-3811'/>
+ <qualified-type-def type-id='type-id-3730' const='yes' id='type-id-3812'/>
+ <qualified-type-def type-id='type-id-3732' const='yes' id='type-id-3813'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3881' size-in-bits='64' id='type-id-3794'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3768' size-in-bits='64' id='type-id-3817'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3768' size-in-bits='64' id='type-id-3816'/>
+ <pointer-type-def type-id='type-id-3768' size-in-bits='64' id='type-id-3814'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3729' size-in-bits='64' id='type-id-3831'/>
+ <pointer-type-def type-id='type-id-3729' size-in-bits='64' id='type-id-3827'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3823' size-in-bits='64' id='type-id-3828'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3823' size-in-bits='64' id='type-id-3821'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3818' size-in-bits='64' id='type-id-3822'/>
+ <pointer-type-def type-id='type-id-3818' size-in-bits='64' id='type-id-3819'/>
+ <pointer-type-def type-id='type-id-3731' size-in-bits='64' id='type-id-3806'/>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__alloc_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3833'>
+ <class-decl name='__alloc_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3832'>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-3883' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='104' column='1' id='type-id-3826'/>
+ <typedef-decl name='pointer' type-id='type-id-3882' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='104' column='1' id='type-id-3825'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__alloc_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3833'>
+ <class-decl name='__alloc_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3832'>
<member-type access='public'>
- <class-decl name='rebind<mongo::executor::TaskExecutor::CallbackHandle>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='168' column='1' id='type-id-3884'>
+ <class-decl name='rebind<mongo::executor::TaskExecutor::CallbackHandle>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='168' column='1' id='type-id-3883'>
<member-type access='public'>
- <typedef-decl name='other' type-id='type-id-3885' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='169' column='1' id='type-id-3825'/>
+ <typedef-decl name='other' type-id='type-id-3884' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='169' column='1' id='type-id-3824'/>
</member-type>
</class-decl>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<const mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='186' column='1' id='type-id-3886'>
+ <class-decl name='iterator_traits<const mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='186' column='1' id='type-id-3885'>
<member-type access='public'>
- <typedef-decl name='difference_type' type-id='type-id-287' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='190' column='1' id='type-id-3783'/>
+ <typedef-decl name='difference_type' type-id='type-id-287' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='190' column='1' id='type-id-3782'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<const mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='186' column='1' id='type-id-3886'>
+ <class-decl name='iterator_traits<const mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='186' column='1' id='type-id-3885'>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-2633' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='191' column='1' id='type-id-3781'/>
+ <typedef-decl name='pointer' type-id='type-id-2633' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='191' column='1' id='type-id-3780'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<const mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='186' column='1' id='type-id-3886'>
+ <class-decl name='iterator_traits<const mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='186' column='1' id='type-id-3885'>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-946' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='192' column='1' id='type-id-3779'/>
+ <typedef-decl name='reference' type-id='type-id-946' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='192' column='1' id='type-id-3778'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='175' column='1' id='type-id-3887'>
+ <class-decl name='iterator_traits<mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='175' column='1' id='type-id-3886'>
<member-type access='public'>
- <typedef-decl name='difference_type' type-id='type-id-287' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='179' column='1' id='type-id-3793'/>
+ <typedef-decl name='difference_type' type-id='type-id-287' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='179' column='1' id='type-id-3792'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='175' column='1' id='type-id-3887'>
+ <class-decl name='iterator_traits<mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='175' column='1' id='type-id-3886'>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-2632' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='180' column='1' id='type-id-3791'/>
+ <typedef-decl name='pointer' type-id='type-id-2632' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='180' column='1' id='type-id-3790'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='175' column='1' id='type-id-3887'>
+ <class-decl name='iterator_traits<mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='175' column='1' id='type-id-3886'>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-932' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='181' column='1' id='type-id-3789'/>
+ <typedef-decl name='reference' type-id='type-id-932' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='181' column='1' id='type-id-3788'/>
</member-type>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-3801' size-in-bits='64' id='type-id-3841'/>
+ <pointer-type-def type-id='type-id-3800' size-in-bits='64' id='type-id-3840'/>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__normal_iterator<const mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > >' visibility='default' is-declaration-only='yes' id='type-id-3851'/>
+ <class-decl name='__normal_iterator<const mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > >' visibility='default' is-declaration-only='yes' id='type-id-3850'/>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__normal_iterator<mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > >' visibility='default' is-declaration-only='yes' id='type-id-3849'/>
+ <class-decl name='__normal_iterator<mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > >' visibility='default' is-declaration-only='yes' id='type-id-3848'/>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='allocator<mongo::executor::RemoteCommandRequest>' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='92' column='1' id='type-id-3846'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3888'/>
+ <class-decl name='allocator<mongo::executor::RemoteCommandRequest>' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='92' column='1' id='type-id-3845'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3887'/>
<member-type access='private'>
- <typedef-decl name='value_type' type-id='type-id-1314' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='101' column='1' id='type-id-3889'/>
+ <typedef-decl name='value_type' type-id='type-id-1314' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='101' column='1' id='type-id-3888'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-2646' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='97' column='1' id='type-id-3890'/>
+ <typedef-decl name='pointer' type-id='type-id-2646' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='97' column='1' id='type-id-3889'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='95' column='1' id='type-id-3891'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='95' column='1' id='type-id-3890'/>
</member-type>
<member-type access='private'>
- <class-decl name='rebind<mongo::executor::RemoteCommandRequest>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='104' column='1' id='type-id-3892'>
+ <class-decl name='rebind<mongo::executor::RemoteCommandRequest>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='104' column='1' id='type-id-3891'>
<member-type access='public'>
- <typedef-decl name='other' type-id='type-id-3846' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='105' column='1' id='type-id-3893'/>
+ <typedef-decl name='other' type-id='type-id-3845' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='105' column='1' id='type-id-3892'/>
</member-type>
</class-decl>
</member-type>
<member-function access='public'>
<function-decl name='allocator' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='113' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3894' is-artificial='yes'/>
+ <parameter type-id='type-id-3893' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocator' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3894' is-artificial='yes'/>
- <parameter type-id='type-id-3895'/>
+ <parameter type-id='type-id-3893' is-artificial='yes'/>
+ <parameter type-id='type-id-3894'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~allocator' mangled-name='_ZNSaIN5mongo8executor20RemoteCommandRequestEED2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/allocator.h' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSaIN5mongo8executor20RemoteCommandRequestEED2Ev'>
- <parameter type-id='type-id-3894' is-artificial='yes'/>
+ <parameter type-id='type-id-3893' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='initializer_list<mongo::executor::RemoteCommandRequest>' size-in-bits='128' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/initializer_list' line='47' column='1' id='type-id-3867'>
+ <class-decl name='initializer_list<mongo::executor::RemoteCommandRequest>' size-in-bits='128' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/initializer_list' line='47' column='1' id='type-id-3866'>
<member-type access='private'>
- <typedef-decl name='iterator' type-id='type-id-2649' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/initializer_list' line='54' column='1' id='type-id-3896'/>
+ <typedef-decl name='iterator' type-id='type-id-2649' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/initializer_list' line='54' column='1' id='type-id-3895'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_iterator' type-id='type-id-2649' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/initializer_list' line='55' column='1' id='type-id-3897'/>
+ <typedef-decl name='const_iterator' type-id='type-id-2649' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/initializer_list' line='55' column='1' id='type-id-3896'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_array' type-id='type-id-3896' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/initializer_list' line='58' column='1'/>
+ <var-decl name='_M_array' type-id='type-id-3895' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/initializer_list' line='58' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='_M_len' type-id='type-id-230' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/initializer_list' line='59' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='initializer_list' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/initializer_list' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3898' is-artificial='yes'/>
- <parameter type-id='type-id-3897'/>
+ <parameter type-id='type-id-3897' is-artificial='yes'/>
+ <parameter type-id='type-id-3896'/>
<parameter type-id='type-id-230'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='initializer_list' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/initializer_list' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3898' is-artificial='yes'/>
+ <parameter type-id='type-id-3897' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='size' mangled-name='_ZNKSt16initializer_listIN5mongo8executor20RemoteCommandRequestEE4sizeEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/initializer_list' line='71' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3899' is-artificial='yes'/>
+ <parameter type-id='type-id-3898' is-artificial='yes'/>
<return type-id='type-id-230'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='begin' mangled-name='_ZNKSt16initializer_listIN5mongo8executor20RemoteCommandRequestEE5beginEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/initializer_list' line='75' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3899' is-artificial='yes'/>
- <return type-id='type-id-3897'/>
+ <parameter type-id='type-id-3898' is-artificial='yes'/>
+ <return type-id='type-id-3896'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='end' mangled-name='_ZNKSt16initializer_listIN5mongo8executor20RemoteCommandRequestEE3endEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/initializer_list' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3899' is-artificial='yes'/>
- <return type-id='type-id-3897'/>
+ <parameter type-id='type-id-3898' is-artificial='yes'/>
+ <return type-id='type-id-3896'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<const mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > > >' visibility='default' is-declaration-only='yes' id='type-id-3855'/>
+ <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<const mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > > >' visibility='default' is-declaration-only='yes' id='type-id-3854'/>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > > >' visibility='default' is-declaration-only='yes' id='type-id-3853'/>
+ <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > > >' visibility='default' is-declaration-only='yes' id='type-id-3852'/>
</namespace-decl>
- <qualified-type-def type-id='type-id-3836' const='yes' id='type-id-3871'/>
- <qualified-type-def type-id='type-id-3737' const='yes' id='type-id-3872'/>
- <qualified-type-def type-id='type-id-3735' const='yes' id='type-id-3873'/>
- <reference-type-def kind='lvalue' type-id='type-id-3900' size-in-bits='64' id='type-id-3842'/>
- <pointer-type-def type-id='type-id-3900' size-in-bits='64' id='type-id-3843'/>
- <qualified-type-def type-id='type-id-2633' const='yes' id='type-id-3874'/>
- <qualified-type-def type-id='type-id-3901' const='yes' id='type-id-3875'/>
- <qualified-type-def type-id='type-id-3764' const='yes' id='type-id-3876'/>
- <qualified-type-def type-id='type-id-3769' const='yes' id='type-id-3877'/>
- <qualified-type-def type-id='type-id-3730' const='yes' id='type-id-3878'/>
- <qualified-type-def type-id='type-id-3824' const='yes' id='type-id-3879'/>
- <qualified-type-def type-id='type-id-3827' const='yes' id='type-id-3880'/>
- <qualified-type-def type-id='type-id-3732' const='yes' id='type-id-3881'/>
- <reference-type-def kind='lvalue' type-id='type-id-3902' size-in-bits='64' id='type-id-3865'/>
- <pointer-type-def type-id='type-id-3902' size-in-bits='64' id='type-id-3869'/>
+ <qualified-type-def type-id='type-id-3835' const='yes' id='type-id-3870'/>
+ <qualified-type-def type-id='type-id-3736' const='yes' id='type-id-3871'/>
+ <qualified-type-def type-id='type-id-3734' const='yes' id='type-id-3872'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3899' size-in-bits='64' id='type-id-3841'/>
+ <pointer-type-def type-id='type-id-3899' size-in-bits='64' id='type-id-3842'/>
+ <qualified-type-def type-id='type-id-2633' const='yes' id='type-id-3873'/>
+ <qualified-type-def type-id='type-id-3900' const='yes' id='type-id-3874'/>
+ <qualified-type-def type-id='type-id-3763' const='yes' id='type-id-3875'/>
+ <qualified-type-def type-id='type-id-3768' const='yes' id='type-id-3876'/>
+ <qualified-type-def type-id='type-id-3729' const='yes' id='type-id-3877'/>
+ <qualified-type-def type-id='type-id-3823' const='yes' id='type-id-3878'/>
+ <qualified-type-def type-id='type-id-3826' const='yes' id='type-id-3879'/>
+ <qualified-type-def type-id='type-id-3731' const='yes' id='type-id-3880'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3901' size-in-bits='64' id='type-id-3864'/>
+ <pointer-type-def type-id='type-id-3901' size-in-bits='64' id='type-id-3868'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3902' size-in-bits='64' id='type-id-3862'/>
<reference-type-def kind='lvalue' type-id='type-id-3903' size-in-bits='64' id='type-id-3863'/>
- <reference-type-def kind='lvalue' type-id='type-id-3904' size-in-bits='64' id='type-id-3864'/>
- <qualified-type-def type-id='type-id-2632' const='yes' id='type-id-3882'/>
- <reference-type-def kind='lvalue' type-id='type-id-3799' size-in-bits='64' id='type-id-3868'/>
- <reference-type-def kind='rvalue' type-id='type-id-3799' size-in-bits='64' id='type-id-3866'/>
- <pointer-type-def type-id='type-id-3799' size-in-bits='64' id='type-id-3862'/>
- <reference-type-def kind='rvalue' type-id='type-id-3847' size-in-bits='64' id='type-id-3870'/>
+ <qualified-type-def type-id='type-id-2632' const='yes' id='type-id-3881'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3798' size-in-bits='64' id='type-id-3867'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3798' size-in-bits='64' id='type-id-3865'/>
+ <pointer-type-def type-id='type-id-3798' size-in-bits='64' id='type-id-3861'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3846' size-in-bits='64' id='type-id-3869'/>
<namespace-decl name='std'>
- <class-decl name='_Vector_base<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='192' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='72' column='1' id='type-id-3844'>
+ <class-decl name='_Vector_base<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='192' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='72' column='1' id='type-id-3843'>
<member-type access='public'>
- <class-decl name='_Vector_impl' size-in-bits='192' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='79' column='1' id='type-id-3905'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3846'/>
+ <class-decl name='_Vector_impl' size-in-bits='192' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='79' column='1' id='type-id-3904'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3845'/>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_start' type-id='type-id-3861' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='82' column='1'/>
+ <var-decl name='_M_start' type-id='type-id-3860' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='82' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_finish' type-id='type-id-3861' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='83' column='1'/>
+ <var-decl name='_M_finish' type-id='type-id-3860' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='83' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='_M_end_of_storage' type-id='type-id-3861' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='84' column='1'/>
+ <var-decl name='_M_end_of_storage' type-id='type-id-3860' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='84' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='_Vector_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3906' is-artificial='yes'/>
+ <parameter type-id='type-id-3905' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_Vector_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3906' is-artificial='yes'/>
- <parameter type-id='type-id-3907'/>
+ <parameter type-id='type-id-3905' is-artificial='yes'/>
+ <parameter type-id='type-id-3906'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_Vector_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3906' is-artificial='yes'/>
- <parameter type-id='type-id-3908'/>
+ <parameter type-id='type-id-3905' is-artificial='yes'/>
+ <parameter type-id='type-id-3907'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_swap_data' mangled-name='_ZNSt12_Vector_baseIN5mongo8executor20RemoteCommandRequestESaIS2_EE12_Vector_impl12_M_swap_dataERS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3906' is-artificial='yes'/>
- <parameter type-id='type-id-3909'/>
+ <parameter type-id='type-id-3905' is-artificial='yes'/>
+ <parameter type-id='type-id-3908'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='public'>
- <typedef-decl name='_Tp_alloc_type' type-id='type-id-3911' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='75' column='1' id='type-id-3910'/>
+ <typedef-decl name='_Tp_alloc_type' type-id='type-id-3910' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='75' column='1' id='type-id-3909'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-3912' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='77' column='1' id='type-id-3861'/>
+ <typedef-decl name='pointer' type-id='type-id-3911' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='77' column='1' id='type-id-3860'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='allocator_type' type-id='type-id-3846' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='110' column='1' id='type-id-3913'/>
+ <typedef-decl name='allocator_type' type-id='type-id-3845' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='110' column='1' id='type-id-3912'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_impl' type-id='type-id-3905' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='164' column='1'/>
+ <var-decl name='_M_impl' type-id='type-id-3904' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='164' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_M_get_Tp_allocator' mangled-name='_ZNSt12_Vector_baseIN5mongo8executor20RemoteCommandRequestESaIS2_EE19_M_get_Tp_allocatorEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='113' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12_Vector_baseIN5mongo8executor20RemoteCommandRequestESaIS2_EE19_M_get_Tp_allocatorEv'>
- <parameter type-id='type-id-3914' is-artificial='yes'/>
- <return type-id='type-id-3915'/>
+ <parameter type-id='type-id-3913' is-artificial='yes'/>
+ <return type-id='type-id-3914'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_get_Tp_allocator' mangled-name='_ZNKSt12_Vector_baseIN5mongo8executor20RemoteCommandRequestESaIS2_EE19_M_get_Tp_allocatorEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='117' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3916' is-artificial='yes'/>
- <return type-id='type-id-3907'/>
+ <parameter type-id='type-id-3915' is-artificial='yes'/>
+ <return type-id='type-id-3906'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_allocator' mangled-name='_ZNKSt12_Vector_baseIN5mongo8executor20RemoteCommandRequestESaIS2_EE13get_allocatorEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3916' is-artificial='yes'/>
- <return type-id='type-id-3913'/>
+ <parameter type-id='type-id-3915' is-artificial='yes'/>
+ <return type-id='type-id-3912'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3914' is-artificial='yes'/>
+ <parameter type-id='type-id-3913' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3914' is-artificial='yes'/>
- <parameter type-id='type-id-3917'/>
+ <parameter type-id='type-id-3913' is-artificial='yes'/>
+ <parameter type-id='type-id-3916'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3914' is-artificial='yes'/>
+ <parameter type-id='type-id-3913' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3914' is-artificial='yes'/>
+ <parameter type-id='type-id-3913' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-3917'/>
+ <parameter type-id='type-id-3916'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3914' is-artificial='yes'/>
- <parameter type-id='type-id-3908'/>
+ <parameter type-id='type-id-3913' is-artificial='yes'/>
+ <parameter type-id='type-id-3907'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3914' is-artificial='yes'/>
- <parameter type-id='type-id-3918'/>
+ <parameter type-id='type-id-3913' is-artificial='yes'/>
+ <parameter type-id='type-id-3917'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3914' is-artificial='yes'/>
- <parameter type-id='type-id-3918'/>
+ <parameter type-id='type-id-3913' is-artificial='yes'/>
<parameter type-id='type-id-3917'/>
+ <parameter type-id='type-id-3916'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~_Vector_base' mangled-name='_ZNSt12_Vector_baseIN5mongo8executor20RemoteCommandRequestESaIS2_EED2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12_Vector_baseIN5mongo8executor20RemoteCommandRequestESaIS2_EED2Ev'>
- <parameter type-id='type-id-3914' is-artificial='yes'/>
+ <parameter type-id='type-id-3913' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_allocate' mangled-name='_ZNSt12_Vector_baseIN5mongo8executor20RemoteCommandRequestESaIS2_EE11_M_allocateEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3914' is-artificial='yes'/>
+ <parameter type-id='type-id-3913' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-3861'/>
+ <return type-id='type-id-3860'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_deallocate' mangled-name='_ZNSt12_Vector_baseIN5mongo8executor20RemoteCommandRequestESaIS2_EE13_M_deallocateEPS2_m' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12_Vector_baseIN5mongo8executor20RemoteCommandRequestESaIS2_EE13_M_deallocateEPS2_m'>
- <parameter type-id='type-id-3914' is-artificial='yes'/>
- <parameter type-id='type-id-3861'/>
+ <parameter type-id='type-id-3913' is-artificial='yes'/>
+ <parameter type-id='type-id-3860'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_create_storage' mangled-name='_ZNSt12_Vector_baseIN5mongo8executor20RemoteCommandRequestESaIS2_EE17_M_create_storageEm' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_vector.h' line='183' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3914' is-artificial='yes'/>
+ <parameter type-id='type-id-3913' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-11'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__alloc_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3919'>
+ <class-decl name='__alloc_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3918'>
<member-type access='public'>
- <typedef-decl name='const_reference' type-id='type-id-3920' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='110' column='1' id='type-id-3859'/>
+ <typedef-decl name='const_reference' type-id='type-id-3919' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='110' column='1' id='type-id-3858'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__alloc_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3919'>
+ <class-decl name='__alloc_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3918'>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-3921' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='109' column='1' id='type-id-3857'/>
+ <typedef-decl name='reference' type-id='type-id-3920' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='109' column='1' id='type-id-3856'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__alloc_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3833'>
+ <class-decl name='__alloc_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3832'>
<member-type access='public'>
- <typedef-decl name='value_type' type-id='type-id-3922' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='103' column='1' id='type-id-3836'/>
+ <typedef-decl name='value_type' type-id='type-id-3921' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='103' column='1' id='type-id-3835'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='allocator_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3923'>
+ <class-decl name='allocator_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3922'>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-3924' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='102' column='1' id='type-id-3883'/>
+ <typedef-decl name='pointer' type-id='type-id-3923' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='102' column='1' id='type-id-3882'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='allocator_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3923'>
+ <class-decl name='allocator_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3922'>
<member-type access='public'>
- <typedef-decl name='rebind_alloc<mongo::executor::TaskExecutor::CallbackHandle>' type-id='type-id-3925' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='197' column='1' id='type-id-3885'/>
+ <typedef-decl name='rebind_alloc<mongo::executor::TaskExecutor::CallbackHandle>' type-id='type-id-3924' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='197' column='1' id='type-id-3884'/>
</member-type>
</class-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-3926' size-in-bits='64' id='type-id-3921'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3925' size-in-bits='64' id='type-id-3920'/>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='new_allocator<mongo::executor::RemoteCommandRequest>' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='58' column='1' id='type-id-3888'>
+ <class-decl name='new_allocator<mongo::executor::RemoteCommandRequest>' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='58' column='1' id='type-id-3887'>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-2646' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='63' column='1' id='type-id-3927'/>
+ <typedef-decl name='pointer' type-id='type-id-2646' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='63' column='1' id='type-id-3926'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-1186' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='65' column='1' id='type-id-3928'/>
+ <typedef-decl name='reference' type-id='type-id-1186' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='65' column='1' id='type-id-3927'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_pointer' type-id='type-id-2649' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='64' column='1' id='type-id-3929'/>
+ <typedef-decl name='const_pointer' type-id='type-id-2649' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='64' column='1' id='type-id-3928'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-1245' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='66' column='1' id='type-id-3930'/>
+ <typedef-decl name='const_reference' type-id='type-id-1245' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='66' column='1' id='type-id-3929'/>
</member-type>
<member-function access='public'>
<function-decl name='new_allocator' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3931' is-artificial='yes'/>
+ <parameter type-id='type-id-3930' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='new_allocator' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3931' is-artificial='yes'/>
- <parameter type-id='type-id-3932'/>
+ <parameter type-id='type-id-3930' is-artificial='yes'/>
+ <parameter type-id='type-id-3931'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~new_allocator' mangled-name='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor20RemoteCommandRequestEED2Ev' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor20RemoteCommandRequestEED2Ev'>
- <parameter type-id='type-id-3931' is-artificial='yes'/>
+ <parameter type-id='type-id-3930' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx13new_allocatorIN5mongo8executor20RemoteCommandRequestEE7addressERS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3933' is-artificial='yes'/>
- <parameter type-id='type-id-3928'/>
- <return type-id='type-id-3927'/>
+ <parameter type-id='type-id-3932' is-artificial='yes'/>
+ <parameter type-id='type-id-3927'/>
+ <return type-id='type-id-3926'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx13new_allocatorIN5mongo8executor20RemoteCommandRequestEE7addressERKS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3933' is-artificial='yes'/>
- <parameter type-id='type-id-3930'/>
- <return type-id='type-id-3929'/>
+ <parameter type-id='type-id-3932' is-artificial='yes'/>
+ <parameter type-id='type-id-3929'/>
+ <return type-id='type-id-3928'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor20RemoteCommandRequestEE8allocateEmPKv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3931' is-artificial='yes'/>
+ <parameter type-id='type-id-3930' is-artificial='yes'/>
<parameter type-id='type-id-230'/>
<parameter type-id='type-id-286'/>
- <return type-id='type-id-3927'/>
+ <return type-id='type-id-3926'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor20RemoteCommandRequestEE10deallocateEPS3_m' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='109' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx13new_allocatorIN5mongo8executor20RemoteCommandRequestEE10deallocateEPS3_m'>
- <parameter type-id='type-id-3931' is-artificial='yes'/>
- <parameter type-id='type-id-3927'/>
+ <parameter type-id='type-id-3930' is-artificial='yes'/>
+ <parameter type-id='type-id-3926'/>
<parameter type-id='type-id-230'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='max_size' mangled-name='_ZNK9__gnu_cxx13new_allocatorIN5mongo8executor20RemoteCommandRequestEE8max_sizeEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/new_allocator.h' line='113' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3933' is-artificial='yes'/>
+ <parameter type-id='type-id-3932' is-artificial='yes'/>
<return type-id='type-id-230'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-3934' size-in-bits='64' id='type-id-3920'/>
- <qualified-type-def type-id='type-id-3801' const='yes' id='type-id-3900'/>
- <pointer-type-def type-id='type-id-3935' size-in-bits='64' id='type-id-3916'/>
- <reference-type-def kind='lvalue' type-id='type-id-3936' size-in-bits='64' id='type-id-3907'/>
- <reference-type-def kind='lvalue' type-id='type-id-3937' size-in-bits='64' id='type-id-3917'/>
- <reference-type-def kind='lvalue' type-id='type-id-3938' size-in-bits='64' id='type-id-3895'/>
- <pointer-type-def type-id='type-id-3939' size-in-bits='64' id='type-id-3899'/>
- <qualified-type-def type-id='type-id-3799' const='yes' id='type-id-3902'/>
- <qualified-type-def type-id='type-id-3845' const='yes' id='type-id-3903'/>
- <qualified-type-def type-id='type-id-3847' const='yes' id='type-id-3904'/>
- <reference-type-def kind='rvalue' type-id='type-id-3844' size-in-bits='64' id='type-id-3918'/>
- <pointer-type-def type-id='type-id-3844' size-in-bits='64' id='type-id-3914'/>
- <reference-type-def kind='lvalue' type-id='type-id-3910' size-in-bits='64' id='type-id-3915'/>
- <reference-type-def kind='rvalue' type-id='type-id-3910' size-in-bits='64' id='type-id-3908'/>
- <reference-type-def kind='lvalue' type-id='type-id-3905' size-in-bits='64' id='type-id-3909'/>
- <pointer-type-def type-id='type-id-3905' size-in-bits='64' id='type-id-3906'/>
- <pointer-type-def type-id='type-id-3846' size-in-bits='64' id='type-id-3894'/>
- <pointer-type-def type-id='type-id-3867' size-in-bits='64' id='type-id-3898'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3933' size-in-bits='64' id='type-id-3919'/>
+ <qualified-type-def type-id='type-id-3800' const='yes' id='type-id-3899'/>
+ <pointer-type-def type-id='type-id-3934' size-in-bits='64' id='type-id-3915'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3935' size-in-bits='64' id='type-id-3906'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3936' size-in-bits='64' id='type-id-3916'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3937' size-in-bits='64' id='type-id-3894'/>
+ <pointer-type-def type-id='type-id-3938' size-in-bits='64' id='type-id-3898'/>
+ <qualified-type-def type-id='type-id-3798' const='yes' id='type-id-3901'/>
+ <qualified-type-def type-id='type-id-3844' const='yes' id='type-id-3902'/>
+ <qualified-type-def type-id='type-id-3846' const='yes' id='type-id-3903'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3843' size-in-bits='64' id='type-id-3917'/>
+ <pointer-type-def type-id='type-id-3843' size-in-bits='64' id='type-id-3913'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3909' size-in-bits='64' id='type-id-3914'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3909' size-in-bits='64' id='type-id-3907'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3904' size-in-bits='64' id='type-id-3908'/>
+ <pointer-type-def type-id='type-id-3904' size-in-bits='64' id='type-id-3905'/>
+ <pointer-type-def type-id='type-id-3845' size-in-bits='64' id='type-id-3893'/>
+ <pointer-type-def type-id='type-id-3866' size-in-bits='64' id='type-id-3897'/>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__alloc_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3919'>
+ <class-decl name='__alloc_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3918'>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-3940' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='104' column='1' id='type-id-3912'/>
+ <typedef-decl name='pointer' type-id='type-id-3939' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='104' column='1' id='type-id-3911'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__alloc_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3919'>
+ <class-decl name='__alloc_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3918'>
<member-type access='public'>
- <class-decl name='rebind<mongo::executor::RemoteCommandRequest>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='168' column='1' id='type-id-3941'>
+ <class-decl name='rebind<mongo::executor::RemoteCommandRequest>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='168' column='1' id='type-id-3940'>
<member-type access='public'>
- <typedef-decl name='other' type-id='type-id-3942' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='169' column='1' id='type-id-3911'/>
+ <typedef-decl name='other' type-id='type-id-3941' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='169' column='1' id='type-id-3910'/>
</member-type>
</class-decl>
</member-type>
</namespace-decl>
<namespace-decl name='mongo'>
<namespace-decl name='repl'>
- <typedef-decl name='ResponseStatus' type-id='type-id-2639' filepath='src/mongo/db/repl/replication_executor.h' line='350' column='1' id='type-id-3901'/>
+ <typedef-decl name='ResponseStatus' type-id='type-id-2639' filepath='src/mongo/db/repl/replication_executor.h' line='350' column='1' id='type-id-3900'/>
</namespace-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__alloctr_rebind<std::allocator<mongo::executor::TaskExecutor::CallbackHandle>, mongo::executor::TaskExecutor::CallbackHandle, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='63' column='1' id='type-id-3943'>
+ <class-decl name='__alloctr_rebind<std::allocator<mongo::executor::TaskExecutor::CallbackHandle>, mongo::executor::TaskExecutor::CallbackHandle, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='63' column='1' id='type-id-3942'>
<member-type access='public'>
- <typedef-decl name='__type' type-id='type-id-3806' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='65' column='1' id='type-id-3925'/>
+ <typedef-decl name='__type' type-id='type-id-3805' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='65' column='1' id='type-id-3924'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='allocator_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3923'>
+ <class-decl name='allocator_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3922'>
<member-type access='public'>
- <typedef-decl name='__pointer' type-id='type-id-3803' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='95' column='1' id='type-id-3924'/>
+ <typedef-decl name='__pointer' type-id='type-id-3802' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='95' column='1' id='type-id-3923'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='allocator_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3923'>
+ <class-decl name='allocator_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3922'>
<member-type access='public'>
- <typedef-decl name='value_type' type-id='type-id-3802' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='85' column='1' id='type-id-3922'/>
+ <typedef-decl name='value_type' type-id='type-id-3801' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='85' column='1' id='type-id-3921'/>
</member-type>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-3888' size-in-bits='64' id='type-id-3931'/>
- <qualified-type-def type-id='type-id-3926' const='yes' id='type-id-3934'/>
- <reference-type-def kind='lvalue' type-id='type-id-3944' size-in-bits='64' id='type-id-3932'/>
- <pointer-type-def type-id='type-id-3944' size-in-bits='64' id='type-id-3933'/>
- <qualified-type-def type-id='type-id-3844' const='yes' id='type-id-3935'/>
- <qualified-type-def type-id='type-id-3910' const='yes' id='type-id-3936'/>
- <qualified-type-def type-id='type-id-3913' const='yes' id='type-id-3937'/>
- <qualified-type-def type-id='type-id-3846' const='yes' id='type-id-3938'/>
- <qualified-type-def type-id='type-id-3867' const='yes' id='type-id-3939'/>
+ <pointer-type-def type-id='type-id-3887' size-in-bits='64' id='type-id-3930'/>
+ <qualified-type-def type-id='type-id-3925' const='yes' id='type-id-3933'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3943' size-in-bits='64' id='type-id-3931'/>
+ <pointer-type-def type-id='type-id-3943' size-in-bits='64' id='type-id-3932'/>
+ <qualified-type-def type-id='type-id-3843' const='yes' id='type-id-3934'/>
+ <qualified-type-def type-id='type-id-3909' const='yes' id='type-id-3935'/>
+ <qualified-type-def type-id='type-id-3912' const='yes' id='type-id-3936'/>
+ <qualified-type-def type-id='type-id-3845' const='yes' id='type-id-3937'/>
+ <qualified-type-def type-id='type-id-3866' const='yes' id='type-id-3938'/>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__alloc_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3919'>
+ <class-decl name='__alloc_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3918'>
<member-type access='public'>
- <typedef-decl name='value_type' type-id='type-id-3945' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='103' column='1' id='type-id-3926'/>
+ <typedef-decl name='value_type' type-id='type-id-3944' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='103' column='1' id='type-id-3925'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='allocator_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3946'>
+ <class-decl name='allocator_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3945'>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-3947' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='102' column='1' id='type-id-3940'/>
+ <typedef-decl name='pointer' type-id='type-id-3946' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='102' column='1' id='type-id-3939'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='allocator_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3946'>
+ <class-decl name='allocator_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3945'>
<member-type access='public'>
- <typedef-decl name='rebind_alloc<mongo::executor::RemoteCommandRequest>' type-id='type-id-3948' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='197' column='1' id='type-id-3942'/>
+ <typedef-decl name='rebind_alloc<mongo::executor::RemoteCommandRequest>' type-id='type-id-3947' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='197' column='1' id='type-id-3941'/>
</member-type>
</class-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-3888' const='yes' id='type-id-3944'/>
+ <qualified-type-def type-id='type-id-3887' const='yes' id='type-id-3943'/>
<namespace-decl name='std'>
- <class-decl name='__alloctr_rebind<std::allocator<mongo::executor::RemoteCommandRequest>, mongo::executor::RemoteCommandRequest, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='63' column='1' id='type-id-3949'>
+ <class-decl name='__alloctr_rebind<std::allocator<mongo::executor::RemoteCommandRequest>, mongo::executor::RemoteCommandRequest, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='63' column='1' id='type-id-3948'>
<member-type access='public'>
- <typedef-decl name='__type' type-id='type-id-3893' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='65' column='1' id='type-id-3948'/>
+ <typedef-decl name='__type' type-id='type-id-3892' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='65' column='1' id='type-id-3947'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='allocator_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3946'>
+ <class-decl name='allocator_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3945'>
<member-type access='public'>
- <typedef-decl name='__pointer' type-id='type-id-3890' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='95' column='1' id='type-id-3947'/>
+ <typedef-decl name='__pointer' type-id='type-id-3889' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='95' column='1' id='type-id-3946'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='allocator_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3946'>
+ <class-decl name='allocator_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3945'>
<member-type access='public'>
- <typedef-decl name='value_type' type-id='type-id-3889' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='85' column='1' id='type-id-3945'/>
+ <typedef-decl name='value_type' type-id='type-id-3888' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='85' column='1' id='type-id-3944'/>
</member-type>
</class-decl>
</namespace-decl>
- <class-decl name='_Bind_helper<false, void (&)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *), const std::_Placeholder<1> &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1601' column='1' id='type-id-3950'>
+ <class-decl name='_Bind_helper<false, void (&)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *), const std::_Placeholder<1> &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1601' column='1' id='type-id-3949'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1479' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1606' column='1' id='type-id-3951'/>
+ <typedef-decl name='type' type-id='type-id-1479' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1606' column='1' id='type-id-3950'/>
</member-type>
</class-decl>
- <class-decl name='iterator_traits<mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='175' column='1' id='type-id-3887'>
+ <class-decl name='iterator_traits<mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='175' column='1' id='type-id-3886'>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-932' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='181' column='1' id='type-id-3789'/>
+ <typedef-decl name='reference' type-id='type-id-932' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='181' column='1' id='type-id-3788'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-2632' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='180' column='1' id='type-id-3791'/>
+ <typedef-decl name='pointer' type-id='type-id-2632' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='180' column='1' id='type-id-3790'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='difference_type' type-id='type-id-287' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='179' column='1' id='type-id-3793'/>
+ <typedef-decl name='difference_type' type-id='type-id-287' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='179' column='1' id='type-id-3792'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='value_type' type-id='type-id-1019' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='178' column='1' id='type-id-3952'/>
+ <typedef-decl name='value_type' type-id='type-id-1019' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='178' column='1' id='type-id-3951'/>
</member-type>
</class-decl>
- <class-decl name='iterator_traits<const mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='186' column='1' id='type-id-3886'>
+ <class-decl name='iterator_traits<const mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='186' column='1' id='type-id-3885'>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-946' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='192' column='1' id='type-id-3779'/>
+ <typedef-decl name='reference' type-id='type-id-946' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='192' column='1' id='type-id-3778'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-2633' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='191' column='1' id='type-id-3781'/>
+ <typedef-decl name='pointer' type-id='type-id-2633' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='191' column='1' id='type-id-3780'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='difference_type' type-id='type-id-287' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='190' column='1' id='type-id-3783'/>
+ <typedef-decl name='difference_type' type-id='type-id-287' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator_base_types.h' line='190' column='1' id='type-id-3782'/>
</member-type>
</class-decl>
- <class-decl name='allocator_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3923'>
+ <class-decl name='allocator_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3922'>
<member-type access='public'>
- <typedef-decl name='value_type' type-id='type-id-3802' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='85' column='1' id='type-id-3922'/>
+ <typedef-decl name='value_type' type-id='type-id-3801' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='85' column='1' id='type-id-3921'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__pointer' type-id='type-id-3803' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='95' column='1' id='type-id-3924'/>
+ <typedef-decl name='__pointer' type-id='type-id-3802' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='95' column='1' id='type-id-3923'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-3924' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='102' column='1' id='type-id-3883'/>
+ <typedef-decl name='pointer' type-id='type-id-3923' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='102' column='1' id='type-id-3882'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__size_type' type-id='type-id-3804' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='148' column='1' id='type-id-3953'/>
+ <typedef-decl name='__size_type' type-id='type-id-3803' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='148' column='1' id='type-id-3952'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='size_type' type-id='type-id-3953' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='157' column='1' id='type-id-3954'/>
+ <typedef-decl name='size_type' type-id='type-id-3952' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='157' column='1' id='type-id-3953'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__const_void_pointer' type-id='type-id-3956' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='126' column='1' id='type-id-3955'/>
+ <typedef-decl name='__const_void_pointer' type-id='type-id-3955' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='126' column='1' id='type-id-3954'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_void_pointer' type-id='type-id-3955' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='135' column='1' id='type-id-3957'/>
+ <typedef-decl name='const_void_pointer' type-id='type-id-3954' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='135' column='1' id='type-id-3956'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='rebind_alloc<mongo::executor::TaskExecutor::CallbackHandle>' type-id='type-id-3925' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='197' column='1' id='type-id-3885'/>
+ <typedef-decl name='rebind_alloc<mongo::executor::TaskExecutor::CallbackHandle>' type-id='type-id-3924' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='197' column='1' id='type-id-3884'/>
</member-type>
<member-function access='private' static='yes'>
<function-decl name='_S_pointer_helper' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE17_S_pointer_helperEz' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter is-variadic='yes'/>
- <return type-id='type-id-3958'/>
+ <return type-id='type-id-3957'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_const_pointer_helper' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE23_S_const_pointer_helperEz' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter is-variadic='yes'/>
- <return type-id='type-id-3959'/>
+ <return type-id='type-id-3958'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_void_pointer_helper' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE22_S_void_pointer_helperEz' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter is-variadic='yes'/>
- <return type-id='type-id-3960'/>
+ <return type-id='type-id-3959'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_const_void_pointer_helper' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE28_S_const_void_pointer_helperEz' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='126' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter is-variadic='yes'/>
- <return type-id='type-id-3956'/>
+ <return type-id='type-id-3955'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_difference_type_helper' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE25_S_difference_type_helperEz' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter is-variadic='yes'/>
- <return type-id='type-id-3961'/>
+ <return type-id='type-id-3960'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='allocate' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE8allocateERS4_m' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='356' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE8allocateERS4_m'>
- <parameter type-id='type-id-3962'/>
- <parameter type-id='type-id-3954'/>
- <return type-id='type-id-3883'/>
+ <parameter type-id='type-id-3961'/>
+ <parameter type-id='type-id-3953'/>
+ <return type-id='type-id-3882'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='allocate' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE8allocateERS4_mPKv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='371' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3962'/>
- <parameter type-id='type-id-3954'/>
- <parameter type-id='type-id-3957'/>
- <return type-id='type-id-3883'/>
+ <parameter type-id='type-id-3961'/>
+ <parameter type-id='type-id-3953'/>
+ <parameter type-id='type-id-3956'/>
+ <return type-id='type-id-3882'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='deallocate' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE10deallocateERS4_PS3_m' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='382' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE10deallocateERS4_PS3_m'>
- <parameter type-id='type-id-3962'/>
- <parameter type-id='type-id-3883'/>
- <parameter type-id='type-id-3954'/>
+ <parameter type-id='type-id-3961'/>
+ <parameter type-id='type-id-3882'/>
+ <parameter type-id='type-id-3953'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='max_size' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE8max_sizeERKS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='421' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE8max_sizeERKS4_'>
- <parameter type-id='type-id-3808'/>
- <return type-id='type-id-3954'/>
+ <parameter type-id='type-id-3807'/>
+ <return type-id='type-id-3953'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='select_on_container_copy_construction' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE37select_on_container_copy_constructionERKS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='433' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3808'/>
- <return type-id='type-id-3732'/>
+ <parameter type-id='type-id-3807'/>
+ <return type-id='type-id-3731'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='construct<mongo::executor::TaskExecutor::CallbackHandle, const mongo::executor::TaskExecutor::CallbackHandle &>' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE9constructIS3_JRKS3_EEEDTcl12_S_constructfp_fp0_spclsr3stdE7forwardIT0_Efp1_EEERS4_PT_DpOS9_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE9constructIS3_JRKS3_EEEDTcl12_S_constructfp_fp0_spclsr3stdE7forwardIT0_Efp1_EEERS4_PT_DpOS9_'>
- <parameter type-id='type-id-3962'/>
+ <parameter type-id='type-id-3961'/>
<parameter type-id='type-id-2632'/>
<parameter type-id='type-id-946'/>
- <return type-id='type-id-3963'/>
+ <return type-id='type-id-3962'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='destroy<mongo::executor::TaskExecutor::CallbackHandle>' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE7destroyIS3_EEvRS4_PT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='410' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE7destroyIS3_EEvRS4_PT_'>
- <parameter type-id='type-id-3962'/>
+ <parameter type-id='type-id-3961'/>
<parameter type-id='type-id-2632'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_destroy<mongo::executor::TaskExecutor::CallbackHandle>' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE10_S_destroyIS3_EENSt9enable_ifIXsr6__and_INS5_16__destroy_helperIT_E4typeEEE5valueEvE4typeERS4_PS9_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='281' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE10_S_destroyIS3_EENSt9enable_ifIXsr6__and_INS5_16__destroy_helperIT_E4typeEEE5valueEvE4typeERS4_PS9_'>
- <parameter type-id='type-id-3962'/>
+ <parameter type-id='type-id-3961'/>
<parameter type-id='type-id-2632'/>
- <return type-id='type-id-3964'/>
+ <return type-id='type-id-3963'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_max_size<const std::allocator<mongo::executor::TaskExecutor::CallbackHandle>, void>' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE11_S_max_sizeIKS4_vEEmRT_i' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='308' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE11_S_max_sizeIKS4_vEEmRT_i'>
- <parameter type-id='type-id-3808'/>
+ <parameter type-id='type-id-3807'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-3954'/>
+ <return type-id='type-id-3953'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_construct<mongo::executor::TaskExecutor::CallbackHandle, const mongo::executor::TaskExecutor::CallbackHandle &>' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE12_S_constructIS3_JRKS3_EEENSt9enable_ifIXsr6__and_INS5_18__construct_helperIT_JDpT0_EE4typeEEE5valueEvE4typeERS4_PSB_DpOSC_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='252' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16allocator_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE12_S_constructIS3_JRKS3_EEENSt9enable_ifIXsr6__and_INS5_18__construct_helperIT_JDpT0_EE4typeEEE5valueEvE4typeERS4_PSB_DpOSC_'>
- <parameter type-id='type-id-3962'/>
+ <parameter type-id='type-id-3961'/>
<parameter type-id='type-id-2632'/>
<parameter type-id='type-id-946'/>
- <return type-id='type-id-3963'/>
+ <return type-id='type-id-3962'/>
</function-decl>
</member-function>
</class-decl>
- <typedef-decl name='__allocator_base<mongo::executor::TaskExecutor::CallbackHandle>' type-id='type-id-3801' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/x86_64-linux-gnu/c++/4.9/bits/c++allocator.h' line='48' column='1' id='type-id-3965'/>
- <class-decl name='pointer_traits<mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='150' column='1' id='type-id-3966'>
+ <typedef-decl name='__allocator_base<mongo::executor::TaskExecutor::CallbackHandle>' type-id='type-id-3800' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/x86_64-linux-gnu/c++/4.9/bits/c++allocator.h' line='48' column='1' id='type-id-3964'/>
+ <class-decl name='pointer_traits<mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='150' column='1' id='type-id-3965'>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-2632' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='153' column='1' id='type-id-3967'/>
+ <typedef-decl name='pointer' type-id='type-id-2632' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='153' column='1' id='type-id-3966'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='rebind<const value_type>' type-id='type-id-2633' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='160' column='1' id='type-id-3959'/>
+ <typedef-decl name='rebind<const value_type>' type-id='type-id-2633' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='160' column='1' id='type-id-3958'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='rebind<void>' type-id='type-id-286' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='160' column='1' id='type-id-3960'/>
+ <typedef-decl name='rebind<void>' type-id='type-id-286' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='160' column='1' id='type-id-3959'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='rebind<const void>' type-id='type-id-286' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='160' column='1' id='type-id-3956'/>
+ <typedef-decl name='rebind<const void>' type-id='type-id-286' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='160' column='1' id='type-id-3955'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='difference_type' type-id='type-id-287' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='157' column='1' id='type-id-3961'/>
+ <typedef-decl name='difference_type' type-id='type-id-287' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='157' column='1' id='type-id-3960'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='pointer_to' mangled-name='_ZNSt14pointer_traitsIPN5mongo8executor12TaskExecutor14CallbackHandleEE10pointer_toERS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='168' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3968'/>
- <return type-id='type-id-3967'/>
+ <parameter type-id='type-id-3967'/>
+ <return type-id='type-id-3966'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__ptrtr_not_void<mongo::executor::TaskExecutor::CallbackHandle, mongo::executor::TaskExecutor::CallbackHandle>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='105' column='1' id='type-id-3969'>
+ <class-decl name='__ptrtr_not_void<mongo::executor::TaskExecutor::CallbackHandle, mongo::executor::TaskExecutor::CallbackHandle>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='105' column='1' id='type-id-3968'>
<member-type access='public'>
- <typedef-decl name='__type' type-id='type-id-1019' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='107' column='1' id='type-id-3970'/>
+ <typedef-decl name='__type' type-id='type-id-1019' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='107' column='1' id='type-id-3969'/>
</member-type>
</class-decl>
- <class-decl name='__alloctr_rebind<std::allocator<mongo::executor::TaskExecutor::CallbackHandle>, mongo::executor::TaskExecutor::CallbackHandle, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='63' column='1' id='type-id-3943'>
+ <class-decl name='__alloctr_rebind<std::allocator<mongo::executor::TaskExecutor::CallbackHandle>, mongo::executor::TaskExecutor::CallbackHandle, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='63' column='1' id='type-id-3942'>
<member-type access='public'>
- <typedef-decl name='__type' type-id='type-id-3806' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='65' column='1' id='type-id-3925'/>
+ <typedef-decl name='__type' type-id='type-id-3805' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='65' column='1' id='type-id-3924'/>
</member-type>
</class-decl>
- <typedef-decl name='_Require<__has_construct<mongo::executor::TaskExecutor::CallbackHandle, const mongo::executor::TaskExecutor::CallbackHandle &> >' type-id='type-id-2329' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1957' column='1' id='type-id-3963'/>
- <typedef-decl name='_Require<__has_destroy<mongo::executor::TaskExecutor::CallbackHandle> >' type-id='type-id-2329' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1957' column='1' id='type-id-3964'/>
- <class-decl name='initializer_list<mongo::executor::TaskExecutor::CallbackHandle>' visibility='default' is-declaration-only='yes' id='type-id-3753'/>
- <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > > >' visibility='default' is-declaration-only='yes' id='type-id-3739'/>
- <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<const mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > > >' visibility='default' is-declaration-only='yes' id='type-id-3741'/>
+ <typedef-decl name='_Require<__has_construct<mongo::executor::TaskExecutor::CallbackHandle, const mongo::executor::TaskExecutor::CallbackHandle &> >' type-id='type-id-2329' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1957' column='1' id='type-id-3962'/>
+ <typedef-decl name='_Require<__has_destroy<mongo::executor::TaskExecutor::CallbackHandle> >' type-id='type-id-2329' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1957' column='1' id='type-id-3963'/>
+ <class-decl name='initializer_list<mongo::executor::TaskExecutor::CallbackHandle>' visibility='default' is-declaration-only='yes' id='type-id-3752'/>
+ <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > > >' visibility='default' is-declaration-only='yes' id='type-id-3738'/>
+ <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<const mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > > >' visibility='default' is-declaration-only='yes' id='type-id-3740'/>
<function-decl name='bind<void (&)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *), const std::_Placeholder<1> &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' mangled-name='_ZSt4bindIRFvRKN5mongo8executor12TaskExecutor12CallbackArgsEPNS0_4repl19ScatterGatherRunnerEPNS0_10StatusWithINS2_11EventHandleEEEEJRKSt12_PlaceholderILi1EES8_SC_EENSt12_Bind_helperIXsr15__is_socketlikeIT_EE5valueESK_JDpT0_EE4typeEOSK_DpOSL_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4bindIRFvRKN5mongo8executor12TaskExecutor12CallbackArgsEPNS0_4repl19ScatterGatherRunnerEPNS0_10StatusWithINS2_11EventHandleEEEEJRKSt12_PlaceholderILi1EES8_SC_EENSt12_Bind_helperIXsr15__is_socketlikeIT_EE5valueESK_JDpT0_EE4typeEOSK_DpOSL_'>
- <parameter type-id='type-id-3971' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1'/>
+ <parameter type-id='type-id-3970' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1'/>
<parameter type-id='type-id-930' name='__args' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1'/>
- <parameter type-id='type-id-3616' name='__args' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1'/>
- <parameter type-id='type-id-3621' name='__args' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1'/>
- <return type-id='type-id-3951'/>
+ <parameter type-id='type-id-3615' name='__args' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1'/>
+ <parameter type-id='type-id-3620' name='__args' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1'/>
+ <return type-id='type-id-3950'/>
</function-decl>
- <class-decl name='_Bind_helper<false, void (*)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *), const std::_Placeholder<1> &, mongo::repl::ScatterGatherRunner *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1601' column='1' id='type-id-3972'>
+ <class-decl name='_Bind_helper<false, void (*)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *), const std::_Placeholder<1> &, mongo::repl::ScatterGatherRunner *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1601' column='1' id='type-id-3971'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1241' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1606' column='1' id='type-id-3973'/>
+ <typedef-decl name='type' type-id='type-id-1241' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1606' column='1' id='type-id-3972'/>
</member-type>
</class-decl>
<function-decl name='bind<void (*)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *), const std::_Placeholder<1> &, mongo::repl::ScatterGatherRunner *>' mangled-name='_ZSt4bindIPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS0_4repl19ScatterGatherRunnerEEJRKSt12_PlaceholderILi1EES8_EENSt12_Bind_helperIXsr15__is_socketlikeIT_EE5valueESG_JDpT0_EE4typeEOSG_DpOSH_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4bindIPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS0_4repl19ScatterGatherRunnerEEJRKSt12_PlaceholderILi1EES8_EENSt12_Bind_helperIXsr15__is_socketlikeIT_EE5valueESG_JDpT0_EE4typeEOSG_DpOSH_'>
- <parameter type-id='type-id-3615' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1'/>
+ <parameter type-id='type-id-3614' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1'/>
<parameter type-id='type-id-930' name='__args' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1'/>
- <parameter type-id='type-id-3616' name='__args' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1'/>
- <return type-id='type-id-3973'/>
+ <parameter type-id='type-id-3615' name='__args' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1'/>
+ <return type-id='type-id-3972'/>
</function-decl>
- <class-decl name='_Bind<std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> (mongo::repl::ReplicationExecutor *, std::_Placeholder<1>)>' size-in-bits='192' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1248' column='1' id='type-id-3974'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3975'/>
+ <class-decl name='_Bind<std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> (mongo::repl::ReplicationExecutor *, std::_Placeholder<1>)>' size-in-bits='192' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1248' column='1' id='type-id-3973'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3974'/>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_f' type-id='type-id-3976' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1255' column='1'/>
+ <var-decl name='_M_f' type-id='type-id-3975' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1255' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_bound_args' type-id='type-id-3977' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1256' column='1'/>
+ <var-decl name='_M_bound_args' type-id='type-id-3976' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1256' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Bind' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1307' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3978' is-artificial='yes'/>
- <parameter type-id='type-id-3979'/>
+ <parameter type-id='type-id-3977' is-artificial='yes'/>
+ <parameter type-id='type-id-3978'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Bind' mangled-name='_ZNSt5_BindIFSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS1_8executor12TaskExecutor14CallbackHandleEEEPS3_St12_PlaceholderILi1EEEEC2EOSG_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1309' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5_BindIFSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS1_8executor12TaskExecutor14CallbackHandleEEEPS3_St12_PlaceholderILi1EEEEC2EOSG_'>
- <parameter type-id='type-id-3978' is-artificial='yes'/>
- <parameter type-id='type-id-3980'/>
+ <parameter type-id='type-id-3977' is-artificial='yes'/>
+ <parameter type-id='type-id-3979'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator()<mongo::executor::TaskExecutor::CallbackHandle &, void>' mangled-name='_ZNSt5_BindIFSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS1_8executor12TaskExecutor14CallbackHandleEEEPS3_St12_PlaceholderILi1EEEEclIJRS6_EvEET0_DpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1319' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5_BindIFSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS1_8executor12TaskExecutor14CallbackHandleEEEPS3_St12_PlaceholderILi1EEEEclIJRS6_EvEET0_DpOT_'>
- <parameter type-id='type-id-3978' is-artificial='yes'/>
+ <parameter type-id='type-id-3977' is-artificial='yes'/>
<parameter type-id='type-id-932'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__call<void, mongo::executor::TaskExecutor::CallbackHandle &, 0, 1>' mangled-name='_ZNSt5_BindIFSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS1_8executor12TaskExecutor14CallbackHandleEEEPS3_St12_PlaceholderILi1EEEE6__callIvJRS6_EJLm0ELm1EEEET_OSt5tupleIJDpT0_EESt12_Index_tupleIJXspT1_EEE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1261' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5_BindIFSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS1_8executor12TaskExecutor14CallbackHandleEEEPS3_St12_PlaceholderILi1EEEE6__callIvJRS6_EJLm0ELm1EEEET_OSt5tupleIJDpT0_EESt12_Index_tupleIJXspT1_EEE'>
- <parameter type-id='type-id-3978' is-artificial='yes'/>
- <parameter type-id='type-id-3636'/>
+ <parameter type-id='type-id-3977' is-artificial='yes'/>
+ <parameter type-id='type-id-3635'/>
<parameter type-id='type-id-1073'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Bind<mongo::repl::ReplicationExecutor *&, const std::_Placeholder<1> &>' mangled-name='_ZNSt5_BindIFSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS1_8executor12TaskExecutor14CallbackHandleEEEPS3_St12_PlaceholderILi1EEEEC2IJRSC_RKSE_EEEOSB_DpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1303' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5_BindIFSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS1_8executor12TaskExecutor14CallbackHandleEEEPS3_St12_PlaceholderILi1EEEEC2IJRSC_RKSE_EEEOSB_DpOT_'>
- <parameter type-id='type-id-3978' is-artificial='yes'/>
- <parameter type-id='type-id-3981'/>
+ <parameter type-id='type-id-3977' is-artificial='yes'/>
+ <parameter type-id='type-id-3980'/>
<parameter type-id='type-id-956'/>
<parameter type-id='type-id-930'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Weak_result_type<std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='184' column='1' id='type-id-3975'>
+ <class-decl name='_Weak_result_type<std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='184' column='1' id='type-id-3974'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3981'/>
+ </class-decl>
+ <class-decl name='_Weak_result_type_impl<std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='86' column='1' id='type-id-3981'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-3982'/>
</class-decl>
- <class-decl name='_Weak_result_type_impl<std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='86' column='1' id='type-id-3982'>
+ <class-decl name='_Maybe_get_result_type<true, std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='78' column='1' id='type-id-3982'/>
+ <class-decl name='_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)>' size-in-bits='128' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='509' column='1' id='type-id-3975'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-3983'/>
- </class-decl>
- <class-decl name='_Maybe_get_result_type<true, std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='78' column='1' id='type-id-3983'/>
- <class-decl name='_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)>' size-in-bits='128' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='509' column='1' id='type-id-3976'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3984'/>
<member-function access='public'>
<function-decl name='_Mem_fn' mangled-name='_ZNSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS0_8executor12TaskExecutor14CallbackHandleEEEC2ES9_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='550' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS0_8executor12TaskExecutor14CallbackHandleEEEC2ES9_'>
- <parameter type-id='type-id-3985' is-artificial='yes'/>
+ <parameter type-id='type-id-3984' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator()<mongo::executor::TaskExecutor::CallbackHandle &, void>' mangled-name='_ZNKSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS0_8executor12TaskExecutor14CallbackHandleEEEclIJRS5_EvEEvPS2_DpOT_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='568' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS0_8executor12TaskExecutor14CallbackHandleEEEclIJRS5_EvEEvPS2_DpOT_'>
- <parameter type-id='type-id-3986' is-artificial='yes'/>
+ <parameter type-id='type-id-3985' is-artificial='yes'/>
<parameter type-id='type-id-940'/>
<parameter type-id='type-id-932'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Maybe_unary_or_binary_function<void, mongo::repl::ReplicationExecutor *, const mongo::executor::TaskExecutor::CallbackHandle &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='504' column='1' id='type-id-3984'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3987'/>
+ <class-decl name='_Maybe_unary_or_binary_function<void, mongo::repl::ReplicationExecutor *, const mongo::executor::TaskExecutor::CallbackHandle &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='504' column='1' id='type-id-3983'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3986'/>
</class-decl>
- <class-decl name='binary_function<mongo::repl::ReplicationExecutor *, const mongo::executor::TaskExecutor::CallbackHandle &, void>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_function.h' line='118' column='1' id='type-id-3987'/>
- <class-decl name='tuple<mongo::repl::ReplicationExecutor *, std::_Placeholder<1> >' size-in-bits='64' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='523' column='1' id='type-id-3977'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3988'/>
+ <class-decl name='binary_function<mongo::repl::ReplicationExecutor *, const mongo::executor::TaskExecutor::CallbackHandle &, void>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_function.h' line='118' column='1' id='type-id-3986'/>
+ <class-decl name='tuple<mongo::repl::ReplicationExecutor *, std::_Placeholder<1> >' size-in-bits='64' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='523' column='1' id='type-id-3976'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3987'/>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='528' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3989' is-artificial='yes'/>
+ <parameter type-id='type-id-3988' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='532' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3989' is-artificial='yes'/>
+ <parameter type-id='type-id-3988' is-artificial='yes'/>
<parameter type-id='type-id-945'/>
<parameter type-id='type-id-930'/>
<return type-id='type-id-11'/>
</member-function>
<member-function access='public'>
<function-decl name='tuple' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='542' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3989' is-artificial='yes'/>
- <parameter type-id='type-id-3990'/>
+ <parameter type-id='type-id-3988' is-artificial='yes'/>
+ <parameter type-id='type-id-3989'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple' mangled-name='_ZNSt5tupleIJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEEC2EOS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='544' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5tupleIJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEEC2EOS6_'>
- <parameter type-id='type-id-3989' is-artificial='yes'/>
- <parameter type-id='type-id-3991'/>
+ <parameter type-id='type-id-3988' is-artificial='yes'/>
+ <parameter type-id='type-id-3990'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEEaSERKS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3989' is-artificial='yes'/>
- <parameter type-id='type-id-3990'/>
- <return type-id='type-id-3992'/>
+ <parameter type-id='type-id-3988' is-artificial='yes'/>
+ <parameter type-id='type-id-3989'/>
+ <return type-id='type-id-3991'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEEaSEOS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='625' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3989' is-artificial='yes'/>
- <parameter type-id='type-id-3991'/>
- <return type-id='type-id-3992'/>
+ <parameter type-id='type-id-3988' is-artificial='yes'/>
+ <parameter type-id='type-id-3990'/>
+ <return type-id='type-id-3991'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='swap' mangled-name='_ZNSt5tupleIJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEE4swapERS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='667' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3989' is-artificial='yes'/>
- <parameter type-id='type-id-3992'/>
+ <parameter type-id='type-id-3988' is-artificial='yes'/>
+ <parameter type-id='type-id-3991'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='tuple<mongo::repl::ReplicationExecutor *&, const std::_Placeholder<1> &, void>' mangled-name='_ZNSt5tupleIJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEEC2IRS3_RKS5_vEEOT_OT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5tupleIJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEEC2IRS3_RKS5_vEEOT_OT0_'>
- <parameter type-id='type-id-3989' is-artificial='yes'/>
+ <parameter type-id='type-id-3988' is-artificial='yes'/>
<parameter type-id='type-id-956'/>
<parameter type-id='type-id-930'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Tuple_impl<0, mongo::repl::ReplicationExecutor *, std::_Placeholder<1> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3988'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3993'/>
+ <class-decl name='_Tuple_impl<0, mongo::repl::ReplicationExecutor *, std::_Placeholder<1> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3987'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3992'/>
<base-class access='private' layout-offset-in-bits='0' type-id='type-id-953'/>
<member-type access='public'>
- <typedef-decl name='_Inherited' type-id='type-id-3993' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3994'/>
+ <typedef-decl name='_Inherited' type-id='type-id-3992' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-3993'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEE7_M_headERS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEE7_M_headERS6_'>
- <parameter type-id='type-id-3995'/>
+ <parameter type-id='type-id-3994'/>
<return type-id='type-id-956'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEE7_M_headERKS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3996'/>
+ <parameter type-id='type-id-3995'/>
<return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEE7_M_tailERS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEE7_M_tailERS6_'>
- <parameter type-id='type-id-3995'/>
- <return type-id='type-id-3997'/>
+ <parameter type-id='type-id-3994'/>
+ <return type-id='type-id-3996'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEE7_M_tailERKS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3996'/>
- <return type-id='type-id-3998'/>
+ <parameter type-id='type-id-3995'/>
+ <return type-id='type-id-3997'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3999' is-artificial='yes'/>
+ <parameter type-id='type-id-3998' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3999' is-artificial='yes'/>
+ <parameter type-id='type-id-3998' is-artificial='yes'/>
<parameter type-id='type-id-945'/>
<parameter type-id='type-id-930'/>
<return type-id='type-id-11'/>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='266' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3999' is-artificial='yes'/>
- <parameter type-id='type-id-3996'/>
+ <parameter type-id='type-id-3998' is-artificial='yes'/>
+ <parameter type-id='type-id-3995'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' mangled-name='_ZNSt11_Tuple_implILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEEC2EOS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='269' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEEC2EOS6_'>
- <parameter type-id='type-id-3999' is-artificial='yes'/>
- <parameter type-id='type-id-4000'/>
+ <parameter type-id='type-id-3998' is-artificial='yes'/>
+ <parameter type-id='type-id-3999'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEEaSERKS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3999' is-artificial='yes'/>
- <parameter type-id='type-id-3996'/>
- <return type-id='type-id-3995'/>
+ <parameter type-id='type-id-3998' is-artificial='yes'/>
+ <parameter type-id='type-id-3995'/>
+ <return type-id='type-id-3994'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEEaSEOS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3999' is-artificial='yes'/>
- <parameter type-id='type-id-4000'/>
- <return type-id='type-id-3995'/>
+ <parameter type-id='type-id-3998' is-artificial='yes'/>
+ <parameter type-id='type-id-3999'/>
+ <return type-id='type-id-3994'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEE7_M_swapERS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3999' is-artificial='yes'/>
- <parameter type-id='type-id-3995'/>
+ <parameter type-id='type-id-3998' is-artificial='yes'/>
+ <parameter type-id='type-id-3994'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl<mongo::repl::ReplicationExecutor *&, const std::_Placeholder<1> &, void>' mangled-name='_ZNSt11_Tuple_implILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEEC2IRS3_JRKS5_EvEEOT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEEC2IRS3_JRKS5_EvEEOT_DpOT0_'>
- <parameter type-id='type-id-3999' is-artificial='yes'/>
+ <parameter type-id='type-id-3998' is-artificial='yes'/>
<parameter type-id='type-id-956'/>
<parameter type-id='type-id-930'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Tuple_impl<1, std::_Placeholder<1> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3993'>
+ <class-decl name='_Tuple_impl<1, std::_Placeholder<1> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='231' column='1' id='type-id-3992'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-409'/>
<base-class access='private' layout-offset-in-bits='0' type-id='type-id-963'/>
<member-type access='public'>
- <typedef-decl name='_Inherited' type-id='type-id-409' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-4001'/>
+ <typedef-decl name='_Inherited' type-id='type-id-409' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='237' column='1' id='type-id-4000'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEE7_M_headERS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='241' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEE7_M_headERS2_'>
- <parameter type-id='type-id-4002'/>
+ <parameter type-id='type-id-4001'/>
<return type-id='type-id-966'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEE7_M_headERKS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4003'/>
+ <parameter type-id='type-id-4002'/>
<return type-id='type-id-930'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEE7_M_tailERS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEE7_M_tailERS2_'>
- <parameter type-id='type-id-4002'/>
- <return type-id='type-id-4004'/>
+ <parameter type-id='type-id-4001'/>
+ <return type-id='type-id-4003'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEE7_M_tailERKS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4003'/>
- <return type-id='type-id-4005'/>
+ <parameter type-id='type-id-4002'/>
+ <return type-id='type-id-4004'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4006' is-artificial='yes'/>
+ <parameter type-id='type-id-4005' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' mangled-name='_ZNSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEEC2ERKS1_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='256' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEEC2ERKS1_'>
- <parameter type-id='type-id-4006' is-artificial='yes'/>
+ <parameter type-id='type-id-4005' is-artificial='yes'/>
<parameter type-id='type-id-930'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='266' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4006' is-artificial='yes'/>
- <parameter type-id='type-id-4003'/>
+ <parameter type-id='type-id-4005' is-artificial='yes'/>
+ <parameter type-id='type-id-4002'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' mangled-name='_ZNSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEEC2EOS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='269' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEEC2EOS2_'>
- <parameter type-id='type-id-4006' is-artificial='yes'/>
- <parameter type-id='type-id-4007'/>
+ <parameter type-id='type-id-4005' is-artificial='yes'/>
+ <parameter type-id='type-id-4006'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEEaSERKS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4006' is-artificial='yes'/>
- <parameter type-id='type-id-4003'/>
- <return type-id='type-id-4002'/>
+ <parameter type-id='type-id-4005' is-artificial='yes'/>
+ <parameter type-id='type-id-4002'/>
+ <return type-id='type-id-4001'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEEaSEOS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4006' is-artificial='yes'/>
- <parameter type-id='type-id-4007'/>
- <return type-id='type-id-4002'/>
+ <parameter type-id='type-id-4005' is-artificial='yes'/>
+ <parameter type-id='type-id-4006'/>
+ <return type-id='type-id-4001'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEE7_M_swapERS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4006' is-artificial='yes'/>
- <parameter type-id='type-id-4002'/>
+ <parameter type-id='type-id-4005' is-artificial='yes'/>
+ <parameter type-id='type-id-4001'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='for_each<__gnu_cxx::__normal_iterator<mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > >, std::_Bind<std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> (mongo::repl::ReplicationExecutor *, std::_Placeholder<1>)> >' mangled-name='_ZSt8for_eachIN9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS5_SaIS5_EEEESt5_BindIFSt7_Mem_fnIMNS2_4repl19ReplicationExecutorEFvRKS5_EEPSE_St12_PlaceholderILi1EEEEET0_T_SQ_SP_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_algo.h' line='3750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt8for_eachIN9__gnu_cxx17__normal_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS5_SaIS5_EEEESt5_BindIFSt7_Mem_fnIMNS2_4repl19ReplicationExecutorEFvRKS5_EEPSE_St12_PlaceholderILi1EEEEET0_T_SQ_SP_'>
- <parameter type-id='type-id-3735' name='__first' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_algo.h' line='3750' column='1'/>
- <parameter type-id='type-id-3735' name='__last' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_algo.h' line='3750' column='1'/>
- <parameter type-id='type-id-3974' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_algo.h' line='3750' column='1'/>
- <return type-id='type-id-3974'/>
+ <parameter type-id='type-id-3734' name='__first' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_algo.h' line='3750' column='1'/>
+ <parameter type-id='type-id-3734' name='__last' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_algo.h' line='3750' column='1'/>
+ <parameter type-id='type-id-3973' name='__f' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_algo.h' line='3750' column='1'/>
+ <return type-id='type-id-3973'/>
</function-decl>
- <class-decl name='_Bind_helper<false, void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &), mongo::repl::ReplicationExecutor *&, const std::_Placeholder<1> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1601' column='1' id='type-id-4008'>
+ <class-decl name='_Bind_helper<false, void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &), mongo::repl::ReplicationExecutor *&, const std::_Placeholder<1> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1601' column='1' id='type-id-4007'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3974' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1606' column='1' id='type-id-4009'/>
+ <typedef-decl name='type' type-id='type-id-3973' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1606' column='1' id='type-id-4008'/>
</member-type>
</class-decl>
<function-decl name='bind<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &), mongo::repl::ReplicationExecutor *&, const std::_Placeholder<1> &>' mangled-name='_ZSt4bindIMN5mongo4repl19ReplicationExecutorEFvRKNS0_8executor12TaskExecutor14CallbackHandleEEJRPS2_RKSt12_PlaceholderILi1EEEENSt12_Bind_helperIXsr15__is_socketlikeIT_EE5valueESH_JDpT0_EE4typeEOSH_DpOSI_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4bindIMN5mongo4repl19ReplicationExecutorEFvRKNS0_8executor12TaskExecutor14CallbackHandleEEJRPS2_RKSt12_PlaceholderILi1EEEENSt12_Bind_helperIXsr15__is_socketlikeIT_EE5valueESH_JDpT0_EE4typeEOSH_DpOSI_'>
<parameter type-id='type-id-956' name='__args' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1'/>
<parameter type-id='type-id-930' name='__args' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1623' column='1'/>
- <return type-id='type-id-4009'/>
+ <return type-id='type-id-4008'/>
</function-decl>
- <class-decl name='remove_reference<std::_Bind<std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> (mongo::repl::ReplicationExecutor *, std::_Placeholder<1>)> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4010'>
+ <class-decl name='remove_reference<std::_Bind<std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> (mongo::repl::ReplicationExecutor *, std::_Placeholder<1>)> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4009'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3974' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4011'/>
+ <typedef-decl name='type' type-id='type-id-3973' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4010'/>
</member-type>
</class-decl>
<function-decl name='move<std::_Bind<std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> (mongo::repl::ReplicationExecutor *, std::_Placeholder<1>)> &>' mangled-name='_ZSt4moveIRSt5_BindIFSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS2_8executor12TaskExecutor14CallbackHandleEEEPS4_St12_PlaceholderILi1EEEEEONSt16remove_referenceIT_E4typeEOSK_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4moveIRSt5_BindIFSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS2_8executor12TaskExecutor14CallbackHandleEEEPS4_St12_PlaceholderILi1EEEEEONSt16remove_referenceIT_E4typeEOSK_'>
- <parameter type-id='type-id-4012' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
- <return type-id='type-id-4013'/>
+ <parameter type-id='type-id-4011' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
+ <return type-id='type-id-4012'/>
</function-decl>
- <class-decl name='remove_reference<std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4014'>
+ <class-decl name='remove_reference<std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4013'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3976' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4015'/>
+ <typedef-decl name='type' type-id='type-id-3975' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4014'/>
</member-type>
</class-decl>
<function-decl name='move<std::_Mem_fn<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)> &>' mangled-name='_ZSt4moveIRSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS1_8executor12TaskExecutor14CallbackHandleEEEEONSt16remove_referenceIT_E4typeEOSE_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4moveIRSt7_Mem_fnIMN5mongo4repl19ReplicationExecutorEFvRKNS1_8executor12TaskExecutor14CallbackHandleEEEEONSt16remove_referenceIT_E4typeEOSE_'>
- <parameter type-id='type-id-4016' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
- <return type-id='type-id-4017'/>
+ <parameter type-id='type-id-4015' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
+ <return type-id='type-id-4016'/>
</function-decl>
- <class-decl name='remove_reference<std::tuple<mongo::repl::ReplicationExecutor *, std::_Placeholder<1> > &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4018'>
+ <class-decl name='remove_reference<std::tuple<mongo::repl::ReplicationExecutor *, std::_Placeholder<1> > &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4017'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3977' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4019'/>
+ <typedef-decl name='type' type-id='type-id-3976' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4018'/>
</member-type>
</class-decl>
<function-decl name='move<std::tuple<mongo::repl::ReplicationExecutor *, std::_Placeholder<1> > &>' mangled-name='_ZSt4moveIRSt5tupleIJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEEEONSt16remove_referenceIT_E4typeEOSA_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4moveIRSt5tupleIJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEEEONSt16remove_referenceIT_E4typeEOSA_'>
- <parameter type-id='type-id-3992' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
- <return type-id='type-id-4020'/>
+ <parameter type-id='type-id-3991' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
+ <return type-id='type-id-4019'/>
</function-decl>
- <class-decl name='remove_reference<std::_Tuple_impl<1, std::_Placeholder<1> > &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4021'>
+ <class-decl name='remove_reference<std::_Tuple_impl<1, std::_Placeholder<1> > &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4020'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3993' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4022'/>
+ <typedef-decl name='type' type-id='type-id-3992' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4021'/>
</member-type>
</class-decl>
<function-decl name='move<std::_Tuple_impl<1, std::_Placeholder<1> > &>' mangled-name='_ZSt4moveIRSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEEEONSt16remove_referenceIT_E4typeEOS6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4moveIRSt11_Tuple_implILm1EJSt12_PlaceholderILi1EEEEEONSt16remove_referenceIT_E4typeEOS6_'>
- <parameter type-id='type-id-4002' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
- <return type-id='type-id-4023'/>
+ <parameter type-id='type-id-4001' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
+ <return type-id='type-id-4022'/>
</function-decl>
<function-decl name='forward_as_tuple<mongo::executor::TaskExecutor::CallbackHandle &>' mangled-name='_ZSt16forward_as_tupleIJRN5mongo8executor12TaskExecutor14CallbackHandleEEESt5tupleIJDpOT_EES8_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='904' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt16forward_as_tupleIJRN5mongo8executor12TaskExecutor14CallbackHandleEEESt5tupleIJDpOT_EES8_'>
<parameter type-id='type-id-932' name='__args' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='904' column='1'/>
- <return type-id='type-id-3627'/>
+ <return type-id='type-id-3626'/>
</function-decl>
<function-decl name='get<0, mongo::repl::ReplicationExecutor *, std::_Placeholder<1> >' mangled-name='_ZSt3getILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSB_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt3getILm0EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSB_'>
- <parameter type-id='type-id-3992' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
+ <parameter type-id='type-id-3991' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
<return type-id='type-id-1604'/>
</function-decl>
<function-decl name='get<1, mongo::repl::ReplicationExecutor *, std::_Placeholder<1> >' mangled-name='_ZSt3getILm1EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSB_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt3getILm1EJPN5mongo4repl19ReplicationExecutorESt12_PlaceholderILi1EEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSB_'>
- <parameter type-id='type-id-3992' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
+ <parameter type-id='type-id-3991' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
<return type-id='type-id-1606'/>
</function-decl>
<function-decl name='__get_helper<1, std::_Placeholder<1>>' mangled-name='_ZSt12__get_helperILm1ESt12_PlaceholderILi1EEJEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJS3_DpT1_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt12__get_helperILm1ESt12_PlaceholderILi1EEJEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJS3_DpT1_EE'>
- <parameter type-id='type-id-4002' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
+ <parameter type-id='type-id-4001' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
<return type-id='type-id-1606'/>
</function-decl>
- <class-decl name='__add_ref<mongo::executor::TaskExecutor::CallbackHandle &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='66' column='1' id='type-id-4024'>
+ <class-decl name='__add_ref<mongo::executor::TaskExecutor::CallbackHandle &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='66' column='1' id='type-id-4023'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-932' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='67' column='1' id='type-id-4025'/>
+ <typedef-decl name='type' type-id='type-id-932' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='67' column='1' id='type-id-4024'/>
</member-type>
</class-decl>
<function-decl name='get<0, mongo::executor::TaskExecutor::CallbackHandle &>' mangled-name='_ZSt3getILm0EJRN5mongo8executor12TaskExecutor14CallbackHandleEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSA_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt3getILm0EJRN5mongo8executor12TaskExecutor14CallbackHandleEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSA_'>
<parameter type-id='type-id-2223' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
- <return type-id='type-id-4025'/>
+ <return type-id='type-id-4024'/>
</function-decl>
<function-decl name='__get_helper<0, mongo::executor::TaskExecutor::CallbackHandle &>' mangled-name='_ZSt12__get_helperILm0ERN5mongo8executor12TaskExecutor14CallbackHandleEJEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJS6_DpT1_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt12__get_helperILm0ERN5mongo8executor12TaskExecutor14CallbackHandleEJEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJS6_DpT1_EE'>
- <parameter type-id='type-id-3671' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
- <return type-id='type-id-4025'/>
+ <parameter type-id='type-id-3670' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
+ <return type-id='type-id-4024'/>
</function-decl>
<function-decl name='__get_helper<0, mongo::repl::ReplicationExecutor *, std::_Placeholder<1> >' mangled-name='_ZSt12__get_helperILm0EPN5mongo4repl19ReplicationExecutorEJSt12_PlaceholderILi1EEEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJS7_DpT1_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt12__get_helperILm0EPN5mongo4repl19ReplicationExecutorEJSt12_PlaceholderILi1EEEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJS7_DpT1_EE'>
- <parameter type-id='type-id-3995' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
+ <parameter type-id='type-id-3994' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
<return type-id='type-id-1604'/>
</function-decl>
<function-decl name='forward<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)>' mangled-name='_ZSt7forwardIMN5mongo4repl19ReplicationExecutorEFvRKNS0_8executor12TaskExecutor14CallbackHandleEEEOT_RNSt16remove_referenceISA_E4typeE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt7forwardIMN5mongo4repl19ReplicationExecutorEFvRKNS0_8executor12TaskExecutor14CallbackHandleEEEOT_RNSt16remove_referenceISA_E4typeE'>
<parameter type-id='type-id-2632' name='__first' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='295' column='1'/>
<parameter type-id='type-id-2632' name='__last' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='296' column='1'/>
<parameter type-id='type-id-2632' name='__result' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='297' column='1'/>
- <parameter type-id='type-id-3962' name='__alloc' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='298' column='1'/>
+ <parameter type-id='type-id-3961' name='__alloc' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='298' column='1'/>
<return type-id='type-id-2632'/>
</function-decl>
<function-decl name='_Destroy<mongo::executor::TaskExecutor::CallbackHandle *, mongo::executor::TaskExecutor::CallbackHandle>' mangled-name='_ZSt8_DestroyIPN5mongo8executor12TaskExecutor14CallbackHandleES3_EvT_S5_RSaIT0_E' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='148' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt8_DestroyIPN5mongo8executor12TaskExecutor14CallbackHandleES3_EvT_S5_RSaIT0_E'>
<parameter type-id='type-id-2632' name='__first' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='148' column='1'/>
<parameter type-id='type-id-2632' name='__last' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='148' column='1'/>
- <parameter type-id='type-id-3962' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='149' column='1'/>
+ <parameter type-id='type-id-3961' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='149' column='1'/>
<return type-id='type-id-11'/>
</function-decl>
<function-decl name='_Destroy<mongo::executor::TaskExecutor::CallbackHandle *>' mangled-name='_ZSt8_DestroyIPN5mongo8executor12TaskExecutor14CallbackHandleEEvT_S5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt8_DestroyIPN5mongo8executor12TaskExecutor14CallbackHandleEEvT_S5_'>
<parameter type-id='type-id-932' name='__r' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='47' column='1'/>
<return type-id='type-id-2632'/>
</function-decl>
- <class-decl name='move_iterator<mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='64' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='947' column='1' id='type-id-4026'>
+ <class-decl name='move_iterator<mongo::executor::TaskExecutor::CallbackHandle *>' size-in-bits='64' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='947' column='1' id='type-id-4025'>
<member-type access='private'>
- <typedef-decl name='iterator_type' type-id='type-id-2632' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='955' column='1' id='type-id-4027'/>
+ <typedef-decl name='iterator_type' type-id='type-id-2632' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='955' column='1' id='type-id-4026'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='value_type' type-id='type-id-3952' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='957' column='1' id='type-id-4028'/>
+ <typedef-decl name='value_type' type-id='type-id-3951' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='957' column='1' id='type-id-4027'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-4030' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='961' column='1' id='type-id-4029'/>
+ <typedef-decl name='reference' type-id='type-id-4029' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='961' column='1' id='type-id-4028'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-2632' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='960' column='1' id='type-id-4031'/>
+ <typedef-decl name='pointer' type-id='type-id-2632' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='960' column='1' id='type-id-4030'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='difference_type' type-id='type-id-3793' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='958' column='1' id='type-id-4032'/>
+ <typedef-decl name='difference_type' type-id='type-id-3792' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='958' column='1' id='type-id-4031'/>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<var-decl name='_M_current' type-id='type-id-2632' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='950' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='move_iterator' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='963' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4033' is-artificial='yes'/>
+ <parameter type-id='type-id-4032' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='move_iterator' mangled-name='_ZNSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEC2ES4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='967' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEC2ES4_'>
- <parameter type-id='type-id-4033' is-artificial='yes'/>
- <parameter type-id='type-id-4027'/>
+ <parameter type-id='type-id-4032' is-artificial='yes'/>
+ <parameter type-id='type-id-4026'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='base' mangled-name='_ZNKSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEE4baseEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='975' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEE4baseEv'>
- <parameter type-id='type-id-4034' is-artificial='yes'/>
- <return type-id='type-id-4027'/>
+ <parameter type-id='type-id-4033' is-artificial='yes'/>
+ <return type-id='type-id-4026'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator*' mangled-name='_ZNKSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEdeEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='979' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEdeEv'>
- <parameter type-id='type-id-4034' is-artificial='yes'/>
- <return type-id='type-id-4029'/>
+ <parameter type-id='type-id-4033' is-artificial='yes'/>
+ <return type-id='type-id-4028'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator->' mangled-name='_ZNKSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEptEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='983' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4034' is-artificial='yes'/>
- <return type-id='type-id-4031'/>
+ <parameter type-id='type-id-4033' is-artificial='yes'/>
+ <return type-id='type-id-4030'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZNSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEppEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='987' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEppEv'>
- <parameter type-id='type-id-4033' is-artificial='yes'/>
- <return type-id='type-id-4035'/>
+ <parameter type-id='type-id-4032' is-artificial='yes'/>
+ <return type-id='type-id-4034'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZNSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEppEi' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='994' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4033' is-artificial='yes'/>
+ <parameter type-id='type-id-4032' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-4026'/>
+ <return type-id='type-id-4025'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZNSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEmmEv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1002' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4033' is-artificial='yes'/>
- <return type-id='type-id-4035'/>
+ <parameter type-id='type-id-4032' is-artificial='yes'/>
+ <return type-id='type-id-4034'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZNSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEmmEi' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1009' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4033' is-artificial='yes'/>
+ <parameter type-id='type-id-4032' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-4026'/>
+ <return type-id='type-id-4025'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator+' mangled-name='_ZNKSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEplEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1017' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4034' is-artificial='yes'/>
- <parameter type-id='type-id-4032'/>
- <return type-id='type-id-4026'/>
+ <parameter type-id='type-id-4033' is-artificial='yes'/>
+ <parameter type-id='type-id-4031'/>
+ <return type-id='type-id-4025'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator+=' mangled-name='_ZNSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEpLEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1021' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4033' is-artificial='yes'/>
- <parameter type-id='type-id-4032'/>
- <return type-id='type-id-4035'/>
+ <parameter type-id='type-id-4032' is-artificial='yes'/>
+ <parameter type-id='type-id-4031'/>
+ <return type-id='type-id-4034'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator-' mangled-name='_ZNKSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEmiEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1028' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4034' is-artificial='yes'/>
- <parameter type-id='type-id-4032'/>
- <return type-id='type-id-4026'/>
+ <parameter type-id='type-id-4033' is-artificial='yes'/>
+ <parameter type-id='type-id-4031'/>
+ <return type-id='type-id-4025'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator-=' mangled-name='_ZNSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEmIEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1032' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4033' is-artificial='yes'/>
- <parameter type-id='type-id-4032'/>
- <return type-id='type-id-4035'/>
+ <parameter type-id='type-id-4032' is-artificial='yes'/>
+ <parameter type-id='type-id-4031'/>
+ <return type-id='type-id-4034'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNKSt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEEixEl' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1039' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4034' is-artificial='yes'/>
- <parameter type-id='type-id-4032'/>
- <return type-id='type-id-4029'/>
+ <parameter type-id='type-id-4033' is-artificial='yes'/>
+ <parameter type-id='type-id-4031'/>
+ <return type-id='type-id-4028'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='__uninitialized_copy_a<std::move_iterator<mongo::executor::TaskExecutor::CallbackHandle *>, mongo::executor::TaskExecutor::CallbackHandle *, mongo::executor::TaskExecutor::CallbackHandle>' mangled-name='_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEES5_S4_ET0_T_S8_S7_RSaIT1_E' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='277' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEES5_S4_ET0_T_S8_S7_RSaIT1_E'>
- <parameter type-id='type-id-4026' name='__first' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='277' column='1'/>
- <parameter type-id='type-id-4026' name='__last' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='277' column='1'/>
+ <parameter type-id='type-id-4025' name='__first' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='277' column='1'/>
+ <parameter type-id='type-id-4025' name='__last' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='277' column='1'/>
<parameter type-id='type-id-2632' name='__result' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='278' column='1'/>
- <parameter type-id='type-id-3962' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='278' column='1'/>
+ <parameter type-id='type-id-3961' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='278' column='1'/>
<return type-id='type-id-2632'/>
</function-decl>
<function-decl name='__make_move_if_noexcept_iterator<mongo::executor::TaskExecutor::CallbackHandle *, std::move_iterator<mongo::executor::TaskExecutor::CallbackHandle *> >' mangled-name='_ZSt32__make_move_if_noexcept_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt13move_iteratorIS4_EET0_T_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1149' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt32__make_move_if_noexcept_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleESt13move_iteratorIS4_EET0_T_'>
<parameter type-id='type-id-2632' name='__i' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1149' column='1'/>
- <return type-id='type-id-4026'/>
+ <return type-id='type-id-4025'/>
</function-decl>
<function-decl name='uninitialized_copy<std::move_iterator<mongo::executor::TaskExecutor::CallbackHandle *>, mongo::executor::TaskExecutor::CallbackHandle *>' mangled-name='_ZSt18uninitialized_copyISt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEES5_ET0_T_S8_S7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt18uninitialized_copyISt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEES5_ET0_T_S8_S7_'>
- <parameter type-id='type-id-4026' name='__first' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='107' column='1'/>
- <parameter type-id='type-id-4026' name='__last' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='107' column='1'/>
+ <parameter type-id='type-id-4025' name='__first' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='107' column='1'/>
+ <parameter type-id='type-id-4025' name='__last' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='107' column='1'/>
<parameter type-id='type-id-2632' name='__result' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='108' column='1'/>
<return type-id='type-id-2632'/>
</function-decl>
<function-decl name='operator!=<mongo::executor::TaskExecutor::CallbackHandle *>' mangled-name='_ZStneIPN5mongo8executor12TaskExecutor14CallbackHandleEEbRKSt13move_iteratorIT_ES9_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1066' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStneIPN5mongo8executor12TaskExecutor14CallbackHandleEEbRKSt13move_iteratorIT_ES9_'>
- <parameter type-id='type-id-4036' name='__x' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1066' column='1'/>
- <parameter type-id='type-id-4036' name='__y' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1067' column='1'/>
+ <parameter type-id='type-id-4035' name='__x' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1066' column='1'/>
+ <parameter type-id='type-id-4035' name='__y' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1067' column='1'/>
<return type-id='type-id-19'/>
</function-decl>
<function-decl name='_Construct<mongo::executor::TaskExecutor::CallbackHandle, mongo::executor::TaskExecutor::CallbackHandle>' mangled-name='_ZSt10_ConstructIN5mongo8executor12TaskExecutor14CallbackHandleEJS3_EEvPT_DpOT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='74' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt10_ConstructIN5mongo8executor12TaskExecutor14CallbackHandleEJS3_EEvPT_DpOT0_'>
<return type-id='type-id-11'/>
</function-decl>
<function-decl name='operator==<mongo::executor::TaskExecutor::CallbackHandle *>' mangled-name='_ZSteqIPN5mongo8executor12TaskExecutor14CallbackHandleEEbRKSt13move_iteratorIT_ES9_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1054' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSteqIPN5mongo8executor12TaskExecutor14CallbackHandleEEbRKSt13move_iteratorIT_ES9_'>
- <parameter type-id='type-id-4036' name='__x' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1066' column='1'/>
- <parameter type-id='type-id-4036' name='__y' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1067' column='1'/>
+ <parameter type-id='type-id-4035' name='__x' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1066' column='1'/>
+ <parameter type-id='type-id-4035' name='__y' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='1067' column='1'/>
<return type-id='type-id-19'/>
</function-decl>
<function-decl name='max<unsigned long>' mangled-name='_ZSt3maxImERKT_S2_S2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_algobase.h' line='217' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt3maxImERKT_S2_S2_'>
<parameter type-id='type-id-1246' name='__b' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_algobase.h' line='356' column='1'/>
<return type-id='type-id-1246'/>
</function-decl>
- <typedef-decl name='__allocator_base<mongo::executor::RemoteCommandRequest>' type-id='type-id-3888' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/x86_64-linux-gnu/c++/4.9/bits/c++allocator.h' line='48' column='1' id='type-id-4037'/>
+ <typedef-decl name='__allocator_base<mongo::executor::RemoteCommandRequest>' type-id='type-id-3887' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/x86_64-linux-gnu/c++/4.9/bits/c++allocator.h' line='48' column='1' id='type-id-4036'/>
<function-decl name='_Destroy<mongo::executor::RemoteCommandRequest *, mongo::executor::RemoteCommandRequest>' mangled-name='_ZSt8_DestroyIPN5mongo8executor20RemoteCommandRequestES2_EvT_S4_RSaIT0_E' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='148' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt8_DestroyIPN5mongo8executor20RemoteCommandRequestES2_EvT_S4_RSaIT0_E'>
<parameter type-id='type-id-2646' name='__first' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='148' column='1'/>
<parameter type-id='type-id-2646' name='__last' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='148' column='1'/>
- <parameter type-id='type-id-4038' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='149' column='1'/>
+ <parameter type-id='type-id-4037' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='149' column='1'/>
<return type-id='type-id-11'/>
</function-decl>
<function-decl name='_Destroy<mongo::executor::RemoteCommandRequest *>' mangled-name='_ZSt8_DestroyIPN5mongo8executor20RemoteCommandRequestEEvT_S4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt8_DestroyIPN5mongo8executor20RemoteCommandRequestEEvT_S4_'>
<parameter type-id='type-id-1186' name='__r' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='47' column='1'/>
<return type-id='type-id-2646'/>
</function-decl>
- <class-decl name='remove_reference<std::_Bind<void (*(std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *))(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4039'>
+ <class-decl name='remove_reference<std::_Bind<void (*(std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *))(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4038'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1241' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4040'/>
+ <typedef-decl name='type' type-id='type-id-1241' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4039'/>
</member-type>
</class-decl>
<function-decl name='move<std::_Bind<void (*(std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *))(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)> &>' mangled-name='_ZSt4moveIRSt5_BindIFPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS1_4repl19ScatterGatherRunnerEESt12_PlaceholderILi1EES9_EEEONSt16remove_referenceIT_E4typeEOSI_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4moveIRSt5_BindIFPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS1_4repl19ScatterGatherRunnerEESt12_PlaceholderILi1EES9_EEEONSt16remove_referenceIT_E4typeEOSI_'>
- <parameter type-id='type-id-4041' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
- <return type-id='type-id-4042'/>
+ <parameter type-id='type-id-4040' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
+ <return type-id='type-id-4041'/>
</function-decl>
<function-decl name='forward_as_tuple<const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &>' mangled-name='_ZSt16forward_as_tupleIJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEESt5tupleIJDpOT_EES9_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='904' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt16forward_as_tupleIJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEESt5tupleIJDpOT_EES9_'>
<parameter type-id='type-id-1240' name='__args' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='904' column='1'/>
- <return type-id='type-id-3626'/>
+ <return type-id='type-id-3625'/>
</function-decl>
<function-decl name='get<0, std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *>' mangled-name='_ZSt3getILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSB_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt3getILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSB_'>
- <parameter type-id='type-id-3648' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
+ <parameter type-id='type-id-3647' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
<return type-id='type-id-1606'/>
</function-decl>
- <class-decl name='__add_ref<mongo::repl::ScatterGatherRunner *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='62' column='1' id='type-id-4043'>
+ <class-decl name='__add_ref<mongo::repl::ScatterGatherRunner *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='62' column='1' id='type-id-4042'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3717' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='63' column='1' id='type-id-4044'/>
+ <typedef-decl name='type' type-id='type-id-3716' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='63' column='1' id='type-id-4043'/>
</member-type>
</class-decl>
<function-decl name='get<1, std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *>' mangled-name='_ZSt3getILm1EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSB_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt3getILm1EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSB_'>
- <parameter type-id='type-id-3648' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
- <return type-id='type-id-4044'/>
+ <parameter type-id='type-id-3647' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
+ <return type-id='type-id-4043'/>
</function-decl>
<function-decl name='__get_helper<1, mongo::repl::ScatterGatherRunner *>' mangled-name='_ZSt12__get_helperILm1EPN5mongo4repl19ScatterGatherRunnerEJEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJS5_DpT1_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt12__get_helperILm1EPN5mongo4repl19ScatterGatherRunnerEJEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJS5_DpT1_EE'>
- <parameter type-id='type-id-3724' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
- <return type-id='type-id-4044'/>
+ <parameter type-id='type-id-3723' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
+ <return type-id='type-id-4043'/>
</function-decl>
- <class-decl name='remove_reference<mongo::repl::ScatterGatherRunner *&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4045'>
+ <class-decl name='remove_reference<mongo::repl::ScatterGatherRunner *&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4044'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3649' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4046'/>
+ <typedef-decl name='type' type-id='type-id-3648' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4045'/>
</member-type>
</class-decl>
<function-decl name='forward<mongo::repl::ScatterGatherRunner *&>' mangled-name='_ZSt7forwardIRPN5mongo4repl19ScatterGatherRunnerEEOT_RNSt16remove_referenceIS5_E4typeE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt7forwardIRPN5mongo4repl19ScatterGatherRunnerEEOT_RNSt16remove_referenceIS5_E4typeE'>
- <parameter type-id='type-id-4047' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1'/>
- <return type-id='type-id-3717'/>
+ <parameter type-id='type-id-4046' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1'/>
+ <return type-id='type-id-3716'/>
</function-decl>
<function-decl name='__get_helper<0, std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *>' mangled-name='_ZSt12__get_helperILm0ESt12_PlaceholderILi1EEJPN5mongo4repl19ScatterGatherRunnerEEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJS7_DpT1_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt12__get_helperILm0ESt12_PlaceholderILi1EEJPN5mongo4repl19ScatterGatherRunnerEEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJS7_DpT1_EE'>
- <parameter type-id='type-id-3687' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
+ <parameter type-id='type-id-3686' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
<return type-id='type-id-1606'/>
</function-decl>
- <class-decl name='__add_ref<const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='66' column='1' id='type-id-4048'>
+ <class-decl name='__add_ref<const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='66' column='1' id='type-id-4047'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1240' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='67' column='1' id='type-id-4049'/>
+ <typedef-decl name='type' type-id='type-id-1240' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='67' column='1' id='type-id-4048'/>
</member-type>
</class-decl>
<function-decl name='get<0, const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &>' mangled-name='_ZSt3getILm0EJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSB_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt3getILm0EJRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSB_'>
<parameter type-id='type-id-2242' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
- <return type-id='type-id-4049'/>
+ <return type-id='type-id-4048'/>
</function-decl>
<function-decl name='__get_helper<0, const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &>' mangled-name='_ZSt12__get_helperILm0ERKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEJEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJS7_DpT1_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt12__get_helperILm0ERKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEJEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJS7_DpT1_EE'>
- <parameter type-id='type-id-3663' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
- <return type-id='type-id-4049'/>
+ <parameter type-id='type-id-3662' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
+ <return type-id='type-id-4048'/>
</function-decl>
- <class-decl name='remove_reference<void (*&)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4050'>
+ <class-decl name='remove_reference<void (*&)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4049'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3612' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4051'/>
+ <typedef-decl name='type' type-id='type-id-3611' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4050'/>
</member-type>
</class-decl>
<function-decl name='move<void (*&)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)>' mangled-name='_ZSt4moveIRPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS0_4repl19ScatterGatherRunnerEEEONSt16remove_referenceIT_E4typeEOSD_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4moveIRPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS0_4repl19ScatterGatherRunnerEEEONSt16remove_referenceIT_E4typeEOSD_'>
- <parameter type-id='type-id-4052' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
- <return type-id='type-id-4053'/>
+ <parameter type-id='type-id-4051' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
+ <return type-id='type-id-4052'/>
</function-decl>
- <class-decl name='remove_reference<std::tuple<std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4054'>
+ <class-decl name='remove_reference<std::tuple<std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4053'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3613' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4055'/>
+ <typedef-decl name='type' type-id='type-id-3612' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4054'/>
</member-type>
</class-decl>
<function-decl name='move<std::tuple<std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *> &>' mangled-name='_ZSt4moveIRSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEEEONSt16remove_referenceIT_E4typeEOSA_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4moveIRSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEEEEONSt16remove_referenceIT_E4typeEOSA_'>
- <parameter type-id='type-id-3648' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
- <return type-id='type-id-4056'/>
+ <parameter type-id='type-id-3647' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
+ <return type-id='type-id-4055'/>
</function-decl>
- <class-decl name='remove_reference<std::_Tuple_impl<1, mongo::repl::ScatterGatherRunner *> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4057'>
+ <class-decl name='remove_reference<std::_Tuple_impl<1, mongo::repl::ScatterGatherRunner *> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4056'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3685' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4058'/>
+ <typedef-decl name='type' type-id='type-id-3684' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4057'/>
</member-type>
</class-decl>
<function-decl name='move<std::_Tuple_impl<1, mongo::repl::ScatterGatherRunner *> &>' mangled-name='_ZSt4moveIRSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEEEONSt16remove_referenceIT_E4typeEOS8_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4moveIRSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEEEEONSt16remove_referenceIT_E4typeEOS8_'>
- <parameter type-id='type-id-3724' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
- <return type-id='type-id-4059'/>
+ <parameter type-id='type-id-3723' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
+ <return type-id='type-id-4058'/>
</function-decl>
- <class-decl name='remove_reference<mongo::repl::ScatterGatherRunner *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1500' column='1' id='type-id-4060'>
+ <class-decl name='remove_reference<mongo::repl::ScatterGatherRunner *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1500' column='1' id='type-id-4059'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3649' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1501' column='1' id='type-id-4061'/>
+ <typedef-decl name='type' type-id='type-id-3648' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1501' column='1' id='type-id-4060'/>
</member-type>
</class-decl>
<function-decl name='forward<mongo::repl::ScatterGatherRunner *>' mangled-name='_ZSt7forwardIPN5mongo4repl19ScatterGatherRunnerEEOT_RNSt16remove_referenceIS4_E4typeE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt7forwardIPN5mongo4repl19ScatterGatherRunnerEEOT_RNSt16remove_referenceIS4_E4typeE'>
- <parameter type-id='type-id-4062' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1'/>
- <return type-id='type-id-3616'/>
+ <parameter type-id='type-id-4061' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1'/>
+ <return type-id='type-id-3615'/>
</function-decl>
- <class-decl name='remove_reference<void (*)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1500' column='1' id='type-id-4063'>
+ <class-decl name='remove_reference<void (*)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1500' column='1' id='type-id-4062'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3612' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1501' column='1' id='type-id-4064'/>
+ <typedef-decl name='type' type-id='type-id-3611' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1501' column='1' id='type-id-4063'/>
</member-type>
</class-decl>
<function-decl name='forward<void (*)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)>' mangled-name='_ZSt7forwardIPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS0_4repl19ScatterGatherRunnerEEEOT_RNSt16remove_referenceISB_E4typeE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt7forwardIPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS0_4repl19ScatterGatherRunnerEEEOT_RNSt16remove_referenceISB_E4typeE'>
- <parameter type-id='type-id-4065' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1'/>
- <return type-id='type-id-3615'/>
+ <parameter type-id='type-id-4064' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1'/>
+ <return type-id='type-id-3614'/>
</function-decl>
- <class-decl name='remove_reference<std::_Bind<void (*(std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *))(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4066'>
+ <class-decl name='remove_reference<std::_Bind<void (*(std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *))(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4065'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1479' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4067'/>
+ <typedef-decl name='type' type-id='type-id-1479' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4066'/>
</member-type>
</class-decl>
<function-decl name='move<std::_Bind<void (*(std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *))(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)> &>' mangled-name='_ZSt4moveIRSt5_BindIFPFvRKN5mongo8executor12TaskExecutor12CallbackArgsEPNS1_4repl19ScatterGatherRunnerEPNS1_10StatusWithINS3_11EventHandleEEEESt12_PlaceholderILi1EES9_SD_EEEONSt16remove_referenceIT_E4typeEOSM_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4moveIRSt5_BindIFPFvRKN5mongo8executor12TaskExecutor12CallbackArgsEPNS1_4repl19ScatterGatherRunnerEPNS1_10StatusWithINS3_11EventHandleEEEESt12_PlaceholderILi1EES9_SD_EEEONSt16remove_referenceIT_E4typeEOSM_'>
- <parameter type-id='type-id-4068' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
- <return type-id='type-id-4069'/>
+ <parameter type-id='type-id-4067' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
+ <return type-id='type-id-4068'/>
</function-decl>
<function-decl name='get<0, std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' mangled-name='_ZSt3getILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSH_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt3getILm0EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSH_'>
- <parameter type-id='type-id-3643' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
+ <parameter type-id='type-id-3642' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
<return type-id='type-id-1606'/>
</function-decl>
<function-decl name='get<1, std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' mangled-name='_ZSt3getILm1EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSH_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt3getILm1EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSH_'>
- <parameter type-id='type-id-3643' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
- <return type-id='type-id-4044'/>
+ <parameter type-id='type-id-3642' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
+ <return type-id='type-id-4043'/>
</function-decl>
- <class-decl name='__add_ref<mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='62' column='1' id='type-id-4070'>
+ <class-decl name='__add_ref<mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='62' column='1' id='type-id-4069'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3772' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='63' column='1' id='type-id-4071'/>
+ <typedef-decl name='type' type-id='type-id-3771' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='63' column='1' id='type-id-4070'/>
</member-type>
</class-decl>
<function-decl name='get<2, std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' mangled-name='_ZSt3getILm2EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSH_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt3getILm2EJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEENSt9__add_refINSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeEE4typeERSH_'>
- <parameter type-id='type-id-3643' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
- <return type-id='type-id-4071'/>
+ <parameter type-id='type-id-3642' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='758' column='1'/>
+ <return type-id='type-id-4070'/>
</function-decl>
<function-decl name='__get_helper<2, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' mangled-name='_ZSt12__get_helperILm2EPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEJEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJS8_DpT1_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt12__get_helperILm2EPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEJEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJS8_DpT1_EE'>
- <parameter type-id='type-id-3771' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
- <return type-id='type-id-4071'/>
+ <parameter type-id='type-id-3770' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
+ <return type-id='type-id-4070'/>
</function-decl>
- <class-decl name='remove_reference<mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4072'>
+ <class-decl name='remove_reference<mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4071'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-2784' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4073'/>
+ <typedef-decl name='type' type-id='type-id-2784' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4072'/>
</member-type>
</class-decl>
<function-decl name='forward<mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *&>' mangled-name='_ZSt7forwardIRPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEOT_RNSt16remove_referenceIS8_E4typeE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt7forwardIRPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEOT_RNSt16remove_referenceIS8_E4typeE'>
- <parameter type-id='type-id-4074' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1'/>
- <return type-id='type-id-3772'/>
+ <parameter type-id='type-id-4073' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1'/>
+ <return type-id='type-id-3771'/>
</function-decl>
<function-decl name='__get_helper<1, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' mangled-name='_ZSt12__get_helperILm1EPN5mongo4repl19ScatterGatherRunnerEJPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJSB_DpT1_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt12__get_helperILm1EPN5mongo4repl19ScatterGatherRunnerEJPNS0_10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJSB_DpT1_EE'>
- <parameter type-id='type-id-3716' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
- <return type-id='type-id-4044'/>
+ <parameter type-id='type-id-3715' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
+ <return type-id='type-id-4043'/>
</function-decl>
<function-decl name='__get_helper<0, std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' mangled-name='_ZSt12__get_helperILm0ESt12_PlaceholderILi1EEJPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJSD_DpT1_EE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt12__get_helperILm0ESt12_PlaceholderILi1EEJPN5mongo4repl19ScatterGatherRunnerEPNS2_10StatusWithINS2_8executor12TaskExecutor11EventHandleEEEEENSt9__add_refIT0_E4typeERSt11_Tuple_implIXT_EJSD_DpT1_EE'>
- <parameter type-id='type-id-3679' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
+ <parameter type-id='type-id-3678' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/tuple' line='745' column='1'/>
<return type-id='type-id-1606'/>
</function-decl>
- <class-decl name='remove_reference<void (*&)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4075'>
+ <class-decl name='remove_reference<void (*&)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4074'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3618' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4076'/>
+ <typedef-decl name='type' type-id='type-id-3617' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4075'/>
</member-type>
</class-decl>
<function-decl name='move<void (*&)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)>' mangled-name='_ZSt4moveIRPFvRKN5mongo8executor12TaskExecutor12CallbackArgsEPNS0_4repl19ScatterGatherRunnerEPNS0_10StatusWithINS2_11EventHandleEEEEEONSt16remove_referenceIT_E4typeEOSH_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4moveIRPFvRKN5mongo8executor12TaskExecutor12CallbackArgsEPNS0_4repl19ScatterGatherRunnerEPNS0_10StatusWithINS2_11EventHandleEEEEEONSt16remove_referenceIT_E4typeEOSH_'>
- <parameter type-id='type-id-4077' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
- <return type-id='type-id-4078'/>
+ <parameter type-id='type-id-4076' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
+ <return type-id='type-id-4077'/>
</function-decl>
- <class-decl name='remove_reference<std::tuple<std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4079'>
+ <class-decl name='remove_reference<std::tuple<std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4078'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3619' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4080'/>
+ <typedef-decl name='type' type-id='type-id-3618' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4079'/>
</member-type>
</class-decl>
<function-decl name='move<std::tuple<std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *> &>' mangled-name='_ZSt4moveIRSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS3_10StatusWithINS3_8executor12TaskExecutor11EventHandleEEEEEEONSt16remove_referenceIT_E4typeEOSG_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4moveIRSt5tupleIJSt12_PlaceholderILi1EEPN5mongo4repl19ScatterGatherRunnerEPNS3_10StatusWithINS3_8executor12TaskExecutor11EventHandleEEEEEEONSt16remove_referenceIT_E4typeEOSG_'>
- <parameter type-id='type-id-3643' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
- <return type-id='type-id-4081'/>
+ <parameter type-id='type-id-3642' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
+ <return type-id='type-id-4080'/>
</function-decl>
- <class-decl name='remove_reference<std::_Tuple_impl<1, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4082'>
+ <class-decl name='remove_reference<std::_Tuple_impl<1, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4081'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3677' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4083'/>
+ <typedef-decl name='type' type-id='type-id-3676' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4082'/>
</member-type>
</class-decl>
<function-decl name='move<std::_Tuple_impl<1, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *> &>' mangled-name='_ZSt4moveIRSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS1_10StatusWithINS1_8executor12TaskExecutor11EventHandleEEEEEEONSt16remove_referenceIT_E4typeEOSE_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4moveIRSt11_Tuple_implILm1EJPN5mongo4repl19ScatterGatherRunnerEPNS1_10StatusWithINS1_8executor12TaskExecutor11EventHandleEEEEEEONSt16remove_referenceIT_E4typeEOSE_'>
- <parameter type-id='type-id-3716' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
- <return type-id='type-id-4084'/>
+ <parameter type-id='type-id-3715' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
+ <return type-id='type-id-4083'/>
</function-decl>
- <class-decl name='remove_reference<std::_Tuple_impl<2, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4085'>
+ <class-decl name='remove_reference<std::_Tuple_impl<2, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4084'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3713' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4086'/>
+ <typedef-decl name='type' type-id='type-id-3712' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4085'/>
</member-type>
</class-decl>
<function-decl name='move<std::_Tuple_impl<2, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *> &>' mangled-name='_ZSt4moveIRSt11_Tuple_implILm2EJPN5mongo10StatusWithINS1_8executor12TaskExecutor11EventHandleEEEEEEONSt16remove_referenceIT_E4typeEOSB_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4moveIRSt11_Tuple_implILm2EJPN5mongo10StatusWithINS1_8executor12TaskExecutor11EventHandleEEEEEEONSt16remove_referenceIT_E4typeEOSB_'>
- <parameter type-id='type-id-3771' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
- <return type-id='type-id-4087'/>
+ <parameter type-id='type-id-3770' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='101' column='1'/>
+ <return type-id='type-id-4086'/>
</function-decl>
- <class-decl name='remove_reference<mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1500' column='1' id='type-id-4088'>
+ <class-decl name='remove_reference<mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1500' column='1' id='type-id-4087'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-2784' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1501' column='1' id='type-id-4089'/>
+ <typedef-decl name='type' type-id='type-id-2784' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1501' column='1' id='type-id-4088'/>
</member-type>
</class-decl>
<function-decl name='forward<mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *>' mangled-name='_ZSt7forwardIPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEOT_RNSt16remove_referenceIS7_E4typeE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt7forwardIPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEEEOT_RNSt16remove_referenceIS7_E4typeE'>
- <parameter type-id='type-id-4090' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1'/>
- <return type-id='type-id-3621'/>
+ <parameter type-id='type-id-4089' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1'/>
+ <return type-id='type-id-3620'/>
</function-decl>
- <class-decl name='remove_reference<void (&)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4091'>
+ <class-decl name='remove_reference<void (&)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1504' column='1' id='type-id-4090'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3652' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4092'/>
+ <typedef-decl name='type' type-id='type-id-3651' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1505' column='1' id='type-id-4091'/>
</member-type>
</class-decl>
<function-decl name='forward<void (&)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)>' mangled-name='_ZSt7forwardIRFvRKN5mongo8executor12TaskExecutor12CallbackArgsEPNS0_4repl19ScatterGatherRunnerEPNS0_10StatusWithINS2_11EventHandleEEEEEOT_RNSt16remove_referenceISF_E4typeE' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt7forwardIRFvRKN5mongo8executor12TaskExecutor12CallbackArgsEPNS0_4repl19ScatterGatherRunnerEPNS0_10StatusWithINS2_11EventHandleEEEEEOT_RNSt16remove_referenceISF_E4typeE'>
- <parameter type-id='type-id-4093' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1'/>
- <return type-id='type-id-3971'/>
+ <parameter type-id='type-id-4092' name='__t' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/move.h' line='76' column='1'/>
+ <return type-id='type-id-3970'/>
</function-decl>
- <class-decl name='allocator_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3946'>
+ <class-decl name='allocator_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='80' column='1' id='type-id-3945'>
<member-type access='public'>
- <typedef-decl name='value_type' type-id='type-id-3889' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='85' column='1' id='type-id-3945'/>
+ <typedef-decl name='value_type' type-id='type-id-3888' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='85' column='1' id='type-id-3944'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__pointer' type-id='type-id-3890' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='95' column='1' id='type-id-3947'/>
+ <typedef-decl name='__pointer' type-id='type-id-3889' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='95' column='1' id='type-id-3946'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-3947' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='102' column='1' id='type-id-3940'/>
+ <typedef-decl name='pointer' type-id='type-id-3946' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='102' column='1' id='type-id-3939'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__size_type' type-id='type-id-3891' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='148' column='1' id='type-id-4094'/>
+ <typedef-decl name='__size_type' type-id='type-id-3890' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='148' column='1' id='type-id-4093'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='size_type' type-id='type-id-4094' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='157' column='1' id='type-id-4095'/>
+ <typedef-decl name='size_type' type-id='type-id-4093' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='157' column='1' id='type-id-4094'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__const_void_pointer' type-id='type-id-4097' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='126' column='1' id='type-id-4096'/>
+ <typedef-decl name='__const_void_pointer' type-id='type-id-4096' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='126' column='1' id='type-id-4095'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_void_pointer' type-id='type-id-4096' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='135' column='1' id='type-id-4098'/>
+ <typedef-decl name='const_void_pointer' type-id='type-id-4095' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='135' column='1' id='type-id-4097'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='rebind_alloc<mongo::executor::RemoteCommandRequest>' type-id='type-id-3948' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='197' column='1' id='type-id-3942'/>
+ <typedef-decl name='rebind_alloc<mongo::executor::RemoteCommandRequest>' type-id='type-id-3947' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='197' column='1' id='type-id-3941'/>
</member-type>
<member-function access='private' static='yes'>
<function-decl name='_S_pointer_helper' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor20RemoteCommandRequestEEE17_S_pointer_helperEz' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter is-variadic='yes'/>
- <return type-id='type-id-4099'/>
+ <return type-id='type-id-4098'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_const_pointer_helper' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor20RemoteCommandRequestEEE23_S_const_pointer_helperEz' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter is-variadic='yes'/>
- <return type-id='type-id-4100'/>
+ <return type-id='type-id-4099'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_void_pointer_helper' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor20RemoteCommandRequestEEE22_S_void_pointer_helperEz' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter is-variadic='yes'/>
- <return type-id='type-id-4101'/>
+ <return type-id='type-id-4100'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_const_void_pointer_helper' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor20RemoteCommandRequestEEE28_S_const_void_pointer_helperEz' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='126' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter is-variadic='yes'/>
- <return type-id='type-id-4097'/>
+ <return type-id='type-id-4096'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_difference_type_helper' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor20RemoteCommandRequestEEE25_S_difference_type_helperEz' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter is-variadic='yes'/>
- <return type-id='type-id-4102'/>
+ <return type-id='type-id-4101'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='allocate' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor20RemoteCommandRequestEEE8allocateERS3_m' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='356' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4038'/>
- <parameter type-id='type-id-4095'/>
- <return type-id='type-id-3940'/>
+ <parameter type-id='type-id-4037'/>
+ <parameter type-id='type-id-4094'/>
+ <return type-id='type-id-3939'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='allocate' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor20RemoteCommandRequestEEE8allocateERS3_mPKv' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='371' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4038'/>
- <parameter type-id='type-id-4095'/>
- <parameter type-id='type-id-4098'/>
- <return type-id='type-id-3940'/>
+ <parameter type-id='type-id-4037'/>
+ <parameter type-id='type-id-4094'/>
+ <parameter type-id='type-id-4097'/>
+ <return type-id='type-id-3939'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='deallocate' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor20RemoteCommandRequestEEE10deallocateERS3_PS2_m' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='382' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16allocator_traitsISaIN5mongo8executor20RemoteCommandRequestEEE10deallocateERS3_PS2_m'>
- <parameter type-id='type-id-4038'/>
- <parameter type-id='type-id-3940'/>
- <parameter type-id='type-id-4095'/>
+ <parameter type-id='type-id-4037'/>
+ <parameter type-id='type-id-3939'/>
+ <parameter type-id='type-id-4094'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='max_size' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor20RemoteCommandRequestEEE8max_sizeERKS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3895'/>
- <return type-id='type-id-4095'/>
+ <parameter type-id='type-id-3894'/>
+ <return type-id='type-id-4094'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='select_on_container_copy_construction' mangled-name='_ZNSt16allocator_traitsISaIN5mongo8executor20RemoteCommandRequestEEE37select_on_container_copy_constructionERKS3_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='433' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3895'/>
- <return type-id='type-id-3846'/>
+ <parameter type-id='type-id-3894'/>
+ <return type-id='type-id-3845'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='pointer_traits<mongo::executor::RemoteCommandRequest *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='150' column='1' id='type-id-4103'>
+ <class-decl name='pointer_traits<mongo::executor::RemoteCommandRequest *>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='150' column='1' id='type-id-4102'>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-2646' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='153' column='1' id='type-id-4104'/>
+ <typedef-decl name='pointer' type-id='type-id-2646' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='153' column='1' id='type-id-4103'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='rebind<const value_type>' type-id='type-id-2649' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='160' column='1' id='type-id-4100'/>
+ <typedef-decl name='rebind<const value_type>' type-id='type-id-2649' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='160' column='1' id='type-id-4099'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='rebind<void>' type-id='type-id-286' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='160' column='1' id='type-id-4101'/>
+ <typedef-decl name='rebind<void>' type-id='type-id-286' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='160' column='1' id='type-id-4100'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='rebind<const void>' type-id='type-id-286' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='160' column='1' id='type-id-4097'/>
+ <typedef-decl name='rebind<const void>' type-id='type-id-286' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='160' column='1' id='type-id-4096'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='difference_type' type-id='type-id-287' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='157' column='1' id='type-id-4102'/>
+ <typedef-decl name='difference_type' type-id='type-id-287' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='157' column='1' id='type-id-4101'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='pointer_to' mangled-name='_ZNSt14pointer_traitsIPN5mongo8executor20RemoteCommandRequestEE10pointer_toERS2_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='168' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4105'/>
- <return type-id='type-id-4104'/>
+ <parameter type-id='type-id-4104'/>
+ <return type-id='type-id-4103'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__ptrtr_not_void<mongo::executor::RemoteCommandRequest, mongo::executor::RemoteCommandRequest>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='105' column='1' id='type-id-4106'>
+ <class-decl name='__ptrtr_not_void<mongo::executor::RemoteCommandRequest, mongo::executor::RemoteCommandRequest>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='105' column='1' id='type-id-4105'>
<member-type access='public'>
- <typedef-decl name='__type' type-id='type-id-1314' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='107' column='1' id='type-id-4107'/>
+ <typedef-decl name='__type' type-id='type-id-1314' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/ptr_traits.h' line='107' column='1' id='type-id-4106'/>
</member-type>
</class-decl>
- <class-decl name='__alloctr_rebind<std::allocator<mongo::executor::RemoteCommandRequest>, mongo::executor::RemoteCommandRequest, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='63' column='1' id='type-id-3949'>
+ <class-decl name='__alloctr_rebind<std::allocator<mongo::executor::RemoteCommandRequest>, mongo::executor::RemoteCommandRequest, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='63' column='1' id='type-id-3948'>
<member-type access='public'>
- <typedef-decl name='__type' type-id='type-id-3893' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='65' column='1' id='type-id-3948'/>
+ <typedef-decl name='__type' type-id='type-id-3892' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/alloc_traits.h' line='65' column='1' id='type-id-3947'/>
</member-type>
</class-decl>
- <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > > >' visibility='default' is-declaration-only='yes' id='type-id-3853'/>
- <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<const mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > > >' visibility='default' is-declaration-only='yes' id='type-id-3855'/>
- <class-decl name='__add_rvalue_reference_helper<mongo::executor::TaskExecutor::CallbackHandle &, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1530' column='1' id='type-id-3629'>
+ <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > > >' visibility='default' is-declaration-only='yes' id='type-id-3852'/>
+ <class-decl name='reverse_iterator<__gnu_cxx::__normal_iterator<const mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > > >' visibility='default' is-declaration-only='yes' id='type-id-3854'/>
+ <class-decl name='__add_rvalue_reference_helper<mongo::executor::TaskExecutor::CallbackHandle &, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1530' column='1' id='type-id-3628'>
<member-type access='public'>
<typedef-decl name='type' type-id='type-id-932' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1531' column='1' id='type-id-2236'/>
</member-type>
</class-decl>
- <class-decl name='__add_rvalue_reference_helper<const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1530' column='1' id='type-id-3628'>
+ <class-decl name='__add_rvalue_reference_helper<const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1530' column='1' id='type-id-3627'>
<member-type access='public'>
<typedef-decl name='type' type-id='type-id-1240' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/type_traits' line='1531' column='1' id='type-id-2239'/>
</member-type>
</class-decl>
- <class-decl name='_Maybe_wrap_member_pointer<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1210' column='1' id='type-id-4108'>
+ <class-decl name='_Maybe_wrap_member_pointer<void (mongo::repl::ReplicationExecutor::*)(const mongo::executor::TaskExecutor::CallbackHandle &)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1210' column='1' id='type-id-4107'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-3976' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1212' column='1' id='type-id-4109'/>
+ <typedef-decl name='type' type-id='type-id-3975' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1212' column='1' id='type-id-4108'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='__do_wrap' mangled-name='_ZNSt26_Maybe_wrap_member_pointerIMN5mongo4repl19ReplicationExecutorEFvRKNS0_8executor12TaskExecutor14CallbackHandleEEE9__do_wrapES9_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1215' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt26_Maybe_wrap_member_pointerIMN5mongo4repl19ReplicationExecutorEFvRKNS0_8executor12TaskExecutor14CallbackHandleEEE9__do_wrapES9_'>
- <return type-id='type-id-4109'/>
+ <return type-id='type-id-4108'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Destroy_aux<false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='96' column='1' id='type-id-4110'>
+ <class-decl name='_Destroy_aux<false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='96' column='1' id='type-id-4109'>
<member-function access='public' static='yes'>
<function-decl name='__destroy<mongo::executor::TaskExecutor::CallbackHandle *>' mangled-name='_ZNSt12_Destroy_auxILb0EE9__destroyIPN5mongo8executor12TaskExecutor14CallbackHandleEEEvT_S7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_construct.h' line='100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12_Destroy_auxILb0EE9__destroyIPN5mongo8executor12TaskExecutor14CallbackHandleEEEvT_S7_'>
<parameter type-id='type-id-2632'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__uninitialized_copy<false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='64' column='1' id='type-id-4111'>
+ <class-decl name='__uninitialized_copy<false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='64' column='1' id='type-id-4110'>
<member-function access='public' static='yes'>
<function-decl name='__uninit_copy<std::move_iterator<mongo::executor::TaskExecutor::CallbackHandle *>, mongo::executor::TaskExecutor::CallbackHandle *>' mangled-name='_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEES7_EET0_T_SA_S9_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_uninitialized.h' line='68' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5mongo8executor12TaskExecutor14CallbackHandleEES7_EET0_T_SA_S9_'>
- <parameter type-id='type-id-4026'/>
- <parameter type-id='type-id-4026'/>
+ <parameter type-id='type-id-4025'/>
+ <parameter type-id='type-id-4025'/>
<parameter type-id='type-id-2632'/>
<return type-id='type-id-2632'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Function_handler<void (const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &), std::_Bind<void (*(std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *))(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)> >' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='2030' column='1' id='type-id-4112'>
+ <class-decl name='_Function_handler<void (const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &), std::_Bind<void (*(std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *))(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)> >' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='2030' column='1' id='type-id-4111'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-879'/>
<member-function access='public' static='yes'>
<function-decl name='_M_invoke' mangled-name='_ZNSt17_Function_handlerIFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEESt5_BindIFPFvS5_PNS0_4repl19ScatterGatherRunnerEESt12_PlaceholderILi1EESA_EEE9_M_invokeERKSt9_Any_dataS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='2037' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17_Function_handlerIFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEESt5_BindIFPFvS5_PNS0_4repl19ScatterGatherRunnerEESt12_PlaceholderILi1EESA_EEE9_M_invokeERKSt9_Any_dataS5_'>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Mu<mongo::repl::ScatterGatherRunner *, false, false>' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1167' column='1' id='type-id-4113'>
+ <class-decl name='_Mu<mongo::repl::ScatterGatherRunner *, false, false>' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1167' column='1' id='type-id-4112'>
<member-function access='public' static='yes'>
<function-decl name='operator()<mongo::repl::ScatterGatherRunner *&, std::tuple<const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &> >' mangled-name='_ZNVKSt3_MuIPN5mongo4repl19ScatterGatherRunnerELb0ELb0EEclIRS3_St5tupleIJRKNS0_8executor12TaskExecutor25RemoteCommandCallbackArgsEEEEEOT_SF_RT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1181' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNVKSt3_MuIPN5mongo4repl19ScatterGatherRunnerELb0ELb0EEclIRS3_St5tupleIJRKNS0_8executor12TaskExecutor25RemoteCommandCallbackArgsEEEEEOT_SF_RT0_'>
- <parameter type-id='type-id-4114' is-artificial='yes'/>
- <parameter type-id='type-id-3717'/>
+ <parameter type-id='type-id-4113' is-artificial='yes'/>
+ <parameter type-id='type-id-3716'/>
<parameter type-id='type-id-2242'/>
- <return type-id='type-id-3717'/>
+ <return type-id='type-id-3716'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='operator()<mongo::repl::ScatterGatherRunner *&, std::tuple<const mongo::executor::TaskExecutor::CallbackArgs &> >' mangled-name='_ZNVKSt3_MuIPN5mongo4repl19ScatterGatherRunnerELb0ELb0EEclIRS3_St5tupleIJRKNS0_8executor12TaskExecutor12CallbackArgsEEEEEOT_SF_RT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1181' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNVKSt3_MuIPN5mongo4repl19ScatterGatherRunnerELb0ELb0EEclIRS3_St5tupleIJRKNS0_8executor12TaskExecutor12CallbackArgsEEEEEOT_SF_RT0_'>
- <parameter type-id='type-id-4114' is-artificial='yes'/>
- <parameter type-id='type-id-3717'/>
+ <parameter type-id='type-id-4113' is-artificial='yes'/>
+ <parameter type-id='type-id-3716'/>
<parameter type-id='type-id-1396'/>
- <return type-id='type-id-3717'/>
+ <return type-id='type-id-3716'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Maybe_wrap_member_pointer<void (*)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1191' column='1' id='type-id-4115'>
+ <class-decl name='_Maybe_wrap_member_pointer<void (*)(const mongo::executor::TaskExecutor::RemoteCommandCallbackArgs &, mongo::repl::ScatterGatherRunner *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1191' column='1' id='type-id-4114'>
<member-function access='public' static='yes'>
<function-decl name='__do_wrap' mangled-name='_ZNSt26_Maybe_wrap_member_pointerIPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS0_4repl19ScatterGatherRunnerEEE9__do_wrapERKSA_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1196' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4116'/>
- <return type-id='type-id-4116'/>
+ <parameter type-id='type-id-4115'/>
+ <return type-id='type-id-4115'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='__do_wrap' mangled-name='_ZNSt26_Maybe_wrap_member_pointerIPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS0_4repl19ScatterGatherRunnerEEE9__do_wrapEOSA_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt26_Maybe_wrap_member_pointerIPFvRKN5mongo8executor12TaskExecutor25RemoteCommandCallbackArgsEPNS0_4repl19ScatterGatherRunnerEEE9__do_wrapEOSA_'>
- <parameter type-id='type-id-3615'/>
- <return type-id='type-id-3615'/>
+ <parameter type-id='type-id-3614'/>
+ <return type-id='type-id-3614'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Function_handler<void (const mongo::executor::TaskExecutor::CallbackArgs &), std::_Bind<void (*(std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *))(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)> >' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='2030' column='1' id='type-id-4117'>
+ <class-decl name='_Function_handler<void (const mongo::executor::TaskExecutor::CallbackArgs &), std::_Bind<void (*(std::_Placeholder<1>, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *))(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)> >' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='2030' column='1' id='type-id-4116'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-883'/>
<member-function access='public' static='yes'>
<function-decl name='_M_invoke' mangled-name='_ZNSt17_Function_handlerIFvRKN5mongo8executor12TaskExecutor12CallbackArgsEESt5_BindIFPFvS5_PNS0_4repl19ScatterGatherRunnerEPNS0_10StatusWithINS2_11EventHandleEEEESt12_PlaceholderILi1EESA_SE_EEE9_M_invokeERKSt9_Any_dataS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='2037' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17_Function_handlerIFvRKN5mongo8executor12TaskExecutor12CallbackArgsEESt5_BindIFPFvS5_PNS0_4repl19ScatterGatherRunnerEPNS0_10StatusWithINS2_11EventHandleEEEESt12_PlaceholderILi1EESA_SE_EEE9_M_invokeERKSt9_Any_dataS5_'>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Mu<mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *, false, false>' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1167' column='1' id='type-id-4118'>
+ <class-decl name='_Mu<mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *, false, false>' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1167' column='1' id='type-id-4117'>
<member-function access='public' static='yes'>
<function-decl name='operator()<mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *&, std::tuple<const mongo::executor::TaskExecutor::CallbackArgs &> >' mangled-name='_ZNVKSt3_MuIPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEELb0ELb0EEclIRS6_St5tupleIJRKNS3_12CallbackArgsEEEEEOT_SG_RT0_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1181' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNVKSt3_MuIPN5mongo10StatusWithINS0_8executor12TaskExecutor11EventHandleEEELb0ELb0EEclIRS6_St5tupleIJRKNS3_12CallbackArgsEEEEEOT_SG_RT0_'>
- <parameter type-id='type-id-4119' is-artificial='yes'/>
- <parameter type-id='type-id-3772'/>
+ <parameter type-id='type-id-4118' is-artificial='yes'/>
+ <parameter type-id='type-id-3771'/>
<parameter type-id='type-id-1396'/>
- <return type-id='type-id-3772'/>
+ <return type-id='type-id-3771'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Maybe_wrap_member_pointer<void (*)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1191' column='1' id='type-id-4120'>
+ <class-decl name='_Maybe_wrap_member_pointer<void (*)(const mongo::executor::TaskExecutor::CallbackArgs &, mongo::repl::ScatterGatherRunner *, mongo::StatusWith<mongo::executor::TaskExecutor::EventHandle> *)>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1191' column='1' id='type-id-4119'>
<member-function access='public' static='yes'>
<function-decl name='__do_wrap' mangled-name='_ZNSt26_Maybe_wrap_member_pointerIPFvRKN5mongo8executor12TaskExecutor12CallbackArgsEPNS0_4repl19ScatterGatherRunnerEPNS0_10StatusWithINS2_11EventHandleEEEEE9__do_wrapERKSE_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1196' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4121'/>
- <return type-id='type-id-4121'/>
+ <parameter type-id='type-id-4120'/>
+ <return type-id='type-id-4120'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='__do_wrap' mangled-name='_ZNSt26_Maybe_wrap_member_pointerIPFvRKN5mongo8executor12TaskExecutor12CallbackArgsEPNS0_4repl19ScatterGatherRunnerEPNS0_10StatusWithINS2_11EventHandleEEEEE9__do_wrapEOSE_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/functional' line='1200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt26_Maybe_wrap_member_pointerIPFvRKN5mongo8executor12TaskExecutor12CallbackArgsEPNS0_4repl19ScatterGatherRunnerEPNS0_10StatusWithINS2_11EventHandleEEEEE9__do_wrapEOSE_'>
- <parameter type-id='type-id-3620'/>
- <return type-id='type-id-3620'/>
+ <parameter type-id='type-id-3619'/>
+ <return type-id='type-id-3619'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <class-decl name='ObjScopeGuardImpl1<mongo::repl::ScatterGatherRunner, void (mongo::repl::ScatterGatherRunner::*)(mongo::repl::ReplicationExecutor *), mongo::repl::ReplicationExecutor *>' size-in-bits='320' visibility='default' filepath='src/mongo/util/scopeguard.h' line='277' column='1' id='type-id-4122'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-4123'/>
+ <class-decl name='ObjScopeGuardImpl1<mongo::repl::ScatterGatherRunner, void (mongo::repl::ScatterGatherRunner::*)(mongo::repl::ReplicationExecutor *), mongo::repl::ReplicationExecutor *>' size-in-bits='320' visibility='default' filepath='src/mongo/util/scopeguard.h' line='277' column='1' id='type-id-4121'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-4122'/>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='obj_' type-id='type-id-3696' visibility='default' filepath='src/mongo/util/scopeguard.h' line='294' column='1'/>
+ <var-decl name='obj_' type-id='type-id-3695' visibility='default' filepath='src/mongo/util/scopeguard.h' line='294' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='256'>
<var-decl name='p1_' type-id='type-id-3212' visibility='default' filepath='src/mongo/util/scopeguard.h' line='296' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='MakeObjGuard' mangled-name='_ZN5mongo18ObjScopeGuardImpl1INS_4repl19ScatterGatherRunnerEMS2_FvPNS1_19ReplicationExecutorEES4_E12MakeObjGuardERS2_S6_S4_' filepath='src/mongo/util/scopeguard.h' line='279' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo18ObjScopeGuardImpl1INS_4repl19ScatterGatherRunnerEMS2_FvPNS1_19ReplicationExecutorEES4_E12MakeObjGuardERS2_S6_S4_'>
- <parameter type-id='type-id-3696'/>
+ <parameter type-id='type-id-3695'/>
<parameter type-id='type-id-940'/>
- <return type-id='type-id-4122'/>
+ <return type-id='type-id-4121'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~ObjScopeGuardImpl1' mangled-name='_ZN5mongo18ObjScopeGuardImpl1INS_4repl19ScatterGatherRunnerEMS2_FvPNS1_19ReplicationExecutorEES4_ED2Ev' filepath='src/mongo/util/scopeguard.h' line='283' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo18ObjScopeGuardImpl1INS_4repl19ScatterGatherRunnerEMS2_FvPNS1_19ReplicationExecutorEES4_ED2Ev'>
- <parameter type-id='type-id-4124' is-artificial='yes'/>
+ <parameter type-id='type-id-4123' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='Execute' mangled-name='_ZN5mongo18ObjScopeGuardImpl1INS_4repl19ScatterGatherRunnerEMS2_FvPNS1_19ReplicationExecutorEES4_E7ExecuteEv' filepath='src/mongo/util/scopeguard.h' line='287' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo18ObjScopeGuardImpl1INS_4repl19ScatterGatherRunnerEMS2_FvPNS1_19ReplicationExecutorEES4_E7ExecuteEv'>
- <parameter type-id='type-id-4124' is-artificial='yes'/>
+ <parameter type-id='type-id-4123' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='ObjScopeGuardImpl1' mangled-name='_ZN5mongo18ObjScopeGuardImpl1INS_4repl19ScatterGatherRunnerEMS2_FvPNS1_19ReplicationExecutorEES4_EC2ERS2_S6_S4_' filepath='src/mongo/util/scopeguard.h' line='292' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo18ObjScopeGuardImpl1INS_4repl19ScatterGatherRunnerEMS2_FvPNS1_19ReplicationExecutorEES4_EC2ERS2_S6_S4_'>
- <parameter type-id='type-id-4124' is-artificial='yes'/>
- <parameter type-id='type-id-3696'/>
+ <parameter type-id='type-id-4123' is-artificial='yes'/>
+ <parameter type-id='type-id-3695'/>
<parameter type-id='type-id-940'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='ScopeGuardImplBase' size-in-bits='8' visibility='default' filepath='src/mongo/util/scopeguard.h' line='85' column='1' id='type-id-4123'>
+ <class-decl name='ScopeGuardImplBase' size-in-bits='8' visibility='default' filepath='src/mongo/util/scopeguard.h' line='85' column='1' id='type-id-4122'>
<data-member access='protected' layout-offset-in-bits='0'>
<var-decl name='dismissed_' type-id='type-id-19' visibility='default' filepath='src/mongo/util/scopeguard.h' line='104' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZN5mongo18ScopeGuardImplBaseaSERKS0_' filepath='src/mongo/util/scopeguard.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4125' is-artificial='yes'/>
- <parameter type-id='type-id-4126'/>
- <return type-id='type-id-4127'/>
+ <parameter type-id='type-id-4124' is-artificial='yes'/>
+ <parameter type-id='type-id-4125'/>
+ <return type-id='type-id-4126'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes'>
<function-decl name='~ScopeGuardImplBase' mangled-name='_ZN5mongo18ScopeGuardImplBaseD2Ev' filepath='src/mongo/util/scopeguard.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo18ScopeGuardImplBaseD2Ev'>
- <parameter type-id='type-id-4125' is-artificial='yes'/>
+ <parameter type-id='type-id-4124' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='ScopeGuardImplBase' filepath='src/mongo/util/scopeguard.h' line='91' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4125' is-artificial='yes'/>
- <parameter type-id='type-id-4126'/>
+ <parameter type-id='type-id-4124' is-artificial='yes'/>
+ <parameter type-id='type-id-4125'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='ScopeGuardImplBase' mangled-name='_ZN5mongo18ScopeGuardImplBaseC2Ev' filepath='src/mongo/util/scopeguard.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo18ScopeGuardImplBaseC2Ev'>
- <parameter type-id='type-id-4125' is-artificial='yes'/>
+ <parameter type-id='type-id-4124' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='Dismiss' mangled-name='_ZNK5mongo18ScopeGuardImplBase7DismissEv' filepath='src/mongo/util/scopeguard.h' line='109' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK5mongo18ScopeGuardImplBase7DismissEv'>
- <parameter type-id='type-id-4128' is-artificial='yes'/>
+ <parameter type-id='type-id-4127' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='SafeExecute<mongo::ObjScopeGuardImpl1<mongo::repl::ScatterGatherRunner, void (mongo::repl::ScatterGatherRunner::*)(mongo::repl::ReplicationExecutor *), mongo::repl::ReplicationExecutor *> >' mangled-name='_ZN5mongo18ScopeGuardImplBase11SafeExecuteINS_18ObjScopeGuardImpl1INS_4repl19ScatterGatherRunnerEMS4_FvPNS3_19ReplicationExecutorEES6_EEEEvRT_' filepath='src/mongo/util/scopeguard.h' line='96' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo18ScopeGuardImplBase11SafeExecuteINS_18ObjScopeGuardImpl1INS_4repl19ScatterGatherRunnerEMS4_FvPNS3_19ReplicationExecutorEES6_EEEEvRT_'>
- <parameter type-id='type-id-4129'/>
+ <parameter type-id='type-id-4128'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='MakeGuard<void, mongo::repl::ScatterGatherRunner, mongo::repl::ScatterGatherRunner, mongo::repl::ReplicationExecutor *, mongo::repl::ReplicationExecutor *>' mangled-name='_ZN5mongo9MakeGuardIvNS_4repl19ScatterGatherRunnerES2_PNS1_19ReplicationExecutorES4_EENS_18ObjScopeGuardImpl1IT0_MT1_FT_T2_ET3_EESB_PS6_SC_' filepath='src/mongo/util/scopeguard.h' line='312' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo9MakeGuardIvNS_4repl19ScatterGatherRunnerES2_PNS1_19ReplicationExecutorES4_EENS_18ObjScopeGuardImpl1IT0_MT1_FT_T2_ET3_EESB_PS6_SC_'>
- <parameter type-id='type-id-3649' name='obj' filepath='src/mongo/util/scopeguard.h' line='313' column='1'/>
+ <parameter type-id='type-id-3648' name='obj' filepath='src/mongo/util/scopeguard.h' line='313' column='1'/>
<parameter type-id='type-id-940' name='p1' filepath='src/mongo/util/scopeguard.h' line='314' column='1'/>
- <return type-id='type-id-4122'/>
+ <return type-id='type-id-4121'/>
</function-decl>
<function-decl name='fassert' mangled-name='_ZN5mongo7fassertEiRKNS_6StatusE' filepath='src/mongo/util/assert_util.h' line='229' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5mongo7fassertEiRKNS_6StatusE'>
<parameter type-id='type-id-15' name='msgid' filepath='src/mongo/util/assert_util.h' line='229' column='1'/>
<return type-id='type-id-11'/>
</function-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-4123' size-in-bits='64' id='type-id-4127'/>
- <pointer-type-def type-id='type-id-4123' size-in-bits='64' id='type-id-4125'/>
- <qualified-type-def type-id='type-id-4123' const='yes' id='type-id-4130'/>
- <reference-type-def kind='lvalue' type-id='type-id-4130' size-in-bits='64' id='type-id-4126'/>
- <pointer-type-def type-id='type-id-4130' size-in-bits='64' id='type-id-4128'/>
- <reference-type-def kind='lvalue' type-id='type-id-4122' size-in-bits='64' id='type-id-4129'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4122' size-in-bits='64' id='type-id-4126'/>
+ <pointer-type-def type-id='type-id-4122' size-in-bits='64' id='type-id-4124'/>
+ <qualified-type-def type-id='type-id-4122' const='yes' id='type-id-4129'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4129' size-in-bits='64' id='type-id-4125'/>
+ <pointer-type-def type-id='type-id-4129' size-in-bits='64' id='type-id-4127'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4121' size-in-bits='64' id='type-id-4128'/>
<namespace-decl name='__gnu_cxx'>
<function-decl name='operator!=<mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > >' mangled-name='_ZN9__gnu_cxxneIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='829' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxxneIPN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_'>
- <parameter type-id='type-id-4131' name='__lhs' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='829' column='1'/>
- <parameter type-id='type-id-4131' name='__rhs' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='830' column='1'/>
+ <parameter type-id='type-id-4130' name='__lhs' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='829' column='1'/>
+ <parameter type-id='type-id-4130' name='__rhs' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='830' column='1'/>
<return type-id='type-id-19'/>
</function-decl>
<function-decl name='operator==<const mongo::executor::TaskExecutor::CallbackHandle *, std::vector<mongo::executor::TaskExecutor::CallbackHandle, std::allocator<mongo::executor::TaskExecutor::CallbackHandle> > >' mangled-name='_ZN9__gnu_cxxeqIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='815' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxxeqIPKN5mongo8executor12TaskExecutor14CallbackHandleESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_'>
- <parameter type-id='type-id-4132' name='__lhs' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='815' column='1'/>
- <parameter type-id='type-id-4132' name='__rhs' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='816' column='1'/>
+ <parameter type-id='type-id-4131' name='__lhs' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='815' column='1'/>
+ <parameter type-id='type-id-4131' name='__rhs' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/bits/stl_iterator.h' line='816' column='1'/>
<return type-id='type-id-19'/>
</function-decl>
- <class-decl name='__alloc_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3833'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3923'/>
+ <class-decl name='__alloc_traits<std::allocator<mongo::executor::TaskExecutor::CallbackHandle> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3832'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3922'/>
<member-type access='public'>
- <class-decl name='rebind<mongo::executor::TaskExecutor::CallbackHandle>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='168' column='1' id='type-id-3884'>
+ <class-decl name='rebind<mongo::executor::TaskExecutor::CallbackHandle>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='168' column='1' id='type-id-3883'>
<member-type access='public'>
- <typedef-decl name='other' type-id='type-id-3885' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='169' column='1' id='type-id-3825'/>
+ <typedef-decl name='other' type-id='type-id-3884' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='169' column='1' id='type-id-3824'/>
</member-type>
</class-decl>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-3883' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='104' column='1' id='type-id-3826'/>
+ <typedef-decl name='pointer' type-id='type-id-3882' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='104' column='1' id='type-id-3825'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='value_type' type-id='type-id-3922' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='103' column='1' id='type-id-3836'/>
+ <typedef-decl name='value_type' type-id='type-id-3921' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='103' column='1' id='type-id-3835'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-3835' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='109' column='1' id='type-id-3743'/>
+ <typedef-decl name='reference' type-id='type-id-3834' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='109' column='1' id='type-id-3742'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_reference' type-id='type-id-3834' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='110' column='1' id='type-id-3745'/>
+ <typedef-decl name='const_reference' type-id='type-id-3833' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='110' column='1' id='type-id-3744'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_S_select_on_copy' mangled-name='_ZN9__gnu_cxx14__alloc_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE17_S_select_on_copyERKS5_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3808'/>
- <return type-id='type-id-3732'/>
+ <parameter type-id='type-id-3807'/>
+ <return type-id='type-id-3731'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_S_on_swap' mangled-name='_ZN9__gnu_cxx14__alloc_traitsISaIN5mongo8executor12TaskExecutor14CallbackHandleEEE10_S_on_swapERS5_S7_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3962'/>
- <parameter type-id='type-id-3962'/>
+ <parameter type-id='type-id-3961'/>
+ <parameter type-id='type-id-3961'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__alloc_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3919'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3946'/>
+ <class-decl name='__alloc_traits<std::allocator<mongo::executor::RemoteCommandRequest> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='95' column='1' id='type-id-3918'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3945'/>
<member-type access='public'>
- <class-decl name='rebind<mongo::executor::RemoteCommandRequest>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='168' column='1' id='type-id-3941'>
+ <class-decl name='rebind<mongo::executor::RemoteCommandRequest>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='168' column='1' id='type-id-3940'>
<member-type access='public'>
- <typedef-decl name='other' type-id='type-id-3942' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='169' column='1' id='type-id-3911'/>
+ <typedef-decl name='other' type-id='type-id-3941' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='169' column='1' id='type-id-3910'/>
</member-type>
</class-decl>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-3940' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='104' column='1' id='type-id-3912'/>
+ <typedef-decl name='pointer' type-id='type-id-3939' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='104' column='1' id='type-id-3911'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='value_type' type-id='type-id-3945' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='103' column='1' id='type-id-3926'/>
+ <typedef-decl name='value_type' type-id='type-id-3944' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='103' column='1' id='type-id-3925'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-3921' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='109' column='1' id='type-id-3857'/>
+ <typedef-decl name='reference' type-id='type-id-3920' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='109' column='1' id='type-id-3856'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_reference' type-id='type-id-3920' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='110' column='1' id='type-id-3859'/>
+ <typedef-decl name='const_reference' type-id='type-id-3919' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='110' column='1' id='type-id-3858'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_S_select_on_copy' mangled-name='_ZN9__gnu_cxx14__alloc_traitsISaIN5mongo8executor20RemoteCommandRequestEEE17_S_select_on_copyERKS4_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3895'/>
- <return type-id='type-id-3846'/>
+ <parameter type-id='type-id-3894'/>
+ <return type-id='type-id-3845'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_S_on_swap' mangled-name='_ZN9__gnu_cxx14__alloc_traitsISaIN5mongo8executor20RemoteCommandRequestEEE10_S_on_swapERS4_S6_' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/ext/alloc_traits.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-4038'/>
- <parameter type-id='type-id-4038'/>
+ <parameter type-id='type-id-4037'/>
+ <parameter type-id='type-id-4037'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__normal_iterator<mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > >' visibility='default' is-declaration-only='yes' id='type-id-3849'/>
- <class-decl name='__normal_iterator<const mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > >' visibility='default' is-declaration-only='yes' id='type-id-3851'/>
+ <class-decl name='__normal_iterator<mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > >' visibility='default' is-declaration-only='yes' id='type-id-3848'/>
+ <class-decl name='__normal_iterator<const mongo::executor::RemoteCommandRequest *, std::vector<mongo::executor::RemoteCommandRequest, std::allocator<mongo::executor::RemoteCommandRequest> > >' visibility='default' is-declaration-only='yes' id='type-id-3850'/>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-3873' size-in-bits='64' id='type-id-4131'/>
- <reference-type-def kind='lvalue' type-id='type-id-3872' size-in-bits='64' id='type-id-4132'/>
- <pointer-type-def type-id='type-id-3922' size-in-bits='64' id='type-id-3958'/>
- <reference-type-def kind='lvalue' type-id='type-id-3970' size-in-bits='64' id='type-id-3968'/>
- <reference-type-def kind='lvalue' type-id='type-id-3732' size-in-bits='64' id='type-id-3962'/>
- <pointer-type-def type-id='type-id-4122' size-in-bits='64' id='type-id-4124'/>
- <reference-type-def kind='lvalue' type-id='type-id-3652' size-in-bits='64' id='type-id-3971'/>
- <pointer-type-def type-id='type-id-3976' size-in-bits='64' id='type-id-3985'/>
- <qualified-type-def type-id='type-id-3976' const='yes' id='type-id-4133'/>
- <pointer-type-def type-id='type-id-4133' size-in-bits='64' id='type-id-3986'/>
- <reference-type-def kind='lvalue' type-id='type-id-3993' size-in-bits='64' id='type-id-4002'/>
- <qualified-type-def type-id='type-id-3993' const='yes' id='type-id-4134'/>
- <reference-type-def kind='lvalue' type-id='type-id-4134' size-in-bits='64' id='type-id-4003'/>
- <reference-type-def kind='lvalue' type-id='type-id-4001' size-in-bits='64' id='type-id-4004'/>
- <qualified-type-def type-id='type-id-4001' const='yes' id='type-id-4135'/>
- <reference-type-def kind='lvalue' type-id='type-id-4135' size-in-bits='64' id='type-id-4005'/>
- <pointer-type-def type-id='type-id-3993' size-in-bits='64' id='type-id-4006'/>
- <reference-type-def kind='rvalue' type-id='type-id-3993' size-in-bits='64' id='type-id-4007'/>
- <reference-type-def kind='lvalue' type-id='type-id-3988' size-in-bits='64' id='type-id-3995'/>
- <qualified-type-def type-id='type-id-3988' const='yes' id='type-id-4136'/>
- <reference-type-def kind='lvalue' type-id='type-id-4136' size-in-bits='64' id='type-id-3996'/>
- <reference-type-def kind='lvalue' type-id='type-id-3994' size-in-bits='64' id='type-id-3997'/>
- <qualified-type-def type-id='type-id-3994' const='yes' id='type-id-4137'/>
- <reference-type-def kind='lvalue' type-id='type-id-4137' size-in-bits='64' id='type-id-3998'/>
- <pointer-type-def type-id='type-id-3988' size-in-bits='64' id='type-id-3999'/>
- <reference-type-def kind='rvalue' type-id='type-id-3988' size-in-bits='64' id='type-id-4000'/>
- <pointer-type-def type-id='type-id-3977' size-in-bits='64' id='type-id-3989'/>
- <qualified-type-def type-id='type-id-3977' const='yes' id='type-id-4138'/>
- <reference-type-def kind='lvalue' type-id='type-id-4138' size-in-bits='64' id='type-id-3990'/>
- <reference-type-def kind='rvalue' type-id='type-id-3977' size-in-bits='64' id='type-id-3991'/>
- <reference-type-def kind='lvalue' type-id='type-id-3977' size-in-bits='64' id='type-id-3992'/>
- <pointer-type-def type-id='type-id-3974' size-in-bits='64' id='type-id-3978'/>
- <qualified-type-def type-id='type-id-3974' const='yes' id='type-id-4139'/>
- <reference-type-def kind='lvalue' type-id='type-id-4139' size-in-bits='64' id='type-id-3979'/>
- <reference-type-def kind='rvalue' type-id='type-id-3974' size-in-bits='64' id='type-id-3980'/>
- <reference-type-def kind='rvalue' type-id='type-id-3976' size-in-bits='64' id='type-id-3981'/>
- <reference-type-def kind='rvalue' type-id='type-id-4011' size-in-bits='64' id='type-id-4013'/>
- <reference-type-def kind='lvalue' type-id='type-id-3974' size-in-bits='64' id='type-id-4012'/>
- <reference-type-def kind='rvalue' type-id='type-id-4015' size-in-bits='64' id='type-id-4017'/>
- <reference-type-def kind='lvalue' type-id='type-id-3976' size-in-bits='64' id='type-id-4016'/>
- <reference-type-def kind='rvalue' type-id='type-id-4019' size-in-bits='64' id='type-id-4020'/>
- <reference-type-def kind='rvalue' type-id='type-id-4022' size-in-bits='64' id='type-id-4023'/>
- <pointer-type-def type-id='type-id-4026' size-in-bits='64' id='type-id-4033'/>
- <qualified-type-def type-id='type-id-4026' const='yes' id='type-id-4140'/>
- <pointer-type-def type-id='type-id-4140' size-in-bits='64' id='type-id-4034'/>
- <reference-type-def kind='rvalue' type-id='type-id-4028' size-in-bits='64' id='type-id-4030'/>
- <reference-type-def kind='lvalue' type-id='type-id-4026' size-in-bits='64' id='type-id-4035'/>
- <reference-type-def kind='lvalue' type-id='type-id-4140' size-in-bits='64' id='type-id-4036'/>
- <reference-type-def kind='lvalue' type-id='type-id-3846' size-in-bits='64' id='type-id-4038'/>
- <reference-type-def kind='rvalue' type-id='type-id-4040' size-in-bits='64' id='type-id-4042'/>
- <reference-type-def kind='lvalue' type-id='type-id-1241' size-in-bits='64' id='type-id-4041'/>
- <reference-type-def kind='lvalue' type-id='type-id-4046' size-in-bits='64' id='type-id-4047'/>
- <reference-type-def kind='rvalue' type-id='type-id-4051' size-in-bits='64' id='type-id-4053'/>
- <reference-type-def kind='lvalue' type-id='type-id-3612' size-in-bits='64' id='type-id-4052'/>
- <reference-type-def kind='rvalue' type-id='type-id-4055' size-in-bits='64' id='type-id-4056'/>
- <reference-type-def kind='rvalue' type-id='type-id-4058' size-in-bits='64' id='type-id-4059'/>
- <reference-type-def kind='lvalue' type-id='type-id-4061' size-in-bits='64' id='type-id-4062'/>
- <reference-type-def kind='lvalue' type-id='type-id-4064' size-in-bits='64' id='type-id-4065'/>
- <reference-type-def kind='rvalue' type-id='type-id-4067' size-in-bits='64' id='type-id-4069'/>
- <reference-type-def kind='lvalue' type-id='type-id-1479' size-in-bits='64' id='type-id-4068'/>
- <reference-type-def kind='lvalue' type-id='type-id-4073' size-in-bits='64' id='type-id-4074'/>
- <reference-type-def kind='rvalue' type-id='type-id-4076' size-in-bits='64' id='type-id-4078'/>
- <reference-type-def kind='lvalue' type-id='type-id-3618' size-in-bits='64' id='type-id-4077'/>
- <reference-type-def kind='rvalue' type-id='type-id-4080' size-in-bits='64' id='type-id-4081'/>
- <reference-type-def kind='rvalue' type-id='type-id-4083' size-in-bits='64' id='type-id-4084'/>
- <reference-type-def kind='rvalue' type-id='type-id-4086' size-in-bits='64' id='type-id-4087'/>
- <reference-type-def kind='lvalue' type-id='type-id-4089' size-in-bits='64' id='type-id-4090'/>
- <reference-type-def kind='lvalue' type-id='type-id-4092' size-in-bits='64' id='type-id-4093'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3872' size-in-bits='64' id='type-id-4130'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3871' size-in-bits='64' id='type-id-4131'/>
+ <pointer-type-def type-id='type-id-3921' size-in-bits='64' id='type-id-3957'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3969' size-in-bits='64' id='type-id-3967'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3731' size-in-bits='64' id='type-id-3961'/>
+ <pointer-type-def type-id='type-id-4121' size-in-bits='64' id='type-id-4123'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3651' size-in-bits='64' id='type-id-3970'/>
+ <pointer-type-def type-id='type-id-3975' size-in-bits='64' id='type-id-3984'/>
+ <qualified-type-def type-id='type-id-3975' const='yes' id='type-id-4132'/>
+ <pointer-type-def type-id='type-id-4132' size-in-bits='64' id='type-id-3985'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3992' size-in-bits='64' id='type-id-4001'/>
+ <qualified-type-def type-id='type-id-3992' const='yes' id='type-id-4133'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4133' size-in-bits='64' id='type-id-4002'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4000' size-in-bits='64' id='type-id-4003'/>
+ <qualified-type-def type-id='type-id-4000' const='yes' id='type-id-4134'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4134' size-in-bits='64' id='type-id-4004'/>
+ <pointer-type-def type-id='type-id-3992' size-in-bits='64' id='type-id-4005'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3992' size-in-bits='64' id='type-id-4006'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3987' size-in-bits='64' id='type-id-3994'/>
+ <qualified-type-def type-id='type-id-3987' const='yes' id='type-id-4135'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4135' size-in-bits='64' id='type-id-3995'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3993' size-in-bits='64' id='type-id-3996'/>
+ <qualified-type-def type-id='type-id-3993' const='yes' id='type-id-4136'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4136' size-in-bits='64' id='type-id-3997'/>
+ <pointer-type-def type-id='type-id-3987' size-in-bits='64' id='type-id-3998'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3987' size-in-bits='64' id='type-id-3999'/>
+ <pointer-type-def type-id='type-id-3976' size-in-bits='64' id='type-id-3988'/>
+ <qualified-type-def type-id='type-id-3976' const='yes' id='type-id-4137'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4137' size-in-bits='64' id='type-id-3989'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3976' size-in-bits='64' id='type-id-3990'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3976' size-in-bits='64' id='type-id-3991'/>
+ <pointer-type-def type-id='type-id-3973' size-in-bits='64' id='type-id-3977'/>
+ <qualified-type-def type-id='type-id-3973' const='yes' id='type-id-4138'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4138' size-in-bits='64' id='type-id-3978'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3973' size-in-bits='64' id='type-id-3979'/>
+ <reference-type-def kind='rvalue' type-id='type-id-3975' size-in-bits='64' id='type-id-3980'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4010' size-in-bits='64' id='type-id-4012'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3973' size-in-bits='64' id='type-id-4011'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4014' size-in-bits='64' id='type-id-4016'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3975' size-in-bits='64' id='type-id-4015'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4018' size-in-bits='64' id='type-id-4019'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4021' size-in-bits='64' id='type-id-4022'/>
+ <pointer-type-def type-id='type-id-4025' size-in-bits='64' id='type-id-4032'/>
+ <qualified-type-def type-id='type-id-4025' const='yes' id='type-id-4139'/>
+ <pointer-type-def type-id='type-id-4139' size-in-bits='64' id='type-id-4033'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4027' size-in-bits='64' id='type-id-4029'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4025' size-in-bits='64' id='type-id-4034'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4139' size-in-bits='64' id='type-id-4035'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3845' size-in-bits='64' id='type-id-4037'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4039' size-in-bits='64' id='type-id-4041'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1241' size-in-bits='64' id='type-id-4040'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4045' size-in-bits='64' id='type-id-4046'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4050' size-in-bits='64' id='type-id-4052'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3611' size-in-bits='64' id='type-id-4051'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4054' size-in-bits='64' id='type-id-4055'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4057' size-in-bits='64' id='type-id-4058'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4060' size-in-bits='64' id='type-id-4061'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4063' size-in-bits='64' id='type-id-4064'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4066' size-in-bits='64' id='type-id-4068'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1479' size-in-bits='64' id='type-id-4067'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4072' size-in-bits='64' id='type-id-4073'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4075' size-in-bits='64' id='type-id-4077'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3617' size-in-bits='64' id='type-id-4076'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4079' size-in-bits='64' id='type-id-4080'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4082' size-in-bits='64' id='type-id-4083'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4085' size-in-bits='64' id='type-id-4086'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4088' size-in-bits='64' id='type-id-4089'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4091' size-in-bits='64' id='type-id-4092'/>
<namespace-decl name='boost'>
- <class-decl name='remove_reference<boost::optional<mongo::executor::TaskExecutor::EventHandle> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='src/third_party/boost-1.56.0/boost/type_traits/remove_reference.hpp' line='42' column='1' id='type-id-4141'>
+ <class-decl name='remove_reference<boost::optional<mongo::executor::TaskExecutor::EventHandle> &>' size-in-bits='8' is-struct='yes' visibility='default' filepath='src/third_party/boost-1.56.0/boost/type_traits/remove_reference.hpp' line='42' column='1' id='type-id-4140'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-2783' filepath='src/third_party/boost-1.56.0/boost/type_traits/remove_reference.hpp' line='42' column='1' id='type-id-4142'/>
+ <typedef-decl name='type' type-id='type-id-2783' filepath='src/third_party/boost-1.56.0/boost/type_traits/remove_reference.hpp' line='42' column='1' id='type-id-4141'/>
</member-type>
</class-decl>
<function-decl name='move<boost::optional<mongo::executor::TaskExecutor::EventHandle> &>' mangled-name='_ZN5boost4moveIRNS_8optionalIN5mongo8executor12TaskExecutor11EventHandleEEEEEONS_16remove_referenceIT_E4typeEOS9_' filepath='src/third_party/boost-1.56.0/boost/move/utility.hpp' line='138' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN5boost4moveIRNS_8optionalIN5mongo8executor12TaskExecutor11EventHandleEEEEEONS_16remove_referenceIT_E4typeEOS9_'>
<parameter type-id='type-id-3046' name='t' filepath='src/third_party/boost-1.56.0/boost/move/utility.hpp' line='138' column='1'/>
- <return type-id='type-id-4143'/>
+ <return type-id='type-id-4142'/>
</function-decl>
</namespace-decl>
- <reference-type-def kind='rvalue' type-id='type-id-4142' size-in-bits='64' id='type-id-4143'/>
+ <reference-type-def kind='rvalue' type-id='type-id-4141' size-in-bits='64' id='type-id-4142'/>
- <pointer-type-def type-id='type-id-3945' size-in-bits='64' id='type-id-4099'/>
- <reference-type-def kind='lvalue' type-id='type-id-4107' size-in-bits='64' id='type-id-4105'/>
- <qualified-type-def type-id='type-id-4113' volatile='yes' id='type-id-4144'/>
- <qualified-type-def type-id='type-id-4144' const='yes' id='type-id-4145'/>
- <pointer-type-def type-id='type-id-4145' size-in-bits='64' id='type-id-4114'/>
- <qualified-type-def type-id='type-id-3612' const='yes' id='type-id-4146'/>
- <reference-type-def kind='lvalue' type-id='type-id-4146' size-in-bits='64' id='type-id-4116'/>
- <qualified-type-def type-id='type-id-4118' volatile='yes' id='type-id-4147'/>
- <qualified-type-def type-id='type-id-4147' const='yes' id='type-id-4148'/>
- <pointer-type-def type-id='type-id-4148' size-in-bits='64' id='type-id-4119'/>
- <qualified-type-def type-id='type-id-3618' const='yes' id='type-id-4149'/>
- <reference-type-def kind='lvalue' type-id='type-id-4149' size-in-bits='64' id='type-id-4121'/>
+ <pointer-type-def type-id='type-id-3944' size-in-bits='64' id='type-id-4098'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4106' size-in-bits='64' id='type-id-4104'/>
+ <qualified-type-def type-id='type-id-4112' volatile='yes' id='type-id-4143'/>
+ <qualified-type-def type-id='type-id-4143' const='yes' id='type-id-4144'/>
+ <pointer-type-def type-id='type-id-4144' size-in-bits='64' id='type-id-4113'/>
+ <qualified-type-def type-id='type-id-3611' const='yes' id='type-id-4145'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4145' size-in-bits='64' id='type-id-4115'/>
+ <qualified-type-def type-id='type-id-4117' volatile='yes' id='type-id-4146'/>
+ <qualified-type-def type-id='type-id-4146' const='yes' id='type-id-4147'/>
+ <pointer-type-def type-id='type-id-4147' size-in-bits='64' id='type-id-4118'/>
+ <qualified-type-def type-id='type-id-3617' const='yes' id='type-id-4148'/>
+ <reference-type-def kind='lvalue' type-id='type-id-4148' size-in-bits='64' id='type-id-4120'/>
</abi-instr>
</abi-corpus>
<return type-id='type-id-1750'/>
</function-decl>
- <array-type-def dimensions='1' type-id='type-id-1760' size-in-bits='11904' id='type-id-1761'>
- <subrange length='62' type-id='type-id-28' id='type-id-1762'/>
+ <array-type-def dimensions='1' type-id='type-id-1747' size-in-bits='11904' id='type-id-1760'>
+ <subrange length='62' type-id='type-id-28' id='type-id-1761'/>
</array-type-def>
- <qualified-type-def type-id='type-id-1746' const='yes' id='type-id-1760'/>
- <var-decl name='__asan_cplus_demangle_operators' type-id='type-id-1761' mangled-name='__asan_cplus_demangle_operators' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libiberty/cp-demangle.c' line='1688' column='1' elf-symbol-id='__asan_cplus_demangle_operators'/>
+ <var-decl name='__asan_cplus_demangle_operators' type-id='type-id-1760' mangled-name='__asan_cplus_demangle_operators' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libiberty/cp-demangle.c' line='1688' column='1' elf-symbol-id='__asan_cplus_demangle_operators'/>
- <array-type-def dimensions='1' type-id='type-id-1763' size-in-bits='8448' id='type-id-1764'>
- <subrange length='33' type-id='type-id-28' id='type-id-1765'/>
+ <array-type-def dimensions='1' type-id='type-id-1754' size-in-bits='8448' id='type-id-1762'>
+ <subrange length='33' type-id='type-id-28' id='type-id-1763'/>
</array-type-def>
- <qualified-type-def type-id='type-id-1752' const='yes' id='type-id-1763'/>
- <var-decl name='__asan_cplus_demangle_builtin_types' type-id='type-id-1764' mangled-name='__asan_cplus_demangle_builtin_types' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libiberty/cp-demangle.c' line='2188' column='1' elf-symbol-id='__asan_cplus_demangle_builtin_types'/>
+ <var-decl name='__asan_cplus_demangle_builtin_types' type-id='type-id-1762' mangled-name='__asan_cplus_demangle_builtin_types' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libiberty/cp-demangle.c' line='2188' column='1' elf-symbol-id='__asan_cplus_demangle_builtin_types'/>
<function-decl name='free' filepath='/usr/include/stdlib.h' line='488' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-3'/>
<return type-id='type-id-6'/>
<abi-instr version='1.0' address-size='64' path='../../.././libsanitizer/libbacktrace/../../libbacktrace/elf.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-ImG4Cf/gcc-4.9.2/x86_64-unknown-linux-gnu/libsanitizer/libbacktrace' language='LANG_C89'>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-ImG4Cf/gcc-4.9.2/x86_64-unknown-linux-gnu/libsanitizer/libbacktrace' language='LANG_C89'>
- <typedef-decl name='__off_t' type-id='type-id-293' filepath='/usr/include/bits/types.h' line='141' column='1' id='type-id-1766'/>
- <typedef-decl name='off_t' type-id='type-id-1766' filepath='/usr/include/sys/types.h' line='87' column='1' id='type-id-1767'/>
- <class-decl name='backtrace_view' size-in-bits='192' is-struct='yes' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/internal.h' line='169' column='1' id='type-id-1768'>
+ <typedef-decl name='__off_t' type-id='type-id-293' filepath='/usr/include/bits/types.h' line='141' column='1' id='type-id-1764'/>
+ <typedef-decl name='off_t' type-id='type-id-1764' filepath='/usr/include/sys/types.h' line='87' column='1' id='type-id-1765'/>
+ <class-decl name='backtrace_view' size-in-bits='192' is-struct='yes' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/internal.h' line='169' column='1' id='type-id-1766'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='data' type-id='type-id-3' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/internal.h' line='172' column='1'/>
</data-member>
<var-decl name='len' type-id='type-id-1541' visibility='default' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/internal.h' line='176' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-1768' size-in-bits='64' id='type-id-1769'/>
+ <pointer-type-def type-id='type-id-1766' size-in-bits='64' id='type-id-1767'/>
<function-decl name='__asan_backtrace_get_view' mangled-name='__asan_backtrace_get_view' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='53' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__asan_backtrace_get_view'>
<parameter type-id='type-id-1718' name='state' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='53' column='1'/>
<parameter type-id='type-id-13' name='descriptor' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='54' column='1'/>
- <parameter type-id='type-id-1767' name='offset' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='54' column='1'/>
+ <parameter type-id='type-id-1765' name='offset' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='54' column='1'/>
<parameter type-id='type-id-1541' name='size' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='54' column='1'/>
<parameter type-id='type-id-1706' name='error_callback' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='55' column='1'/>
<parameter type-id='type-id-3' name='data' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='56' column='1'/>
- <parameter type-id='type-id-1769' name='view' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='56' column='1'/>
+ <parameter type-id='type-id-1767' name='view' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='56' column='1'/>
<return type-id='type-id-13'/>
</function-decl>
<function-decl name='__asan_backtrace_release_view' mangled-name='__asan_backtrace_release_view' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='87' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__asan_backtrace_release_view'>
<parameter type-id='type-id-1718' name='state' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='87' column='1'/>
- <parameter type-id='type-id-1769' name='view' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='88' column='1'/>
+ <parameter type-id='type-id-1767' name='view' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='88' column='1'/>
<parameter type-id='type-id-1706' name='error_callback' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='89' column='1'/>
<parameter type-id='type-id-3' name='data' filepath='../../.././libsanitizer/libbacktrace/../../libbacktrace/mmapio.c' line='90' column='1'/>
<return type-id='type-id-6'/>
<parameter type-id='type-id-13'/>
<parameter type-id='type-id-13'/>
<parameter type-id='type-id-13'/>
- <parameter type-id='type-id-1766'/>
+ <parameter type-id='type-id-1764'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='munmap' filepath='/usr/include/sys/mman.h' line='77' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-10' name='length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-blob.cc' line='152' column='1'/>
<return type-id='type-id-59'/>
</function-decl>
- <qualified-type-def type-id='type-id-28' const='yes' id='type-id-62'/>
<function-type size-in-bits='64' id='type-id-30'>
<parameter type-id='type-id-20'/>
<return type-id='type-id-5'/>
</function-type>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-buffer-serialize.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
- <pointer-type-def type-id='type-id-50' size-in-bits='64' id='type-id-63'/>
+ <pointer-type-def type-id='type-id-50' size-in-bits='64' id='type-id-62'/>
<function-decl name='hb_buffer_serialize_list_formats' mangled-name='hb_buffer_serialize_list_formats' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='46' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_serialize_list_formats'>
- <return type-id='type-id-63'/>
+ <return type-id='type-id-62'/>
</function-decl>
- <enum-decl name='hb_buffer_serialize_format_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='305' column='1' id='type-id-64'>
+ <enum-decl name='hb_buffer_serialize_format_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='305' column='1' id='type-id-63'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_BUFFER_SERIALIZE_FORMAT_TEXT' value='1413830740'/>
<enumerator name='HB_BUFFER_SERIALIZE_FORMAT_JSON' value='1246973774'/>
<enumerator name='HB_BUFFER_SERIALIZE_FORMAT_INVALID' value='0'/>
</enum-decl>
<function-decl name='hb_buffer_serialize_format_to_string' mangled-name='hb_buffer_serialize_format_to_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='80' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_serialize_format_to_string'>
- <parameter type-id='type-id-64' name='format' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='80' column='1'/>
+ <parameter type-id='type-id-63' name='format' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='80' column='1'/>
<return type-id='type-id-50'/>
</function-decl>
- <class-decl name='hb_buffer_t' size-in-bits='2752' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='46' column='1' id='type-id-65'>
+ <class-decl name='hb_buffer_t' size-in-bits='2752' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='46' column='1' id='type-id-64'>
<member-type access='public'>
- <typedef-decl name='scratch_buffer_t' type-id='type-id-39' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='190' column='1' id='type-id-66'/>
+ <typedef-decl name='scratch_buffer_t' type-id='type-id-39' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='190' column='1' id='type-id-65'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='header' type-id='type-id-49' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
- <var-decl name='unicode' type-id='type-id-67' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='51' column='1'/>
+ <var-decl name='unicode' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='51' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='flags' type-id='type-id-68' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='52' column='1'/>
+ <var-decl name='flags' type-id='type-id-67' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='52' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='992'>
- <var-decl name='replacement' type-id='type-id-69' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='53' column='1'/>
+ <var-decl name='replacement' type-id='type-id-68' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='53' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
- <var-decl name='content_type' type-id='type-id-70' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='56' column='1'/>
+ <var-decl name='content_type' type-id='type-id-69' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='56' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
- <var-decl name='props' type-id='type-id-71' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='57' column='1'/>
+ <var-decl name='props' type-id='type-id-70' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='57' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1344'>
<var-decl name='in_error' type-id='type-id-7' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='59' column='1'/>
<var-decl name='allocated' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='67' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
- <var-decl name='info' type-id='type-id-72' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='68' column='1'/>
+ <var-decl name='info' type-id='type-id-71' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1600'>
- <var-decl name='out_info' type-id='type-id-72' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='69' column='1'/>
+ <var-decl name='out_info' type-id='type-id-71' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='69' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1664'>
- <var-decl name='pos' type-id='type-id-73' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='70' column='1'/>
+ <var-decl name='pos' type-id='type-id-72' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1728'>
<var-decl name='serial' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='83' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1760'>
- <var-decl name='allocated_var_bytes' type-id='type-id-74' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='86' column='1'/>
+ <var-decl name='allocated_var_bytes' type-id='type-id-73' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='86' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1856'>
- <var-decl name='allocated_var_owner' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='87' column='1'/>
+ <var-decl name='allocated_var_owner' type-id='type-id-74' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='87' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='CONTEXT_LENGTH' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='92' column='1'/>
+ <var-decl name='CONTEXT_LENGTH' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='92' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2368'>
- <var-decl name='context' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='93' column='1'/>
+ <var-decl name='context' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='93' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2688'>
- <var-decl name='context_len' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='94' column='1'/>
+ <var-decl name='context_len' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='94' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_static_assertion_on_line_48' mangled-name='_ZNK11hb_buffer_t28_static_assertion_on_line_48Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-78' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cur' mangled-name='_ZN11hb_buffer_t3curEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-81'/>
+ <return type-id='type-id-80'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cur' mangled-name='_ZNK11hb_buffer_t3curEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-78' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-82'/>
+ <return type-id='type-id-81'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cur_pos' mangled-name='_ZN11hb_buffer_t7cur_posEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='75' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-83'/>
+ <return type-id='type-id-82'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cur_pos' mangled-name='_ZNK11hb_buffer_t7cur_posEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-78' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-84'/>
+ <return type-id='type-id-83'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='prev' mangled-name='_ZN11hb_buffer_t4prevEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
- <return type-id='type-id-81'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
+ <return type-id='type-id-80'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='prev' mangled-name='_ZNK11hb_buffer_t4prevEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-79' is-artificial='yes'/>
- <return type-id='type-id-82'/>
+ <parameter type-id='type-id-78' is-artificial='yes'/>
+ <return type-id='type-id-81'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='has_separate_output' mangled-name='_ZNK11hb_buffer_t19has_separate_outputEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-78' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='reset' mangled-name='_ZN11hb_buffer_t5resetEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='clear' mangled-name='_ZN11hb_buffer_t5clearEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='backtrack_len' mangled-name='_ZNK11hb_buffer_t13backtrack_lenEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='102' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-78' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='lookahead_len' mangled-name='_ZNK11hb_buffer_t13lookahead_lenEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-78' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='next_serial' mangled-name='_ZN11hb_buffer_t11next_serialEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_var' mangled-name='_ZN11hb_buffer_t12allocate_varEjjPKc' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-50'/>
</member-function>
<member-function access='public'>
<function-decl name='deallocate_var' mangled-name='_ZN11hb_buffer_t14deallocate_varEjjPKc' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='109' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-50'/>
</member-function>
<member-function access='public'>
<function-decl name='assert_var' mangled-name='_ZN11hb_buffer_t10assert_varEjjPKc' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-50'/>
</member-function>
<member-function access='public'>
<function-decl name='deallocate_var_all' mangled-name='_ZN11hb_buffer_t18deallocate_var_allEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add' mangled-name='_ZN11hb_buffer_t3addEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='113' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_info' mangled-name='_ZN11hb_buffer_t8add_infoERK15hb_glyph_info_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
- <parameter type-id='type-id-85'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-84'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='reverse_range' mangled-name='_ZN11hb_buffer_t13reverse_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='117' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='reverse' mangled-name='_ZN11hb_buffer_t7reverseEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='reverse_clusters' mangled-name='_ZN11hb_buffer_t16reverse_clustersEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='guess_segment_properties' mangled-name='_ZN11hb_buffer_t24guess_segment_propertiesEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='swap_buffers' mangled-name='_ZN11hb_buffer_t12swap_buffersEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='remove_output' mangled-name='_ZN11hb_buffer_t13remove_outputEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='clear_output' mangled-name='_ZN11hb_buffer_t12clear_outputEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='clear_positions' mangled-name='_ZN11hb_buffer_t15clear_positionsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='125' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='replace_glyphs' mangled-name='_ZN11hb_buffer_t14replace_glyphsEjjPKj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-86'/>
+ <parameter type-id='type-id-85'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='replace_glyph' mangled-name='_ZN11hb_buffer_t13replace_glyphEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='output_glyph' mangled-name='_ZN11hb_buffer_t12output_glyphEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='output_info' mangled-name='_ZN11hb_buffer_t11output_infoERK15hb_glyph_info_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
- <parameter type-id='type-id-85'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-84'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='copy_glyph' mangled-name='_ZN11hb_buffer_t10copy_glyphEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='move_to' mangled-name='_ZN11hb_buffer_t7move_toEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='next_glyph' mangled-name='_ZN11hb_buffer_t10next_glyphEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='skip_glyph' mangled-name='_ZN11hb_buffer_t10skip_glyphEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='156' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='reset_masks' mangled-name='_ZN11hb_buffer_t11reset_masksEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='158' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
- <parameter type-id='type-id-87'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-86'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_masks' mangled-name='_ZN11hb_buffer_t9add_masksEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='163' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
- <parameter type-id='type-id-87'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-86'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_masks' mangled-name='_ZN11hb_buffer_t9set_masksEjjjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='168' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
- <parameter type-id='type-id-87'/>
- <parameter type-id='type-id-87'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
+ <parameter type-id='type-id-86'/>
+ <parameter type-id='type-id-86'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='merge_clusters' mangled-name='_ZN11hb_buffer_t14merge_clustersEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='173' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='merge_out_clusters' mangled-name='_ZN11hb_buffer_t18merge_out_clustersEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='enlarge' mangled-name='_ZN11hb_buffer_t7enlargeEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='179' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='ensure' mangled-name='_ZN11hb_buffer_t6ensureEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='ensure_inplace' mangled-name='_ZN11hb_buffer_t14ensure_inplaceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='184' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='make_room_for' mangled-name='_ZN11hb_buffer_t13make_room_forEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='187' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</member-function>
<member-function access='public'>
<function-decl name='shift_forward' mangled-name='_ZN11hb_buffer_t13shift_forwardEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='188' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_scratch_buffer' mangled-name='_ZN11hb_buffer_t18get_scratch_bufferEPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='191' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-88'/>
+ <return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='clear_context' mangled-name='_ZN11hb_buffer_t13clear_contextEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-private.hh' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-80' is-artificial='yes'/>
+ <parameter type-id='type-id-79' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hb_unicode_funcs_t' size-in-bits='2560' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='64' column='1' id='type-id-89'>
+ <class-decl name='hb_unicode_funcs_t' size-in-bits='2560' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='64' column='1' id='type-id-88'>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='203' column='1' id='type-id-90'>
+ <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='203' column='1' id='type-id-89'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='combining_class' type-id='type-id-91' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='combining_class' type-id='type-id-90' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='eastasian_width' type-id='type-id-92' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='eastasian_width' type-id='type-id-91' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='general_category' type-id='type-id-93' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='general_category' type-id='type-id-92' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='mirroring' type-id='type-id-94' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='mirroring' type-id='type-id-93' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='script' type-id='type-id-95' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='script' type-id='type-id-94' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='compose' type-id='type-id-96' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='compose' type-id='type-id-95' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='decompose' type-id='type-id-97' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='decompose' type-id='type-id-96' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='decompose_compatibility' type-id='type-id-98' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
+ <var-decl name='decompose_compatibility' type-id='type-id-97' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='205' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='209' column='1' id='type-id-99'>
+ <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='209' column='1' id='type-id-98'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='combining_class' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='211' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='215' column='1' id='type-id-100'>
+ <class-decl name='__anonymous_struct__' size-in-bits='512' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='215' column='1' id='type-id-99'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='combining_class' type-id='type-id-21' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='217' column='1'/>
</data-member>
<var-decl name='header' type-id='type-id-49' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='65' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
- <var-decl name='parent' type-id='type-id-67' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='68' column='1'/>
+ <var-decl name='parent' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<var-decl name='immutable' type-id='type-id-7' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
- <var-decl name='func' type-id='type-id-90' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='207' column='1'/>
+ <var-decl name='func' type-id='type-id-89' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='207' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
- <var-decl name='user_data' type-id='type-id-99' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='213' column='1'/>
+ <var-decl name='user_data' type-id='type-id-98' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='213' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2048'>
- <var-decl name='destroy' type-id='type-id-100' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='219' column='1'/>
+ <var-decl name='destroy' type-id='type-id-99' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='219' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_static_assertion_on_line_66' mangled-name='_ZNK18hb_unicode_funcs_t28_static_assertion_on_line_66Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-101' is-artificial='yes'/>
+ <parameter type-id='type-id-100' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='combining_class' mangled-name='_ZN18hb_unicode_funcs_t15combining_classEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-67' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-102'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-101'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='eastasian_width' mangled-name='_ZN18hb_unicode_funcs_t15eastasian_widthEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-67' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='general_category' mangled-name='_ZN18hb_unicode_funcs_t16general_categoryEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-67' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-103'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-102'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='mirroring' mangled-name='_ZN18hb_unicode_funcs_t9mirroringEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-67' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-69'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-68'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='script' mangled-name='_ZN18hb_unicode_funcs_t6scriptEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-67' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-104'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-103'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='compose' mangled-name='_ZN18hb_unicode_funcs_t7composeEjjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='77' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-67' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-26'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='decompose' mangled-name='_ZN18hb_unicode_funcs_t9decomposeEjPjS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='85' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-67' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-26'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='decompose_compatibility' mangled-name='_ZN18hb_unicode_funcs_t23decompose_compatibilityEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-67' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='modified_combining_class' mangled-name='_ZN18hb_unicode_funcs_t24modified_combining_classEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-67' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-66' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='is_variation_selector' mangled-name='_ZN18hb_unicode_funcs_t21is_variation_selectorEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-26'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='is_default_ignorable' mangled-name='_ZN18hb_unicode_funcs_t20is_default_ignorableEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode-private.hh' line='169' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-26'/>
</function-decl>
</member-function>
</class-decl>
- <enum-decl name='hb_unicode_combining_class_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='87' column='1' id='type-id-102'>
+ <enum-decl name='hb_unicode_combining_class_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='87' column='1' id='type-id-101'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_UNICODE_COMBINING_CLASS_NOT_REORDERED' value='0'/>
<enumerator name='HB_UNICODE_COMBINING_CLASS_OVERLAY' value='1'/>
<enumerator name='HB_UNICODE_COMBINING_CLASS_IOTA_SUBSCRIPT' value='240'/>
<enumerator name='HB_UNICODE_COMBINING_CLASS_INVALID' value='255'/>
</enum-decl>
- <typedef-decl name='hb_unicode_funcs_t' type-id='type-id-89' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='171' column='1' id='type-id-106'/>
- <pointer-type-def type-id='type-id-106' size-in-bits='64' id='type-id-67'/>
- <typedef-decl name='uint32_t' type-id='type-id-10' filepath='/usr/include/stdint.h' line='52' column='1' id='type-id-107'/>
- <typedef-decl name='hb_codepoint_t' type-id='type-id-107' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='75' column='1' id='type-id-69'/>
- <pointer-type-def type-id='type-id-108' size-in-bits='64' id='type-id-109'/>
- <typedef-decl name='hb_unicode_combining_class_func_t' type-id='type-id-109' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='224' column='1' id='type-id-91'/>
- <pointer-type-def type-id='type-id-110' size-in-bits='64' id='type-id-111'/>
- <typedef-decl name='hb_unicode_eastasian_width_func_t' type-id='type-id-111' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='227' column='1' id='type-id-92'/>
- <enum-decl name='hb_unicode_general_category_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='46' column='1' id='type-id-103'>
+ <typedef-decl name='hb_unicode_funcs_t' type-id='type-id-88' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='171' column='1' id='type-id-105'/>
+ <pointer-type-def type-id='type-id-105' size-in-bits='64' id='type-id-66'/>
+ <typedef-decl name='uint32_t' type-id='type-id-10' filepath='/usr/include/stdint.h' line='52' column='1' id='type-id-106'/>
+ <typedef-decl name='hb_codepoint_t' type-id='type-id-106' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='75' column='1' id='type-id-68'/>
+ <pointer-type-def type-id='type-id-107' size-in-bits='64' id='type-id-108'/>
+ <typedef-decl name='hb_unicode_combining_class_func_t' type-id='type-id-108' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='224' column='1' id='type-id-90'/>
+ <pointer-type-def type-id='type-id-109' size-in-bits='64' id='type-id-110'/>
+ <typedef-decl name='hb_unicode_eastasian_width_func_t' type-id='type-id-110' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='227' column='1' id='type-id-91'/>
+ <enum-decl name='hb_unicode_general_category_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='46' column='1' id='type-id-102'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_UNICODE_GENERAL_CATEGORY_CONTROL' value='0'/>
<enumerator name='HB_UNICODE_GENERAL_CATEGORY_FORMAT' value='1'/>
<enumerator name='HB_UNICODE_GENERAL_CATEGORY_PARAGRAPH_SEPARATOR' value='28'/>
<enumerator name='HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR' value='29'/>
</enum-decl>
- <pointer-type-def type-id='type-id-112' size-in-bits='64' id='type-id-113'/>
- <typedef-decl name='hb_unicode_general_category_func_t' type-id='type-id-113' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='230' column='1' id='type-id-93'/>
- <pointer-type-def type-id='type-id-114' size-in-bits='64' id='type-id-115'/>
- <typedef-decl name='hb_unicode_mirroring_func_t' type-id='type-id-115' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='233' column='1' id='type-id-94'/>
- <enum-decl name='hb_script_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='157' column='1' id='type-id-104'>
+ <pointer-type-def type-id='type-id-111' size-in-bits='64' id='type-id-112'/>
+ <typedef-decl name='hb_unicode_general_category_func_t' type-id='type-id-112' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='230' column='1' id='type-id-92'/>
+ <pointer-type-def type-id='type-id-113' size-in-bits='64' id='type-id-114'/>
+ <typedef-decl name='hb_unicode_mirroring_func_t' type-id='type-id-114' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='233' column='1' id='type-id-93'/>
+ <enum-decl name='hb_script_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='157' column='1' id='type-id-103'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_SCRIPT_COMMON' value='1517910393'/>
<enumerator name='HB_SCRIPT_INHERITED' value='1516858984'/>
<enumerator name='_HB_SCRIPT_MAX_VALUE' value='4294967295'/>
<enumerator name='_HB_SCRIPT_MAX_VALUE_SIGNED' value='2147483647'/>
</enum-decl>
- <pointer-type-def type-id='type-id-116' size-in-bits='64' id='type-id-117'/>
- <typedef-decl name='hb_unicode_script_func_t' type-id='type-id-117' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='236' column='1' id='type-id-95'/>
- <pointer-type-def type-id='type-id-69' size-in-bits='64' id='type-id-105'/>
- <pointer-type-def type-id='type-id-118' size-in-bits='64' id='type-id-119'/>
- <typedef-decl name='hb_unicode_compose_func_t' type-id='type-id-119' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='242' column='1' id='type-id-96'/>
- <pointer-type-def type-id='type-id-120' size-in-bits='64' id='type-id-121'/>
- <typedef-decl name='hb_unicode_decompose_func_t' type-id='type-id-121' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='247' column='1' id='type-id-97'/>
- <pointer-type-def type-id='type-id-122' size-in-bits='64' id='type-id-123'/>
- <typedef-decl name='hb_unicode_decompose_compatibility_func_t' type-id='type-id-123' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='270' column='1' id='type-id-98'/>
- <qualified-type-def type-id='type-id-89' const='yes' id='type-id-124'/>
- <pointer-type-def type-id='type-id-124' size-in-bits='64' id='type-id-101'/>
- <enum-decl name='hb_buffer_flags_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='174' column='1' id='type-id-68'>
+ <pointer-type-def type-id='type-id-115' size-in-bits='64' id='type-id-116'/>
+ <typedef-decl name='hb_unicode_script_func_t' type-id='type-id-116' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='236' column='1' id='type-id-94'/>
+ <pointer-type-def type-id='type-id-68' size-in-bits='64' id='type-id-104'/>
+ <pointer-type-def type-id='type-id-117' size-in-bits='64' id='type-id-118'/>
+ <typedef-decl name='hb_unicode_compose_func_t' type-id='type-id-118' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='242' column='1' id='type-id-95'/>
+ <pointer-type-def type-id='type-id-119' size-in-bits='64' id='type-id-120'/>
+ <typedef-decl name='hb_unicode_decompose_func_t' type-id='type-id-120' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='247' column='1' id='type-id-96'/>
+ <pointer-type-def type-id='type-id-121' size-in-bits='64' id='type-id-122'/>
+ <typedef-decl name='hb_unicode_decompose_compatibility_func_t' type-id='type-id-122' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.h' line='270' column='1' id='type-id-97'/>
+ <qualified-type-def type-id='type-id-88' const='yes' id='type-id-123'/>
+ <pointer-type-def type-id='type-id-123' size-in-bits='64' id='type-id-100'/>
+ <enum-decl name='hb_buffer_flags_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='174' column='1' id='type-id-67'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_BUFFER_FLAG_DEFAULT' value='0'/>
<enumerator name='HB_BUFFER_FLAG_BOT' value='1'/>
<enumerator name='HB_BUFFER_FLAG_EOT' value='2'/>
<enumerator name='HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES' value='4'/>
</enum-decl>
- <enum-decl name='hb_buffer_content_type_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='119' column='1' id='type-id-70'>
+ <enum-decl name='hb_buffer_content_type_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='119' column='1' id='type-id-69'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_BUFFER_CONTENT_TYPE_INVALID' value='0'/>
<enumerator name='HB_BUFFER_CONTENT_TYPE_UNICODE' value='1'/>
<enumerator name='HB_BUFFER_CONTENT_TYPE_GLYPHS' value='2'/>
</enum-decl>
- <class-decl name='hb_segment_properties_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='65' column='1' id='type-id-125'>
+ <class-decl name='hb_segment_properties_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='65' column='1' id='type-id-124'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='direction' type-id='type-id-126' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='66' column='1'/>
+ <var-decl name='direction' type-id='type-id-125' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='66' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='script' type-id='type-id-104' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='67' column='1'/>
+ <var-decl name='script' type-id='type-id-103' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='67' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='language' type-id='type-id-127' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='68' column='1'/>
+ <var-decl name='language' type-id='type-id-126' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='reserved1' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='70' column='1'/>
<var-decl name='reserved2' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='71' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='hb_direction_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='111' column='1' id='type-id-126'>
+ <enum-decl name='hb_direction_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='111' column='1' id='type-id-125'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_DIRECTION_INVALID' value='0'/>
<enumerator name='HB_DIRECTION_LTR' value='4'/>
<enumerator name='HB_DIRECTION_TTB' value='6'/>
<enumerator name='HB_DIRECTION_BTT' value='7'/>
</enum-decl>
- <class-decl name='hb_language_impl_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='167' column='1' id='type-id-128'>
+ <class-decl name='hb_language_impl_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='167' column='1' id='type-id-127'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='s' type-id='type-id-129' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='168' column='1'/>
+ <var-decl name='s' type-id='type-id-128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='168' column='1'/>
</data-member>
</class-decl>
- <qualified-type-def type-id='type-id-128' const='yes' id='type-id-130'/>
- <pointer-type-def type-id='type-id-130' size-in-bits='64' id='type-id-131'/>
- <typedef-decl name='hb_language_t' type-id='type-id-131' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='137' column='1' id='type-id-127'/>
- <typedef-decl name='hb_segment_properties_t' type-id='type-id-125' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='72' column='1' id='type-id-71'/>
- <class-decl name='hb_glyph_info_t' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='44' column='1' id='type-id-132'>
+ <qualified-type-def type-id='type-id-127' const='yes' id='type-id-129'/>
+ <pointer-type-def type-id='type-id-129' size-in-bits='64' id='type-id-130'/>
+ <typedef-decl name='hb_language_t' type-id='type-id-130' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='137' column='1' id='type-id-126'/>
+ <typedef-decl name='hb_segment_properties_t' type-id='type-id-124' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='72' column='1' id='type-id-70'/>
+ <class-decl name='hb_glyph_info_t' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='44' column='1' id='type-id-131'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='codepoint' type-id='type-id-69' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='45' column='1'/>
+ <var-decl name='codepoint' type-id='type-id-68' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='45' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='46' column='1'/>
+ <var-decl name='mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='46' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='cluster' type-id='type-id-107' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='47' column='1'/>
+ <var-decl name='cluster' type-id='type-id-106' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
- <var-decl name='var1' type-id='type-id-133' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='50' column='1'/>
+ <var-decl name='var1' type-id='type-id-132' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='var2' type-id='type-id-133' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='51' column='1'/>
+ <var-decl name='var2' type-id='type-id-132' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='51' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='hb_mask_t' type-id='type-id-107' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='77' column='1' id='type-id-87'/>
- <union-decl name='_hb_var_int_t' size-in-bits='32' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='79' column='1' id='type-id-134'>
+ <typedef-decl name='hb_mask_t' type-id='type-id-106' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='77' column='1' id='type-id-86'/>
+ <union-decl name='_hb_var_int_t' size-in-bits='32' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='79' column='1' id='type-id-133'>
<data-member access='private'>
- <var-decl name='u32' type-id='type-id-107' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='80' column='1'/>
+ <var-decl name='u32' type-id='type-id-106' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='80' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='i32' type-id='type-id-135' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='81' column='1'/>
+ <var-decl name='i32' type-id='type-id-134' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='81' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='u16' type-id='type-id-136' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='82' column='1'/>
+ <var-decl name='u16' type-id='type-id-135' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='82' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='i16' type-id='type-id-137' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='83' column='1'/>
+ <var-decl name='i16' type-id='type-id-136' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='83' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='u8' type-id='type-id-138' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='84' column='1'/>
+ <var-decl name='u8' type-id='type-id-137' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='84' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='i8' type-id='type-id-139' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='85' column='1'/>
+ <var-decl name='i8' type-id='type-id-138' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='85' column='1'/>
</data-member>
</union-decl>
- <typedef-decl name='int32_t' type-id='type-id-4' filepath='/usr/include/stdint.h' line='39' column='1' id='type-id-135'/>
- <type-decl name='unsigned short int' size-in-bits='16' id='type-id-140'/>
- <typedef-decl name='uint16_t' type-id='type-id-140' filepath='/usr/include/stdint.h' line='50' column='1' id='type-id-141'/>
+ <typedef-decl name='int32_t' type-id='type-id-4' filepath='/usr/include/stdint.h' line='39' column='1' id='type-id-134'/>
+ <type-decl name='unsigned short int' size-in-bits='16' id='type-id-139'/>
+ <typedef-decl name='uint16_t' type-id='type-id-139' filepath='/usr/include/stdint.h' line='50' column='1' id='type-id-140'/>
- <array-type-def dimensions='1' type-id='type-id-141' size-in-bits='32' id='type-id-136'>
+ <array-type-def dimensions='1' type-id='type-id-140' size-in-bits='32' id='type-id-135'>
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
- <type-decl name='short int' size-in-bits='16' id='type-id-142'/>
- <typedef-decl name='int16_t' type-id='type-id-142' filepath='/usr/include/stdint.h' line='38' column='1' id='type-id-143'/>
+ <type-decl name='short int' size-in-bits='16' id='type-id-141'/>
+ <typedef-decl name='int16_t' type-id='type-id-141' filepath='/usr/include/stdint.h' line='38' column='1' id='type-id-142'/>
- <array-type-def dimensions='1' type-id='type-id-143' size-in-bits='32' id='type-id-137'>
+ <array-type-def dimensions='1' type-id='type-id-142' size-in-bits='32' id='type-id-136'>
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
- <type-decl name='unsigned char' size-in-bits='8' id='type-id-144'/>
- <typedef-decl name='uint8_t' type-id='type-id-144' filepath='/usr/include/stdint.h' line='49' column='1' id='type-id-145'/>
+ <type-decl name='unsigned char' size-in-bits='8' id='type-id-143'/>
+ <typedef-decl name='uint8_t' type-id='type-id-143' filepath='/usr/include/stdint.h' line='49' column='1' id='type-id-144'/>
- <array-type-def dimensions='1' type-id='type-id-145' size-in-bits='32' id='type-id-138'>
- <subrange length='4' type-id='type-id-42' id='type-id-146'/>
+ <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='32' id='type-id-137'>
+ <subrange length='4' type-id='type-id-42' id='type-id-145'/>
</array-type-def>
- <type-decl name='signed char' size-in-bits='8' id='type-id-147'/>
- <typedef-decl name='int8_t' type-id='type-id-147' filepath='/usr/include/stdint.h' line='37' column='1' id='type-id-148'/>
+ <type-decl name='signed char' size-in-bits='8' id='type-id-146'/>
+ <typedef-decl name='int8_t' type-id='type-id-146' filepath='/usr/include/stdint.h' line='37' column='1' id='type-id-147'/>
- <array-type-def dimensions='1' type-id='type-id-148' size-in-bits='32' id='type-id-139'>
- <subrange length='4' type-id='type-id-42' id='type-id-146'/>
+ <array-type-def dimensions='1' type-id='type-id-147' size-in-bits='32' id='type-id-138'>
+ <subrange length='4' type-id='type-id-42' id='type-id-145'/>
</array-type-def>
- <typedef-decl name='hb_var_int_t' type-id='type-id-134' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='86' column='1' id='type-id-133'/>
- <typedef-decl name='hb_glyph_info_t' type-id='type-id-132' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='52' column='1' id='type-id-82'/>
- <pointer-type-def type-id='type-id-82' size-in-bits='64' id='type-id-72'/>
- <class-decl name='hb_glyph_position_t' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='54' column='1' id='type-id-149'>
+ <typedef-decl name='hb_var_int_t' type-id='type-id-133' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='86' column='1' id='type-id-132'/>
+ <typedef-decl name='hb_glyph_info_t' type-id='type-id-131' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='52' column='1' id='type-id-81'/>
+ <pointer-type-def type-id='type-id-81' size-in-bits='64' id='type-id-71'/>
+ <class-decl name='hb_glyph_position_t' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='54' column='1' id='type-id-148'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='x_advance' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='55' column='1'/>
+ <var-decl name='x_advance' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='55' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='y_advance' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='56' column='1'/>
+ <var-decl name='y_advance' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='56' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='x_offset' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='57' column='1'/>
+ <var-decl name='x_offset' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='57' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
- <var-decl name='y_offset' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='58' column='1'/>
+ <var-decl name='y_offset' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='var' type-id='type-id-133' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='61' column='1'/>
+ <var-decl name='var' type-id='type-id-132' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='61' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='hb_position_t' type-id='type-id-135' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='76' column='1' id='type-id-150'/>
- <typedef-decl name='hb_glyph_position_t' type-id='type-id-149' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='62' column='1' id='type-id-84'/>
- <pointer-type-def type-id='type-id-84' size-in-bits='64' id='type-id-73'/>
+ <typedef-decl name='hb_position_t' type-id='type-id-134' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='76' column='1' id='type-id-149'/>
+ <typedef-decl name='hb_glyph_position_t' type-id='type-id-148' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='62' column='1' id='type-id-83'/>
+ <pointer-type-def type-id='type-id-83' size-in-bits='64' id='type-id-72'/>
- <array-type-def dimensions='1' type-id='type-id-145' size-in-bits='64' id='type-id-74'>
- <subrange length='8' type-id='type-id-42' id='type-id-151'/>
+ <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='64' id='type-id-73'>
+ <subrange length='8' type-id='type-id-42' id='type-id-150'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-50' size-in-bits='512' id='type-id-75'>
- <subrange length='8' type-id='type-id-42' id='type-id-151'/>
+ <array-type-def dimensions='1' type-id='type-id-50' size-in-bits='512' id='type-id-74'>
+ <subrange length='8' type-id='type-id-42' id='type-id-150'/>
</array-type-def>
- <qualified-type-def type-id='type-id-10' const='yes' id='type-id-76'/>
+ <qualified-type-def type-id='type-id-10' const='yes' id='type-id-75'/>
- <array-type-def dimensions='2' type-id='type-id-69' size-in-bits='224' id='type-id-77'>
+ <array-type-def dimensions='2' type-id='type-id-68' size-in-bits='224' id='type-id-76'>
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
- <subrange length='5' type-id='type-id-42' id='type-id-152'/>
+ <subrange length='5' type-id='type-id-42' id='type-id-151'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-10' size-in-bits='64' id='type-id-78'>
+ <array-type-def dimensions='1' type-id='type-id-10' size-in-bits='64' id='type-id-77'>
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
- <qualified-type-def type-id='type-id-65' const='yes' id='type-id-153'/>
- <pointer-type-def type-id='type-id-153' size-in-bits='64' id='type-id-79'/>
- <reference-type-def kind='lvalue' type-id='type-id-82' size-in-bits='64' id='type-id-81'/>
- <pointer-type-def type-id='type-id-65' size-in-bits='64' id='type-id-80'/>
- <reference-type-def kind='lvalue' type-id='type-id-84' size-in-bits='64' id='type-id-83'/>
- <qualified-type-def type-id='type-id-82' const='yes' id='type-id-154'/>
- <reference-type-def kind='lvalue' type-id='type-id-154' size-in-bits='64' id='type-id-85'/>
- <qualified-type-def type-id='type-id-69' const='yes' id='type-id-155'/>
- <pointer-type-def type-id='type-id-155' size-in-bits='64' id='type-id-86'/>
- <pointer-type-def type-id='type-id-66' size-in-bits='64' id='type-id-88'/>
- <typedef-decl name='hb_buffer_t' type-id='type-id-65' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='93' column='1' id='type-id-156'/>
- <class-decl name='hb_font_t' size-in-bits='1536' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='91' column='1' id='type-id-157'>
+ <qualified-type-def type-id='type-id-64' const='yes' id='type-id-152'/>
+ <pointer-type-def type-id='type-id-152' size-in-bits='64' id='type-id-78'/>
+ <reference-type-def kind='lvalue' type-id='type-id-81' size-in-bits='64' id='type-id-80'/>
+ <pointer-type-def type-id='type-id-64' size-in-bits='64' id='type-id-79'/>
+ <reference-type-def kind='lvalue' type-id='type-id-83' size-in-bits='64' id='type-id-82'/>
+ <qualified-type-def type-id='type-id-81' const='yes' id='type-id-153'/>
+ <reference-type-def kind='lvalue' type-id='type-id-153' size-in-bits='64' id='type-id-84'/>
+ <qualified-type-def type-id='type-id-68' const='yes' id='type-id-154'/>
+ <pointer-type-def type-id='type-id-154' size-in-bits='64' id='type-id-85'/>
+ <pointer-type-def type-id='type-id-65' size-in-bits='64' id='type-id-87'/>
+ <typedef-decl name='hb_buffer_t' type-id='type-id-64' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='93' column='1' id='type-id-155'/>
+ <class-decl name='hb_font_t' size-in-bits='1536' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='91' column='1' id='type-id-156'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='header' type-id='type-id-49' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='92' column='1'/>
</data-member>
<var-decl name='immutable' type-id='type-id-26' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='95' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='parent' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='97' column='1'/>
+ <var-decl name='parent' type-id='type-id-157' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='97' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
- <var-decl name='face' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='98' column='1'/>
+ <var-decl name='face' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='98' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
<var-decl name='x_scale' type-id='type-id-4' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='100' column='1'/>
<var-decl name='y_ppem' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='104' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
- <var-decl name='klass' type-id='type-id-160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='106' column='1'/>
+ <var-decl name='klass' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='106' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1280'>
<var-decl name='user_data' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='107' column='1'/>
<var-decl name='destroy' type-id='type-id-21' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='108' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
- <var-decl name='shaper_data' type-id='type-id-161' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='110' column='1'/>
+ <var-decl name='shaper_data' type-id='type-id-160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='110' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_static_assertion_on_line_93' mangled-name='_ZNK9hb_font_t28_static_assertion_on_line_93Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-162' is-artificial='yes'/>
+ <parameter type-id='type-id-161' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='em_scale_x' mangled-name='_ZN9hb_font_t10em_scale_xEs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-143'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-142'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='em_scale_y' mangled-name='_ZN9hb_font_t10em_scale_yEs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-143'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-142'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='parent_scale_x_distance' mangled-name='_ZN9hb_font_t23parent_scale_x_distanceEi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-150'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-149'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='parent_scale_y_distance' mangled-name='_ZN9hb_font_t23parent_scale_y_distanceEi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-150'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-149'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='parent_scale_x_position' mangled-name='_ZN9hb_font_t23parent_scale_x_positionEi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='128' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-150'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-149'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='parent_scale_y_position' mangled-name='_ZN9hb_font_t23parent_scale_y_positionEi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-150'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-149'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='parent_scale_distance' mangled-name='_ZN9hb_font_t21parent_scale_distanceEPiS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='parent_scale_position' mangled-name='_ZN9hb_font_t21parent_scale_positionEPiS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='has_glyph' mangled-name='_ZN9hb_font_t9has_glyphEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-26'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph' mangled-name='_ZN9hb_font_t9get_glyphEjjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-26'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_h_advance' mangled-name='_ZN9hb_font_t19get_glyph_h_advanceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='162' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_v_advance' mangled-name='_ZN9hb_font_t19get_glyph_v_advanceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='169' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_h_origin' mangled-name='_ZN9hb_font_t18get_glyph_h_originEjPiS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='176' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-26'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_v_origin' mangled-name='_ZN9hb_font_t18get_glyph_v_originEjPiS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='185' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-26'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_h_kerning' mangled-name='_ZN9hb_font_t19get_glyph_h_kerningEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='194' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_v_kerning' mangled-name='_ZN9hb_font_t19get_glyph_v_kerningEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='201' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_extents' mangled-name='_ZN9hb_font_t17get_glyph_extentsEjP18hb_glyph_extents_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='208' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-164'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-163'/>
<return type-id='type-id-26'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_contour_point' mangled-name='_ZN9hb_font_t23get_glyph_contour_pointEjjPiS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='218' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-26'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_name' mangled-name='_ZN9hb_font_t14get_glyph_nameEjPcj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-61'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-26'/>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_from_name' mangled-name='_ZN9hb_font_t19get_glyph_from_nameEPKciPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<parameter type-id='type-id-50'/>
<parameter type-id='type-id-4'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-26'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_advance_for_direction' mangled-name='_ZN9hb_font_t31get_glyph_advance_for_directionEj14hb_direction_tPiS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-126'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-125'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='guess_v_origin_minus_h_origin' mangled-name='_ZN9hb_font_t29guess_v_origin_minus_h_originEjPiS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='266' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_origin_for_direction' mangled-name='_ZN9hb_font_t30get_glyph_origin_for_directionEj14hb_direction_tPiS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='275' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-126'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-125'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_glyph_origin_for_direction' mangled-name='_ZN9hb_font_t30add_glyph_origin_for_directionEj14hb_direction_tPiS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='301' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-126'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-125'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='subtract_glyph_origin_for_direction' mangled-name='_ZN9hb_font_t35subtract_glyph_origin_for_directionEj14hb_direction_tPiS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='313' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-126'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-125'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_kerning_for_direction' mangled-name='_ZN9hb_font_t31get_glyph_kerning_for_directionEjj14hb_direction_tPiS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='325' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-126'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-125'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_extents_for_origin' mangled-name='_ZN9hb_font_t28get_glyph_extents_for_originEj14hb_direction_tP18hb_glyph_extents_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-126'/>
- <parameter type-id='type-id-164'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-125'/>
+ <parameter type-id='type-id-163'/>
<return type-id='type-id-26'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_contour_point_for_origin' mangled-name='_ZN9hb_font_t34get_glyph_contour_point_for_originEjj14hb_direction_tPiS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='350' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-126'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-125'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-26'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='glyph_to_string' mangled-name='_ZN9hb_font_t15glyph_to_stringEjPcj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='364' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-61'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='glyph_from_string' mangled-name='_ZN9hb_font_t17glyph_from_stringEPKciPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='375' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
<parameter type-id='type-id-50'/>
<parameter type-id='type-id-4'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-26'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='em_scale' mangled-name='_ZN9hb_font_t8em_scaleEsi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='405' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158' is-artificial='yes'/>
- <parameter type-id='type-id-143'/>
+ <parameter type-id='type-id-157' is-artificial='yes'/>
+ <parameter type-id='type-id-142'/>
<parameter type-id='type-id-4'/>
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
</class-decl>
- <typedef-decl name='hb_font_t' type-id='type-id-157' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='40' column='1' id='type-id-165'/>
- <pointer-type-def type-id='type-id-165' size-in-bits='64' id='type-id-158'/>
+ <typedef-decl name='hb_font_t' type-id='type-id-156' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='40' column='1' id='type-id-164'/>
+ <pointer-type-def type-id='type-id-164' size-in-bits='64' id='type-id-157'/>
<function-decl name='hb_buffer_deserialize_glyphs' mangled-name='hb_buffer_deserialize_glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_deserialize_glyphs'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='353' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='353' column='1'/>
<parameter type-id='type-id-50' name='buf' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='354' column='1'/>
<parameter type-id='type-id-4' name='buf_len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='355' column='1'/>
- <parameter type-id='type-id-63' name='end_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='356' column='1'/>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='357' column='1'/>
- <parameter type-id='type-id-64' name='format' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='358' column='1'/>
+ <parameter type-id='type-id-62' name='end_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='356' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='357' column='1'/>
+ <parameter type-id='type-id-63' name='format' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='358' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
- <enum-decl name='hb_buffer_serialize_flags_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='298' column='1' id='type-id-166'>
+ <enum-decl name='hb_buffer_serialize_flags_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.h' line='298' column='1' id='type-id-165'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_BUFFER_SERIALIZE_FLAG_DEFAULT' value='0'/>
<enumerator name='HB_BUFFER_SERIALIZE_FLAG_NO_CLUSTERS' value='1'/>
<enumerator name='HB_BUFFER_SERIALIZE_FLAG_NO_GLYPH_NAMES' value='4'/>
</enum-decl>
<function-decl name='hb_buffer_serialize_glyphs' mangled-name='hb_buffer_serialize_glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='246' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_serialize_glyphs'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='246' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='246' column='1'/>
<parameter type-id='type-id-10' name='start' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='247' column='1'/>
<parameter type-id='type-id-10' name='end' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='248' column='1'/>
<parameter type-id='type-id-61' name='buf' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='249' column='1'/>
<parameter type-id='type-id-10' name='buf_size' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='250' column='1'/>
<parameter type-id='type-id-60' name='buf_consumed' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='251' column='1'/>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='252' column='1'/>
- <parameter type-id='type-id-64' name='format' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='253' column='1'/>
- <parameter type-id='type-id-166' name='flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='254' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='252' column='1'/>
+ <parameter type-id='type-id-63' name='format' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='253' column='1'/>
+ <parameter type-id='type-id-165' name='flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='254' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_buffer_serialize_format_from_string' mangled-name='hb_buffer_serialize_format_from_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='63' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_serialize_format_from_string'>
<parameter type-id='type-id-50' name='str' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='63' column='1'/>
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer-serialize.cc' line='63' column='1'/>
- <return type-id='type-id-64'/>
+ <return type-id='type-id-63'/>
</function-decl>
- <array-type-def dimensions='1' type-id='type-id-62' size-in-bits='8' id='type-id-129'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='8' id='type-id-128'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <pointer-type-def type-id='type-id-168' size-in-bits='64' id='type-id-162'/>
- <function-type size-in-bits='64' id='type-id-116'>
- <parameter type-id='type-id-67'/>
- <parameter type-id='type-id-69'/>
+ <pointer-type-def type-id='type-id-167' size-in-bits='64' id='type-id-161'/>
+ <function-type size-in-bits='64' id='type-id-115'>
+ <parameter type-id='type-id-66'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-104'/>
+ <return type-id='type-id-103'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-108'>
- <parameter type-id='type-id-67'/>
- <parameter type-id='type-id-69'/>
+ <function-type size-in-bits='64' id='type-id-107'>
+ <parameter type-id='type-id-66'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-102'/>
+ <return type-id='type-id-101'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-112'>
- <parameter type-id='type-id-67'/>
- <parameter type-id='type-id-69'/>
+ <function-type size-in-bits='64' id='type-id-111'>
+ <parameter type-id='type-id-66'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-103'/>
+ <return type-id='type-id-102'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-120'>
- <parameter type-id='type-id-67'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
- <parameter type-id='type-id-105'/>
+ <function-type size-in-bits='64' id='type-id-119'>
+ <parameter type-id='type-id-66'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
+ <parameter type-id='type-id-104'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-26'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-118'>
- <parameter type-id='type-id-67'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
+ <function-type size-in-bits='64' id='type-id-117'>
+ <parameter type-id='type-id-66'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-26'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-114'>
- <parameter type-id='type-id-67'/>
- <parameter type-id='type-id-69'/>
+ <function-type size-in-bits='64' id='type-id-113'>
+ <parameter type-id='type-id-66'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-69'/>
+ <return type-id='type-id-68'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-122'>
- <parameter type-id='type-id-67'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
+ <function-type size-in-bits='64' id='type-id-121'>
+ <parameter type-id='type-id-66'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-10'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-110'>
- <parameter type-id='type-id-67'/>
- <parameter type-id='type-id-69'/>
+ <function-type size-in-bits='64' id='type-id-109'>
+ <parameter type-id='type-id-66'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-10'/>
</function-type>
+ <pointer-type-def type-id='type-id-168' size-in-bits='64' id='type-id-158'/>
<pointer-type-def type-id='type-id-169' size-in-bits='64' id='type-id-159'/>
- <pointer-type-def type-id='type-id-170' size-in-bits='64' id='type-id-160'/>
- <pointer-type-def type-id='type-id-171' size-in-bits='64' id='type-id-164'/>
- <pointer-type-def type-id='type-id-150' size-in-bits='64' id='type-id-163'/>
- <class-decl name='hb_shaper_data_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shaper-private.hh' line='53' column='1' id='type-id-161'>
+ <pointer-type-def type-id='type-id-170' size-in-bits='64' id='type-id-163'/>
+ <pointer-type-def type-id='type-id-149' size-in-bits='64' id='type-id-162'/>
+ <class-decl name='hb_shaper_data_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shaper-private.hh' line='53' column='1' id='type-id-160'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='ot' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shaper-list.hh' line='43' column='1'/>
</data-member>
<var-decl name='fallback' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shaper-list.hh' line='54' column='1'/>
</data-member>
</class-decl>
- <qualified-type-def type-id='type-id-157' const='yes' id='type-id-168'/>
- <typedef-decl name='hb_face_t' type-id='type-id-172' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.h' line='44' column='1' id='type-id-169'/>
- <typedef-decl name='hb_font_funcs_t' type-id='type-id-173' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='47' column='1' id='type-id-170'/>
- <typedef-decl name='hb_glyph_extents_t' type-id='type-id-174' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='89' column='1' id='type-id-171'/>
- <class-decl name='hb_face_t' size-in-bits='1472' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='43' column='1' id='type-id-172'>
+ <qualified-type-def type-id='type-id-156' const='yes' id='type-id-167'/>
+ <typedef-decl name='hb_face_t' type-id='type-id-171' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.h' line='44' column='1' id='type-id-168'/>
+ <typedef-decl name='hb_font_funcs_t' type-id='type-id-172' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='47' column='1' id='type-id-169'/>
+ <typedef-decl name='hb_glyph_extents_t' type-id='type-id-173' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='89' column='1' id='type-id-170'/>
+ <class-decl name='hb_face_t' size-in-bits='1472' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='43' column='1' id='type-id-171'>
<member-type access='public'>
- <class-decl name='plan_node_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='59' column='1' id='type-id-175'>
+ <class-decl name='plan_node_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='59' column='1' id='type-id-174'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='shape_plan' type-id='type-id-176' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='60' column='1'/>
+ <var-decl name='shape_plan' type-id='type-id-175' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='60' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='next' type-id='type-id-177' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='61' column='1'/>
+ <var-decl name='next' type-id='type-id-176' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='61' column='1'/>
</data-member>
</class-decl>
</member-type>
<var-decl name='immutable' type-id='type-id-26' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='reference_table_func' type-id='type-id-178' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='49' column='1'/>
+ <var-decl name='reference_table_func' type-id='type-id-177' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='49' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<var-decl name='user_data' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='50' column='1'/>
<var-decl name='num_glyphs' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='55' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1280'>
- <var-decl name='shaper_data' type-id='type-id-161' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='57' column='1'/>
+ <var-decl name='shaper_data' type-id='type-id-160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='57' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
- <var-decl name='shape_plans' type-id='type-id-177' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='62' column='1'/>
+ <var-decl name='shape_plans' type-id='type-id-176' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='62' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_static_assertion_on_line_45' mangled-name='_ZNK9hb_face_t28_static_assertion_on_line_45Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-179' is-artificial='yes'/>
+ <parameter type-id='type-id-178' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='reference_table' mangled-name='_ZNK9hb_face_t15reference_tableEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-179' is-artificial='yes'/>
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-178' is-artificial='yes'/>
+ <parameter type-id='type-id-179'/>
<return type-id='type-id-59'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_upem' mangled-name='_ZNK9hb_face_t8get_upemEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-179' is-artificial='yes'/>
+ <parameter type-id='type-id-178' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_num_glyphs' mangled-name='_ZNK9hb_face_t14get_num_glyphsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='86' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-179' is-artificial='yes'/>
+ <parameter type-id='type-id-178' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='load_upem' mangled-name='_ZNK9hb_face_t9load_upemEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-179' is-artificial='yes'/>
+ <parameter type-id='type-id-178' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='load_num_glyphs' mangled-name='_ZNK9hb_face_t15load_num_glyphsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face-private.hh' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-179' is-artificial='yes'/>
+ <parameter type-id='type-id-178' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hb_font_funcs_t' size-in-bits='3072' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='58' column='1' id='type-id-173'>
+ <class-decl name='hb_font_funcs_t' size-in-bits='3072' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='58' column='1' id='type-id-172'>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' size-in-bits='704' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='66' column='1' id='type-id-181'>
+ <class-decl name='__anonymous_struct__' size-in-bits='704' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='66' column='1' id='type-id-180'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='glyph' type-id='type-id-182' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph' type-id='type-id-181' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='glyph_h_advance' type-id='type-id-183' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_h_advance' type-id='type-id-182' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='glyph_v_advance' type-id='type-id-184' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_v_advance' type-id='type-id-183' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='glyph_h_origin' type-id='type-id-185' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_h_origin' type-id='type-id-184' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='glyph_v_origin' type-id='type-id-186' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_v_origin' type-id='type-id-185' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='glyph_h_kerning' type-id='type-id-187' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_h_kerning' type-id='type-id-186' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='glyph_v_kerning' type-id='type-id-188' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_v_kerning' type-id='type-id-187' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='glyph_extents' type-id='type-id-189' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_extents' type-id='type-id-188' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='glyph_contour_point' type-id='type-id-190' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_contour_point' type-id='type-id-189' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='glyph_name' type-id='type-id-191' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_name' type-id='type-id-190' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='glyph_from_name' type-id='type-id-192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
+ <var-decl name='glyph_from_name' type-id='type-id-191' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='68' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' size-in-bits='704' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='72' column='1' id='type-id-193'>
+ <class-decl name='__anonymous_struct__' size-in-bits='704' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='72' column='1' id='type-id-192'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='glyph' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='74' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' size-in-bits='704' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='78' column='1' id='type-id-194'>
+ <class-decl name='__anonymous_struct__' size-in-bits='704' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='78' column='1' id='type-id-193'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='glyph' type-id='type-id-21' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='80' column='1'/>
</data-member>
<var-decl name='immutable' type-id='type-id-26' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='62' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='get' type-id='type-id-181' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='70' column='1'/>
+ <var-decl name='get' type-id='type-id-180' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1664'>
- <var-decl name='user_data' type-id='type-id-193' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='76' column='1'/>
+ <var-decl name='user_data' type-id='type-id-192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='76' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2368'>
- <var-decl name='destroy' type-id='type-id-194' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='82' column='1'/>
+ <var-decl name='destroy' type-id='type-id-193' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='82' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_static_assertion_on_line_60' mangled-name='_ZNK15hb_font_funcs_t28_static_assertion_on_line_60Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-195' is-artificial='yes'/>
+ <parameter type-id='type-id-194' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hb_glyph_extents_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='84' column='1' id='type-id-174'>
+ <class-decl name='hb_glyph_extents_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='84' column='1' id='type-id-173'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='x_bearing' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='85' column='1'/>
+ <var-decl name='x_bearing' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='85' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='y_bearing' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='86' column='1'/>
+ <var-decl name='y_bearing' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='86' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='width' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='87' column='1'/>
+ <var-decl name='width' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='87' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
- <var-decl name='height' type-id='type-id-150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='88' column='1'/>
+ <var-decl name='height' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='88' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-196' size-in-bits='64' id='type-id-179'/>
- <pointer-type-def type-id='type-id-197' size-in-bits='64' id='type-id-195'/>
- <pointer-type-def type-id='type-id-175' size-in-bits='64' id='type-id-177'/>
- <pointer-type-def type-id='type-id-198' size-in-bits='64' id='type-id-176'/>
- <typedef-decl name='hb_font_get_glyph_contour_point_func_t' type-id='type-id-199' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='127' column='1' id='type-id-190'/>
- <typedef-decl name='hb_font_get_glyph_extents_func_t' type-id='type-id-200' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='123' column='1' id='type-id-189'/>
- <typedef-decl name='hb_font_get_glyph_from_name_func_t' type-id='type-id-201' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='137' column='1' id='type-id-192'/>
- <typedef-decl name='hb_font_get_glyph_func_t' type-id='type-id-202' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='97' column='1' id='type-id-182'/>
- <typedef-decl name='hb_font_get_glyph_h_advance_func_t' type-id='type-id-203' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='103' column='1' id='type-id-183'/>
- <typedef-decl name='hb_font_get_glyph_h_kerning_func_t' type-id='type-id-204' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='116' column='1' id='type-id-187'/>
- <typedef-decl name='hb_font_get_glyph_h_origin_func_t' type-id='type-id-205' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='110' column='1' id='type-id-185'/>
- <typedef-decl name='hb_font_get_glyph_name_func_t' type-id='type-id-206' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='133' column='1' id='type-id-191'/>
- <typedef-decl name='hb_font_get_glyph_v_advance_func_t' type-id='type-id-203' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='104' column='1' id='type-id-184'/>
- <typedef-decl name='hb_font_get_glyph_v_kerning_func_t' type-id='type-id-204' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='117' column='1' id='type-id-188'/>
- <typedef-decl name='hb_font_get_glyph_v_origin_func_t' type-id='type-id-205' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='111' column='1' id='type-id-186'/>
- <typedef-decl name='hb_reference_table_func_t' type-id='type-id-207' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.h' line='50' column='1' id='type-id-178'/>
- <typedef-decl name='hb_tag_t' type-id='type-id-107' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='91' column='1' id='type-id-180'/>
+ <pointer-type-def type-id='type-id-195' size-in-bits='64' id='type-id-178'/>
+ <pointer-type-def type-id='type-id-196' size-in-bits='64' id='type-id-194'/>
+ <pointer-type-def type-id='type-id-174' size-in-bits='64' id='type-id-176'/>
+ <pointer-type-def type-id='type-id-197' size-in-bits='64' id='type-id-175'/>
+ <typedef-decl name='hb_font_get_glyph_contour_point_func_t' type-id='type-id-198' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='127' column='1' id='type-id-189'/>
+ <typedef-decl name='hb_font_get_glyph_extents_func_t' type-id='type-id-199' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='123' column='1' id='type-id-188'/>
+ <typedef-decl name='hb_font_get_glyph_from_name_func_t' type-id='type-id-200' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='137' column='1' id='type-id-191'/>
+ <typedef-decl name='hb_font_get_glyph_func_t' type-id='type-id-201' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='97' column='1' id='type-id-181'/>
+ <typedef-decl name='hb_font_get_glyph_h_advance_func_t' type-id='type-id-202' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='103' column='1' id='type-id-182'/>
+ <typedef-decl name='hb_font_get_glyph_h_kerning_func_t' type-id='type-id-203' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='116' column='1' id='type-id-186'/>
+ <typedef-decl name='hb_font_get_glyph_h_origin_func_t' type-id='type-id-204' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='110' column='1' id='type-id-184'/>
+ <typedef-decl name='hb_font_get_glyph_name_func_t' type-id='type-id-205' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='133' column='1' id='type-id-190'/>
+ <typedef-decl name='hb_font_get_glyph_v_advance_func_t' type-id='type-id-202' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='104' column='1' id='type-id-183'/>
+ <typedef-decl name='hb_font_get_glyph_v_kerning_func_t' type-id='type-id-203' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='117' column='1' id='type-id-187'/>
+ <typedef-decl name='hb_font_get_glyph_v_origin_func_t' type-id='type-id-204' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='111' column='1' id='type-id-185'/>
+ <typedef-decl name='hb_reference_table_func_t' type-id='type-id-206' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.h' line='50' column='1' id='type-id-177'/>
+ <typedef-decl name='hb_tag_t' type-id='type-id-106' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.h' line='91' column='1' id='type-id-179'/>
+ <qualified-type-def type-id='type-id-171' const='yes' id='type-id-195'/>
<qualified-type-def type-id='type-id-172' const='yes' id='type-id-196'/>
- <qualified-type-def type-id='type-id-173' const='yes' id='type-id-197'/>
- <pointer-type-def type-id='type-id-208' size-in-bits='64' id='type-id-207'/>
- <pointer-type-def type-id='type-id-209' size-in-bits='64' id='type-id-201'/>
- <pointer-type-def type-id='type-id-210' size-in-bits='64' id='type-id-206'/>
- <pointer-type-def type-id='type-id-211' size-in-bits='64' id='type-id-200'/>
- <pointer-type-def type-id='type-id-212' size-in-bits='64' id='type-id-202'/>
- <pointer-type-def type-id='type-id-213' size-in-bits='64' id='type-id-199'/>
- <typedef-decl name='hb_font_get_glyph_advance_func_t' type-id='type-id-214' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='102' column='1' id='type-id-203'/>
- <typedef-decl name='hb_font_get_glyph_kerning_func_t' type-id='type-id-215' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='115' column='1' id='type-id-204'/>
- <typedef-decl name='hb_font_get_glyph_origin_func_t' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='109' column='1' id='type-id-205'/>
- <typedef-decl name='hb_shape_plan_t' type-id='type-id-217' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.h' line='39' column='1' id='type-id-198'/>
- <function-type size-in-bits='64' id='type-id-208'>
- <parameter type-id='type-id-159'/>
- <parameter type-id='type-id-180'/>
+ <pointer-type-def type-id='type-id-207' size-in-bits='64' id='type-id-206'/>
+ <pointer-type-def type-id='type-id-208' size-in-bits='64' id='type-id-200'/>
+ <pointer-type-def type-id='type-id-209' size-in-bits='64' id='type-id-205'/>
+ <pointer-type-def type-id='type-id-210' size-in-bits='64' id='type-id-199'/>
+ <pointer-type-def type-id='type-id-211' size-in-bits='64' id='type-id-201'/>
+ <pointer-type-def type-id='type-id-212' size-in-bits='64' id='type-id-198'/>
+ <typedef-decl name='hb_font_get_glyph_advance_func_t' type-id='type-id-213' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='102' column='1' id='type-id-202'/>
+ <typedef-decl name='hb_font_get_glyph_kerning_func_t' type-id='type-id-214' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='115' column='1' id='type-id-203'/>
+ <typedef-decl name='hb_font_get_glyph_origin_func_t' type-id='type-id-215' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.h' line='109' column='1' id='type-id-204'/>
+ <typedef-decl name='hb_shape_plan_t' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.h' line='39' column='1' id='type-id-197'/>
+ <function-type size-in-bits='64' id='type-id-207'>
+ <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-179'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-59'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-209'>
- <parameter type-id='type-id-158'/>
+ <function-type size-in-bits='64' id='type-id-208'>
+ <parameter type-id='type-id-157'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-50'/>
<parameter type-id='type-id-4'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-26'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-210'>
- <parameter type-id='type-id-158'/>
+ <function-type size-in-bits='64' id='type-id-209'>
+ <parameter type-id='type-id-157'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-61'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-26'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-211'>
- <parameter type-id='type-id-158'/>
+ <function-type size-in-bits='64' id='type-id-210'>
+ <parameter type-id='type-id-157'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-164'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-163'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-26'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-212'>
- <parameter type-id='type-id-158'/>
+ <function-type size-in-bits='64' id='type-id-211'>
+ <parameter type-id='type-id-157'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-26'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-213'>
- <parameter type-id='type-id-158'/>
+ <function-type size-in-bits='64' id='type-id-212'>
+ <parameter type-id='type-id-157'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-26'/>
</function-type>
- <class-decl name='hb_shape_plan_t' size-in-bits='1664' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='36' column='1' id='type-id-217'>
+ <class-decl name='hb_shape_plan_t' size-in-bits='1664' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='36' column='1' id='type-id-216'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='header' type-id='type-id-49' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='37' column='1'/>
</data-member>
<var-decl name='default_shaper_list' type-id='type-id-26' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='40' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='face_unsafe' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='41' column='1'/>
+ <var-decl name='face_unsafe' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='41' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
- <var-decl name='props' type-id='type-id-71' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='42' column='1'/>
+ <var-decl name='props' type-id='type-id-70' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='42' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1280'>
- <var-decl name='shaper_func' type-id='type-id-218' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='44' column='1'/>
+ <var-decl name='shaper_func' type-id='type-id-217' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='44' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1344'>
<var-decl name='shaper_name' type-id='type-id-50' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='45' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
- <var-decl name='user_features' type-id='type-id-219' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='47' column='1'/>
+ <var-decl name='user_features' type-id='type-id-218' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1472'>
<var-decl name='num_user_features' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='48' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
- <var-decl name='shaper_data' type-id='type-id-161' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='50' column='1'/>
+ <var-decl name='shaper_data' type-id='type-id-160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='50' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_static_assertion_on_line_38' mangled-name='_ZNK15hb_shape_plan_t28_static_assertion_on_line_38Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan-private.hh' line='38' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-220' is-artificial='yes'/>
+ <parameter type-id='type-id-219' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <pointer-type-def type-id='type-id-221' size-in-bits='64' id='type-id-216'/>
- <pointer-type-def type-id='type-id-222' size-in-bits='64' id='type-id-215'/>
- <pointer-type-def type-id='type-id-223' size-in-bits='64' id='type-id-214'/>
- <pointer-type-def type-id='type-id-224' size-in-bits='64' id='type-id-220'/>
- <function-type size-in-bits='64' id='type-id-221'>
- <parameter type-id='type-id-158'/>
+ <pointer-type-def type-id='type-id-220' size-in-bits='64' id='type-id-215'/>
+ <pointer-type-def type-id='type-id-221' size-in-bits='64' id='type-id-214'/>
+ <pointer-type-def type-id='type-id-222' size-in-bits='64' id='type-id-213'/>
+ <pointer-type-def type-id='type-id-223' size-in-bits='64' id='type-id-219'/>
+ <function-type size-in-bits='64' id='type-id-220'>
+ <parameter type-id='type-id-157'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-26'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-222'>
- <parameter type-id='type-id-158'/>
+ <function-type size-in-bits='64' id='type-id-221'>
+ <parameter type-id='type-id-157'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-223'>
- <parameter type-id='type-id-158'/>
+ <function-type size-in-bits='64' id='type-id-222'>
+ <parameter type-id='type-id-157'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-150'/>
+ <return type-id='type-id-149'/>
</function-type>
- <pointer-type-def type-id='type-id-225' size-in-bits='64' id='type-id-219'/>
- <pointer-type-def type-id='type-id-226' size-in-bits='64' id='type-id-218'/>
- <qualified-type-def type-id='type-id-217' const='yes' id='type-id-224'/>
- <typedef-decl name='hb_feature_t' type-id='type-id-227' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='48' column='1' id='type-id-225'/>
- <typedef-decl name='hb_shape_func_t' type-id='type-id-228' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shaper-private.hh' line='36' column='1' id='type-id-226'/>
- <function-type size-in-bits='64' id='type-id-228'>
- <parameter type-id='type-id-176'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-80'/>
- <parameter type-id='type-id-229'/>
+ <pointer-type-def type-id='type-id-224' size-in-bits='64' id='type-id-218'/>
+ <pointer-type-def type-id='type-id-225' size-in-bits='64' id='type-id-217'/>
+ <qualified-type-def type-id='type-id-216' const='yes' id='type-id-223'/>
+ <typedef-decl name='hb_feature_t' type-id='type-id-226' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='48' column='1' id='type-id-224'/>
+ <typedef-decl name='hb_shape_func_t' type-id='type-id-227' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shaper-private.hh' line='36' column='1' id='type-id-225'/>
+ <function-type size-in-bits='64' id='type-id-227'>
+ <parameter type-id='type-id-175'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-79'/>
+ <parameter type-id='type-id-228'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-26'/>
</function-type>
- <class-decl name='hb_feature_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='43' column='1' id='type-id-227'>
+ <class-decl name='hb_feature_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='43' column='1' id='type-id-226'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='tag' type-id='type-id-180' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='44' column='1'/>
+ <var-decl name='tag' type-id='type-id-179' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='44' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='value' type-id='type-id-107' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='45' column='1'/>
+ <var-decl name='value' type-id='type-id-106' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='45' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='start' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='46' column='1'/>
<var-decl name='end' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.h' line='47' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-230' size-in-bits='64' id='type-id-229'/>
- <qualified-type-def type-id='type-id-225' const='yes' id='type-id-230'/>
+ <pointer-type-def type-id='type-id-229' size-in-bits='64' id='type-id-228'/>
+ <qualified-type-def type-id='type-id-224' const='yes' id='type-id-229'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-buffer.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
- <class-decl name='hb_utf_t<unsigned int, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='32' column='1' id='type-id-231'>
+ <class-decl name='hb_utf_t<unsigned int, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='32' column='1' id='type-id-230'>
<member-function access='public' static='yes'>
<function-decl name='next' mangled-name='_ZN8hb_utf_tIjLb1EE4nextEPKjS2_Pjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='213' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-232'/>
- <parameter type-id='type-id-232'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-231'/>
+ <parameter type-id='type-id-231'/>
+ <parameter type-id='type-id-104'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-232'/>
+ <return type-id='type-id-231'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='prev' mangled-name='_ZN8hb_utf_tIjLb1EE4prevEPKjS2_Pjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='230' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-232'/>
- <parameter type-id='type-id-232'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-231'/>
+ <parameter type-id='type-id-231'/>
+ <parameter type-id='type-id-104'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-232'/>
+ <return type-id='type-id-231'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='strlen' mangled-name='_ZN8hb_utf_tIjLb1EE6strlenEPKj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='240' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-232'/>
+ <parameter type-id='type-id-231'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
</class-decl>
- <qualified-type-def type-id='type-id-107' const='yes' id='type-id-233'/>
- <pointer-type-def type-id='type-id-233' size-in-bits='64' id='type-id-232'/>
- <class-decl name='hb_utf_t<short unsigned int, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='138' column='1' id='type-id-234'>
+ <qualified-type-def type-id='type-id-106' const='yes' id='type-id-232'/>
+ <pointer-type-def type-id='type-id-232' size-in-bits='64' id='type-id-231'/>
+ <class-decl name='hb_utf_t<short unsigned int, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='138' column='1' id='type-id-233'>
<member-function access='public' static='yes'>
<function-decl name='next' mangled-name='_ZN8hb_utf_tItLb1EE4nextEPKtS2_Pjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-235'/>
- <parameter type-id='type-id-235'/>
- <parameter type-id='type-id-105'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-235'/>
+ <parameter type-id='type-id-234'/>
+ <parameter type-id='type-id-234'/>
+ <parameter type-id='type-id-104'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-234'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='prev' mangled-name='_ZN8hb_utf_tItLb1EE4prevEPKtS2_Pjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='172' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-235'/>
- <parameter type-id='type-id-235'/>
- <parameter type-id='type-id-105'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-235'/>
+ <parameter type-id='type-id-234'/>
+ <parameter type-id='type-id-234'/>
+ <parameter type-id='type-id-104'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-234'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='strlen' mangled-name='_ZN8hb_utf_tItLb1EE6strlenEPKt' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-235'/>
+ <parameter type-id='type-id-234'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
</class-decl>
- <qualified-type-def type-id='type-id-141' const='yes' id='type-id-236'/>
- <pointer-type-def type-id='type-id-236' size-in-bits='64' id='type-id-235'/>
- <class-decl name='hb_utf_t<unsigned char, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='39' column='1' id='type-id-237'>
+ <qualified-type-def type-id='type-id-140' const='yes' id='type-id-235'/>
+ <pointer-type-def type-id='type-id-235' size-in-bits='64' id='type-id-234'/>
+ <class-decl name='hb_utf_t<unsigned char, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='39' column='1' id='type-id-236'>
<member-function access='public' static='yes'>
<function-decl name='next' mangled-name='_ZN8hb_utf_tIhLb1EE4nextEPKhS2_Pjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='41' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-238'/>
- <parameter type-id='type-id-238'/>
- <parameter type-id='type-id-105'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-238'/>
+ <parameter type-id='type-id-237'/>
+ <parameter type-id='type-id-237'/>
+ <parameter type-id='type-id-104'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-237'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='prev' mangled-name='_ZN8hb_utf_tIhLb1EE4prevEPKhS2_Pjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-238'/>
- <parameter type-id='type-id-238'/>
- <parameter type-id='type-id-105'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-238'/>
+ <parameter type-id='type-id-237'/>
+ <parameter type-id='type-id-237'/>
+ <parameter type-id='type-id-104'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-237'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='strlen' mangled-name='_ZN8hb_utf_tIhLb1EE6strlenEPKh' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-utf-private.hh' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-238'/>
+ <parameter type-id='type-id-237'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
</class-decl>
- <qualified-type-def type-id='type-id-145' const='yes' id='type-id-239'/>
- <pointer-type-def type-id='type-id-239' size-in-bits='64' id='type-id-238'/>
- <qualified-type-def type-id='type-id-71' const='yes' id='type-id-240'/>
- <pointer-type-def type-id='type-id-240' size-in-bits='64' id='type-id-241'/>
+ <qualified-type-def type-id='type-id-144' const='yes' id='type-id-238'/>
+ <pointer-type-def type-id='type-id-238' size-in-bits='64' id='type-id-237'/>
+ <qualified-type-def type-id='type-id-70' const='yes' id='type-id-239'/>
+ <pointer-type-def type-id='type-id-239' size-in-bits='64' id='type-id-240'/>
<function-decl name='hb_segment_properties_equal' mangled-name='hb_segment_properties_equal' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_segment_properties_equal'>
- <parameter type-id='type-id-241' name='a' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='40' column='1'/>
- <parameter type-id='type-id-241' name='b' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='41' column='1'/>
+ <parameter type-id='type-id-240' name='a' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='40' column='1'/>
+ <parameter type-id='type-id-240' name='b' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='41' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_segment_properties_hash' mangled-name='hb_segment_properties_hash' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='52' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_segment_properties_hash'>
- <parameter type-id='type-id-241' name='p' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='52' column='1'/>
+ <parameter type-id='type-id-240' name='p' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='52' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_buffer_get_empty' mangled-name='hb_buffer_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='699' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_empty'>
- <return type-id='type-id-80'/>
+ <return type-id='type-id-79'/>
</function-decl>
<function-decl name='hb_buffer_set_content_type' mangled-name='hb_buffer_set_content_type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='810' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_content_type'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='810' column='1'/>
- <parameter type-id='type-id-70' name='content_type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='811' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='810' column='1'/>
+ <parameter type-id='type-id-69' name='content_type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='811' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_get_content_type' mangled-name='hb_buffer_get_content_type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='827' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_content_type'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='827' column='1'/>
- <return type-id='type-id-70'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='827' column='1'/>
+ <return type-id='type-id-69'/>
</function-decl>
<function-decl name='hb_buffer_get_unicode_funcs' mangled-name='hb_buffer_get_unicode_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='869' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_unicode_funcs'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='869' column='1'/>
- <return type-id='type-id-67'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='869' column='1'/>
+ <return type-id='type-id-66'/>
</function-decl>
<function-decl name='hb_buffer_get_direction' mangled-name='hb_buffer_get_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='905' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_direction'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='905' column='1'/>
- <return type-id='type-id-126'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='905' column='1'/>
+ <return type-id='type-id-125'/>
</function-decl>
<function-decl name='hb_buffer_get_script' mangled-name='hb_buffer_get_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='940' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_script'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='940' column='1'/>
- <return type-id='type-id-104'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='940' column='1'/>
+ <return type-id='type-id-103'/>
</function-decl>
<function-decl name='hb_buffer_get_language' mangled-name='hb_buffer_get_language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='975' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_language'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='975' column='1'/>
- <return type-id='type-id-127'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='975' column='1'/>
+ <return type-id='type-id-126'/>
</function-decl>
- <pointer-type-def type-id='type-id-71' size-in-bits='64' id='type-id-242'/>
+ <pointer-type-def type-id='type-id-70' size-in-bits='64' id='type-id-241'/>
<function-decl name='hb_buffer_get_segment_properties' mangled-name='hb_buffer_get_segment_properties' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1009' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_segment_properties'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1009' column='1'/>
- <parameter type-id='type-id-242' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1010' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1009' column='1'/>
+ <parameter type-id='type-id-241' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1010' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_get_flags' mangled-name='hb_buffer_get_flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1046' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_flags'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1046' column='1'/>
- <return type-id='type-id-68'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1046' column='1'/>
+ <return type-id='type-id-67'/>
</function-decl>
<function-decl name='hb_buffer_get_replacement_codepoint' mangled-name='hb_buffer_get_replacement_codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1082' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_replacement_codepoint'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1082' column='1'/>
- <return type-id='type-id-69'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1082' column='1'/>
+ <return type-id='type-id-68'/>
</function-decl>
<function-decl name='hb_buffer_allocation_successful' mangled-name='hb_buffer_allocation_successful' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1144' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_allocation_successful'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1144' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1144' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_buffer_get_length' mangled-name='hb_buffer_get_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1219' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_length'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1219' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1219' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_buffer_get_glyph_infos' mangled-name='hb_buffer_get_glyph_infos' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_glyph_infos'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1237' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1237' column='1'/>
<parameter type-id='type-id-60' name='length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1238' column='1'/>
- <return type-id='type-id-72'/>
+ <return type-id='type-id-71'/>
</function-decl>
<function-decl name='hb_buffer_set_replacement_codepoint' mangled-name='hb_buffer_set_replacement_codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1062' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_replacement_codepoint'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1062' column='1'/>
- <parameter type-id='type-id-69' name='replacement' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1063' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1062' column='1'/>
+ <parameter type-id='type-id-68' name='replacement' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1063' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_set_flags' mangled-name='hb_buffer_set_flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1026' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_flags'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1026' column='1'/>
- <parameter type-id='type-id-68' name='flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1027' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1026' column='1'/>
+ <parameter type-id='type-id-67' name='flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1027' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_set_segment_properties' mangled-name='hb_buffer_set_segment_properties' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='990' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_segment_properties'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='990' column='1'/>
- <parameter type-id='type-id-241' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='991' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='990' column='1'/>
+ <parameter type-id='type-id-240' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='991' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_set_language' mangled-name='hb_buffer_set_language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='955' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_language'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='955' column='1'/>
- <parameter type-id='type-id-127' name='language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='956' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='955' column='1'/>
+ <parameter type-id='type-id-126' name='language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='956' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_set_script' mangled-name='hb_buffer_set_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='920' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_script'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='920' column='1'/>
- <parameter type-id='type-id-104' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='921' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='920' column='1'/>
+ <parameter type-id='type-id-103' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='921' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_set_direction' mangled-name='hb_buffer_set_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='884' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_direction'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='884' column='1'/>
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='885' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='884' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='885' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_reverse' mangled-name='hb_buffer_reverse' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_reverse'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_reverse_clusters' mangled-name='hb_buffer_reverse_clusters' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1296' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_reverse_clusters'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_get_glyph_positions' mangled-name='hb_buffer_get_glyph_positions' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_glyph_positions'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1259' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1259' column='1'/>
<parameter type-id='type-id-60' name='length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1260' column='1'/>
- <return type-id='type-id-73'/>
+ <return type-id='type-id-72'/>
</function-decl>
<function-decl name='hb_buffer_clear_contents' mangled-name='hb_buffer_clear_contents' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_clear_contents'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_set_unicode_funcs' mangled-name='hb_buffer_set_unicode_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='843' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_unicode_funcs'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='843' column='1'/>
- <parameter type-id='type-id-67' name='unicode_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='844' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='843' column='1'/>
+ <parameter type-id='type-id-66' name='unicode_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='844' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_reset' mangled-name='hb_buffer_reset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1097' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_reset'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_get_user_data' mangled-name='hb_buffer_get_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='793' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_get_user_data'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='793' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='793' column='1'/>
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='794' column='1'/>
<return type-id='type-id-20'/>
</function-decl>
<function-decl name='hb_buffer_set_user_data' mangled-name='hb_buffer_set_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='772' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_user_data'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='772' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='772' column='1'/>
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='773' column='1'/>
<parameter type-id='type-id-20' name='data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='774' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='775' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_buffer_reference' mangled-name='hb_buffer_reference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='731' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_reference'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='731' column='1'/>
- <return type-id='type-id-80'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='731' column='1'/>
+ <return type-id='type-id-79'/>
</function-decl>
<function-decl name='hb_buffer_destroy' mangled-name='hb_buffer_destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_destroy'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_create' mangled-name='hb_buffer_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='677' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_create'>
- <return type-id='type-id-80'/>
+ <return type-id='type-id-79'/>
</function-decl>
<function-decl name='hb_buffer_guess_segment_properties' mangled-name='hb_buffer_guess_segment_properties' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1326' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_guess_segment_properties'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_pre_allocate' mangled-name='hb_buffer_pre_allocate' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_pre_allocate'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1128' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1128' column='1'/>
<parameter type-id='type-id-10' name='size' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1128' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_buffer_add' mangled-name='hb_buffer_add' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1160' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_add'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1160' column='1'/>
- <parameter type-id='type-id-69' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1161' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1160' column='1'/>
+ <parameter type-id='type-id-68' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1161' column='1'/>
<parameter type-id='type-id-10' name='cluster' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1162' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_add_codepoints' mangled-name='hb_buffer_add_codepoints' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1479' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_add_codepoints'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1479' column='1'/>
- <parameter type-id='type-id-86' name='text' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1480' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1479' column='1'/>
+ <parameter type-id='type-id-85' name='text' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1480' column='1'/>
<parameter type-id='type-id-4' name='text_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1481' column='1'/>
<parameter type-id='type-id-10' name='item_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1482' column='1'/>
<parameter type-id='type-id-4' name='item_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1483' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_add_utf32' mangled-name='hb_buffer_add_utf32' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1457' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_add_utf32'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1457' column='1'/>
- <parameter type-id='type-id-232' name='text' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1458' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1457' column='1'/>
+ <parameter type-id='type-id-231' name='text' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1458' column='1'/>
<parameter type-id='type-id-4' name='text_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1459' column='1'/>
<parameter type-id='type-id-10' name='item_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1460' column='1'/>
<parameter type-id='type-id-4' name='item_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1461' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_add_utf16' mangled-name='hb_buffer_add_utf16' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1435' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_add_utf16'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1435' column='1'/>
- <parameter type-id='type-id-235' name='text' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1436' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1435' column='1'/>
+ <parameter type-id='type-id-234' name='text' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1436' column='1'/>
<parameter type-id='type-id-4' name='text_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1437' column='1'/>
<parameter type-id='type-id-10' name='item_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1438' column='1'/>
<parameter type-id='type-id-4' name='item_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1439' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_set_length' mangled-name='hb_buffer_set_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1180' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_set_length'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1128' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1128' column='1'/>
<parameter type-id='type-id-10' name='size' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1128' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_buffer_add_utf8' mangled-name='hb_buffer_add_utf8' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_add_utf8'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1413' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1413' column='1'/>
<parameter type-id='type-id-50' name='text' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1414' column='1'/>
<parameter type-id='type-id-4' name='text_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1415' column='1'/>
<parameter type-id='type-id-10' name='item_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1416' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_buffer_normalize_glyphs' mangled-name='hb_buffer_normalize_glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1553' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_buffer_normalize_glyphs'>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-buffer.cc' line='1280' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-common.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
- <class-decl name='hb_language_item_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='212' column='1' id='type-id-243'>
+ <class-decl name='hb_language_item_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='212' column='1' id='type-id-242'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='next' type-id='type-id-244' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='214' column='1'/>
+ <var-decl name='next' type-id='type-id-243' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='214' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='lang' type-id='type-id-127' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='215' column='1'/>
+ <var-decl name='lang' type-id='type-id-126' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='215' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator==' mangled-name='_ZNK18hb_language_item_teqEPKc' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='217' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-245' is-artificial='yes'/>
+ <parameter type-id='type-id-244' is-artificial='yes'/>
<parameter type-id='type-id-50'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZN18hb_language_item_taSEPKc' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='221' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-244' is-artificial='yes'/>
+ <parameter type-id='type-id-243' is-artificial='yes'/>
<parameter type-id='type-id-50'/>
- <return type-id='type-id-246'/>
+ <return type-id='type-id-245'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='finish' mangled-name='_ZN18hb_language_item_t6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='229' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-244' is-artificial='yes'/>
+ <parameter type-id='type-id-243' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <pointer-type-def type-id='type-id-243' size-in-bits='64' id='type-id-244'/>
+ <pointer-type-def type-id='type-id-242' size-in-bits='64' id='type-id-243'/>
- <qualified-type-def type-id='type-id-243' const='yes' id='type-id-247'/>
- <pointer-type-def type-id='type-id-247' size-in-bits='64' id='type-id-245'/>
- <reference-type-def kind='lvalue' type-id='type-id-243' size-in-bits='64' id='type-id-246'/>
+ <qualified-type-def type-id='type-id-242' const='yes' id='type-id-246'/>
+ <pointer-type-def type-id='type-id-246' size-in-bits='64' id='type-id-244'/>
+ <reference-type-def kind='lvalue' type-id='type-id-242' size-in-bits='64' id='type-id-245'/>
<function-decl name='hb_tag_from_string' mangled-name='hb_tag_from_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='70' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_tag_from_string'>
<parameter type-id='type-id-50' name='str' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='70' column='1'/>
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='70' column='1'/>
- <return type-id='type-id-180'/>
+ <return type-id='type-id-179'/>
</function-decl>
<function-decl name='hb_tag_to_string' mangled-name='hb_tag_to_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='98' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_tag_to_string'>
- <parameter type-id='type-id-180' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='98' column='1'/>
+ <parameter type-id='type-id-179' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='98' column='1'/>
<parameter type-id='type-id-61' name='buf' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='98' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_language_to_string' mangled-name='hb_language_to_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='325' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_language_to_string'>
- <parameter type-id='type-id-127' name='language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='325' column='1'/>
+ <parameter type-id='type-id-126' name='language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='325' column='1'/>
<return type-id='type-id-50'/>
</function-decl>
<function-decl name='hb_script_to_iso15924_tag' mangled-name='hb_script_to_iso15924_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='429' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_script_to_iso15924_tag'>
- <parameter type-id='type-id-104' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='429' column='1'/>
- <return type-id='type-id-180'/>
+ <parameter type-id='type-id-103' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='429' column='1'/>
+ <return type-id='type-id-179'/>
</function-decl>
<function-decl name='hb_script_get_horizontal_direction' mangled-name='hb_script_get_horizontal_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='445' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_script_get_horizontal_direction'>
- <parameter type-id='type-id-104' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='445' column='1'/>
- <return type-id='type-id-126'/>
+ <parameter type-id='type-id-103' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='445' column='1'/>
+ <return type-id='type-id-125'/>
</function-decl>
<function-decl name='hb_version' mangled-name='hb_version' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='547' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_version'>
<parameter type-id='type-id-60' name='major' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='547' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_script_from_iso15924_tag' mangled-name='hb_script_from_iso15924_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_script_from_iso15924_tag'>
- <parameter type-id='type-id-180' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='368' column='1'/>
- <return type-id='type-id-104'/>
+ <parameter type-id='type-id-179' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='368' column='1'/>
+ <return type-id='type-id-103'/>
</function-decl>
<function-decl name='hb_script_from_string' mangled-name='hb_script_from_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_script_from_string'>
<parameter type-id='type-id-50' name='s' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='413' column='1'/>
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='413' column='1'/>
- <return type-id='type-id-104'/>
+ <return type-id='type-id-103'/>
</function-decl>
<function-decl name='hb_direction_to_string' mangled-name='hb_direction_to_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='155' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_direction_to_string'>
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='155' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='155' column='1'/>
<return type-id='type-id-50'/>
</function-decl>
<function-decl name='hb_direction_from_string' mangled-name='hb_direction_from_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_direction_from_string'>
<parameter type-id='type-id-50' name='str' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='128' column='1'/>
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='128' column='1'/>
- <return type-id='type-id-126'/>
+ <return type-id='type-id-125'/>
</function-decl>
<function-decl name='hb_language_from_string' mangled-name='hb_language_from_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='293' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_language_from_string'>
<parameter type-id='type-id-50' name='str' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='293' column='1'/>
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='293' column='1'/>
- <return type-id='type-id-127'/>
+ <return type-id='type-id-126'/>
</function-decl>
<function-decl name='hb_language_get_default' mangled-name='hb_language_get_default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='341' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_language_get_default'>
- <return type-id='type-id-127'/>
+ <return type-id='type-id-126'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-face.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<namespace-decl name='OT'>
- <class-decl name='BEInt<unsigned int, 4>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-248'>
+ <class-decl name='BEInt<unsigned int, 4>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-247'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='v' type-id='type-id-138' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='607' column='1'/>
+ <var-decl name='v' type-id='type-id-137' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='607' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='set' mangled-name='_ZN2OT5BEIntIjLi4EE3setEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='585' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-249' is-artificial='yes'/>
+ <parameter type-id='type-id-248' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator unsigned int' mangled-name='_ZNK2OT5BEIntIjLi4EEcvjEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='592' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-250' is-artificial='yes'/>
+ <parameter type-id='type-id-249' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator==' mangled-name='_ZNK2OT5BEIntIjLi4EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='599' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-250' is-artificial='yes'/>
- <parameter type-id='type-id-251'/>
+ <parameter type-id='type-id-249' is-artificial='yes'/>
+ <parameter type-id='type-id-250'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator!=' mangled-name='_ZNK2OT5BEIntIjLi4EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='606' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-250' is-artificial='yes'/>
- <parameter type-id='type-id-251'/>
+ <parameter type-id='type-id-249' is-artificial='yes'/>
+ <parameter type-id='type-id-250'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='BEInt<short unsigned int, 2>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-252'>
+ <class-decl name='BEInt<short unsigned int, 2>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-251'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='v' type-id='type-id-253' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='554' column='1'/>
+ <var-decl name='v' type-id='type-id-252' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='554' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='set' mangled-name='_ZN2OT5BEIntItLi2EE3setEt' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='538' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-254' is-artificial='yes'/>
- <parameter type-id='type-id-140'/>
+ <parameter type-id='type-id-253' is-artificial='yes'/>
+ <parameter type-id='type-id-139'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator short unsigned int' mangled-name='_ZNK2OT5BEIntItLi2EEcvtEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='543' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <return type-id='type-id-140'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <return type-id='type-id-139'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator==' mangled-name='_ZNK2OT5BEIntItLi2EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='548' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-255'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator!=' mangled-name='_ZNK2OT5BEIntItLi2EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='553' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-255' is-artificial='yes'/>
- <parameter type-id='type-id-256'/>
+ <parameter type-id='type-id-254' is-artificial='yes'/>
+ <parameter type-id='type-id-255'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='IntType<short unsigned int, 2u>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-257'>
+ <class-decl name='IntType<short unsigned int, 2u>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-256'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='v' type-id='type-id-252' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
+ <var-decl name='v' type-id='type-id-251' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='set' mangled-name='_ZN2OT7IntTypeItLj2EE3setEt' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='614' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-258' is-artificial='yes'/>
- <parameter type-id='type-id-140'/>
+ <parameter type-id='type-id-257' is-artificial='yes'/>
+ <parameter type-id='type-id-139'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator short unsigned int' mangled-name='_ZNK2OT7IntTypeItLj2EEcvtEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='615' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-259' is-artificial='yes'/>
- <return type-id='type-id-140'/>
+ <parameter type-id='type-id-258' is-artificial='yes'/>
+ <return type-id='type-id-139'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator==' mangled-name='_ZNK2OT7IntTypeItLj2EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='616' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-259' is-artificial='yes'/>
- <parameter type-id='type-id-260'/>
+ <parameter type-id='type-id-258' is-artificial='yes'/>
+ <parameter type-id='type-id-259'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator!=' mangled-name='_ZNK2OT7IntTypeItLj2EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='617' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-259' is-artificial='yes'/>
- <parameter type-id='type-id-260'/>
+ <parameter type-id='type-id-258' is-artificial='yes'/>
+ <parameter type-id='type-id-259'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='cmp' mangled-name='_ZN2OT7IntTypeItLj2EE3cmpEPKS1_S3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-259'/>
- <parameter type-id='type-id-259'/>
+ <parameter type-id='type-id-258'/>
+ <parameter type-id='type-id-258'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeItLj2EE3cmpES1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='619' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-259' is-artificial='yes'/>
- <parameter type-id='type-id-257'/>
+ <parameter type-id='type-id-258' is-artificial='yes'/>
+ <parameter type-id='type-id-256'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeItLj2EE3cmpEt' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='620' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-259' is-artificial='yes'/>
- <parameter type-id='type-id-140'/>
+ <parameter type-id='type-id-258' is-artificial='yes'/>
+ <parameter type-id='type-id-139'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7IntTypeItLj2EE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='621' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-258' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-257' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_628' mangled-name='_ZNK2OT7IntTypeItLj2EE31_instance_assertion_on_line_628Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-259' is-artificial='yes'/>
+ <parameter type-id='type-id-258' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hb_sanitize_context_t' size-in-bits='320' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='178' column='1' id='type-id-262'>
+ <class-decl name='hb_sanitize_context_t' size-in-bits='320' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='178' column='1' id='type-id-261'>
<member-type access='public'>
- <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='181' column='1' id='type-id-263'/>
+ <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='181' column='1' id='type-id-262'/>
</member-type>
<data-member access='public' static='yes'>
- <var-decl name='max_debug_depth' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='180' column='1'/>
+ <var-decl name='max_debug_depth' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='180' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='debug_depth' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='280' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_name' mangled-name='_ZN2OT21hb_sanitize_context_t8get_nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='179' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<return type-id='type-id-50'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='default_return_value' mangled-name='_ZN2OT21hb_sanitize_context_t20default_return_valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='184' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-263'/>
+ <return type-id='type-id-262'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='stop_sublookup_iteration' mangled-name='_ZNK2OT21hb_sanitize_context_t24stop_sublookup_iterationEb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='185' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-263'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-262'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN2OT21hb_sanitize_context_t4initEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='187' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<parameter type-id='type-id-59'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='start_processing' mangled-name='_ZN2OT21hb_sanitize_context_t16start_processingEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='end_processing' mangled-name='_ZN2OT21hb_sanitize_context_t14end_processingEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='206' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_range' mangled-name='_ZNK2OT21hb_sanitize_context_t11check_rangeEPKvj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='217' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</member-function>
<member-function access='public'>
<function-decl name='check_array' mangled-name='_ZNK2OT21hb_sanitize_context_t11check_arrayEPKvjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='231' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
</member-function>
<member-function access='public'>
<function-decl name='may_edit' mangled-name='_ZN2OT21hb_sanitize_context_t8may_editEPKvj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='253' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-264'/>
<parameter type-id='type-id-265'/>
- <parameter type-id='type-id-266'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::maxp>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-267'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-266'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::head>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-268'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-267'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::IntType<unsigned int, 4u> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-269'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-268'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTable>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-270'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-269'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::FixedVersion>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-271'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-270'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-272'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-271'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-273'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-272'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-274'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-273'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-275'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-274'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-276'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-275'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-277'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-276'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::IntType<short unsigned int, 2u> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-259'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-258'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::CmapSubtableFormat0>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-278'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-277'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::CmapSubtableFormat4>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-279'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-278'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::USHORT, uint16_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-279'/>
<parameter type-id='type-id-280'/>
- <parameter type-id='type-id-281'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-282'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-281'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-283'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-282'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-284'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-283'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-285'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-284'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-286'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-285'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat12> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-287'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-286'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::CmapSubtableLongSegmented<OT::CmapSubtableFormat13> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-288'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-287'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-289'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-288'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-290'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-289'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-291'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-290'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-292'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-291'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-293'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-292'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::VariationSelectorRecord>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-294'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-293'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::CmapSubtableFormat14>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-295'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-294'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-296'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-295'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::EncodingRecord>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-297'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-296'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::cmap>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-298'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-297'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::_hea>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-299'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-298'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-300'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-299'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-301'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-300'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-302'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-301'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-303'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-302'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-304'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-303'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-305'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-304'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-306'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-305'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-307'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-306'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-308'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-307'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-309'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-308'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-310'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-309'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-311'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-310'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-312'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-311'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-313'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-312'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-314'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-313'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-315'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-314'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-316'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-315'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-317'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-317'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-319'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-320'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-319'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-321'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-320'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-322'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-321'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-323'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-322'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-324'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-323'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-325'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-324'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-326'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-325'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-327'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-326'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-328'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-327'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-329'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-328'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-330'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-329'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-331'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-330'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-332'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-331'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-333'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-332'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-334'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-333'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >, int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-335'/>
- <parameter type-id='type-id-266'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-334'/>
+ <parameter type-id='type-id-265'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-336'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-335'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-337'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-336'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-338'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-337'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-339'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-338'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-340'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-339'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-341'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-340'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-342'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-341'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::CaretValueFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-343'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-342'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::CaretValueFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-344'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-343'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::Device>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-345'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-344'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-346'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-345'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::CaretValueFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-347'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-346'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-348'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-347'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-349'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-348'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-350'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-349'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ClassDefFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-351'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-350'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-352'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-351'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-353'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-352'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-354'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-353'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-355'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-354'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-356'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-355'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-357'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-356'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::LangSys>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-358'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-357'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-359'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-358'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-360'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-359'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::Record<OT::LangSys> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-361'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-360'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-362'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-361'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::Record<OT::Script> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-363'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-362'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-364'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-363'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-365'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-364'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::FeatureParamsSize>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-366'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-365'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::FeatureParamsStylisticSet>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-367'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-366'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-368'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-367'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::FeatureParamsCharacterVariants>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-369'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-368'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-370'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-369'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::Feature>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-371'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-370'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='try_set<OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >, OT::OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-261' is-artificial='yes'/>
- <parameter type-id='type-id-301'/>
- <parameter type-id='type-id-372'/>
+ <parameter type-id='type-id-260' is-artificial='yes'/>
+ <parameter type-id='type-id-300'/>
+ <parameter type-id='type-id-371'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-373'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-372'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::Record<OT::Feature> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-374'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-373'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-375'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-374'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-376'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-375'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-377'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-376'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::Lookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-378'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-377'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-379'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-378'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-380'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-379'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-381'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-380'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-382'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-381'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::IntType<short int, 2u> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-383'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-382'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-384'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-383'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-385'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-384'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-386'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-385'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-387'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-386'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-388'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-387'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-389'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-388'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-390'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-389'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-391'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-390'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-392'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-391'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-393'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-392'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-394'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-393'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-395'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-394'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-396'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-395'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-397'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-396'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-398'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-397'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-399'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-398'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-400'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-399'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-401'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-400'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ExtensionFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-402'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-401'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-403'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-402'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-404'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-403'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-405'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-404'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-406'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-405'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-407'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-406'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-408'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-407'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::PairSet>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-409'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-408'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-410'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-409'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-411'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-410'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::AnchorFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-412'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-411'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::AnchorFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-413'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-412'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::AnchorFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-414'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-413'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-415'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-414'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-416'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-415'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::MarkRecord>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-417'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-416'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-418'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-417'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::AnchorMatrix>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-419'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-418'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-420'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-419'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::MarkBasePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-421'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-420'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-422'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-421'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-423'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-422'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::MarkLigPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-424'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-423'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::MarkMarkPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-425'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-424'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::SinglePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-426'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-425'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::SinglePosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-427'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-426'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::PairPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-428'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-427'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::PairPosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-429'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-428'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-430'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-429'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-431'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-430'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='check_struct<OT::OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-264' is-artificial='yes'/>
- <parameter type-id='type-id-432'/>
+ <parameter type-id='type-id-263' is-artificial='yes'/>
+ <parameter type-id='type-id-431'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-433'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-434'/>
+ <class-decl name='OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-432'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-433'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-273' is-artificial='yes'/>
+ <parameter type-id='type-id-272' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-435'/>
+ <return type-id='type-id-434'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-265' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-437'/>
+ <return type-id='type-id-436'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-265' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-265' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-264' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-273' is-artificial='yes'/>
+ <parameter type-id='type-id-272' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Offset<OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='683' column='1' id='type-id-434'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-438'/>
+ <class-decl name='Offset<OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='683' column='1' id='type-id-433'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-437'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='is_null' mangled-name='_ZNK2OT6OffsetINS_7IntTypeIjLj4EEEE7is_nullEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='684' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-439' is-artificial='yes'/>
+ <parameter type-id='type-id-438' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_686' mangled-name='_ZNK2OT6OffsetINS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_686Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-439' is-artificial='yes'/>
+ <parameter type-id='type-id-438' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='IntType<unsigned int, 4u>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-438'>
+ <class-decl name='IntType<unsigned int, 4u>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-437'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='v' type-id='type-id-248' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
+ <var-decl name='v' type-id='type-id-247' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='set' mangled-name='_ZN2OT7IntTypeIjLj4EE3setEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='614' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-440' is-artificial='yes'/>
+ <parameter type-id='type-id-439' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator unsigned int' mangled-name='_ZNK2OT7IntTypeIjLj4EEcvjEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='615' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-269' is-artificial='yes'/>
+ <parameter type-id='type-id-268' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator==' mangled-name='_ZNK2OT7IntTypeIjLj4EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='616' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-269' is-artificial='yes'/>
- <parameter type-id='type-id-441'/>
+ <parameter type-id='type-id-268' is-artificial='yes'/>
+ <parameter type-id='type-id-440'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator!=' mangled-name='_ZNK2OT7IntTypeIjLj4EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='617' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-269' is-artificial='yes'/>
- <parameter type-id='type-id-441'/>
+ <parameter type-id='type-id-268' is-artificial='yes'/>
+ <parameter type-id='type-id-440'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='cmp' mangled-name='_ZN2OT7IntTypeIjLj4EE3cmpEPKS1_S3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-269'/>
- <parameter type-id='type-id-269'/>
+ <parameter type-id='type-id-268'/>
+ <parameter type-id='type-id-268'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIjLj4EE3cmpES1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='619' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-269' is-artificial='yes'/>
- <parameter type-id='type-id-438'/>
+ <parameter type-id='type-id-268' is-artificial='yes'/>
+ <parameter type-id='type-id-437'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIjLj4EE3cmpEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='620' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-269' is-artificial='yes'/>
+ <parameter type-id='type-id-268' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7IntTypeIjLj4EE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='621' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-440' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-439' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_628' mangled-name='_ZNK2OT7IntTypeIjLj4EE31_instance_assertion_on_line_628Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-269' is-artificial='yes'/>
+ <parameter type-id='type-id-268' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='OffsetTable' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='71' column='1' id='type-id-442'>
+ <class-decl name='OffsetTable' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='71' column='1' id='type-id-441'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='sfnt_version' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='111' column='1'/>
+ <var-decl name='sfnt_version' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='111' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='numTables' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='112' column='1'/>
+ <var-decl name='numTables' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='112' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='searchRangeZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='113' column='1'/>
+ <var-decl name='searchRangeZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='113' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='entrySelectorZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='114' column='1'/>
+ <var-decl name='entrySelectorZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='114' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
- <var-decl name='rangeShiftZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='115' column='1'/>
+ <var-decl name='rangeShiftZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='115' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
- <var-decl name='tables' type-id='type-id-445' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='116' column='1'/>
+ <var-decl name='tables' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='116' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='118' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='118' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_table_count' mangled-name='_ZNK2OT11OffsetTable15get_table_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-270' is-artificial='yes'/>
+ <parameter type-id='type-id-269' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_table' mangled-name='_ZNK2OT11OffsetTable9get_tableEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-270' is-artificial='yes'/>
+ <parameter type-id='type-id-269' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-446'/>
+ <return type-id='type-id-445'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='find_table_index' mangled-name='_ZNK2OT11OffsetTable16find_table_indexEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-270' is-artificial='yes'/>
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-269' is-artificial='yes'/>
+ <parameter type-id='type-id-179'/>
<parameter type-id='type-id-60'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_table_by_tag' mangled-name='_ZNK2OT11OffsetTable16get_table_by_tagEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='97' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-270' is-artificial='yes'/>
- <parameter type-id='type-id-180'/>
- <return type-id='type-id-446'/>
+ <parameter type-id='type-id-269' is-artificial='yes'/>
+ <parameter type-id='type-id-179'/>
+ <return type-id='type-id-445'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT11OffsetTable8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-447' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-446' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_118' mangled-name='_ZNK2OT11OffsetTable31_instance_assertion_on_line_118Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-270' is-artificial='yes'/>
+ <parameter type-id='type-id-269' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_118' mangled-name='_ZNK2OT11OffsetTable31_compiles_assertion_on_line_118Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-270' is-artificial='yes'/>
+ <parameter type-id='type-id-269' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Tag' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='662' column='1' id='type-id-443'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-438'/>
+ <class-decl name='Tag' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='662' column='1' id='type-id-442'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-437'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='667' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='667' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='667' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='667' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator const char*' mangled-name='_ZNK2OT3TagcvPKcEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='664' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-448' is-artificial='yes'/>
+ <parameter type-id='type-id-447' is-artificial='yes'/>
<return type-id='type-id-50'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator char*' mangled-name='_ZN2OT3TagcvPcEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='665' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-449' is-artificial='yes'/>
+ <parameter type-id='type-id-448' is-artificial='yes'/>
<return type-id='type-id-61'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_667' mangled-name='_ZNK2OT3Tag31_instance_assertion_on_line_667Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='667' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-448' is-artificial='yes'/>
+ <parameter type-id='type-id-447' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <typedef-decl name='USHORT' type-id='type-id-257' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='632' column='1' id='type-id-444'/>
- <class-decl name='TableRecord' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='55' column='1' id='type-id-450'>
+ <typedef-decl name='USHORT' type-id='type-id-256' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='632' column='1' id='type-id-443'/>
+ <class-decl name='TableRecord' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='55' column='1' id='type-id-449'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='tag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='61' column='1'/>
+ <var-decl name='tag' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='61' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='checkSum' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='62' column='1'/>
+ <var-decl name='checkSum' type-id='type-id-450' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='62' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='offset' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='63' column='1'/>
+ <var-decl name='offset' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='63' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
- <var-decl name='length' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='65' column='1'/>
+ <var-decl name='length' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='65' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='67' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='67' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='67' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='67' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT11TableRecord8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='56' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-453' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-452' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_67' mangled-name='_ZNK2OT11TableRecord30_instance_assertion_on_line_67Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='67' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-454' is-artificial='yes'/>
+ <parameter type-id='type-id-453' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='CheckSum' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='692' column='1' id='type-id-451'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-438'/>
+ <class-decl name='CheckSum' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='692' column='1' id='type-id-450'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-437'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='709' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='709' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='709' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='709' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='CalcTableChecksum' mangled-name='_ZN2OT8CheckSum17CalcTableChecksumEPKNS_7IntTypeIjLj4EEEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='694' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-455'/>
- <parameter type-id='type-id-107'/>
- <return type-id='type-id-107'/>
+ <parameter type-id='type-id-454'/>
+ <parameter type-id='type-id-106'/>
+ <return type-id='type-id-106'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_for_data' mangled-name='_ZN2OT8CheckSum12set_for_dataEPKvj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='705' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-456' is-artificial='yes'/>
+ <parameter type-id='type-id-455' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_709' mangled-name='_ZNK2OT8CheckSum31_instance_assertion_on_line_709Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='709' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-457' is-artificial='yes'/>
+ <parameter type-id='type-id-456' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <typedef-decl name='ULONG' type-id='type-id-438' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='634' column='1' id='type-id-452'/>
- <class-decl name='hb_serialize_context_t' size-in-bits='320' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='377' column='1' id='type-id-458'>
+ <typedef-decl name='ULONG' type-id='type-id-437' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='634' column='1' id='type-id-451'/>
+ <class-decl name='hb_serialize_context_t' size-in-bits='320' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='377' column='1' id='type-id-457'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='debug_depth' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='480' column='1'/>
</data-member>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='hb_serialize_context_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='378' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='end_serialize' mangled-name='_ZN2OT22hb_serialize_context_t13end_serializeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='399' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='truncate' mangled-name='_ZN2OT22hb_serialize_context_t8truncateEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='474' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='start_embed<OT::Coverage>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='440' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <return type-id='type-id-459'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <return type-id='type-id-458'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='start_embed<OT::Ligature>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='440' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <return type-id='type-id-460'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <return type-id='type-id-459'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='start_embed<OT::LigatureSet>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='440' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <return type-id='type-id-461'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <return type-id='type-id-460'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='start_embed<OT::SubstLookupSubTable>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='440' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <return type-id='type-id-462'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <return type-id='type-id-461'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='start_embed<OT::SubstLookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='440' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <return type-id='type-id-463'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <return type-id='type-id-462'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::Lookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-464'/>
+ <return type-id='type-id-463'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-465'/>
+ <return type-id='type-id-464'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-466'/>
- <return type-id='type-id-465'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-465'/>
+ <return type-id='type-id-464'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend<OT::ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-466'/>
- <return type-id='type-id-465'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-465'/>
+ <return type-id='type-id-464'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::Lookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-467'/>
- <return type-id='type-id-464'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-466'/>
+ <return type-id='type-id-463'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::IntType<short unsigned int, 2u> >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-258'/>
+ <return type-id='type-id-257'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::SingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-468'/>
+ <return type-id='type-id-467'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::Coverage>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-459'/>
+ <return type-id='type-id-458'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::CoverageFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-469'/>
+ <return type-id='type-id-468'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-470'/>
+ <return type-id='type-id-469'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::CoverageFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-471'/>
- <return type-id='type-id-469'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-470'/>
+ <return type-id='type-id-468'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend<OT::SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-472'/>
- <return type-id='type-id-470'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-471'/>
+ <return type-id='type-id-469'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::CoverageFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-473'/>
+ <return type-id='type-id-472'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-474'/>
+ <return type-id='type-id-473'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::CoverageFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-475'/>
- <return type-id='type-id-473'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-474'/>
+ <return type-id='type-id-472'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend<OT::SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-476'/>
- <return type-id='type-id-474'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-475'/>
+ <return type-id='type-id-473'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::Coverage>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-477'/>
- <return type-id='type-id-459'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-476'/>
+ <return type-id='type-id-458'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::SingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-478'/>
- <return type-id='type-id-468'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-477'/>
+ <return type-id='type-id-467'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::SingleSubstFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-479'/>
+ <return type-id='type-id-478'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-480'/>
+ <return type-id='type-id-479'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-481'/>
- <return type-id='type-id-480'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-480'/>
+ <return type-id='type-id-479'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-481'/>
- <return type-id='type-id-480'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-480'/>
+ <return type-id='type-id-479'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::SingleSubstFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-482'/>
- <return type-id='type-id-479'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-481'/>
+ <return type-id='type-id-478'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::LigatureSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-483'/>
+ <return type-id='type-id-482'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-484'/>
+ <return type-id='type-id-483'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-485'/>
- <return type-id='type-id-484'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-484'/>
+ <return type-id='type-id-483'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend<OT::ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-485'/>
- <return type-id='type-id-484'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-484'/>
+ <return type-id='type-id-483'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::LigatureSet>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-461'/>
+ <return type-id='type-id-460'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-486'/>
+ <return type-id='type-id-485'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-487'/>
- <return type-id='type-id-486'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-486'/>
+ <return type-id='type-id-485'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend<OT::ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-487'/>
- <return type-id='type-id-486'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-486'/>
+ <return type-id='type-id-485'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::Ligature>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-460'/>
+ <return type-id='type-id-459'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate_size<OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-488'/>
+ <return type-id='type-id-487'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-489'/>
- <return type-id='type-id-488'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-488'/>
+ <return type-id='type-id-487'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend<OT::HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-489'/>
- <return type-id='type-id-488'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-488'/>
+ <return type-id='type-id-487'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::Ligature>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-490'/>
- <return type-id='type-id-460'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-489'/>
+ <return type-id='type-id-459'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::LigatureSet>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-491'/>
- <return type-id='type-id-461'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-490'/>
+ <return type-id='type-id-460'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::LigatureSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-492'/>
- <return type-id='type-id-483'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-491'/>
+ <return type-id='type-id-482'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='start_serialize<OT::SubstLookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='389' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <return type-id='type-id-463'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <return type-id='type-id-462'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='extend_min<OT::USHORT>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <parameter type-id='type-id-493'/>
- <return type-id='type-id-280'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <parameter type-id='type-id-492'/>
+ <return type-id='type-id-279'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='copy<OT::SubstLookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='410' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-436' is-artificial='yes'/>
- <return type-id='type-id-463'/>
+ <parameter type-id='type-id-435' is-artificial='yes'/>
+ <return type-id='type-id-462'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='maxp' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='43' column='1' id='type-id-494'>
+ <class-decl name='maxp' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='43' column='1' id='type-id-493'>
<data-member access='public' static='yes'>
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='44' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='44' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='version' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='58' column='1'/>
+ <var-decl name='version' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='58' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='numGlyphs' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='60' column='1'/>
+ <var-decl name='numGlyphs' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='60' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='62' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='62' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='62' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='62' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_num_glyphs' mangled-name='_ZNK2OT4maxp14get_num_glyphsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-267' is-artificial='yes'/>
+ <parameter type-id='type-id-266' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT4maxp8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-497' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-496' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_62' mangled-name='_ZNK2OT4maxp30_instance_assertion_on_line_62Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-maxp-table.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-267' is-artificial='yes'/>
+ <parameter type-id='type-id-266' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='FixedVersion' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='718' column='1' id='type-id-496'>
+ <class-decl name='FixedVersion' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='718' column='1' id='type-id-495'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='major' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='726' column='1'/>
+ <var-decl name='major' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='726' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='minor' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='727' column='1'/>
+ <var-decl name='minor' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='727' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='729' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='729' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='729' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='729' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='to_int' mangled-name='_ZNK2OT12FixedVersion6to_intEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='719' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-271' is-artificial='yes'/>
- <return type-id='type-id-107'/>
+ <parameter type-id='type-id-270' is-artificial='yes'/>
+ <return type-id='type-id-106'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT12FixedVersion8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='721' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-498' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-497' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_729' mangled-name='_ZNK2OT12FixedVersion31_instance_assertion_on_line_729Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='729' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-271' is-artificial='yes'/>
+ <parameter type-id='type-id-270' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='head' size-in-bits='432' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='45' column='1' id='type-id-499'>
+ <class-decl name='head' size-in-bits='432' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='45' column='1' id='type-id-498'>
<data-member access='public' static='yes'>
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='46' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='46' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='version' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='60' column='1'/>
+ <var-decl name='version' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='60' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='fontRevision' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='62' column='1'/>
+ <var-decl name='fontRevision' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='62' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='checkSumAdjustment' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='63' column='1'/>
+ <var-decl name='checkSumAdjustment' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='63' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
- <var-decl name='magicNumber' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='66' column='1'/>
+ <var-decl name='magicNumber' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='66' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='flags' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='67' column='1'/>
+ <var-decl name='flags' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='67' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='144'>
- <var-decl name='unitsPerEm' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='113' column='1'/>
+ <var-decl name='unitsPerEm' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='113' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='160'>
- <var-decl name='created' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='116' column='1'/>
+ <var-decl name='created' type-id='type-id-499' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='116' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='224'>
- <var-decl name='modified' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='118' column='1'/>
+ <var-decl name='modified' type-id='type-id-499' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='118' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='288'>
- <var-decl name='xMin' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='120' column='1'/>
+ <var-decl name='xMin' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='120' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='304'>
- <var-decl name='yMin' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='121' column='1'/>
+ <var-decl name='yMin' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='121' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='320'>
- <var-decl name='xMax' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='122' column='1'/>
+ <var-decl name='xMax' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='122' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='336'>
- <var-decl name='yMax' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='123' column='1'/>
+ <var-decl name='yMax' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='123' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='352'>
- <var-decl name='macStyle' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='124' column='1'/>
+ <var-decl name='macStyle' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='124' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='368'>
- <var-decl name='lowestRecPPEM' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='132' column='1'/>
+ <var-decl name='lowestRecPPEM' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='132' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='384'>
- <var-decl name='fontDirectionHint' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='133' column='1'/>
+ <var-decl name='fontDirectionHint' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='133' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='400'>
- <var-decl name='indexToLocFormat' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='139' column='1'/>
+ <var-decl name='indexToLocFormat' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='139' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='416'>
- <var-decl name='glyphDataFormat' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='140' column='1'/>
+ <var-decl name='glyphDataFormat' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='140' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='142' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='142' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='142' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='142' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_upem' mangled-name='_ZNK2OT4head8get_upemEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-268' is-artificial='yes'/>
+ <parameter type-id='type-id-267' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT4head8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-502' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-501' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_142' mangled-name='_ZNK2OT4head31_instance_assertion_on_line_142Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-head-table.hh' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-268' is-artificial='yes'/>
+ <parameter type-id='type-id-267' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='LONGDATETIME' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='647' column='1' id='type-id-500'>
+ <class-decl name='LONGDATETIME' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='647' column='1' id='type-id-499'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='major' type-id='type-id-503' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='653' column='1'/>
+ <var-decl name='major' type-id='type-id-502' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='653' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='minor' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='654' column='1'/>
+ <var-decl name='minor' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='654' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='656' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='656' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='656' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='656' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT12LONGDATETIME8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='648' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-504' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-503' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_656' mangled-name='_ZNK2OT12LONGDATETIME31_instance_assertion_on_line_656Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='656' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-505' is-artificial='yes'/>
+ <parameter type-id='type-id-504' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='IntType<int, 4u>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-506'>
+ <class-decl name='IntType<int, 4u>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-505'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='v' type-id='type-id-507' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
+ <var-decl name='v' type-id='type-id-506' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='set' mangled-name='_ZN2OT7IntTypeIiLj4EE3setEi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='614' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-508' is-artificial='yes'/>
+ <parameter type-id='type-id-507' is-artificial='yes'/>
<parameter type-id='type-id-4'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator int' mangled-name='_ZNK2OT7IntTypeIiLj4EEcviEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='615' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-509' is-artificial='yes'/>
+ <parameter type-id='type-id-508' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator==' mangled-name='_ZNK2OT7IntTypeIiLj4EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='616' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-509' is-artificial='yes'/>
- <parameter type-id='type-id-510'/>
+ <parameter type-id='type-id-508' is-artificial='yes'/>
+ <parameter type-id='type-id-509'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator!=' mangled-name='_ZNK2OT7IntTypeIiLj4EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='617' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-509' is-artificial='yes'/>
- <parameter type-id='type-id-510'/>
+ <parameter type-id='type-id-508' is-artificial='yes'/>
+ <parameter type-id='type-id-509'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='cmp' mangled-name='_ZN2OT7IntTypeIiLj4EE3cmpEPKS1_S3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-509'/>
- <parameter type-id='type-id-509'/>
+ <parameter type-id='type-id-508'/>
+ <parameter type-id='type-id-508'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIiLj4EE3cmpES1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='619' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-509' is-artificial='yes'/>
- <parameter type-id='type-id-506'/>
+ <parameter type-id='type-id-508' is-artificial='yes'/>
+ <parameter type-id='type-id-505'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIiLj4EE3cmpEi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='620' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-509' is-artificial='yes'/>
+ <parameter type-id='type-id-508' is-artificial='yes'/>
<parameter type-id='type-id-4'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7IntTypeIiLj4EE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='621' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-508' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-507' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_628' mangled-name='_ZNK2OT7IntTypeIiLj4EE31_instance_assertion_on_line_628Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-509' is-artificial='yes'/>
+ <parameter type-id='type-id-508' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='BEInt<int, 4>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-507'>
+ <class-decl name='BEInt<int, 4>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-506'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='v' type-id='type-id-138' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='607' column='1'/>
+ <var-decl name='v' type-id='type-id-137' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='607' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='set' mangled-name='_ZN2OT5BEIntIiLi4EE3setEi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='585' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-511' is-artificial='yes'/>
+ <parameter type-id='type-id-510' is-artificial='yes'/>
<parameter type-id='type-id-4'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator int' mangled-name='_ZNK2OT5BEIntIiLi4EEcviEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='592' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-512' is-artificial='yes'/>
+ <parameter type-id='type-id-511' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator==' mangled-name='_ZNK2OT5BEIntIiLi4EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='599' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-512' is-artificial='yes'/>
- <parameter type-id='type-id-513'/>
+ <parameter type-id='type-id-511' is-artificial='yes'/>
+ <parameter type-id='type-id-512'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator!=' mangled-name='_ZNK2OT5BEIntIiLi4EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='606' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-512' is-artificial='yes'/>
- <parameter type-id='type-id-513'/>
+ <parameter type-id='type-id-511' is-artificial='yes'/>
+ <parameter type-id='type-id-512'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
- <typedef-decl name='LONG' type-id='type-id-506' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='635' column='1' id='type-id-503'/>
- <class-decl name='IntType<short int, 2u>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-514'>
+ <typedef-decl name='LONG' type-id='type-id-505' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='635' column='1' id='type-id-502'/>
+ <class-decl name='IntType<short int, 2u>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-513'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='v' type-id='type-id-515' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
+ <var-decl name='v' type-id='type-id-514' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='set' mangled-name='_ZN2OT7IntTypeIsLj2EE3setEs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='614' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-516' is-artificial='yes'/>
- <parameter type-id='type-id-142'/>
+ <parameter type-id='type-id-515' is-artificial='yes'/>
+ <parameter type-id='type-id-141'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator short int' mangled-name='_ZNK2OT7IntTypeIsLj2EEcvsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='615' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-383' is-artificial='yes'/>
- <return type-id='type-id-142'/>
+ <parameter type-id='type-id-382' is-artificial='yes'/>
+ <return type-id='type-id-141'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator==' mangled-name='_ZNK2OT7IntTypeIsLj2EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='616' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-383' is-artificial='yes'/>
- <parameter type-id='type-id-517'/>
+ <parameter type-id='type-id-382' is-artificial='yes'/>
+ <parameter type-id='type-id-516'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator!=' mangled-name='_ZNK2OT7IntTypeIsLj2EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='617' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-383' is-artificial='yes'/>
- <parameter type-id='type-id-517'/>
+ <parameter type-id='type-id-382' is-artificial='yes'/>
+ <parameter type-id='type-id-516'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='cmp' mangled-name='_ZN2OT7IntTypeIsLj2EE3cmpEPKS1_S3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-383'/>
- <parameter type-id='type-id-383'/>
+ <parameter type-id='type-id-382'/>
+ <parameter type-id='type-id-382'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIsLj2EE3cmpES1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='619' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-383' is-artificial='yes'/>
- <parameter type-id='type-id-514'/>
+ <parameter type-id='type-id-382' is-artificial='yes'/>
+ <parameter type-id='type-id-513'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIsLj2EE3cmpEs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='620' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-383' is-artificial='yes'/>
- <parameter type-id='type-id-142'/>
+ <parameter type-id='type-id-382' is-artificial='yes'/>
+ <parameter type-id='type-id-141'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7IntTypeIsLj2EE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='621' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-516' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-515' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_628' mangled-name='_ZNK2OT7IntTypeIsLj2EE31_instance_assertion_on_line_628Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-383' is-artificial='yes'/>
+ <parameter type-id='type-id-382' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='BEInt<short int, 2>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-515'>
+ <class-decl name='BEInt<short int, 2>' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-514'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='v' type-id='type-id-253' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='554' column='1'/>
+ <var-decl name='v' type-id='type-id-252' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='554' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='set' mangled-name='_ZN2OT5BEIntIsLi2EE3setEs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='538' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-518' is-artificial='yes'/>
- <parameter type-id='type-id-142'/>
+ <parameter type-id='type-id-517' is-artificial='yes'/>
+ <parameter type-id='type-id-141'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator short int' mangled-name='_ZNK2OT5BEIntIsLi2EEcvsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='543' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-519' is-artificial='yes'/>
- <return type-id='type-id-142'/>
+ <parameter type-id='type-id-518' is-artificial='yes'/>
+ <return type-id='type-id-141'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator==' mangled-name='_ZNK2OT5BEIntIsLi2EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='548' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-519' is-artificial='yes'/>
- <parameter type-id='type-id-520'/>
+ <parameter type-id='type-id-518' is-artificial='yes'/>
+ <parameter type-id='type-id-519'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator!=' mangled-name='_ZNK2OT5BEIntIsLi2EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='553' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-519' is-artificial='yes'/>
- <parameter type-id='type-id-520'/>
+ <parameter type-id='type-id-518' is-artificial='yes'/>
+ <parameter type-id='type-id-519'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
- <typedef-decl name='SHORT' type-id='type-id-514' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='633' column='1' id='type-id-501'/>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-521'>
+ <typedef-decl name='SHORT' type-id='type-id-513' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='633' column='1' id='type-id-500'/>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-520'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='array' type-id='type-id-522' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-521' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-272' is-artificial='yes'/>
+ <parameter type-id='type-id-271' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-273'/>
+ <return type-id='type-id-272'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-272' is-artificial='yes'/>
+ <parameter type-id='type-id-271' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-523'/>
+ <return type-id='type-id-522'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-524' is-artificial='yes'/>
+ <parameter type-id='type-id-523' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-525'/>
+ <return type-id='type-id-524'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-272' is-artificial='yes'/>
+ <parameter type-id='type-id-271' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-524' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-523' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-524' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-526'/>
+ <parameter type-id='type-id-523' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-525'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-524' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-523' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-524' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-523' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-524' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-523' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-272' is-artificial='yes'/>
+ <parameter type-id='type-id-271' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11OffsetTableENS_7IntTypeIjLj4EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-272' is-artificial='yes'/>
+ <parameter type-id='type-id-271' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Supplier<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-527'/>
- <class-decl name='TTCHeaderVersion1' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='127' column='1' id='type-id-528'>
+ <class-decl name='Supplier<OT::OffsetTo<OT::OffsetTable, OT::IntType<unsigned int, 4u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-526'/>
+ <class-decl name='TTCHeaderVersion1' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='127' column='1' id='type-id-527'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='ttcTag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='139' column='1'/>
+ <var-decl name='ttcTag' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='139' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='version' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='140' column='1'/>
+ <var-decl name='version' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='140' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='table' type-id='type-id-521' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='143' column='1'/>
+ <var-decl name='table' type-id='type-id-520' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='143' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='146' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='146' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_face_count' mangled-name='_ZNK2OT17TTCHeaderVersion114get_face_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-529' is-artificial='yes'/>
+ <parameter type-id='type-id-528' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_face' mangled-name='_ZNK2OT17TTCHeaderVersion18get_faceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-529' is-artificial='yes'/>
+ <parameter type-id='type-id-528' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-530'/>
+ <return type-id='type-id-529'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT17TTCHeaderVersion18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-531' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-530' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_146' mangled-name='_ZNK2OT17TTCHeaderVersion131_instance_assertion_on_line_146Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-529' is-artificial='yes'/>
+ <parameter type-id='type-id-528' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_146' mangled-name='_ZNK2OT17TTCHeaderVersion131_compiles_assertion_on_line_146Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-529' is-artificial='yes'/>
+ <parameter type-id='type-id-528' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <typedef-decl name='OpenTypeFontFace' type-id='type-id-442' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='119' column='1' id='type-id-532'/>
- <class-decl name='TTCHeader' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='150' column='1' id='type-id-533'>
+ <typedef-decl name='OpenTypeFontFace' type-id='type-id-441' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='119' column='1' id='type-id-531'/>
+ <class-decl name='TTCHeader' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='150' column='1' id='type-id-532'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='183' column='1' id='type-id-534'>
+ <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='183' column='1' id='type-id-533'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='184' column='1' id='type-id-535'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='184' column='1' id='type-id-534'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='ttcTag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='185' column='1'/>
+ <var-decl name='ttcTag' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='185' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='version' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='186' column='1'/>
+ <var-decl name='version' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='186' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='private'>
- <var-decl name='header' type-id='type-id-535' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='188' column='1'/>
+ <var-decl name='header' type-id='type-id-534' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='188' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='version1' type-id='type-id-528' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='189' column='1'/>
+ <var-decl name='version1' type-id='type-id-527' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='189' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-534' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='190' column='1'/>
+ <var-decl name='u' type-id='type-id-533' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='190' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='get_face_count' mangled-name='_ZNK2OT9TTCHeader14get_face_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-536' is-artificial='yes'/>
+ <parameter type-id='type-id-535' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='get_face' mangled-name='_ZNK2OT9TTCHeader8get_faceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='163' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-536' is-artificial='yes'/>
+ <parameter type-id='type-id-535' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-530'/>
+ <return type-id='type-id-529'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize' mangled-name='_ZN2OT9TTCHeader8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='172' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-537' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-536' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Sanitizer<OT::maxp>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-538'>
+ <class-decl name='Sanitizer<OT::maxp>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-537'>
<member-function access='public' static='yes'>
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4maxpEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
<member-function access='public' static='yes'>
<function-decl name='lock_instance' mangled-name='_ZN2OT9SanitizerINS_4maxpEE13lock_instanceEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='352' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
- <return type-id='type-id-267'/>
+ <return type-id='type-id-266'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Sanitizer<OT::head>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-539'>
+ <class-decl name='Sanitizer<OT::head>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-538'>
<member-function access='public' static='yes'>
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4headEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
<member-function access='public' static='yes'>
<function-decl name='lock_instance' mangled-name='_ZN2OT9SanitizerINS_4headEE13lock_instanceEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='352' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
- <return type-id='type-id-268'/>
+ <return type-id='type-id-267'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Sanitizer<OT::OpenTypeFontFile>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-540'>
+ <class-decl name='Sanitizer<OT::OpenTypeFontFile>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-539'>
<member-function access='public' static='yes'>
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_16OpenTypeFontFileEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
<member-function access='public' static='yes'>
<function-decl name='lock_instance' mangled-name='_ZN2OT9SanitizerINS_16OpenTypeFontFileEE13lock_instanceEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='352' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
- <return type-id='type-id-541'/>
+ <return type-id='type-id-540'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='OpenTypeFontFile' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='199' column='1' id='type-id-542'>
+ <class-decl name='OpenTypeFontFile' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='199' column='1' id='type-id-541'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='224' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='250' column='1' id='type-id-543'>
+ <union-decl name='__anonymous_union__' size-in-bits='224' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='250' column='1' id='type-id-542'>
<data-member access='private'>
- <var-decl name='tag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='251' column='1'/>
+ <var-decl name='tag' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='251' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='fontFace' type-id='type-id-532' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='252' column='1'/>
+ <var-decl name='fontFace' type-id='type-id-531' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='252' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='ttcHeader' type-id='type-id-533' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='253' column='1'/>
+ <var-decl name='ttcHeader' type-id='type-id-532' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='253' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='public' static='yes'>
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='200' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='200' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='CFFTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='202' column='1'/>
+ <var-decl name='CFFTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='202' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='TrueTypeTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='203' column='1'/>
+ <var-decl name='TrueTypeTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='203' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='TTCTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='204' column='1'/>
+ <var-decl name='TTCTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='204' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='TrueTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='205' column='1'/>
+ <var-decl name='TrueTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='205' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='Typ1Tag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='206' column='1'/>
+ <var-decl name='Typ1Tag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='206' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-543' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='254' column='1'/>
+ <var-decl name='u' type-id='type-id-542' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='254' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='256' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='256' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_tag' mangled-name='_ZNK2OT16OpenTypeFontFile7get_tagEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='208' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-541' is-artificial='yes'/>
- <return type-id='type-id-180'/>
+ <parameter type-id='type-id-540' is-artificial='yes'/>
+ <return type-id='type-id-179'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_face_count' mangled-name='_ZNK2OT16OpenTypeFontFile14get_face_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='210' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-541' is-artificial='yes'/>
+ <parameter type-id='type-id-540' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_face' mangled-name='_ZNK2OT16OpenTypeFontFile8get_faceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='221' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-541' is-artificial='yes'/>
+ <parameter type-id='type-id-540' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-530'/>
+ <return type-id='type-id-529'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT16OpenTypeFontFile8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='236' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-544' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-543' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_256' mangled-name='_ZNK2OT16OpenTypeFontFile31_instance_assertion_on_line_256Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-file-private.hh' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-541' is-artificial='yes'/>
+ <parameter type-id='type-id-540' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-248' size-in-bits='64' id='type-id-249'/>
- <qualified-type-def type-id='type-id-248' const='yes' id='type-id-545'/>
- <pointer-type-def type-id='type-id-545' size-in-bits='64' id='type-id-250'/>
- <reference-type-def kind='lvalue' type-id='type-id-545' size-in-bits='64' id='type-id-251'/>
+ <pointer-type-def type-id='type-id-247' size-in-bits='64' id='type-id-248'/>
+ <qualified-type-def type-id='type-id-247' const='yes' id='type-id-544'/>
+ <pointer-type-def type-id='type-id-544' size-in-bits='64' id='type-id-249'/>
+ <reference-type-def kind='lvalue' type-id='type-id-544' size-in-bits='64' id='type-id-250'/>
- <array-type-def dimensions='1' type-id='type-id-145' size-in-bits='16' id='type-id-253'>
+ <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='16' id='type-id-252'>
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
- <pointer-type-def type-id='type-id-252' size-in-bits='64' id='type-id-254'/>
- <qualified-type-def type-id='type-id-252' const='yes' id='type-id-546'/>
- <pointer-type-def type-id='type-id-546' size-in-bits='64' id='type-id-255'/>
- <reference-type-def kind='lvalue' type-id='type-id-546' size-in-bits='64' id='type-id-256'/>
- <pointer-type-def type-id='type-id-257' size-in-bits='64' id='type-id-258'/>
- <qualified-type-def type-id='type-id-257' const='yes' id='type-id-547'/>
- <pointer-type-def type-id='type-id-547' size-in-bits='64' id='type-id-259'/>
- <reference-type-def kind='lvalue' type-id='type-id-547' size-in-bits='64' id='type-id-260'/>
- <pointer-type-def type-id='type-id-262' size-in-bits='64' id='type-id-261'/>
- <qualified-type-def type-id='type-id-262' const='yes' id='type-id-548'/>
- <pointer-type-def type-id='type-id-548' size-in-bits='64' id='type-id-264'/>
- <pointer-type-def type-id='type-id-438' size-in-bits='64' id='type-id-440'/>
- <qualified-type-def type-id='type-id-438' const='yes' id='type-id-549'/>
- <pointer-type-def type-id='type-id-549' size-in-bits='64' id='type-id-269'/>
- <reference-type-def kind='lvalue' type-id='type-id-549' size-in-bits='64' id='type-id-441'/>
- <qualified-type-def type-id='type-id-434' const='yes' id='type-id-550'/>
- <pointer-type-def type-id='type-id-550' size-in-bits='64' id='type-id-439'/>
- <qualified-type-def type-id='type-id-443' const='yes' id='type-id-551'/>
- <pointer-type-def type-id='type-id-551' size-in-bits='64' id='type-id-448'/>
- <pointer-type-def type-id='type-id-443' size-in-bits='64' id='type-id-449'/>
- <qualified-type-def type-id='type-id-452' const='yes' id='type-id-552'/>
- <pointer-type-def type-id='type-id-552' size-in-bits='64' id='type-id-455'/>
- <pointer-type-def type-id='type-id-451' size-in-bits='64' id='type-id-456'/>
- <qualified-type-def type-id='type-id-451' const='yes' id='type-id-553'/>
- <pointer-type-def type-id='type-id-553' size-in-bits='64' id='type-id-457'/>
- <pointer-type-def type-id='type-id-450' size-in-bits='64' id='type-id-453'/>
- <qualified-type-def type-id='type-id-450' const='yes' id='type-id-554'/>
- <pointer-type-def type-id='type-id-554' size-in-bits='64' id='type-id-454'/>
+ <pointer-type-def type-id='type-id-251' size-in-bits='64' id='type-id-253'/>
+ <qualified-type-def type-id='type-id-251' const='yes' id='type-id-545'/>
+ <pointer-type-def type-id='type-id-545' size-in-bits='64' id='type-id-254'/>
+ <reference-type-def kind='lvalue' type-id='type-id-545' size-in-bits='64' id='type-id-255'/>
+ <pointer-type-def type-id='type-id-256' size-in-bits='64' id='type-id-257'/>
+ <qualified-type-def type-id='type-id-256' const='yes' id='type-id-546'/>
+ <pointer-type-def type-id='type-id-546' size-in-bits='64' id='type-id-258'/>
+ <reference-type-def kind='lvalue' type-id='type-id-546' size-in-bits='64' id='type-id-259'/>
+ <pointer-type-def type-id='type-id-261' size-in-bits='64' id='type-id-260'/>
+ <qualified-type-def type-id='type-id-261' const='yes' id='type-id-547'/>
+ <pointer-type-def type-id='type-id-547' size-in-bits='64' id='type-id-263'/>
+ <pointer-type-def type-id='type-id-437' size-in-bits='64' id='type-id-439'/>
+ <qualified-type-def type-id='type-id-437' const='yes' id='type-id-548'/>
+ <pointer-type-def type-id='type-id-548' size-in-bits='64' id='type-id-268'/>
+ <reference-type-def kind='lvalue' type-id='type-id-548' size-in-bits='64' id='type-id-440'/>
+ <qualified-type-def type-id='type-id-433' const='yes' id='type-id-549'/>
+ <pointer-type-def type-id='type-id-549' size-in-bits='64' id='type-id-438'/>
+ <qualified-type-def type-id='type-id-442' const='yes' id='type-id-550'/>
+ <pointer-type-def type-id='type-id-550' size-in-bits='64' id='type-id-447'/>
+ <pointer-type-def type-id='type-id-442' size-in-bits='64' id='type-id-448'/>
+ <qualified-type-def type-id='type-id-451' const='yes' id='type-id-551'/>
+ <pointer-type-def type-id='type-id-551' size-in-bits='64' id='type-id-454'/>
+ <pointer-type-def type-id='type-id-450' size-in-bits='64' id='type-id-455'/>
+ <qualified-type-def type-id='type-id-450' const='yes' id='type-id-552'/>
+ <pointer-type-def type-id='type-id-552' size-in-bits='64' id='type-id-456'/>
+ <pointer-type-def type-id='type-id-449' size-in-bits='64' id='type-id-452'/>
+ <qualified-type-def type-id='type-id-449' const='yes' id='type-id-553'/>
+ <pointer-type-def type-id='type-id-553' size-in-bits='64' id='type-id-453'/>
- <array-type-def dimensions='1' type-id='type-id-450' size-in-bits='128' id='type-id-445'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-449' size-in-bits='128' id='type-id-444'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <qualified-type-def type-id='type-id-442' const='yes' id='type-id-555'/>
- <pointer-type-def type-id='type-id-555' size-in-bits='64' id='type-id-270'/>
- <reference-type-def kind='lvalue' type-id='type-id-554' size-in-bits='64' id='type-id-446'/>
- <pointer-type-def type-id='type-id-442' size-in-bits='64' id='type-id-447'/>
- <reference-type-def kind='lvalue' type-id='type-id-555' size-in-bits='64' id='type-id-435'/>
- <qualified-type-def type-id='type-id-433' const='yes' id='type-id-556'/>
- <pointer-type-def type-id='type-id-556' size-in-bits='64' id='type-id-273'/>
- <reference-type-def kind='lvalue' type-id='type-id-442' size-in-bits='64' id='type-id-437'/>
- <pointer-type-def type-id='type-id-433' size-in-bits='64' id='type-id-265'/>
- <pointer-type-def type-id='type-id-458' size-in-bits='64' id='type-id-436'/>
- <qualified-type-def type-id='type-id-4' const='yes' id='type-id-557'/>
- <reference-type-def kind='lvalue' type-id='type-id-557' size-in-bits='64' id='type-id-266'/>
- <qualified-type-def type-id='type-id-180' const='yes' id='type-id-495'/>
- <qualified-type-def type-id='type-id-496' const='yes' id='type-id-558'/>
- <pointer-type-def type-id='type-id-558' size-in-bits='64' id='type-id-271'/>
- <pointer-type-def type-id='type-id-496' size-in-bits='64' id='type-id-498'/>
- <qualified-type-def type-id='type-id-494' const='yes' id='type-id-559'/>
- <pointer-type-def type-id='type-id-559' size-in-bits='64' id='type-id-267'/>
- <pointer-type-def type-id='type-id-494' size-in-bits='64' id='type-id-497'/>
- <pointer-type-def type-id='type-id-507' size-in-bits='64' id='type-id-511'/>
- <qualified-type-def type-id='type-id-507' const='yes' id='type-id-560'/>
- <pointer-type-def type-id='type-id-560' size-in-bits='64' id='type-id-512'/>
- <reference-type-def kind='lvalue' type-id='type-id-560' size-in-bits='64' id='type-id-513'/>
- <pointer-type-def type-id='type-id-506' size-in-bits='64' id='type-id-508'/>
- <qualified-type-def type-id='type-id-506' const='yes' id='type-id-561'/>
- <pointer-type-def type-id='type-id-561' size-in-bits='64' id='type-id-509'/>
- <reference-type-def kind='lvalue' type-id='type-id-561' size-in-bits='64' id='type-id-510'/>
- <pointer-type-def type-id='type-id-500' size-in-bits='64' id='type-id-504'/>
- <qualified-type-def type-id='type-id-500' const='yes' id='type-id-562'/>
- <pointer-type-def type-id='type-id-562' size-in-bits='64' id='type-id-505'/>
- <pointer-type-def type-id='type-id-515' size-in-bits='64' id='type-id-518'/>
- <qualified-type-def type-id='type-id-515' const='yes' id='type-id-563'/>
- <pointer-type-def type-id='type-id-563' size-in-bits='64' id='type-id-519'/>
- <reference-type-def kind='lvalue' type-id='type-id-563' size-in-bits='64' id='type-id-520'/>
- <pointer-type-def type-id='type-id-514' size-in-bits='64' id='type-id-516'/>
- <qualified-type-def type-id='type-id-514' const='yes' id='type-id-564'/>
- <pointer-type-def type-id='type-id-564' size-in-bits='64' id='type-id-383'/>
- <reference-type-def kind='lvalue' type-id='type-id-564' size-in-bits='64' id='type-id-517'/>
- <qualified-type-def type-id='type-id-499' const='yes' id='type-id-565'/>
- <pointer-type-def type-id='type-id-565' size-in-bits='64' id='type-id-268'/>
- <pointer-type-def type-id='type-id-499' size-in-bits='64' id='type-id-502'/>
+ <qualified-type-def type-id='type-id-441' const='yes' id='type-id-554'/>
+ <pointer-type-def type-id='type-id-554' size-in-bits='64' id='type-id-269'/>
+ <reference-type-def kind='lvalue' type-id='type-id-553' size-in-bits='64' id='type-id-445'/>
+ <pointer-type-def type-id='type-id-441' size-in-bits='64' id='type-id-446'/>
+ <reference-type-def kind='lvalue' type-id='type-id-554' size-in-bits='64' id='type-id-434'/>
+ <qualified-type-def type-id='type-id-432' const='yes' id='type-id-555'/>
+ <pointer-type-def type-id='type-id-555' size-in-bits='64' id='type-id-272'/>
+ <reference-type-def kind='lvalue' type-id='type-id-441' size-in-bits='64' id='type-id-436'/>
+ <pointer-type-def type-id='type-id-432' size-in-bits='64' id='type-id-264'/>
+ <pointer-type-def type-id='type-id-457' size-in-bits='64' id='type-id-435'/>
+ <qualified-type-def type-id='type-id-4' const='yes' id='type-id-556'/>
+ <reference-type-def kind='lvalue' type-id='type-id-556' size-in-bits='64' id='type-id-265'/>
+ <qualified-type-def type-id='type-id-179' const='yes' id='type-id-494'/>
+ <qualified-type-def type-id='type-id-495' const='yes' id='type-id-557'/>
+ <pointer-type-def type-id='type-id-557' size-in-bits='64' id='type-id-270'/>
+ <pointer-type-def type-id='type-id-495' size-in-bits='64' id='type-id-497'/>
+ <qualified-type-def type-id='type-id-493' const='yes' id='type-id-558'/>
+ <pointer-type-def type-id='type-id-558' size-in-bits='64' id='type-id-266'/>
+ <pointer-type-def type-id='type-id-493' size-in-bits='64' id='type-id-496'/>
+ <pointer-type-def type-id='type-id-506' size-in-bits='64' id='type-id-510'/>
+ <qualified-type-def type-id='type-id-506' const='yes' id='type-id-559'/>
+ <pointer-type-def type-id='type-id-559' size-in-bits='64' id='type-id-511'/>
+ <reference-type-def kind='lvalue' type-id='type-id-559' size-in-bits='64' id='type-id-512'/>
+ <pointer-type-def type-id='type-id-505' size-in-bits='64' id='type-id-507'/>
+ <qualified-type-def type-id='type-id-505' const='yes' id='type-id-560'/>
+ <pointer-type-def type-id='type-id-560' size-in-bits='64' id='type-id-508'/>
+ <reference-type-def kind='lvalue' type-id='type-id-560' size-in-bits='64' id='type-id-509'/>
+ <pointer-type-def type-id='type-id-499' size-in-bits='64' id='type-id-503'/>
+ <qualified-type-def type-id='type-id-499' const='yes' id='type-id-561'/>
+ <pointer-type-def type-id='type-id-561' size-in-bits='64' id='type-id-504'/>
+ <pointer-type-def type-id='type-id-514' size-in-bits='64' id='type-id-517'/>
+ <qualified-type-def type-id='type-id-514' const='yes' id='type-id-562'/>
+ <pointer-type-def type-id='type-id-562' size-in-bits='64' id='type-id-518'/>
+ <reference-type-def kind='lvalue' type-id='type-id-562' size-in-bits='64' id='type-id-519'/>
+ <pointer-type-def type-id='type-id-513' size-in-bits='64' id='type-id-515'/>
+ <qualified-type-def type-id='type-id-513' const='yes' id='type-id-563'/>
+ <pointer-type-def type-id='type-id-563' size-in-bits='64' id='type-id-382'/>
+ <reference-type-def kind='lvalue' type-id='type-id-563' size-in-bits='64' id='type-id-516'/>
+ <qualified-type-def type-id='type-id-498' const='yes' id='type-id-564'/>
+ <pointer-type-def type-id='type-id-564' size-in-bits='64' id='type-id-267'/>
+ <pointer-type-def type-id='type-id-498' size-in-bits='64' id='type-id-501'/>
- <array-type-def dimensions='1' type-id='type-id-433' size-in-bits='32' id='type-id-522'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-432' size-in-bits='32' id='type-id-521'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <qualified-type-def type-id='type-id-521' const='yes' id='type-id-566'/>
- <pointer-type-def type-id='type-id-566' size-in-bits='64' id='type-id-272'/>
- <reference-type-def kind='lvalue' type-id='type-id-556' size-in-bits='64' id='type-id-523'/>
- <reference-type-def kind='lvalue' type-id='type-id-433' size-in-bits='64' id='type-id-525'/>
- <pointer-type-def type-id='type-id-521' size-in-bits='64' id='type-id-524'/>
- <reference-type-def kind='lvalue' type-id='type-id-527' size-in-bits='64' id='type-id-526'/>
- <class-decl name='hb_auto_trace_t<0, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='749' column='1' id='type-id-567'>
+ <qualified-type-def type-id='type-id-520' const='yes' id='type-id-565'/>
+ <pointer-type-def type-id='type-id-565' size-in-bits='64' id='type-id-271'/>
+ <reference-type-def kind='lvalue' type-id='type-id-555' size-in-bits='64' id='type-id-522'/>
+ <reference-type-def kind='lvalue' type-id='type-id-432' size-in-bits='64' id='type-id-524'/>
+ <pointer-type-def type-id='type-id-520' size-in-bits='64' id='type-id-523'/>
+ <reference-type-def kind='lvalue' type-id='type-id-526' size-in-bits='64' id='type-id-525'/>
+ <class-decl name='hb_auto_trace_t<0, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='749' column='1' id='type-id-566'>
<member-function access='public'>
<function-decl name='hb_auto_trace_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='797' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-568' is-artificial='yes'/>
+ <parameter type-id='type-id-567' is-artificial='yes'/>
<parameter type-id='type-id-60'/>
<parameter type-id='type-id-50'/>
<parameter type-id='type-id-20'/>
</member-function>
<member-function access='public'>
<function-decl name='ret' mangled-name='_ZN15hb_auto_trace_tILi0EbE3retEbj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='804' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-568' is-artificial='yes'/>
+ <parameter type-id='type-id-567' is-artificial='yes'/>
<parameter type-id='type-id-7'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
- <pointer-type-def type-id='type-id-567' size-in-bits='64' id='type-id-568'/>
- <qualified-type-def type-id='type-id-528' const='yes' id='type-id-569'/>
- <pointer-type-def type-id='type-id-569' size-in-bits='64' id='type-id-529'/>
+ <pointer-type-def type-id='type-id-566' size-in-bits='64' id='type-id-567'/>
+ <qualified-type-def type-id='type-id-527' const='yes' id='type-id-568'/>
+ <pointer-type-def type-id='type-id-568' size-in-bits='64' id='type-id-528'/>
+ <qualified-type-def type-id='type-id-531' const='yes' id='type-id-569'/>
+ <reference-type-def kind='lvalue' type-id='type-id-569' size-in-bits='64' id='type-id-529'/>
+ <pointer-type-def type-id='type-id-527' size-in-bits='64' id='type-id-530'/>
<qualified-type-def type-id='type-id-532' const='yes' id='type-id-570'/>
- <reference-type-def kind='lvalue' type-id='type-id-570' size-in-bits='64' id='type-id-530'/>
- <pointer-type-def type-id='type-id-528' size-in-bits='64' id='type-id-531'/>
- <qualified-type-def type-id='type-id-533' const='yes' id='type-id-571'/>
- <pointer-type-def type-id='type-id-571' size-in-bits='64' id='type-id-536'/>
- <pointer-type-def type-id='type-id-533' size-in-bits='64' id='type-id-537'/>
- <qualified-type-def type-id='type-id-542' const='yes' id='type-id-572'/>
- <pointer-type-def type-id='type-id-572' size-in-bits='64' id='type-id-541'/>
- <pointer-type-def type-id='type-id-542' size-in-bits='64' id='type-id-544'/>
+ <pointer-type-def type-id='type-id-570' size-in-bits='64' id='type-id-535'/>
+ <pointer-type-def type-id='type-id-532' size-in-bits='64' id='type-id-536'/>
+ <qualified-type-def type-id='type-id-541' const='yes' id='type-id-571'/>
+ <pointer-type-def type-id='type-id-571' size-in-bits='64' id='type-id-540'/>
+ <pointer-type-def type-id='type-id-541' size-in-bits='64' id='type-id-543'/>
<function-decl name='hb_face_get_empty' mangled-name='hb_face_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='195' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_get_empty'>
- <return type-id='type-id-159'/>
+ <return type-id='type-id-158'/>
</function-decl>
<function-decl name='hb_face_is_immutable' mangled-name='hb_face_is_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_is_immutable'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_face_set_index' mangled-name='hb_face_set_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_set_index'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='368' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='368' column='1'/>
<parameter type-id='type-id-10' name='index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='369' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_face_get_index' mangled-name='hb_face_get_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='388' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_get_index'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='388' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='388' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_face_set_upem' mangled-name='hb_face_set_upem' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='403' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_set_upem'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='368' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='368' column='1'/>
<parameter type-id='type-id-10' name='index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='369' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_face_set_glyph_count' mangled-name='hb_face_set_glyph_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_set_glyph_count'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='368' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='368' column='1'/>
<parameter type-id='type-id-10' name='index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='369' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_face_make_immutable' mangled-name='hb_face_make_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_make_immutable'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='299' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='299' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_face_get_user_data' mangled-name='hb_face_get_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='284' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_get_user_data'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='284' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='284' column='1'/>
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='285' column='1'/>
<return type-id='type-id-20'/>
</function-decl>
<function-decl name='hb_face_set_user_data' mangled-name='hb_face_set_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='263' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_set_user_data'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='263' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='263' column='1'/>
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='264' column='1'/>
<parameter type-id='type-id-20' name='data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='265' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='266' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_face_reference' mangled-name='hb_face_reference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='212' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_reference'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='212' column='1'/>
- <return type-id='type-id-159'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='212' column='1'/>
+ <return type-id='type-id-158'/>
</function-decl>
<function-decl name='hb_face_destroy' mangled-name='hb_face_destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='226' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_destroy'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='299' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='299' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_face_create_for_tables' mangled-name='hb_face_create_for_tables' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='83' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_create_for_tables'>
- <parameter type-id='type-id-178' name='reference_table_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='83' column='1'/>
+ <parameter type-id='type-id-177' name='reference_table_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='83' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='84' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='85' column='1'/>
- <return type-id='type-id-159'/>
+ <return type-id='type-id-158'/>
</function-decl>
<function-decl name='hb_face_reference_blob' mangled-name='hb_face_reference_blob' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_reference_blob'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='353' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='353' column='1'/>
<return type-id='type-id-59'/>
</function-decl>
<function-decl name='hb_face_reference_table' mangled-name='hb_face_reference_table' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='336' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_reference_table'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='336' column='1'/>
- <parameter type-id='type-id-180' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='337' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='336' column='1'/>
+ <parameter type-id='type-id-179' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='337' column='1'/>
<return type-id='type-id-59'/>
</function-decl>
<function-decl name='hb_face_create' mangled-name='hb_face_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='163' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_create'>
<parameter type-id='type-id-59' name='blob' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='163' column='1'/>
<parameter type-id='type-id-10' name='index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='164' column='1'/>
- <return type-id='type-id-159'/>
+ <return type-id='type-id-158'/>
</function-decl>
<function-decl name='hb_face_get_glyph_count' mangled-name='hb_face_get_glyph_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='467' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_get_glyph_count'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='388' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='388' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_face_get_upem' mangled-name='hb_face_get_upem' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='423' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_face_get_upem'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='388' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='388' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
- <reference-type-def kind='lvalue' type-id='type-id-573' size-in-bits='64' id='type-id-481'/>
- <pointer-type-def type-id='type-id-573' size-in-bits='64' id='type-id-480'/>
- <reference-type-def kind='lvalue' type-id='type-id-574' size-in-bits='64' id='type-id-466'/>
- <pointer-type-def type-id='type-id-574' size-in-bits='64' id='type-id-465'/>
- <reference-type-def kind='lvalue' type-id='type-id-575' size-in-bits='64' id='type-id-487'/>
- <pointer-type-def type-id='type-id-575' size-in-bits='64' id='type-id-486'/>
- <reference-type-def kind='lvalue' type-id='type-id-576' size-in-bits='64' id='type-id-485'/>
- <pointer-type-def type-id='type-id-576' size-in-bits='64' id='type-id-484'/>
- <reference-type-def kind='lvalue' type-id='type-id-577' size-in-bits='64' id='type-id-477'/>
- <pointer-type-def type-id='type-id-577' size-in-bits='64' id='type-id-459'/>
- <reference-type-def kind='lvalue' type-id='type-id-578' size-in-bits='64' id='type-id-471'/>
- <pointer-type-def type-id='type-id-578' size-in-bits='64' id='type-id-469'/>
- <reference-type-def kind='lvalue' type-id='type-id-579' size-in-bits='64' id='type-id-475'/>
- <pointer-type-def type-id='type-id-579' size-in-bits='64' id='type-id-473'/>
+ <reference-type-def kind='lvalue' type-id='type-id-572' size-in-bits='64' id='type-id-480'/>
+ <pointer-type-def type-id='type-id-572' size-in-bits='64' id='type-id-479'/>
+ <reference-type-def kind='lvalue' type-id='type-id-573' size-in-bits='64' id='type-id-465'/>
+ <pointer-type-def type-id='type-id-573' size-in-bits='64' id='type-id-464'/>
+ <reference-type-def kind='lvalue' type-id='type-id-574' size-in-bits='64' id='type-id-486'/>
+ <pointer-type-def type-id='type-id-574' size-in-bits='64' id='type-id-485'/>
+ <reference-type-def kind='lvalue' type-id='type-id-575' size-in-bits='64' id='type-id-484'/>
+ <pointer-type-def type-id='type-id-575' size-in-bits='64' id='type-id-483'/>
+ <reference-type-def kind='lvalue' type-id='type-id-576' size-in-bits='64' id='type-id-476'/>
+ <pointer-type-def type-id='type-id-576' size-in-bits='64' id='type-id-458'/>
+ <reference-type-def kind='lvalue' type-id='type-id-577' size-in-bits='64' id='type-id-470'/>
+ <pointer-type-def type-id='type-id-577' size-in-bits='64' id='type-id-468'/>
+ <reference-type-def kind='lvalue' type-id='type-id-578' size-in-bits='64' id='type-id-474'/>
+ <pointer-type-def type-id='type-id-578' size-in-bits='64' id='type-id-472'/>
+ <reference-type-def kind='lvalue' type-id='type-id-579' size-in-bits='64' id='type-id-488'/>
+ <pointer-type-def type-id='type-id-579' size-in-bits='64' id='type-id-487'/>
<reference-type-def kind='lvalue' type-id='type-id-580' size-in-bits='64' id='type-id-489'/>
- <pointer-type-def type-id='type-id-580' size-in-bits='64' id='type-id-488'/>
+ <pointer-type-def type-id='type-id-580' size-in-bits='64' id='type-id-459'/>
<reference-type-def kind='lvalue' type-id='type-id-581' size-in-bits='64' id='type-id-490'/>
<pointer-type-def type-id='type-id-581' size-in-bits='64' id='type-id-460'/>
<reference-type-def kind='lvalue' type-id='type-id-582' size-in-bits='64' id='type-id-491'/>
- <pointer-type-def type-id='type-id-582' size-in-bits='64' id='type-id-461'/>
- <reference-type-def kind='lvalue' type-id='type-id-583' size-in-bits='64' id='type-id-492'/>
- <pointer-type-def type-id='type-id-583' size-in-bits='64' id='type-id-483'/>
- <reference-type-def kind='lvalue' type-id='type-id-584' size-in-bits='64' id='type-id-467'/>
- <pointer-type-def type-id='type-id-584' size-in-bits='64' id='type-id-464'/>
- <pointer-type-def type-id='type-id-585' size-in-bits='64' id='type-id-312'/>
- <pointer-type-def type-id='type-id-586' size-in-bits='64' id='type-id-314'/>
- <pointer-type-def type-id='type-id-587' size-in-bits='64' id='type-id-317'/>
- <pointer-type-def type-id='type-id-588' size-in-bits='64' id='type-id-305'/>
- <pointer-type-def type-id='type-id-589' size-in-bits='64' id='type-id-318'/>
+ <pointer-type-def type-id='type-id-582' size-in-bits='64' id='type-id-482'/>
+ <reference-type-def kind='lvalue' type-id='type-id-583' size-in-bits='64' id='type-id-466'/>
+ <pointer-type-def type-id='type-id-583' size-in-bits='64' id='type-id-463'/>
+ <pointer-type-def type-id='type-id-584' size-in-bits='64' id='type-id-311'/>
+ <pointer-type-def type-id='type-id-585' size-in-bits='64' id='type-id-313'/>
+ <pointer-type-def type-id='type-id-586' size-in-bits='64' id='type-id-316'/>
+ <pointer-type-def type-id='type-id-587' size-in-bits='64' id='type-id-304'/>
+ <pointer-type-def type-id='type-id-588' size-in-bits='64' id='type-id-317'/>
+ <pointer-type-def type-id='type-id-589' size-in-bits='64' id='type-id-322'/>
<pointer-type-def type-id='type-id-590' size-in-bits='64' id='type-id-323'/>
- <pointer-type-def type-id='type-id-591' size-in-bits='64' id='type-id-324'/>
- <pointer-type-def type-id='type-id-592' size-in-bits='64' id='type-id-304'/>
- <pointer-type-def type-id='type-id-593' size-in-bits='64' id='type-id-276'/>
- <pointer-type-def type-id='type-id-594' size-in-bits='64' id='type-id-302'/>
- <pointer-type-def type-id='type-id-595' size-in-bits='64' id='type-id-320'/>
- <pointer-type-def type-id='type-id-596' size-in-bits='64' id='type-id-303'/>
- <pointer-type-def type-id='type-id-597' size-in-bits='64' id='type-id-335'/>
- <pointer-type-def type-id='type-id-598' size-in-bits='64' id='type-id-301'/>
- <pointer-type-def type-id='type-id-599' size-in-bits='64' id='type-id-300'/>
- <pointer-type-def type-id='type-id-600' size-in-bits='64' id='type-id-306'/>
- <pointer-type-def type-id='type-id-601' size-in-bits='64' id='type-id-319'/>
+ <pointer-type-def type-id='type-id-591' size-in-bits='64' id='type-id-303'/>
+ <pointer-type-def type-id='type-id-592' size-in-bits='64' id='type-id-275'/>
+ <pointer-type-def type-id='type-id-593' size-in-bits='64' id='type-id-301'/>
+ <pointer-type-def type-id='type-id-594' size-in-bits='64' id='type-id-319'/>
+ <pointer-type-def type-id='type-id-595' size-in-bits='64' id='type-id-302'/>
+ <pointer-type-def type-id='type-id-596' size-in-bits='64' id='type-id-334'/>
+ <pointer-type-def type-id='type-id-597' size-in-bits='64' id='type-id-300'/>
+ <pointer-type-def type-id='type-id-598' size-in-bits='64' id='type-id-299'/>
+ <pointer-type-def type-id='type-id-599' size-in-bits='64' id='type-id-305'/>
+ <pointer-type-def type-id='type-id-600' size-in-bits='64' id='type-id-318'/>
+ <pointer-type-def type-id='type-id-601' size-in-bits='64' id='type-id-325'/>
<pointer-type-def type-id='type-id-602' size-in-bits='64' id='type-id-326'/>
- <pointer-type-def type-id='type-id-603' size-in-bits='64' id='type-id-327'/>
- <pointer-type-def type-id='type-id-604' size-in-bits='64' id='type-id-331'/>
- <pointer-type-def type-id='type-id-605' size-in-bits='64' id='type-id-313'/>
- <pointer-type-def type-id='type-id-606' size-in-bits='64' id='type-id-307'/>
- <pointer-type-def type-id='type-id-607' size-in-bits='64' id='type-id-315'/>
- <pointer-type-def type-id='type-id-608' size-in-bits='64' id='type-id-310'/>
- <pointer-type-def type-id='type-id-609' size-in-bits='64' id='type-id-316'/>
- <pointer-type-def type-id='type-id-610' size-in-bits='64' id='type-id-311'/>
- <pointer-type-def type-id='type-id-611' size-in-bits='64' id='type-id-329'/>
- <pointer-type-def type-id='type-id-612' size-in-bits='64' id='type-id-333'/>
- <pointer-type-def type-id='type-id-613' size-in-bits='64' id='type-id-330'/>
- <pointer-type-def type-id='type-id-614' size-in-bits='64' id='type-id-309'/>
- <pointer-type-def type-id='type-id-615' size-in-bits='64' id='type-id-308'/>
+ <pointer-type-def type-id='type-id-603' size-in-bits='64' id='type-id-330'/>
+ <pointer-type-def type-id='type-id-604' size-in-bits='64' id='type-id-312'/>
+ <pointer-type-def type-id='type-id-605' size-in-bits='64' id='type-id-306'/>
+ <pointer-type-def type-id='type-id-606' size-in-bits='64' id='type-id-314'/>
+ <pointer-type-def type-id='type-id-607' size-in-bits='64' id='type-id-309'/>
+ <pointer-type-def type-id='type-id-608' size-in-bits='64' id='type-id-315'/>
+ <pointer-type-def type-id='type-id-609' size-in-bits='64' id='type-id-310'/>
+ <pointer-type-def type-id='type-id-610' size-in-bits='64' id='type-id-328'/>
+ <pointer-type-def type-id='type-id-611' size-in-bits='64' id='type-id-332'/>
+ <pointer-type-def type-id='type-id-612' size-in-bits='64' id='type-id-329'/>
+ <pointer-type-def type-id='type-id-613' size-in-bits='64' id='type-id-308'/>
+ <pointer-type-def type-id='type-id-614' size-in-bits='64' id='type-id-307'/>
+ <pointer-type-def type-id='type-id-615' size-in-bits='64' id='type-id-320'/>
<pointer-type-def type-id='type-id-616' size-in-bits='64' id='type-id-321'/>
- <pointer-type-def type-id='type-id-617' size-in-bits='64' id='type-id-322'/>
- <pointer-type-def type-id='type-id-618' size-in-bits='64' id='type-id-334'/>
- <pointer-type-def type-id='type-id-619' size-in-bits='64' id='type-id-325'/>
- <pointer-type-def type-id='type-id-620' size-in-bits='64' id='type-id-275'/>
- <pointer-type-def type-id='type-id-621' size-in-bits='64' id='type-id-274'/>
- <pointer-type-def type-id='type-id-622' size-in-bits='64' id='type-id-332'/>
- <pointer-type-def type-id='type-id-623' size-in-bits='64' id='type-id-328'/>
- <reference-type-def kind='lvalue' type-id='type-id-624' size-in-bits='64' id='type-id-478'/>
- <pointer-type-def type-id='type-id-624' size-in-bits='64' id='type-id-468'/>
- <reference-type-def kind='lvalue' type-id='type-id-625' size-in-bits='64' id='type-id-482'/>
- <pointer-type-def type-id='type-id-625' size-in-bits='64' id='type-id-479'/>
- <reference-type-def kind='lvalue' type-id='type-id-626' size-in-bits='64' id='type-id-472'/>
- <pointer-type-def type-id='type-id-626' size-in-bits='64' id='type-id-470'/>
- <reference-type-def kind='lvalue' type-id='type-id-627' size-in-bits='64' id='type-id-476'/>
- <pointer-type-def type-id='type-id-627' size-in-bits='64' id='type-id-474'/>
- <pointer-type-def type-id='type-id-628' size-in-bits='64' id='type-id-463'/>
- <pointer-type-def type-id='type-id-629' size-in-bits='64' id='type-id-462'/>
- <reference-type-def kind='lvalue' type-id='type-id-444' size-in-bits='64' id='type-id-493'/>
- <pointer-type-def type-id='type-id-444' size-in-bits='64' id='type-id-280'/>
+ <pointer-type-def type-id='type-id-617' size-in-bits='64' id='type-id-333'/>
+ <pointer-type-def type-id='type-id-618' size-in-bits='64' id='type-id-324'/>
+ <pointer-type-def type-id='type-id-619' size-in-bits='64' id='type-id-274'/>
+ <pointer-type-def type-id='type-id-620' size-in-bits='64' id='type-id-273'/>
+ <pointer-type-def type-id='type-id-621' size-in-bits='64' id='type-id-331'/>
+ <pointer-type-def type-id='type-id-622' size-in-bits='64' id='type-id-327'/>
+ <reference-type-def kind='lvalue' type-id='type-id-623' size-in-bits='64' id='type-id-477'/>
+ <pointer-type-def type-id='type-id-623' size-in-bits='64' id='type-id-467'/>
+ <reference-type-def kind='lvalue' type-id='type-id-624' size-in-bits='64' id='type-id-481'/>
+ <pointer-type-def type-id='type-id-624' size-in-bits='64' id='type-id-478'/>
+ <reference-type-def kind='lvalue' type-id='type-id-625' size-in-bits='64' id='type-id-471'/>
+ <pointer-type-def type-id='type-id-625' size-in-bits='64' id='type-id-469'/>
+ <reference-type-def kind='lvalue' type-id='type-id-626' size-in-bits='64' id='type-id-475'/>
+ <pointer-type-def type-id='type-id-626' size-in-bits='64' id='type-id-473'/>
+ <pointer-type-def type-id='type-id-627' size-in-bits='64' id='type-id-462'/>
+ <pointer-type-def type-id='type-id-628' size-in-bits='64' id='type-id-461'/>
+ <reference-type-def kind='lvalue' type-id='type-id-443' size-in-bits='64' id='type-id-492'/>
+ <pointer-type-def type-id='type-id-443' size-in-bits='64' id='type-id-279'/>
+ <pointer-type-def type-id='type-id-629' size-in-bits='64' id='type-id-411'/>
<pointer-type-def type-id='type-id-630' size-in-bits='64' id='type-id-412'/>
<pointer-type-def type-id='type-id-631' size-in-bits='64' id='type-id-413'/>
- <pointer-type-def type-id='type-id-632' size-in-bits='64' id='type-id-414'/>
- <pointer-type-def type-id='type-id-633' size-in-bits='64' id='type-id-419'/>
- <pointer-type-def type-id='type-id-634' size-in-bits='64' id='type-id-286'/>
- <pointer-type-def type-id='type-id-635' size-in-bits='64' id='type-id-277'/>
- <pointer-type-def type-id='type-id-636' size-in-bits='64' id='type-id-411'/>
- <pointer-type-def type-id='type-id-637' size-in-bits='64' id='type-id-357'/>
- <pointer-type-def type-id='type-id-638' size-in-bits='64' id='type-id-282'/>
- <pointer-type-def type-id='type-id-639' size-in-bits='64' id='type-id-284'/>
- <pointer-type-def type-id='type-id-640' size-in-bits='64' id='type-id-368'/>
- <pointer-type-def type-id='type-id-641' size-in-bits='64' id='type-id-398'/>
- <pointer-type-def type-id='type-id-642' size-in-bits='64' id='type-id-416'/>
- <pointer-type-def type-id='type-id-643' size-in-bits='64' id='type-id-377'/>
- <pointer-type-def type-id='type-id-644' size-in-bits='64' id='type-id-422'/>
- <pointer-type-def type-id='type-id-645' size-in-bits='64' id='type-id-338'/>
- <pointer-type-def type-id='type-id-646' size-in-bits='64' id='type-id-342'/>
- <pointer-type-def type-id='type-id-647' size-in-bits='64' id='type-id-397'/>
- <pointer-type-def type-id='type-id-648' size-in-bits='64' id='type-id-396'/>
- <pointer-type-def type-id='type-id-649' size-in-bits='64' id='type-id-401'/>
- <pointer-type-def type-id='type-id-650' size-in-bits='64' id='type-id-353'/>
- <pointer-type-def type-id='type-id-651' size-in-bits='64' id='type-id-341'/>
- <pointer-type-def type-id='type-id-652' size-in-bits='64' id='type-id-387'/>
- <pointer-type-def type-id='type-id-653' size-in-bits='64' id='type-id-386'/>
- <pointer-type-def type-id='type-id-654' size-in-bits='64' id='type-id-376'/>
- <pointer-type-def type-id='type-id-655' size-in-bits='64' id='type-id-408'/>
+ <pointer-type-def type-id='type-id-632' size-in-bits='64' id='type-id-418'/>
+ <pointer-type-def type-id='type-id-633' size-in-bits='64' id='type-id-285'/>
+ <pointer-type-def type-id='type-id-634' size-in-bits='64' id='type-id-276'/>
+ <pointer-type-def type-id='type-id-635' size-in-bits='64' id='type-id-410'/>
+ <pointer-type-def type-id='type-id-636' size-in-bits='64' id='type-id-356'/>
+ <pointer-type-def type-id='type-id-637' size-in-bits='64' id='type-id-281'/>
+ <pointer-type-def type-id='type-id-638' size-in-bits='64' id='type-id-283'/>
+ <pointer-type-def type-id='type-id-639' size-in-bits='64' id='type-id-367'/>
+ <pointer-type-def type-id='type-id-640' size-in-bits='64' id='type-id-397'/>
+ <pointer-type-def type-id='type-id-641' size-in-bits='64' id='type-id-415'/>
+ <pointer-type-def type-id='type-id-642' size-in-bits='64' id='type-id-376'/>
+ <pointer-type-def type-id='type-id-643' size-in-bits='64' id='type-id-421'/>
+ <pointer-type-def type-id='type-id-644' size-in-bits='64' id='type-id-337'/>
+ <pointer-type-def type-id='type-id-645' size-in-bits='64' id='type-id-341'/>
+ <pointer-type-def type-id='type-id-646' size-in-bits='64' id='type-id-396'/>
+ <pointer-type-def type-id='type-id-647' size-in-bits='64' id='type-id-395'/>
+ <pointer-type-def type-id='type-id-648' size-in-bits='64' id='type-id-400'/>
+ <pointer-type-def type-id='type-id-649' size-in-bits='64' id='type-id-352'/>
+ <pointer-type-def type-id='type-id-650' size-in-bits='64' id='type-id-340'/>
+ <pointer-type-def type-id='type-id-651' size-in-bits='64' id='type-id-386'/>
+ <pointer-type-def type-id='type-id-652' size-in-bits='64' id='type-id-385'/>
+ <pointer-type-def type-id='type-id-653' size-in-bits='64' id='type-id-375'/>
+ <pointer-type-def type-id='type-id-654' size-in-bits='64' id='type-id-407'/>
+ <pointer-type-def type-id='type-id-655' size-in-bits='64' id='type-id-405'/>
<pointer-type-def type-id='type-id-656' size-in-bits='64' id='type-id-406'/>
- <pointer-type-def type-id='type-id-657' size-in-bits='64' id='type-id-407'/>
- <pointer-type-def type-id='type-id-658' size-in-bits='64' id='type-id-392'/>
- <pointer-type-def type-id='type-id-659' size-in-bits='64' id='type-id-391'/>
- <pointer-type-def type-id='type-id-660' size-in-bits='64' id='type-id-384'/>
+ <pointer-type-def type-id='type-id-657' size-in-bits='64' id='type-id-391'/>
+ <pointer-type-def type-id='type-id-658' size-in-bits='64' id='type-id-390'/>
+ <pointer-type-def type-id='type-id-659' size-in-bits='64' id='type-id-383'/>
+ <pointer-type-def type-id='type-id-660' size-in-bits='64' id='type-id-380'/>
<pointer-type-def type-id='type-id-661' size-in-bits='64' id='type-id-381'/>
- <pointer-type-def type-id='type-id-662' size-in-bits='64' id='type-id-382'/>
- <pointer-type-def type-id='type-id-663' size-in-bits='64' id='type-id-336'/>
- <pointer-type-def type-id='type-id-664' size-in-bits='64' id='type-id-365'/>
- <pointer-type-def type-id='type-id-665' size-in-bits='64' id='type-id-360'/>
- <pointer-type-def type-id='type-id-666' size-in-bits='64' id='type-id-356'/>
- <pointer-type-def type-id='type-id-667' size-in-bits='64' id='type-id-292'/>
- <pointer-type-def type-id='type-id-668' size-in-bits='64' id='type-id-290'/>
- <pointer-type-def type-id='type-id-669' size-in-bits='64' id='type-id-289'/>
+ <pointer-type-def type-id='type-id-662' size-in-bits='64' id='type-id-335'/>
+ <pointer-type-def type-id='type-id-663' size-in-bits='64' id='type-id-364'/>
+ <pointer-type-def type-id='type-id-664' size-in-bits='64' id='type-id-359'/>
+ <pointer-type-def type-id='type-id-665' size-in-bits='64' id='type-id-355'/>
+ <pointer-type-def type-id='type-id-666' size-in-bits='64' id='type-id-291'/>
+ <pointer-type-def type-id='type-id-667' size-in-bits='64' id='type-id-289'/>
+ <pointer-type-def type-id='type-id-668' size-in-bits='64' id='type-id-288'/>
+ <pointer-type-def type-id='type-id-669' size-in-bits='64' id='type-id-342'/>
<pointer-type-def type-id='type-id-670' size-in-bits='64' id='type-id-343'/>
- <pointer-type-def type-id='type-id-671' size-in-bits='64' id='type-id-344'/>
- <pointer-type-def type-id='type-id-672' size-in-bits='64' id='type-id-347'/>
- <pointer-type-def type-id='type-id-673' size-in-bits='64' id='type-id-351'/>
- <pointer-type-def type-id='type-id-674' size-in-bits='64' id='type-id-278'/>
- <pointer-type-def type-id='type-id-675' size-in-bits='64' id='type-id-295'/>
- <pointer-type-def type-id='type-id-676' size-in-bits='64' id='type-id-279'/>
+ <pointer-type-def type-id='type-id-671' size-in-bits='64' id='type-id-346'/>
+ <pointer-type-def type-id='type-id-672' size-in-bits='64' id='type-id-350'/>
+ <pointer-type-def type-id='type-id-673' size-in-bits='64' id='type-id-277'/>
+ <pointer-type-def type-id='type-id-674' size-in-bits='64' id='type-id-294'/>
+ <pointer-type-def type-id='type-id-675' size-in-bits='64' id='type-id-278'/>
+ <pointer-type-def type-id='type-id-676' size-in-bits='64' id='type-id-286'/>
<pointer-type-def type-id='type-id-677' size-in-bits='64' id='type-id-287'/>
- <pointer-type-def type-id='type-id-678' size-in-bits='64' id='type-id-288'/>
- <pointer-type-def type-id='type-id-679' size-in-bits='64' id='type-id-283'/>
- <pointer-type-def type-id='type-id-680' size-in-bits='64' id='type-id-285'/>
- <pointer-type-def type-id='type-id-681' size-in-bits='64' id='type-id-395'/>
- <pointer-type-def type-id='type-id-682' size-in-bits='64' id='type-id-345'/>
- <pointer-type-def type-id='type-id-683' size-in-bits='64' id='type-id-297'/>
- <pointer-type-def type-id='type-id-684' size-in-bits='64' id='type-id-402'/>
- <pointer-type-def type-id='type-id-685' size-in-bits='64' id='type-id-371'/>
- <pointer-type-def type-id='type-id-686' size-in-bits='64' id='type-id-369'/>
+ <pointer-type-def type-id='type-id-678' size-in-bits='64' id='type-id-282'/>
+ <pointer-type-def type-id='type-id-679' size-in-bits='64' id='type-id-284'/>
+ <pointer-type-def type-id='type-id-680' size-in-bits='64' id='type-id-394'/>
+ <pointer-type-def type-id='type-id-681' size-in-bits='64' id='type-id-344'/>
+ <pointer-type-def type-id='type-id-682' size-in-bits='64' id='type-id-296'/>
+ <pointer-type-def type-id='type-id-683' size-in-bits='64' id='type-id-401'/>
+ <pointer-type-def type-id='type-id-684' size-in-bits='64' id='type-id-370'/>
+ <pointer-type-def type-id='type-id-685' size-in-bits='64' id='type-id-368'/>
+ <pointer-type-def type-id='type-id-686' size-in-bits='64' id='type-id-365'/>
<pointer-type-def type-id='type-id-687' size-in-bits='64' id='type-id-366'/>
- <pointer-type-def type-id='type-id-688' size-in-bits='64' id='type-id-367'/>
- <pointer-type-def type-id='type-id-689' size-in-bits='64' id='type-id-388'/>
- <pointer-type-def type-id='type-id-690' size-in-bits='64' id='type-id-358'/>
- <pointer-type-def type-id='type-id-691' size-in-bits='64' id='type-id-378'/>
- <pointer-type-def type-id='type-id-692' size-in-bits='64' id='type-id-421'/>
+ <pointer-type-def type-id='type-id-688' size-in-bits='64' id='type-id-387'/>
+ <pointer-type-def type-id='type-id-689' size-in-bits='64' id='type-id-357'/>
+ <pointer-type-def type-id='type-id-690' size-in-bits='64' id='type-id-377'/>
+ <pointer-type-def type-id='type-id-691' size-in-bits='64' id='type-id-420'/>
+ <pointer-type-def type-id='type-id-692' size-in-bits='64' id='type-id-423'/>
<pointer-type-def type-id='type-id-693' size-in-bits='64' id='type-id-424'/>
- <pointer-type-def type-id='type-id-694' size-in-bits='64' id='type-id-425'/>
- <pointer-type-def type-id='type-id-695' size-in-bits='64' id='type-id-417'/>
- <pointer-type-def type-id='type-id-696' size-in-bits='64' id='type-id-415'/>
- <pointer-type-def type-id='type-id-697' size-in-bits='64' id='type-id-420'/>
+ <pointer-type-def type-id='type-id-694' size-in-bits='64' id='type-id-416'/>
+ <pointer-type-def type-id='type-id-695' size-in-bits='64' id='type-id-414'/>
+ <pointer-type-def type-id='type-id-696' size-in-bits='64' id='type-id-419'/>
+ <pointer-type-def type-id='type-id-697' size-in-bits='64' id='type-id-338'/>
<pointer-type-def type-id='type-id-698' size-in-bits='64' id='type-id-339'/>
- <pointer-type-def type-id='type-id-699' size-in-bits='64' id='type-id-340'/>
- <pointer-type-def type-id='type-id-700' size-in-bits='64' id='type-id-348'/>
+ <pointer-type-def type-id='type-id-699' size-in-bits='64' id='type-id-347'/>
+ <pointer-type-def type-id='type-id-700' size-in-bits='64' id='type-id-398'/>
<pointer-type-def type-id='type-id-701' size-in-bits='64' id='type-id-399'/>
- <pointer-type-def type-id='type-id-702' size-in-bits='64' id='type-id-400'/>
- <pointer-type-def type-id='type-id-703' size-in-bits='64' id='type-id-352'/>
- <pointer-type-def type-id='type-id-704' size-in-bits='64' id='type-id-296'/>
- <pointer-type-def type-id='type-id-705' size-in-bits='64' id='type-id-337'/>
- <pointer-type-def type-id='type-id-706' size-in-bits='64' id='type-id-354'/>
- <pointer-type-def type-id='type-id-707' size-in-bits='64' id='type-id-346'/>
- <pointer-type-def type-id='type-id-708' size-in-bits='64' id='type-id-373'/>
- <reference-type-def kind='lvalue' type-id='type-id-709' size-in-bits='64' id='type-id-372'/>
- <pointer-type-def type-id='type-id-709' size-in-bits='64' id='type-id-370'/>
- <pointer-type-def type-id='type-id-710' size-in-bits='64' id='type-id-359'/>
- <pointer-type-def type-id='type-id-711' size-in-bits='64' id='type-id-350'/>
- <pointer-type-def type-id='type-id-712' size-in-bits='64' id='type-id-349'/>
+ <pointer-type-def type-id='type-id-702' size-in-bits='64' id='type-id-351'/>
+ <pointer-type-def type-id='type-id-703' size-in-bits='64' id='type-id-295'/>
+ <pointer-type-def type-id='type-id-704' size-in-bits='64' id='type-id-336'/>
+ <pointer-type-def type-id='type-id-705' size-in-bits='64' id='type-id-353'/>
+ <pointer-type-def type-id='type-id-706' size-in-bits='64' id='type-id-345'/>
+ <pointer-type-def type-id='type-id-707' size-in-bits='64' id='type-id-372'/>
+ <reference-type-def kind='lvalue' type-id='type-id-708' size-in-bits='64' id='type-id-371'/>
+ <pointer-type-def type-id='type-id-708' size-in-bits='64' id='type-id-369'/>
+ <pointer-type-def type-id='type-id-709' size-in-bits='64' id='type-id-358'/>
+ <pointer-type-def type-id='type-id-710' size-in-bits='64' id='type-id-349'/>
+ <pointer-type-def type-id='type-id-711' size-in-bits='64' id='type-id-348'/>
+ <pointer-type-def type-id='type-id-712' size-in-bits='64' id='type-id-388'/>
<pointer-type-def type-id='type-id-713' size-in-bits='64' id='type-id-389'/>
- <pointer-type-def type-id='type-id-714' size-in-bits='64' id='type-id-390'/>
- <pointer-type-def type-id='type-id-715' size-in-bits='64' id='type-id-379'/>
- <pointer-type-def type-id='type-id-716' size-in-bits='64' id='type-id-418'/>
- <pointer-type-def type-id='type-id-717' size-in-bits='64' id='type-id-355'/>
- <pointer-type-def type-id='type-id-718' size-in-bits='64' id='type-id-423'/>
- <pointer-type-def type-id='type-id-719' size-in-bits='64' id='type-id-380'/>
- <pointer-type-def type-id='type-id-720' size-in-bits='64' id='type-id-432'/>
- <pointer-type-def type-id='type-id-721' size-in-bits='64' id='type-id-405'/>
- <pointer-type-def type-id='type-id-722' size-in-bits='64' id='type-id-410'/>
- <pointer-type-def type-id='type-id-723' size-in-bits='64' id='type-id-431'/>
- <pointer-type-def type-id='type-id-724' size-in-bits='64' id='type-id-430'/>
- <pointer-type-def type-id='type-id-725' size-in-bits='64' id='type-id-375'/>
- <pointer-type-def type-id='type-id-726' size-in-bits='64' id='type-id-364'/>
+ <pointer-type-def type-id='type-id-714' size-in-bits='64' id='type-id-378'/>
+ <pointer-type-def type-id='type-id-715' size-in-bits='64' id='type-id-417'/>
+ <pointer-type-def type-id='type-id-716' size-in-bits='64' id='type-id-354'/>
+ <pointer-type-def type-id='type-id-717' size-in-bits='64' id='type-id-422'/>
+ <pointer-type-def type-id='type-id-718' size-in-bits='64' id='type-id-379'/>
+ <pointer-type-def type-id='type-id-719' size-in-bits='64' id='type-id-431'/>
+ <pointer-type-def type-id='type-id-720' size-in-bits='64' id='type-id-404'/>
+ <pointer-type-def type-id='type-id-721' size-in-bits='64' id='type-id-409'/>
+ <pointer-type-def type-id='type-id-722' size-in-bits='64' id='type-id-430'/>
+ <pointer-type-def type-id='type-id-723' size-in-bits='64' id='type-id-429'/>
+ <pointer-type-def type-id='type-id-724' size-in-bits='64' id='type-id-374'/>
+ <pointer-type-def type-id='type-id-725' size-in-bits='64' id='type-id-363'/>
+ <pointer-type-def type-id='type-id-726' size-in-bits='64' id='type-id-392'/>
<pointer-type-def type-id='type-id-727' size-in-bits='64' id='type-id-393'/>
- <pointer-type-def type-id='type-id-728' size-in-bits='64' id='type-id-394'/>
- <pointer-type-def type-id='type-id-729' size-in-bits='64' id='type-id-362'/>
- <pointer-type-def type-id='type-id-730' size-in-bits='64' id='type-id-385'/>
- <pointer-type-def type-id='type-id-731' size-in-bits='64' id='type-id-293'/>
- <pointer-type-def type-id='type-id-732' size-in-bits='64' id='type-id-291'/>
- <pointer-type-def type-id='type-id-733' size-in-bits='64' id='type-id-404'/>
- <pointer-type-def type-id='type-id-734' size-in-bits='64' id='type-id-403'/>
+ <pointer-type-def type-id='type-id-728' size-in-bits='64' id='type-id-361'/>
+ <pointer-type-def type-id='type-id-729' size-in-bits='64' id='type-id-384'/>
+ <pointer-type-def type-id='type-id-730' size-in-bits='64' id='type-id-292'/>
+ <pointer-type-def type-id='type-id-731' size-in-bits='64' id='type-id-290'/>
+ <pointer-type-def type-id='type-id-732' size-in-bits='64' id='type-id-403'/>
+ <pointer-type-def type-id='type-id-733' size-in-bits='64' id='type-id-402'/>
+ <pointer-type-def type-id='type-id-734' size-in-bits='64' id='type-id-427'/>
<pointer-type-def type-id='type-id-735' size-in-bits='64' id='type-id-428'/>
- <pointer-type-def type-id='type-id-736' size-in-bits='64' id='type-id-429'/>
- <pointer-type-def type-id='type-id-737' size-in-bits='64' id='type-id-409'/>
- <pointer-type-def type-id='type-id-738' size-in-bits='64' id='type-id-374'/>
- <pointer-type-def type-id='type-id-739' size-in-bits='64' id='type-id-361'/>
- <pointer-type-def type-id='type-id-740' size-in-bits='64' id='type-id-363'/>
+ <pointer-type-def type-id='type-id-736' size-in-bits='64' id='type-id-408'/>
+ <pointer-type-def type-id='type-id-737' size-in-bits='64' id='type-id-373'/>
+ <pointer-type-def type-id='type-id-738' size-in-bits='64' id='type-id-360'/>
+ <pointer-type-def type-id='type-id-739' size-in-bits='64' id='type-id-362'/>
+ <pointer-type-def type-id='type-id-740' size-in-bits='64' id='type-id-425'/>
<pointer-type-def type-id='type-id-741' size-in-bits='64' id='type-id-426'/>
- <pointer-type-def type-id='type-id-742' size-in-bits='64' id='type-id-427'/>
- <pointer-type-def type-id='type-id-743' size-in-bits='64' id='type-id-294'/>
- <pointer-type-def type-id='type-id-744' size-in-bits='64' id='type-id-299'/>
- <pointer-type-def type-id='type-id-745' size-in-bits='64' id='type-id-298'/>
- <reference-type-def kind='lvalue' type-id='type-id-236' size-in-bits='64' id='type-id-281'/>
+ <pointer-type-def type-id='type-id-742' size-in-bits='64' id='type-id-293'/>
+ <pointer-type-def type-id='type-id-743' size-in-bits='64' id='type-id-298'/>
+ <pointer-type-def type-id='type-id-744' size-in-bits='64' id='type-id-297'/>
+ <reference-type-def kind='lvalue' type-id='type-id-235' size-in-bits='64' id='type-id-280'/>
+ <qualified-type-def type-id='type-id-745' const='yes' id='type-id-629'/>
<qualified-type-def type-id='type-id-746' const='yes' id='type-id-630'/>
<qualified-type-def type-id='type-id-747' const='yes' id='type-id-631'/>
<qualified-type-def type-id='type-id-748' const='yes' id='type-id-632'/>
<qualified-type-def type-id='type-id-750' const='yes' id='type-id-634'/>
<qualified-type-def type-id='type-id-751' const='yes' id='type-id-635'/>
<qualified-type-def type-id='type-id-752' const='yes' id='type-id-636'/>
- <qualified-type-def type-id='type-id-753' const='yes' id='type-id-637'/>
- <qualified-type-def type-id='type-id-573' const='yes' id='type-id-638'/>
+ <qualified-type-def type-id='type-id-572' const='yes' id='type-id-637'/>
+ <qualified-type-def type-id='type-id-753' const='yes' id='type-id-638'/>
<qualified-type-def type-id='type-id-754' const='yes' id='type-id-639'/>
<qualified-type-def type-id='type-id-755' const='yes' id='type-id-640'/>
<qualified-type-def type-id='type-id-756' const='yes' id='type-id-641'/>
- <qualified-type-def type-id='type-id-757' const='yes' id='type-id-642'/>
- <qualified-type-def type-id='type-id-574' const='yes' id='type-id-643'/>
+ <qualified-type-def type-id='type-id-573' const='yes' id='type-id-642'/>
+ <qualified-type-def type-id='type-id-757' const='yes' id='type-id-643'/>
<qualified-type-def type-id='type-id-758' const='yes' id='type-id-644'/>
<qualified-type-def type-id='type-id-759' const='yes' id='type-id-645'/>
<qualified-type-def type-id='type-id-760' const='yes' id='type-id-646'/>
<qualified-type-def type-id='type-id-762' const='yes' id='type-id-648'/>
<qualified-type-def type-id='type-id-763' const='yes' id='type-id-649'/>
<qualified-type-def type-id='type-id-764' const='yes' id='type-id-650'/>
- <qualified-type-def type-id='type-id-765' const='yes' id='type-id-651'/>
+ <qualified-type-def type-id='type-id-574' const='yes' id='type-id-651'/>
<qualified-type-def type-id='type-id-575' const='yes' id='type-id-652'/>
- <qualified-type-def type-id='type-id-576' const='yes' id='type-id-653'/>
+ <qualified-type-def type-id='type-id-765' const='yes' id='type-id-653'/>
<qualified-type-def type-id='type-id-766' const='yes' id='type-id-654'/>
<qualified-type-def type-id='type-id-767' const='yes' id='type-id-655'/>
<qualified-type-def type-id='type-id-768' const='yes' id='type-id-656'/>
<qualified-type-def type-id='type-id-797' const='yes' id='type-id-685'/>
<qualified-type-def type-id='type-id-798' const='yes' id='type-id-686'/>
<qualified-type-def type-id='type-id-799' const='yes' id='type-id-687'/>
- <qualified-type-def type-id='type-id-800' const='yes' id='type-id-688'/>
- <qualified-type-def type-id='type-id-580' const='yes' id='type-id-689'/>
- <qualified-type-def type-id='type-id-801' const='yes' id='type-id-690'/>
- <qualified-type-def type-id='type-id-584' const='yes' id='type-id-691'/>
+ <qualified-type-def type-id='type-id-579' const='yes' id='type-id-688'/>
+ <qualified-type-def type-id='type-id-800' const='yes' id='type-id-689'/>
+ <qualified-type-def type-id='type-id-583' const='yes' id='type-id-690'/>
+ <qualified-type-def type-id='type-id-801' const='yes' id='type-id-691'/>
<qualified-type-def type-id='type-id-802' const='yes' id='type-id-692'/>
<qualified-type-def type-id='type-id-803' const='yes' id='type-id-693'/>
<qualified-type-def type-id='type-id-804' const='yes' id='type-id-694'/>
- <qualified-type-def type-id='type-id-805' const='yes' id='type-id-695'/>
+ <qualified-type-def type-id='type-id-584' const='yes' id='type-id-695'/>
<qualified-type-def type-id='type-id-585' const='yes' id='type-id-696'/>
<qualified-type-def type-id='type-id-586' const='yes' id='type-id-697'/>
<qualified-type-def type-id='type-id-587' const='yes' id='type-id-698'/>
<qualified-type-def type-id='type-id-620' const='yes' id='type-id-731'/>
<qualified-type-def type-id='type-id-621' const='yes' id='type-id-732'/>
<qualified-type-def type-id='type-id-622' const='yes' id='type-id-733'/>
- <qualified-type-def type-id='type-id-623' const='yes' id='type-id-734'/>
+ <qualified-type-def type-id='type-id-805' const='yes' id='type-id-734'/>
<qualified-type-def type-id='type-id-806' const='yes' id='type-id-735'/>
<qualified-type-def type-id='type-id-807' const='yes' id='type-id-736'/>
<qualified-type-def type-id='type-id-808' const='yes' id='type-id-737'/>
<qualified-type-def type-id='type-id-813' const='yes' id='type-id-742'/>
<qualified-type-def type-id='type-id-814' const='yes' id='type-id-743'/>
<qualified-type-def type-id='type-id-815' const='yes' id='type-id-744'/>
- <qualified-type-def type-id='type-id-816' const='yes' id='type-id-745'/>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-573'>
+ <class-decl name='ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-572'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-817' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-816' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEES2_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-282' is-artificial='yes'/>
+ <parameter type-id='type-id-281' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-259'/>
+ <return type-id='type-id-258'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEES2_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-282' is-artificial='yes'/>
+ <parameter type-id='type-id-281' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-260'/>
+ <return type-id='type-id-259'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEES2_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-480' is-artificial='yes'/>
+ <parameter type-id='type-id-479' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-818'/>
+ <return type-id='type-id-817'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEES2_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-282' is-artificial='yes'/>
+ <parameter type-id='type-id-281' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEES2_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-480' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-479' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEES2_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS2_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-480' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-479' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEES2_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-480' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-479' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEES2_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-480' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-479' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEES2_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-480' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-479' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEES2_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-282' is-artificial='yes'/>
+ <parameter type-id='type-id-281' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEES2_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-282' is-artificial='yes'/>
+ <parameter type-id='type-id-281' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-574'>
+ <class-decl name='ArrayOf<OT::Offset<OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-573'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-820' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-819' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-377' is-artificial='yes'/>
+ <parameter type-id='type-id-376' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-821'/>
+ <return type-id='type-id-820'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-377' is-artificial='yes'/>
+ <parameter type-id='type-id-376' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-822'/>
+ <return type-id='type-id-821'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-465' is-artificial='yes'/>
+ <parameter type-id='type-id-464' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-823'/>
+ <return type-id='type-id-822'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-377' is-artificial='yes'/>
+ <parameter type-id='type-id-376' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-465' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-464' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS4_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-465' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-824'/>
+ <parameter type-id='type-id-464' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-823'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-465' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-464' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-465' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-464' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-465' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-464' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-377' is-artificial='yes'/>
+ <parameter type-id='type-id-376' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6OffsetINS_7IntTypeItLj2EEEEES3_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-377' is-artificial='yes'/>
+ <parameter type-id='type-id-376' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-575'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-574'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-825' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-824' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-387' is-artificial='yes'/>
+ <parameter type-id='type-id-386' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-389'/>
+ <return type-id='type-id-388'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-387' is-artificial='yes'/>
+ <parameter type-id='type-id-386' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-826'/>
+ <return type-id='type-id-825'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-486' is-artificial='yes'/>
+ <parameter type-id='type-id-485' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-827'/>
+ <return type-id='type-id-826'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-387' is-artificial='yes'/>
+ <parameter type-id='type-id-386' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-486' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-485' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-486' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-828'/>
+ <parameter type-id='type-id-485' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-827'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-486' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-485' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-486' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-485' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-486' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-485' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-387' is-artificial='yes'/>
+ <parameter type-id='type-id-386' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-387' is-artificial='yes'/>
+ <parameter type-id='type-id-386' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-576'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-575'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-829' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-828' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-386' is-artificial='yes'/>
+ <parameter type-id='type-id-385' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-390'/>
+ <return type-id='type-id-389'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-386' is-artificial='yes'/>
+ <parameter type-id='type-id-385' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-830'/>
+ <return type-id='type-id-829'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-484' is-artificial='yes'/>
+ <parameter type-id='type-id-483' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-831'/>
+ <return type-id='type-id-830'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-386' is-artificial='yes'/>
+ <parameter type-id='type-id-385' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-484' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-483' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-484' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-832'/>
+ <parameter type-id='type-id-483' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-831'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-484' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-483' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-484' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-483' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-484' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-483' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-386' is-artificial='yes'/>
+ <parameter type-id='type-id-385' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-386' is-artificial='yes'/>
+ <parameter type-id='type-id-385' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Coverage' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='807' column='1' id='type-id-577'>
+ <class-decl name='Coverage' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='807' column='1' id='type-id-576'>
<member-type access='public'>
- <class-decl name='Iter' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='872' column='1' id='type-id-833'>
+ <class-decl name='Iter' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='872' column='1' id='type-id-832'>
<member-type access='private'>
- <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='913' column='1' id='type-id-834'>
+ <union-decl name='__anonymous_union__' size-in-bits='192' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='913' column='1' id='type-id-833'>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-835' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='914' column='1'/>
+ <var-decl name='format1' type-id='type-id-834' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='914' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format2' type-id='type-id-836' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='915' column='1'/>
+ <var-decl name='format2' type-id='type-id-835' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='915' column='1'/>
</data-member>
</union-decl>
</member-type>
<var-decl name='format' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='912' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='u' type-id='type-id-834' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='916' column='1'/>
+ <var-decl name='u' type-id='type-id-833' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='916' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='Iter' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='873' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-837' is-artificial='yes'/>
+ <parameter type-id='type-id-836' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN2OT8Coverage4Iter4initERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='874' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-837' is-artificial='yes'/>
- <parameter type-id='type-id-838'/>
+ <parameter type-id='type-id-836' is-artificial='yes'/>
+ <parameter type-id='type-id-837'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='more' mangled-name='_ZN2OT8Coverage4Iter4moreEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='882' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-837' is-artificial='yes'/>
+ <parameter type-id='type-id-836' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='next' mangled-name='_ZN2OT8Coverage4Iter4nextEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='889' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-837' is-artificial='yes'/>
+ <parameter type-id='type-id-836' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph' mangled-name='_ZN2OT8Coverage4Iter9get_glyphEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='896' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-837' is-artificial='yes'/>
- <return type-id='type-id-141'/>
+ <parameter type-id='type-id-836' is-artificial='yes'/>
+ <return type-id='type-id-140'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZN2OT8Coverage4Iter12get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='903' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-837' is-artificial='yes'/>
- <return type-id='type-id-141'/>
+ <parameter type-id='type-id-836' is-artificial='yes'/>
+ <return type-id='type-id-140'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='920' column='1' id='type-id-839'>
+ <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='920' column='1' id='type-id-838'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='921' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='921' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-578' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='922' column='1'/>
+ <var-decl name='format1' type-id='type-id-577' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='922' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format2' type-id='type-id-579' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='923' column='1'/>
+ <var-decl name='format2' type-id='type-id-578' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='923' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-839' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='924' column='1'/>
+ <var-decl name='u' type-id='type-id-838' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='924' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='926' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='926' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT8Coverage12get_coverageEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='808' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-840' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-839' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8Coverage9serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='817' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-459' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-458' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8Coverage8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='835' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-459' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-458' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='intersects' mangled-name='_ZNK2OT8Coverage10intersectsEPK8hb_set_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='845' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-840' is-artificial='yes'/>
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-839' is-artificial='yes'/>
+ <parameter type-id='type-id-840'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='intersects_coverage' mangled-name='_ZNK2OT8Coverage19intersects_coverageEPK8hb_set_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-840' is-artificial='yes'/>
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-839' is-artificial='yes'/>
+ <parameter type-id='type-id-840'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_926' mangled-name='_ZNK2OT8Coverage31_instance_assertion_on_line_926Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='926' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-840' is-artificial='yes'/>
+ <parameter type-id='type-id-839' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_coverage<hb_set_t>' mangled-name='_ZNK2OT8Coverage12add_coverageI8hb_set_tEEvPT_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='864' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-840' is-artificial='yes'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-839' is-artificial='yes'/>
+ <parameter type-id='type-id-841'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_coverage<hb_set_digest_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='864' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-840' is-artificial='yes'/>
- <parameter type-id='type-id-843'/>
+ <parameter type-id='type-id-839' is-artificial='yes'/>
+ <parameter type-id='type-id-842'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CoverageFormat1' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='629' column='1' id='type-id-578'>
+ <class-decl name='CoverageFormat1' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='629' column='1' id='type-id-577'>
<member-type access='public'>
- <class-decl name='Iter' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='672' column='1' id='type-id-835'>
+ <class-decl name='Iter' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='672' column='1' id='type-id-834'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='c' type-id='type-id-844' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='680' column='1'/>
+ <var-decl name='c' type-id='type-id-843' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='680' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='i' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='681' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN2OT15CoverageFormat14Iter4initERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='673' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-845' is-artificial='yes'/>
- <parameter type-id='type-id-846'/>
+ <parameter type-id='type-id-844' is-artificial='yes'/>
+ <parameter type-id='type-id-845'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='more' mangled-name='_ZN2OT15CoverageFormat14Iter4moreEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='674' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-845' is-artificial='yes'/>
+ <parameter type-id='type-id-844' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='next' mangled-name='_ZN2OT15CoverageFormat14Iter4nextEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='675' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-845' is-artificial='yes'/>
+ <parameter type-id='type-id-844' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph' mangled-name='_ZN2OT15CoverageFormat14Iter9get_glyphEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='676' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-845' is-artificial='yes'/>
- <return type-id='type-id-141'/>
+ <parameter type-id='type-id-844' is-artificial='yes'/>
+ <return type-id='type-id-140'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZN2OT15CoverageFormat14Iter12get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='677' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-845' is-artificial='yes'/>
- <return type-id='type-id-141'/>
+ <parameter type-id='type-id-844' is-artificial='yes'/>
+ <return type-id='type-id-140'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='coverageFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='686' column='1'/>
+ <var-decl name='coverageFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='686' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='glyphArray' type-id='type-id-626' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='688' column='1'/>
+ <var-decl name='glyphArray' type-id='type-id-625' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='688' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='690' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='690' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT15CoverageFormat112get_coverageEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='633' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-844' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-843' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='serialize' mangled-name='_ZN2OT15CoverageFormat19serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='640' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-469' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-468' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize' mangled-name='_ZN2OT15CoverageFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='654' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-469' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-468' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='intersects_coverage' mangled-name='_ZNK2OT15CoverageFormat119intersects_coverageEPK8hb_set_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='659' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-844' is-artificial='yes'/>
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-843' is-artificial='yes'/>
+ <parameter type-id='type-id-840'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_690' mangled-name='_ZNK2OT15CoverageFormat131_instance_assertion_on_line_690Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='690' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-844' is-artificial='yes'/>
+ <parameter type-id='type-id-843' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_690' mangled-name='_ZNK2OT15CoverageFormat131_compiles_assertion_on_line_690Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='690' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-844' is-artificial='yes'/>
+ <parameter type-id='type-id-843' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='add_coverage<hb_set_digest_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='664' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-844' is-artificial='yes'/>
- <parameter type-id='type-id-843'/>
+ <parameter type-id='type-id-843' is-artificial='yes'/>
+ <parameter type-id='type-id-842'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='add_coverage<hb_set_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='664' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-844' is-artificial='yes'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-843' is-artificial='yes'/>
+ <parameter type-id='type-id-841'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CoverageFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='694' column='1' id='type-id-579'>
+ <class-decl name='CoverageFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='694' column='1' id='type-id-578'>
<member-type access='public'>
- <class-decl name='Iter' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='769' column='1' id='type-id-836'>
+ <class-decl name='Iter' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='769' column='1' id='type-id-835'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='c' type-id='type-id-847' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='791' column='1'/>
+ <var-decl name='c' type-id='type-id-846' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='791' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='i' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='792' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN2OT15CoverageFormat24Iter4initERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='770' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-848' is-artificial='yes'/>
- <parameter type-id='type-id-849'/>
+ <parameter type-id='type-id-847' is-artificial='yes'/>
+ <parameter type-id='type-id-848'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='more' mangled-name='_ZN2OT15CoverageFormat24Iter4moreEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='776' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-848' is-artificial='yes'/>
+ <parameter type-id='type-id-847' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='next' mangled-name='_ZN2OT15CoverageFormat24Iter4nextEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='777' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-848' is-artificial='yes'/>
+ <parameter type-id='type-id-847' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph' mangled-name='_ZN2OT15CoverageFormat24Iter9get_glyphEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='787' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-848' is-artificial='yes'/>
- <return type-id='type-id-141'/>
+ <parameter type-id='type-id-847' is-artificial='yes'/>
+ <return type-id='type-id-140'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZN2OT15CoverageFormat24Iter12get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='788' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-848' is-artificial='yes'/>
- <return type-id='type-id-141'/>
+ <parameter type-id='type-id-847' is-artificial='yes'/>
+ <return type-id='type-id-140'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='coverageFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='797' column='1'/>
+ <var-decl name='coverageFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='797' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='rangeRecord' type-id='type-id-627' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='799' column='1'/>
+ <var-decl name='rangeRecord' type-id='type-id-626' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='799' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='803' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='803' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT15CoverageFormat212get_coverageEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='698' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-847' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-846' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='serialize' mangled-name='_ZN2OT15CoverageFormat29serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='708' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-473' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-472' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize' mangled-name='_ZN2OT15CoverageFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='740' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-473' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-472' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='intersects_coverage' mangled-name='_ZNK2OT15CoverageFormat219intersects_coverageEPK8hb_set_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='745' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-847' is-artificial='yes'/>
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-846' is-artificial='yes'/>
+ <parameter type-id='type-id-840'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_803' mangled-name='_ZNK2OT15CoverageFormat231_instance_assertion_on_line_803Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='803' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-847' is-artificial='yes'/>
+ <parameter type-id='type-id-846' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_803' mangled-name='_ZNK2OT15CoverageFormat231_compiles_assertion_on_line_803Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='803' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-847' is-artificial='yes'/>
+ <parameter type-id='type-id-846' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='add_coverage<hb_set_digest_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='761' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-847' is-artificial='yes'/>
- <parameter type-id='type-id-843'/>
+ <parameter type-id='type-id-846' is-artificial='yes'/>
+ <parameter type-id='type-id-842'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='add_coverage<hb_set_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='761' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-847' is-artificial='yes'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-846' is-artificial='yes'/>
+ <parameter type-id='type-id-841'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='927' column='1' id='type-id-580'>
+ <class-decl name='HeadlessArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='927' column='1' id='type-id-579'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='972' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='972' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-817' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='973' column='1'/>
+ <var-decl name='array' type-id='type-id-816' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='973' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='975' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='975' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT15HeadlessArrayOfINS_7IntTypeItLj2EEES2_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='928' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-388' is-artificial='yes'/>
+ <parameter type-id='type-id-387' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-260'/>
+ <return type-id='type-id-259'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT15HeadlessArrayOfINS_7IntTypeItLj2EEES2_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='933' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-388' is-artificial='yes'/>
+ <parameter type-id='type-id-387' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT15HeadlessArrayOfINS_7IntTypeItLj2EEES2_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS2_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='936' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-488' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-487' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT15HeadlessArrayOfINS_7IntTypeItLj2EEES2_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='951' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-488' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-487' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT15HeadlessArrayOfINS_7IntTypeItLj2EEES2_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='956' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-488' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-487' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_975' mangled-name='_ZNK2OT15HeadlessArrayOfINS_7IntTypeItLj2EEES2_E31_instance_assertion_on_line_975Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='975' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-388' is-artificial='yes'/>
+ <parameter type-id='type-id-387' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_975' mangled-name='_ZNK2OT15HeadlessArrayOfINS_7IntTypeItLj2EEES2_E31_compiles_assertion_on_line_975Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='975' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-388' is-artificial='yes'/>
+ <parameter type-id='type-id-387' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Ligature' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='601' column='1' id='type-id-581'>
+ <class-decl name='Ligature' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='601' column='1' id='type-id-580'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='ligGlyph' type-id='type-id-850' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='695' column='1'/>
+ <var-decl name='ligGlyph' type-id='type-id-849' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='695' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='component' type-id='type-id-580' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='697' column='1'/>
+ <var-decl name='component' type-id='type-id-579' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='697' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='701' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='701' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT8Ligature7closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='602' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-851' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-850' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT8Ligature14collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='612' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-851' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-850' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT8Ligature11would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='621' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-851' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-850' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT8Ligature5applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='634' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-851' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-850' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8Ligature9serializeEPNS_22hb_serialize_context_tENS_7IntTypeItLj2EEERNS_8SupplierIS4_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='676' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-460' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-850'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-459' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-849'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8Ligature8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='689' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-460' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-459' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_701' mangled-name='_ZNK2OT8Ligature31_instance_assertion_on_line_701Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='701' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-850' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_701' mangled-name='_ZNK2OT8Ligature31_compiles_assertion_on_line_701Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='701' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-850' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='LigatureSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='705' column='1' id='type-id-582'>
+ <class-decl name='LigatureSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='705' column='1' id='type-id-581'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='ligature' type-id='type-id-856' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='774' column='1'/>
+ <var-decl name='ligature' type-id='type-id-855' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='774' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='777' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='777' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT11LigatureSet7closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='706' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-857' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-856' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT11LigatureSet14collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='714' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-857' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-856' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT11LigatureSet11would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='722' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-857' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-856' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT11LigatureSet5applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='735' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-857' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-856' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT11LigatureSet9serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='748' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-461' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-460' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-857'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT11LigatureSet8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='767' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-461' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-460' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_777' mangled-name='_ZNK2OT11LigatureSet31_instance_assertion_on_line_777Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='777' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-857' is-artificial='yes'/>
+ <parameter type-id='type-id-856' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_777' mangled-name='_ZNK2OT11LigatureSet31_compiles_assertion_on_line_777Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='777' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-857' is-artificial='yes'/>
+ <parameter type-id='type-id-856' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='LigatureSubstFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='781' column='1' id='type-id-583'>
+ <class-decl name='LigatureSubstFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='781' column='1' id='type-id-582'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='857' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='857' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='859' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='859' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='ligatureSet' type-id='type-id-859' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='862' column='1'/>
+ <var-decl name='ligatureSet' type-id='type-id-858' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='862' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='865' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='865' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT20LigatureSubstFormat17closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='782' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-860' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-859' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT20LigatureSubstFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='792' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-860' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-859' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT20LigatureSubstFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='802' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-860' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-859' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT20LigatureSubstFormat111would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='807' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-860' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-859' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT20LigatureSubstFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='817' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-860' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-859' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT20LigatureSubstFormat19serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_S9_S7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='829' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-483' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-482' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-857'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-858'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-857'/>
+ <parameter type-id='type-id-818'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT20LigatureSubstFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='851' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-483' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-482' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_865' mangled-name='_ZNK2OT20LigatureSubstFormat131_instance_assertion_on_line_865Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='865' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-860' is-artificial='yes'/>
+ <parameter type-id='type-id-859' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_865' mangled-name='_ZNK2OT20LigatureSubstFormat131_compiles_assertion_on_line_865Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='865' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-860' is-artificial='yes'/>
+ <parameter type-id='type-id-859' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Lookup' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='561' column='1' id='type-id-584'>
+ <class-decl name='Lookup' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='561' column='1' id='type-id-583'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='lookupType' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='610' column='1'/>
+ <var-decl name='lookupType' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='610' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='lookupFlag' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='611' column='1'/>
+ <var-decl name='lookupFlag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='611' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='subTable' type-id='type-id-574' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='613' column='1'/>
+ <var-decl name='subTable' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='613' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='markFilteringSetX' type-id='type-id-861' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='614' column='1'/>
+ <var-decl name='markFilteringSetX' type-id='type-id-860' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='614' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='618' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='618' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_subtable_count' mangled-name='_ZNK2OT6Lookup18get_subtable_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='562' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-378' is-artificial='yes'/>
+ <parameter type-id='type-id-377' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_type' mangled-name='_ZNK2OT6Lookup8get_typeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='564' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-378' is-artificial='yes'/>
+ <parameter type-id='type-id-377' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_props' mangled-name='_ZNK2OT6Lookup9get_propsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='569' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-378' is-artificial='yes'/>
- <return type-id='type-id-107'/>
+ <parameter type-id='type-id-377' is-artificial='yes'/>
+ <return type-id='type-id-106'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT6Lookup9serializeEPNS_22hb_serialize_context_tEjjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='580' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-464' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-463' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-107'/>
+ <parameter type-id='type-id-106'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT6Lookup8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='598' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-464' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-463' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_618' mangled-name='_ZNK2OT6Lookup31_instance_assertion_on_line_618Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-378' is-artificial='yes'/>
+ <parameter type-id='type-id-377' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_618' mangled-name='_ZNK2OT6Lookup31_compiles_assertion_on_line_618Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-378' is-artificial='yes'/>
+ <parameter type-id='type-id-377' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-585'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::Anchor, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-584'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_6AnchorENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-415' is-artificial='yes'/>
+ <parameter type-id='type-id-414' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-863'/>
+ <return type-id='type-id-862'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_6AnchorENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-312' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-311' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-864'/>
+ <return type-id='type-id-863'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_6AnchorENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-312' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-311' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_6AnchorENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-312' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-311' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_6AnchorENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-415' is-artificial='yes'/>
+ <parameter type-id='type-id-414' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-586'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-585'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-420' is-artificial='yes'/>
+ <parameter type-id='type-id-419' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-865'/>
+ <return type-id='type-id-864'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-314' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-313' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-866'/>
+ <return type-id='type-id-865'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-314' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-313' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-314' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-313' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-420' is-artificial='yes'/>
+ <parameter type-id='type-id-419' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize<unsigned int>' mangled-name='_ZN2OT8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEE8sanitizeIjEEbPNS_21hb_sanitize_context_tEPvT_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-314' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-313' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-587'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-586'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_7ArrayOfINS_7IntTypeItLj2EEES3_EES3_EclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-339' is-artificial='yes'/>
+ <parameter type-id='type-id-338' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-867'/>
+ <return type-id='type-id-866'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_7ArrayOfINS_7IntTypeItLj2EEES3_EES3_E9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-317' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-316' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-481'/>
+ <return type-id='type-id-480'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_7ArrayOfINS_7IntTypeItLj2EEES3_EES3_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-317' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-316' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_7ArrayOfINS_7IntTypeItLj2EEES3_EES3_E6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-317' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-316' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_7ArrayOfINS_7IntTypeItLj2EEES3_EES3_E31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-339' is-artificial='yes'/>
+ <parameter type-id='type-id-338' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-588'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::AttachList, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-587'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_10AttachListENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-340' is-artificial='yes'/>
+ <parameter type-id='type-id-339' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-868'/>
+ <return type-id='type-id-867'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_10AttachListENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-305' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-304' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-869'/>
+ <return type-id='type-id-868'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_10AttachListENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-305' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-304' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_10AttachListENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-305' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-304' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_10AttachListENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-340' is-artificial='yes'/>
+ <parameter type-id='type-id-339' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-589'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-588'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-348' is-artificial='yes'/>
+ <parameter type-id='type-id-347' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-870'/>
+ <return type-id='type-id-869'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-318' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-317' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-871'/>
+ <return type-id='type-id-870'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-318' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-317' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-318' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-317' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-348' is-artificial='yes'/>
+ <parameter type-id='type-id-347' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-590'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-589'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-399' is-artificial='yes'/>
+ <parameter type-id='type-id-398' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-872'/>
+ <return type-id='type-id-871'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-873'/>
+ <return type-id='type-id-872'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-323' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-322' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-399' is-artificial='yes'/>
+ <parameter type-id='type-id-398' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-591'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-590'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-400' is-artificial='yes'/>
+ <parameter type-id='type-id-399' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-874'/>
+ <return type-id='type-id-873'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-324' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-875'/>
+ <return type-id='type-id-874'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-324' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-324' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-323' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-400' is-artificial='yes'/>
+ <parameter type-id='type-id-399' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-592'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::ClassDef, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-591'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_8ClassDefENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-352' is-artificial='yes'/>
+ <parameter type-id='type-id-351' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-876'/>
+ <return type-id='type-id-875'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_8ClassDefENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-303' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-877'/>
+ <return type-id='type-id-876'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_8ClassDefENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-303' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_8ClassDefENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-303' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_8ClassDefENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-352' is-artificial='yes'/>
+ <parameter type-id='type-id-351' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-593'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-434'/>
+ <class-decl name='OffsetTo<OT::CmapSubtable, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-592'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-433'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12CmapSubtableENS_7IntTypeIjLj4EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-296' is-artificial='yes'/>
+ <parameter type-id='type-id-295' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-878'/>
+ <return type-id='type-id-877'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12CmapSubtableENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-276' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-275' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-879'/>
+ <return type-id='type-id-878'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12CmapSubtableENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-276' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-275' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12CmapSubtableENS_7IntTypeIjLj4EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-276' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-275' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12CmapSubtableENS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-296' is-artificial='yes'/>
+ <parameter type-id='type-id-295' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-594'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-593'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-337' is-artificial='yes'/>
+ <parameter type-id='type-id-336' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-302' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-301' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-477'/>
+ <return type-id='type-id-476'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-302' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-301' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-302' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-301' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-337' is-artificial='yes'/>
+ <parameter type-id='type-id-336' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-595'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-434'/>
+ <class-decl name='OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-594'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-433'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-354' is-artificial='yes'/>
+ <parameter type-id='type-id-353' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-320' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-319' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-477'/>
+ <return type-id='type-id-476'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-320' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-319' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-320' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-319' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-354' is-artificial='yes'/>
+ <parameter type-id='type-id-353' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-596'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::Device, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-595'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_6DeviceENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-346' is-artificial='yes'/>
+ <parameter type-id='type-id-345' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-880'/>
+ <return type-id='type-id-879'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_6DeviceENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-303' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-302' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-881'/>
+ <return type-id='type-id-880'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_6DeviceENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-303' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-302' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_6DeviceENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-303' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-302' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_6DeviceENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-346' is-artificial='yes'/>
+ <parameter type-id='type-id-345' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-597'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::Feature, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-596'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_7FeatureENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-373' is-artificial='yes'/>
+ <parameter type-id='type-id-372' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-882'/>
+ <return type-id='type-id-881'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_7FeatureENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-335' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-334' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-883'/>
+ <return type-id='type-id-882'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_7FeatureENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-335' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-334' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_7FeatureENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-335' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-334' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_7FeatureENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-373' is-artificial='yes'/>
+ <parameter type-id='type-id-372' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize<const OT::Record<OT::Feature>::sanitize_closure_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-335' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-334' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-884'/>
+ <parameter type-id='type-id-883'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-598'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::FeatureParams, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-597'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_13FeatureParamsENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-370' is-artificial='yes'/>
+ <parameter type-id='type-id-369' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-885'/>
+ <return type-id='type-id-884'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_13FeatureParamsENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-301' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-300' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-886'/>
+ <return type-id='type-id-885'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_13FeatureParamsENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-301' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-300' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_13FeatureParamsENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-301' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-300' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_13FeatureParamsENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-370' is-artificial='yes'/>
+ <parameter type-id='type-id-369' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-301' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-300' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-599'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::LangSys, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-598'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_7LangSysENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-359' is-artificial='yes'/>
+ <parameter type-id='type-id-358' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-887'/>
+ <return type-id='type-id-886'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_7LangSysENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-300' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-299' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-888'/>
+ <return type-id='type-id-887'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_7LangSysENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-300' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-299' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_7LangSysENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-300' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-299' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_7LangSysENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-359' is-artificial='yes'/>
+ <parameter type-id='type-id-358' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize<const OT::Record<OT::LangSys>::sanitize_closure_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-300' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-299' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-889'/>
+ <parameter type-id='type-id-888'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-600'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::LigCaretList, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-599'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12LigCaretListENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-350' is-artificial='yes'/>
+ <parameter type-id='type-id-349' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-890'/>
+ <return type-id='type-id-889'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12LigCaretListENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-306' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-305' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-891'/>
+ <return type-id='type-id-890'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12LigCaretListENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-306' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-305' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12LigCaretListENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-306' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-305' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12LigCaretListENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-350' is-artificial='yes'/>
+ <parameter type-id='type-id-349' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-601'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-600'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-349' is-artificial='yes'/>
+ <parameter type-id='type-id-348' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-892'/>
+ <return type-id='type-id-891'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-319' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-318' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-893'/>
+ <return type-id='type-id-892'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-319' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-318' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-319' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-318' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-349' is-artificial='yes'/>
+ <parameter type-id='type-id-348' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-602'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-601'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-389' is-artificial='yes'/>
+ <parameter type-id='type-id-388' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-894'/>
+ <return type-id='type-id-893'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-326' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-325' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-490'/>
+ <return type-id='type-id-489'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-326' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-325' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-326' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-325' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_8LigatureENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-389' is-artificial='yes'/>
+ <parameter type-id='type-id-388' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-603'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-602'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-390' is-artificial='yes'/>
+ <parameter type-id='type-id-389' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-895'/>
+ <return type-id='type-id-894'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-327' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-326' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-491'/>
+ <return type-id='type-id-490'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-327' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-326' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-327' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-326' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_11LigatureSetENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-390' is-artificial='yes'/>
+ <parameter type-id='type-id-389' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-604'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-603'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-379' is-artificial='yes'/>
+ <parameter type-id='type-id-378' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-896'/>
+ <return type-id='type-id-895'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_6LookupENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-331' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-330' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-467'/>
+ <return type-id='type-id-466'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_6LookupENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-331' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-330' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_6LookupENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-331' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-330' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_6LookupENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-379' is-artificial='yes'/>
+ <parameter type-id='type-id-378' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-605'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::MarkArray, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-604'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_9MarkArrayENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-418' is-artificial='yes'/>
+ <parameter type-id='type-id-417' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-897'/>
+ <return type-id='type-id-896'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_9MarkArrayENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-313' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-312' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-898'/>
+ <return type-id='type-id-897'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_9MarkArrayENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-313' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-312' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_9MarkArrayENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-313' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-312' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_9MarkArrayENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-418' is-artificial='yes'/>
+ <parameter type-id='type-id-417' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-606'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::MarkGlyphSets, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-605'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_13MarkGlyphSetsENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-355' is-artificial='yes'/>
+ <parameter type-id='type-id-354' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-899'/>
+ <return type-id='type-id-898'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_13MarkGlyphSetsENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-307' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-306' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-900'/>
+ <return type-id='type-id-899'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_13MarkGlyphSetsENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-307' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-306' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_13MarkGlyphSetsENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-307' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-306' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_13MarkGlyphSetsENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-355' is-artificial='yes'/>
+ <parameter type-id='type-id-354' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-607'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::OffsetListOf<OT::AnchorMatrix>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-606'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_12AnchorMatrixEEENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-423' is-artificial='yes'/>
+ <parameter type-id='type-id-422' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-901'/>
+ <return type-id='type-id-900'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_12AnchorMatrixEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-315' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-314' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-902'/>
+ <return type-id='type-id-901'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_12AnchorMatrixEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-315' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-314' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_12AnchorMatrixEEENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-315' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-314' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_12AnchorMatrixEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-423' is-artificial='yes'/>
+ <parameter type-id='type-id-422' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-315' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-314' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-608'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::OffsetListOf<OT::Lookup>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-607'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_6LookupEEENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-380' is-artificial='yes'/>
+ <parameter type-id='type-id-379' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-903'/>
+ <return type-id='type-id-902'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_6LookupEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-310' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-309' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-904'/>
+ <return type-id='type-id-903'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_6LookupEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-310' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-309' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_6LookupEEENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-310' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-309' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_6LookupEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-380' is-artificial='yes'/>
+ <parameter type-id='type-id-379' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-609'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::OffsetListOf<OT::PosLookup>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-608'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_9PosLookupEEENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-432' is-artificial='yes'/>
+ <parameter type-id='type-id-431' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-905'/>
+ <return type-id='type-id-904'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_9PosLookupEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-316' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-315' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-906'/>
+ <return type-id='type-id-905'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_9PosLookupEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-316' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-315' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_9PosLookupEEENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-316' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-315' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_9PosLookupEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-432' is-artificial='yes'/>
+ <parameter type-id='type-id-431' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-610'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::OffsetListOf<OT::SubstLookup>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-609'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_11SubstLookupEEENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-405' is-artificial='yes'/>
+ <parameter type-id='type-id-404' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-907'/>
+ <return type-id='type-id-906'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_11SubstLookupEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-311' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-310' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-908'/>
+ <return type-id='type-id-907'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_11SubstLookupEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-311' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-310' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12OffsetListOfINS_11SubstLookupEEENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-311' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-310' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12OffsetListOfINS_11SubstLookupEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-405' is-artificial='yes'/>
+ <parameter type-id='type-id-404' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-611'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-610'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-410' is-artificial='yes'/>
+ <parameter type-id='type-id-409' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-909'/>
+ <return type-id='type-id-908'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-329' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-328' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-910'/>
+ <return type-id='type-id-909'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-329' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-328' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-329' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-328' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-410' is-artificial='yes'/>
+ <parameter type-id='type-id-409' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize<OT::PairSet::sanitize_closure_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-329' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-328' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-911'/>
+ <parameter type-id='type-id-910'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-612'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-611'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-431' is-artificial='yes'/>
+ <parameter type-id='type-id-430' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-912'/>
+ <return type-id='type-id-911'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-333' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-332' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-913'/>
+ <return type-id='type-id-912'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-333' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-332' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-333' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-332' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-431' is-artificial='yes'/>
+ <parameter type-id='type-id-430' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-613'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-612'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-430' is-artificial='yes'/>
+ <parameter type-id='type-id-429' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-914'/>
+ <return type-id='type-id-913'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-330' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-329' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-915'/>
+ <return type-id='type-id-914'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-330' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-329' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-330' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-329' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-430' is-artificial='yes'/>
+ <parameter type-id='type-id-429' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-330' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-329' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-614'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::RecordListOf<OT::Feature>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-613'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12RecordListOfINS_7FeatureEEENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-375' is-artificial='yes'/>
+ <parameter type-id='type-id-374' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-916'/>
+ <return type-id='type-id-915'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12RecordListOfINS_7FeatureEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-309' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-308' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-917'/>
+ <return type-id='type-id-916'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12RecordListOfINS_7FeatureEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-309' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-308' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12RecordListOfINS_7FeatureEEENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-309' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-308' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12RecordListOfINS_7FeatureEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-375' is-artificial='yes'/>
+ <parameter type-id='type-id-374' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-615'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::RecordListOf<OT::Script>, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-614'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_12RecordListOfINS_6ScriptEEENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-364' is-artificial='yes'/>
+ <parameter type-id='type-id-363' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-918'/>
+ <return type-id='type-id-917'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_12RecordListOfINS_6ScriptEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-308' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-307' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-919'/>
+ <return type-id='type-id-918'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_12RecordListOfINS_6ScriptEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-308' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-307' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_12RecordListOfINS_6ScriptEEENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-308' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-307' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_12RecordListOfINS_6ScriptEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-364' is-artificial='yes'/>
+ <parameter type-id='type-id-363' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-616'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-615'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-393' is-artificial='yes'/>
+ <parameter type-id='type-id-392' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-920'/>
+ <return type-id='type-id-919'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_4RuleENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-321' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-320' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-921'/>
+ <return type-id='type-id-920'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_4RuleENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-321' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-320' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_4RuleENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-321' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-320' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_4RuleENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-393' is-artificial='yes'/>
+ <parameter type-id='type-id-392' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-617'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-616'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-394' is-artificial='yes'/>
+ <parameter type-id='type-id-393' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-922'/>
+ <return type-id='type-id-921'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-322' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-321' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-923'/>
+ <return type-id='type-id-922'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-322' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-321' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-322' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-321' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-394' is-artificial='yes'/>
+ <parameter type-id='type-id-393' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-618'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::Script, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-617'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_6ScriptENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-362' is-artificial='yes'/>
+ <parameter type-id='type-id-361' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-924'/>
+ <return type-id='type-id-923'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_6ScriptENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-334' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-333' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-925'/>
+ <return type-id='type-id-924'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_6ScriptENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-334' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-333' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_6ScriptENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-334' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-333' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_6ScriptENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-362' is-artificial='yes'/>
+ <parameter type-id='type-id-361' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize<const OT::Record<OT::Script>::sanitize_closure_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-334' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-333' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-926'/>
+ <parameter type-id='type-id-925'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-619'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-618'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-385' is-artificial='yes'/>
+ <parameter type-id='type-id-384' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-927'/>
+ <return type-id='type-id-926'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-325' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-324' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-928'/>
+ <return type-id='type-id-927'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-325' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-324' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-325' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-324' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-385' is-artificial='yes'/>
+ <parameter type-id='type-id-384' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-620'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-434'/>
+ <class-decl name='OffsetTo<OT::SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-619'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-433'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_13SortedArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEEES4_EclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-293' is-artificial='yes'/>
+ <parameter type-id='type-id-292' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-929'/>
+ <return type-id='type-id-928'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_13SortedArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEEES4_E9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-275' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-274' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-930'/>
+ <return type-id='type-id-929'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_13SortedArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-275' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-274' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_13SortedArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEEES4_E6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-275' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-274' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_13SortedArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEEES4_E31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-293' is-artificial='yes'/>
+ <parameter type-id='type-id-292' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-621'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-434'/>
+ <class-decl name='OffsetTo<OT::SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >, OT::IntType<unsigned int, 4u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-620'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-433'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_13SortedArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEEES4_EclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-291' is-artificial='yes'/>
+ <parameter type-id='type-id-290' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-931'/>
+ <return type-id='type-id-930'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_13SortedArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEEES4_E9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-274' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-273' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-932'/>
+ <return type-id='type-id-931'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_13SortedArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-274' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-273' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_13SortedArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEEES4_E6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-274' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-273' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_13SortedArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEEES4_E31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-291' is-artificial='yes'/>
+ <parameter type-id='type-id-290' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-622'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-621'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-404' is-artificial='yes'/>
+ <parameter type-id='type-id-403' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-933'/>
+ <return type-id='type-id-932'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-332' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-331' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-934'/>
+ <return type-id='type-id-933'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-332' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-331' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-332' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-331' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-404' is-artificial='yes'/>
+ <parameter type-id='type-id-403' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-623'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-862'/>
+ <class-decl name='OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='741' column='1' id='type-id-622'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-861'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNK2OT8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEclEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='742' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-403' is-artificial='yes'/>
+ <parameter type-id='type-id-402' is-artificial='yes'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-935'/>
+ <return type-id='type-id-934'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-328' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-327' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-936'/>
+ <return type-id='type-id-935'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='756' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-328' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-327' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='neuter' mangled-name='_ZN2OT8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEE6neuterEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-328' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-327' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_778' mangled-name='_ZNK2OT8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_778Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='778' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-403' is-artificial='yes'/>
+ <parameter type-id='type-id-402' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-328' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-327' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SingleSubstFormat1' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='39' column='1' id='type-id-624'>
+ <class-decl name='SingleSubstFormat1' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='39' column='1' id='type-id-623'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='106' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='106' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='108' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='108' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='deltaGlyphID' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='110' column='1'/>
+ <var-decl name='deltaGlyphID' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='110' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='113' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='113' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='113' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='113' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT18SingleSubstFormat17closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='40' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-937' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-936' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT18SingleSubstFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='51' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-937' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-936' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT18SingleSubstFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-937' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-936' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT18SingleSubstFormat111would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='67' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-937' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-936' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT18SingleSubstFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-937' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-936' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT18SingleSubstFormat19serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEEji' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='88' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-468' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-467' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-4'/>
<return type-id='type-id-7'/>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT18SingleSubstFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-468' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-467' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_113' mangled-name='_ZNK2OT18SingleSubstFormat131_instance_assertion_on_line_113Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='113' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-937' is-artificial='yes'/>
+ <parameter type-id='type-id-936' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SingleSubstFormat2' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='117' column='1' id='type-id-625'>
+ <class-decl name='SingleSubstFormat2' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='117' column='1' id='type-id-624'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='182' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='182' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='184' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='184' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='substitute' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='187' column='1'/>
+ <var-decl name='substitute' type-id='type-id-572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='187' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='190' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='190' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT18SingleSubstFormat27closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-938' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-937' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT18SingleSubstFormat214collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='128' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-938' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-937' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT18SingleSubstFormat212get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-938' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-937' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT18SingleSubstFormat211would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-938' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-937' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT18SingleSubstFormat25applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-938' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-937' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT18SingleSubstFormat29serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEES7_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-479' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-478' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT18SingleSubstFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='176' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-479' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-478' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_190' mangled-name='_ZNK2OT18SingleSubstFormat231_instance_assertion_on_line_190Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='190' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-938' is-artificial='yes'/>
+ <parameter type-id='type-id-937' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_190' mangled-name='_ZNK2OT18SingleSubstFormat231_compiles_assertion_on_line_190Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='190' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-938' is-artificial='yes'/>
+ <parameter type-id='type-id-937' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-626'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-573'/>
+ <class-decl name='SortedArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-625'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-572'/>
<member-function access='public'>
<function-decl name='bsearch<hb_codepoint_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-939' is-artificial='yes'/>
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-938' is-artificial='yes'/>
+ <parameter type-id='type-id-939'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-627'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-775'/>
+ <class-decl name='SortedArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-626'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-774'/>
<member-function access='public'>
<function-decl name='bsearch<hb_codepoint_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-941' is-artificial='yes'/>
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-940' is-artificial='yes'/>
+ <parameter type-id='type-id-939'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SubstLookup' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1154' column='1' id='type-id-628'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-584'/>
+ <class-decl name='SubstLookup' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1154' column='1' id='type-id-627'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-583'/>
<member-function access='public'>
<function-decl name='get_subtable' mangled-name='_ZNK2OT11SubstLookup12get_subtableEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-942' is-artificial='yes'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-935'/>
+ <return type-id='type-id-934'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
</member-function>
<member-function access='public'>
<function-decl name='is_reverse' mangled-name='_ZNK2OT11SubstLookup10is_reverseEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1161' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-942' is-artificial='yes'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT11SubstLookup7closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1169' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-942' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT11SubstLookup14collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1176' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-942' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT11SubstLookup11would_applyEPNS_24hb_would_apply_context_tEPK24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj4EES3_IS4_ImLj0EES4_ImLj9EEEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1198' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-942' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
- <parameter type-id='type-id-945'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-944'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply_once' mangled-name='_ZNK2OT11SubstLookup10apply_onceEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1206' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-942' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='apply_recurse_func' mangled-name='_ZN2OT11SubstLookup18apply_recurse_funcEPNS_18hb_apply_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1214' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize_subtable' mangled-name='_ZN2OT11SubstLookup18serialize_subtableEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1216' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-463' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-462' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-936'/>
+ <return type-id='type-id-935'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize_single' mangled-name='_ZN2OT11SubstLookup16serialize_singleEPNS_22hb_serialize_context_tEjRNS_8SupplierINS_7IntTypeItLj2EEEEES7_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1220' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-463' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-107'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-462' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-106'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize_multiple' mangled-name='_ZN2OT11SubstLookup18serialize_multipleEPNS_22hb_serialize_context_tEjRNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1231' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-463' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-107'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-462' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-106'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-857'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize_alternate' mangled-name='_ZN2OT11SubstLookup19serialize_alternateEPNS_22hb_serialize_context_tEjRNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1244' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-463' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-107'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-462' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-106'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-857'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize_ligature' mangled-name='_ZN2OT11SubstLookup18serialize_ligatureEPNS_22hb_serialize_context_tEjRNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_S9_S7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1257' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-463' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-107'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-462' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-106'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-857'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-858'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-857'/>
+ <parameter type-id='type-id-818'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT11SubstLookup8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1289' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-463' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-462' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_coverage<hb_set_digest_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1184' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-942' is-artificial='yes'/>
- <parameter type-id='type-id-843'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
+ <parameter type-id='type-id-842'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1276' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-942' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1276' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-942' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='dispatch_recurse_func<OT::hb_collect_glyphs_context_t>' mangled-name='_ZN2OT11SubstLookup21dispatch_recurse_funcINS_27hb_collect_glyphs_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1273' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-852'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1276' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-942' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='dispatch_recurse_func<OT::hb_closure_context_t>' mangled-name='_ZN2OT11SubstLookup21dispatch_recurse_funcINS_20hb_closure_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1273' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-851'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1276' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-942' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-941' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SubstLookupSubTable' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1086' column='1' id='type-id-629'>
+ <class-decl name='SubstLookupSubTable' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1086' column='1' id='type-id-628'>
<member-type access='public'>
- <enum-decl name='Type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1089' column='1' id='type-id-948'>
+ <enum-decl name='Type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1089' column='1' id='type-id-947'>
<underlying-type type-id='type-id-56'/>
<enumerator name='Single' value='1'/>
<enumerator name='Multiple' value='2'/>
</enum-decl>
</member-type>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='160' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1135' column='1' id='type-id-949'>
+ <union-decl name='__anonymous_union__' size-in-bits='160' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1135' column='1' id='type-id-948'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1136' column='1' id='type-id-950'>
+ <class-decl name='__anonymous_struct__' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1136' column='1' id='type-id-949'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='sub_format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1137' column='1'/>
+ <var-decl name='sub_format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1137' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='private'>
- <var-decl name='header' type-id='type-id-950' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1138' column='1'/>
+ <var-decl name='header' type-id='type-id-949' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1138' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='single' type-id='type-id-951' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1139' column='1'/>
+ <var-decl name='single' type-id='type-id-950' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1139' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='multiple' type-id='type-id-952' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1140' column='1'/>
+ <var-decl name='multiple' type-id='type-id-951' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1140' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='alternate' type-id='type-id-953' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1141' column='1'/>
+ <var-decl name='alternate' type-id='type-id-952' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1141' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='ligature' type-id='type-id-954' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1142' column='1'/>
+ <var-decl name='ligature' type-id='type-id-953' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1142' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='context' type-id='type-id-955' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1143' column='1'/>
+ <var-decl name='context' type-id='type-id-954' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1143' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='chainContext' type-id='type-id-956' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1144' column='1'/>
+ <var-decl name='chainContext' type-id='type-id-955' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1144' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='extension' type-id='type-id-957' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1145' column='1'/>
+ <var-decl name='extension' type-id='type-id-956' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1145' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='reverseChainContextSingle' type-id='type-id-958' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1146' column='1'/>
+ <var-decl name='reverseChainContextSingle' type-id='type-id-957' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1146' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-949' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1147' column='1'/>
+ <var-decl name='u' type-id='type-id-948' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1147' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1149' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1149' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT19SubstLookupSubTable8sanitizeEPNS_21hb_sanitize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1117' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-462' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-461' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1149' mangled-name='_ZNK2OT19SubstLookupSubTable32_instance_assertion_on_line_1149Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1149' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-958' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_would_apply_context_t>' mangled-name='_ZNK2OT19SubstLookupSubTable8dispatchINS_24hb_would_apply_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1101' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-959' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-958' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' mangled-name='_ZNK2OT19SubstLookupSubTable8dispatchINS_27hb_collect_glyphs_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1101' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-959' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-958' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_closure_context_t>' mangled-name='_ZNK2OT19SubstLookupSubTable8dispatchINS_20hb_closure_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1101' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-959' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-958' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' mangled-name='_ZNK2OT19SubstLookupSubTable8dispatchINS_18hb_apply_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1101' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-959' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-958' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1101' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-959' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-958' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <array-type-def dimensions='1' type-id='type-id-257' size-in-bits='16' id='type-id-817'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-256' size-in-bits='16' id='type-id-816'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-962' size-in-bits='64' id='type-id-864'/>
- <reference-type-def kind='lvalue' type-id='type-id-749' size-in-bits='64' id='type-id-866'/>
- <reference-type-def kind='lvalue' type-id='type-id-963' size-in-bits='64' id='type-id-869'/>
- <reference-type-def kind='lvalue' type-id='type-id-964' size-in-bits='64' id='type-id-871'/>
- <reference-type-def kind='lvalue' type-id='type-id-965' size-in-bits='64' id='type-id-873'/>
- <reference-type-def kind='lvalue' type-id='type-id-966' size-in-bits='64' id='type-id-875'/>
- <reference-type-def kind='lvalue' type-id='type-id-967' size-in-bits='64' id='type-id-877'/>
- <reference-type-def kind='lvalue' type-id='type-id-968' size-in-bits='64' id='type-id-879'/>
- <pointer-type-def type-id='type-id-833' size-in-bits='64' id='type-id-837'/>
- <pointer-type-def type-id='type-id-835' size-in-bits='64' id='type-id-845'/>
- <pointer-type-def type-id='type-id-836' size-in-bits='64' id='type-id-848'/>
- <reference-type-def kind='lvalue' type-id='type-id-794' size-in-bits='64' id='type-id-881'/>
- <reference-type-def kind='lvalue' type-id='type-id-797' size-in-bits='64' id='type-id-883'/>
- <reference-type-def kind='lvalue' type-id='type-id-969' size-in-bits='64' id='type-id-886'/>
- <reference-type-def kind='lvalue' type-id='type-id-257' size-in-bits='64' id='type-id-818'/>
- <reference-type-def kind='lvalue' type-id='type-id-801' size-in-bits='64' id='type-id-888'/>
- <reference-type-def kind='lvalue' type-id='type-id-970' size-in-bits='64' id='type-id-891'/>
- <reference-type-def kind='lvalue' type-id='type-id-971' size-in-bits='64' id='type-id-893'/>
- <reference-type-def kind='lvalue' type-id='type-id-972' size-in-bits='64' id='type-id-898'/>
- <reference-type-def kind='lvalue' type-id='type-id-973' size-in-bits='64' id='type-id-900'/>
- <reference-type-def kind='lvalue' type-id='type-id-862' size-in-bits='64' id='type-id-823'/>
- <reference-type-def kind='lvalue' type-id='type-id-974' size-in-bits='64' id='type-id-902'/>
- <reference-type-def kind='lvalue' type-id='type-id-975' size-in-bits='64' id='type-id-904'/>
- <reference-type-def kind='lvalue' type-id='type-id-976' size-in-bits='64' id='type-id-906'/>
- <reference-type-def kind='lvalue' type-id='type-id-977' size-in-bits='64' id='type-id-908'/>
- <reference-type-def kind='lvalue' type-id='type-id-602' size-in-bits='64' id='type-id-827'/>
- <reference-type-def kind='lvalue' type-id='type-id-603' size-in-bits='64' id='type-id-831'/>
- <reference-type-def kind='lvalue' type-id='type-id-808' size-in-bits='64' id='type-id-910'/>
- <pointer-type-def type-id='type-id-978' size-in-bits='64' id='type-id-911'/>
- <reference-type-def kind='lvalue' type-id='type-id-979' size-in-bits='64' id='type-id-913'/>
- <reference-type-def kind='lvalue' type-id='type-id-980' size-in-bits='64' id='type-id-915'/>
- <reference-type-def kind='lvalue' type-id='type-id-981' size-in-bits='64' id='type-id-917'/>
- <reference-type-def kind='lvalue' type-id='type-id-982' size-in-bits='64' id='type-id-919'/>
- <reference-type-def kind='lvalue' type-id='type-id-983' size-in-bits='64' id='type-id-921'/>
- <reference-type-def kind='lvalue' type-id='type-id-984' size-in-bits='64' id='type-id-923'/>
- <reference-type-def kind='lvalue' type-id='type-id-985' size-in-bits='64' id='type-id-925'/>
- <reference-type-def kind='lvalue' type-id='type-id-986' size-in-bits='64' id='type-id-928'/>
- <reference-type-def kind='lvalue' type-id='type-id-987' size-in-bits='64' id='type-id-930'/>
- <reference-type-def kind='lvalue' type-id='type-id-988' size-in-bits='64' id='type-id-932'/>
- <reference-type-def kind='lvalue' type-id='type-id-628' size-in-bits='64' id='type-id-934'/>
- <reference-type-def kind='lvalue' type-id='type-id-629' size-in-bits='64' id='type-id-936'/>
- <reference-type-def kind='lvalue' type-id='type-id-989' size-in-bits='64' id='type-id-819'/>
- <reference-type-def kind='lvalue' type-id='type-id-990' size-in-bits='64' id='type-id-824'/>
- <reference-type-def kind='lvalue' type-id='type-id-991' size-in-bits='64' id='type-id-828'/>
- <reference-type-def kind='lvalue' type-id='type-id-992' size-in-bits='64' id='type-id-832'/>
- <reference-type-def kind='lvalue' type-id='type-id-993' size-in-bits='64' id='type-id-858'/>
- <pointer-type-def type-id='type-id-994' size-in-bits='64' id='type-id-855'/>
+ <reference-type-def kind='lvalue' type-id='type-id-961' size-in-bits='64' id='type-id-863'/>
+ <reference-type-def kind='lvalue' type-id='type-id-748' size-in-bits='64' id='type-id-865'/>
+ <reference-type-def kind='lvalue' type-id='type-id-962' size-in-bits='64' id='type-id-868'/>
+ <reference-type-def kind='lvalue' type-id='type-id-963' size-in-bits='64' id='type-id-870'/>
+ <reference-type-def kind='lvalue' type-id='type-id-964' size-in-bits='64' id='type-id-872'/>
+ <reference-type-def kind='lvalue' type-id='type-id-965' size-in-bits='64' id='type-id-874'/>
+ <reference-type-def kind='lvalue' type-id='type-id-966' size-in-bits='64' id='type-id-876'/>
+ <reference-type-def kind='lvalue' type-id='type-id-967' size-in-bits='64' id='type-id-878'/>
+ <pointer-type-def type-id='type-id-832' size-in-bits='64' id='type-id-836'/>
+ <pointer-type-def type-id='type-id-834' size-in-bits='64' id='type-id-844'/>
+ <pointer-type-def type-id='type-id-835' size-in-bits='64' id='type-id-847'/>
+ <reference-type-def kind='lvalue' type-id='type-id-793' size-in-bits='64' id='type-id-880'/>
+ <reference-type-def kind='lvalue' type-id='type-id-796' size-in-bits='64' id='type-id-882'/>
+ <reference-type-def kind='lvalue' type-id='type-id-968' size-in-bits='64' id='type-id-885'/>
+ <reference-type-def kind='lvalue' type-id='type-id-256' size-in-bits='64' id='type-id-817'/>
+ <reference-type-def kind='lvalue' type-id='type-id-800' size-in-bits='64' id='type-id-887'/>
+ <reference-type-def kind='lvalue' type-id='type-id-969' size-in-bits='64' id='type-id-890'/>
+ <reference-type-def kind='lvalue' type-id='type-id-970' size-in-bits='64' id='type-id-892'/>
+ <reference-type-def kind='lvalue' type-id='type-id-971' size-in-bits='64' id='type-id-897'/>
+ <reference-type-def kind='lvalue' type-id='type-id-972' size-in-bits='64' id='type-id-899'/>
+ <reference-type-def kind='lvalue' type-id='type-id-861' size-in-bits='64' id='type-id-822'/>
+ <reference-type-def kind='lvalue' type-id='type-id-973' size-in-bits='64' id='type-id-901'/>
+ <reference-type-def kind='lvalue' type-id='type-id-974' size-in-bits='64' id='type-id-903'/>
+ <reference-type-def kind='lvalue' type-id='type-id-975' size-in-bits='64' id='type-id-905'/>
+ <reference-type-def kind='lvalue' type-id='type-id-976' size-in-bits='64' id='type-id-907'/>
+ <reference-type-def kind='lvalue' type-id='type-id-601' size-in-bits='64' id='type-id-826'/>
+ <reference-type-def kind='lvalue' type-id='type-id-602' size-in-bits='64' id='type-id-830'/>
+ <reference-type-def kind='lvalue' type-id='type-id-807' size-in-bits='64' id='type-id-909'/>
+ <pointer-type-def type-id='type-id-977' size-in-bits='64' id='type-id-910'/>
+ <reference-type-def kind='lvalue' type-id='type-id-978' size-in-bits='64' id='type-id-912'/>
+ <reference-type-def kind='lvalue' type-id='type-id-979' size-in-bits='64' id='type-id-914'/>
+ <reference-type-def kind='lvalue' type-id='type-id-980' size-in-bits='64' id='type-id-916'/>
+ <reference-type-def kind='lvalue' type-id='type-id-981' size-in-bits='64' id='type-id-918'/>
+ <reference-type-def kind='lvalue' type-id='type-id-982' size-in-bits='64' id='type-id-920'/>
+ <reference-type-def kind='lvalue' type-id='type-id-983' size-in-bits='64' id='type-id-922'/>
+ <reference-type-def kind='lvalue' type-id='type-id-984' size-in-bits='64' id='type-id-924'/>
+ <reference-type-def kind='lvalue' type-id='type-id-985' size-in-bits='64' id='type-id-927'/>
+ <reference-type-def kind='lvalue' type-id='type-id-986' size-in-bits='64' id='type-id-929'/>
+ <reference-type-def kind='lvalue' type-id='type-id-987' size-in-bits='64' id='type-id-931'/>
+ <reference-type-def kind='lvalue' type-id='type-id-627' size-in-bits='64' id='type-id-933'/>
+ <reference-type-def kind='lvalue' type-id='type-id-628' size-in-bits='64' id='type-id-935'/>
+ <reference-type-def kind='lvalue' type-id='type-id-988' size-in-bits='64' id='type-id-818'/>
+ <reference-type-def kind='lvalue' type-id='type-id-989' size-in-bits='64' id='type-id-823'/>
+ <reference-type-def kind='lvalue' type-id='type-id-990' size-in-bits='64' id='type-id-827'/>
+ <reference-type-def kind='lvalue' type-id='type-id-991' size-in-bits='64' id='type-id-831'/>
+ <reference-type-def kind='lvalue' type-id='type-id-992' size-in-bits='64' id='type-id-857'/>
+ <pointer-type-def type-id='type-id-993' size-in-bits='64' id='type-id-854'/>
+ <pointer-type-def type-id='type-id-994' size-in-bits='64' id='type-id-851'/>
<pointer-type-def type-id='type-id-995' size-in-bits='64' id='type-id-852'/>
- <pointer-type-def type-id='type-id-996' size-in-bits='64' id='type-id-853'/>
- <pointer-type-def type-id='type-id-997' size-in-bits='64' id='type-id-960'/>
- <pointer-type-def type-id='type-id-998' size-in-bits='64' id='type-id-854'/>
- <array-type-def dimensions='1' type-id='type-id-862' size-in-bits='16' id='type-id-820'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <pointer-type-def type-id='type-id-996' size-in-bits='64' id='type-id-959'/>
+ <pointer-type-def type-id='type-id-997' size-in-bits='64' id='type-id-853'/>
+ <array-type-def dimensions='1' type-id='type-id-861' size-in-bits='16' id='type-id-819'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-602' size-in-bits='16' id='type-id-825'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-601' size-in-bits='16' id='type-id-824'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-603' size-in-bits='16' id='type-id-829'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-602' size-in-bits='16' id='type-id-828'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-444' size-in-bits='16' id='type-id-861'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-443' size-in-bits='16' id='type-id-860'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-999' size-in-bits='64' id='type-id-863'/>
- <reference-type-def kind='lvalue' type-id='type-id-633' size-in-bits='64' id='type-id-865'/>
- <reference-type-def kind='lvalue' type-id='type-id-638' size-in-bits='64' id='type-id-867'/>
- <reference-type-def kind='lvalue' type-id='type-id-1000' size-in-bits='64' id='type-id-868'/>
- <reference-type-def kind='lvalue' type-id='type-id-1001' size-in-bits='64' id='type-id-870'/>
- <reference-type-def kind='lvalue' type-id='type-id-1002' size-in-bits='64' id='type-id-872'/>
- <reference-type-def kind='lvalue' type-id='type-id-1003' size-in-bits='64' id='type-id-874'/>
- <reference-type-def kind='lvalue' type-id='type-id-1004' size-in-bits='64' id='type-id-876'/>
- <reference-type-def kind='lvalue' type-id='type-id-1005' size-in-bits='64' id='type-id-878'/>
- <reference-type-def kind='lvalue' type-id='type-id-1006' size-in-bits='64' id='type-id-838'/>
- <pointer-type-def type-id='type-id-1006' size-in-bits='64' id='type-id-840'/>
- <reference-type-def kind='lvalue' type-id='type-id-1007' size-in-bits='64' id='type-id-846'/>
- <pointer-type-def type-id='type-id-1007' size-in-bits='64' id='type-id-844'/>
- <reference-type-def kind='lvalue' type-id='type-id-1008' size-in-bits='64' id='type-id-849'/>
- <pointer-type-def type-id='type-id-1008' size-in-bits='64' id='type-id-847'/>
- <reference-type-def kind='lvalue' type-id='type-id-682' size-in-bits='64' id='type-id-880'/>
- <reference-type-def kind='lvalue' type-id='type-id-685' size-in-bits='64' id='type-id-882'/>
- <reference-type-def kind='lvalue' type-id='type-id-1009' size-in-bits='64' id='type-id-885'/>
- <reference-type-def kind='lvalue' type-id='type-id-690' size-in-bits='64' id='type-id-887'/>
- <reference-type-def kind='lvalue' type-id='type-id-1010' size-in-bits='64' id='type-id-890'/>
- <reference-type-def kind='lvalue' type-id='type-id-1011' size-in-bits='64' id='type-id-892'/>
+ <reference-type-def kind='lvalue' type-id='type-id-998' size-in-bits='64' id='type-id-862'/>
+ <reference-type-def kind='lvalue' type-id='type-id-632' size-in-bits='64' id='type-id-864'/>
+ <reference-type-def kind='lvalue' type-id='type-id-637' size-in-bits='64' id='type-id-866'/>
+ <reference-type-def kind='lvalue' type-id='type-id-999' size-in-bits='64' id='type-id-867'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1000' size-in-bits='64' id='type-id-869'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1001' size-in-bits='64' id='type-id-871'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1002' size-in-bits='64' id='type-id-873'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1003' size-in-bits='64' id='type-id-875'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1004' size-in-bits='64' id='type-id-877'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1005' size-in-bits='64' id='type-id-837'/>
+ <pointer-type-def type-id='type-id-1005' size-in-bits='64' id='type-id-839'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1006' size-in-bits='64' id='type-id-845'/>
+ <pointer-type-def type-id='type-id-1006' size-in-bits='64' id='type-id-843'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1007' size-in-bits='64' id='type-id-848'/>
+ <pointer-type-def type-id='type-id-1007' size-in-bits='64' id='type-id-846'/>
+ <reference-type-def kind='lvalue' type-id='type-id-681' size-in-bits='64' id='type-id-879'/>
+ <reference-type-def kind='lvalue' type-id='type-id-684' size-in-bits='64' id='type-id-881'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1008' size-in-bits='64' id='type-id-884'/>
+ <reference-type-def kind='lvalue' type-id='type-id-689' size-in-bits='64' id='type-id-886'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1009' size-in-bits='64' id='type-id-889'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1010' size-in-bits='64' id='type-id-891'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1011' size-in-bits='64' id='type-id-893'/>
+ <pointer-type-def type-id='type-id-1011' size-in-bits='64' id='type-id-850'/>
<reference-type-def kind='lvalue' type-id='type-id-1012' size-in-bits='64' id='type-id-894'/>
- <pointer-type-def type-id='type-id-1012' size-in-bits='64' id='type-id-851'/>
- <reference-type-def kind='lvalue' type-id='type-id-1013' size-in-bits='64' id='type-id-895'/>
- <pointer-type-def type-id='type-id-1013' size-in-bits='64' id='type-id-857'/>
- <pointer-type-def type-id='type-id-1014' size-in-bits='64' id='type-id-860'/>
- <reference-type-def kind='lvalue' type-id='type-id-691' size-in-bits='64' id='type-id-896'/>
- <reference-type-def kind='lvalue' type-id='type-id-1015' size-in-bits='64' id='type-id-897'/>
- <reference-type-def kind='lvalue' type-id='type-id-1016' size-in-bits='64' id='type-id-899'/>
- <reference-type-def kind='lvalue' type-id='type-id-1017' size-in-bits='64' id='type-id-822'/>
- <pointer-type-def type-id='type-id-1017' size-in-bits='64' id='type-id-821'/>
- <reference-type-def kind='lvalue' type-id='type-id-1018' size-in-bits='64' id='type-id-901'/>
- <reference-type-def kind='lvalue' type-id='type-id-1019' size-in-bits='64' id='type-id-903'/>
- <reference-type-def kind='lvalue' type-id='type-id-1020' size-in-bits='64' id='type-id-905'/>
- <reference-type-def kind='lvalue' type-id='type-id-1021' size-in-bits='64' id='type-id-907'/>
- <reference-type-def kind='lvalue' type-id='type-id-713' size-in-bits='64' id='type-id-826'/>
- <reference-type-def kind='lvalue' type-id='type-id-714' size-in-bits='64' id='type-id-830'/>
- <reference-type-def kind='lvalue' type-id='type-id-737' size-in-bits='64' id='type-id-909'/>
- <reference-type-def kind='lvalue' type-id='type-id-1022' size-in-bits='64' id='type-id-912'/>
- <reference-type-def kind='lvalue' type-id='type-id-1023' size-in-bits='64' id='type-id-914'/>
- <pointer-type-def type-id='type-id-1024' size-in-bits='64' id='type-id-884'/>
- <pointer-type-def type-id='type-id-1025' size-in-bits='64' id='type-id-889'/>
- <pointer-type-def type-id='type-id-1026' size-in-bits='64' id='type-id-926'/>
- <reference-type-def kind='lvalue' type-id='type-id-1027' size-in-bits='64' id='type-id-916'/>
- <reference-type-def kind='lvalue' type-id='type-id-1028' size-in-bits='64' id='type-id-918'/>
- <reference-type-def kind='lvalue' type-id='type-id-1029' size-in-bits='64' id='type-id-920'/>
- <reference-type-def kind='lvalue' type-id='type-id-1030' size-in-bits='64' id='type-id-922'/>
- <reference-type-def kind='lvalue' type-id='type-id-1031' size-in-bits='64' id='type-id-924'/>
- <reference-type-def kind='lvalue' type-id='type-id-1032' size-in-bits='64' id='type-id-927'/>
+ <pointer-type-def type-id='type-id-1012' size-in-bits='64' id='type-id-856'/>
+ <pointer-type-def type-id='type-id-1013' size-in-bits='64' id='type-id-859'/>
+ <reference-type-def kind='lvalue' type-id='type-id-690' size-in-bits='64' id='type-id-895'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1014' size-in-bits='64' id='type-id-896'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1015' size-in-bits='64' id='type-id-898'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1016' size-in-bits='64' id='type-id-821'/>
+ <pointer-type-def type-id='type-id-1016' size-in-bits='64' id='type-id-820'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1017' size-in-bits='64' id='type-id-900'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1018' size-in-bits='64' id='type-id-902'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1019' size-in-bits='64' id='type-id-904'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1020' size-in-bits='64' id='type-id-906'/>
+ <reference-type-def kind='lvalue' type-id='type-id-712' size-in-bits='64' id='type-id-825'/>
+ <reference-type-def kind='lvalue' type-id='type-id-713' size-in-bits='64' id='type-id-829'/>
+ <reference-type-def kind='lvalue' type-id='type-id-736' size-in-bits='64' id='type-id-908'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1021' size-in-bits='64' id='type-id-911'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1022' size-in-bits='64' id='type-id-913'/>
+ <pointer-type-def type-id='type-id-1023' size-in-bits='64' id='type-id-883'/>
+ <pointer-type-def type-id='type-id-1024' size-in-bits='64' id='type-id-888'/>
+ <pointer-type-def type-id='type-id-1025' size-in-bits='64' id='type-id-925'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1026' size-in-bits='64' id='type-id-915'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1027' size-in-bits='64' id='type-id-917'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1028' size-in-bits='64' id='type-id-919'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1029' size-in-bits='64' id='type-id-921'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1030' size-in-bits='64' id='type-id-923'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1031' size-in-bits='64' id='type-id-926'/>
+ <pointer-type-def type-id='type-id-1032' size-in-bits='64' id='type-id-936'/>
<pointer-type-def type-id='type-id-1033' size-in-bits='64' id='type-id-937'/>
<pointer-type-def type-id='type-id-1034' size-in-bits='64' id='type-id-938'/>
- <pointer-type-def type-id='type-id-1035' size-in-bits='64' id='type-id-939'/>
- <pointer-type-def type-id='type-id-1036' size-in-bits='64' id='type-id-941'/>
- <reference-type-def kind='lvalue' type-id='type-id-1037' size-in-bits='64' id='type-id-929'/>
- <reference-type-def kind='lvalue' type-id='type-id-1038' size-in-bits='64' id='type-id-931'/>
- <reference-type-def kind='lvalue' type-id='type-id-1039' size-in-bits='64' id='type-id-933'/>
- <pointer-type-def type-id='type-id-1039' size-in-bits='64' id='type-id-942'/>
- <reference-type-def kind='lvalue' type-id='type-id-1040' size-in-bits='64' id='type-id-935'/>
- <pointer-type-def type-id='type-id-1040' size-in-bits='64' id='type-id-959'/>
- <reference-type-def kind='lvalue' type-id='type-id-155' size-in-bits='64' id='type-id-940'/>
- <pointer-type-def type-id='type-id-1041' size-in-bits='64' id='type-id-945'/>
- <pointer-type-def type-id='type-id-1042' size-in-bits='64' id='type-id-841'/>
- <pointer-type-def type-id='type-id-1043' size-in-bits='64' id='type-id-843'/>
- <pointer-type-def type-id='type-id-1044' size-in-bits='64' id='type-id-842'/>
- <namespace-decl name='OT'>
- <class-decl name='AlternateSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='556' column='1' id='type-id-953'>
+ <pointer-type-def type-id='type-id-1035' size-in-bits='64' id='type-id-940'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1036' size-in-bits='64' id='type-id-928'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1037' size-in-bits='64' id='type-id-930'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1038' size-in-bits='64' id='type-id-932'/>
+ <pointer-type-def type-id='type-id-1038' size-in-bits='64' id='type-id-941'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1039' size-in-bits='64' id='type-id-934'/>
+ <pointer-type-def type-id='type-id-1039' size-in-bits='64' id='type-id-958'/>
+ <reference-type-def kind='lvalue' type-id='type-id-154' size-in-bits='64' id='type-id-939'/>
+ <pointer-type-def type-id='type-id-1040' size-in-bits='64' id='type-id-944'/>
+ <pointer-type-def type-id='type-id-1041' size-in-bits='64' id='type-id-840'/>
+ <pointer-type-def type-id='type-id-1042' size-in-bits='64' id='type-id-842'/>
+ <pointer-type-def type-id='type-id-1043' size-in-bits='64' id='type-id-841'/>
+ <namespace-decl name='OT'>
+ <class-decl name='AlternateSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='556' column='1' id='type-id-952'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='593' column='1' id='type-id-1045'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='593' column='1' id='type-id-1044'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='594' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='594' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-1046' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='595' column='1'/>
+ <var-decl name='format1' type-id='type-id-1045' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='595' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1045' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='596' column='1'/>
+ <var-decl name='u' type-id='type-id-1044' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='596' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT14AlternateSubst9serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='557' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-857'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT14AlternateSubst8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='583' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='574' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1048' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1047' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='574' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1048' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-1047' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='574' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1048' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1047' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='574' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1048' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-1047' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='574' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1048' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1047' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='AnchorFormat1' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='220' column='1' id='type-id-746'>
+ <class-decl name='AnchorFormat1' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='220' column='1' id='type-id-745'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='234' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='234' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='xCoordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='235' column='1'/>
+ <var-decl name='xCoordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='235' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='yCoordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='236' column='1'/>
+ <var-decl name='yCoordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='236' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='238' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='238' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='238' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='238' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_anchor' mangled-name='_ZNK2OT13AnchorFormat110get_anchorEP9hb_font_tjPiS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='221' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-412' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-411' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT13AnchorFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1049' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1048' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_238' mangled-name='_ZNK2OT13AnchorFormat131_instance_assertion_on_line_238Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-412' is-artificial='yes'/>
+ <parameter type-id='type-id-411' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='AnchorFormat2' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='242' column='1' id='type-id-747'>
+ <class-decl name='AnchorFormat2' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='242' column='1' id='type-id-746'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='263' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='263' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='xCoordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='264' column='1'/>
+ <var-decl name='xCoordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='264' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='yCoordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='265' column='1'/>
+ <var-decl name='yCoordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='265' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='anchorPoint' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='266' column='1'/>
+ <var-decl name='anchorPoint' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='266' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='268' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='268' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='268' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='268' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_anchor' mangled-name='_ZNK2OT13AnchorFormat210get_anchorEP9hb_font_tjPiS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='243' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-413' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-412' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT13AnchorFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='257' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1050' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1049' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_268' mangled-name='_ZNK2OT13AnchorFormat231_instance_assertion_on_line_268Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-413' is-artificial='yes'/>
+ <parameter type-id='type-id-412' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='AnchorFormat3' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='272' column='1' id='type-id-748'>
+ <class-decl name='AnchorFormat3' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='272' column='1' id='type-id-747'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='291' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='291' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='xCoordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='292' column='1'/>
+ <var-decl name='xCoordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='292' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='yCoordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='293' column='1'/>
+ <var-decl name='yCoordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='293' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='xDeviceTable' type-id='type-id-596' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='295' column='1'/>
+ <var-decl name='xDeviceTable' type-id='type-id-595' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='295' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='yDeviceTable' type-id='type-id-596' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='299' column='1'/>
+ <var-decl name='yDeviceTable' type-id='type-id-595' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='299' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='303' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='303' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='303' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='303' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_anchor' mangled-name='_ZNK2OT13AnchorFormat310get_anchorEP9hb_font_tjPiS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='273' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-414' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-413' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT13AnchorFormat38sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='285' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1051' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1050' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_303' mangled-name='_ZNK2OT13AnchorFormat331_instance_assertion_on_line_303Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='303' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-414' is-artificial='yes'/>
+ <parameter type-id='type-id-413' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='AnchorMatrix' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='344' column='1' id='type-id-749'>
+ <class-decl name='AnchorMatrix' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='344' column='1' id='type-id-748'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='rows' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='363' column='1'/>
+ <var-decl name='rows' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='363' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='matrixZ' type-id='type-id-1052' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='366' column='1'/>
+ <var-decl name='matrixZ' type-id='type-id-1051' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='366' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='369' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='369' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_anchor' mangled-name='_ZNK2OT12AnchorMatrix10get_anchorEjjjPb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='345' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-419' is-artificial='yes'/>
+ <parameter type-id='type-id-418' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-1053'/>
- <return type-id='type-id-863'/>
+ <parameter type-id='type-id-1052'/>
+ <return type-id='type-id-862'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT12AnchorMatrix8sanitizeEPNS_21hb_sanitize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='352' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1054' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1053' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_369' mangled-name='_ZNK2OT12AnchorMatrix31_instance_assertion_on_line_369Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='369' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-419' is-artificial='yes'/>
+ <parameter type-id='type-id-418' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_369' mangled-name='_ZNK2OT12AnchorMatrix31_compiles_assertion_on_line_369Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='369' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-419' is-artificial='yes'/>
+ <parameter type-id='type-id-418' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-750'>
+ <class-decl name='ArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-749'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='array' type-id='type-id-1055' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1054' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-286' is-artificial='yes'/>
+ <parameter type-id='type-id-285' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-1056'/>
+ <return type-id='type-id-1055'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-286' is-artificial='yes'/>
+ <parameter type-id='type-id-285' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1057'/>
+ <return type-id='type-id-1056'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1058' is-artificial='yes'/>
+ <parameter type-id='type-id-1057' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1059'/>
+ <return type-id='type-id-1058'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-286' is-artificial='yes'/>
+ <parameter type-id='type-id-285' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1058' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1057' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1058' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1060'/>
+ <parameter type-id='type-id-1057' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1059'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1058' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1057' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1058' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1057' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1058' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1057' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-286' is-artificial='yes'/>
+ <parameter type-id='type-id-285' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_21CmapSubtableLongGroupENS_7IntTypeIjLj4EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-286' is-artificial='yes'/>
+ <parameter type-id='type-id-285' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-751'>
+ <class-decl name='ArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-750'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1061' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1060' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-277' is-artificial='yes'/>
+ <parameter type-id='type-id-276' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-297'/>
+ <return type-id='type-id-296'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-277' is-artificial='yes'/>
+ <parameter type-id='type-id-276' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1062'/>
+ <return type-id='type-id-1061'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1063' is-artificial='yes'/>
+ <parameter type-id='type-id-1062' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1064'/>
+ <return type-id='type-id-1063'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-277' is-artificial='yes'/>
+ <parameter type-id='type-id-276' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1063' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1062' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1063' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1065'/>
+ <parameter type-id='type-id-1062' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1064'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1063' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1062' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1063' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1062' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1063' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1062' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-277' is-artificial='yes'/>
+ <parameter type-id='type-id-276' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_14EncodingRecordENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-277' is-artificial='yes'/>
+ <parameter type-id='type-id-276' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='lsearch<OT::EncodingRecord>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='876' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-277' is-artificial='yes'/>
- <parameter type-id='type-id-1062'/>
+ <parameter type-id='type-id-276' is-artificial='yes'/>
+ <parameter type-id='type-id-1061'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-752'>
+ <class-decl name='ArrayOf<OT::EntryExitRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-751'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1066' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1065' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-411' is-artificial='yes'/>
+ <parameter type-id='type-id-410' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-1067'/>
+ <return type-id='type-id-1066'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-411' is-artificial='yes'/>
+ <parameter type-id='type-id-410' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1068'/>
+ <return type-id='type-id-1067'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1069' is-artificial='yes'/>
+ <parameter type-id='type-id-1068' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1070'/>
+ <return type-id='type-id-1069'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-411' is-artificial='yes'/>
+ <parameter type-id='type-id-410' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1069' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1068' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1069' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1071'/>
+ <parameter type-id='type-id-1068' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1070'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1069' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1068' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1069' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1068' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1069' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1068' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-411' is-artificial='yes'/>
+ <parameter type-id='type-id-410' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_15EntryExitRecordENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-411' is-artificial='yes'/>
+ <parameter type-id='type-id-410' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-753'>
+ <class-decl name='ArrayOf<OT::Index, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-752'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1072' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1071' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-357' is-artificial='yes'/>
+ <parameter type-id='type-id-356' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-1073'/>
+ <return type-id='type-id-1072'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-357' is-artificial='yes'/>
+ <parameter type-id='type-id-356' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1074'/>
+ <return type-id='type-id-1073'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1075' is-artificial='yes'/>
+ <parameter type-id='type-id-1074' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1076'/>
+ <return type-id='type-id-1075'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-357' is-artificial='yes'/>
+ <parameter type-id='type-id-356' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1075' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1074' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1075' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1077'/>
+ <parameter type-id='type-id-1074' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1076'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1075' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1074' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1075' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1074' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1075' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1074' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-357' is-artificial='yes'/>
+ <parameter type-id='type-id-356' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_5IndexENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-357' is-artificial='yes'/>
+ <parameter type-id='type-id-356' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-754'>
+ <class-decl name='ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<unsigned int, 4u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-753'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='array' type-id='type-id-817' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-816' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-284' is-artificial='yes'/>
+ <parameter type-id='type-id-283' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-259'/>
+ <return type-id='type-id-258'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-284' is-artificial='yes'/>
+ <parameter type-id='type-id-283' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-260'/>
+ <return type-id='type-id-259'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1078' is-artificial='yes'/>
+ <parameter type-id='type-id-1077' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-818'/>
+ <return type-id='type-id-817'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-284' is-artificial='yes'/>
+ <parameter type-id='type-id-283' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1078' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1077' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS2_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1078' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-1077' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1078' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1077' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1078' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1077' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1078' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1077' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-284' is-artificial='yes'/>
+ <parameter type-id='type-id-283' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeItLj2EEENS1_IjLj4EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-284' is-artificial='yes'/>
+ <parameter type-id='type-id-283' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='40' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-755'>
+ <class-decl name='ArrayOf<OT::IntType<unsigned int, 3u>, OT::IntType<short unsigned int, 2u> >' size-in-bits='40' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-754'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1079' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1078' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-368' is-artificial='yes'/>
+ <parameter type-id='type-id-367' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-1080'/>
+ <return type-id='type-id-1079'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-368' is-artificial='yes'/>
+ <parameter type-id='type-id-367' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1081'/>
+ <return type-id='type-id-1080'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1082' is-artificial='yes'/>
+ <parameter type-id='type-id-1081' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1083'/>
+ <return type-id='type-id-1082'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-368' is-artificial='yes'/>
+ <parameter type-id='type-id-367' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1082' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1081' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS2_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1082' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1084'/>
+ <parameter type-id='type-id-1081' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1083'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1082' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1081' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1082' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1081' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1082' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1081' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-368' is-artificial='yes'/>
+ <parameter type-id='type-id-367' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_7IntTypeIjLj3EEENS1_ItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-368' is-artificial='yes'/>
+ <parameter type-id='type-id-367' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-756'>
+ <class-decl name='ArrayOf<OT::LookupRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-755'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1085' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1084' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-398' is-artificial='yes'/>
+ <parameter type-id='type-id-397' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-1086'/>
+ <return type-id='type-id-1085'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-398' is-artificial='yes'/>
+ <parameter type-id='type-id-397' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1087'/>
+ <return type-id='type-id-1086'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1088' is-artificial='yes'/>
+ <parameter type-id='type-id-1087' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1089'/>
+ <return type-id='type-id-1088'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-398' is-artificial='yes'/>
+ <parameter type-id='type-id-397' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1088' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1087' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1088' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1090'/>
+ <parameter type-id='type-id-1087' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1089'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1088' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1087' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1088' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1087' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1088' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1087' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-398' is-artificial='yes'/>
+ <parameter type-id='type-id-397' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_12LookupRecordENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-398' is-artificial='yes'/>
+ <parameter type-id='type-id-397' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-757'>
+ <class-decl name='ArrayOf<OT::MarkRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-756'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1091' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1090' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-416' is-artificial='yes'/>
+ <parameter type-id='type-id-415' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-417'/>
+ <return type-id='type-id-416'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-416' is-artificial='yes'/>
+ <parameter type-id='type-id-415' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1092'/>
+ <return type-id='type-id-1091'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1093' is-artificial='yes'/>
+ <parameter type-id='type-id-1092' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1094'/>
+ <return type-id='type-id-1093'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-416' is-artificial='yes'/>
+ <parameter type-id='type-id-415' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1093' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1092' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1093' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1095'/>
+ <parameter type-id='type-id-1092' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1094'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1093' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1092' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1093' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1092' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1093' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1092' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-416' is-artificial='yes'/>
+ <parameter type-id='type-id-415' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_10MarkRecordENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-416' is-artificial='yes'/>
+ <parameter type-id='type-id-415' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-758'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-757'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1096' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1095' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-422' is-artificial='yes'/>
+ <parameter type-id='type-id-421' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-420'/>
+ <return type-id='type-id-419'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-422' is-artificial='yes'/>
+ <parameter type-id='type-id-421' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1097'/>
+ <return type-id='type-id-1096'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1098' is-artificial='yes'/>
+ <parameter type-id='type-id-1097' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1099'/>
+ <return type-id='type-id-1098'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-422' is-artificial='yes'/>
+ <parameter type-id='type-id-421' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1098' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1097' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1098' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1100'/>
+ <parameter type-id='type-id-1097' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1099'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1098' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1097' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1098' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1097' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1098' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1097' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-422' is-artificial='yes'/>
+ <parameter type-id='type-id-421' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12AnchorMatrixENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-422' is-artificial='yes'/>
+ <parameter type-id='type-id-421' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='865' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1098' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1097' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-759'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-758'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1101' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1100' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-338' is-artificial='yes'/>
+ <parameter type-id='type-id-337' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-339'/>
+ <return type-id='type-id-338'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-338' is-artificial='yes'/>
+ <parameter type-id='type-id-337' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1102'/>
+ <return type-id='type-id-1101'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1103' is-artificial='yes'/>
+ <parameter type-id='type-id-1102' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1104'/>
+ <return type-id='type-id-1103'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-338' is-artificial='yes'/>
+ <parameter type-id='type-id-337' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1103' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1102' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1103' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1105'/>
+ <parameter type-id='type-id-1102' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1104'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1103' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1102' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1103' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1102' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1103' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1102' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-338' is-artificial='yes'/>
+ <parameter type-id='type-id-337' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS0_INS_7IntTypeItLj2EEES3_EES3_EES3_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-338' is-artificial='yes'/>
+ <parameter type-id='type-id-337' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-760'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-759'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1106' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1105' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-342' is-artificial='yes'/>
+ <parameter type-id='type-id-341' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-348'/>
+ <return type-id='type-id-347'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-342' is-artificial='yes'/>
+ <parameter type-id='type-id-341' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1107'/>
+ <return type-id='type-id-1106'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1108' is-artificial='yes'/>
+ <parameter type-id='type-id-1107' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1109'/>
+ <return type-id='type-id-1108'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-342' is-artificial='yes'/>
+ <parameter type-id='type-id-341' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1108' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1107' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1108' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1110'/>
+ <parameter type-id='type-id-1107' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1109'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1108' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1107' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1108' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1107' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1108' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1107' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-342' is-artificial='yes'/>
+ <parameter type-id='type-id-341' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_10CaretValueENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-342' is-artificial='yes'/>
+ <parameter type-id='type-id-341' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-761'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-760'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1111' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1110' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-397' is-artificial='yes'/>
+ <parameter type-id='type-id-396' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-399'/>
+ <return type-id='type-id-398'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-397' is-artificial='yes'/>
+ <parameter type-id='type-id-396' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1112'/>
+ <return type-id='type-id-1111'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1113' is-artificial='yes'/>
+ <parameter type-id='type-id-1112' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1114'/>
+ <return type-id='type-id-1113'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-397' is-artificial='yes'/>
+ <parameter type-id='type-id-396' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1113' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1112' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1113' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1115'/>
+ <parameter type-id='type-id-1112' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1114'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1113' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1112' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1113' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1112' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1113' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1112' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-397' is-artificial='yes'/>
+ <parameter type-id='type-id-396' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9ChainRuleENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-397' is-artificial='yes'/>
+ <parameter type-id='type-id-396' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-762'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-761'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1116' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1115' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-396' is-artificial='yes'/>
+ <parameter type-id='type-id-395' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-400'/>
+ <return type-id='type-id-399'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-396' is-artificial='yes'/>
+ <parameter type-id='type-id-395' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1117'/>
+ <return type-id='type-id-1116'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1118' is-artificial='yes'/>
+ <parameter type-id='type-id-1117' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1119'/>
+ <return type-id='type-id-1118'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-396' is-artificial='yes'/>
+ <parameter type-id='type-id-395' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1118' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1117' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1118' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1120'/>
+ <parameter type-id='type-id-1117' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1119'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1118' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1117' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1118' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1117' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1118' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1117' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-396' is-artificial='yes'/>
+ <parameter type-id='type-id-395' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_12ChainRuleSetENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-396' is-artificial='yes'/>
+ <parameter type-id='type-id-395' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-763'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-762'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1121' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1120' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-401' is-artificial='yes'/>
+ <parameter type-id='type-id-400' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-337'/>
+ <return type-id='type-id-336'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-401' is-artificial='yes'/>
+ <parameter type-id='type-id-400' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1122'/>
+ <return type-id='type-id-1121'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1123' is-artificial='yes'/>
+ <parameter type-id='type-id-1122' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1124'/>
+ <return type-id='type-id-1123'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-401' is-artificial='yes'/>
+ <parameter type-id='type-id-400' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1123' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1122' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1123' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1125'/>
+ <parameter type-id='type-id-1122' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1124'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1123' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1122' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1123' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1122' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1123' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1122' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-401' is-artificial='yes'/>
+ <parameter type-id='type-id-400' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-401' is-artificial='yes'/>
+ <parameter type-id='type-id-400' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-764'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-763'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1126' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1125' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-353' is-artificial='yes'/>
+ <parameter type-id='type-id-352' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-354'/>
+ <return type-id='type-id-353'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-353' is-artificial='yes'/>
+ <parameter type-id='type-id-352' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1127'/>
+ <return type-id='type-id-1126'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1128' is-artificial='yes'/>
+ <parameter type-id='type-id-1127' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1129'/>
+ <return type-id='type-id-1128'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-353' is-artificial='yes'/>
+ <parameter type-id='type-id-352' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1128' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1127' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1128' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1130'/>
+ <parameter type-id='type-id-1127' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1129'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1128' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1127' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1128' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1127' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1128' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1127' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-353' is-artificial='yes'/>
+ <parameter type-id='type-id-352' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8CoverageENS_7IntTypeIjLj4EEEEENS3_ItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-353' is-artificial='yes'/>
+ <parameter type-id='type-id-352' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-765'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-764'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1131' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1130' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-341' is-artificial='yes'/>
+ <parameter type-id='type-id-340' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-349'/>
+ <return type-id='type-id-348'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-341' is-artificial='yes'/>
+ <parameter type-id='type-id-340' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1132'/>
+ <return type-id='type-id-1131'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1133' is-artificial='yes'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1134'/>
+ <return type-id='type-id-1133'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-341' is-artificial='yes'/>
+ <parameter type-id='type-id-340' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1133' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1133' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1135'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1134'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1133' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1133' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1133' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-341' is-artificial='yes'/>
+ <parameter type-id='type-id-340' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8LigGlyphENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-341' is-artificial='yes'/>
+ <parameter type-id='type-id-340' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-766'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-765'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1136' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1135' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-376' is-artificial='yes'/>
+ <parameter type-id='type-id-375' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-379'/>
+ <return type-id='type-id-378'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-376' is-artificial='yes'/>
+ <parameter type-id='type-id-375' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1137'/>
+ <return type-id='type-id-1136'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1138' is-artificial='yes'/>
+ <parameter type-id='type-id-1137' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1139'/>
+ <return type-id='type-id-1138'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-376' is-artificial='yes'/>
+ <parameter type-id='type-id-375' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1138' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1137' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1138' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1140'/>
+ <parameter type-id='type-id-1137' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1139'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1138' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1137' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1138' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1137' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1138' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1137' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-376' is-artificial='yes'/>
+ <parameter type-id='type-id-375' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_6LookupENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-376' is-artificial='yes'/>
+ <parameter type-id='type-id-375' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-767'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-766'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1141' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1140' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-408' is-artificial='yes'/>
+ <parameter type-id='type-id-407' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-410'/>
+ <return type-id='type-id-409'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-408' is-artificial='yes'/>
+ <parameter type-id='type-id-407' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1142'/>
+ <return type-id='type-id-1141'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1143' is-artificial='yes'/>
+ <parameter type-id='type-id-1142' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1144'/>
+ <return type-id='type-id-1143'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-408' is-artificial='yes'/>
+ <parameter type-id='type-id-407' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1143' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1142' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1143' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1145'/>
+ <parameter type-id='type-id-1142' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1144'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1143' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1142' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1143' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1142' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1143' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1142' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-408' is-artificial='yes'/>
+ <parameter type-id='type-id-407' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7PairSetENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-408' is-artificial='yes'/>
+ <parameter type-id='type-id-407' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize<OT::PairSet::sanitize_closure_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='865' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1143' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1142' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-911'/>
+ <parameter type-id='type-id-910'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-768'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-767'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1146' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1145' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-406' is-artificial='yes'/>
+ <parameter type-id='type-id-405' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-431'/>
+ <return type-id='type-id-430'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-406' is-artificial='yes'/>
+ <parameter type-id='type-id-405' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1147'/>
+ <return type-id='type-id-1146'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1148' is-artificial='yes'/>
+ <parameter type-id='type-id-1147' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1149'/>
+ <return type-id='type-id-1148'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-406' is-artificial='yes'/>
+ <parameter type-id='type-id-405' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1148' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1147' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1148' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1150'/>
+ <parameter type-id='type-id-1147' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1149'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1148' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1147' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1148' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1147' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1148' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1147' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-406' is-artificial='yes'/>
+ <parameter type-id='type-id-405' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_9PosLookupENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-406' is-artificial='yes'/>
+ <parameter type-id='type-id-405' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-769'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-768'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1151' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1150' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-407' is-artificial='yes'/>
+ <parameter type-id='type-id-406' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-430'/>
+ <return type-id='type-id-429'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-407' is-artificial='yes'/>
+ <parameter type-id='type-id-406' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1152'/>
+ <return type-id='type-id-1151'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1153' is-artificial='yes'/>
+ <parameter type-id='type-id-1152' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1154'/>
+ <return type-id='type-id-1153'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-407' is-artificial='yes'/>
+ <parameter type-id='type-id-406' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1153' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1152' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1153' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1155'/>
+ <parameter type-id='type-id-1152' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1154'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1153' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1152' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1153' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1152' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1153' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1152' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-407' is-artificial='yes'/>
+ <parameter type-id='type-id-406' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_17PosLookupSubTableENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-407' is-artificial='yes'/>
+ <parameter type-id='type-id-406' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='865' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1153' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1152' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-770'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-769'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1156' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1155' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-392' is-artificial='yes'/>
+ <parameter type-id='type-id-391' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-393'/>
+ <return type-id='type-id-392'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-392' is-artificial='yes'/>
+ <parameter type-id='type-id-391' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1157'/>
+ <return type-id='type-id-1156'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1158' is-artificial='yes'/>
+ <parameter type-id='type-id-1157' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1159'/>
+ <return type-id='type-id-1158'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-392' is-artificial='yes'/>
+ <parameter type-id='type-id-391' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1158' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1157' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1158' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1160'/>
+ <parameter type-id='type-id-1157' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1159'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1158' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1157' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1158' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1157' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1158' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1157' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-392' is-artificial='yes'/>
+ <parameter type-id='type-id-391' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_4RuleENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-392' is-artificial='yes'/>
+ <parameter type-id='type-id-391' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-771'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-770'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1161' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-391' is-artificial='yes'/>
+ <parameter type-id='type-id-390' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-394'/>
+ <return type-id='type-id-393'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-391' is-artificial='yes'/>
+ <parameter type-id='type-id-390' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1162'/>
+ <return type-id='type-id-1161'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1163' is-artificial='yes'/>
+ <parameter type-id='type-id-1162' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1164'/>
+ <return type-id='type-id-1163'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-391' is-artificial='yes'/>
+ <parameter type-id='type-id-390' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1163' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1162' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1163' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1165'/>
+ <parameter type-id='type-id-1162' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1164'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1163' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1162' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1163' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1162' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1163' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1162' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-391' is-artificial='yes'/>
+ <parameter type-id='type-id-390' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_7RuleSetENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-391' is-artificial='yes'/>
+ <parameter type-id='type-id-390' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-772'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-771'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1166' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1165' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-384' is-artificial='yes'/>
+ <parameter type-id='type-id-383' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-385'/>
+ <return type-id='type-id-384'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-384' is-artificial='yes'/>
+ <parameter type-id='type-id-383' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1167'/>
+ <return type-id='type-id-1166'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1168' is-artificial='yes'/>
+ <parameter type-id='type-id-1167' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1169'/>
+ <return type-id='type-id-1168'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-384' is-artificial='yes'/>
+ <parameter type-id='type-id-383' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1168' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1167' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1168' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1170'/>
+ <parameter type-id='type-id-1167' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1169'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1168' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1167' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1168' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1167' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1168' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1167' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-384' is-artificial='yes'/>
+ <parameter type-id='type-id-383' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_8SequenceENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-384' is-artificial='yes'/>
+ <parameter type-id='type-id-383' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-773'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-772'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1171' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1170' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-381' is-artificial='yes'/>
+ <parameter type-id='type-id-380' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-404'/>
+ <return type-id='type-id-403'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-381' is-artificial='yes'/>
+ <parameter type-id='type-id-380' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1172'/>
+ <return type-id='type-id-1171'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1173' is-artificial='yes'/>
+ <parameter type-id='type-id-1172' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1174'/>
+ <return type-id='type-id-1173'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-381' is-artificial='yes'/>
+ <parameter type-id='type-id-380' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1173' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1172' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1173' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1175'/>
+ <parameter type-id='type-id-1172' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1174'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1173' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1172' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1173' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1172' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1173' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1172' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-381' is-artificial='yes'/>
+ <parameter type-id='type-id-380' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_11SubstLookupENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-381' is-artificial='yes'/>
+ <parameter type-id='type-id-380' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-774'>
+ <class-decl name='ArrayOf<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-773'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1176' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1175' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-382' is-artificial='yes'/>
+ <parameter type-id='type-id-381' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-403'/>
+ <return type-id='type-id-402'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-382' is-artificial='yes'/>
+ <parameter type-id='type-id-381' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1177'/>
+ <return type-id='type-id-1176'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_EixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1178' is-artificial='yes'/>
+ <parameter type-id='type-id-1177' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1179'/>
+ <return type-id='type-id-1178'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-382' is-artificial='yes'/>
+ <parameter type-id='type-id-381' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1178' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1177' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS5_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1178' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1180'/>
+ <parameter type-id='type-id-1177' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1179'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1178' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1177' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1178' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1177' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1178' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1177' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-382' is-artificial='yes'/>
+ <parameter type-id='type-id-381' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_8OffsetToINS_19SubstLookupSubTableENS_7IntTypeItLj2EEEEES4_E31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-382' is-artificial='yes'/>
+ <parameter type-id='type-id-381' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='865' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1178' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1177' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-775'>
+ <class-decl name='ArrayOf<OT::RangeRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-774'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1181' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1180' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-336' is-artificial='yes'/>
+ <parameter type-id='type-id-335' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-1182'/>
+ <return type-id='type-id-1181'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-336' is-artificial='yes'/>
+ <parameter type-id='type-id-335' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1183'/>
+ <return type-id='type-id-1182'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1184' is-artificial='yes'/>
+ <parameter type-id='type-id-1183' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1185'/>
+ <return type-id='type-id-1184'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-336' is-artificial='yes'/>
+ <parameter type-id='type-id-335' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1184' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1183' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1184' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1186'/>
+ <parameter type-id='type-id-1183' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1185'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1184' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1183' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1184' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1183' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1184' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1183' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-336' is-artificial='yes'/>
+ <parameter type-id='type-id-335' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_11RangeRecordENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-336' is-artificial='yes'/>
+ <parameter type-id='type-id-335' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-776'>
+ <class-decl name='ArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-775'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1187' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1186' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-365' is-artificial='yes'/>
+ <parameter type-id='type-id-364' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-374'/>
+ <return type-id='type-id-373'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-365' is-artificial='yes'/>
+ <parameter type-id='type-id-364' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1188'/>
+ <return type-id='type-id-1187'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1189' is-artificial='yes'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1190'/>
+ <return type-id='type-id-1189'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-365' is-artificial='yes'/>
+ <parameter type-id='type-id-364' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1189' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS3_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1189' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1191'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1190'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1189' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1189' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1189' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-365' is-artificial='yes'/>
+ <parameter type-id='type-id-364' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7FeatureEEENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-365' is-artificial='yes'/>
+ <parameter type-id='type-id-364' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-777'>
+ <class-decl name='ArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-776'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1191' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-360' is-artificial='yes'/>
+ <parameter type-id='type-id-359' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-361'/>
+ <return type-id='type-id-360'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-360' is-artificial='yes'/>
+ <parameter type-id='type-id-359' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1193'/>
+ <return type-id='type-id-1192'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1194' is-artificial='yes'/>
+ <parameter type-id='type-id-1193' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1195'/>
+ <return type-id='type-id-1194'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-360' is-artificial='yes'/>
+ <parameter type-id='type-id-359' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1194' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1193' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS3_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1194' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1196'/>
+ <parameter type-id='type-id-1193' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1195'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1194' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1193' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1194' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1193' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1194' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1193' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-360' is-artificial='yes'/>
+ <parameter type-id='type-id-359' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_7LangSysEEENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-360' is-artificial='yes'/>
+ <parameter type-id='type-id-359' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-778'>
+ <class-decl name='ArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-777'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='array' type-id='type-id-1197' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1196' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-356' is-artificial='yes'/>
+ <parameter type-id='type-id-355' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-363'/>
+ <return type-id='type-id-362'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-356' is-artificial='yes'/>
+ <parameter type-id='type-id-355' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1198'/>
+ <return type-id='type-id-1197'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1199' is-artificial='yes'/>
+ <parameter type-id='type-id-1198' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1200'/>
+ <return type-id='type-id-1199'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-356' is-artificial='yes'/>
+ <parameter type-id='type-id-355' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1199' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1198' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS3_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1199' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1201'/>
+ <parameter type-id='type-id-1198' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1200'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1199' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1198' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1199' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1198' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1199' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1198' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-356' is-artificial='yes'/>
+ <parameter type-id='type-id-355' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_6RecordINS_6ScriptEEENS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-356' is-artificial='yes'/>
+ <parameter type-id='type-id-355' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >' size-in-bits='72' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-779'>
+ <class-decl name='ArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >' size-in-bits='72' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-778'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='array' type-id='type-id-1202' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1201' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-292' is-artificial='yes'/>
+ <parameter type-id='type-id-291' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-1203'/>
+ <return type-id='type-id-1202'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-292' is-artificial='yes'/>
+ <parameter type-id='type-id-291' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1204'/>
+ <return type-id='type-id-1203'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1205' is-artificial='yes'/>
+ <parameter type-id='type-id-1204' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1206'/>
+ <return type-id='type-id-1205'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-292' is-artificial='yes'/>
+ <parameter type-id='type-id-291' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1205' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1204' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1205' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1207'/>
+ <parameter type-id='type-id-1204' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1206'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1205' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1204' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1205' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1204' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1205' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1204' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-292' is-artificial='yes'/>
+ <parameter type-id='type-id-291' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_10UVSMappingENS_7IntTypeIjLj4EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-292' is-artificial='yes'/>
+ <parameter type-id='type-id-291' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-780'>
+ <class-decl name='ArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-779'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='array' type-id='type-id-1208' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1207' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-290' is-artificial='yes'/>
+ <parameter type-id='type-id-289' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-1209'/>
+ <return type-id='type-id-1208'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-290' is-artificial='yes'/>
+ <parameter type-id='type-id-289' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1210'/>
+ <return type-id='type-id-1209'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1211' is-artificial='yes'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1212'/>
+ <return type-id='type-id-1211'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-290' is-artificial='yes'/>
+ <parameter type-id='type-id-289' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1211' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1211' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1213'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1212'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1211' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1211' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1211' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-290' is-artificial='yes'/>
+ <parameter type-id='type-id-289' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_17UnicodeValueRangeENS_7IntTypeIjLj4EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-290' is-artificial='yes'/>
+ <parameter type-id='type-id-289' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >' size-in-bits='120' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-781'>
+ <class-decl name='ArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >' size-in-bits='120' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='793' column='1' id='type-id-780'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
+ <var-decl name='len' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='892' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='array' type-id='type-id-1214' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
+ <var-decl name='array' type-id='type-id-1213' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='893' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sub_array' mangled-name='_ZNK2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE9sub_arrayEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='794' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-289' is-artificial='yes'/>
+ <parameter type-id='type-id-288' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-294'/>
+ <return type-id='type-id-293'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='806' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-289' is-artificial='yes'/>
+ <parameter type-id='type-id-288' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1215'/>
+ <return type-id='type-id-1214'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1216' is-artificial='yes'/>
+ <parameter type-id='type-id-1215' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1217'/>
+ <return type-id='type-id-1216'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='815' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-289' is-artificial='yes'/>
+ <parameter type-id='type-id-288' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='818' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1216' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
+ <parameter type-id='type-id-1215' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE9serializeEPNS_22hb_serialize_context_tERNS_8SupplierIS1_EEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='828' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1216' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-1218'/>
+ <parameter type-id='type-id-1215' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-1217'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1216' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1215' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='855' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1216' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1215' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_shallow' mangled-name='_ZN2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE16sanitize_shallowEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='886' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1216' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1215' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-289' is-artificial='yes'/>
+ <parameter type-id='type-id-288' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_895' mangled-name='_ZNK2OT7ArrayOfINS_23VariationSelectorRecordENS_7IntTypeIjLj4EEEE31_compiles_assertion_on_line_895Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='895' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-289' is-artificial='yes'/>
+ <parameter type-id='type-id-288' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CaretValueFormat1' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='95' column='1' id='type-id-782'>
+ <class-decl name='CaretValueFormat1' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='95' column='1' id='type-id-781'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='caretValueFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='110' column='1'/>
+ <var-decl name='caretValueFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='110' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='111' column='1'/>
+ <var-decl name='coordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='111' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='113' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='113' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='113' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='113' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='get_caret_value' mangled-name='_ZNK2OT17CaretValueFormat115get_caret_valueEP9hb_font_t14hb_direction_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-343' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-126'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-342' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-125'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize' mangled-name='_ZN2OT17CaretValueFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1219' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1218' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_113' mangled-name='_ZNK2OT17CaretValueFormat131_instance_assertion_on_line_113Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='113' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-343' is-artificial='yes'/>
+ <parameter type-id='type-id-342' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CaretValueFormat2' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='117' column='1' id='type-id-783'>
+ <class-decl name='CaretValueFormat2' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='117' column='1' id='type-id-782'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='caretValueFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='136' column='1'/>
+ <var-decl name='caretValueFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='136' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='caretValuePoint' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='137' column='1'/>
+ <var-decl name='caretValuePoint' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='137' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='139' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='139' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='139' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='139' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='get_caret_value' mangled-name='_ZNK2OT17CaretValueFormat215get_caret_valueEP9hb_font_t14hb_direction_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-344' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-126'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-343' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-125'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize' mangled-name='_ZN2OT17CaretValueFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1220' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1219' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_139' mangled-name='_ZNK2OT17CaretValueFormat231_instance_assertion_on_line_139Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-344' is-artificial='yes'/>
+ <parameter type-id='type-id-343' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CaretValueFormat3' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='143' column='1' id='type-id-784'>
+ <class-decl name='CaretValueFormat3' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='143' column='1' id='type-id-783'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='caretValueFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='159' column='1'/>
+ <var-decl name='caretValueFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='159' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coordinate' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='160' column='1'/>
+ <var-decl name='coordinate' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='160' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='deviceTable' type-id='type-id-596' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='162' column='1'/>
+ <var-decl name='deviceTable' type-id='type-id-595' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='162' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='166' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='166' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='166' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='166' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_caret_value' mangled-name='_ZNK2OT17CaretValueFormat315get_caret_valueEP9hb_font_t14hb_direction_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-347' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-126'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-346' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-125'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT17CaretValueFormat38sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1221' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1220' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_166' mangled-name='_ZNK2OT17CaretValueFormat331_instance_assertion_on_line_166Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='166' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-347' is-artificial='yes'/>
+ <parameter type-id='type-id-346' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ChainContextSubst' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='918' column='1' id='type-id-956'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1222'/>
+ <class-decl name='ChainContextSubst' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='918' column='1' id='type-id-955'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1221'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ClassDefFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='935' column='1' id='type-id-785'>
+ <class-decl name='ClassDefFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='935' column='1' id='type-id-784'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='classFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='981' column='1'/>
+ <var-decl name='classFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='981' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='startGlyph' type-id='type-id-850' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='982' column='1'/>
+ <var-decl name='startGlyph' type-id='type-id-849' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='982' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='classValue' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='984' column='1'/>
+ <var-decl name='classValue' type-id='type-id-572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='984' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='986' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='986' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='get_class' mangled-name='_ZNK2OT15ClassDefFormat19get_classEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='939' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-351' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-350' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize' mangled-name='_ZN2OT15ClassDefFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='946' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1223' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1222' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='intersects_class' mangled-name='_ZNK2OT15ClassDefFormat116intersects_classEPK8hb_set_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='959' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-351' is-artificial='yes'/>
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-350' is-artificial='yes'/>
+ <parameter type-id='type-id-840'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_986' mangled-name='_ZNK2OT15ClassDefFormat131_instance_assertion_on_line_986Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='986' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-351' is-artificial='yes'/>
+ <parameter type-id='type-id-350' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_986' mangled-name='_ZNK2OT15ClassDefFormat131_compiles_assertion_on_line_986Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='986' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-351' is-artificial='yes'/>
+ <parameter type-id='type-id-350' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='add_class<hb_set_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='952' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-351' is-artificial='yes'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-350' is-artificial='yes'/>
+ <parameter type-id='type-id-841'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CmapSubtableFormat0' size-in-bits='2096' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='44' column='1' id='type-id-786'>
+ <class-decl name='CmapSubtableFormat0' size-in-bits='2096' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='44' column='1' id='type-id-785'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='60' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='60' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='lengthZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='61' column='1'/>
+ <var-decl name='lengthZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='61' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='languageZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='62' column='1'/>
+ <var-decl name='languageZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='62' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='glyphIdArray' type-id='type-id-1224' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='63' column='1'/>
+ <var-decl name='glyphIdArray' type-id='type-id-1223' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='63' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='66' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='66' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='66' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='66' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_glyph' mangled-name='_ZNK2OT19CmapSubtableFormat09get_glyphEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-278' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-277' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT19CmapSubtableFormat08sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1225' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1224' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_66' mangled-name='_ZNK2OT19CmapSubtableFormat030_instance_assertion_on_line_66Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-278' is-artificial='yes'/>
+ <parameter type-id='type-id-277' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CmapSubtableFormat14' size-in-bits='168' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='368' column='1' id='type-id-787'>
+ <class-decl name='CmapSubtableFormat14' size-in-bits='168' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='368' column='1' id='type-id-786'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='383' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='383' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='lengthZ' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='384' column='1'/>
+ <var-decl name='lengthZ' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='384' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='record' type-id='type-id-1226' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='386' column='1'/>
+ <var-decl name='record' type-id='type-id-1225' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='386' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='389' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='389' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_glyph_variant' mangled-name='_ZNK2OT20CmapSubtableFormat1417get_glyph_variantEjjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='369' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-295' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
- <return type-id='type-id-1227'/>
+ <parameter type-id='type-id-294' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
+ <return type-id='type-id-1226'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT20CmapSubtableFormat148sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='376' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1228' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1227' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_389' mangled-name='_ZNK2OT20CmapSubtableFormat1431_instance_assertion_on_line_389Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='389' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-295' is-artificial='yes'/>
+ <parameter type-id='type-id-294' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_389' mangled-name='_ZNK2OT20CmapSubtableFormat1431_compiles_assertion_on_line_389Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='389' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-295' is-artificial='yes'/>
+ <parameter type-id='type-id-294' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CmapSubtableFormat4' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='70' column='1' id='type-id-788'>
+ <class-decl name='CmapSubtableFormat4' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='70' column='1' id='type-id-787'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='150' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='150' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='length' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='151' column='1'/>
+ <var-decl name='length' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='151' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='languageZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='153' column='1'/>
+ <var-decl name='languageZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='153' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='segCountX2' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='154' column='1'/>
+ <var-decl name='segCountX2' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='154' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='searchRangeZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='155' column='1'/>
+ <var-decl name='searchRangeZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='155' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
- <var-decl name='entrySelectorZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='156' column='1'/>
+ <var-decl name='entrySelectorZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='156' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
- <var-decl name='rangeShiftZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='157' column='1'/>
+ <var-decl name='rangeShiftZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='157' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='112'>
- <var-decl name='values' type-id='type-id-861' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='159' column='1'/>
+ <var-decl name='values' type-id='type-id-860' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='159' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='171' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='171' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_glyph' mangled-name='_ZNK2OT19CmapSubtableFormat49get_glyphEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='71' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-279' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-278' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT19CmapSubtableFormat48sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='128' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1229' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1228' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_171' mangled-name='_ZNK2OT19CmapSubtableFormat431_instance_assertion_on_line_171Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-279' is-artificial='yes'/>
+ <parameter type-id='type-id-278' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_171' mangled-name='_ZNK2OT19CmapSubtableFormat431_compiles_assertion_on_line_171Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-279' is-artificial='yes'/>
+ <parameter type-id='type-id-278' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CmapSubtableLongSegmented<OT::CmapSubtableFormat12>' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='235' column='1' id='type-id-789'>
+ <class-decl name='CmapSubtableLongSegmented<OT::CmapSubtableFormat12>' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='235' column='1' id='type-id-788'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='251' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='251' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='reservedZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='252' column='1'/>
+ <var-decl name='reservedZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='252' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='lengthZ' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='253' column='1'/>
+ <var-decl name='lengthZ' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='253' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='languageZ' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='254' column='1'/>
+ <var-decl name='languageZ' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='254' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
- <var-decl name='groups' type-id='type-id-1230' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='256' column='1'/>
+ <var-decl name='groups' type-id='type-id-1229' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='256' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_glyph' mangled-name='_ZNK2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat12EE9get_glyphEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='236' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-287' is-artificial='yes'/>
+ <parameter type-id='type-id-286' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat12EE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='245' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1231' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1230' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_258' mangled-name='_ZNK2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat12EE31_instance_assertion_on_line_258Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-287' is-artificial='yes'/>
+ <parameter type-id='type-id-286' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_258' mangled-name='_ZNK2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat12EE31_compiles_assertion_on_line_258Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-287' is-artificial='yes'/>
+ <parameter type-id='type-id-286' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CmapSubtableLongSegmented<OT::CmapSubtableFormat13>' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='235' column='1' id='type-id-790'>
+ <class-decl name='CmapSubtableLongSegmented<OT::CmapSubtableFormat13>' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='235' column='1' id='type-id-789'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='251' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='251' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='reservedZ' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='252' column='1'/>
+ <var-decl name='reservedZ' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='252' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='lengthZ' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='253' column='1'/>
+ <var-decl name='lengthZ' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='253' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='languageZ' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='254' column='1'/>
+ <var-decl name='languageZ' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='254' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
- <var-decl name='groups' type-id='type-id-1230' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='256' column='1'/>
+ <var-decl name='groups' type-id='type-id-1229' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='256' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_glyph' mangled-name='_ZNK2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat13EE9get_glyphEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='236' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-288' is-artificial='yes'/>
+ <parameter type-id='type-id-287' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat13EE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='245' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1232' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1231' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_258' mangled-name='_ZNK2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat13EE31_instance_assertion_on_line_258Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-288' is-artificial='yes'/>
+ <parameter type-id='type-id-287' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_258' mangled-name='_ZNK2OT25CmapSubtableLongSegmentedINS_20CmapSubtableFormat13EE31_compiles_assertion_on_line_258Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-288' is-artificial='yes'/>
+ <parameter type-id='type-id-287' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='202' column='1' id='type-id-791'>
+ <class-decl name='CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='202' column='1' id='type-id-790'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='formatReserved' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='219' column='1'/>
+ <var-decl name='formatReserved' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='219' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='lengthZ' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='220' column='1'/>
+ <var-decl name='lengthZ' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='220' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='languageZ' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='221' column='1'/>
+ <var-decl name='languageZ' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='221' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='startCharCode' type-id='type-id-257' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='222' column='1'/>
+ <var-decl name='startCharCode' type-id='type-id-256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='222' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='glyphIdArray' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='224' column='1'/>
+ <var-decl name='glyphIdArray' type-id='type-id-572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='224' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_glyph' mangled-name='_ZNK2OT19CmapSubtableTrimmedINS_7IntTypeItLj2EEEE9get_glyphEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='203' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-283' is-artificial='yes'/>
+ <parameter type-id='type-id-282' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT19CmapSubtableTrimmedINS_7IntTypeItLj2EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='213' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1233' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1232' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_227' mangled-name='_ZNK2OT19CmapSubtableTrimmedINS_7IntTypeItLj2EEEE31_instance_assertion_on_line_227Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-283' is-artificial='yes'/>
+ <parameter type-id='type-id-282' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_227' mangled-name='_ZNK2OT19CmapSubtableTrimmedINS_7IntTypeItLj2EEEE31_compiles_assertion_on_line_227Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-283' is-artificial='yes'/>
+ <parameter type-id='type-id-282' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >' size-in-bits='176' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='202' column='1' id='type-id-792'>
+ <class-decl name='CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >' size-in-bits='176' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='202' column='1' id='type-id-791'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='formatReserved' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='219' column='1'/>
+ <var-decl name='formatReserved' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='219' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='lengthZ' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='220' column='1'/>
+ <var-decl name='lengthZ' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='220' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='languageZ' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='221' column='1'/>
+ <var-decl name='languageZ' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='221' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
- <var-decl name='startCharCode' type-id='type-id-438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='222' column='1'/>
+ <var-decl name='startCharCode' type-id='type-id-437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='222' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='glyphIdArray' type-id='type-id-754' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='224' column='1'/>
+ <var-decl name='glyphIdArray' type-id='type-id-753' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='224' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_glyph' mangled-name='_ZNK2OT19CmapSubtableTrimmedINS_7IntTypeIjLj4EEEE9get_glyphEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='203' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-285' is-artificial='yes'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT19CmapSubtableTrimmedINS_7IntTypeIjLj4EEEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='213' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1234' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1233' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_227' mangled-name='_ZNK2OT19CmapSubtableTrimmedINS_7IntTypeIjLj4EEEE31_instance_assertion_on_line_227Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-285' is-artificial='yes'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_227' mangled-name='_ZNK2OT19CmapSubtableTrimmedINS_7IntTypeIjLj4EEEE31_compiles_assertion_on_line_227Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='227' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-285' is-artificial='yes'/>
+ <parameter type-id='type-id-284' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ContextFormat3' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1431' column='1' id='type-id-793'>
+ <class-decl name='ContextFormat3' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1431' column='1' id='type-id-792'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1510' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1510' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='glyphCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1511' column='1'/>
+ <var-decl name='glyphCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1511' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='lookupCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1513' column='1'/>
+ <var-decl name='lookupCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1513' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='coverageZ' type-id='type-id-1121' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1515' column='1'/>
+ <var-decl name='coverageZ' type-id='type-id-1120' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1515' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='lookupRecordX' type-id='type-id-1085' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1517' column='1'/>
+ <var-decl name='lookupRecordX' type-id='type-id-1084' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1517' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1520' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1520' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT14ContextFormat37closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1432' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-395' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-394' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT14ContextFormat314collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1449' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-395' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-394' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT14ContextFormat311would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1466' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-395' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-394' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT14ContextFormat312get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1478' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-395' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-394' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT14ContextFormat35applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1483' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-395' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-394' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT14ContextFormat38sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1497' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1235' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1234' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1520' mangled-name='_ZNK2OT14ContextFormat332_instance_assertion_on_line_1520Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1520' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-395' is-artificial='yes'/>
+ <parameter type-id='type-id-394' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_1520' mangled-name='_ZNK2OT14ContextFormat332_compiles_assertion_on_line_1520Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1520' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-395' is-artificial='yes'/>
+ <parameter type-id='type-id-394' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ContextSubst' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='916' column='1' id='type-id-955'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1236'/>
+ <class-decl name='ContextSubst' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='916' column='1' id='type-id-954'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1235'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Device' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1101' column='1' id='type-id-794'>
+ <class-decl name='Device' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1101' column='1' id='type-id-793'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='startSize' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1157' column='1'/>
+ <var-decl name='startSize' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1157' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='endSize' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1158' column='1'/>
+ <var-decl name='endSize' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1158' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='deltaFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1159' column='1'/>
+ <var-decl name='deltaFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1159' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='deltaValue' type-id='type-id-861' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1164' column='1'/>
+ <var-decl name='deltaValue' type-id='type-id-860' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1164' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1166' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1166' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_x_delta' mangled-name='_ZNK2OT6Device11get_x_deltaEP9hb_font_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1103' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-345' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-344' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_y_delta' mangled-name='_ZNK2OT6Device11get_y_deltaEP9hb_font_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-345' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-344' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_delta' mangled-name='_ZNK2OT6Device9get_deltaEji' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1109' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-345' is-artificial='yes'/>
+ <parameter type-id='type-id-344' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-4'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='public'>
<function-decl name='get_delta_pixels' mangled-name='_ZNK2OT6Device16get_delta_pixelsEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1121' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-345' is-artificial='yes'/>
+ <parameter type-id='type-id-344' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT6Device8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-345' is-artificial='yes'/>
+ <parameter type-id='type-id-344' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT6Device8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1151' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1237' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1236' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1166' mangled-name='_ZNK2OT6Device32_instance_assertion_on_line_1166Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1166' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-345' is-artificial='yes'/>
+ <parameter type-id='type-id-344' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_1166' mangled-name='_ZNK2OT6Device32_compiles_assertion_on_line_1166Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1166' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-345' is-artificial='yes'/>
+ <parameter type-id='type-id-344' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='EncodingRecord' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='453' column='1' id='type-id-795'>
+ <class-decl name='EncodingRecord' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='453' column='1' id='type-id-794'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='platformID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='470' column='1'/>
+ <var-decl name='platformID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='470' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='encodingID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='471' column='1'/>
+ <var-decl name='encodingID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='471' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='subtable' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='473' column='1'/>
+ <var-decl name='subtable' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='473' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='475' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='475' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='475' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='475' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT14EncodingRecord3cmpERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='454' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-297' is-artificial='yes'/>
- <parameter type-id='type-id-1062'/>
+ <parameter type-id='type-id-296' is-artificial='yes'/>
+ <parameter type-id='type-id-1061'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT14EncodingRecord8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='464' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1238' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1237' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_475' mangled-name='_ZNK2OT14EncodingRecord31_instance_assertion_on_line_475Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='475' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-297' is-artificial='yes'/>
+ <parameter type-id='type-id-296' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ExtensionFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2177' column='1' id='type-id-796'>
+ <class-decl name='ExtensionFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2177' column='1' id='type-id-795'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2187' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2187' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='extensionLookupType' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2188' column='1'/>
+ <var-decl name='extensionLookupType' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2188' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='extensionOffset' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2191' column='1'/>
+ <var-decl name='extensionOffset' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2191' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2194' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2194' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2194' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2194' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_type' mangled-name='_ZNK2OT16ExtensionFormat18get_typeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2178' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-402' is-artificial='yes'/>
+ <parameter type-id='type-id-401' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_offset' mangled-name='_ZNK2OT16ExtensionFormat110get_offsetEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2179' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-402' is-artificial='yes'/>
+ <parameter type-id='type-id-401' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT16ExtensionFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2181' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1239' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1238' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_2194' mangled-name='_ZNK2OT16ExtensionFormat132_instance_assertion_on_line_2194Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2194' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-402' is-artificial='yes'/>
+ <parameter type-id='type-id-401' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ExtensionSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='921' column='1' id='type-id-957'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1240'/>
+ <class-decl name='ExtensionSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='921' column='1' id='type-id-956'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1239'/>
<member-function access='public'>
<function-decl name='is_reverse' mangled-name='_ZNK2OT14ExtensionSubst10is_reverseEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='924' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1241' is-artificial='yes'/>
+ <parameter type-id='type-id-1240' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Feature' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='475' column='1' id='type-id-797'>
+ <class-decl name='Feature' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='475' column='1' id='type-id-796'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='featureParams' type-id='type-id-598' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='532' column='1'/>
+ <var-decl name='featureParams' type-id='type-id-597' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='532' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='lookupIndex' type-id='type-id-1242' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='536' column='1'/>
+ <var-decl name='lookupIndex' type-id='type-id-1241' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='536' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='538' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='538' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_lookup_count' mangled-name='_ZNK2OT7Feature16get_lookup_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='476' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-371' is-artificial='yes'/>
+ <parameter type-id='type-id-370' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_lookup_index' mangled-name='_ZNK2OT7Feature16get_lookup_indexEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='478' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-371' is-artificial='yes'/>
+ <parameter type-id='type-id-370' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-180'/>
+ <return type-id='type-id-179'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_lookup_indexes' mangled-name='_ZNK2OT7Feature18get_lookup_indexesEjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='480' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-371' is-artificial='yes'/>
+ <parameter type-id='type-id-370' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
<parameter type-id='type-id-60'/>
</member-function>
<member-function access='public'>
<function-decl name='get_feature_params' mangled-name='_ZNK2OT7Feature18get_feature_paramsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='485' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-371' is-artificial='yes'/>
- <return type-id='type-id-885'/>
+ <parameter type-id='type-id-370' is-artificial='yes'/>
+ <return type-id='type-id-884'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7Feature8sanitizeEPNS_21hb_sanitize_context_tEPKNS_6RecordIS0_E18sanitize_closure_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='488' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1243' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
- <parameter type-id='type-id-884'/>
+ <parameter type-id='type-id-1242' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
+ <parameter type-id='type-id-883'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_538' mangled-name='_ZNK2OT7Feature31_instance_assertion_on_line_538Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='538' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-371' is-artificial='yes'/>
+ <parameter type-id='type-id-370' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_538' mangled-name='_ZNK2OT7Feature31_compiles_assertion_on_line_538Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='538' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-371' is-artificial='yes'/>
+ <parameter type-id='type-id-370' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='FeatureParamsCharacterVariants' size-in-bits='136' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='406' column='1' id='type-id-798'>
+ <class-decl name='FeatureParamsCharacterVariants' size-in-bits='136' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='406' column='1' id='type-id-797'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='413' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='413' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='featUILableNameID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='414' column='1'/>
+ <var-decl name='featUILableNameID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='414' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='featUITooltipTextNameID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='419' column='1'/>
+ <var-decl name='featUITooltipTextNameID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='419' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='48'>
- <var-decl name='sampleTextNameID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='425' column='1'/>
+ <var-decl name='sampleTextNameID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='425' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='numNamedParameters' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='429' column='1'/>
+ <var-decl name='numNamedParameters' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='429' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='80'>
- <var-decl name='firstParamUILabelNameID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='431' column='1'/>
+ <var-decl name='firstParamUILabelNameID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='431' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
- <var-decl name='characters' type-id='type-id-755' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='437' column='1'/>
+ <var-decl name='characters' type-id='type-id-754' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='437' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='442' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='442' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT30FeatureParamsCharacterVariants8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='407' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1244' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1243' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_442' mangled-name='_ZNK2OT30FeatureParamsCharacterVariants31_instance_assertion_on_line_442Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='442' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-369' is-artificial='yes'/>
+ <parameter type-id='type-id-368' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_442' mangled-name='_ZNK2OT30FeatureParamsCharacterVariants31_compiles_assertion_on_line_442Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='442' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-369' is-artificial='yes'/>
+ <parameter type-id='type-id-368' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='FeatureParamsSize' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='262' column='1' id='type-id-799'>
+ <class-decl name='FeatureParamsSize' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='262' column='1' id='type-id-798'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='designSize' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='332' column='1'/>
+ <var-decl name='designSize' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='subfamilyID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='337' column='1'/>
+ <var-decl name='subfamilyID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='337' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='subfamilyNameID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='347' column='1'/>
+ <var-decl name='subfamilyNameID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='347' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='48'>
- <var-decl name='rangeStart' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='361' column='1'/>
+ <var-decl name='rangeStart' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='361' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='rangeEnd' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='364' column='1'/>
+ <var-decl name='rangeEnd' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='364' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='368' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='368' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='368' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='368' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT17FeatureParamsSize8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='263' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1245' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1244' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_368' mangled-name='_ZNK2OT17FeatureParamsSize31_instance_assertion_on_line_368Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='368' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-366' is-artificial='yes'/>
+ <parameter type-id='type-id-365' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='FeatureParamsStylisticSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='373' column='1' id='type-id-800'>
+ <class-decl name='FeatureParamsStylisticSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='373' column='1' id='type-id-799'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='version' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='381' column='1'/>
+ <var-decl name='version' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='381' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='uiNameID' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='386' column='1'/>
+ <var-decl name='uiNameID' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='386' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='401' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='401' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='401' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='401' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT25FeatureParamsStylisticSet8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='374' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1246' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1245' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_401' mangled-name='_ZNK2OT25FeatureParamsStylisticSet31_instance_assertion_on_line_401Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='401' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-367' is-artificial='yes'/>
+ <parameter type-id='type-id-366' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='LangSys' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='183' column='1' id='type-id-801'>
+ <class-decl name='LangSys' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='183' column='1' id='type-id-800'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='lookupOrderZ' type-id='type-id-862' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='207' column='1'/>
+ <var-decl name='lookupOrderZ' type-id='type-id-861' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='207' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='reqFeatureIndex' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='209' column='1'/>
+ <var-decl name='reqFeatureIndex' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='209' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='featureIndex' type-id='type-id-1242' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='212' column='1'/>
+ <var-decl name='featureIndex' type-id='type-id-1241' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='212' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='214' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='214' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_feature_count' mangled-name='_ZNK2OT7LangSys17get_feature_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='184' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-358' is-artificial='yes'/>
+ <parameter type-id='type-id-357' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_feature_index' mangled-name='_ZNK2OT7LangSys17get_feature_indexEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='186' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-358' is-artificial='yes'/>
+ <parameter type-id='type-id-357' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-180'/>
+ <return type-id='type-id-179'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_feature_indexes' mangled-name='_ZNK2OT7LangSys19get_feature_indexesEjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='188' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-358' is-artificial='yes'/>
+ <parameter type-id='type-id-357' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
<parameter type-id='type-id-60'/>
</member-function>
<member-function access='public'>
<function-decl name='has_required_feature' mangled-name='_ZNK2OT7LangSys20has_required_featureEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-358' is-artificial='yes'/>
+ <parameter type-id='type-id-357' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_required_feature_index' mangled-name='_ZNK2OT7LangSys26get_required_feature_indexEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='194' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-358' is-artificial='yes'/>
+ <parameter type-id='type-id-357' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7LangSys8sanitizeEPNS_21hb_sanitize_context_tEPKNS_6RecordIS0_E18sanitize_closure_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='201' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1247' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
- <parameter type-id='type-id-889'/>
+ <parameter type-id='type-id-1246' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
+ <parameter type-id='type-id-888'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_214' mangled-name='_ZNK2OT7LangSys31_instance_assertion_on_line_214Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='214' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-358' is-artificial='yes'/>
+ <parameter type-id='type-id-357' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_214' mangled-name='_ZNK2OT7LangSys31_compiles_assertion_on_line_214Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='214' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-358' is-artificial='yes'/>
+ <parameter type-id='type-id-357' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='LigatureSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='869' column='1' id='type-id-954'>
+ <class-decl name='LigatureSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='869' column='1' id='type-id-953'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='909' column='1' id='type-id-1248'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='909' column='1' id='type-id-1247'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='910' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='910' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-583' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='911' column='1'/>
+ <var-decl name='format1' type-id='type-id-582' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='911' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1248' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='912' column='1'/>
+ <var-decl name='u' type-id='type-id-1247' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='912' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT13LigatureSubst9serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_S9_S7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='870' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1249' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-1248' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-857'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-858'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-857'/>
+ <parameter type-id='type-id-818'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT13LigatureSubst8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='899' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1249' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1248' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='MarkBasePosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1022' column='1' id='type-id-802'>
+ <class-decl name='MarkBasePosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1022' column='1' id='type-id-801'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1068' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1068' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='markCoverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1070' column='1'/>
+ <var-decl name='markCoverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1070' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='baseCoverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1073' column='1'/>
+ <var-decl name='baseCoverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1073' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='classCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1075' column='1'/>
+ <var-decl name='classCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1075' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='markArray' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1077' column='1'/>
+ <var-decl name='markArray' type-id='type-id-604' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1077' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
- <var-decl name='baseArray' type-id='type-id-586' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1080' column='1'/>
+ <var-decl name='baseArray' type-id='type-id-585' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1080' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1083' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1083' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1083' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1083' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT18MarkBasePosFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1023' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-421' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-420' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT18MarkBasePosFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1030' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-421' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-420' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT18MarkBasePosFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1035' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-421' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-420' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT18MarkBasePosFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1061' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1251' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1250' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1083' mangled-name='_ZNK2OT18MarkBasePosFormat132_instance_assertion_on_line_1083Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1083' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-421' is-artificial='yes'/>
+ <parameter type-id='type-id-420' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='MarkLigPosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1126' column='1' id='type-id-803'>
+ <class-decl name='MarkLigPosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1126' column='1' id='type-id-802'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1188' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1188' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='markCoverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1190' column='1'/>
+ <var-decl name='markCoverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1190' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='ligatureCoverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1193' column='1'/>
+ <var-decl name='ligatureCoverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1193' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='classCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1196' column='1'/>
+ <var-decl name='classCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1196' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='markArray' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1198' column='1'/>
+ <var-decl name='markArray' type-id='type-id-604' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1198' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
- <var-decl name='ligatureArray' type-id='type-id-607' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1201' column='1'/>
+ <var-decl name='ligatureArray' type-id='type-id-606' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1201' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1204' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1204' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1204' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1204' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT17MarkLigPosFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1127' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-424' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-423' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT17MarkLigPosFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1134' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-424' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-423' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT17MarkLigPosFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-424' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-423' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT17MarkLigPosFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1181' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1252' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1251' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1204' mangled-name='_ZNK2OT17MarkLigPosFormat132_instance_assertion_on_line_1204Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1204' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-424' is-artificial='yes'/>
+ <parameter type-id='type-id-423' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='MarkMarkPosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1242' column='1' id='type-id-804'>
+ <class-decl name='MarkMarkPosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1242' column='1' id='type-id-803'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1306' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1306' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='mark1Coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1308' column='1'/>
+ <var-decl name='mark1Coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1308' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='mark2Coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1312' column='1'/>
+ <var-decl name='mark2Coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1312' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='classCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1315' column='1'/>
+ <var-decl name='classCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1315' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='mark1Array' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1317' column='1'/>
+ <var-decl name='mark1Array' type-id='type-id-604' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1317' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
- <var-decl name='mark2Array' type-id='type-id-586' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1320' column='1'/>
+ <var-decl name='mark2Array' type-id='type-id-585' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1320' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1323' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1323' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1323' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1323' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT18MarkMarkPosFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1243' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-425' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-424' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT18MarkMarkPosFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-425' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-424' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT18MarkMarkPosFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1255' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-425' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-424' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT18MarkMarkPosFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1298' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1253' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1252' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1323' mangled-name='_ZNK2OT18MarkMarkPosFormat132_instance_assertion_on_line_1323Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1323' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-425' is-artificial='yes'/>
+ <parameter type-id='type-id-424' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='MarkRecord' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='374' column='1' id='type-id-805'>
+ <class-decl name='MarkRecord' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='374' column='1' id='type-id-804'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='klass' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='383' column='1'/>
+ <var-decl name='klass' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='383' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='markAnchor' type-id='type-id-585' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='385' column='1'/>
+ <var-decl name='markAnchor' type-id='type-id-584' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='385' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='388' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='388' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='388' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='388' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT10MarkRecord8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1254' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1253' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_388' mangled-name='_ZNK2OT10MarkRecord31_instance_assertion_on_line_388Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='388' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-417' is-artificial='yes'/>
+ <parameter type-id='type-id-416' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='MultipleSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='405' column='1' id='type-id-952'>
+ <class-decl name='MultipleSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='405' column='1' id='type-id-951'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='442' column='1' id='type-id-1255'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='442' column='1' id='type-id-1254'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='443' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='443' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-1256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='444' column='1'/>
+ <var-decl name='format1' type-id='type-id-1255' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='444' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1255' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='445' column='1'/>
+ <var-decl name='u' type-id='type-id-1254' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='445' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT13MultipleSubst9serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='406' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1257' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-1256' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-857'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT13MultipleSubst8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='432' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1257' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1256' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='423' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1258' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1257' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='423' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1258' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-1257' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='423' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1258' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1257' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='423' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1258' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-1257' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='423' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1258' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1257' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Offset<OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='683' column='1' id='type-id-862'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-257'/>
+ <class-decl name='Offset<OT::IntType<short unsigned int, 2u> >' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='683' column='1' id='type-id-861'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-256'/>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='is_null' mangled-name='_ZNK2OT6OffsetINS_7IntTypeItLj2EEEE7is_nullEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='684' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-821' is-artificial='yes'/>
+ <parameter type-id='type-id-820' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_686' mangled-name='_ZNK2OT6OffsetINS_7IntTypeItLj2EEEE31_instance_assertion_on_line_686Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='686' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-821' is-artificial='yes'/>
+ <parameter type-id='type-id-820' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::Ligature>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-856'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-575'/>
+ <class-decl name='OffsetArrayOf<OT::Ligature>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-855'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-574'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::LigatureSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-859'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-576'/>
+ <class-decl name='OffsetArrayOf<OT::LigatureSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-858'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-575'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='PairPosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='654' column='1' id='type-id-806'>
+ <class-decl name='PairPosFormat1' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='654' column='1' id='type-id-805'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='700' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='700' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='702' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='702' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='valueFormat1' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='704' column='1'/>
+ <var-decl name='valueFormat1' type-id='type-id-1258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='704' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='valueFormat2' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='707' column='1'/>
+ <var-decl name='valueFormat2' type-id='type-id-1258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='707' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='pairSet' type-id='type-id-1260' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='711' column='1'/>
+ <var-decl name='pairSet' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='711' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='714' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='714' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT14PairPosFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='655' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-428' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-427' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT14PairPosFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='664' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-428' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-427' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT14PairPosFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='669' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-428' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-427' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT14PairPosFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='684' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1261' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_714' mangled-name='_ZNK2OT14PairPosFormat131_instance_assertion_on_line_714Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='714' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-428' is-artificial='yes'/>
+ <parameter type-id='type-id-427' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_714' mangled-name='_ZNK2OT14PairPosFormat131_compiles_assertion_on_line_714Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='714' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-428' is-artificial='yes'/>
+ <parameter type-id='type-id-427' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='PairPosFormat2' size-in-bits='144' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='718' column='1' id='type-id-807'>
+ <class-decl name='PairPosFormat2' size-in-bits='144' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='718' column='1' id='type-id-806'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='791' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='791' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='793' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='793' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='valueFormat1' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='795' column='1'/>
+ <var-decl name='valueFormat1' type-id='type-id-1258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='795' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='valueFormat2' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='798' column='1'/>
+ <var-decl name='valueFormat2' type-id='type-id-1258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='798' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='classDef1' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='802' column='1'/>
+ <var-decl name='classDef1' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='802' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
- <var-decl name='classDef2' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='806' column='1'/>
+ <var-decl name='classDef2' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='806' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
- <var-decl name='class1Count' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='809' column='1'/>
+ <var-decl name='class1Count' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='809' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='112'>
- <var-decl name='class2Count' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='811' column='1'/>
+ <var-decl name='class2Count' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='811' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='values' type-id='type-id-1262' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='813' column='1'/>
+ <var-decl name='values' type-id='type-id-1261' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='813' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='817' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='817' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT14PairPosFormat214collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='719' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-429' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-428' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT14PairPosFormat212get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='735' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-429' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-428' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT14PairPosFormat25applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='740' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-429' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-428' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT14PairPosFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='773' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1263' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1262' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_817' mangled-name='_ZNK2OT14PairPosFormat231_instance_assertion_on_line_817Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='817' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-429' is-artificial='yes'/>
+ <parameter type-id='type-id-428' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_817' mangled-name='_ZNK2OT14PairPosFormat231_compiles_assertion_on_line_817Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='817' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-429' is-artificial='yes'/>
+ <parameter type-id='type-id-428' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='PairSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='575' column='1' id='type-id-808'>
+ <class-decl name='PairSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='575' column='1' id='type-id-807'>
<member-type access='public'>
- <class-decl name='sanitize_closure_t' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='627' column='1' id='type-id-978'>
+ <class-decl name='sanitize_closure_t' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='627' column='1' id='type-id-977'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='base' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='628' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='valueFormats' type-id='type-id-1264' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='629' column='1'/>
+ <var-decl name='valueFormats' type-id='type-id-1263' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='629' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='len1' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='630' column='1'/>
</class-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='len' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='646' column='1'/>
+ <var-decl name='len' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='646' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='arrayZ' type-id='type-id-861' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='647' column='1'/>
+ <var-decl name='arrayZ' type-id='type-id-860' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='647' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='650' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='650' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT7PairSet14collect_glyphsEPNS_27hb_collect_glyphs_context_tEPKNS_11ValueFormatE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-409' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <parameter type-id='type-id-1265'/>
+ <parameter type-id='type-id-408' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-1264'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT7PairSet5applyEPNS_18hb_apply_context_tEPKNS_11ValueFormatEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='595' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-409' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <parameter type-id='type-id-1265'/>
+ <parameter type-id='type-id-408' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-1264'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7PairSet8sanitizeEPNS_21hb_sanitize_context_tEPKNS0_18sanitize_closure_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='634' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1266' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
- <parameter type-id='type-id-1267'/>
+ <parameter type-id='type-id-1265' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
+ <parameter type-id='type-id-1266'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_650' mangled-name='_ZNK2OT7PairSet31_instance_assertion_on_line_650Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='650' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-409' is-artificial='yes'/>
+ <parameter type-id='type-id-408' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_650' mangled-name='_ZNK2OT7PairSet31_compiles_assertion_on_line_650Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='650' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-409' is-artificial='yes'/>
+ <parameter type-id='type-id-408' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Record<OT::Feature>' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='59' column='1' id='type-id-809'>
+ <class-decl name='Record<OT::Feature>' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='59' column='1' id='type-id-808'>
<member-type access='public'>
- <class-decl name='sanitize_closure_t' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1268'/>
+ <class-decl name='sanitize_closure_t' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1267'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='tag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='74' column='1'/>
+ <var-decl name='tag' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='74' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='offset' type-id='type-id-597' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='76' column='1'/>
+ <var-decl name='offset' type-id='type-id-596' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='76' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT6RecordINS_7FeatureEE3cmpEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-374' is-artificial='yes'/>
+ <parameter type-id='type-id-373' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT6RecordINS_7FeatureEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1269' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1268' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_79' mangled-name='_ZNK2OT6RecordINS_7FeatureEE30_instance_assertion_on_line_79Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-374' is-artificial='yes'/>
+ <parameter type-id='type-id-373' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Record<OT::LangSys>' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='59' column='1' id='type-id-810'>
+ <class-decl name='Record<OT::LangSys>' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='59' column='1' id='type-id-809'>
<member-type access='public'>
- <class-decl name='sanitize_closure_t' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1270'/>
+ <class-decl name='sanitize_closure_t' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1269'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='tag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='74' column='1'/>
+ <var-decl name='tag' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='74' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='offset' type-id='type-id-599' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='76' column='1'/>
+ <var-decl name='offset' type-id='type-id-598' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='76' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT6RecordINS_7LangSysEE3cmpEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-361' is-artificial='yes'/>
+ <parameter type-id='type-id-360' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT6RecordINS_7LangSysEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1271' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1270' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_79' mangled-name='_ZNK2OT6RecordINS_7LangSysEE30_instance_assertion_on_line_79Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-361' is-artificial='yes'/>
+ <parameter type-id='type-id-360' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Record<OT::Script>' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='59' column='1' id='type-id-811'>
+ <class-decl name='Record<OT::Script>' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='59' column='1' id='type-id-810'>
<member-type access='public'>
- <class-decl name='sanitize_closure_t' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1272'/>
+ <class-decl name='sanitize_closure_t' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1271'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='tag' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='74' column='1'/>
+ <var-decl name='tag' type-id='type-id-442' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='74' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='offset' type-id='type-id-618' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='76' column='1'/>
+ <var-decl name='offset' type-id='type-id-617' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='76' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT6RecordINS_6ScriptEE3cmpEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-363' is-artificial='yes'/>
+ <parameter type-id='type-id-362' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT6RecordINS_6ScriptEE8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1273' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1272' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_79' mangled-name='_ZNK2OT6RecordINS_6ScriptEE30_instance_assertion_on_line_79Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-363' is-artificial='yes'/>
+ <parameter type-id='type-id-362' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ReverseChainSingleSubst' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1052' column='1' id='type-id-958'>
+ <class-decl name='ReverseChainSingleSubst' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1052' column='1' id='type-id-957'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1073' column='1' id='type-id-1274'>
+ <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1073' column='1' id='type-id-1273'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1074' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1074' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-1275' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1075' column='1'/>
+ <var-decl name='format1' type-id='type-id-1274' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1075' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1274' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1076' column='1'/>
+ <var-decl name='u' type-id='type-id-1273' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1076' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT23ReverseChainSingleSubst8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1063' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1276' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1275' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1054' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1277' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1276' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1054' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1277' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-1276' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1054' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1277' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1276' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1054' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1277' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-1276' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1054' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1277' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1276' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SinglePosFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='434' column='1' id='type-id-812'>
+ <class-decl name='SinglePosFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='434' column='1' id='type-id-811'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='466' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='466' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='468' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='468' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='valueFormat' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='470' column='1'/>
+ <var-decl name='valueFormat' type-id='type-id-1258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='470' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='values' type-id='type-id-1262' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='472' column='1'/>
+ <var-decl name='values' type-id='type-id-1261' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='472' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='476' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='476' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT16SinglePosFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='435' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-426' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-425' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT16SinglePosFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='441' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-426' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-425' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT16SinglePosFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='446' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-426' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-425' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT16SinglePosFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='460' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1278' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1277' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_476' mangled-name='_ZNK2OT16SinglePosFormat131_instance_assertion_on_line_476Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='476' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-426' is-artificial='yes'/>
+ <parameter type-id='type-id-425' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_476' mangled-name='_ZNK2OT16SinglePosFormat131_compiles_assertion_on_line_476Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='476' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-426' is-artificial='yes'/>
+ <parameter type-id='type-id-425' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SinglePosFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='480' column='1' id='type-id-813'>
+ <class-decl name='SinglePosFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='480' column='1' id='type-id-812'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='515' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='515' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='517' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='517' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='valueFormat' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='519' column='1'/>
+ <var-decl name='valueFormat' type-id='type-id-1258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='519' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='valueCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='521' column='1'/>
+ <var-decl name='valueCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='521' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='values' type-id='type-id-1262' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='522' column='1'/>
+ <var-decl name='values' type-id='type-id-1261' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='522' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='525' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='525' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT16SinglePosFormat214collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='481' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-427' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-426' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT16SinglePosFormat212get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='487' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-427' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-426' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT16SinglePosFormat25applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='492' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-427' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-426' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT16SinglePosFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='509' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1279' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1278' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_525' mangled-name='_ZNK2OT16SinglePosFormat231_instance_assertion_on_line_525Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='525' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-427' is-artificial='yes'/>
+ <parameter type-id='type-id-426' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_525' mangled-name='_ZNK2OT16SinglePosFormat231_compiles_assertion_on_line_525Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='525' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-427' is-artificial='yes'/>
+ <parameter type-id='type-id-426' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SingleSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='194' column='1' id='type-id-951'>
+ <class-decl name='SingleSubst' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='194' column='1' id='type-id-950'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='244' column='1' id='type-id-1280'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='244' column='1' id='type-id-1279'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='245' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='245' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-624' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='246' column='1'/>
+ <var-decl name='format1' type-id='type-id-623' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='246' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format2' type-id='type-id-625' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='247' column='1'/>
+ <var-decl name='format2' type-id='type-id-624' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='247' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1280' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='248' column='1'/>
+ <var-decl name='u' type-id='type-id-1279' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='248' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT11SingleSubst9serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEES7_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='195' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1281' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-1280' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT11SingleSubst8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='233' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1281' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1280' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1282' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1281' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1282' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-1281' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1282' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1281' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1282' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-1281' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1282' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1281' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='VariationSelectorRecord' size-in-bits='88' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='326' column='1' id='type-id-814'>
+ <class-decl name='VariationSelectorRecord' size-in-bits='88' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='326' column='1' id='type-id-813'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='varSelector' type-id='type-id-1283' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='358' column='1'/>
+ <var-decl name='varSelector' type-id='type-id-1282' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='358' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='24'>
- <var-decl name='defaultUVS' type-id='type-id-621' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='360' column='1'/>
+ <var-decl name='defaultUVS' type-id='type-id-620' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='360' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='56'>
- <var-decl name='nonDefaultUVS' type-id='type-id-620' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='362' column='1'/>
+ <var-decl name='nonDefaultUVS' type-id='type-id-619' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='362' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='364' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='364' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='364' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='364' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_glyph' mangled-name='_ZNK2OT23VariationSelectorRecord9get_glyphEjPjPKv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='327' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-294' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-293' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
<parameter type-id='type-id-20'/>
- <return type-id='type-id-1227'/>
+ <return type-id='type-id-1226'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT23VariationSelectorRecord3cmpERKj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-294' is-artificial='yes'/>
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-293' is-artificial='yes'/>
+ <parameter type-id='type-id-939'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT23VariationSelectorRecord8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='351' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1284' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1283' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_364' mangled-name='_ZNK2OT23VariationSelectorRecord31_instance_assertion_on_line_364Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='364' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-294' is-artificial='yes'/>
+ <parameter type-id='type-id-293' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='_hea' size-in-bits='288' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='46' column='1' id='type-id-815'>
+ <class-decl name='_hea' size-in-bits='288' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='46' column='1' id='type-id-814'>
<data-member access='public' static='yes'>
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='47' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='47' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='hheaTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='49' column='1'/>
+ <var-decl name='hheaTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='49' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='vheaTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='50' column='1'/>
+ <var-decl name='vheaTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='version' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='58' column='1'/>
+ <var-decl name='version' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='ascender' type-id='type-id-1285' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='59' column='1'/>
+ <var-decl name='ascender' type-id='type-id-1284' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='59' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='48'>
- <var-decl name='descender' type-id='type-id-1285' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='60' column='1'/>
+ <var-decl name='descender' type-id='type-id-1284' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='60' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='lineGap' type-id='type-id-1285' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='61' column='1'/>
+ <var-decl name='lineGap' type-id='type-id-1284' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='61' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='80'>
- <var-decl name='advanceMax' type-id='type-id-1286' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='62' column='1'/>
+ <var-decl name='advanceMax' type-id='type-id-1285' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='62' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
- <var-decl name='minLeadingBearing' type-id='type-id-1285' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='64' column='1'/>
+ <var-decl name='minLeadingBearing' type-id='type-id-1284' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='64' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='112'>
- <var-decl name='minTrailingBearing' type-id='type-id-1285' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='66' column='1'/>
+ <var-decl name='minTrailingBearing' type-id='type-id-1284' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='66' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='maxExtent' type-id='type-id-1285' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='69' column='1'/>
+ <var-decl name='maxExtent' type-id='type-id-1284' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='69' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='144'>
- <var-decl name='caretSlopeRise' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='71' column='1'/>
+ <var-decl name='caretSlopeRise' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='71' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='160'>
- <var-decl name='caretSlopeRun' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='74' column='1'/>
+ <var-decl name='caretSlopeRun' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='74' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='176'>
- <var-decl name='caretOffset' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='75' column='1'/>
+ <var-decl name='caretOffset' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='75' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='reserved1' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='80' column='1'/>
+ <var-decl name='reserved1' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='80' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='208'>
- <var-decl name='reserved2' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='81' column='1'/>
+ <var-decl name='reserved2' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='81' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
- <var-decl name='reserved3' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='82' column='1'/>
+ <var-decl name='reserved3' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='82' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='240'>
- <var-decl name='reserved4' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='83' column='1'/>
+ <var-decl name='reserved4' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='83' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='metricDataFormat' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='84' column='1'/>
+ <var-decl name='metricDataFormat' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='84' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='272'>
- <var-decl name='numberOfLongMetrics' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='85' column='1'/>
+ <var-decl name='numberOfLongMetrics' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='85' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='88' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='88' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='88' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='88' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT4_hea8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='52' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1287' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1286' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_88' mangled-name='_ZNK2OT4_hea30_instance_assertion_on_line_88Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hhea-table.hh' line='88' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-299' is-artificial='yes'/>
+ <parameter type-id='type-id-298' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='cmap' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='479' column='1' id='type-id-816'>
+ <class-decl name='cmap' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='479' column='1' id='type-id-815'>
<data-member access='public' static='yes'>
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='480' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='480' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='version' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='506' column='1'/>
+ <var-decl name='version' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='506' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='encodingRecord' type-id='type-id-1288' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='508' column='1'/>
+ <var-decl name='encodingRecord' type-id='type-id-1287' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='508' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='510' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='510' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='find_subtable' mangled-name='_ZNK2OT4cmap13find_subtableEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='482' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-298' is-artificial='yes'/>
+ <parameter type-id='type-id-297' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1289'/>
+ <return type-id='type-id-1288'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT4cmap8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='499' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1290' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1289' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_510' mangled-name='_ZNK2OT4cmap31_instance_assertion_on_line_510Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='510' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-298' is-artificial='yes'/>
+ <parameter type-id='type-id-297' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_510' mangled-name='_ZNK2OT4cmap31_compiles_assertion_on_line_510Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='510' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-298' is-artificial='yes'/>
+ <parameter type-id='type-id-297' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <typedef-decl name='GlyphID' type-id='type-id-444' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='672' column='1' id='type-id-850'/>
+ <typedef-decl name='GlyphID' type-id='type-id-443' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='672' column='1' id='type-id-849'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_apply_context_t' size-in-bits='640' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='262' column='1' id='type-id-994'>
+ <class-decl name='hb_apply_context_t' size-in-bits='640' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='262' column='1' id='type-id-993'>
<member-type access='public'>
- <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='265' column='1' id='type-id-947'/>
+ <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='265' column='1' id='type-id-946'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_closure_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='56' column='1' id='type-id-995'>
+ <class-decl name='hb_closure_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='56' column='1' id='type-id-994'>
<member-type access='public'>
- <typedef-decl name='return_t' type-id='type-id-1291' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='59' column='1' id='type-id-943'/>
+ <typedef-decl name='return_t' type-id='type-id-1290' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='59' column='1' id='type-id-942'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_collect_glyphs_context_t' size-in-bits='66944' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='144' column='1' id='type-id-996'>
+ <class-decl name='hb_collect_glyphs_context_t' size-in-bits='66944' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='144' column='1' id='type-id-995'>
<member-type access='public'>
- <typedef-decl name='return_t' type-id='type-id-1291' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='147' column='1' id='type-id-944'/>
+ <typedef-decl name='return_t' type-id='type-id-1290' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='147' column='1' id='type-id-943'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_get_coverage_context_t' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='236' column='1' id='type-id-997'>
+ <class-decl name='hb_get_coverage_context_t' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='236' column='1' id='type-id-996'>
<member-type access='public'>
- <typedef-decl name='return_t' type-id='type-id-838' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='239' column='1' id='type-id-961'/>
+ <typedef-decl name='return_t' type-id='type-id-837' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='239' column='1' id='type-id-960'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_would_apply_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='106' column='1' id='type-id-998'>
+ <class-decl name='hb_would_apply_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='106' column='1' id='type-id-997'>
<member-type access='public'>
- <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='109' column='1' id='type-id-946'/>
+ <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='109' column='1' id='type-id-945'/>
</member-type>
</class-decl>
</namespace-decl>
- <array-type-def dimensions='1' type-id='type-id-1292' size-in-bits='2048' id='type-id-1224'>
- <subrange length='256' type-id='type-id-42' id='type-id-1293'/>
+ <array-type-def dimensions='1' type-id='type-id-1291' size-in-bits='2048' id='type-id-1223'>
+ <subrange length='256' type-id='type-id-42' id='type-id-1292'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-1294' size-in-bits='96' id='type-id-1055'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-1293' size-in-bits='96' id='type-id-1054'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-795' size-in-bits='64' id='type-id-1061'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-794' size-in-bits='64' id='type-id-1060'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-1295' size-in-bits='32' id='type-id-1066'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-1294' size-in-bits='32' id='type-id-1065'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-1296' size-in-bits='16' id='type-id-1072'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-1295' size-in-bits='16' id='type-id-1071'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-1297' size-in-bits='24' id='type-id-1079'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-1296' size-in-bits='24' id='type-id-1078'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-1298' size-in-bits='32' id='type-id-1085'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-1297' size-in-bits='32' id='type-id-1084'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-805' size-in-bits='32' id='type-id-1091'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-804' size-in-bits='32' id='type-id-1090'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <pointer-type-def type-id='type-id-953' size-in-bits='64' id='type-id-1047'/>
+ <pointer-type-def type-id='type-id-952' size-in-bits='64' id='type-id-1046'/>
+ <pointer-type-def type-id='type-id-745' size-in-bits='64' id='type-id-1048'/>
<pointer-type-def type-id='type-id-746' size-in-bits='64' id='type-id-1049'/>
<pointer-type-def type-id='type-id-747' size-in-bits='64' id='type-id-1050'/>
- <pointer-type-def type-id='type-id-748' size-in-bits='64' id='type-id-1051'/>
- <pointer-type-def type-id='type-id-749' size-in-bits='64' id='type-id-1054'/>
- <pointer-type-def type-id='type-id-750' size-in-bits='64' id='type-id-1058'/>
- <pointer-type-def type-id='type-id-751' size-in-bits='64' id='type-id-1063'/>
- <pointer-type-def type-id='type-id-752' size-in-bits='64' id='type-id-1069'/>
- <pointer-type-def type-id='type-id-753' size-in-bits='64' id='type-id-1075'/>
- <pointer-type-def type-id='type-id-754' size-in-bits='64' id='type-id-1078'/>
- <pointer-type-def type-id='type-id-755' size-in-bits='64' id='type-id-1082'/>
- <pointer-type-def type-id='type-id-756' size-in-bits='64' id='type-id-1088'/>
- <pointer-type-def type-id='type-id-757' size-in-bits='64' id='type-id-1093'/>
- <pointer-type-def type-id='type-id-758' size-in-bits='64' id='type-id-1098'/>
- <pointer-type-def type-id='type-id-759' size-in-bits='64' id='type-id-1103'/>
- <pointer-type-def type-id='type-id-760' size-in-bits='64' id='type-id-1108'/>
- <pointer-type-def type-id='type-id-761' size-in-bits='64' id='type-id-1113'/>
- <pointer-type-def type-id='type-id-762' size-in-bits='64' id='type-id-1118'/>
- <pointer-type-def type-id='type-id-763' size-in-bits='64' id='type-id-1123'/>
- <pointer-type-def type-id='type-id-764' size-in-bits='64' id='type-id-1128'/>
- <pointer-type-def type-id='type-id-765' size-in-bits='64' id='type-id-1133'/>
- <pointer-type-def type-id='type-id-766' size-in-bits='64' id='type-id-1138'/>
- <pointer-type-def type-id='type-id-767' size-in-bits='64' id='type-id-1143'/>
- <pointer-type-def type-id='type-id-768' size-in-bits='64' id='type-id-1148'/>
- <pointer-type-def type-id='type-id-769' size-in-bits='64' id='type-id-1153'/>
- <pointer-type-def type-id='type-id-770' size-in-bits='64' id='type-id-1158'/>
- <pointer-type-def type-id='type-id-771' size-in-bits='64' id='type-id-1163'/>
- <pointer-type-def type-id='type-id-772' size-in-bits='64' id='type-id-1168'/>
- <pointer-type-def type-id='type-id-773' size-in-bits='64' id='type-id-1173'/>
- <pointer-type-def type-id='type-id-774' size-in-bits='64' id='type-id-1178'/>
- <pointer-type-def type-id='type-id-775' size-in-bits='64' id='type-id-1184'/>
- <pointer-type-def type-id='type-id-776' size-in-bits='64' id='type-id-1189'/>
- <pointer-type-def type-id='type-id-777' size-in-bits='64' id='type-id-1194'/>
- <pointer-type-def type-id='type-id-778' size-in-bits='64' id='type-id-1199'/>
- <pointer-type-def type-id='type-id-779' size-in-bits='64' id='type-id-1205'/>
- <pointer-type-def type-id='type-id-780' size-in-bits='64' id='type-id-1211'/>
- <pointer-type-def type-id='type-id-781' size-in-bits='64' id='type-id-1216'/>
+ <pointer-type-def type-id='type-id-748' size-in-bits='64' id='type-id-1053'/>
+ <pointer-type-def type-id='type-id-749' size-in-bits='64' id='type-id-1057'/>
+ <pointer-type-def type-id='type-id-750' size-in-bits='64' id='type-id-1062'/>
+ <pointer-type-def type-id='type-id-751' size-in-bits='64' id='type-id-1068'/>
+ <pointer-type-def type-id='type-id-752' size-in-bits='64' id='type-id-1074'/>
+ <pointer-type-def type-id='type-id-753' size-in-bits='64' id='type-id-1077'/>
+ <pointer-type-def type-id='type-id-754' size-in-bits='64' id='type-id-1081'/>
+ <pointer-type-def type-id='type-id-755' size-in-bits='64' id='type-id-1087'/>
+ <pointer-type-def type-id='type-id-756' size-in-bits='64' id='type-id-1092'/>
+ <pointer-type-def type-id='type-id-757' size-in-bits='64' id='type-id-1097'/>
+ <pointer-type-def type-id='type-id-758' size-in-bits='64' id='type-id-1102'/>
+ <pointer-type-def type-id='type-id-759' size-in-bits='64' id='type-id-1107'/>
+ <pointer-type-def type-id='type-id-760' size-in-bits='64' id='type-id-1112'/>
+ <pointer-type-def type-id='type-id-761' size-in-bits='64' id='type-id-1117'/>
+ <pointer-type-def type-id='type-id-762' size-in-bits='64' id='type-id-1122'/>
+ <pointer-type-def type-id='type-id-763' size-in-bits='64' id='type-id-1127'/>
+ <pointer-type-def type-id='type-id-764' size-in-bits='64' id='type-id-1132'/>
+ <pointer-type-def type-id='type-id-765' size-in-bits='64' id='type-id-1137'/>
+ <pointer-type-def type-id='type-id-766' size-in-bits='64' id='type-id-1142'/>
+ <pointer-type-def type-id='type-id-767' size-in-bits='64' id='type-id-1147'/>
+ <pointer-type-def type-id='type-id-768' size-in-bits='64' id='type-id-1152'/>
+ <pointer-type-def type-id='type-id-769' size-in-bits='64' id='type-id-1157'/>
+ <pointer-type-def type-id='type-id-770' size-in-bits='64' id='type-id-1162'/>
+ <pointer-type-def type-id='type-id-771' size-in-bits='64' id='type-id-1167'/>
+ <pointer-type-def type-id='type-id-772' size-in-bits='64' id='type-id-1172'/>
+ <pointer-type-def type-id='type-id-773' size-in-bits='64' id='type-id-1177'/>
+ <pointer-type-def type-id='type-id-774' size-in-bits='64' id='type-id-1183'/>
+ <pointer-type-def type-id='type-id-775' size-in-bits='64' id='type-id-1188'/>
+ <pointer-type-def type-id='type-id-776' size-in-bits='64' id='type-id-1193'/>
+ <pointer-type-def type-id='type-id-777' size-in-bits='64' id='type-id-1198'/>
+ <pointer-type-def type-id='type-id-778' size-in-bits='64' id='type-id-1204'/>
+ <pointer-type-def type-id='type-id-779' size-in-bits='64' id='type-id-1210'/>
+ <pointer-type-def type-id='type-id-780' size-in-bits='64' id='type-id-1215'/>
+ <pointer-type-def type-id='type-id-781' size-in-bits='64' id='type-id-1218'/>
<pointer-type-def type-id='type-id-782' size-in-bits='64' id='type-id-1219'/>
<pointer-type-def type-id='type-id-783' size-in-bits='64' id='type-id-1220'/>
- <pointer-type-def type-id='type-id-784' size-in-bits='64' id='type-id-1221'/>
- <pointer-type-def type-id='type-id-785' size-in-bits='64' id='type-id-1223'/>
- <pointer-type-def type-id='type-id-786' size-in-bits='64' id='type-id-1225'/>
+ <pointer-type-def type-id='type-id-784' size-in-bits='64' id='type-id-1222'/>
+ <pointer-type-def type-id='type-id-785' size-in-bits='64' id='type-id-1224'/>
+ <pointer-type-def type-id='type-id-786' size-in-bits='64' id='type-id-1227'/>
<pointer-type-def type-id='type-id-787' size-in-bits='64' id='type-id-1228'/>
- <pointer-type-def type-id='type-id-788' size-in-bits='64' id='type-id-1229'/>
- <reference-type-def kind='lvalue' type-id='type-id-1294' size-in-bits='64' id='type-id-1059'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1293' size-in-bits='64' id='type-id-1058'/>
+ <pointer-type-def type-id='type-id-788' size-in-bits='64' id='type-id-1230'/>
<pointer-type-def type-id='type-id-789' size-in-bits='64' id='type-id-1231'/>
<pointer-type-def type-id='type-id-790' size-in-bits='64' id='type-id-1232'/>
<pointer-type-def type-id='type-id-791' size-in-bits='64' id='type-id-1233'/>
<pointer-type-def type-id='type-id-792' size-in-bits='64' id='type-id-1234'/>
- <pointer-type-def type-id='type-id-793' size-in-bits='64' id='type-id-1235'/>
+ <pointer-type-def type-id='type-id-793' size-in-bits='64' id='type-id-1236'/>
+ <reference-type-def kind='lvalue' type-id='type-id-794' size-in-bits='64' id='type-id-1063'/>
<pointer-type-def type-id='type-id-794' size-in-bits='64' id='type-id-1237'/>
- <reference-type-def kind='lvalue' type-id='type-id-795' size-in-bits='64' id='type-id-1064'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1294' size-in-bits='64' id='type-id-1069'/>
<pointer-type-def type-id='type-id-795' size-in-bits='64' id='type-id-1238'/>
- <reference-type-def kind='lvalue' type-id='type-id-1295' size-in-bits='64' id='type-id-1070'/>
- <pointer-type-def type-id='type-id-796' size-in-bits='64' id='type-id-1239'/>
+ <pointer-type-def type-id='type-id-796' size-in-bits='64' id='type-id-1242'/>
<pointer-type-def type-id='type-id-797' size-in-bits='64' id='type-id-1243'/>
<pointer-type-def type-id='type-id-798' size-in-bits='64' id='type-id-1244'/>
<pointer-type-def type-id='type-id-799' size-in-bits='64' id='type-id-1245'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1295' size-in-bits='64' id='type-id-1075'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1296' size-in-bits='64' id='type-id-1082'/>
<pointer-type-def type-id='type-id-800' size-in-bits='64' id='type-id-1246'/>
- <reference-type-def kind='lvalue' type-id='type-id-1296' size-in-bits='64' id='type-id-1076'/>
- <reference-type-def kind='lvalue' type-id='type-id-1297' size-in-bits='64' id='type-id-1083'/>
- <pointer-type-def type-id='type-id-801' size-in-bits='64' id='type-id-1247'/>
- <pointer-type-def type-id='type-id-954' size-in-bits='64' id='type-id-1249'/>
- <reference-type-def kind='lvalue' type-id='type-id-1298' size-in-bits='64' id='type-id-1089'/>
+ <pointer-type-def type-id='type-id-953' size-in-bits='64' id='type-id-1248'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1297' size-in-bits='64' id='type-id-1088'/>
+ <pointer-type-def type-id='type-id-801' size-in-bits='64' id='type-id-1250'/>
<pointer-type-def type-id='type-id-802' size-in-bits='64' id='type-id-1251'/>
<pointer-type-def type-id='type-id-803' size-in-bits='64' id='type-id-1252'/>
+ <reference-type-def kind='lvalue' type-id='type-id-804' size-in-bits='64' id='type-id-1093'/>
<pointer-type-def type-id='type-id-804' size-in-bits='64' id='type-id-1253'/>
- <reference-type-def kind='lvalue' type-id='type-id-805' size-in-bits='64' id='type-id-1094'/>
- <pointer-type-def type-id='type-id-805' size-in-bits='64' id='type-id-1254'/>
- <pointer-type-def type-id='type-id-952' size-in-bits='64' id='type-id-1257'/>
- <reference-type-def kind='lvalue' type-id='type-id-586' size-in-bits='64' id='type-id-1099'/>
- <reference-type-def kind='lvalue' type-id='type-id-587' size-in-bits='64' id='type-id-1104'/>
- <reference-type-def kind='lvalue' type-id='type-id-589' size-in-bits='64' id='type-id-1109'/>
- <reference-type-def kind='lvalue' type-id='type-id-590' size-in-bits='64' id='type-id-1114'/>
- <reference-type-def kind='lvalue' type-id='type-id-591' size-in-bits='64' id='type-id-1119'/>
- <reference-type-def kind='lvalue' type-id='type-id-594' size-in-bits='64' id='type-id-1124'/>
- <reference-type-def kind='lvalue' type-id='type-id-595' size-in-bits='64' id='type-id-1129'/>
- <reference-type-def kind='lvalue' type-id='type-id-601' size-in-bits='64' id='type-id-1134'/>
- <reference-type-def kind='lvalue' type-id='type-id-604' size-in-bits='64' id='type-id-1139'/>
- <reference-type-def kind='lvalue' type-id='type-id-611' size-in-bits='64' id='type-id-1144'/>
- <reference-type-def kind='lvalue' type-id='type-id-612' size-in-bits='64' id='type-id-1149'/>
- <reference-type-def kind='lvalue' type-id='type-id-613' size-in-bits='64' id='type-id-1154'/>
- <reference-type-def kind='lvalue' type-id='type-id-616' size-in-bits='64' id='type-id-1159'/>
- <reference-type-def kind='lvalue' type-id='type-id-617' size-in-bits='64' id='type-id-1164'/>
- <reference-type-def kind='lvalue' type-id='type-id-619' size-in-bits='64' id='type-id-1169'/>
- <reference-type-def kind='lvalue' type-id='type-id-622' size-in-bits='64' id='type-id-1174'/>
- <reference-type-def kind='lvalue' type-id='type-id-623' size-in-bits='64' id='type-id-1179'/>
- <pointer-type-def type-id='type-id-806' size-in-bits='64' id='type-id-1261'/>
- <pointer-type-def type-id='type-id-807' size-in-bits='64' id='type-id-1263'/>
- <pointer-type-def type-id='type-id-808' size-in-bits='64' id='type-id-1266'/>
- <reference-type-def kind='lvalue' type-id='type-id-1299' size-in-bits='64' id='type-id-1185'/>
- <reference-type-def kind='lvalue' type-id='type-id-809' size-in-bits='64' id='type-id-1190'/>
- <pointer-type-def type-id='type-id-809' size-in-bits='64' id='type-id-1269'/>
- <reference-type-def kind='lvalue' type-id='type-id-810' size-in-bits='64' id='type-id-1195'/>
- <pointer-type-def type-id='type-id-810' size-in-bits='64' id='type-id-1271'/>
- <reference-type-def kind='lvalue' type-id='type-id-811' size-in-bits='64' id='type-id-1200'/>
- <pointer-type-def type-id='type-id-811' size-in-bits='64' id='type-id-1273'/>
- <pointer-type-def type-id='type-id-958' size-in-bits='64' id='type-id-1276'/>
+ <pointer-type-def type-id='type-id-951' size-in-bits='64' id='type-id-1256'/>
+ <reference-type-def kind='lvalue' type-id='type-id-585' size-in-bits='64' id='type-id-1098'/>
+ <reference-type-def kind='lvalue' type-id='type-id-586' size-in-bits='64' id='type-id-1103'/>
+ <reference-type-def kind='lvalue' type-id='type-id-588' size-in-bits='64' id='type-id-1108'/>
+ <reference-type-def kind='lvalue' type-id='type-id-589' size-in-bits='64' id='type-id-1113'/>
+ <reference-type-def kind='lvalue' type-id='type-id-590' size-in-bits='64' id='type-id-1118'/>
+ <reference-type-def kind='lvalue' type-id='type-id-593' size-in-bits='64' id='type-id-1123'/>
+ <reference-type-def kind='lvalue' type-id='type-id-594' size-in-bits='64' id='type-id-1128'/>
+ <reference-type-def kind='lvalue' type-id='type-id-600' size-in-bits='64' id='type-id-1133'/>
+ <reference-type-def kind='lvalue' type-id='type-id-603' size-in-bits='64' id='type-id-1138'/>
+ <reference-type-def kind='lvalue' type-id='type-id-610' size-in-bits='64' id='type-id-1143'/>
+ <reference-type-def kind='lvalue' type-id='type-id-611' size-in-bits='64' id='type-id-1148'/>
+ <reference-type-def kind='lvalue' type-id='type-id-612' size-in-bits='64' id='type-id-1153'/>
+ <reference-type-def kind='lvalue' type-id='type-id-615' size-in-bits='64' id='type-id-1158'/>
+ <reference-type-def kind='lvalue' type-id='type-id-616' size-in-bits='64' id='type-id-1163'/>
+ <reference-type-def kind='lvalue' type-id='type-id-618' size-in-bits='64' id='type-id-1168'/>
+ <reference-type-def kind='lvalue' type-id='type-id-621' size-in-bits='64' id='type-id-1173'/>
+ <reference-type-def kind='lvalue' type-id='type-id-622' size-in-bits='64' id='type-id-1178'/>
+ <pointer-type-def type-id='type-id-805' size-in-bits='64' id='type-id-1260'/>
+ <pointer-type-def type-id='type-id-806' size-in-bits='64' id='type-id-1262'/>
+ <pointer-type-def type-id='type-id-807' size-in-bits='64' id='type-id-1265'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1298' size-in-bits='64' id='type-id-1184'/>
+ <reference-type-def kind='lvalue' type-id='type-id-808' size-in-bits='64' id='type-id-1189'/>
+ <pointer-type-def type-id='type-id-808' size-in-bits='64' id='type-id-1268'/>
+ <reference-type-def kind='lvalue' type-id='type-id-809' size-in-bits='64' id='type-id-1194'/>
+ <pointer-type-def type-id='type-id-809' size-in-bits='64' id='type-id-1270'/>
+ <reference-type-def kind='lvalue' type-id='type-id-810' size-in-bits='64' id='type-id-1199'/>
+ <pointer-type-def type-id='type-id-810' size-in-bits='64' id='type-id-1272'/>
+ <pointer-type-def type-id='type-id-957' size-in-bits='64' id='type-id-1275'/>
+ <pointer-type-def type-id='type-id-811' size-in-bits='64' id='type-id-1277'/>
<pointer-type-def type-id='type-id-812' size-in-bits='64' id='type-id-1278'/>
- <pointer-type-def type-id='type-id-813' size-in-bits='64' id='type-id-1279'/>
- <pointer-type-def type-id='type-id-951' size-in-bits='64' id='type-id-1281'/>
- <reference-type-def kind='lvalue' type-id='type-id-1300' size-in-bits='64' id='type-id-1060'/>
- <reference-type-def kind='lvalue' type-id='type-id-1301' size-in-bits='64' id='type-id-1065'/>
- <reference-type-def kind='lvalue' type-id='type-id-1302' size-in-bits='64' id='type-id-1071'/>
- <reference-type-def kind='lvalue' type-id='type-id-1303' size-in-bits='64' id='type-id-1077'/>
- <reference-type-def kind='lvalue' type-id='type-id-1304' size-in-bits='64' id='type-id-1084'/>
- <reference-type-def kind='lvalue' type-id='type-id-1305' size-in-bits='64' id='type-id-1090'/>
- <reference-type-def kind='lvalue' type-id='type-id-1306' size-in-bits='64' id='type-id-1095'/>
- <reference-type-def kind='lvalue' type-id='type-id-1307' size-in-bits='64' id='type-id-1100'/>
- <reference-type-def kind='lvalue' type-id='type-id-1308' size-in-bits='64' id='type-id-1105'/>
- <reference-type-def kind='lvalue' type-id='type-id-1309' size-in-bits='64' id='type-id-1110'/>
- <reference-type-def kind='lvalue' type-id='type-id-1310' size-in-bits='64' id='type-id-1115'/>
- <reference-type-def kind='lvalue' type-id='type-id-1311' size-in-bits='64' id='type-id-1120'/>
- <reference-type-def kind='lvalue' type-id='type-id-1312' size-in-bits='64' id='type-id-1125'/>
- <reference-type-def kind='lvalue' type-id='type-id-1313' size-in-bits='64' id='type-id-1130'/>
- <reference-type-def kind='lvalue' type-id='type-id-1314' size-in-bits='64' id='type-id-1135'/>
- <reference-type-def kind='lvalue' type-id='type-id-1315' size-in-bits='64' id='type-id-1140'/>
- <reference-type-def kind='lvalue' type-id='type-id-1316' size-in-bits='64' id='type-id-1145'/>
- <reference-type-def kind='lvalue' type-id='type-id-1317' size-in-bits='64' id='type-id-1150'/>
- <reference-type-def kind='lvalue' type-id='type-id-1318' size-in-bits='64' id='type-id-1155'/>
- <reference-type-def kind='lvalue' type-id='type-id-1319' size-in-bits='64' id='type-id-1160'/>
- <reference-type-def kind='lvalue' type-id='type-id-1320' size-in-bits='64' id='type-id-1165'/>
- <reference-type-def kind='lvalue' type-id='type-id-1321' size-in-bits='64' id='type-id-1170'/>
- <reference-type-def kind='lvalue' type-id='type-id-1322' size-in-bits='64' id='type-id-1175'/>
- <reference-type-def kind='lvalue' type-id='type-id-1323' size-in-bits='64' id='type-id-1180'/>
- <reference-type-def kind='lvalue' type-id='type-id-1324' size-in-bits='64' id='type-id-1186'/>
- <reference-type-def kind='lvalue' type-id='type-id-1325' size-in-bits='64' id='type-id-1191'/>
- <reference-type-def kind='lvalue' type-id='type-id-1326' size-in-bits='64' id='type-id-1196'/>
- <reference-type-def kind='lvalue' type-id='type-id-1327' size-in-bits='64' id='type-id-1201'/>
- <reference-type-def kind='lvalue' type-id='type-id-1328' size-in-bits='64' id='type-id-1207'/>
- <reference-type-def kind='lvalue' type-id='type-id-1329' size-in-bits='64' id='type-id-1213'/>
- <reference-type-def kind='lvalue' type-id='type-id-1330' size-in-bits='64' id='type-id-1218'/>
- <reference-type-def kind='lvalue' type-id='type-id-1331' size-in-bits='64' id='type-id-1206'/>
- <reference-type-def kind='lvalue' type-id='type-id-1332' size-in-bits='64' id='type-id-1212'/>
- <pointer-type-def type-id='type-id-1259' size-in-bits='64' id='type-id-1264'/>
- <reference-type-def kind='lvalue' type-id='type-id-814' size-in-bits='64' id='type-id-1217'/>
- <pointer-type-def type-id='type-id-814' size-in-bits='64' id='type-id-1284'/>
- <pointer-type-def type-id='type-id-815' size-in-bits='64' id='type-id-1287'/>
- <pointer-type-def type-id='type-id-816' size-in-bits='64' id='type-id-1290'/>
- <array-type-def dimensions='1' type-id='type-id-585' size-in-bits='16' id='type-id-1052'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <pointer-type-def type-id='type-id-950' size-in-bits='64' id='type-id-1280'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1299' size-in-bits='64' id='type-id-1059'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1300' size-in-bits='64' id='type-id-1064'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1301' size-in-bits='64' id='type-id-1070'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1302' size-in-bits='64' id='type-id-1076'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1303' size-in-bits='64' id='type-id-1083'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1304' size-in-bits='64' id='type-id-1089'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1305' size-in-bits='64' id='type-id-1094'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1306' size-in-bits='64' id='type-id-1099'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1307' size-in-bits='64' id='type-id-1104'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1308' size-in-bits='64' id='type-id-1109'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1309' size-in-bits='64' id='type-id-1114'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1310' size-in-bits='64' id='type-id-1119'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1311' size-in-bits='64' id='type-id-1124'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1312' size-in-bits='64' id='type-id-1129'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1313' size-in-bits='64' id='type-id-1134'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1314' size-in-bits='64' id='type-id-1139'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1315' size-in-bits='64' id='type-id-1144'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1316' size-in-bits='64' id='type-id-1149'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1317' size-in-bits='64' id='type-id-1154'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1318' size-in-bits='64' id='type-id-1159'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1319' size-in-bits='64' id='type-id-1164'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1320' size-in-bits='64' id='type-id-1169'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1321' size-in-bits='64' id='type-id-1174'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1322' size-in-bits='64' id='type-id-1179'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1323' size-in-bits='64' id='type-id-1185'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1324' size-in-bits='64' id='type-id-1190'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1325' size-in-bits='64' id='type-id-1195'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1326' size-in-bits='64' id='type-id-1200'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1327' size-in-bits='64' id='type-id-1206'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1328' size-in-bits='64' id='type-id-1212'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1329' size-in-bits='64' id='type-id-1217'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1330' size-in-bits='64' id='type-id-1205'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1331' size-in-bits='64' id='type-id-1211'/>
+ <pointer-type-def type-id='type-id-1258' size-in-bits='64' id='type-id-1263'/>
+ <reference-type-def kind='lvalue' type-id='type-id-813' size-in-bits='64' id='type-id-1216'/>
+ <pointer-type-def type-id='type-id-813' size-in-bits='64' id='type-id-1283'/>
+ <pointer-type-def type-id='type-id-814' size-in-bits='64' id='type-id-1286'/>
+ <pointer-type-def type-id='type-id-815' size-in-bits='64' id='type-id-1289'/>
+ <array-type-def dimensions='1' type-id='type-id-584' size-in-bits='16' id='type-id-1051'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-586' size-in-bits='16' id='type-id-1096'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-585' size-in-bits='16' id='type-id-1095'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-587' size-in-bits='16' id='type-id-1101'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-586' size-in-bits='16' id='type-id-1100'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-589' size-in-bits='16' id='type-id-1106'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-588' size-in-bits='16' id='type-id-1105'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-590' size-in-bits='16' id='type-id-1111'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-589' size-in-bits='16' id='type-id-1110'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-591' size-in-bits='16' id='type-id-1116'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-590' size-in-bits='16' id='type-id-1115'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-594' size-in-bits='16' id='type-id-1121'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-593' size-in-bits='16' id='type-id-1120'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-595' size-in-bits='32' id='type-id-1126'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-594' size-in-bits='32' id='type-id-1125'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-601' size-in-bits='16' id='type-id-1131'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-600' size-in-bits='16' id='type-id-1130'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-604' size-in-bits='16' id='type-id-1136'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-603' size-in-bits='16' id='type-id-1135'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-611' size-in-bits='16' id='type-id-1141'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-610' size-in-bits='16' id='type-id-1140'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-612' size-in-bits='16' id='type-id-1146'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-611' size-in-bits='16' id='type-id-1145'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-613' size-in-bits='16' id='type-id-1151'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-612' size-in-bits='16' id='type-id-1150'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-616' size-in-bits='16' id='type-id-1156'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-615' size-in-bits='16' id='type-id-1155'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-617' size-in-bits='16' id='type-id-1161'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-616' size-in-bits='16' id='type-id-1160'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-619' size-in-bits='16' id='type-id-1166'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-618' size-in-bits='16' id='type-id-1165'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-622' size-in-bits='16' id='type-id-1171'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-621' size-in-bits='16' id='type-id-1170'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-623' size-in-bits='16' id='type-id-1176'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-622' size-in-bits='16' id='type-id-1175'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-1299' size-in-bits='48' id='type-id-1181'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-1298' size-in-bits='48' id='type-id-1180'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-809' size-in-bits='48' id='type-id-1187'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-808' size-in-bits='48' id='type-id-1186'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-810' size-in-bits='48' id='type-id-1192'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-809' size-in-bits='48' id='type-id-1191'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-811' size-in-bits='48' id='type-id-1197'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-810' size-in-bits='48' id='type-id-1196'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-1331' size-in-bits='40' id='type-id-1202'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-1330' size-in-bits='40' id='type-id-1201'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-1332' size-in-bits='32' id='type-id-1208'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-1331' size-in-bits='32' id='type-id-1207'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-814' size-in-bits='88' id='type-id-1214'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-813' size-in-bits='88' id='type-id-1213'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <pointer-type-def type-id='type-id-7' size-in-bits='64' id='type-id-1053'/>
- <pointer-type-def type-id='type-id-1333' size-in-bits='64' id='type-id-1048'/>
+ <pointer-type-def type-id='type-id-7' size-in-bits='64' id='type-id-1052'/>
+ <pointer-type-def type-id='type-id-1332' size-in-bits='64' id='type-id-1047'/>
+ <qualified-type-def type-id='type-id-961' const='yes' id='type-id-998'/>
<qualified-type-def type-id='type-id-962' const='yes' id='type-id-999'/>
<qualified-type-def type-id='type-id-963' const='yes' id='type-id-1000'/>
<qualified-type-def type-id='type-id-964' const='yes' id='type-id-1001'/>
<qualified-type-def type-id='type-id-965' const='yes' id='type-id-1002'/>
<qualified-type-def type-id='type-id-966' const='yes' id='type-id-1003'/>
<qualified-type-def type-id='type-id-967' const='yes' id='type-id-1004'/>
- <qualified-type-def type-id='type-id-968' const='yes' id='type-id-1005'/>
- <pointer-type-def type-id='type-id-1005' size-in-bits='64' id='type-id-1289'/>
- <reference-type-def kind='lvalue' type-id='type-id-1334' size-in-bits='64' id='type-id-1057'/>
- <pointer-type-def type-id='type-id-1334' size-in-bits='64' id='type-id-1056'/>
+ <pointer-type-def type-id='type-id-1004' size-in-bits='64' id='type-id-1288'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1333' size-in-bits='64' id='type-id-1056'/>
+ <pointer-type-def type-id='type-id-1333' size-in-bits='64' id='type-id-1055'/>
+ <qualified-type-def type-id='type-id-576' const='yes' id='type-id-1005'/>
<qualified-type-def type-id='type-id-577' const='yes' id='type-id-1006'/>
<qualified-type-def type-id='type-id-578' const='yes' id='type-id-1007'/>
- <qualified-type-def type-id='type-id-579' const='yes' id='type-id-1008'/>
- <reference-type-def kind='lvalue' type-id='type-id-683' size-in-bits='64' id='type-id-1062'/>
- <reference-type-def kind='lvalue' type-id='type-id-1335' size-in-bits='64' id='type-id-1068'/>
- <pointer-type-def type-id='type-id-1335' size-in-bits='64' id='type-id-1067'/>
- <pointer-type-def type-id='type-id-1336' size-in-bits='64' id='type-id-1241'/>
+ <reference-type-def kind='lvalue' type-id='type-id-682' size-in-bits='64' id='type-id-1061'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1334' size-in-bits='64' id='type-id-1067'/>
+ <pointer-type-def type-id='type-id-1334' size-in-bits='64' id='type-id-1066'/>
+ <pointer-type-def type-id='type-id-1335' size-in-bits='64' id='type-id-1240'/>
+ <qualified-type-def type-id='type-id-968' const='yes' id='type-id-1008'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1336' size-in-bits='64' id='type-id-1073'/>
+ <pointer-type-def type-id='type-id-1336' size-in-bits='64' id='type-id-1072'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1337' size-in-bits='64' id='type-id-1080'/>
+ <pointer-type-def type-id='type-id-1337' size-in-bits='64' id='type-id-1079'/>
<qualified-type-def type-id='type-id-969' const='yes' id='type-id-1009'/>
- <reference-type-def kind='lvalue' type-id='type-id-1337' size-in-bits='64' id='type-id-1074'/>
- <pointer-type-def type-id='type-id-1337' size-in-bits='64' id='type-id-1073'/>
- <reference-type-def kind='lvalue' type-id='type-id-1338' size-in-bits='64' id='type-id-1081'/>
- <pointer-type-def type-id='type-id-1338' size-in-bits='64' id='type-id-1080'/>
<qualified-type-def type-id='type-id-970' const='yes' id='type-id-1010'/>
- <qualified-type-def type-id='type-id-971' const='yes' id='type-id-1011'/>
+ <qualified-type-def type-id='type-id-580' const='yes' id='type-id-1011'/>
<qualified-type-def type-id='type-id-581' const='yes' id='type-id-1012'/>
+ <pointer-type-def type-id='type-id-1338' size-in-bits='64' id='type-id-1249'/>
<qualified-type-def type-id='type-id-582' const='yes' id='type-id-1013'/>
- <pointer-type-def type-id='type-id-1339' size-in-bits='64' id='type-id-1250'/>
- <qualified-type-def type-id='type-id-583' const='yes' id='type-id-1014'/>
- <reference-type-def kind='lvalue' type-id='type-id-1340' size-in-bits='64' id='type-id-1087'/>
- <pointer-type-def type-id='type-id-1340' size-in-bits='64' id='type-id-1086'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1339' size-in-bits='64' id='type-id-1086'/>
+ <pointer-type-def type-id='type-id-1339' size-in-bits='64' id='type-id-1085'/>
+ <qualified-type-def type-id='type-id-971' const='yes' id='type-id-1014'/>
<qualified-type-def type-id='type-id-972' const='yes' id='type-id-1015'/>
- <qualified-type-def type-id='type-id-973' const='yes' id='type-id-1016'/>
- <reference-type-def kind='lvalue' type-id='type-id-695' size-in-bits='64' id='type-id-1092'/>
- <pointer-type-def type-id='type-id-1341' size-in-bits='64' id='type-id-1258'/>
- <qualified-type-def type-id='type-id-862' const='yes' id='type-id-1017'/>
+ <reference-type-def kind='lvalue' type-id='type-id-694' size-in-bits='64' id='type-id-1091'/>
+ <pointer-type-def type-id='type-id-1340' size-in-bits='64' id='type-id-1257'/>
+ <qualified-type-def type-id='type-id-861' const='yes' id='type-id-1016'/>
+ <qualified-type-def type-id='type-id-973' const='yes' id='type-id-1017'/>
<qualified-type-def type-id='type-id-974' const='yes' id='type-id-1018'/>
<qualified-type-def type-id='type-id-975' const='yes' id='type-id-1019'/>
<qualified-type-def type-id='type-id-976' const='yes' id='type-id-1020'/>
- <qualified-type-def type-id='type-id-977' const='yes' id='type-id-1021'/>
- <reference-type-def kind='lvalue' type-id='type-id-697' size-in-bits='64' id='type-id-1097'/>
- <reference-type-def kind='lvalue' type-id='type-id-698' size-in-bits='64' id='type-id-1102'/>
- <reference-type-def kind='lvalue' type-id='type-id-700' size-in-bits='64' id='type-id-1107'/>
- <reference-type-def kind='lvalue' type-id='type-id-701' size-in-bits='64' id='type-id-1112'/>
- <reference-type-def kind='lvalue' type-id='type-id-702' size-in-bits='64' id='type-id-1117'/>
- <reference-type-def kind='lvalue' type-id='type-id-705' size-in-bits='64' id='type-id-1122'/>
- <reference-type-def kind='lvalue' type-id='type-id-706' size-in-bits='64' id='type-id-1127'/>
- <reference-type-def kind='lvalue' type-id='type-id-712' size-in-bits='64' id='type-id-1132'/>
- <reference-type-def kind='lvalue' type-id='type-id-715' size-in-bits='64' id='type-id-1137'/>
- <reference-type-def kind='lvalue' type-id='type-id-722' size-in-bits='64' id='type-id-1142'/>
- <reference-type-def kind='lvalue' type-id='type-id-723' size-in-bits='64' id='type-id-1147'/>
- <reference-type-def kind='lvalue' type-id='type-id-724' size-in-bits='64' id='type-id-1152'/>
- <reference-type-def kind='lvalue' type-id='type-id-727' size-in-bits='64' id='type-id-1157'/>
- <reference-type-def kind='lvalue' type-id='type-id-728' size-in-bits='64' id='type-id-1162'/>
- <reference-type-def kind='lvalue' type-id='type-id-730' size-in-bits='64' id='type-id-1167'/>
- <reference-type-def kind='lvalue' type-id='type-id-733' size-in-bits='64' id='type-id-1172'/>
- <reference-type-def kind='lvalue' type-id='type-id-734' size-in-bits='64' id='type-id-1177'/>
- <pointer-type-def type-id='type-id-1342' size-in-bits='64' id='type-id-1267'/>
+ <reference-type-def kind='lvalue' type-id='type-id-696' size-in-bits='64' id='type-id-1096'/>
+ <reference-type-def kind='lvalue' type-id='type-id-697' size-in-bits='64' id='type-id-1101'/>
+ <reference-type-def kind='lvalue' type-id='type-id-699' size-in-bits='64' id='type-id-1106'/>
+ <reference-type-def kind='lvalue' type-id='type-id-700' size-in-bits='64' id='type-id-1111'/>
+ <reference-type-def kind='lvalue' type-id='type-id-701' size-in-bits='64' id='type-id-1116'/>
+ <reference-type-def kind='lvalue' type-id='type-id-704' size-in-bits='64' id='type-id-1121'/>
+ <reference-type-def kind='lvalue' type-id='type-id-705' size-in-bits='64' id='type-id-1126'/>
+ <reference-type-def kind='lvalue' type-id='type-id-711' size-in-bits='64' id='type-id-1131'/>
+ <reference-type-def kind='lvalue' type-id='type-id-714' size-in-bits='64' id='type-id-1136'/>
+ <reference-type-def kind='lvalue' type-id='type-id-721' size-in-bits='64' id='type-id-1141'/>
+ <reference-type-def kind='lvalue' type-id='type-id-722' size-in-bits='64' id='type-id-1146'/>
+ <reference-type-def kind='lvalue' type-id='type-id-723' size-in-bits='64' id='type-id-1151'/>
+ <reference-type-def kind='lvalue' type-id='type-id-726' size-in-bits='64' id='type-id-1156'/>
+ <reference-type-def kind='lvalue' type-id='type-id-727' size-in-bits='64' id='type-id-1161'/>
+ <reference-type-def kind='lvalue' type-id='type-id-729' size-in-bits='64' id='type-id-1166'/>
+ <reference-type-def kind='lvalue' type-id='type-id-732' size-in-bits='64' id='type-id-1171'/>
+ <reference-type-def kind='lvalue' type-id='type-id-733' size-in-bits='64' id='type-id-1176'/>
+ <pointer-type-def type-id='type-id-1341' size-in-bits='64' id='type-id-1266'/>
+ <qualified-type-def type-id='type-id-978' const='yes' id='type-id-1021'/>
<qualified-type-def type-id='type-id-979' const='yes' id='type-id-1022'/>
- <qualified-type-def type-id='type-id-980' const='yes' id='type-id-1023'/>
- <reference-type-def kind='lvalue' type-id='type-id-1343' size-in-bits='64' id='type-id-1183'/>
- <pointer-type-def type-id='type-id-1343' size-in-bits='64' id='type-id-1182'/>
- <reference-type-def kind='lvalue' type-id='type-id-738' size-in-bits='64' id='type-id-1188'/>
- <qualified-type-def type-id='type-id-1268' const='yes' id='type-id-1024'/>
- <reference-type-def kind='lvalue' type-id='type-id-739' size-in-bits='64' id='type-id-1193'/>
- <qualified-type-def type-id='type-id-1270' const='yes' id='type-id-1025'/>
- <reference-type-def kind='lvalue' type-id='type-id-740' size-in-bits='64' id='type-id-1198'/>
- <qualified-type-def type-id='type-id-1272' const='yes' id='type-id-1026'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1342' size-in-bits='64' id='type-id-1182'/>
+ <pointer-type-def type-id='type-id-1342' size-in-bits='64' id='type-id-1181'/>
+ <reference-type-def kind='lvalue' type-id='type-id-737' size-in-bits='64' id='type-id-1187'/>
+ <qualified-type-def type-id='type-id-1267' const='yes' id='type-id-1023'/>
+ <reference-type-def kind='lvalue' type-id='type-id-738' size-in-bits='64' id='type-id-1192'/>
+ <qualified-type-def type-id='type-id-1269' const='yes' id='type-id-1024'/>
+ <reference-type-def kind='lvalue' type-id='type-id-739' size-in-bits='64' id='type-id-1197'/>
+ <qualified-type-def type-id='type-id-1271' const='yes' id='type-id-1025'/>
+ <qualified-type-def type-id='type-id-980' const='yes' id='type-id-1026'/>
<qualified-type-def type-id='type-id-981' const='yes' id='type-id-1027'/>
+ <pointer-type-def type-id='type-id-1343' size-in-bits='64' id='type-id-1276'/>
<qualified-type-def type-id='type-id-982' const='yes' id='type-id-1028'/>
- <pointer-type-def type-id='type-id-1344' size-in-bits='64' id='type-id-1277'/>
<qualified-type-def type-id='type-id-983' const='yes' id='type-id-1029'/>
<qualified-type-def type-id='type-id-984' const='yes' id='type-id-1030'/>
<qualified-type-def type-id='type-id-985' const='yes' id='type-id-1031'/>
- <qualified-type-def type-id='type-id-986' const='yes' id='type-id-1032'/>
- <pointer-type-def type-id='type-id-1345' size-in-bits='64' id='type-id-1282'/>
+ <pointer-type-def type-id='type-id-1344' size-in-bits='64' id='type-id-1281'/>
+ <qualified-type-def type-id='type-id-623' const='yes' id='type-id-1032'/>
<qualified-type-def type-id='type-id-624' const='yes' id='type-id-1033'/>
<qualified-type-def type-id='type-id-625' const='yes' id='type-id-1034'/>
<qualified-type-def type-id='type-id-626' const='yes' id='type-id-1035'/>
- <qualified-type-def type-id='type-id-627' const='yes' id='type-id-1036'/>
+ <qualified-type-def type-id='type-id-986' const='yes' id='type-id-1036'/>
<qualified-type-def type-id='type-id-987' const='yes' id='type-id-1037'/>
- <qualified-type-def type-id='type-id-988' const='yes' id='type-id-1038'/>
+ <qualified-type-def type-id='type-id-627' const='yes' id='type-id-1038'/>
<qualified-type-def type-id='type-id-628' const='yes' id='type-id-1039'/>
- <qualified-type-def type-id='type-id-629' const='yes' id='type-id-1040'/>
- <reference-type-def kind='lvalue' type-id='type-id-1346' size-in-bits='64' id='type-id-1204'/>
- <pointer-type-def type-id='type-id-1346' size-in-bits='64' id='type-id-1203'/>
- <reference-type-def kind='lvalue' type-id='type-id-1347' size-in-bits='64' id='type-id-1210'/>
- <pointer-type-def type-id='type-id-1347' size-in-bits='64' id='type-id-1209'/>
- <pointer-type-def type-id='type-id-1348' size-in-bits='64' id='type-id-1265'/>
- <reference-type-def kind='lvalue' type-id='type-id-743' size-in-bits='64' id='type-id-1215'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1345' size-in-bits='64' id='type-id-1203'/>
+ <pointer-type-def type-id='type-id-1345' size-in-bits='64' id='type-id-1202'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1346' size-in-bits='64' id='type-id-1209'/>
+ <pointer-type-def type-id='type-id-1346' size-in-bits='64' id='type-id-1208'/>
+ <pointer-type-def type-id='type-id-1347' size-in-bits='64' id='type-id-1264'/>
+ <reference-type-def kind='lvalue' type-id='type-id-742' size-in-bits='64' id='type-id-1214'/>
+ <qualified-type-def type-id='type-id-1042' const='yes' id='type-id-1040'/>
<qualified-type-def type-id='type-id-1043' const='yes' id='type-id-1041'/>
- <qualified-type-def type-id='type-id-1044' const='yes' id='type-id-1042'/>
<namespace-decl name='OT'>
- <enum-decl name='glyph_variant_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='275' column='1' id='type-id-1227'>
+ <enum-decl name='glyph_variant_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='275' column='1' id='type-id-1226'>
<underlying-type type-id='type-id-56'/>
<enumerator name='GLYPH_VARIANT_NOT_FOUND' value='0'/>
<enumerator name='GLYPH_VARIANT_FOUND' value='1'/>
</enum-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='AlternateSubstFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='453' column='1' id='type-id-1046'>
+ <class-decl name='AlternateSubstFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='453' column='1' id='type-id-1045'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='544' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='544' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='546' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='546' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='alternateSet' type-id='type-id-1349' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='549' column='1'/>
+ <var-decl name='alternateSet' type-id='type-id-1348' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='549' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='552' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='552' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT21AlternateSubstFormat17closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='454' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1350' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT21AlternateSubstFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='468' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1350' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT21AlternateSubstFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='481' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1350' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT21AlternateSubstFormat111would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='486' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1350' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT21AlternateSubstFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='492' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1350' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT21AlternateSubstFormat19serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='520' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1351' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-1350' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-857'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT21AlternateSubstFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='538' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1351' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1350' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_552' mangled-name='_ZNK2OT21AlternateSubstFormat131_instance_assertion_on_line_552Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='552' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1350' is-artificial='yes'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_552' mangled-name='_ZNK2OT21AlternateSubstFormat131_compiles_assertion_on_line_552Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='552' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1350' is-artificial='yes'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Anchor' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='307' column='1' id='type-id-962'>
+ <class-decl name='Anchor' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='307' column='1' id='type-id-961'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='332' column='1' id='type-id-1352'>
+ <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='332' column='1' id='type-id-1351'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='333' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='333' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-746' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='334' column='1'/>
+ <var-decl name='format1' type-id='type-id-745' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='334' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format2' type-id='type-id-747' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='335' column='1'/>
+ <var-decl name='format2' type-id='type-id-746' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='335' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format3' type-id='type-id-748' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='336' column='1'/>
+ <var-decl name='format3' type-id='type-id-747' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='336' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1352' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='337' column='1'/>
+ <var-decl name='u' type-id='type-id-1351' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='337' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='339' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='339' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_anchor' mangled-name='_ZNK2OT6Anchor10get_anchorEP9hb_font_tjPiS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='308' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1353' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-163'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-1352' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-162'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT6Anchor8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='320' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1354' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1353' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_339' mangled-name='_ZNK2OT6Anchor31_instance_assertion_on_line_339Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='339' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1353' is-artificial='yes'/>
+ <parameter type-id='type-id-1352' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='AttachList' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='48' column='1' id='type-id-963'>
+ <class-decl name='AttachList' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='48' column='1' id='type-id-962'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='81' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='81' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='attachPoint' type-id='type-id-1349' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='84' column='1'/>
+ <var-decl name='attachPoint' type-id='type-id-1348' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='84' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='87' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='87' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_attach_points' mangled-name='_ZNK2OT10AttachList17get_attach_pointsEjjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1355' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1354' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
<parameter type-id='type-id-60'/>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT10AttachList8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1356' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1355' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_87' mangled-name='_ZNK2OT10AttachList30_instance_assertion_on_line_87Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1355' is-artificial='yes'/>
+ <parameter type-id='type-id-1354' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_87' mangled-name='_ZNK2OT10AttachList30_compiles_assertion_on_line_87Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1355' is-artificial='yes'/>
+ <parameter type-id='type-id-1354' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CaretValue' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='170' column='1' id='type-id-964'>
+ <class-decl name='CaretValue' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='170' column='1' id='type-id-963'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='48' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='193' column='1' id='type-id-1357'>
+ <union-decl name='__anonymous_union__' size-in-bits='48' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='193' column='1' id='type-id-1356'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='194' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='194' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-782' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='195' column='1'/>
+ <var-decl name='format1' type-id='type-id-781' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='195' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format2' type-id='type-id-783' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='196' column='1'/>
+ <var-decl name='format2' type-id='type-id-782' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='196' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format3' type-id='type-id-784' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='197' column='1'/>
+ <var-decl name='format3' type-id='type-id-783' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='197' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1357' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='198' column='1'/>
+ <var-decl name='u' type-id='type-id-1356' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='198' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='200' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='200' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_caret_value' mangled-name='_ZNK2OT10CaretValue15get_caret_valueEP9hb_font_t14hb_direction_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1358' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-126'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-1357' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-125'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT10CaretValue8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1359' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1358' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_200' mangled-name='_ZNK2OT10CaretValue31_instance_assertion_on_line_200Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='200' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1358' is-artificial='yes'/>
+ <parameter type-id='type-id-1357' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ChainContext' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2142' column='1' id='type-id-1222'>
+ <class-decl name='ChainContext' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2142' column='1' id='type-id-1221'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='160' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2167' column='1' id='type-id-1360'>
+ <union-decl name='__anonymous_union__' size-in-bits='160' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2167' column='1' id='type-id-1359'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2168' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2168' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-1361' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2169' column='1'/>
+ <var-decl name='format1' type-id='type-id-1360' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2169' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format2' type-id='type-id-1362' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2170' column='1'/>
+ <var-decl name='format2' type-id='type-id-1361' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2170' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format3' type-id='type-id-1363' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2171' column='1'/>
+ <var-decl name='format3' type-id='type-id-1362' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2171' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1360' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2172' column='1'/>
+ <var-decl name='u' type-id='type-id-1359' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2172' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT12ChainContext8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1364' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1363' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1365' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-1364' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1365' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-1364' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1365' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1364' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' mangled-name='_ZNK2OT12ChainContext8dispatchINS_27hb_collect_glyphs_context_tEEENT_8return_tEPS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1365' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1364' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' mangled-name='_ZNK2OT12ChainContext8dispatchINS_18hb_apply_context_tEEENT_8return_tEPS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1365' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1364' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ChainRule' size-in-bits='144' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1674' column='1' id='type-id-965'>
+ <class-decl name='ChainRule' size-in-bits='144' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1674' column='1' id='type-id-964'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='backtrack' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1742' column='1'/>
+ <var-decl name='backtrack' type-id='type-id-572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1742' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='inputX' type-id='type-id-580' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1746' column='1'/>
+ <var-decl name='inputX' type-id='type-id-579' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1746' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='lookaheadX' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1749' column='1'/>
+ <var-decl name='lookaheadX' type-id='type-id-572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1749' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
- <var-decl name='lookupX' type-id='type-id-756' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1752' column='1'/>
+ <var-decl name='lookupX' type-id='type-id-755' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1752' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1755' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1755' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT9ChainRule7closureEPNS_20hb_closure_context_tERNS_32ChainContextClosureLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1675' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1366' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
- <parameter type-id='type-id-1367'/>
+ <parameter type-id='type-id-1365' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-1366'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT9ChainRule14collect_glyphsEPNS_27hb_collect_glyphs_context_tERNS_38ChainContextCollectGlyphsLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1689' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1366' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <parameter type-id='type-id-1368'/>
+ <parameter type-id='type-id-1365' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-1367'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT9ChainRule11would_applyEPNS_24hb_would_apply_context_tERNS_30ChainContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1703' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1366' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
- <parameter type-id='type-id-1369'/>
+ <parameter type-id='type-id-1365' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1368'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT9ChainRule5applyEPNS_18hb_apply_context_tERNS_30ChainContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1716' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1366' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <parameter type-id='type-id-1369'/>
+ <parameter type-id='type-id-1365' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-1368'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT9ChainRule8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1729' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1370' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1369' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1755' mangled-name='_ZNK2OT9ChainRule32_instance_assertion_on_line_1755Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1755' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1366' is-artificial='yes'/>
+ <parameter type-id='type-id-1365' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ChainRuleSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1759' column='1' id='type-id-966'>
+ <class-decl name='ChainRuleSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1759' column='1' id='type-id-965'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='rule' type-id='type-id-1371' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1805' column='1'/>
+ <var-decl name='rule' type-id='type-id-1370' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1805' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1808' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1808' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT12ChainRuleSet7closureEPNS_20hb_closure_context_tERNS_32ChainContextClosureLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1760' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1372' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
- <parameter type-id='type-id-1367'/>
+ <parameter type-id='type-id-1371' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-1366'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT12ChainRuleSet14collect_glyphsEPNS_27hb_collect_glyphs_context_tERNS_38ChainContextCollectGlyphsLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1768' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1372' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <parameter type-id='type-id-1368'/>
+ <parameter type-id='type-id-1371' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-1367'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT12ChainRuleSet11would_applyEPNS_24hb_would_apply_context_tERNS_30ChainContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1776' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1372' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
- <parameter type-id='type-id-1369'/>
+ <parameter type-id='type-id-1371' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1368'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT12ChainRuleSet5applyEPNS_18hb_apply_context_tERNS_30ChainContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1787' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1372' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <parameter type-id='type-id-1369'/>
+ <parameter type-id='type-id-1371' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-1368'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT12ChainRuleSet8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1798' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1373' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1372' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1808' mangled-name='_ZNK2OT12ChainRuleSet32_instance_assertion_on_line_1808Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1808' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1372' is-artificial='yes'/>
+ <parameter type-id='type-id-1371' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_1808' mangled-name='_ZNK2OT12ChainRuleSet32_compiles_assertion_on_line_1808Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1808' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1372' is-artificial='yes'/>
+ <parameter type-id='type-id-1371' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ClassDef' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1049' column='1' id='type-id-967'>
+ <class-decl name='ClassDef' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1049' column='1' id='type-id-966'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1086' column='1' id='type-id-1374'>
+ <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1086' column='1' id='type-id-1373'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1087' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1087' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-785' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1088' column='1'/>
+ <var-decl name='format1' type-id='type-id-784' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1088' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format2' type-id='type-id-1375' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1089' column='1'/>
+ <var-decl name='format2' type-id='type-id-1374' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1089' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1374' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1090' column='1'/>
+ <var-decl name='u' type-id='type-id-1373' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1090' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1092' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1092' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_class' mangled-name='_ZNK2OT8ClassDef9get_classEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1050' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1376' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1375' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8ClassDef8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1059' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1377' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1376' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_class' mangled-name='_ZNK2OT8ClassDef9add_classEP8hb_set_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1069' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1376' is-artificial='yes'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-1375' is-artificial='yes'/>
+ <parameter type-id='type-id-841'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='intersects_class' mangled-name='_ZNK2OT8ClassDef16intersects_classEPK8hb_set_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1077' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1376' is-artificial='yes'/>
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-1375' is-artificial='yes'/>
+ <parameter type-id='type-id-840'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1092' mangled-name='_ZNK2OT8ClassDef32_instance_assertion_on_line_1092Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1092' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1376' is-artificial='yes'/>
+ <parameter type-id='type-id-1375' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CmapSubtable' size-in-bits='2096' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='393' column='1' id='type-id-968'>
+ <class-decl name='CmapSubtable' size-in-bits='2096' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='393' column='1' id='type-id-967'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='2096' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='437' column='1' id='type-id-1378'>
+ <union-decl name='__anonymous_union__' size-in-bits='2096' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='437' column='1' id='type-id-1377'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='438' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='438' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format0' type-id='type-id-786' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='439' column='1'/>
+ <var-decl name='format0' type-id='type-id-785' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='439' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format4' type-id='type-id-788' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='440' column='1'/>
+ <var-decl name='format4' type-id='type-id-787' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='440' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format6' type-id='type-id-1379' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='441' column='1'/>
+ <var-decl name='format6' type-id='type-id-1378' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='441' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format10' type-id='type-id-1380' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='442' column='1'/>
+ <var-decl name='format10' type-id='type-id-1379' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='442' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format12' type-id='type-id-1381' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='443' column='1'/>
+ <var-decl name='format12' type-id='type-id-1380' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='443' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format13' type-id='type-id-1382' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='444' column='1'/>
+ <var-decl name='format13' type-id='type-id-1381' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='444' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format14' type-id='type-id-787' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='445' column='1'/>
+ <var-decl name='format14' type-id='type-id-786' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='445' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1378' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='446' column='1'/>
+ <var-decl name='u' type-id='type-id-1377' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='446' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='448' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='448' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_glyph' mangled-name='_ZNK2OT12CmapSubtable9get_glyphEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='396' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1289' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-1288' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_variant' mangled-name='_ZNK2OT12CmapSubtable17get_glyph_variantEjjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='411' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1289' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
- <return type-id='type-id-1227'/>
+ <parameter type-id='type-id-1288' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
+ <return type-id='type-id-1226'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT12CmapSubtable8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1383' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1382' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_448' mangled-name='_ZNK2OT12CmapSubtable31_instance_assertion_on_line_448Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='448' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1289' is-artificial='yes'/>
+ <parameter type-id='type-id-1288' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Context' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1524' column='1' id='type-id-1236'>
+ <class-decl name='Context' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1524' column='1' id='type-id-1235'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1549' column='1' id='type-id-1384'>
+ <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1549' column='1' id='type-id-1383'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1550' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1550' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-1385' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1551' column='1'/>
+ <var-decl name='format1' type-id='type-id-1384' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1551' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format2' type-id='type-id-1386' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1552' column='1'/>
+ <var-decl name='format2' type-id='type-id-1385' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1552' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format3' type-id='type-id-793' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1553' column='1'/>
+ <var-decl name='format3' type-id='type-id-792' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1553' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1384' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1554' column='1'/>
+ <var-decl name='u' type-id='type-id-1383' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1554' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7Context8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1537' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1387' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1386' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1526' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1388' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-1387' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1526' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1388' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-1387' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1526' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1388' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1387' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' mangled-name='_ZNK2OT7Context8dispatchINS_27hb_collect_glyphs_context_tEEENT_8return_tEPS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1526' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1388' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1387' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' mangled-name='_ZNK2OT7Context8dispatchINS_18hb_apply_context_tEEENT_8return_tEPS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1526' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1388' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1387' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Extension<OT::ExtensionSubst>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2199' column='1' id='type-id-1240'>
+ <class-decl name='Extension<OT::ExtensionSubst>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2199' column='1' id='type-id-1239'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2247' column='1' id='type-id-1389'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2247' column='1' id='type-id-1388'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2248' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2248' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-796' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2249' column='1'/>
+ <var-decl name='format1' type-id='type-id-795' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2249' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1389' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2250' column='1'/>
+ <var-decl name='u' type-id='type-id-1388' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2250' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_type' mangled-name='_ZNK2OT9ExtensionINS_14ExtensionSubstEE8get_typeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2200' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1390' is-artificial='yes'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_offset' mangled-name='_ZNK2OT9ExtensionINS_14ExtensionSubstEE10get_offsetEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2207' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1390' is-artificial='yes'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize_self' mangled-name='_ZN2OT9ExtensionINS_14ExtensionSubstEE13sanitize_selfEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2229' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1391' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1390' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT9ExtensionINS_14ExtensionSubstEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2238' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1391' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1390' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_subtable<OT::SubstLookupSubTable>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2216' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1390' is-artificial='yes'/>
- <return type-id='type-id-935'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
+ <return type-id='type-id-934'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_would_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1390' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1390' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_closure_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1390' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1390' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1390' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1389' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='FeatureParams' size-in-bits='136' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='446' column='1' id='type-id-969'>
+ <class-decl name='FeatureParams' size-in-bits='136' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='446' column='1' id='type-id-968'>
<member-type access='private'>
- <union-decl name='__anonymous_union__' size-in-bits='136' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='466' column='1' id='type-id-1392'>
+ <union-decl name='__anonymous_union__' size-in-bits='136' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='466' column='1' id='type-id-1391'>
<data-member access='private'>
- <var-decl name='size' type-id='type-id-799' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='467' column='1'/>
+ <var-decl name='size' type-id='type-id-798' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='467' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='stylisticSet' type-id='type-id-800' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='468' column='1'/>
+ <var-decl name='stylisticSet' type-id='type-id-799' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='468' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='characterVariants' type-id='type-id-798' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='469' column='1'/>
+ <var-decl name='characterVariants' type-id='type-id-797' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='469' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1392' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='470' column='1'/>
+ <var-decl name='u' type-id='type-id-1391' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='470' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='471' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='471' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='471' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='471' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT13FeatureParams8sanitizeEPNS_21hb_sanitize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='447' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1393' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-1392' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
+ <parameter type-id='type-id-179'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size_params' mangled-name='_ZNK2OT13FeatureParams15get_size_paramsEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='458' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1394' is-artificial='yes'/>
- <parameter type-id='type-id-180'/>
- <return type-id='type-id-1395'/>
+ <parameter type-id='type-id-1393' is-artificial='yes'/>
+ <parameter type-id='type-id-179'/>
+ <return type-id='type-id-1394'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_instance_assertion_on_line_471' mangled-name='_ZNK2OT13FeatureParams31_instance_assertion_on_line_471Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='471' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1394' is-artificial='yes'/>
+ <parameter type-id='type-id-1393' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='IndexArray' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='161' column='1' id='type-id-1242'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-753'/>
+ <class-decl name='IndexArray' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='161' column='1' id='type-id-1241'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-752'/>
<member-function access='public'>
<function-decl name='get_indexes' mangled-name='_ZNK2OT10IndexArray11get_indexesEjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='162' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1396' is-artificial='yes'/>
+ <parameter type-id='type-id-1395' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
<parameter type-id='type-id-60'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='LigCaretList' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='237' column='1' id='type-id-970'>
+ <class-decl name='LigCaretList' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='237' column='1' id='type-id-969'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='263' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='263' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='ligGlyph' type-id='type-id-1397' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='266' column='1'/>
+ <var-decl name='ligGlyph' type-id='type-id-1396' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='266' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='269' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='269' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_lig_carets' mangled-name='_ZNK2OT12LigCaretList14get_lig_caretsEP9hb_font_t14hb_direction_tjjPjPi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1398' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-126'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1397' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-125'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT12LigCaretList8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1399' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1398' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_269' mangled-name='_ZNK2OT12LigCaretList31_instance_assertion_on_line_269Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1398' is-artificial='yes'/>
+ <parameter type-id='type-id-1397' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_269' mangled-name='_ZNK2OT12LigCaretList31_compiles_assertion_on_line_269Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1398' is-artificial='yes'/>
+ <parameter type-id='type-id-1397' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='LigGlyph' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='204' column='1' id='type-id-971'>
+ <class-decl name='LigGlyph' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='204' column='1' id='type-id-970'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='carets' type-id='type-id-1400' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='229' column='1'/>
+ <var-decl name='carets' type-id='type-id-1399' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='229' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='233' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='233' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_lig_carets' mangled-name='_ZNK2OT8LigGlyph14get_lig_caretsEP9hb_font_t14hb_direction_tjjPjPi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='205' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1401' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-126'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1400' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-125'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8LigGlyph8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='222' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1402' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1401' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_233' mangled-name='_ZNK2OT8LigGlyph31_instance_assertion_on_line_233Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='233' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1401' is-artificial='yes'/>
+ <parameter type-id='type-id-1400' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_233' mangled-name='_ZNK2OT8LigGlyph31_compiles_assertion_on_line_233Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='233' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1401' is-artificial='yes'/>
+ <parameter type-id='type-id-1400' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='MarkArray' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='392' column='1' id='type-id-972'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-757'/>
+ <class-decl name='MarkArray' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='392' column='1' id='type-id-971'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-756'/>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT9MarkArray5applyEPNS_18hb_apply_context_tEjjRKNS_12AnchorMatrixEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='393' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1403' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1402' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-865'/>
+ <parameter type-id='type-id-864'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT9MarkArray8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='424' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1404' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1403' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='MarkGlyphSets' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='293' column='1' id='type-id-973'>
+ <class-decl name='MarkGlyphSets' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='293' column='1' id='type-id-972'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='312' column='1' id='type-id-1405'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='312' column='1' id='type-id-1404'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='313' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='313' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-1406' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='314' column='1'/>
+ <var-decl name='format1' type-id='type-id-1405' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='314' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1405' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='315' column='1'/>
+ <var-decl name='u' type-id='type-id-1404' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='315' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='317' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='317' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='covers' mangled-name='_ZNK2OT13MarkGlyphSets6coversEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='294' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1407' is-artificial='yes'/>
+ <parameter type-id='type-id-1406' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT13MarkGlyphSets8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='302' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1408' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1407' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_317' mangled-name='_ZNK2OT13MarkGlyphSets31_instance_assertion_on_line_317Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='317' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1407' is-artificial='yes'/>
+ <parameter type-id='type-id-1406' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='MultipleSubstFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='328' column='1' id='type-id-1256'>
+ <class-decl name='MultipleSubstFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='328' column='1' id='type-id-1255'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='393' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='393' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='395' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='395' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='sequence' type-id='type-id-1409' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='398' column='1'/>
+ <var-decl name='sequence' type-id='type-id-1408' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='398' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='401' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='401' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT20MultipleSubstFormat17closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='329' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1410' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-1409' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT20MultipleSubstFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='339' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1410' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1409' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT20MultipleSubstFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='348' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1410' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-1409' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT20MultipleSubstFormat111would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='353' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1410' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-1409' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT20MultipleSubstFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='359' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1410' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1409' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT20MultipleSubstFormat19serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEERNS3_IjEEjS7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='369' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1411' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-858'/>
+ <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-857'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-818'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT20MultipleSubstFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='387' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1411' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_401' mangled-name='_ZNK2OT20MultipleSubstFormat131_instance_assertion_on_line_401Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='401' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1409' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_401' mangled-name='_ZNK2OT20MultipleSubstFormat131_compiles_assertion_on_line_401Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='401' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1409' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::PairSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1260'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-767'/>
+ <class-decl name='OffsetArrayOf<OT::PairSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1259'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-766'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetListOf<OT::AnchorMatrix>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-974'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1412'/>
+ <class-decl name='OffsetListOf<OT::AnchorMatrix>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-973'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1411'/>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT12OffsetListOfINS_12AnchorMatrixEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='906' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1413' is-artificial='yes'/>
+ <parameter type-id='type-id-1412' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-865'/>
+ <return type-id='type-id-864'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT12OffsetListOfINS_12AnchorMatrixEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='912' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1414' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1413' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='917' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1414' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1413' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetListOf<OT::Lookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-975'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1415'/>
+ <class-decl name='OffsetListOf<OT::Lookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-974'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1414'/>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT12OffsetListOfINS_6LookupEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='906' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1416' is-artificial='yes'/>
+ <parameter type-id='type-id-1415' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-896'/>
+ <return type-id='type-id-895'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT12OffsetListOfINS_6LookupEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='912' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1417' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1416' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetListOf<OT::PosLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-976'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1418'/>
+ <class-decl name='OffsetListOf<OT::PosLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-975'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1417'/>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT12OffsetListOfINS_9PosLookupEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='906' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1419' is-artificial='yes'/>
+ <parameter type-id='type-id-1418' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-912'/>
+ <return type-id='type-id-911'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT12OffsetListOfINS_9PosLookupEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='912' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1420' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1419' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetListOf<OT::SubstLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-977'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1421'/>
+ <class-decl name='OffsetListOf<OT::SubstLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='905' column='1' id='type-id-976'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1420'/>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT12OffsetListOfINS_11SubstLookupEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='906' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1422' is-artificial='yes'/>
+ <parameter type-id='type-id-1421' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-933'/>
+ <return type-id='type-id-932'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT12OffsetListOfINS_11SubstLookupEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='912' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1423' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1422' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='PosLookup' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1444' column='1' id='type-id-979'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-584'/>
+ <class-decl name='PosLookup' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1444' column='1' id='type-id-978'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-583'/>
<member-function access='public'>
<function-decl name='get_subtable' mangled-name='_ZNK2OT9PosLookup12get_subtableEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1445' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1424' is-artificial='yes'/>
+ <parameter type-id='type-id-1423' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-914'/>
+ <return type-id='type-id-913'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='is_reverse' mangled-name='_ZNK2OT9PosLookup10is_reverseEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1448' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1424' is-artificial='yes'/>
+ <parameter type-id='type-id-1423' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT9PosLookup14collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1453' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1424' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1423' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply_once' mangled-name='_ZNK2OT9PosLookup10apply_onceEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1475' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1424' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1423' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='apply_recurse_func' mangled-name='_ZN2OT9PosLookup18apply_recurse_funcEPNS_18hb_apply_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1483' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-854'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT9PosLookup8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1502' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1425' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1424' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_coverage<hb_set_digest_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1461' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1424' is-artificial='yes'/>
- <parameter type-id='type-id-843'/>
+ <parameter type-id='type-id-1423' is-artificial='yes'/>
+ <parameter type-id='type-id-842'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1489' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1424' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1423' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1489' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1424' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1423' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='PosLookupSubTable' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1372' column='1' id='type-id-980'>
+ <class-decl name='PosLookupSubTable' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1372' column='1' id='type-id-979'>
<member-type access='public'>
- <enum-decl name='Type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1375' column='1' id='type-id-1426'>
+ <enum-decl name='Type' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1375' column='1' id='type-id-1425'>
<underlying-type type-id='type-id-56'/>
<enumerator name='Single' value='1'/>
<enumerator name='Pair' value='2'/>
</enum-decl>
</member-type>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='160' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1424' column='1' id='type-id-1427'>
+ <union-decl name='__anonymous_union__' size-in-bits='160' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1424' column='1' id='type-id-1426'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1425' column='1' id='type-id-1428'>
+ <class-decl name='__anonymous_struct__' size-in-bits='16' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1425' column='1' id='type-id-1427'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='sub_format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1426' column='1'/>
+ <var-decl name='sub_format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1426' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='private'>
- <var-decl name='header' type-id='type-id-1428' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1427' column='1'/>
+ <var-decl name='header' type-id='type-id-1427' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1427' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='single' type-id='type-id-1429' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1428' column='1'/>
+ <var-decl name='single' type-id='type-id-1428' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1428' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='pair' type-id='type-id-1430' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1429' column='1'/>
+ <var-decl name='pair' type-id='type-id-1429' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1429' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='cursive' type-id='type-id-1431' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1430' column='1'/>
+ <var-decl name='cursive' type-id='type-id-1430' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1430' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='markBase' type-id='type-id-1432' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1431' column='1'/>
+ <var-decl name='markBase' type-id='type-id-1431' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1431' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='markLig' type-id='type-id-1433' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1432' column='1'/>
+ <var-decl name='markLig' type-id='type-id-1432' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1432' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='markMark' type-id='type-id-1434' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1433' column='1'/>
+ <var-decl name='markMark' type-id='type-id-1433' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1433' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='context' type-id='type-id-1435' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1434' column='1'/>
+ <var-decl name='context' type-id='type-id-1434' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1434' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='chainContext' type-id='type-id-1436' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1435' column='1'/>
+ <var-decl name='chainContext' type-id='type-id-1435' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1435' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='extension' type-id='type-id-1437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1436' column='1'/>
+ <var-decl name='extension' type-id='type-id-1436' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1436' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1427' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1437' column='1'/>
+ <var-decl name='u' type-id='type-id-1426' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1437' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1439' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1439' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT17PosLookupSubTable8sanitizeEPNS_21hb_sanitize_context_tEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1405' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1438' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1437' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1439' mangled-name='_ZNK2OT17PosLookupSubTable32_instance_assertion_on_line_1439Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1439' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1439' is-artificial='yes'/>
+ <parameter type-id='type-id-1438' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1388' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1439' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-1438' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' mangled-name='_ZNK2OT17PosLookupSubTable8dispatchINS_27hb_collect_glyphs_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1388' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1439' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1438' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' mangled-name='_ZNK2OT17PosLookupSubTable8dispatchINS_18hb_apply_context_tEEENT_8return_tEPS3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1388' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1439' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1438' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='RecordListOf<OT::Feature>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='120' column='1' id='type-id-981'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1440'/>
+ <class-decl name='RecordListOf<OT::Feature>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='120' column='1' id='type-id-980'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1439'/>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT12RecordListOfINS_7FeatureEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1441' is-artificial='yes'/>
+ <parameter type-id='type-id-1440' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-882'/>
+ <return type-id='type-id-881'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT12RecordListOfINS_7FeatureEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1442' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1441' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='RecordListOf<OT::Script>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='120' column='1' id='type-id-982'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1443'/>
+ <class-decl name='RecordListOf<OT::Script>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='120' column='1' id='type-id-981'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1442'/>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT12RecordListOfINS_6ScriptEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1444' is-artificial='yes'/>
+ <parameter type-id='type-id-1443' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-924'/>
+ <return type-id='type-id-923'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT12RecordListOfINS_6ScriptEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1445' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1444' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ReverseChainSingleSubstFormat1' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='929' column='1' id='type-id-1275'>
+ <class-decl name='ReverseChainSingleSubstFormat1' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='929' column='1' id='type-id-1274'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1032' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1032' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1034' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1034' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='backtrack' type-id='type-id-1446' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1037' column='1'/>
+ <var-decl name='backtrack' type-id='type-id-1445' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1037' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='lookaheadX' type-id='type-id-1446' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1041' column='1'/>
+ <var-decl name='lookaheadX' type-id='type-id-1445' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1041' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
- <var-decl name='substituteX' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1045' column='1'/>
+ <var-decl name='substituteX' type-id='type-id-572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1045' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1048' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1048' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT30ReverseChainSingleSubstFormat17closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='930' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1447' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-1446' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT30ReverseChainSingleSubstFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='955' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1447' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1446' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT30ReverseChainSingleSubstFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='979' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1447' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-1446' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT30ReverseChainSingleSubstFormat111would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1447' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-1446' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT30ReverseChainSingleSubstFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='990' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1447' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1446' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT30ReverseChainSingleSubstFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1020' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1448' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1447' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1048' mangled-name='_ZNK2OT30ReverseChainSingleSubstFormat132_instance_assertion_on_line_1048Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1048' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1447' is-artificial='yes'/>
+ <parameter type-id='type-id-1446' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Rule' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1135' column='1' id='type-id-983'>
+ <class-decl name='Rule' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1135' column='1' id='type-id-982'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='inputCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1181' column='1'/>
+ <var-decl name='inputCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1181' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='lookupCount' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1184' column='1'/>
+ <var-decl name='lookupCount' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1184' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='inputZ' type-id='type-id-861' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1185' column='1'/>
+ <var-decl name='inputZ' type-id='type-id-860' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1185' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='lookupRecordX' type-id='type-id-1085' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1187' column='1'/>
+ <var-decl name='lookupRecordX' type-id='type-id-1084' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1187' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1190' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1190' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT4Rule7closureEPNS_20hb_closure_context_tERNS_27ContextClosureLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1136' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1449' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
- <parameter type-id='type-id-1450'/>
+ <parameter type-id='type-id-1448' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-1449'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT4Rule14collect_glyphsEPNS_27hb_collect_glyphs_context_tERNS_33ContextCollectGlyphsLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1146' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1449' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <parameter type-id='type-id-1451'/>
+ <parameter type-id='type-id-1448' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-1450'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT4Rule11would_applyEPNS_24hb_would_apply_context_tERNS_25ContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1156' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1449' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
- <parameter type-id='type-id-1452'/>
+ <parameter type-id='type-id-1448' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1451'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT4Rule5applyEPNS_18hb_apply_context_tERNS_25ContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1163' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1449' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <parameter type-id='type-id-1452'/>
+ <parameter type-id='type-id-1448' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-1451'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT4Rule8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1171' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1453' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1452' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1190' mangled-name='_ZNK2OT4Rule32_instance_assertion_on_line_1190Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1190' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1449' is-artificial='yes'/>
+ <parameter type-id='type-id-1448' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_1190' mangled-name='_ZNK2OT4Rule32_compiles_assertion_on_line_1190Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1190' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1449' is-artificial='yes'/>
+ <parameter type-id='type-id-1448' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='RuleSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1194' column='1' id='type-id-984'>
+ <class-decl name='RuleSet' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1194' column='1' id='type-id-983'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='rule' type-id='type-id-1454' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1242' column='1'/>
+ <var-decl name='rule' type-id='type-id-1453' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1242' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1245' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1245' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT7RuleSet7closureEPNS_20hb_closure_context_tERNS_27ContextClosureLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1195' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1455' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
- <parameter type-id='type-id-1450'/>
+ <parameter type-id='type-id-1454' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-1449'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT7RuleSet14collect_glyphsEPNS_27hb_collect_glyphs_context_tERNS_33ContextCollectGlyphsLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1203' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1455' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <parameter type-id='type-id-1451'/>
+ <parameter type-id='type-id-1454' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-1450'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT7RuleSet11would_applyEPNS_24hb_would_apply_context_tERNS_25ContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1211' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1455' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
- <parameter type-id='type-id-1452'/>
+ <parameter type-id='type-id-1454' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1451'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT7RuleSet5applyEPNS_18hb_apply_context_tERNS_25ContextApplyLookupContextE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1223' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1455' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <parameter type-id='type-id-1452'/>
+ <parameter type-id='type-id-1454' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-1451'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7RuleSet8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1235' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1456' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1455' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1245' mangled-name='_ZNK2OT7RuleSet32_instance_assertion_on_line_1245Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1245' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1455' is-artificial='yes'/>
+ <parameter type-id='type-id-1454' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_1245' mangled-name='_ZNK2OT7RuleSet32_compiles_assertion_on_line_1245Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1245' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1455' is-artificial='yes'/>
+ <parameter type-id='type-id-1454' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Script' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='220' column='1' id='type-id-985'>
+ <class-decl name='Script' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='220' column='1' id='type-id-984'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='defaultLangSys' type-id='type-id-599' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='248' column='1'/>
+ <var-decl name='defaultLangSys' type-id='type-id-598' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='248' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='langSys' type-id='type-id-1457' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='251' column='1'/>
+ <var-decl name='langSys' type-id='type-id-1456' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='251' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='254' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='254' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_lang_sys_count' mangled-name='_ZNK2OT6Script18get_lang_sys_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='221' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_lang_sys_tag' mangled-name='_ZNK2OT6Script16get_lang_sys_tagEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1459'/>
+ <return type-id='type-id-1458'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_lang_sys_tags' mangled-name='_ZNK2OT6Script17get_lang_sys_tagsEjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='225' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <parameter type-id='type-id-1460'/>
+ <parameter type-id='type-id-1459'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_lang_sys' mangled-name='_ZNK2OT6Script12get_lang_sysEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='229' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-887'/>
+ <return type-id='type-id-886'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='find_lang_sys_index' mangled-name='_ZNK2OT6Script19find_lang_sys_indexEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='234' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1458' is-artificial='yes'/>
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
+ <parameter type-id='type-id-179'/>
<parameter type-id='type-id-60'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='has_default_lang_sys' mangled-name='_ZNK2OT6Script20has_default_lang_sysEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='237' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_default_lang_sys' mangled-name='_ZNK2OT6Script20get_default_lang_sysEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1458' is-artificial='yes'/>
- <return type-id='type-id-887'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
+ <return type-id='type-id-886'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT6Script8sanitizeEPNS_21hb_sanitize_context_tEPKNS_6RecordIS0_E18sanitize_closure_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='240' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1461' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
- <parameter type-id='type-id-926'/>
+ <parameter type-id='type-id-1460' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
+ <parameter type-id='type-id-925'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_254' mangled-name='_ZNK2OT6Script31_instance_assertion_on_line_254Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_254' mangled-name='_ZNK2OT6Script31_compiles_assertion_on_line_254Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1458' is-artificial='yes'/>
+ <parameter type-id='type-id-1457' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Sequence' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='253' column='1' id='type-id-986'>
+ <class-decl name='Sequence' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='253' column='1' id='type-id-985'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='substitute' type-id='type-id-573' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='322' column='1'/>
+ <var-decl name='substitute' type-id='type-id-572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='322' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='324' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='324' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT8Sequence7closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1462' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-1461' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT8Sequence14collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='262' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1462' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1461' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT8Sequence5applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='270' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1462' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1461' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='serialize' mangled-name='_ZN2OT8Sequence9serializeEPNS_22hb_serialize_context_tERNS_8SupplierINS_7IntTypeItLj2EEEEEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='305' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1463' is-artificial='yes'/>
- <parameter type-id='type-id-436'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-1462' is-artificial='yes'/>
+ <parameter type-id='type-id-435'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8Sequence8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='315' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1463' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1462' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_324' mangled-name='_ZNK2OT8Sequence31_instance_assertion_on_line_324Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='324' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1462' is-artificial='yes'/>
+ <parameter type-id='type-id-1461' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_324' mangled-name='_ZNK2OT8Sequence31_compiles_assertion_on_line_324Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='324' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1462' is-artificial='yes'/>
+ <parameter type-id='type-id-1461' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SortedArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1230'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-750'/>
+ <class-decl name='SortedArrayOf<OT::CmapSubtableLongGroup, OT::IntType<unsigned int, 4u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1229'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-749'/>
<member-function access='public'>
<function-decl name='bsearch<hb_codepoint_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1464' is-artificial='yes'/>
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-1463' is-artificial='yes'/>
+ <parameter type-id='type-id-939'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SortedArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1288'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-751'/>
+ <class-decl name='SortedArrayOf<OT::EncodingRecord, OT::IntType<short unsigned int, 2u> >' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1287'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-750'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >' size-in-bits='72' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-987'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-779'/>
+ <class-decl name='SortedArrayOf<OT::UVSMapping, OT::IntType<unsigned int, 4u> >' size-in-bits='72' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-986'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-778'/>
<member-function access='public'>
<function-decl name='bsearch<hb_codepoint_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1465' is-artificial='yes'/>
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-1464' is-artificial='yes'/>
+ <parameter type-id='type-id-939'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-988'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-780'/>
+ <class-decl name='SortedArrayOf<OT::UnicodeValueRange, OT::IntType<unsigned int, 4u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-987'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-779'/>
<member-function access='public'>
<function-decl name='bsearch<hb_codepoint_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1466' is-artificial='yes'/>
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-1465' is-artificial='yes'/>
+ <parameter type-id='type-id-939'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SortedArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >' size-in-bits='120' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1226'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-781'/>
+ <class-decl name='SortedArrayOf<OT::VariationSelectorRecord, OT::IntType<unsigned int, 4u> >' size-in-bits='120' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1225'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-780'/>
<member-function access='public'>
<function-decl name='bsearch<hb_codepoint_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1467' is-artificial='yes'/>
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-1466' is-artificial='yes'/>
+ <parameter type-id='type-id-939'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::IntType<short unsigned int, 2u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='487' column='1' id='type-id-989'>
+ <class-decl name='Supplier<OT::IntType<short unsigned int, 2u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='487' column='1' id='type-id-988'>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='511' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='head' type-id='type-id-259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='512' column='1'/>
+ <var-decl name='head' type-id='type-id-258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='512' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='Supplier' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='488' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1468' is-artificial='yes'/>
- <parameter type-id='type-id-259'/>
+ <parameter type-id='type-id-1467' is-artificial='yes'/>
+ <parameter type-id='type-id-258'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT8SupplierINS_7IntTypeItLj2EEEEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='493' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1469' is-artificial='yes'/>
+ <parameter type-id='type-id-1468' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-547'/>
+ <return type-id='type-id-546'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='advance' mangled-name='_ZN2OT8SupplierINS_7IntTypeItLj2EEEE7advanceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='499' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1468' is-artificial='yes'/>
+ <parameter type-id='type-id-1467' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='Supplier' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='508' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1468' is-artificial='yes'/>
- <parameter type-id='type-id-1470'/>
+ <parameter type-id='type-id-1467' is-artificial='yes'/>
+ <parameter type-id='type-id-1469'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZN2OT8SupplierINS_7IntTypeItLj2EEEEaSERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='509' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1468' is-artificial='yes'/>
- <parameter type-id='type-id-1470'/>
- <return type-id='type-id-819'/>
+ <parameter type-id='type-id-1467' is-artificial='yes'/>
+ <parameter type-id='type-id-1469'/>
+ <return type-id='type-id-818'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::Offset<OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-990'/>
+ <class-decl name='Supplier<OT::Offset<OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-989'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-991'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-990'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-992'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-991'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<unsigned int>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='487' column='1' id='type-id-993'>
+ <class-decl name='Supplier<unsigned int>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='487' column='1' id='type-id-992'>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='511' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='head' type-id='type-id-1471' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='512' column='1'/>
+ <var-decl name='head' type-id='type-id-1470' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='512' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='Supplier' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='488' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1472' is-artificial='yes'/>
- <parameter type-id='type-id-1471'/>
+ <parameter type-id='type-id-1471' is-artificial='yes'/>
+ <parameter type-id='type-id-1470'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK2OT8SupplierIjEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='493' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1473' is-artificial='yes'/>
+ <parameter type-id='type-id-1472' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-76'/>
+ <return type-id='type-id-75'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='advance' mangled-name='_ZN2OT8SupplierIjE7advanceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='499' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1472' is-artificial='yes'/>
+ <parameter type-id='type-id-1471' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='Supplier' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='508' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1472' is-artificial='yes'/>
- <parameter type-id='type-id-1474'/>
+ <parameter type-id='type-id-1471' is-artificial='yes'/>
+ <parameter type-id='type-id-1473'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZN2OT8SupplierIjEaSERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='509' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1472' is-artificial='yes'/>
- <parameter type-id='type-id-1474'/>
- <return type-id='type-id-858'/>
+ <parameter type-id='type-id-1471' is-artificial='yes'/>
+ <parameter type-id='type-id-1473'/>
+ <return type-id='type-id-857'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ValueFormat' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='50' column='1' id='type-id-1259'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-257'/>
+ <class-decl name='ValueFormat' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='50' column='1' id='type-id-1258'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-256'/>
<member-type access='public'>
- <enum-decl name='Flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='51' column='1' id='type-id-1475'>
+ <enum-decl name='Flags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='51' column='1' id='type-id-1474'>
<underlying-type type-id='type-id-56'/>
<enumerator name='xPlacement' value='1'/>
<enumerator name='yPlacement' value='2'/>
</member-type>
<member-function access='public'>
<function-decl name='get_len' mangled-name='_ZNK2OT11ValueFormat7get_lenEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1265' is-artificial='yes'/>
+ <parameter type-id='type-id-1264' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_size' mangled-name='_ZNK2OT11ValueFormat8get_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1265' is-artificial='yes'/>
+ <parameter type-id='type-id-1264' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply_value' mangled-name='_ZNK2OT11ValueFormat11apply_valueEP9hb_font_t14hb_direction_tPKvPKNS_7IntTypeItLj2EEER19hb_glyph_position_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='97' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1265' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-126'/>
+ <parameter type-id='type-id-1264' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-125'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-1476'/>
- <parameter type-id='type-id-83'/>
+ <parameter type-id='type-id-1475'/>
+ <parameter type-id='type-id-82'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize_value_devices' mangled-name='_ZN2OT11ValueFormat22sanitize_value_devicesEPNS_21hb_sanitize_context_tEPvPNS_7IntTypeItLj2EEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1264' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1263' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-1477'/>
+ <parameter type-id='type-id-1476'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='get_device' mangled-name='_ZN2OT11ValueFormat10get_deviceEPNS_7IntTypeItLj2EEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1477'/>
- <return type-id='type-id-1478'/>
+ <parameter type-id='type-id-1476'/>
+ <return type-id='type-id-1477'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='get_device' mangled-name='_ZN2OT11ValueFormat10get_deviceEPKNS_7IntTypeItLj2EEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1476'/>
- <return type-id='type-id-1479'/>
+ <parameter type-id='type-id-1475'/>
+ <return type-id='type-id-1478'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='get_short' mangled-name='_ZN2OT11ValueFormat9get_shortEPKNS_7IntTypeItLj2EEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1476'/>
- <return type-id='type-id-1480'/>
+ <parameter type-id='type-id-1475'/>
+ <return type-id='type-id-1479'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='has_device' mangled-name='_ZNK2OT11ValueFormat10has_deviceEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1265' is-artificial='yes'/>
+ <parameter type-id='type-id-1264' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize_value' mangled-name='_ZN2OT11ValueFormat14sanitize_valueEPNS_21hb_sanitize_context_tEPvPNS_7IntTypeItLj2EEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='180' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1264' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1263' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-1477'/>
+ <parameter type-id='type-id-1476'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize_values' mangled-name='_ZN2OT11ValueFormat15sanitize_valuesEPNS_21hb_sanitize_context_tEPvPNS_7IntTypeItLj2EEEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='185' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1264' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1263' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-1477'/>
+ <parameter type-id='type-id-1476'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize_values_stride_unsafe' mangled-name='_ZN2OT11ValueFormat29sanitize_values_stride_unsafeEPNS_21hb_sanitize_context_tEPvPNS_7IntTypeItLj2EEEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='203' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1264' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1263' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-1477'/>
+ <parameter type-id='type-id-1476'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_apply_context_t' size-in-bits='640' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='262' column='1' id='type-id-994'>
+ <class-decl name='hb_apply_context_t' size-in-bits='640' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='262' column='1' id='type-id-993'>
<member-type access='public'>
- <class-decl name='matcher_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='319' column='1' id='type-id-1481'>
+ <class-decl name='matcher_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='319' column='1' id='type-id-1480'>
<member-type access='public'>
- <enum-decl name='may_match_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='342' column='1' id='type-id-1482'>
+ <enum-decl name='may_match_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='342' column='1' id='type-id-1481'>
<underlying-type type-id='type-id-56'/>
<enumerator name='MATCH_NO' value='0'/>
<enumerator name='MATCH_YES' value='1'/>
</enum-decl>
</member-type>
<member-type access='public'>
- <enum-decl name='may_skip_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='361' column='1' id='type-id-1483'>
+ <enum-decl name='may_skip_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='361' column='1' id='type-id-1482'>
<underlying-type type-id='type-id-56'/>
<enumerator name='SKIP_NO' value='0'/>
<enumerator name='SKIP_YES' value='1'/>
</enum-decl>
</member-type>
<member-type access='public'>
- <typedef-decl name='match_func_t' type-id='type-id-1485' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='331' column='1' id='type-id-1484'/>
+ <typedef-decl name='match_func_t' type-id='type-id-1484' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='331' column='1' id='type-id-1483'/>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
<var-decl name='lookup_props' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='384' column='1'/>
<var-decl name='ignore_zwj' type-id='type-id-7' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='386' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='387' column='1'/>
+ <var-decl name='mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='387' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
- <var-decl name='syllable' type-id='type-id-145' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='388' column='1'/>
+ <var-decl name='syllable' type-id='type-id-144' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='388' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='match_func' type-id='type-id-1484' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='389' column='1'/>
+ <var-decl name='match_func' type-id='type-id-1483' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='389' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='192'>
<var-decl name='match_data' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='390' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='matcher_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='320' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1486' is-artificial='yes'/>
+ <parameter type-id='type-id-1485' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_ignore_zwnj' mangled-name='_ZN2OT18hb_apply_context_t9matcher_t15set_ignore_zwnjEb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='333' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1486' is-artificial='yes'/>
+ <parameter type-id='type-id-1485' is-artificial='yes'/>
<parameter type-id='type-id-7'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_ignore_zwj' mangled-name='_ZN2OT18hb_apply_context_t9matcher_t14set_ignore_zwjEb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='334' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1486' is-artificial='yes'/>
+ <parameter type-id='type-id-1485' is-artificial='yes'/>
<parameter type-id='type-id-7'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_lookup_props' mangled-name='_ZN2OT18hb_apply_context_t9matcher_t16set_lookup_propsEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1486' is-artificial='yes'/>
+ <parameter type-id='type-id-1485' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_mask' mangled-name='_ZN2OT18hb_apply_context_t9matcher_t8set_maskEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='336' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1486' is-artificial='yes'/>
- <parameter type-id='type-id-87'/>
+ <parameter type-id='type-id-1485' is-artificial='yes'/>
+ <parameter type-id='type-id-86'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_syllable' mangled-name='_ZN2OT18hb_apply_context_t9matcher_t12set_syllableEh' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1486' is-artificial='yes'/>
- <parameter type-id='type-id-145'/>
+ <parameter type-id='type-id-1485' is-artificial='yes'/>
+ <parameter type-id='type-id-144'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_match_func' mangled-name='_ZN2OT18hb_apply_context_t9matcher_t14set_match_funcEPFbjRKNS_7IntTypeItLj2EEEPKvES7_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1486' is-artificial='yes'/>
- <parameter type-id='type-id-1484'/>
+ <parameter type-id='type-id-1485' is-artificial='yes'/>
+ <parameter type-id='type-id-1483'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
- <function-decl name='may_match' mangled-name='_ZNK2OT18hb_apply_context_t9matcher_t9may_matchERK15hb_glyph_info_tPKNS_7IntTypeItLj2EEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='348' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1487' is-artificial='yes'/>
- <parameter type-id='type-id-85'/>
- <parameter type-id='type-id-1488'/>
- <return type-id='type-id-1482'/>
+ <function-decl name='may_match' mangled-name='_ZNK2OT18hb_apply_context_t9matcher_t9may_matchERK15hb_glyph_info_tPKNS_7IntTypeItLj2EEE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='348' column='1' visibility='default' binding='global' size-in-bits='64'>
+ <parameter type-id='type-id-1486' is-artificial='yes'/>
+ <parameter type-id='type-id-84'/>
+ <parameter type-id='type-id-1487'/>
+ <return type-id='type-id-1481'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='may_skip' mangled-name='_ZNK2OT18hb_apply_context_t9matcher_t8may_skipEPKS0_RK15hb_glyph_info_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='368' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1487' is-artificial='yes'/>
- <parameter type-id='type-id-1489'/>
- <parameter type-id='type-id-85'/>
- <return type-id='type-id-1483'/>
+ <parameter type-id='type-id-1486' is-artificial='yes'/>
+ <parameter type-id='type-id-1488'/>
+ <parameter type-id='type-id-84'/>
+ <return type-id='type-id-1482'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='public'>
- <class-decl name='skipping_forward_iterator_t' size-in-bits='512' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='394' column='1' id='type-id-1490'>
+ <class-decl name='skipping_forward_iterator_t' size-in-bits='512' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='394' column='1' id='type-id-1489'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='idx' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='454' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='c' type-id='type-id-855' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='456' column='1'/>
+ <var-decl name='c' type-id='type-id-854' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='456' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='matcher' type-id='type-id-1481' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='457' column='1'/>
+ <var-decl name='matcher' type-id='type-id-1480' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='457' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='384'>
- <var-decl name='match_glyph_data' type-id='type-id-1488' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='458' column='1'/>
+ <var-decl name='match_glyph_data' type-id='type-id-1487' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='458' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='448'>
<var-decl name='num_items' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='460' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='skipping_forward_iterator_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='395' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1491' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1490' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-7'/>
</member-function>
<member-function access='public'>
<function-decl name='set_lookup_props' mangled-name='_ZN2OT18hb_apply_context_t27skipping_forward_iterator_t16set_lookup_propsEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='414' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1491' is-artificial='yes'/>
+ <parameter type-id='type-id-1490' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_syllable' mangled-name='_ZN2OT18hb_apply_context_t27skipping_forward_iterator_t12set_syllableEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='415' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1491' is-artificial='yes'/>
+ <parameter type-id='type-id-1490' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_match_func' mangled-name='_ZN2OT18hb_apply_context_t27skipping_forward_iterator_t14set_match_funcEPFbjRKNS_7IntTypeItLj2EEEPKvES7_PS4_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='416' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1491' is-artificial='yes'/>
- <parameter type-id='type-id-1484'/>
+ <parameter type-id='type-id-1490' is-artificial='yes'/>
+ <parameter type-id='type-id-1483'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-1488'/>
+ <parameter type-id='type-id-1487'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='has_no_chance' mangled-name='_ZNK2OT18hb_apply_context_t27skipping_forward_iterator_t13has_no_chanceEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='424' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1492' is-artificial='yes'/>
+ <parameter type-id='type-id-1491' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='reject' mangled-name='_ZN2OT18hb_apply_context_t27skipping_forward_iterator_t6rejectEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='425' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1491' is-artificial='yes'/>
+ <parameter type-id='type-id-1490' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='next' mangled-name='_ZN2OT18hb_apply_context_t27skipping_forward_iterator_t4nextEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='426' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1491' is-artificial='yes'/>
+ <parameter type-id='type-id-1490' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='public'>
- <class-decl name='skipping_backward_iterator_t' size-in-bits='512' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='465' column='1' id='type-id-1493'>
+ <class-decl name='skipping_backward_iterator_t' size-in-bits='512' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='465' column='1' id='type-id-1492'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='idx' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='524' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='c' type-id='type-id-855' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='526' column='1'/>
+ <var-decl name='c' type-id='type-id-854' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='526' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='matcher' type-id='type-id-1481' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='527' column='1'/>
+ <var-decl name='matcher' type-id='type-id-1480' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='527' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='384'>
- <var-decl name='match_glyph_data' type-id='type-id-1488' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='528' column='1'/>
+ <var-decl name='match_glyph_data' type-id='type-id-1487' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='528' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='448'>
<var-decl name='num_items' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='530' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='skipping_backward_iterator_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='466' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1494' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1493' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-7'/>
</member-function>
<member-function access='public'>
<function-decl name='set_lookup_props' mangled-name='_ZN2OT18hb_apply_context_t28skipping_backward_iterator_t16set_lookup_propsEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='484' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1494' is-artificial='yes'/>
+ <parameter type-id='type-id-1493' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_syllable' mangled-name='_ZN2OT18hb_apply_context_t28skipping_backward_iterator_t12set_syllableEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='485' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1494' is-artificial='yes'/>
+ <parameter type-id='type-id-1493' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_match_func' mangled-name='_ZN2OT18hb_apply_context_t28skipping_backward_iterator_t14set_match_funcEPFbjRKNS_7IntTypeItLj2EEEPKvES7_PS4_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='486' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1494' is-artificial='yes'/>
- <parameter type-id='type-id-1484'/>
+ <parameter type-id='type-id-1493' is-artificial='yes'/>
+ <parameter type-id='type-id-1483'/>
<parameter type-id='type-id-20'/>
- <parameter type-id='type-id-1488'/>
+ <parameter type-id='type-id-1487'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='has_no_chance' mangled-name='_ZNK2OT18hb_apply_context_t28skipping_backward_iterator_t13has_no_chanceEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='494' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1495' is-artificial='yes'/>
+ <parameter type-id='type-id-1494' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='reject' mangled-name='_ZN2OT18hb_apply_context_t28skipping_backward_iterator_t6rejectEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='495' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1494' is-artificial='yes'/>
+ <parameter type-id='type-id-1493' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='prev' mangled-name='_ZN2OT18hb_apply_context_t28skipping_backward_iterator_t4prevEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='496' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1494' is-artificial='yes'/>
+ <parameter type-id='type-id-1493' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='public'>
- <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='265' column='1' id='type-id-947'/>
+ <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='265' column='1' id='type-id-946'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='recurse_func_t' type-id='type-id-1497' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='266' column='1' id='type-id-1496'/>
+ <typedef-decl name='recurse_func_t' type-id='type-id-1496' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='266' column='1' id='type-id-1495'/>
</member-type>
<data-member access='public' static='yes'>
- <var-decl name='max_debug_depth' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='264' column='1'/>
+ <var-decl name='max_debug_depth' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='264' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='table_index' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='282' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='font' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='283' column='1'/>
+ <var-decl name='font' type-id='type-id-157' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='283' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='face' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='284' column='1'/>
+ <var-decl name='face' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='284' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='buffer' type-id='type-id-80' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='285' column='1'/>
+ <var-decl name='buffer' type-id='type-id-79' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='285' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='direction' type-id='type-id-126' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='286' column='1'/>
+ <var-decl name='direction' type-id='type-id-125' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='286' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='288'>
- <var-decl name='lookup_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='287' column='1'/>
+ <var-decl name='lookup_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='287' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<var-decl name='auto_zwj' type-id='type-id-7' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='288' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='recurse_func' type-id='type-id-1496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='289' column='1'/>
+ <var-decl name='recurse_func' type-id='type-id-1495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='289' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<var-decl name='nesting_level_left' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='290' column='1'/>
<var-decl name='lookup_props' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='291' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='gdef' type-id='type-id-1498' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='292' column='1'/>
+ <var-decl name='gdef' type-id='type-id-1497' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='292' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<var-decl name='has_glyph_classes' type-id='type-id-7' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='293' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_name' mangled-name='_ZN2OT18hb_apply_context_t8get_nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='263' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<return type-id='type-id-50'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='default_return_value' mangled-name='_ZN2OT18hb_apply_context_t20default_return_valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='stop_sublookup_iteration' mangled-name='_ZNK2OT18hb_apply_context_t24stop_sublookup_iterationEb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='270' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1489' is-artificial='yes'/>
- <parameter type-id='type-id-947'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
+ <parameter type-id='type-id-946'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='recurse' mangled-name='_ZN2OT18hb_apply_context_t7recurseEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='271' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-947'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='hb_apply_context_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='297' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-79'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_lookup_mask' mangled-name='_ZN2OT18hb_apply_context_t15set_lookup_maskEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='312' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-87'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-86'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_auto_zwj' mangled-name='_ZN2OT18hb_apply_context_t12set_auto_zwjEb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='313' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<parameter type-id='type-id-7'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_recurse_func' mangled-name='_ZN2OT18hb_apply_context_t16set_recurse_funcEPFbPS0_jE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='314' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1496'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1495'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_lookup_props' mangled-name='_ZN2OT18hb_apply_context_t16set_lookup_propsEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='315' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_lookup' mangled-name='_ZN2OT18hb_apply_context_t10set_lookupERKNS_6LookupE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='316' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-896'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-895'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='match_properties_mark' mangled-name='_ZNK2OT18hb_apply_context_t21match_properties_markEjjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='534' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1489' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</member-function>
<member-function access='public'>
<function-decl name='check_glyph_property' mangled-name='_ZNK2OT18hb_apply_context_t20check_glyph_propertyEPK15hb_glyph_info_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='555' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1489' is-artificial='yes'/>
- <parameter type-id='type-id-1499'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
+ <parameter type-id='type-id-1498'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_set_glyph_props' mangled-name='_ZNK2OT18hb_apply_context_t16_set_glyph_propsEjjbb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='573' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1489' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-7'/>
<parameter type-id='type-id-7'/>
</member-function>
<member-function access='public'>
<function-decl name='replace_glyph' mangled-name='_ZNK2OT18hb_apply_context_t13replace_glyphEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='600' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1489' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='replace_glyph_inplace' mangled-name='_ZNK2OT18hb_apply_context_t21replace_glyph_inplaceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='605' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1489' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='replace_glyph_with_ligature' mangled-name='_ZNK2OT18hb_apply_context_t27replace_glyph_with_ligatureEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='610' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1489' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='output_glyph_for_component' mangled-name='_ZNK2OT18hb_apply_context_t26output_glyph_for_componentEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='616' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1489' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1488' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1500'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1499'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SingleSubstFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1501'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1500'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::MultipleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1502'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1501'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::AlternateSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1503'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1502'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ReverseChainSingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1504'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1503'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::LigatureSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1505'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1504'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1506'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1505'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1507'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1506'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1508'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1507'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1509'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1508'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1510'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1509'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1511'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1510'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::CursivePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1512'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1511'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::MarkBasePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1513'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1512'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::MarkLigPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1514'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1513'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::MarkMarkPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1515'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1514'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SinglePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1516'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1515'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SinglePosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1517'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1516'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::PairPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1518'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1517'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::PairPosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-855' is-artificial='yes'/>
- <parameter type-id='type-id-1519'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-1518'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_closure_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='56' column='1' id='type-id-995'>
+ <class-decl name='hb_closure_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='56' column='1' id='type-id-994'>
<member-type access='public'>
- <typedef-decl name='return_t' type-id='type-id-1291' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='59' column='1' id='type-id-943'/>
+ <typedef-decl name='return_t' type-id='type-id-1290' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='59' column='1' id='type-id-942'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='recurse_func_t' type-id='type-id-1521' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='60' column='1' id='type-id-1520'/>
+ <typedef-decl name='recurse_func_t' type-id='type-id-1520' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='60' column='1' id='type-id-1519'/>
</member-type>
<data-member access='public' static='yes'>
- <var-decl name='max_debug_depth' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='58' column='1'/>
+ <var-decl name='max_debug_depth' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='face' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='76' column='1'/>
+ <var-decl name='face' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='76' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='glyphs' type-id='type-id-842' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='77' column='1'/>
+ <var-decl name='glyphs' type-id='type-id-841' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='77' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='recurse_func' type-id='type-id-1520' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='78' column='1'/>
+ <var-decl name='recurse_func' type-id='type-id-1519' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='78' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='nesting_level_left' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='79' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_name' mangled-name='_ZN2OT20hb_closure_context_t8get_nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='57' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<return type-id='type-id-50'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='default_return_value' mangled-name='_ZN2OT20hb_closure_context_t20default_return_valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='stop_sublookup_iteration' mangled-name='_ZNK2OT20hb_closure_context_t24stop_sublookup_iterationERK10_hb_void_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1522' is-artificial='yes'/>
- <parameter type-id='type-id-943'/>
+ <parameter type-id='type-id-1521' is-artificial='yes'/>
+ <parameter type-id='type-id-942'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='recurse' mangled-name='_ZN2OT20hb_closure_context_t7recurseEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-943'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='hb_closure_context_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
- <parameter type-id='type-id-159'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-841'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_recurse_func' mangled-name='_ZN2OT20hb_closure_context_t16set_recurse_funcEPFRK10_hb_void_tPS0_jE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='91' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
- <parameter type-id='type-id-1520'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-1519'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
- <parameter type-id='type-id-1500'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-1499'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SingleSubstFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
- <parameter type-id='type-id-1501'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-1500'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::MultipleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
- <parameter type-id='type-id-1502'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-1501'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::AlternateSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
- <parameter type-id='type-id-1503'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-1502'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::LigatureSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
- <parameter type-id='type-id-1505'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-1504'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ReverseChainSingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
- <parameter type-id='type-id-1504'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-1503'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
- <parameter type-id='type-id-1506'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-1505'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
- <parameter type-id='type-id-1507'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-1506'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
- <parameter type-id='type-id-1508'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-1507'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
- <parameter type-id='type-id-1509'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-1508'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
- <parameter type-id='type-id-1510'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-1509'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
- <parameter type-id='type-id-1511'/>
- <return type-id='type-id-943'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
+ <parameter type-id='type-id-1510'/>
+ <return type-id='type-id-942'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_collect_glyphs_context_t' size-in-bits='66944' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='144' column='1' id='type-id-996'>
+ <class-decl name='hb_collect_glyphs_context_t' size-in-bits='66944' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='144' column='1' id='type-id-995'>
<member-type access='public'>
- <typedef-decl name='return_t' type-id='type-id-1291' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='147' column='1' id='type-id-944'/>
+ <typedef-decl name='return_t' type-id='type-id-1290' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='147' column='1' id='type-id-943'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='recurse_func_t' type-id='type-id-1524' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='148' column='1' id='type-id-1523'/>
+ <typedef-decl name='recurse_func_t' type-id='type-id-1523' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='148' column='1' id='type-id-1522'/>
</member-type>
<data-member access='public' static='yes'>
- <var-decl name='max_debug_depth' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='146' column='1'/>
+ <var-decl name='max_debug_depth' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='146' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='face' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='193' column='1'/>
+ <var-decl name='face' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='193' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='before' type-id='type-id-842' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='194' column='1'/>
+ <var-decl name='before' type-id='type-id-841' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='194' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='input' type-id='type-id-842' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='195' column='1'/>
+ <var-decl name='input' type-id='type-id-841' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='195' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='after' type-id='type-id-842' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='196' column='1'/>
+ <var-decl name='after' type-id='type-id-841' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='196' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='output' type-id='type-id-842' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='197' column='1'/>
+ <var-decl name='output' type-id='type-id-841' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='197' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='recurse_func' type-id='type-id-1523' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='198' column='1'/>
+ <var-decl name='recurse_func' type-id='type-id-1522' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='198' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='recursed_lookups' type-id='type-id-1525' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='199' column='1'/>
+ <var-decl name='recursed_lookups' type-id='type-id-1524' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='199' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='66880'>
<var-decl name='nesting_level_left' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='200' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_name' mangled-name='_ZN2OT27hb_collect_glyphs_context_t8get_nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<return type-id='type-id-50'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='default_return_value' mangled-name='_ZN2OT27hb_collect_glyphs_context_t20default_return_valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='stop_sublookup_iteration' mangled-name='_ZNK2OT27hb_collect_glyphs_context_t24stop_sublookup_iterationERK10_hb_void_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1526' is-artificial='yes'/>
- <parameter type-id='type-id-944'/>
+ <parameter type-id='type-id-1525' is-artificial='yes'/>
+ <parameter type-id='type-id-943'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='recurse' mangled-name='_ZN2OT27hb_collect_glyphs_context_t7recurseEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-944'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='hb_collect_glyphs_context_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='203' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-159'/>
- <parameter type-id='type-id-842'/>
- <parameter type-id='type-id-842'/>
- <parameter type-id='type-id-842'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-841'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~hb_collect_glyphs_context_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='221' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
<parameter type-id='type-id-4' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set_recurse_func' mangled-name='_ZN2OT27hb_collect_glyphs_context_t16set_recurse_funcEPFRK10_hb_void_tPS0_jE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='226' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1523'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1522'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1500'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1499'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SingleSubstFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1501'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1500'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::AlternateSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1503'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1502'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::LigatureSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1505'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1504'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::MultipleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1502'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1501'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ReverseChainSingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1504'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1503'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SinglePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1516'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1515'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SinglePosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1517'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1516'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::CursivePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1512'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1511'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::MarkBasePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1513'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1512'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::MarkLigPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1514'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1513'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::MarkMarkPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1515'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1514'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::PairPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1518'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1517'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::PairPosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1519'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1518'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1506'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1505'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1507'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1506'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1508'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1507'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1509'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1508'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1510'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1509'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-853' is-artificial='yes'/>
- <parameter type-id='type-id-1511'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-1510'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_get_coverage_context_t' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='236' column='1' id='type-id-997'>
+ <class-decl name='hb_get_coverage_context_t' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='236' column='1' id='type-id-996'>
<member-type access='public'>
- <typedef-decl name='return_t' type-id='type-id-838' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='239' column='1' id='type-id-961'/>
+ <typedef-decl name='return_t' type-id='type-id-837' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='239' column='1' id='type-id-960'/>
</member-type>
<data-member access='public' static='yes'>
- <var-decl name='max_debug_depth' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='238' column='1'/>
+ <var-decl name='max_debug_depth' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='238' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='debug_depth' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='247' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_name' mangled-name='_ZN2OT25hb_get_coverage_context_t8get_nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='237' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<return type-id='type-id-50'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='default_return_value' mangled-name='_ZN2OT25hb_get_coverage_context_t20default_return_valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='242' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-961'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='hb_get_coverage_context_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1500'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1499'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SingleSubstFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1501'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1500'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::MultipleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1502'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1501'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::AlternateSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1503'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1502'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::LigatureSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1505'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1504'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1506'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1505'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1507'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1506'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1508'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1507'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ReverseChainSingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1504'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1503'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SinglePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1516'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1515'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SinglePosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1517'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1516'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::PairPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1518'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1517'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::PairPosFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1519'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1518'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::CursivePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1512'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1511'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::MarkBasePosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1513'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1512'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::MarkLigPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1514'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1513'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::MarkMarkPosFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1515'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1514'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1509'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1508'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1510'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1509'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='241' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-960' is-artificial='yes'/>
- <parameter type-id='type-id-1511'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-959' is-artificial='yes'/>
+ <parameter type-id='type-id-1510'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='hb_would_apply_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='106' column='1' id='type-id-998'>
+ <class-decl name='hb_would_apply_context_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='106' column='1' id='type-id-997'>
<member-type access='public'>
- <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='109' column='1' id='type-id-946'/>
+ <typedef-decl name='return_t' type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='109' column='1' id='type-id-945'/>
</member-type>
<data-member access='public' static='yes'>
- <var-decl name='max_debug_depth' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='108' column='1'/>
+ <var-decl name='max_debug_depth' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='108' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='face' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='115' column='1'/>
+ <var-decl name='face' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='115' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='glyphs' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='116' column='1'/>
+ <var-decl name='glyphs' type-id='type-id-85' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='116' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='117' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_name' mangled-name='_ZN2OT24hb_would_apply_context_t8get_nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='107' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-854' is-artificial='yes'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
<return type-id='type-id-50'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='default_return_value' mangled-name='_ZN2OT24hb_would_apply_context_t20default_return_valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-946'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='stop_sublookup_iteration' mangled-name='_ZNK2OT24hb_would_apply_context_t24stop_sublookup_iterationEb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='113' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1527' is-artificial='yes'/>
- <parameter type-id='type-id-946'/>
+ <parameter type-id='type-id-1526' is-artificial='yes'/>
+ <parameter type-id='type-id-945'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='hb_would_apply_context_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-854' is-artificial='yes'/>
- <parameter type-id='type-id-159'/>
- <parameter type-id='type-id-86'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-85'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-7'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-854' is-artificial='yes'/>
- <parameter type-id='type-id-1500'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-1499'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::SingleSubstFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-854' is-artificial='yes'/>
- <parameter type-id='type-id-1501'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-1500'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::MultipleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-854' is-artificial='yes'/>
- <parameter type-id='type-id-1502'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-1501'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::AlternateSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-854' is-artificial='yes'/>
- <parameter type-id='type-id-1503'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-1502'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ReverseChainSingleSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-854' is-artificial='yes'/>
- <parameter type-id='type-id-1504'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-1503'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::LigatureSubstFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-854' is-artificial='yes'/>
- <parameter type-id='type-id-1505'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-1504'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-854' is-artificial='yes'/>
- <parameter type-id='type-id-1506'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-1505'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-854' is-artificial='yes'/>
- <parameter type-id='type-id-1507'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-1506'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-854' is-artificial='yes'/>
- <parameter type-id='type-id-1508'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-1507'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat1>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-854' is-artificial='yes'/>
- <parameter type-id='type-id-1509'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-1508'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat2>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-854' is-artificial='yes'/>
- <parameter type-id='type-id-1510'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-1509'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::ChainContextFormat3>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-854' is-artificial='yes'/>
- <parameter type-id='type-id-1511'/>
- <return type-id='type-id-946'/>
+ <parameter type-id='type-id-853' is-artificial='yes'/>
+ <parameter type-id='type-id-1510'/>
+ <return type-id='type-id-945'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <class-decl name='hb_set_t' size-in-bits='66496' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='147' column='1' id='type-id-1044'>
+ <class-decl name='hb_set_t' size-in-bits='66496' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='147' column='1' id='type-id-1043'>
<member-type access='public'>
- <typedef-decl name='elt_t' type-id='type-id-107' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='320' column='1' id='type-id-1528'/>
+ <typedef-decl name='elt_t' type-id='type-id-106' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='320' column='1' id='type-id-1527'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='header' type-id='type-id-49' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='148' column='1'/>
<var-decl name='in_error' type-id='type-id-7' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='150' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='MAX_G' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='321' column='1'/>
+ <var-decl name='MAX_G' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='321' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='SHIFT' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='322' column='1'/>
+ <var-decl name='SHIFT' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='322' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='BITS' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='323' column='1'/>
+ <var-decl name='BITS' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='323' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='MASK' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='324' column='1'/>
+ <var-decl name='MASK' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='324' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='ELTS' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='325' column='1'/>
+ <var-decl name='ELTS' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='325' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='INVALID' type-id='type-id-155' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='326' column='1'/>
+ <var-decl name='INVALID' type-id='type-id-154' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='326' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='928'>
- <var-decl name='elts' type-id='type-id-1529' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='332' column='1'/>
+ <var-decl name='elts' type-id='type-id-1528' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='332' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_static_assertion_on_line_149' mangled-name='_ZNK8hb_set_t29_static_assertion_on_line_149Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN8hb_set_t4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='fini' mangled-name='_ZN8hb_set_t4finiEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='156' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='clear' mangled-name='_ZN8hb_set_t5clearEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='158' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='is_empty' mangled-name='_ZNK8hb_set_t8is_emptyEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add' mangled-name='_ZN8hb_set_t3addEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-842' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_range' mangled-name='_ZN8hb_set_t9add_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='177' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-842' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='del' mangled-name='_ZN8hb_set_t3delEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='184' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-842' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='del_range' mangled-name='_ZN8hb_set_t9del_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='190' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-842' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='has' mangled-name='_ZNK8hb_set_t3hasEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-841' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='intersects' mangled-name='_ZNK8hb_set_t10intersectsEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-841' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='is_equal' mangled-name='_ZNK8hb_set_t8is_equalEPKS_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='213' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-841' is-artificial='yes'/>
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
+ <parameter type-id='type-id-840'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='set' mangled-name='_ZN8hb_set_t3setEPKS_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='220' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-842' is-artificial='yes'/>
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='union_' mangled-name='_ZN8hb_set_t6union_EPKS_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='226' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-842' is-artificial='yes'/>
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='intersect' mangled-name='_ZN8hb_set_t9intersectEPKS_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='232' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-842' is-artificial='yes'/>
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='subtract' mangled-name='_ZN8hb_set_t8subtractEPKS_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-842' is-artificial='yes'/>
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='symmetric_difference' mangled-name='_ZN8hb_set_t20symmetric_differenceEPKS_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-842' is-artificial='yes'/>
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='invert' mangled-name='_ZN8hb_set_t6invertEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-842' is-artificial='yes'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='next' mangled-name='_ZNK8hb_set_t4nextEPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-841' is-artificial='yes'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='next_range' mangled-name='_ZNK8hb_set_t10next_rangeEPjS0_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='276' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-841' is-artificial='yes'/>
- <parameter type-id='type-id-105'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
+ <parameter type-id='type-id-104'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_population' mangled-name='_ZNK8hb_set_t14get_populationEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='294' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_min' mangled-name='_ZNK8hb_set_t7get_minEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='301' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-841' is-artificial='yes'/>
- <return type-id='type-id-69'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
+ <return type-id='type-id-68'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_max' mangled-name='_ZNK8hb_set_t7get_maxEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='310' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-841' is-artificial='yes'/>
- <return type-id='type-id-69'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
+ <return type-id='type-id-68'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='elt' mangled-name='_ZN8hb_set_t3eltEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='328' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-842' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-1530'/>
+ <parameter type-id='type-id-841' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-1529'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='elt' mangled-name='_ZNK8hb_set_t3eltEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='329' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-841' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-1528'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-1527'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='mask' mangled-name='_ZNK8hb_set_t4maskEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='330' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-841' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-1528'/>
+ <parameter type-id='type-id-840' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-1527'/>
</function-decl>
</member-function>
</class-decl>
<namespace-decl name='OT'>
- <typedef-decl name='FWORD' type-id='type-id-501' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='639' column='1' id='type-id-1285'/>
+ <typedef-decl name='FWORD' type-id='type-id-500' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='639' column='1' id='type-id-1284'/>
</namespace-decl>
<namespace-decl name='OT'>
- <typedef-decl name='UFWORD' type-id='type-id-444' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='642' column='1' id='type-id-1286'/>
+ <typedef-decl name='UFWORD' type-id='type-id-443' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='642' column='1' id='type-id-1285'/>
</namespace-decl>
<namespace-decl name='OT'>
- <typedef-decl name='UINT24' type-id='type-id-1297' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='636' column='1' id='type-id-1283'/>
+ <typedef-decl name='UINT24' type-id='type-id-1296' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='636' column='1' id='type-id-1282'/>
</namespace-decl>
<namespace-decl name='OT'>
- <typedef-decl name='ValueRecord' type-id='type-id-1531' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='47' column='1' id='type-id-1262'/>
+ <typedef-decl name='ValueRecord' type-id='type-id-1530' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='47' column='1' id='type-id-1261'/>
</namespace-decl>
- <typedef-decl name='hb_set_digest_t' type-id='type-id-1532' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='135' column='1' id='type-id-1043'/>
- <typedef-decl name='hb_void_t' type-id='type-id-1533' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='259' column='1' id='type-id-1291'/>
- <pointer-type-def type-id='type-id-1046' size-in-bits='64' id='type-id-1351'/>
- <pointer-type-def type-id='type-id-962' size-in-bits='64' id='type-id-1354'/>
- <pointer-type-def type-id='type-id-963' size-in-bits='64' id='type-id-1356'/>
- <pointer-type-def type-id='type-id-964' size-in-bits='64' id='type-id-1359'/>
- <pointer-type-def type-id='type-id-1222' size-in-bits='64' id='type-id-1364'/>
- <reference-type-def kind='lvalue' type-id='type-id-1534' size-in-bits='64' id='type-id-1369'/>
+ <typedef-decl name='hb_set_digest_t' type-id='type-id-1531' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='135' column='1' id='type-id-1042'/>
+ <typedef-decl name='hb_void_t' type-id='type-id-1532' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='259' column='1' id='type-id-1290'/>
+ <pointer-type-def type-id='type-id-1045' size-in-bits='64' id='type-id-1350'/>
+ <pointer-type-def type-id='type-id-961' size-in-bits='64' id='type-id-1353'/>
+ <pointer-type-def type-id='type-id-962' size-in-bits='64' id='type-id-1355'/>
+ <pointer-type-def type-id='type-id-963' size-in-bits='64' id='type-id-1358'/>
+ <pointer-type-def type-id='type-id-1221' size-in-bits='64' id='type-id-1363'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1533' size-in-bits='64' id='type-id-1368'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1534' size-in-bits='64' id='type-id-1366'/>
<reference-type-def kind='lvalue' type-id='type-id-1535' size-in-bits='64' id='type-id-1367'/>
- <reference-type-def kind='lvalue' type-id='type-id-1536' size-in-bits='64' id='type-id-1368'/>
- <pointer-type-def type-id='type-id-965' size-in-bits='64' id='type-id-1370'/>
- <pointer-type-def type-id='type-id-966' size-in-bits='64' id='type-id-1373'/>
- <pointer-type-def type-id='type-id-967' size-in-bits='64' id='type-id-1377'/>
- <pointer-type-def type-id='type-id-968' size-in-bits='64' id='type-id-1383'/>
- <pointer-type-def type-id='type-id-1236' size-in-bits='64' id='type-id-1387'/>
- <reference-type-def kind='lvalue' type-id='type-id-1537' size-in-bits='64' id='type-id-1452'/>
+ <pointer-type-def type-id='type-id-964' size-in-bits='64' id='type-id-1369'/>
+ <pointer-type-def type-id='type-id-965' size-in-bits='64' id='type-id-1372'/>
+ <pointer-type-def type-id='type-id-966' size-in-bits='64' id='type-id-1376'/>
+ <pointer-type-def type-id='type-id-967' size-in-bits='64' id='type-id-1382'/>
+ <pointer-type-def type-id='type-id-1235' size-in-bits='64' id='type-id-1386'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1536' size-in-bits='64' id='type-id-1451'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1537' size-in-bits='64' id='type-id-1449'/>
<reference-type-def kind='lvalue' type-id='type-id-1538' size-in-bits='64' id='type-id-1450'/>
- <reference-type-def kind='lvalue' type-id='type-id-1539' size-in-bits='64' id='type-id-1451'/>
- <pointer-type-def type-id='type-id-1240' size-in-bits='64' id='type-id-1391'/>
- <pointer-type-def type-id='type-id-969' size-in-bits='64' id='type-id-1393'/>
- <pointer-type-def type-id='type-id-970' size-in-bits='64' id='type-id-1399'/>
- <pointer-type-def type-id='type-id-971' size-in-bits='64' id='type-id-1402'/>
- <pointer-type-def type-id='type-id-972' size-in-bits='64' id='type-id-1404'/>
- <pointer-type-def type-id='type-id-973' size-in-bits='64' id='type-id-1408'/>
- <pointer-type-def type-id='type-id-1256' size-in-bits='64' id='type-id-1411'/>
- <pointer-type-def type-id='type-id-974' size-in-bits='64' id='type-id-1414'/>
- <pointer-type-def type-id='type-id-975' size-in-bits='64' id='type-id-1417'/>
- <pointer-type-def type-id='type-id-976' size-in-bits='64' id='type-id-1420'/>
- <pointer-type-def type-id='type-id-977' size-in-bits='64' id='type-id-1423'/>
- <reference-type-def kind='lvalue' type-id='type-id-596' size-in-bits='64' id='type-id-1478'/>
- <pointer-type-def type-id='type-id-979' size-in-bits='64' id='type-id-1425'/>
- <pointer-type-def type-id='type-id-980' size-in-bits='64' id='type-id-1438'/>
- <pointer-type-def type-id='type-id-981' size-in-bits='64' id='type-id-1442'/>
- <pointer-type-def type-id='type-id-982' size-in-bits='64' id='type-id-1445'/>
- <pointer-type-def type-id='type-id-1275' size-in-bits='64' id='type-id-1448'/>
- <pointer-type-def type-id='type-id-983' size-in-bits='64' id='type-id-1453'/>
- <pointer-type-def type-id='type-id-984' size-in-bits='64' id='type-id-1456'/>
- <pointer-type-def type-id='type-id-985' size-in-bits='64' id='type-id-1461'/>
- <pointer-type-def type-id='type-id-986' size-in-bits='64' id='type-id-1463'/>
- <pointer-type-def type-id='type-id-989' size-in-bits='64' id='type-id-1468'/>
- <pointer-type-def type-id='type-id-993' size-in-bits='64' id='type-id-1472'/>
- <pointer-type-def type-id='type-id-1540' size-in-bits='64' id='type-id-1477'/>
- <pointer-type-def type-id='type-id-1481' size-in-bits='64' id='type-id-1486'/>
- <pointer-type-def type-id='type-id-1493' size-in-bits='64' id='type-id-1494'/>
- <pointer-type-def type-id='type-id-1490' size-in-bits='64' id='type-id-1491'/>
- <array-type-def dimensions='1' type-id='type-id-1540' size-in-bits='16' id='type-id-1531'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <pointer-type-def type-id='type-id-1239' size-in-bits='64' id='type-id-1390'/>
+ <pointer-type-def type-id='type-id-968' size-in-bits='64' id='type-id-1392'/>
+ <pointer-type-def type-id='type-id-969' size-in-bits='64' id='type-id-1398'/>
+ <pointer-type-def type-id='type-id-970' size-in-bits='64' id='type-id-1401'/>
+ <pointer-type-def type-id='type-id-971' size-in-bits='64' id='type-id-1403'/>
+ <pointer-type-def type-id='type-id-972' size-in-bits='64' id='type-id-1407'/>
+ <pointer-type-def type-id='type-id-1255' size-in-bits='64' id='type-id-1410'/>
+ <pointer-type-def type-id='type-id-973' size-in-bits='64' id='type-id-1413'/>
+ <pointer-type-def type-id='type-id-974' size-in-bits='64' id='type-id-1416'/>
+ <pointer-type-def type-id='type-id-975' size-in-bits='64' id='type-id-1419'/>
+ <pointer-type-def type-id='type-id-976' size-in-bits='64' id='type-id-1422'/>
+ <reference-type-def kind='lvalue' type-id='type-id-595' size-in-bits='64' id='type-id-1477'/>
+ <pointer-type-def type-id='type-id-978' size-in-bits='64' id='type-id-1424'/>
+ <pointer-type-def type-id='type-id-979' size-in-bits='64' id='type-id-1437'/>
+ <pointer-type-def type-id='type-id-980' size-in-bits='64' id='type-id-1441'/>
+ <pointer-type-def type-id='type-id-981' size-in-bits='64' id='type-id-1444'/>
+ <pointer-type-def type-id='type-id-1274' size-in-bits='64' id='type-id-1447'/>
+ <pointer-type-def type-id='type-id-982' size-in-bits='64' id='type-id-1452'/>
+ <pointer-type-def type-id='type-id-983' size-in-bits='64' id='type-id-1455'/>
+ <pointer-type-def type-id='type-id-984' size-in-bits='64' id='type-id-1460'/>
+ <pointer-type-def type-id='type-id-985' size-in-bits='64' id='type-id-1462'/>
+ <pointer-type-def type-id='type-id-988' size-in-bits='64' id='type-id-1467'/>
+ <pointer-type-def type-id='type-id-992' size-in-bits='64' id='type-id-1471'/>
+ <pointer-type-def type-id='type-id-1539' size-in-bits='64' id='type-id-1476'/>
+ <pointer-type-def type-id='type-id-1480' size-in-bits='64' id='type-id-1485'/>
+ <pointer-type-def type-id='type-id-1492' size-in-bits='64' id='type-id-1493'/>
+ <pointer-type-def type-id='type-id-1489' size-in-bits='64' id='type-id-1490'/>
+ <array-type-def dimensions='1' type-id='type-id-1539' size-in-bits='16' id='type-id-1530'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <pointer-type-def type-id='type-id-1541' size-in-bits='64' id='type-id-1485'/>
- <qualified-type-def type-id='type-id-953' const='yes' id='type-id-1333'/>
- <reference-type-def kind='lvalue' type-id='type-id-1542' size-in-bits='64' id='type-id-1503'/>
- <pointer-type-def type-id='type-id-1542' size-in-bits='64' id='type-id-1350'/>
- <pointer-type-def type-id='type-id-999' size-in-bits='64' id='type-id-1353'/>
- <pointer-type-def type-id='type-id-1000' size-in-bits='64' id='type-id-1355'/>
- <pointer-type-def type-id='type-id-1001' size-in-bits='64' id='type-id-1358'/>
- <pointer-type-def type-id='type-id-1543' size-in-bits='64' id='type-id-1365'/>
+ <pointer-type-def type-id='type-id-1540' size-in-bits='64' id='type-id-1484'/>
+ <qualified-type-def type-id='type-id-952' const='yes' id='type-id-1332'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1541' size-in-bits='64' id='type-id-1502'/>
+ <pointer-type-def type-id='type-id-1541' size-in-bits='64' id='type-id-1349'/>
+ <pointer-type-def type-id='type-id-998' size-in-bits='64' id='type-id-1352'/>
+ <pointer-type-def type-id='type-id-999' size-in-bits='64' id='type-id-1354'/>
+ <pointer-type-def type-id='type-id-1000' size-in-bits='64' id='type-id-1357'/>
+ <pointer-type-def type-id='type-id-1542' size-in-bits='64' id='type-id-1364'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1543' size-in-bits='64' id='type-id-1508'/>
<reference-type-def kind='lvalue' type-id='type-id-1544' size-in-bits='64' id='type-id-1509'/>
<reference-type-def kind='lvalue' type-id='type-id-1545' size-in-bits='64' id='type-id-1510'/>
- <reference-type-def kind='lvalue' type-id='type-id-1546' size-in-bits='64' id='type-id-1511'/>
- <pointer-type-def type-id='type-id-1002' size-in-bits='64' id='type-id-1366'/>
- <pointer-type-def type-id='type-id-1003' size-in-bits='64' id='type-id-1372'/>
- <pointer-type-def type-id='type-id-1004' size-in-bits='64' id='type-id-1376'/>
- <qualified-type-def type-id='type-id-1294' const='yes' id='type-id-1334'/>
- <pointer-type-def type-id='type-id-1547' size-in-bits='64' id='type-id-1388'/>
+ <pointer-type-def type-id='type-id-1001' size-in-bits='64' id='type-id-1365'/>
+ <pointer-type-def type-id='type-id-1002' size-in-bits='64' id='type-id-1371'/>
+ <pointer-type-def type-id='type-id-1003' size-in-bits='64' id='type-id-1375'/>
+ <qualified-type-def type-id='type-id-1293' const='yes' id='type-id-1333'/>
+ <pointer-type-def type-id='type-id-1546' size-in-bits='64' id='type-id-1387'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1547' size-in-bits='64' id='type-id-1505'/>
<reference-type-def kind='lvalue' type-id='type-id-1548' size-in-bits='64' id='type-id-1506'/>
- <reference-type-def kind='lvalue' type-id='type-id-1549' size-in-bits='64' id='type-id-1507'/>
- <reference-type-def kind='lvalue' type-id='type-id-681' size-in-bits='64' id='type-id-1508'/>
- <reference-type-def kind='lvalue' type-id='type-id-1550' size-in-bits='64' id='type-id-1512'/>
- <qualified-type-def type-id='type-id-1295' const='yes' id='type-id-1335'/>
- <pointer-type-def type-id='type-id-1551' size-in-bits='64' id='type-id-1390'/>
- <qualified-type-def type-id='type-id-957' const='yes' id='type-id-1336'/>
- <pointer-type-def type-id='type-id-1009' size-in-bits='64' id='type-id-1394'/>
- <reference-type-def kind='lvalue' type-id='type-id-687' size-in-bits='64' id='type-id-1395'/>
- <qualified-type-def type-id='type-id-1552' id='type-id-1498'/>
+ <reference-type-def kind='lvalue' type-id='type-id-680' size-in-bits='64' id='type-id-1507'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1549' size-in-bits='64' id='type-id-1511'/>
+ <qualified-type-def type-id='type-id-1294' const='yes' id='type-id-1334'/>
+ <pointer-type-def type-id='type-id-1550' size-in-bits='64' id='type-id-1389'/>
+ <qualified-type-def type-id='type-id-956' const='yes' id='type-id-1335'/>
+ <pointer-type-def type-id='type-id-1008' size-in-bits='64' id='type-id-1393'/>
+ <reference-type-def kind='lvalue' type-id='type-id-686' size-in-bits='64' id='type-id-1394'/>
+ <qualified-type-def type-id='type-id-1551' id='type-id-1497'/>
+ <qualified-type-def type-id='type-id-1295' const='yes' id='type-id-1336'/>
+ <pointer-type-def type-id='type-id-1552' size-in-bits='64' id='type-id-1395'/>
<qualified-type-def type-id='type-id-1296' const='yes' id='type-id-1337'/>
- <pointer-type-def type-id='type-id-1553' size-in-bits='64' id='type-id-1396'/>
- <qualified-type-def type-id='type-id-1297' const='yes' id='type-id-1338'/>
- <pointer-type-def type-id='type-id-1010' size-in-bits='64' id='type-id-1398'/>
- <pointer-type-def type-id='type-id-1011' size-in-bits='64' id='type-id-1401'/>
- <qualified-type-def type-id='type-id-954' const='yes' id='type-id-1339'/>
- <reference-type-def kind='lvalue' type-id='type-id-1014' size-in-bits='64' id='type-id-1505'/>
- <qualified-type-def type-id='type-id-1298' const='yes' id='type-id-1340'/>
- <pointer-type-def type-id='type-id-1015' size-in-bits='64' id='type-id-1403'/>
+ <pointer-type-def type-id='type-id-1009' size-in-bits='64' id='type-id-1397'/>
+ <pointer-type-def type-id='type-id-1010' size-in-bits='64' id='type-id-1400'/>
+ <qualified-type-def type-id='type-id-953' const='yes' id='type-id-1338'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1013' size-in-bits='64' id='type-id-1504'/>
+ <qualified-type-def type-id='type-id-1297' const='yes' id='type-id-1339'/>
+ <pointer-type-def type-id='type-id-1014' size-in-bits='64' id='type-id-1402'/>
+ <reference-type-def kind='lvalue' type-id='type-id-691' size-in-bits='64' id='type-id-1512'/>
+ <pointer-type-def type-id='type-id-1015' size-in-bits='64' id='type-id-1406'/>
<reference-type-def kind='lvalue' type-id='type-id-692' size-in-bits='64' id='type-id-1513'/>
- <pointer-type-def type-id='type-id-1016' size-in-bits='64' id='type-id-1407'/>
<reference-type-def kind='lvalue' type-id='type-id-693' size-in-bits='64' id='type-id-1514'/>
- <reference-type-def kind='lvalue' type-id='type-id-694' size-in-bits='64' id='type-id-1515'/>
- <qualified-type-def type-id='type-id-952' const='yes' id='type-id-1341'/>
- <reference-type-def kind='lvalue' type-id='type-id-1554' size-in-bits='64' id='type-id-1502'/>
- <pointer-type-def type-id='type-id-1554' size-in-bits='64' id='type-id-1410'/>
- <pointer-type-def type-id='type-id-1018' size-in-bits='64' id='type-id-1413'/>
- <pointer-type-def type-id='type-id-1019' size-in-bits='64' id='type-id-1416'/>
- <pointer-type-def type-id='type-id-1020' size-in-bits='64' id='type-id-1419'/>
- <pointer-type-def type-id='type-id-1021' size-in-bits='64' id='type-id-1422'/>
- <reference-type-def kind='lvalue' type-id='type-id-707' size-in-bits='64' id='type-id-1479'/>
+ <qualified-type-def type-id='type-id-951' const='yes' id='type-id-1340'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1553' size-in-bits='64' id='type-id-1501'/>
+ <pointer-type-def type-id='type-id-1553' size-in-bits='64' id='type-id-1409'/>
+ <pointer-type-def type-id='type-id-1017' size-in-bits='64' id='type-id-1412'/>
+ <pointer-type-def type-id='type-id-1018' size-in-bits='64' id='type-id-1415'/>
+ <pointer-type-def type-id='type-id-1019' size-in-bits='64' id='type-id-1418'/>
+ <pointer-type-def type-id='type-id-1020' size-in-bits='64' id='type-id-1421'/>
+ <reference-type-def kind='lvalue' type-id='type-id-706' size-in-bits='64' id='type-id-1478'/>
+ <reference-type-def kind='lvalue' type-id='type-id-734' size-in-bits='64' id='type-id-1517'/>
<reference-type-def kind='lvalue' type-id='type-id-735' size-in-bits='64' id='type-id-1518'/>
- <reference-type-def kind='lvalue' type-id='type-id-736' size-in-bits='64' id='type-id-1519'/>
- <qualified-type-def type-id='type-id-978' const='yes' id='type-id-1342'/>
- <pointer-type-def type-id='type-id-1022' size-in-bits='64' id='type-id-1424'/>
- <pointer-type-def type-id='type-id-1023' size-in-bits='64' id='type-id-1439'/>
- <qualified-type-def type-id='type-id-1299' const='yes' id='type-id-1343'/>
- <pointer-type-def type-id='type-id-1027' size-in-bits='64' id='type-id-1441'/>
- <pointer-type-def type-id='type-id-1028' size-in-bits='64' id='type-id-1444'/>
- <qualified-type-def type-id='type-id-958' const='yes' id='type-id-1344'/>
- <reference-type-def kind='lvalue' type-id='type-id-1555' size-in-bits='64' id='type-id-1504'/>
- <pointer-type-def type-id='type-id-1555' size-in-bits='64' id='type-id-1447'/>
- <pointer-type-def type-id='type-id-1029' size-in-bits='64' id='type-id-1449'/>
- <pointer-type-def type-id='type-id-1030' size-in-bits='64' id='type-id-1455'/>
- <reference-type-def kind='lvalue' type-id='type-id-1556' size-in-bits='64' id='type-id-1480'/>
- <pointer-type-def type-id='type-id-1031' size-in-bits='64' id='type-id-1458'/>
- <pointer-type-def type-id='type-id-1032' size-in-bits='64' id='type-id-1462'/>
+ <qualified-type-def type-id='type-id-977' const='yes' id='type-id-1341'/>
+ <pointer-type-def type-id='type-id-1021' size-in-bits='64' id='type-id-1423'/>
+ <pointer-type-def type-id='type-id-1022' size-in-bits='64' id='type-id-1438'/>
+ <qualified-type-def type-id='type-id-1298' const='yes' id='type-id-1342'/>
+ <pointer-type-def type-id='type-id-1026' size-in-bits='64' id='type-id-1440'/>
+ <pointer-type-def type-id='type-id-1027' size-in-bits='64' id='type-id-1443'/>
+ <qualified-type-def type-id='type-id-957' const='yes' id='type-id-1343'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1554' size-in-bits='64' id='type-id-1503'/>
+ <pointer-type-def type-id='type-id-1554' size-in-bits='64' id='type-id-1446'/>
+ <pointer-type-def type-id='type-id-1028' size-in-bits='64' id='type-id-1448'/>
+ <pointer-type-def type-id='type-id-1029' size-in-bits='64' id='type-id-1454'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1555' size-in-bits='64' id='type-id-1479'/>
+ <pointer-type-def type-id='type-id-1030' size-in-bits='64' id='type-id-1457'/>
+ <pointer-type-def type-id='type-id-1031' size-in-bits='64' id='type-id-1461'/>
+ <reference-type-def kind='lvalue' type-id='type-id-740' size-in-bits='64' id='type-id-1515'/>
<reference-type-def kind='lvalue' type-id='type-id-741' size-in-bits='64' id='type-id-1516'/>
- <reference-type-def kind='lvalue' type-id='type-id-742' size-in-bits='64' id='type-id-1517'/>
- <qualified-type-def type-id='type-id-951' const='yes' id='type-id-1345'/>
+ <qualified-type-def type-id='type-id-950' const='yes' id='type-id-1344'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1032' size-in-bits='64' id='type-id-1499'/>
<reference-type-def kind='lvalue' type-id='type-id-1033' size-in-bits='64' id='type-id-1500'/>
- <reference-type-def kind='lvalue' type-id='type-id-1034' size-in-bits='64' id='type-id-1501'/>
- <pointer-type-def type-id='type-id-1557' size-in-bits='64' id='type-id-1464'/>
+ <pointer-type-def type-id='type-id-1556' size-in-bits='64' id='type-id-1463'/>
+ <pointer-type-def type-id='type-id-1036' size-in-bits='64' id='type-id-1464'/>
<pointer-type-def type-id='type-id-1037' size-in-bits='64' id='type-id-1465'/>
- <pointer-type-def type-id='type-id-1038' size-in-bits='64' id='type-id-1466'/>
- <pointer-type-def type-id='type-id-1558' size-in-bits='64' id='type-id-1467'/>
- <reference-type-def kind='lvalue' type-id='type-id-1559' size-in-bits='64' id='type-id-1470'/>
- <pointer-type-def type-id='type-id-1559' size-in-bits='64' id='type-id-1469'/>
- <reference-type-def kind='lvalue' type-id='type-id-1560' size-in-bits='64' id='type-id-1474'/>
- <pointer-type-def type-id='type-id-1560' size-in-bits='64' id='type-id-1473'/>
- <reference-type-def kind='lvalue' type-id='type-id-551' size-in-bits='64' id='type-id-1459'/>
- <pointer-type-def type-id='type-id-1561' size-in-bits='64' id='type-id-1488'/>
+ <pointer-type-def type-id='type-id-1557' size-in-bits='64' id='type-id-1466'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1558' size-in-bits='64' id='type-id-1469'/>
+ <pointer-type-def type-id='type-id-1558' size-in-bits='64' id='type-id-1468'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1559' size-in-bits='64' id='type-id-1473'/>
+ <pointer-type-def type-id='type-id-1559' size-in-bits='64' id='type-id-1472'/>
+ <reference-type-def kind='lvalue' type-id='type-id-550' size-in-bits='64' id='type-id-1458'/>
+ <pointer-type-def type-id='type-id-1560' size-in-bits='64' id='type-id-1487'/>
+ <qualified-type-def type-id='type-id-1330' const='yes' id='type-id-1345'/>
<qualified-type-def type-id='type-id-1331' const='yes' id='type-id-1346'/>
- <qualified-type-def type-id='type-id-1332' const='yes' id='type-id-1347'/>
- <pointer-type-def type-id='type-id-1562' size-in-bits='64' id='type-id-1476'/>
- <qualified-type-def type-id='type-id-1259' const='yes' id='type-id-1348'/>
- <pointer-type-def type-id='type-id-1563' size-in-bits='64' id='type-id-1489'/>
- <pointer-type-def type-id='type-id-1564' size-in-bits='64' id='type-id-1487'/>
- <pointer-type-def type-id='type-id-1565' size-in-bits='64' id='type-id-1495'/>
- <pointer-type-def type-id='type-id-1566' size-in-bits='64' id='type-id-1492'/>
- <pointer-type-def type-id='type-id-1567' size-in-bits='64' id='type-id-1522'/>
+ <pointer-type-def type-id='type-id-1561' size-in-bits='64' id='type-id-1475'/>
+ <qualified-type-def type-id='type-id-1258' const='yes' id='type-id-1347'/>
+ <pointer-type-def type-id='type-id-1562' size-in-bits='64' id='type-id-1488'/>
+ <pointer-type-def type-id='type-id-1563' size-in-bits='64' id='type-id-1486'/>
+ <pointer-type-def type-id='type-id-1564' size-in-bits='64' id='type-id-1494'/>
+ <pointer-type-def type-id='type-id-1565' size-in-bits='64' id='type-id-1491'/>
+ <pointer-type-def type-id='type-id-1566' size-in-bits='64' id='type-id-1521'/>
+ <pointer-type-def type-id='type-id-1567' size-in-bits='64' id='type-id-1525'/>
<pointer-type-def type-id='type-id-1568' size-in-bits='64' id='type-id-1526'/>
- <pointer-type-def type-id='type-id-1569' size-in-bits='64' id='type-id-1527'/>
- <reference-type-def kind='lvalue' type-id='type-id-1570' size-in-bits='64' id='type-id-1533'/>
- <pointer-type-def type-id='type-id-154' size-in-bits='64' id='type-id-1499'/>
- <pointer-type-def type-id='type-id-76' size-in-bits='64' id='type-id-1471'/>
- <array-type-def dimensions='1' type-id='type-id-1528' size-in-bits='65536' id='type-id-1529'>
- <subrange length='2048' type-id='type-id-42' id='type-id-1571'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1569' size-in-bits='64' id='type-id-1532'/>
+ <pointer-type-def type-id='type-id-153' size-in-bits='64' id='type-id-1498'/>
+ <pointer-type-def type-id='type-id-75' size-in-bits='64' id='type-id-1470'/>
+ <array-type-def dimensions='1' type-id='type-id-1527' size-in-bits='65536' id='type-id-1528'>
+ <subrange length='2048' type-id='type-id-42' id='type-id-1570'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-1528' size-in-bits='64' id='type-id-1530'/>
- <pointer-type-def type-id='type-id-180' size-in-bits='64' id='type-id-1460'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1527' size-in-bits='64' id='type-id-1529'/>
+ <pointer-type-def type-id='type-id-179' size-in-bits='64' id='type-id-1459'/>
<namespace-decl name='OT'>
- <class-decl name='ChainContextFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1812' column='1' id='type-id-1361'>
+ <class-decl name='ChainContextFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1812' column='1' id='type-id-1360'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1883' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1883' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1885' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1885' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='ruleSet' type-id='type-id-1572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1888' column='1'/>
+ <var-decl name='ruleSet' type-id='type-id-1571' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1888' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1891' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1891' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT19ChainContextFormat17closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1813' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1573' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-1572' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT19ChainContextFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1831' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1573' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1572' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT19ChainContextFormat111would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1846' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1573' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-1572' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT19ChainContextFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1858' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1573' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-1572' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT19ChainContextFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1863' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1573' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1572' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT19ChainContextFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1877' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1574' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1573' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1891' mangled-name='_ZNK2OT19ChainContextFormat132_instance_assertion_on_line_1891Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1891' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1573' is-artificial='yes'/>
+ <parameter type-id='type-id-1572' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_1891' mangled-name='_ZNK2OT19ChainContextFormat132_compiles_assertion_on_line_1891Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1891' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1573' is-artificial='yes'/>
+ <parameter type-id='type-id-1572' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ChainContextFormat2' size-in-bits='112' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1895' column='1' id='type-id-1362'>
+ <class-decl name='ChainContextFormat2' size-in-bits='112' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1895' column='1' id='type-id-1361'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1995' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1995' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1997' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1997' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='backtrackClassDef' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2000' column='1'/>
+ <var-decl name='backtrackClassDef' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2000' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='inputClassDef' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2004' column='1'/>
+ <var-decl name='inputClassDef' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2004' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='lookaheadClassDef' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2008' column='1'/>
+ <var-decl name='lookaheadClassDef' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2008' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
- <var-decl name='ruleSet' type-id='type-id-1572' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2012' column='1'/>
+ <var-decl name='ruleSet' type-id='type-id-1571' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2012' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2015' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2015' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT19ChainContextFormat27closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1896' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1575' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-1574' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT19ChainContextFormat214collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1921' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1575' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1574' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT19ChainContextFormat211would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1942' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1575' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-1574' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT19ChainContextFormat212get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1961' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1575' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-1574' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT19ChainContextFormat25applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1966' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1575' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1574' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT19ChainContextFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1987' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1576' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1575' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_2015' mangled-name='_ZNK2OT19ChainContextFormat232_instance_assertion_on_line_2015Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2015' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1575' is-artificial='yes'/>
+ <parameter type-id='type-id-1574' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_2015' mangled-name='_ZNK2OT19ChainContextFormat232_compiles_assertion_on_line_2015Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2015' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1575' is-artificial='yes'/>
+ <parameter type-id='type-id-1574' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ChainContextFormat3' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2019' column='1' id='type-id-1363'>
+ <class-decl name='ChainContextFormat3' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2019' column='1' id='type-id-1362'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2121' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2121' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='backtrack' type-id='type-id-1446' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2123' column='1'/>
+ <var-decl name='backtrack' type-id='type-id-1445' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2123' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='inputX' type-id='type-id-1446' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2127' column='1'/>
+ <var-decl name='inputX' type-id='type-id-1445' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2127' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
- <var-decl name='lookaheadX' type-id='type-id-1446' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2131' column='1'/>
+ <var-decl name='lookaheadX' type-id='type-id-1445' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2131' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='112'>
- <var-decl name='lookupX' type-id='type-id-756' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2135' column='1'/>
+ <var-decl name='lookupX' type-id='type-id-755' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2135' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2138' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2138' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT19ChainContextFormat37closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2020' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1577' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-1576' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT19ChainContextFormat314collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2042' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1577' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1576' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT19ChainContextFormat311would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2063' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1577' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-1576' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT19ChainContextFormat312get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2081' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1577' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-1576' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT19ChainContextFormat35applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2087' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1577' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1576' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT19ChainContextFormat38sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2108' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1578' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1577' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_2138' mangled-name='_ZNK2OT19ChainContextFormat332_instance_assertion_on_line_2138Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2138' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1577' is-artificial='yes'/>
+ <parameter type-id='type-id-1576' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ChainContextPos' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1357' column='1' id='type-id-1436'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1222'/>
+ <class-decl name='ChainContextPos' size-in-bits='160' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1357' column='1' id='type-id-1435'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1221'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ClassDefFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='990' column='1' id='type-id-1375'>
+ <class-decl name='ClassDefFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='990' column='1' id='type-id-1374'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='classFormat' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1040' column='1'/>
+ <var-decl name='classFormat' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1040' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='rangeRecord' type-id='type-id-627' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1042' column='1'/>
+ <var-decl name='rangeRecord' type-id='type-id-626' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1042' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1045' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1045' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='get_class' mangled-name='_ZNK2OT15ClassDefFormat29get_classEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='994' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1579' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1578' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sanitize' mangled-name='_ZN2OT15ClassDefFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1002' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1580' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1579' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='intersects_class' mangled-name='_ZNK2OT15ClassDefFormat216intersects_classEPK8hb_set_tj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1015' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1579' is-artificial='yes'/>
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-1578' is-artificial='yes'/>
+ <parameter type-id='type-id-840'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1045' mangled-name='_ZNK2OT15ClassDefFormat232_instance_assertion_on_line_1045Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1045' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1579' is-artificial='yes'/>
+ <parameter type-id='type-id-1578' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_1045' mangled-name='_ZNK2OT15ClassDefFormat232_compiles_assertion_on_line_1045Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1045' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1579' is-artificial='yes'/>
+ <parameter type-id='type-id-1578' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='add_class<hb_set_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='1008' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1579' is-artificial='yes'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-1578' is-artificial='yes'/>
+ <parameter type-id='type-id-841'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CmapSubtableFormat10' size-in-bits='176' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='231' column='1' id='type-id-1380'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-792'/>
+ <class-decl name='CmapSubtableFormat10' size-in-bits='176' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='231' column='1' id='type-id-1379'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-791'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CmapSubtableFormat12' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='262' column='1' id='type-id-1381'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-789'/>
+ <class-decl name='CmapSubtableFormat12' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='262' column='1' id='type-id-1380'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-788'/>
<member-function access='public' static='yes'>
<function-decl name='group_get_glyph' mangled-name='_ZN2OT20CmapSubtableFormat1215group_get_glyphERKNS_21CmapSubtableLongGroupEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='263' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1057'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-69'/>
+ <parameter type-id='type-id-1056'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-68'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CmapSubtableFormat13' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='269' column='1' id='type-id-1382'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-790'/>
+ <class-decl name='CmapSubtableFormat13' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='269' column='1' id='type-id-1381'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-789'/>
<member-function access='public' static='yes'>
<function-decl name='group_get_glyph' mangled-name='_ZN2OT20CmapSubtableFormat1315group_get_glyphERKNS_21CmapSubtableLongGroupEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='270' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1057'/>
- <parameter type-id='type-id-69'/>
- <return type-id='type-id-69'/>
+ <parameter type-id='type-id-1056'/>
+ <parameter type-id='type-id-68'/>
+ <return type-id='type-id-68'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CmapSubtableFormat6' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='230' column='1' id='type-id-1379'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-791'/>
+ <class-decl name='CmapSubtableFormat6' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='230' column='1' id='type-id-1378'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-790'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CmapSubtableLongGroup' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='175' column='1' id='type-id-1294'>
+ <class-decl name='CmapSubtableLongGroup' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='175' column='1' id='type-id-1293'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='startCharCode' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='192' column='1'/>
+ <var-decl name='startCharCode' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='192' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='32'>
- <var-decl name='endCharCode' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='193' column='1'/>
+ <var-decl name='endCharCode' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='193' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='glyphID' type-id='type-id-452' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='194' column='1'/>
+ <var-decl name='glyphID' type-id='type-id-451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='194' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='197' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='197' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='197' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='197' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT21CmapSubtableLongGroup3cmpEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='179' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1056' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1055' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT21CmapSubtableLongGroup8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='186' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1581' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1580' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_197' mangled-name='_ZNK2OT21CmapSubtableLongGroup31_instance_assertion_on_line_197Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1056' is-artificial='yes'/>
+ <parameter type-id='type-id-1055' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ContextFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1250' column='1' id='type-id-1385'>
+ <class-decl name='ContextFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1250' column='1' id='type-id-1384'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1323' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1323' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1325' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1325' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='ruleSet' type-id='type-id-1582' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1328' column='1'/>
+ <var-decl name='ruleSet' type-id='type-id-1581' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1328' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1331' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1331' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT14ContextFormat17closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1251' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1583' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-1582' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT14ContextFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1270' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1583' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1582' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT14ContextFormat111would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1285' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1583' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-1582' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT14ContextFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1297' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1583' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-1582' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT14ContextFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1302' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1583' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1582' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT14ContextFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1317' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1584' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1583' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1331' mangled-name='_ZNK2OT14ContextFormat132_instance_assertion_on_line_1331Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1331' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1583' is-artificial='yes'/>
+ <parameter type-id='type-id-1582' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_1331' mangled-name='_ZNK2OT14ContextFormat132_compiles_assertion_on_line_1331Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1331' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1583' is-artificial='yes'/>
+ <parameter type-id='type-id-1582' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ContextFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1336' column='1' id='type-id-1386'>
+ <class-decl name='ContextFormat2' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1336' column='1' id='type-id-1385'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1415' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1415' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1417' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1417' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='classDef' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1420' column='1'/>
+ <var-decl name='classDef' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1420' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='ruleSet' type-id='type-id-1582' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1423' column='1'/>
+ <var-decl name='ruleSet' type-id='type-id-1581' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1423' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1426' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1426' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='closure' mangled-name='_ZNK2OT14ContextFormat27closureEPNS_20hb_closure_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1337' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1585' is-artificial='yes'/>
- <parameter type-id='type-id-852'/>
+ <parameter type-id='type-id-1584' is-artificial='yes'/>
+ <parameter type-id='type-id-851'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT14ContextFormat214collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1358' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1585' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1584' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_apply' mangled-name='_ZNK2OT14ContextFormat211would_applyEPNS_24hb_would_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1374' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1585' is-artificial='yes'/>
- <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-1584' is-artificial='yes'/>
+ <parameter type-id='type-id-853'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT14ContextFormat212get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1388' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1585' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-1584' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT14ContextFormat25applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1393' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1585' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1584' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT14ContextFormat28sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1409' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1586' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1585' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1426' mangled-name='_ZNK2OT14ContextFormat232_instance_assertion_on_line_1426Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1426' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1585' is-artificial='yes'/>
+ <parameter type-id='type-id-1584' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_1426' mangled-name='_ZNK2OT14ContextFormat232_compiles_assertion_on_line_1426Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1426' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1585' is-artificial='yes'/>
+ <parameter type-id='type-id-1584' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ContextPos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1355' column='1' id='type-id-1435'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1236'/>
+ <class-decl name='ContextPos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1355' column='1' id='type-id-1434'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1235'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CursivePos' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='988' column='1' id='type-id-1431'>
+ <class-decl name='CursivePos' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='988' column='1' id='type-id-1430'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1009' column='1' id='type-id-1587'>
+ <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1009' column='1' id='type-id-1586'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1010' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1010' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-1588' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1011' column='1'/>
+ <var-decl name='format1' type-id='type-id-1587' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1011' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1587' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1012' column='1'/>
+ <var-decl name='u' type-id='type-id-1586' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1012' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT10CursivePos8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='999' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1589' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1588' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='990' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1590' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1589' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='990' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1590' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1589' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='990' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1590' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1589' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='EntryExitRecord' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='853' column='1' id='type-id-1295'>
+ <class-decl name='EntryExitRecord' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='853' column='1' id='type-id-1294'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='entryAnchor' type-id='type-id-585' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='863' column='1'/>
+ <var-decl name='entryAnchor' type-id='type-id-584' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='863' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='exitAnchor' type-id='type-id-585' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='867' column='1'/>
+ <var-decl name='exitAnchor' type-id='type-id-584' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='867' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='871' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='871' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='871' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='871' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT15EntryExitRecord8sanitizeEPNS_21hb_sanitize_context_tEPv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='856' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1591' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1590' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_871' mangled-name='_ZNK2OT15EntryExitRecord31_instance_assertion_on_line_871Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='871' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1067' is-artificial='yes'/>
+ <parameter type-id='type-id-1066' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ExtensionPos' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1360' column='1' id='type-id-1437'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1592'/>
+ <class-decl name='ExtensionPos' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1360' column='1' id='type-id-1436'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1591'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Index' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='675' column='1' id='type-id-1296'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-257'/>
+ <class-decl name='Index' size-in-bits='16' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='675' column='1' id='type-id-1295'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-256'/>
<data-member access='public' static='yes'>
- <var-decl name='NOT_FOUND_INDEX' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='676' column='1'/>
+ <var-decl name='NOT_FOUND_INDEX' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='676' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='IntType<unsigned int, 3u>' size-in-bits='24' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-1297'>
+ <class-decl name='IntType<unsigned int, 3u>' size-in-bits='24' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='613' column='1' id='type-id-1296'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='v' type-id='type-id-1593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
+ <var-decl name='v' type-id='type-id-1592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='626' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='set' mangled-name='_ZN2OT7IntTypeIjLj3EE3setEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='614' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1594' is-artificial='yes'/>
+ <parameter type-id='type-id-1593' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator unsigned int' mangled-name='_ZNK2OT7IntTypeIjLj3EEcvjEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='615' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1080' is-artificial='yes'/>
+ <parameter type-id='type-id-1079' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator==' mangled-name='_ZNK2OT7IntTypeIjLj3EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='616' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1080' is-artificial='yes'/>
- <parameter type-id='type-id-1081'/>
+ <parameter type-id='type-id-1079' is-artificial='yes'/>
+ <parameter type-id='type-id-1080'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator!=' mangled-name='_ZNK2OT7IntTypeIjLj3EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='617' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1080' is-artificial='yes'/>
- <parameter type-id='type-id-1081'/>
+ <parameter type-id='type-id-1079' is-artificial='yes'/>
+ <parameter type-id='type-id-1080'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='cmp' mangled-name='_ZN2OT7IntTypeIjLj3EE3cmpEPKS1_S3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='618' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1080'/>
- <parameter type-id='type-id-1080'/>
+ <parameter type-id='type-id-1079'/>
+ <parameter type-id='type-id-1079'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIjLj3EE3cmpES1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='619' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1080' is-artificial='yes'/>
- <parameter type-id='type-id-1297'/>
+ <parameter type-id='type-id-1079' is-artificial='yes'/>
+ <parameter type-id='type-id-1296'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT7IntTypeIjLj3EE3cmpEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='620' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1080' is-artificial='yes'/>
+ <parameter type-id='type-id-1079' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7IntTypeIjLj3EE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='621' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1594' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1593' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_628' mangled-name='_ZNK2OT7IntTypeIjLj3EE31_instance_assertion_on_line_628Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='628' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1080' is-artificial='yes'/>
+ <parameter type-id='type-id-1079' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='LookupRecord' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='947' column='1' id='type-id-1298'>
+ <class-decl name='LookupRecord' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='947' column='1' id='type-id-1297'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='sequenceIndex' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='953' column='1'/>
+ <var-decl name='sequenceIndex' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='953' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='lookupListIndex' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='955' column='1'/>
+ <var-decl name='lookupListIndex' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='955' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='958' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='958' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='958' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='958' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT12LookupRecord8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='948' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1595' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1594' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_958' mangled-name='_ZNK2OT12LookupRecord31_instance_assertion_on_line_958Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='958' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1086' is-artificial='yes'/>
+ <parameter type-id='type-id-1085' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='MarkBasePos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1087' column='1' id='type-id-1432'>
+ <class-decl name='MarkBasePos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1087' column='1' id='type-id-1431'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1108' column='1' id='type-id-1596'>
+ <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1108' column='1' id='type-id-1595'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1109' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1109' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-802' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1110' column='1'/>
+ <var-decl name='format1' type-id='type-id-801' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1110' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1596' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1111' column='1'/>
+ <var-decl name='u' type-id='type-id-1595' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1111' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT11MarkBasePos8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1098' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1597' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1596' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1089' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1598' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1597' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1089' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1598' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1597' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1089' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1598' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1597' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='MarkGlyphSetsFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='274' column='1' id='type-id-1406'>
+ <class-decl name='MarkGlyphSetsFormat1' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='274' column='1' id='type-id-1405'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='284' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='284' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-764' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='286' column='1'/>
+ <var-decl name='coverage' type-id='type-id-763' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='286' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='289' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='289' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='covers' mangled-name='_ZNK2OT20MarkGlyphSetsFormat16coversEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='275' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1599' is-artificial='yes'/>
+ <parameter type-id='type-id-1598' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT20MarkGlyphSetsFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='278' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1600' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1599' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_289' mangled-name='_ZNK2OT20MarkGlyphSetsFormat131_instance_assertion_on_line_289Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='289' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1599' is-artificial='yes'/>
+ <parameter type-id='type-id-1598' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_289' mangled-name='_ZNK2OT20MarkGlyphSetsFormat131_compiles_assertion_on_line_289Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='289' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1599' is-artificial='yes'/>
+ <parameter type-id='type-id-1598' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='MarkLigPos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1208' column='1' id='type-id-1433'>
+ <class-decl name='MarkLigPos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1208' column='1' id='type-id-1432'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1229' column='1' id='type-id-1601'>
+ <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1229' column='1' id='type-id-1600'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1230' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1230' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-803' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1231' column='1'/>
+ <var-decl name='format1' type-id='type-id-802' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1231' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1601' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1232' column='1'/>
+ <var-decl name='u' type-id='type-id-1600' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1232' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT10MarkLigPos8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1219' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1602' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1601' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1210' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1603' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1602' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1210' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1603' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1602' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1210' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1603' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1602' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='MarkMarkPos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1327' column='1' id='type-id-1434'>
+ <class-decl name='MarkMarkPos' size-in-bits='96' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1327' column='1' id='type-id-1433'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1348' column='1' id='type-id-1604'>
+ <union-decl name='__anonymous_union__' size-in-bits='96' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1348' column='1' id='type-id-1603'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1349' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1349' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-804' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1350' column='1'/>
+ <var-decl name='format1' type-id='type-id-803' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1350' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1604' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1351' column='1'/>
+ <var-decl name='u' type-id='type-id-1603' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1351' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT11MarkMarkPos8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1605' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1604' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1329' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1606' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1605' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1329' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1606' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1605' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1329' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1606' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1605' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::AnchorMatrix>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1412'>
+ <class-decl name='OffsetArrayOf<OT::AnchorMatrix>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1411'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-757'/>
+ </class-decl>
+ </namespace-decl>
+ <namespace-decl name='OT'>
+ <class-decl name='OffsetArrayOf<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1348'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-758'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> > >' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1349'>
+ <class-decl name='OffsetArrayOf<OT::CaretValue>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1399'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-759'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::CaretValue>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1400'>
+ <class-decl name='OffsetArrayOf<OT::ChainRule>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1370'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-760'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::ChainRule>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1371'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-761'/>
+ <class-decl name='OffsetArrayOf<OT::Coverage>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1445'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-762'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::Coverage>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1446'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-763'/>
+ <class-decl name='OffsetArrayOf<OT::LigGlyph>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1396'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-764'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::LigGlyph>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1397'>
+ <class-decl name='OffsetArrayOf<OT::Lookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1414'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-765'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::Lookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1415'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-766'/>
+ <class-decl name='OffsetArrayOf<OT::PosLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1417'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-767'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::PosLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1418'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-768'/>
+ <class-decl name='OffsetArrayOf<OT::Rule>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1453'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-769'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::Rule>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1454'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-770'/>
+ <class-decl name='OffsetArrayOf<OT::Sequence>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1408'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-771'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::Sequence>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1409'>
+ <class-decl name='OffsetArrayOf<OT::SubstLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1420'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-772'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::SubstLookup>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1421'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-773'/>
- </class-decl>
- </namespace-decl>
- <namespace-decl name='OT'>
- <class-decl name='PairPos' size-in-bits='144' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='821' column='1' id='type-id-1430'>
+ <class-decl name='PairPos' size-in-bits='144' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='821' column='1' id='type-id-1429'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='144' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='844' column='1' id='type-id-1607'>
+ <union-decl name='__anonymous_union__' size-in-bits='144' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='844' column='1' id='type-id-1606'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='845' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='845' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-806' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='846' column='1'/>
+ <var-decl name='format1' type-id='type-id-805' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='846' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format2' type-id='type-id-807' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='847' column='1'/>
+ <var-decl name='format2' type-id='type-id-806' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='847' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1607' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='848' column='1'/>
+ <var-decl name='u' type-id='type-id-1606' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='848' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT7PairPos8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='833' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1608' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1607' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='823' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1609' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1608' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='823' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1609' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1608' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='823' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1609' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1608' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='RangeRecord' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='132' column='1' id='type-id-1299'>
+ <class-decl name='RangeRecord' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='132' column='1' id='type-id-1298'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='start' type-id='type-id-850' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='151' column='1'/>
+ <var-decl name='start' type-id='type-id-849' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='151' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='end' type-id='type-id-850' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='152' column='1'/>
+ <var-decl name='end' type-id='type-id-849' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='152' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='value' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='153' column='1'/>
+ <var-decl name='value' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='153' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='155' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='155' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='155' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='155' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT11RangeRecord3cmpEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1182' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1181' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT11RangeRecord8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1610' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1609' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='intersects' mangled-name='_ZNK2OT11RangeRecord10intersectsEPK8hb_set_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1182' is-artificial='yes'/>
- <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-1181' is-artificial='yes'/>
+ <parameter type-id='type-id-840'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_155' mangled-name='_ZNK2OT11RangeRecord31_instance_assertion_on_line_155Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1182' is-artificial='yes'/>
+ <parameter type-id='type-id-1181' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_coverage<hb_set_digest_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1182' is-artificial='yes'/>
- <parameter type-id='type-id-843'/>
+ <parameter type-id='type-id-1181' is-artificial='yes'/>
+ <parameter type-id='type-id-842'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_coverage<hb_set_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1182' is-artificial='yes'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-1181' is-artificial='yes'/>
+ <parameter type-id='type-id-841'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='RecordArrayOf<OT::Feature>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='83' column='1' id='type-id-1440'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1611'/>
+ <class-decl name='RecordArrayOf<OT::Feature>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='83' column='1' id='type-id-1439'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1610'/>
<member-function access='public'>
<function-decl name='get_tag' mangled-name='_ZNK2OT13RecordArrayOfINS_7FeatureEE7get_tagEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1612' is-artificial='yes'/>
+ <parameter type-id='type-id-1611' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1459'/>
+ <return type-id='type-id-1458'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_tags' mangled-name='_ZNK2OT13RecordArrayOfINS_7FeatureEE8get_tagsEjPjS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1612' is-artificial='yes'/>
+ <parameter type-id='type-id-1611' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <parameter type-id='type-id-1460'/>
+ <parameter type-id='type-id-1459'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='find_index' mangled-name='_ZNK2OT13RecordArrayOfINS_7FeatureEE10find_indexEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1612' is-artificial='yes'/>
+ <parameter type-id='type-id-1611' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
<return type-id='type-id-7'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='RecordArrayOf<OT::LangSys>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='83' column='1' id='type-id-1457'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1613'/>
+ <class-decl name='RecordArrayOf<OT::LangSys>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='83' column='1' id='type-id-1456'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1612'/>
<member-function access='public'>
<function-decl name='get_tag' mangled-name='_ZNK2OT13RecordArrayOfINS_7LangSysEE7get_tagEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1614' is-artificial='yes'/>
+ <parameter type-id='type-id-1613' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1459'/>
+ <return type-id='type-id-1458'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_tags' mangled-name='_ZNK2OT13RecordArrayOfINS_7LangSysEE8get_tagsEjPjS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1614' is-artificial='yes'/>
+ <parameter type-id='type-id-1613' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <parameter type-id='type-id-1460'/>
+ <parameter type-id='type-id-1459'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='find_index' mangled-name='_ZNK2OT13RecordArrayOfINS_7LangSysEE10find_indexEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1614' is-artificial='yes'/>
+ <parameter type-id='type-id-1613' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
<return type-id='type-id-7'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='RecordArrayOf<OT::Script>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='83' column='1' id='type-id-1443'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1615'/>
+ <class-decl name='RecordArrayOf<OT::Script>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='83' column='1' id='type-id-1442'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1614'/>
<member-function access='public'>
<function-decl name='get_tag' mangled-name='_ZNK2OT13RecordArrayOfINS_6ScriptEE7get_tagEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1459'/>
+ <return type-id='type-id-1458'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_tags' mangled-name='_ZNK2OT13RecordArrayOfINS_6ScriptEE8get_tagsEjPjS3_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <parameter type-id='type-id-1460'/>
+ <parameter type-id='type-id-1459'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='find_index' mangled-name='_ZNK2OT13RecordArrayOfINS_6ScriptEE10find_indexEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-common-private.hh' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
<return type-id='type-id-7'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SinglePos' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='529' column='1' id='type-id-1429'>
+ <class-decl name='SinglePos' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='529' column='1' id='type-id-1428'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='552' column='1' id='type-id-1617'>
+ <union-decl name='__anonymous_union__' size-in-bits='80' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='552' column='1' id='type-id-1616'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='553' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='553' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-812' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='554' column='1'/>
+ <var-decl name='format1' type-id='type-id-811' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='554' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format2' type-id='type-id-813' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='555' column='1'/>
+ <var-decl name='format2' type-id='type-id-812' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='555' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1617' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='556' column='1'/>
+ <var-decl name='u' type-id='type-id-1616' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='556' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT9SinglePos8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='541' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1618' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1617' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='531' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1619' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1618' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='531' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1619' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1618' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='531' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1619' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1618' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::CmapSubtableLongGroup>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1300'/>
+ <class-decl name='Supplier<OT::CmapSubtableLongGroup>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1299'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::EncodingRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1301'/>
+ <class-decl name='Supplier<OT::EncodingRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1300'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::EntryExitRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1302'/>
+ <class-decl name='Supplier<OT::EntryExitRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1301'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::Index>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1303'/>
+ <class-decl name='Supplier<OT::Index>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1302'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::IntType<unsigned int, 3u> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1304'/>
+ <class-decl name='Supplier<OT::IntType<unsigned int, 3u> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1303'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::LookupRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1305'/>
+ <class-decl name='Supplier<OT::LookupRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1304'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::MarkRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1306'/>
+ <class-decl name='Supplier<OT::MarkRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1305'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1307'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1306'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1308'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1307'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1309'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1308'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1310'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1309'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1311'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1310'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1312'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1311'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1313'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1312'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1314'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1313'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1315'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1314'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1316'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1315'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1317'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1316'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1318'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1317'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1319'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1318'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1320'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1319'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1321'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1320'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1322'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1321'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1323'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1322'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::RangeRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1324'/>
+ <class-decl name='Supplier<OT::RangeRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1323'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::Record<OT::Feature> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1325'/>
+ <class-decl name='Supplier<OT::Record<OT::Feature> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1324'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::Record<OT::LangSys> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1326'/>
+ <class-decl name='Supplier<OT::Record<OT::LangSys> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1325'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::Record<OT::Script> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1327'/>
+ <class-decl name='Supplier<OT::Record<OT::Script> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1326'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::UVSMapping>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1328'/>
+ <class-decl name='Supplier<OT::UVSMapping>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1327'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::UnicodeValueRange>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1329'/>
+ <class-decl name='Supplier<OT::UnicodeValueRange>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1328'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::VariationSelectorRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1330'/>
+ <class-decl name='Supplier<OT::VariationSelectorRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1329'/>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='UVSMapping' size-in-bits='40' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='306' column='1' id='type-id-1331'>
+ <class-decl name='UVSMapping' size-in-bits='40' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='306' column='1' id='type-id-1330'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='unicodeValue' type-id='type-id-1283' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='317' column='1'/>
+ <var-decl name='unicodeValue' type-id='type-id-1282' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='317' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='24'>
- <var-decl name='glyphID' type-id='type-id-850' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='318' column='1'/>
+ <var-decl name='glyphID' type-id='type-id-849' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='318' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='320' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='320' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='320' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='320' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT10UVSMapping3cmpERKj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='307' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1203' is-artificial='yes'/>
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-1202' is-artificial='yes'/>
+ <parameter type-id='type-id-939'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT10UVSMapping8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='312' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1620' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1619' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_320' mangled-name='_ZNK2OT10UVSMapping31_instance_assertion_on_line_320Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='320' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1203' is-artificial='yes'/>
+ <parameter type-id='type-id-1202' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='UnicodeValueRange' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='283' column='1' id='type-id-1332'>
+ <class-decl name='UnicodeValueRange' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='283' column='1' id='type-id-1331'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='startUnicodeValue' type-id='type-id-1283' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='296' column='1'/>
+ <var-decl name='startUnicodeValue' type-id='type-id-1282' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='296' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='24'>
- <var-decl name='additionalCount' type-id='type-id-1292' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='297' column='1'/>
+ <var-decl name='additionalCount' type-id='type-id-1291' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='297' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='300' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='300' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='300' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='300' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='cmp' mangled-name='_ZNK2OT17UnicodeValueRange3cmpERKj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='284' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1209' is-artificial='yes'/>
- <parameter type-id='type-id-940'/>
+ <parameter type-id='type-id-1208' is-artificial='yes'/>
+ <parameter type-id='type-id-939'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT17UnicodeValueRange8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='291' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1621' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1620' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_300' mangled-name='_ZNK2OT17UnicodeValueRange31_instance_assertion_on_line_300Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-cmap-table.hh' line='300' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1209' is-artificial='yes'/>
+ <parameter type-id='type-id-1208' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <class-decl name='hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='92' column='1' id='type-id-1532'>
+ <class-decl name='hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 4u>, hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='92' column='1' id='type-id-1531'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='head' type-id='type-id-1622' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='115' column='1'/>
+ <var-decl name='head' type-id='type-id-1621' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='115' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='tail' type-id='type-id-1623' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='116' column='1'/>
+ <var-decl name='tail' type-id='type-id-1622' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='116' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_static_assertion_on_line_93' mangled-name='_ZNK24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj4EES_IS0_ImLj0EES0_ImLj9EEEE28_static_assertion_on_line_93Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1624' is-artificial='yes'/>
+ <parameter type-id='type-id-1623' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj4EES_IS0_ImLj0EES0_ImLj9EEEE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1625' is-artificial='yes'/>
+ <parameter type-id='type-id-1624' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add' mangled-name='_ZN24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj4EES_IS0_ImLj0EES0_ImLj9EEEE3addEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1625' is-artificial='yes'/>
+ <parameter type-id='type-id-1624' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_range' mangled-name='_ZN24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj4EES_IS0_ImLj0EES0_ImLj9EEEE9add_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1625' is-artificial='yes'/>
+ <parameter type-id='type-id-1624' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='may_have' mangled-name='_ZNK24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj4EES_IS0_ImLj0EES0_ImLj9EEEE8may_haveEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1624' is-artificial='yes'/>
+ <parameter type-id='type-id-1623' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
<namespace-decl name='OT'>
- <typedef-decl name='BYTE' type-id='type-id-145' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='631' column='1' id='type-id-1292'/>
- </namespace-decl>
- <pointer-type-def type-id='type-id-1626' size-in-bits='64' id='type-id-1497'/>
- <pointer-type-def type-id='type-id-1627' size-in-bits='64' id='type-id-1521'/>
- <pointer-type-def type-id='type-id-1628' size-in-bits='64' id='type-id-1524'/>
- <typedef-decl name='hb_set_t' type-id='type-id-1044' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.h' line='41' column='1' id='type-id-1525'/>
- <pointer-type-def type-id='type-id-1361' size-in-bits='64' id='type-id-1574'/>
- <pointer-type-def type-id='type-id-1362' size-in-bits='64' id='type-id-1576'/>
- <pointer-type-def type-id='type-id-1363' size-in-bits='64' id='type-id-1578'/>
- <pointer-type-def type-id='type-id-1375' size-in-bits='64' id='type-id-1580'/>
- <pointer-type-def type-id='type-id-1294' size-in-bits='64' id='type-id-1581'/>
- <pointer-type-def type-id='type-id-1385' size-in-bits='64' id='type-id-1584'/>
- <pointer-type-def type-id='type-id-1386' size-in-bits='64' id='type-id-1586'/>
- <pointer-type-def type-id='type-id-1431' size-in-bits='64' id='type-id-1589'/>
- <pointer-type-def type-id='type-id-1295' size-in-bits='64' id='type-id-1591'/>
+ <typedef-decl name='BYTE' type-id='type-id-144' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='631' column='1' id='type-id-1291'/>
+ </namespace-decl>
+ <pointer-type-def type-id='type-id-1625' size-in-bits='64' id='type-id-1496'/>
+ <pointer-type-def type-id='type-id-1626' size-in-bits='64' id='type-id-1520'/>
+ <pointer-type-def type-id='type-id-1627' size-in-bits='64' id='type-id-1523'/>
+ <typedef-decl name='hb_set_t' type-id='type-id-1043' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.h' line='41' column='1' id='type-id-1524'/>
+ <pointer-type-def type-id='type-id-1360' size-in-bits='64' id='type-id-1573'/>
+ <pointer-type-def type-id='type-id-1361' size-in-bits='64' id='type-id-1575'/>
+ <pointer-type-def type-id='type-id-1362' size-in-bits='64' id='type-id-1577'/>
+ <pointer-type-def type-id='type-id-1374' size-in-bits='64' id='type-id-1579'/>
+ <pointer-type-def type-id='type-id-1293' size-in-bits='64' id='type-id-1580'/>
+ <pointer-type-def type-id='type-id-1384' size-in-bits='64' id='type-id-1583'/>
+ <pointer-type-def type-id='type-id-1385' size-in-bits='64' id='type-id-1585'/>
+ <pointer-type-def type-id='type-id-1430' size-in-bits='64' id='type-id-1588'/>
+ <pointer-type-def type-id='type-id-1294' size-in-bits='64' id='type-id-1590'/>
+ <pointer-type-def type-id='type-id-1296' size-in-bits='64' id='type-id-1593'/>
<pointer-type-def type-id='type-id-1297' size-in-bits='64' id='type-id-1594'/>
- <pointer-type-def type-id='type-id-1298' size-in-bits='64' id='type-id-1595'/>
- <pointer-type-def type-id='type-id-1432' size-in-bits='64' id='type-id-1597'/>
- <pointer-type-def type-id='type-id-1406' size-in-bits='64' id='type-id-1600'/>
- <pointer-type-def type-id='type-id-1433' size-in-bits='64' id='type-id-1602'/>
- <pointer-type-def type-id='type-id-1434' size-in-bits='64' id='type-id-1605'/>
- <pointer-type-def type-id='type-id-1430' size-in-bits='64' id='type-id-1608'/>
- <pointer-type-def type-id='type-id-1299' size-in-bits='64' id='type-id-1610'/>
- <pointer-type-def type-id='type-id-1429' size-in-bits='64' id='type-id-1618'/>
+ <pointer-type-def type-id='type-id-1431' size-in-bits='64' id='type-id-1596'/>
+ <pointer-type-def type-id='type-id-1405' size-in-bits='64' id='type-id-1599'/>
+ <pointer-type-def type-id='type-id-1432' size-in-bits='64' id='type-id-1601'/>
+ <pointer-type-def type-id='type-id-1433' size-in-bits='64' id='type-id-1604'/>
+ <pointer-type-def type-id='type-id-1429' size-in-bits='64' id='type-id-1607'/>
+ <pointer-type-def type-id='type-id-1298' size-in-bits='64' id='type-id-1609'/>
+ <pointer-type-def type-id='type-id-1428' size-in-bits='64' id='type-id-1617'/>
+ <pointer-type-def type-id='type-id-1330' size-in-bits='64' id='type-id-1619'/>
<pointer-type-def type-id='type-id-1331' size-in-bits='64' id='type-id-1620'/>
- <pointer-type-def type-id='type-id-1332' size-in-bits='64' id='type-id-1621'/>
- <qualified-type-def type-id='type-id-1046' const='yes' id='type-id-1542'/>
- <qualified-type-def type-id='type-id-1222' const='yes' id='type-id-1543'/>
+ <qualified-type-def type-id='type-id-1045' const='yes' id='type-id-1541'/>
+ <qualified-type-def type-id='type-id-1221' const='yes' id='type-id-1542'/>
+ <qualified-type-def type-id='type-id-1360' const='yes' id='type-id-1543'/>
+ <pointer-type-def type-id='type-id-1543' size-in-bits='64' id='type-id-1572'/>
<qualified-type-def type-id='type-id-1361' const='yes' id='type-id-1544'/>
- <pointer-type-def type-id='type-id-1544' size-in-bits='64' id='type-id-1573'/>
+ <pointer-type-def type-id='type-id-1544' size-in-bits='64' id='type-id-1574'/>
<qualified-type-def type-id='type-id-1362' const='yes' id='type-id-1545'/>
- <pointer-type-def type-id='type-id-1545' size-in-bits='64' id='type-id-1575'/>
- <qualified-type-def type-id='type-id-1363' const='yes' id='type-id-1546'/>
- <pointer-type-def type-id='type-id-1546' size-in-bits='64' id='type-id-1577'/>
- <pointer-type-def type-id='type-id-1629' size-in-bits='64' id='type-id-1579'/>
- <qualified-type-def type-id='type-id-1236' const='yes' id='type-id-1547'/>
+ <pointer-type-def type-id='type-id-1545' size-in-bits='64' id='type-id-1576'/>
+ <pointer-type-def type-id='type-id-1628' size-in-bits='64' id='type-id-1578'/>
+ <qualified-type-def type-id='type-id-1235' const='yes' id='type-id-1546'/>
+ <qualified-type-def type-id='type-id-1384' const='yes' id='type-id-1547'/>
+ <pointer-type-def type-id='type-id-1547' size-in-bits='64' id='type-id-1582'/>
<qualified-type-def type-id='type-id-1385' const='yes' id='type-id-1548'/>
- <pointer-type-def type-id='type-id-1548' size-in-bits='64' id='type-id-1583'/>
- <qualified-type-def type-id='type-id-1386' const='yes' id='type-id-1549'/>
- <pointer-type-def type-id='type-id-1549' size-in-bits='64' id='type-id-1585'/>
- <pointer-type-def type-id='type-id-1630' size-in-bits='64' id='type-id-1590'/>
- <qualified-type-def type-id='type-id-1588' const='yes' id='type-id-1550'/>
- <qualified-type-def type-id='type-id-1240' const='yes' id='type-id-1551'/>
- <reference-type-def kind='lvalue' type-id='type-id-1631' size-in-bits='64' id='type-id-1552'/>
- <qualified-type-def type-id='type-id-1242' const='yes' id='type-id-1553'/>
+ <pointer-type-def type-id='type-id-1548' size-in-bits='64' id='type-id-1584'/>
+ <pointer-type-def type-id='type-id-1629' size-in-bits='64' id='type-id-1589'/>
+ <qualified-type-def type-id='type-id-1587' const='yes' id='type-id-1549'/>
+ <qualified-type-def type-id='type-id-1239' const='yes' id='type-id-1550'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1630' size-in-bits='64' id='type-id-1551'/>
+ <qualified-type-def type-id='type-id-1241' const='yes' id='type-id-1552'/>
+ <pointer-type-def type-id='type-id-1631' size-in-bits='64' id='type-id-1597'/>
<pointer-type-def type-id='type-id-1632' size-in-bits='64' id='type-id-1598'/>
- <pointer-type-def type-id='type-id-1633' size-in-bits='64' id='type-id-1599'/>
- <pointer-type-def type-id='type-id-1634' size-in-bits='64' id='type-id-1603'/>
- <pointer-type-def type-id='type-id-1635' size-in-bits='64' id='type-id-1606'/>
- <qualified-type-def type-id='type-id-1256' const='yes' id='type-id-1554'/>
- <pointer-type-def type-id='type-id-1636' size-in-bits='64' id='type-id-1609'/>
- <pointer-type-def type-id='type-id-1637' size-in-bits='64' id='type-id-1612'/>
- <pointer-type-def type-id='type-id-1638' size-in-bits='64' id='type-id-1614'/>
- <pointer-type-def type-id='type-id-1639' size-in-bits='64' id='type-id-1616'/>
- <qualified-type-def type-id='type-id-1275' const='yes' id='type-id-1555'/>
- <qualified-type-def type-id='type-id-501' const='yes' id='type-id-1556'/>
- <pointer-type-def type-id='type-id-1640' size-in-bits='64' id='type-id-1619'/>
- <qualified-type-def type-id='type-id-1230' const='yes' id='type-id-1557'/>
- <qualified-type-def type-id='type-id-1226' const='yes' id='type-id-1558'/>
- <qualified-type-def type-id='type-id-989' const='yes' id='type-id-1559'/>
- <qualified-type-def type-id='type-id-993' const='yes' id='type-id-1560'/>
- <qualified-type-def type-id='type-id-444' const='yes' id='type-id-1561'/>
- <qualified-type-def type-id='type-id-1540' const='yes' id='type-id-1562'/>
- <qualified-type-def type-id='type-id-994' const='yes' id='type-id-1563'/>
- <qualified-type-def type-id='type-id-1481' const='yes' id='type-id-1564'/>
- <qualified-type-def type-id='type-id-1493' const='yes' id='type-id-1565'/>
- <qualified-type-def type-id='type-id-1490' const='yes' id='type-id-1566'/>
+ <pointer-type-def type-id='type-id-1633' size-in-bits='64' id='type-id-1602'/>
+ <pointer-type-def type-id='type-id-1634' size-in-bits='64' id='type-id-1605'/>
+ <qualified-type-def type-id='type-id-1255' const='yes' id='type-id-1553'/>
+ <pointer-type-def type-id='type-id-1635' size-in-bits='64' id='type-id-1608'/>
+ <pointer-type-def type-id='type-id-1636' size-in-bits='64' id='type-id-1611'/>
+ <pointer-type-def type-id='type-id-1637' size-in-bits='64' id='type-id-1613'/>
+ <pointer-type-def type-id='type-id-1638' size-in-bits='64' id='type-id-1615'/>
+ <qualified-type-def type-id='type-id-1274' const='yes' id='type-id-1554'/>
+ <qualified-type-def type-id='type-id-500' const='yes' id='type-id-1555'/>
+ <pointer-type-def type-id='type-id-1639' size-in-bits='64' id='type-id-1618'/>
+ <qualified-type-def type-id='type-id-1229' const='yes' id='type-id-1556'/>
+ <qualified-type-def type-id='type-id-1225' const='yes' id='type-id-1557'/>
+ <qualified-type-def type-id='type-id-988' const='yes' id='type-id-1558'/>
+ <qualified-type-def type-id='type-id-992' const='yes' id='type-id-1559'/>
+ <qualified-type-def type-id='type-id-443' const='yes' id='type-id-1560'/>
+ <qualified-type-def type-id='type-id-1539' const='yes' id='type-id-1561'/>
+ <qualified-type-def type-id='type-id-993' const='yes' id='type-id-1562'/>
+ <qualified-type-def type-id='type-id-1480' const='yes' id='type-id-1563'/>
+ <qualified-type-def type-id='type-id-1492' const='yes' id='type-id-1564'/>
+ <qualified-type-def type-id='type-id-1489' const='yes' id='type-id-1565'/>
+ <qualified-type-def type-id='type-id-994' const='yes' id='type-id-1566'/>
<qualified-type-def type-id='type-id-995' const='yes' id='type-id-1567'/>
- <qualified-type-def type-id='type-id-996' const='yes' id='type-id-1568'/>
- <qualified-type-def type-id='type-id-998' const='yes' id='type-id-1569'/>
- <qualified-type-def type-id='type-id-1641' const='yes' id='type-id-1570'/>
- <pointer-type-def type-id='type-id-1642' size-in-bits='64' id='type-id-1624'/>
- <function-type size-in-bits='64' id='type-id-1541'>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-1643'/>
+ <qualified-type-def type-id='type-id-997' const='yes' id='type-id-1568'/>
+ <qualified-type-def type-id='type-id-1640' const='yes' id='type-id-1569'/>
+ <pointer-type-def type-id='type-id-1641' size-in-bits='64' id='type-id-1623'/>
+ <function-type size-in-bits='64' id='type-id-1540'>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-1642'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-type>
+ <function-type size-in-bits='64' id='type-id-1625'>
+ <parameter type-id='type-id-854'/>
+ <parameter type-id='type-id-10'/>
+ <return type-id='type-id-946'/>
+ </function-type>
<function-type size-in-bits='64' id='type-id-1626'>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-851'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-947'/>
+ <return type-id='type-id-942'/>
</function-type>
<function-type size-in-bits='64' id='type-id-1627'>
<parameter type-id='type-id-852'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-943'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-1628'>
- <parameter type-id='type-id-853'/>
- <parameter type-id='type-id-10'/>
- <return type-id='type-id-944'/>
- </function-type>
- <pointer-type-def type-id='type-id-1532' size-in-bits='64' id='type-id-1625'/>
+ <pointer-type-def type-id='type-id-1531' size-in-bits='64' id='type-id-1624'/>
<namespace-decl name='OT'>
- <class-decl name='BEInt<unsigned int, 3>' size-in-bits='24' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-1593'>
+ <class-decl name='BEInt<unsigned int, 3>' size-in-bits='24' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='532' column='1' id='type-id-1592'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='v' type-id='type-id-1644' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='579' column='1'/>
+ <var-decl name='v' type-id='type-id-1643' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='579' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='set' mangled-name='_ZN2OT5BEIntIjLi3EE3setEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='560' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1645' is-artificial='yes'/>
+ <parameter type-id='type-id-1644' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator unsigned int' mangled-name='_ZNK2OT5BEIntIjLi3EEcvjEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='566' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1646' is-artificial='yes'/>
+ <parameter type-id='type-id-1645' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator==' mangled-name='_ZNK2OT5BEIntIjLi3EEeqERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='572' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1646' is-artificial='yes'/>
- <parameter type-id='type-id-1647'/>
+ <parameter type-id='type-id-1645' is-artificial='yes'/>
+ <parameter type-id='type-id-1646'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator!=' mangled-name='_ZNK2OT5BEIntIjLi3EEneERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1646' is-artificial='yes'/>
- <parameter type-id='type-id-1647'/>
+ <parameter type-id='type-id-1645' is-artificial='yes'/>
+ <parameter type-id='type-id-1646'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ChainContextApplyLookupContext' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1573' column='1' id='type-id-1534'>
+ <class-decl name='ChainContextApplyLookupContext' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1573' column='1' id='type-id-1533'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='funcs' type-id='type-id-1648' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1574' column='1'/>
+ <var-decl name='funcs' type-id='type-id-1647' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1574' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='match_data' type-id='type-id-1649' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1575' column='1'/>
+ <var-decl name='match_data' type-id='type-id-1648' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1575' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ChainContextClosureLookupContext' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1561' column='1' id='type-id-1535'>
+ <class-decl name='ChainContextClosureLookupContext' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1561' column='1' id='type-id-1534'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='funcs' type-id='type-id-1650' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1562' column='1'/>
+ <var-decl name='funcs' type-id='type-id-1649' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1562' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='intersects_data' type-id='type-id-1649' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1563' column='1'/>
+ <var-decl name='intersects_data' type-id='type-id-1648' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1563' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ChainContextCollectGlyphsLookupContext' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1567' column='1' id='type-id-1536'>
+ <class-decl name='ChainContextCollectGlyphsLookupContext' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1567' column='1' id='type-id-1535'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='funcs' type-id='type-id-1651' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1568' column='1'/>
+ <var-decl name='funcs' type-id='type-id-1650' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1568' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='collect_data' type-id='type-id-1649' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1569' column='1'/>
+ <var-decl name='collect_data' type-id='type-id-1648' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1569' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ContextApplyLookupContext' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1071' column='1' id='type-id-1537'>
+ <class-decl name='ContextApplyLookupContext' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1071' column='1' id='type-id-1536'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='funcs' type-id='type-id-1648' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1072' column='1'/>
+ <var-decl name='funcs' type-id='type-id-1647' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1072' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='match_data' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1073' column='1'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ContextClosureLookupContext' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1059' column='1' id='type-id-1538'>
+ <class-decl name='ContextClosureLookupContext' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1059' column='1' id='type-id-1537'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='funcs' type-id='type-id-1650' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1060' column='1'/>
+ <var-decl name='funcs' type-id='type-id-1649' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1060' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='intersects_data' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1061' column='1'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ContextCollectGlyphsLookupContext' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1065' column='1' id='type-id-1539'>
+ <class-decl name='ContextCollectGlyphsLookupContext' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1065' column='1' id='type-id-1538'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='funcs' type-id='type-id-1651' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1066' column='1'/>
+ <var-decl name='funcs' type-id='type-id-1650' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1066' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='collect_data' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='1067' column='1'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='CursivePosFormat1' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='875' column='1' id='type-id-1588'>
+ <class-decl name='CursivePosFormat1' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='875' column='1' id='type-id-1587'>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='976' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='976' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='16'>
- <var-decl name='coverage' type-id='type-id-594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='978' column='1'/>
+ <var-decl name='coverage' type-id='type-id-593' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='978' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='entryExitRecord' type-id='type-id-752' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='981' column='1'/>
+ <var-decl name='entryExitRecord' type-id='type-id-751' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='981' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='984' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='984' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='collect_glyphs' mangled-name='_ZNK2OT17CursivePosFormat114collect_glyphsEPNS_27hb_collect_glyphs_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='876' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1652' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
+ <parameter type-id='type-id-1651' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_coverage' mangled-name='_ZNK2OT17CursivePosFormat112get_coverageEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='882' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1652' is-artificial='yes'/>
- <return type-id='type-id-838'/>
+ <parameter type-id='type-id-1651' is-artificial='yes'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply' mangled-name='_ZNK2OT17CursivePosFormat15applyEPNS_18hb_apply_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='887' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1652' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
+ <parameter type-id='type-id-1651' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT17CursivePosFormat18sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='970' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1653' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1652' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_984' mangled-name='_ZNK2OT17CursivePosFormat131_instance_assertion_on_line_984Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1652' is-artificial='yes'/>
+ <parameter type-id='type-id-1651' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_984' mangled-name='_ZNK2OT17CursivePosFormat131_compiles_assertion_on_line_984Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1652' is-artificial='yes'/>
+ <parameter type-id='type-id-1651' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='Extension<OT::ExtensionPos>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2199' column='1' id='type-id-1592'>
+ <class-decl name='Extension<OT::ExtensionPos>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2199' column='1' id='type-id-1591'>
<member-type access='protected'>
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2247' column='1' id='type-id-1654'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2247' column='1' id='type-id-1653'>
<data-member access='private'>
- <var-decl name='format' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2248' column='1'/>
+ <var-decl name='format' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2248' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='format1' type-id='type-id-796' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2249' column='1'/>
+ <var-decl name='format1' type-id='type-id-795' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2249' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='u' type-id='type-id-1654' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2250' column='1'/>
+ <var-decl name='u' type-id='type-id-1653' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2250' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_type' mangled-name='_ZNK2OT9ExtensionINS_12ExtensionPosEE8get_typeEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2200' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1655' is-artificial='yes'/>
+ <parameter type-id='type-id-1654' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_offset' mangled-name='_ZNK2OT9ExtensionINS_12ExtensionPosEE10get_offsetEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2207' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1655' is-artificial='yes'/>
+ <parameter type-id='type-id-1654' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize_self' mangled-name='_ZN2OT9ExtensionINS_12ExtensionPosEE13sanitize_selfEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2229' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1656' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1655' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT9ExtensionINS_12ExtensionPosEE8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2238' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1656' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1655' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_subtable<OT::PosLookupSubTable>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2216' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1655' is-artificial='yes'/>
- <return type-id='type-id-914'/>
+ <parameter type-id='type-id-1654' is-artificial='yes'/>
+ <return type-id='type-id-913'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_get_coverage_context_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1655' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
- <return type-id='type-id-961'/>
+ <parameter type-id='type-id-1654' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
+ <return type-id='type-id-960'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_collect_glyphs_context_t>' mangled-name='_ZNK2OT9ExtensionINS_12ExtensionPosEE8dispatchINS_27hb_collect_glyphs_context_tEEENT_8return_tEPS5_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1655' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-944'/>
+ <parameter type-id='type-id-1654' is-artificial='yes'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-943'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='dispatch<OT::hb_apply_context_t>' mangled-name='_ZNK2OT9ExtensionINS_12ExtensionPosEE8dispatchINS_18hb_apply_context_tEEENT_8return_tEPS5_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2224' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1655' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-947'/>
+ <parameter type-id='type-id-1654' is-artificial='yes'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-946'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::ChainRuleSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1572'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-762'/>
+ <class-decl name='OffsetArrayOf<OT::ChainRuleSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1571'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-761'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='OffsetArrayOf<OT::RuleSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1582'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-771'/>
+ <class-decl name='OffsetArrayOf<OT::RuleSet>' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='900' column='1' id='type-id-1581'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-770'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SortedArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1611'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-776'/>
+ <class-decl name='SortedArrayOf<OT::Record<OT::Feature>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1610'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-775'/>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SortedArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1613'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-777'/>
+ <class-decl name='SortedArrayOf<OT::Record<OT::LangSys>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1612'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-776'/>
<member-function access='public'>
<function-decl name='bsearch<hb_tag_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1657' is-artificial='yes'/>
- <parameter type-id='type-id-1658'/>
+ <parameter type-id='type-id-1656' is-artificial='yes'/>
+ <parameter type-id='type-id-1657'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='SortedArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1615'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-778'/>
+ <class-decl name='SortedArrayOf<OT::Record<OT::Script>, OT::IntType<short unsigned int, 2u> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='982' column='1' id='type-id-1614'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-777'/>
<member-function access='public'>
<function-decl name='bsearch<hb_tag_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='984' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1659' is-artificial='yes'/>
- <parameter type-id='type-id-1658'/>
+ <parameter type-id='type-id-1658' is-artificial='yes'/>
+ <parameter type-id='type-id-1657'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <class-decl name='hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='92' column='1' id='type-id-1623'>
+ <class-decl name='hb_set_digest_combiner_t<hb_set_digest_lowest_bits_t<long unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='92' column='1' id='type-id-1622'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='head' type-id='type-id-1660' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='115' column='1'/>
+ <var-decl name='head' type-id='type-id-1659' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='115' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='tail' type-id='type-id-1661' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='116' column='1'/>
+ <var-decl name='tail' type-id='type-id-1660' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='116' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_static_assertion_on_line_93' mangled-name='_ZNK24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj0EES0_ImLj9EEE28_static_assertion_on_line_93Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1662' is-artificial='yes'/>
+ <parameter type-id='type-id-1661' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj0EES0_ImLj9EEE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1663' is-artificial='yes'/>
+ <parameter type-id='type-id-1662' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add' mangled-name='_ZN24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj0EES0_ImLj9EEE3addEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1663' is-artificial='yes'/>
+ <parameter type-id='type-id-1662' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_range' mangled-name='_ZN24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj0EES0_ImLj9EEE9add_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1663' is-artificial='yes'/>
+ <parameter type-id='type-id-1662' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='may_have' mangled-name='_ZNK24hb_set_digest_combiner_tI27hb_set_digest_lowest_bits_tImLj0EES0_ImLj9EEE8may_haveEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1662' is-artificial='yes'/>
+ <parameter type-id='type-id-1661' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hb_set_digest_lowest_bits_t<long unsigned int, 4u>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='44' column='1' id='type-id-1622'>
+ <class-decl name='hb_set_digest_lowest_bits_t<long unsigned int, 4u>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='44' column='1' id='type-id-1621'>
<data-member access='public' static='yes'>
- <var-decl name='mask_bytes' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='47' column='1'/>
+ <var-decl name='mask_bytes' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='47' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='mask_bits' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='48' column='1'/>
+ <var-decl name='mask_bits' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='48' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='num_bits' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='55' column='1'/>
+ <var-decl name='num_bits' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='55' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='mask' type-id='type-id-42' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='87' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_static_assertion_on_line_45' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj4EE28_static_assertion_on_line_45Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1664' is-artificial='yes'/>
+ <parameter type-id='type-id-1663' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj4EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1665' is-artificial='yes'/>
+ <parameter type-id='type-id-1664' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj4EE3addEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1665' is-artificial='yes'/>
+ <parameter type-id='type-id-1664' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_range' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj4EE9add_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1665' is-artificial='yes'/>
+ <parameter type-id='type-id-1664' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='may_have' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj4EE8may_haveEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1664' is-artificial='yes'/>
+ <parameter type-id='type-id-1663' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
<namespace-decl name='OT'>
- <typedef-decl name='Value' type-id='type-id-444' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='45' column='1' id='type-id-1540'/>
- </namespace-decl>
- <pointer-type-def type-id='type-id-1593' size-in-bits='64' id='type-id-1645'/>
- <pointer-type-def type-id='type-id-1588' size-in-bits='64' id='type-id-1653'/>
- <pointer-type-def type-id='type-id-1592' size-in-bits='64' id='type-id-1656'/>
- <reference-type-def kind='lvalue' type-id='type-id-1666' size-in-bits='64' id='type-id-1647'/>
- <pointer-type-def type-id='type-id-1666' size-in-bits='64' id='type-id-1646'/>
- <qualified-type-def type-id='type-id-1375' const='yes' id='type-id-1629'/>
- <qualified-type-def type-id='type-id-1431' const='yes' id='type-id-1630'/>
- <pointer-type-def type-id='type-id-1550' size-in-bits='64' id='type-id-1652'/>
- <pointer-type-def type-id='type-id-1667' size-in-bits='64' id='type-id-1655'/>
- <qualified-type-def type-id='type-id-1668' const='yes' id='type-id-1631'/>
- <qualified-type-def type-id='type-id-1432' const='yes' id='type-id-1632'/>
- <qualified-type-def type-id='type-id-1406' const='yes' id='type-id-1633'/>
+ <typedef-decl name='Value' type-id='type-id-443' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='45' column='1' id='type-id-1539'/>
+ </namespace-decl>
+ <pointer-type-def type-id='type-id-1592' size-in-bits='64' id='type-id-1644'/>
+ <pointer-type-def type-id='type-id-1587' size-in-bits='64' id='type-id-1652'/>
+ <pointer-type-def type-id='type-id-1591' size-in-bits='64' id='type-id-1655'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1665' size-in-bits='64' id='type-id-1646'/>
+ <pointer-type-def type-id='type-id-1665' size-in-bits='64' id='type-id-1645'/>
+ <qualified-type-def type-id='type-id-1374' const='yes' id='type-id-1628'/>
+ <qualified-type-def type-id='type-id-1430' const='yes' id='type-id-1629'/>
+ <pointer-type-def type-id='type-id-1549' size-in-bits='64' id='type-id-1651'/>
+ <pointer-type-def type-id='type-id-1666' size-in-bits='64' id='type-id-1654'/>
+ <qualified-type-def type-id='type-id-1667' const='yes' id='type-id-1630'/>
+ <qualified-type-def type-id='type-id-1431' const='yes' id='type-id-1631'/>
+ <qualified-type-def type-id='type-id-1405' const='yes' id='type-id-1632'/>
+ <qualified-type-def type-id='type-id-1432' const='yes' id='type-id-1633'/>
<qualified-type-def type-id='type-id-1433' const='yes' id='type-id-1634'/>
- <qualified-type-def type-id='type-id-1434' const='yes' id='type-id-1635'/>
- <qualified-type-def type-id='type-id-1430' const='yes' id='type-id-1636'/>
- <qualified-type-def type-id='type-id-1440' const='yes' id='type-id-1637'/>
- <qualified-type-def type-id='type-id-1457' const='yes' id='type-id-1638'/>
- <qualified-type-def type-id='type-id-1443' const='yes' id='type-id-1639'/>
- <qualified-type-def type-id='type-id-1429' const='yes' id='type-id-1640'/>
- <pointer-type-def type-id='type-id-1669' size-in-bits='64' id='type-id-1657'/>
- <pointer-type-def type-id='type-id-1670' size-in-bits='64' id='type-id-1659'/>
- <reference-type-def kind='lvalue' type-id='type-id-1561' size-in-bits='64' id='type-id-1643'/>
- <pointer-type-def type-id='type-id-1671' size-in-bits='64' id='type-id-1662'/>
- <qualified-type-def type-id='type-id-1532' const='yes' id='type-id-1642'/>
- <pointer-type-def type-id='type-id-1672' size-in-bits='64' id='type-id-1664'/>
- <reference-type-def kind='lvalue' type-id='type-id-495' size-in-bits='64' id='type-id-1658'/>
- <pointer-type-def type-id='type-id-1623' size-in-bits='64' id='type-id-1663'/>
- <pointer-type-def type-id='type-id-1622' size-in-bits='64' id='type-id-1665'/>
- <namespace-decl name='OT'>
- <class-decl name='ContextApplyFuncs' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='639' column='1' id='type-id-1648'>
+ <qualified-type-def type-id='type-id-1429' const='yes' id='type-id-1635'/>
+ <qualified-type-def type-id='type-id-1439' const='yes' id='type-id-1636'/>
+ <qualified-type-def type-id='type-id-1456' const='yes' id='type-id-1637'/>
+ <qualified-type-def type-id='type-id-1442' const='yes' id='type-id-1638'/>
+ <qualified-type-def type-id='type-id-1428' const='yes' id='type-id-1639'/>
+ <pointer-type-def type-id='type-id-1668' size-in-bits='64' id='type-id-1656'/>
+ <pointer-type-def type-id='type-id-1669' size-in-bits='64' id='type-id-1658'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1560' size-in-bits='64' id='type-id-1642'/>
+ <pointer-type-def type-id='type-id-1670' size-in-bits='64' id='type-id-1661'/>
+ <qualified-type-def type-id='type-id-1531' const='yes' id='type-id-1641'/>
+ <pointer-type-def type-id='type-id-1671' size-in-bits='64' id='type-id-1663'/>
+ <reference-type-def kind='lvalue' type-id='type-id-494' size-in-bits='64' id='type-id-1657'/>
+ <pointer-type-def type-id='type-id-1622' size-in-bits='64' id='type-id-1662'/>
+ <pointer-type-def type-id='type-id-1621' size-in-bits='64' id='type-id-1664'/>
+ <namespace-decl name='OT'>
+ <class-decl name='ContextApplyFuncs' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='639' column='1' id='type-id-1647'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='match' type-id='type-id-1673' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='640' column='1'/>
+ <var-decl name='match' type-id='type-id-1672' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='640' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ContextClosureFuncs' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='631' column='1' id='type-id-1650'>
+ <class-decl name='ContextClosureFuncs' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='631' column='1' id='type-id-1649'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='intersects' type-id='type-id-1674' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='632' column='1'/>
+ <var-decl name='intersects' type-id='type-id-1673' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='632' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <class-decl name='ContextCollectGlyphsFuncs' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='635' column='1' id='type-id-1651'>
+ <class-decl name='ContextCollectGlyphsFuncs' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='635' column='1' id='type-id-1650'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='collect' type-id='type-id-1675' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='636' column='1'/>
+ <var-decl name='collect' type-id='type-id-1674' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='636' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
- <class-decl name='_hb_void_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='258' column='1' id='type-id-1641'/>
- <class-decl name='hb_set_digest_lowest_bits_t<long unsigned int, 0u>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='44' column='1' id='type-id-1660'>
+ <class-decl name='_hb_void_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='258' column='1' id='type-id-1640'/>
+ <class-decl name='hb_set_digest_lowest_bits_t<long unsigned int, 0u>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='44' column='1' id='type-id-1659'>
<data-member access='public' static='yes'>
- <var-decl name='mask_bytes' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='47' column='1'/>
+ <var-decl name='mask_bytes' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='47' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='mask_bits' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='48' column='1'/>
+ <var-decl name='mask_bits' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='48' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='num_bits' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='55' column='1'/>
+ <var-decl name='num_bits' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='55' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='mask' type-id='type-id-42' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='87' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_static_assertion_on_line_45' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj0EE28_static_assertion_on_line_45Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1676' is-artificial='yes'/>
+ <parameter type-id='type-id-1675' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj0EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1677' is-artificial='yes'/>
+ <parameter type-id='type-id-1676' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj0EE3addEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1677' is-artificial='yes'/>
+ <parameter type-id='type-id-1676' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_range' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj0EE9add_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1677' is-artificial='yes'/>
+ <parameter type-id='type-id-1676' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='may_have' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj0EE8may_haveEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1676' is-artificial='yes'/>
+ <parameter type-id='type-id-1675' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hb_set_digest_lowest_bits_t<long unsigned int, 9u>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='44' column='1' id='type-id-1661'>
+ <class-decl name='hb_set_digest_lowest_bits_t<long unsigned int, 9u>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='44' column='1' id='type-id-1660'>
<data-member access='public' static='yes'>
- <var-decl name='mask_bytes' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='47' column='1'/>
+ <var-decl name='mask_bytes' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='47' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='mask_bits' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='48' column='1'/>
+ <var-decl name='mask_bits' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='48' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='num_bits' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='55' column='1'/>
+ <var-decl name='num_bits' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='55' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='mask' type-id='type-id-42' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='87' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_static_assertion_on_line_45' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj9EE28_static_assertion_on_line_45Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1678' is-artificial='yes'/>
+ <parameter type-id='type-id-1677' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj9EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1679' is-artificial='yes'/>
+ <parameter type-id='type-id-1678' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj9EE3addEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1679' is-artificial='yes'/>
+ <parameter type-id='type-id-1678' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_range' mangled-name='_ZN27hb_set_digest_lowest_bits_tImLj9EE9add_rangeEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1679' is-artificial='yes'/>
+ <parameter type-id='type-id-1678' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='may_have' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj9EE8may_haveEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set-private.hh' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1678' is-artificial='yes'/>
+ <parameter type-id='type-id-1677' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-7'/>
</function-decl>
</function-decl>
</member-function>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-145' size-in-bits='24' id='type-id-1644'>
- <subrange length='3' type-id='type-id-42' id='type-id-1680'/>
+ <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='24' id='type-id-1643'>
+ <subrange length='3' type-id='type-id-42' id='type-id-1679'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-20' size-in-bits='192' id='type-id-1649'>
- <subrange length='3' type-id='type-id-42' id='type-id-1680'/>
+ <array-type-def dimensions='1' type-id='type-id-20' size-in-bits='192' id='type-id-1648'>
+ <subrange length='3' type-id='type-id-42' id='type-id-1679'/>
</array-type-def>
- <qualified-type-def type-id='type-id-1593' const='yes' id='type-id-1666'/>
- <qualified-type-def type-id='type-id-1592' const='yes' id='type-id-1667'/>
- <qualified-type-def type-id='type-id-1613' const='yes' id='type-id-1669'/>
- <qualified-type-def type-id='type-id-1615' const='yes' id='type-id-1670'/>
- <qualified-type-def type-id='type-id-1623' const='yes' id='type-id-1671'/>
- <pointer-type-def type-id='type-id-1681' size-in-bits='64' id='type-id-1676'/>
- <qualified-type-def type-id='type-id-1622' const='yes' id='type-id-1672'/>
- <pointer-type-def type-id='type-id-1682' size-in-bits='64' id='type-id-1678'/>
- <pointer-type-def type-id='type-id-1660' size-in-bits='64' id='type-id-1677'/>
- <pointer-type-def type-id='type-id-1661' size-in-bits='64' id='type-id-1679'/>
- <namespace-decl name='OT'>
- <class-decl name='GDEF' size-in-bits='112' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='326' column='1' id='type-id-1668'>
+ <qualified-type-def type-id='type-id-1592' const='yes' id='type-id-1665'/>
+ <qualified-type-def type-id='type-id-1591' const='yes' id='type-id-1666'/>
+ <qualified-type-def type-id='type-id-1612' const='yes' id='type-id-1668'/>
+ <qualified-type-def type-id='type-id-1614' const='yes' id='type-id-1669'/>
+ <qualified-type-def type-id='type-id-1622' const='yes' id='type-id-1670'/>
+ <pointer-type-def type-id='type-id-1680' size-in-bits='64' id='type-id-1675'/>
+ <qualified-type-def type-id='type-id-1621' const='yes' id='type-id-1671'/>
+ <pointer-type-def type-id='type-id-1681' size-in-bits='64' id='type-id-1677'/>
+ <pointer-type-def type-id='type-id-1659' size-in-bits='64' id='type-id-1676'/>
+ <pointer-type-def type-id='type-id-1660' size-in-bits='64' id='type-id-1678'/>
+ <namespace-decl name='OT'>
+ <class-decl name='GDEF' size-in-bits='112' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='326' column='1' id='type-id-1667'>
<member-type access='public'>
- <enum-decl name='GlyphClasses' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='329' column='1' id='type-id-1683'>
+ <enum-decl name='GlyphClasses' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='329' column='1' id='type-id-1682'>
<underlying-type type-id='type-id-56'/>
<enumerator name='UnclassifiedGlyph' value='0'/>
<enumerator name='BaseGlyph' value='1'/>
</enum-decl>
</member-type>
<data-member access='public' static='yes'>
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='327' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='327' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='version' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='402' column='1'/>
+ <var-decl name='version' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='402' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='glyphClassDef' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='405' column='1'/>
+ <var-decl name='glyphClassDef' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='405' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='attachList' type-id='type-id-588' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='409' column='1'/>
+ <var-decl name='attachList' type-id='type-id-587' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='409' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='ligCaretList' type-id='type-id-600' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='413' column='1'/>
+ <var-decl name='ligCaretList' type-id='type-id-599' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='413' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='80'>
- <var-decl name='markAttachClassDef' type-id='type-id-592' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='417' column='1'/>
+ <var-decl name='markAttachClassDef' type-id='type-id-591' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='417' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='96'>
- <var-decl name='markGlyphSetsDef' type-id='type-id-1684' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='421' column='1'/>
+ <var-decl name='markGlyphSetsDef' type-id='type-id-1683' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='421' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='426' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='426' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='has_glyph_classes' mangled-name='_ZNK2OT4GDEF17has_glyph_classesEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_class' mangled-name='_ZNK2OT4GDEF15get_glyph_classEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1685' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyphs_in_class' mangled-name='_ZNK2OT4GDEF19get_glyphs_in_classEjP8hb_set_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='has_mark_attachment_types' mangled-name='_ZNK2OT4GDEF25has_mark_attachment_typesEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='343' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_mark_attachment_type' mangled-name='_ZNK2OT4GDEF24get_mark_attachment_typeEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='344' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1685' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='has_attach_points' mangled-name='_ZNK2OT4GDEF17has_attach_pointsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='347' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_attach_points' mangled-name='_ZNK2OT4GDEF17get_attach_pointsEjjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='348' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1685' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
<parameter type-id='type-id-60'/>
</member-function>
<member-function access='public'>
<function-decl name='has_lig_carets' mangled-name='_ZNK2OT4GDEF14has_lig_caretsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='354' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_lig_carets' mangled-name='_ZNK2OT4GDEF14get_lig_caretsEP9hb_font_t14hb_direction_tjjPjPi' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='355' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1685' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-126'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-125'/>
+ <parameter type-id='type-id-68'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-162'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='has_mark_sets' mangled-name='_ZNK2OT4GDEF13has_mark_setsEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='363' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='mark_set_covers' mangled-name='_ZNK2OT4GDEF15mark_set_coversEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='364' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT4GDEF8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='367' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1686' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph_props' mangled-name='_ZNK2OT4GDEF15get_glyph_propsEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='382' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1685' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_426' mangled-name='_ZNK2OT4GDEF31_instance_assertion_on_line_426Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='426' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_426' mangled-name='_ZNK2OT4GDEF31_compiles_assertion_on_line_426Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gdef-table.hh' line='426' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1684' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='OT'>
- <typedef-decl name='collect_glyphs_func_t' type-id='type-id-1687' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='627' column='1' id='type-id-1675'/>
+ <typedef-decl name='collect_glyphs_func_t' type-id='type-id-1686' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='627' column='1' id='type-id-1674'/>
</namespace-decl>
<namespace-decl name='OT'>
- <typedef-decl name='intersects_func_t' type-id='type-id-1688' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='626' column='1' id='type-id-1674'/>
+ <typedef-decl name='intersects_func_t' type-id='type-id-1687' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='626' column='1' id='type-id-1673'/>
</namespace-decl>
<namespace-decl name='OT'>
- <typedef-decl name='match_func_t' type-id='type-id-1485' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='628' column='1' id='type-id-1673'/>
+ <typedef-decl name='match_func_t' type-id='type-id-1484' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='628' column='1' id='type-id-1672'/>
</namespace-decl>
- <pointer-type-def type-id='type-id-1668' size-in-bits='64' id='type-id-1686'/>
- <array-type-def dimensions='1' type-id='type-id-606' size-in-bits='16' id='type-id-1684'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <pointer-type-def type-id='type-id-1667' size-in-bits='64' id='type-id-1685'/>
+ <array-type-def dimensions='1' type-id='type-id-605' size-in-bits='16' id='type-id-1683'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <pointer-type-def type-id='type-id-1689' size-in-bits='64' id='type-id-1688'/>
- <pointer-type-def type-id='type-id-1631' size-in-bits='64' id='type-id-1685'/>
+ <pointer-type-def type-id='type-id-1688' size-in-bits='64' id='type-id-1687'/>
+ <pointer-type-def type-id='type-id-1630' size-in-bits='64' id='type-id-1684'/>
+ <qualified-type-def type-id='type-id-1659' const='yes' id='type-id-1680'/>
<qualified-type-def type-id='type-id-1660' const='yes' id='type-id-1681'/>
- <qualified-type-def type-id='type-id-1661' const='yes' id='type-id-1682'/>
- <pointer-type-def type-id='type-id-1690' size-in-bits='64' id='type-id-1687'/>
- <function-type size-in-bits='64' id='type-id-1689'>
- <parameter type-id='type-id-842'/>
- <parameter type-id='type-id-1643'/>
+ <pointer-type-def type-id='type-id-1689' size-in-bits='64' id='type-id-1686'/>
+ <function-type size-in-bits='64' id='type-id-1688'>
+ <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-1642'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-7'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-1690'>
- <parameter type-id='type-id-842'/>
- <parameter type-id='type-id-1643'/>
+ <function-type size-in-bits='64' id='type-id-1689'>
+ <parameter type-id='type-id-841'/>
+ <parameter type-id='type-id-1642'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-5'/>
</function-type>
<abi-instr version='1.0' address-size='64' path='hb-font.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<function-decl name='hb_font_funcs_get_empty' mangled-name='hb_font_funcs_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='264' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_get_empty'>
- <return type-id='type-id-160'/>
+ <return type-id='type-id-159'/>
</function-decl>
<function-decl name='hb_font_funcs_is_immutable' mangled-name='hb_font_funcs_is_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_is_immutable'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='377' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='377' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_font_funcs_set_glyph_func' mangled-name='hb_font_funcs_set_glyph_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_func'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
- <parameter type-id='type-id-182' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-181' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_funcs_set_glyph_h_advance_func' mangled-name='hb_font_funcs_set_glyph_h_advance_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_h_advance_func'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
- <parameter type-id='type-id-183' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-182' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_funcs_set_glyph_v_advance_func' mangled-name='hb_font_funcs_set_glyph_v_advance_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_v_advance_func'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
- <parameter type-id='type-id-184' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-183' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_funcs_set_glyph_h_origin_func' mangled-name='hb_font_funcs_set_glyph_h_origin_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_h_origin_func'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
- <parameter type-id='type-id-185' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-184' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_funcs_set_glyph_v_origin_func' mangled-name='hb_font_funcs_set_glyph_v_origin_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_v_origin_func'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
- <parameter type-id='type-id-186' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-185' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_funcs_set_glyph_h_kerning_func' mangled-name='hb_font_funcs_set_glyph_h_kerning_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_h_kerning_func'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
- <parameter type-id='type-id-187' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-186' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_funcs_set_glyph_v_kerning_func' mangled-name='hb_font_funcs_set_glyph_v_kerning_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_v_kerning_func'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
- <parameter type-id='type-id-188' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-187' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_funcs_set_glyph_extents_func' mangled-name='hb_font_funcs_set_glyph_extents_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_extents_func'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
- <parameter type-id='type-id-189' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-188' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_funcs_set_glyph_contour_point_func' mangled-name='hb_font_funcs_set_glyph_contour_point_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_contour_point_func'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
- <parameter type-id='type-id-190' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-189' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_funcs_set_glyph_name_func' mangled-name='hb_font_funcs_set_glyph_name_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_name_func'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
- <parameter type-id='type-id-191' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-190' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_funcs_set_glyph_from_name_func' mangled-name='hb_font_funcs_set_glyph_from_name_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_glyph_from_name_func'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
- <parameter type-id='type-id-192' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
+ <parameter type-id='type-id-191' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='411' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_get_glyph' mangled-name='hb_font_get_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='431' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='431' column='1'/>
- <parameter type-id='type-id-69' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='432' column='1'/>
- <parameter type-id='type-id-69' name='variation_selector' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='432' column='1'/>
- <parameter type-id='type-id-105' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='433' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='431' column='1'/>
+ <parameter type-id='type-id-68' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='432' column='1'/>
+ <parameter type-id='type-id-68' name='variation_selector' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='432' column='1'/>
+ <parameter type-id='type-id-104' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='433' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_font_get_glyph_h_advance' mangled-name='hb_font_get_glyph_h_advance' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='450' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_h_advance'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='450' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='451' column='1'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='450' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='451' column='1'/>
+ <return type-id='type-id-149'/>
</function-decl>
<function-decl name='hb_font_get_glyph_v_advance' mangled-name='hb_font_get_glyph_v_advance' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='468' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_v_advance'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='450' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='451' column='1'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='450' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='451' column='1'/>
+ <return type-id='type-id-149'/>
</function-decl>
<function-decl name='hb_font_get_glyph_h_origin' mangled-name='hb_font_get_glyph_h_origin' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='488' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_h_origin'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='488' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='489' column='1'/>
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='488' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='489' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_font_get_glyph_v_origin' mangled-name='hb_font_get_glyph_v_origin' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='509' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_v_origin'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='488' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='489' column='1'/>
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='488' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='489' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='490' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_font_get_glyph_h_kerning' mangled-name='hb_font_get_glyph_h_kerning' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='529' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_h_kerning'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='529' column='1'/>
- <parameter type-id='type-id-69' name='left_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
- <parameter type-id='type-id-69' name='right_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='529' column='1'/>
+ <parameter type-id='type-id-68' name='left_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
+ <parameter type-id='type-id-68' name='right_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
+ <return type-id='type-id-149'/>
</function-decl>
<function-decl name='hb_font_get_glyph_v_kerning' mangled-name='hb_font_get_glyph_v_kerning' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='548' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_v_kerning'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='529' column='1'/>
- <parameter type-id='type-id-69' name='left_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
- <parameter type-id='type-id-69' name='right_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
- <return type-id='type-id-150'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='529' column='1'/>
+ <parameter type-id='type-id-68' name='left_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
+ <parameter type-id='type-id-68' name='right_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='530' column='1'/>
+ <return type-id='type-id-149'/>
</function-decl>
<function-decl name='hb_font_get_glyph_contour_point' mangled-name='hb_font_get_glyph_contour_point' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='589' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_contour_point'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='589' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='590' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='589' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='590' column='1'/>
<parameter type-id='type-id-10' name='point_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='590' column='1'/>
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='591' column='1'/>
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='591' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='591' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='591' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_font_get_glyph_name' mangled-name='hb_font_get_glyph_name' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='610' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_name'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='610' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='611' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='610' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='611' column='1'/>
<parameter type-id='type-id-61' name='name' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='612' column='1'/>
<parameter type-id='type-id-10' name='size' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='612' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_font_get_empty' mangled-name='hb_font_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='911' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_empty'>
- <return type-id='type-id-158'/>
+ <return type-id='type-id-157'/>
</function-decl>
<function-decl name='hb_font_is_immutable' mangled-name='hb_font_is_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1054' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_is_immutable'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1054' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1054' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_font_get_parent' mangled-name='hb_font_get_parent' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1070' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_parent'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1070' column='1'/>
- <return type-id='type-id-158'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1070' column='1'/>
+ <return type-id='type-id-157'/>
</function-decl>
<function-decl name='hb_font_get_face' mangled-name='hb_font_get_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1086' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_face'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1086' column='1'/>
- <return type-id='type-id-159'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1086' column='1'/>
+ <return type-id='type-id-158'/>
</function-decl>
<function-decl name='hb_font_set_funcs_data' mangled-name='hb_font_set_funcs_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_set_funcs_data'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1139' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1139' column='1'/>
<parameter type-id='type-id-20' name='font_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1140' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1141' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_set_scale' mangled-name='hb_font_set_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_set_scale'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1169' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1169' column='1'/>
<parameter type-id='type-id-4' name='x_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1170' column='1'/>
<parameter type-id='type-id-4' name='y_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1171' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
- <pointer-type-def type-id='type-id-4' size-in-bits='64' id='type-id-1691'/>
+ <pointer-type-def type-id='type-id-4' size-in-bits='64' id='type-id-1690'/>
<function-decl name='hb_font_get_scale' mangled-name='hb_font_get_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1191' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_scale'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1191' column='1'/>
- <parameter type-id='type-id-1691' name='x_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1192' column='1'/>
- <parameter type-id='type-id-1691' name='y_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1193' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1191' column='1'/>
+ <parameter type-id='type-id-1690' name='x_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1192' column='1'/>
+ <parameter type-id='type-id-1690' name='y_scale' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1193' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_set_ppem' mangled-name='hb_font_set_ppem' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1210' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_set_ppem'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1210' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1210' column='1'/>
<parameter type-id='type-id-10' name='x_ppem' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1211' column='1'/>
<parameter type-id='type-id-10' name='y_ppem' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1212' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_get_ppem' mangled-name='hb_font_get_ppem' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1232' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_ppem'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1232' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1232' column='1'/>
<parameter type-id='type-id-60' name='x_ppem' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1233' column='1'/>
<parameter type-id='type-id-60' name='y_ppem' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1234' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_make_immutable' mangled-name='hb_font_make_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_make_immutable'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_get_glyph_contour_point_for_origin' mangled-name='hb_font_get_glyph_contour_point_for_origin' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='785' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_contour_point_for_origin'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='785' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='786' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='785' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='786' column='1'/>
<parameter type-id='type-id-10' name='point_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='786' column='1'/>
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='787' column='1'/>
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='788' column='1'/>
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='788' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='787' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='788' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='788' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_font_get_glyph_kerning_for_direction' mangled-name='hb_font_get_glyph_kerning_for_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='739' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_kerning_for_direction'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='739' column='1'/>
- <parameter type-id='type-id-69' name='first_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='740' column='1'/>
- <parameter type-id='type-id-69' name='second_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='740' column='1'/>
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='741' column='1'/>
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='742' column='1'/>
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='742' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='739' column='1'/>
+ <parameter type-id='type-id-68' name='first_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='740' column='1'/>
+ <parameter type-id='type-id-68' name='second_glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='740' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='741' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='742' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='742' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_get_glyph_advance_for_direction' mangled-name='hb_font_get_glyph_advance_for_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_advance_for_direction'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_funcs_make_immutable' mangled-name='hb_font_funcs_make_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='358' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_make_immutable'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='358' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='358' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_get_user_data' mangled-name='hb_font_get_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1020' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_user_data'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1020' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1020' column='1'/>
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1021' column='1'/>
<return type-id='type-id-20'/>
</function-decl>
<function-decl name='hb_font_funcs_get_user_data' mangled-name='hb_font_funcs_get_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='342' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_get_user_data'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='342' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='342' column='1'/>
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='343' column='1'/>
<return type-id='type-id-20'/>
</function-decl>
<function-decl name='hb_font_set_user_data' mangled-name='hb_font_set_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='999' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_set_user_data'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='999' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='999' column='1'/>
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1000' column='1'/>
<parameter type-id='type-id-20' name='data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1001' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1002' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_font_funcs_set_user_data' mangled-name='hb_font_funcs_set_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_set_user_data'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='321' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='321' column='1'/>
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='322' column='1'/>
<parameter type-id='type-id-20' name='data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='323' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='324' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_font_reference' mangled-name='hb_font_reference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='952' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_reference'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1070' column='1'/>
- <return type-id='type-id-158'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1070' column='1'/>
+ <return type-id='type-id-157'/>
</function-decl>
<function-decl name='hb_font_funcs_reference' mangled-name='hb_font_funcs_reference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='280' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_reference'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='280' column='1'/>
- <return type-id='type-id-160'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='280' column='1'/>
+ <return type-id='type-id-159'/>
</function-decl>
<function-decl name='hb_font_funcs_create' mangled-name='hb_font_funcs_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_create'>
- <return type-id='type-id-160'/>
+ <return type-id='type-id-159'/>
</function-decl>
<function-decl name='hb_font_glyph_to_string' mangled-name='hb_font_glyph_to_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='806' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_glyph_to_string'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='806' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='807' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='806' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='807' column='1'/>
<parameter type-id='type-id-61' name='s' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='808' column='1'/>
<parameter type-id='type-id-10' name='size' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='808' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_create' mangled-name='hb_font_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='851' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_create'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='851' column='1'/>
- <return type-id='type-id-158'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='851' column='1'/>
+ <return type-id='type-id-157'/>
</function-decl>
<function-decl name='hb_font_create_sub_font' mangled-name='hb_font_create_sub_font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='880' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_create_sub_font'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1070' column='1'/>
- <return type-id='type-id-158'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1070' column='1'/>
+ <return type-id='type-id-157'/>
</function-decl>
<function-decl name='hb_font_get_glyph_extents' mangled-name='hb_font_get_glyph_extents' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='567' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_extents'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='567' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='568' column='1'/>
- <parameter type-id='type-id-164' name='extents' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='569' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='567' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='568' column='1'/>
+ <parameter type-id='type-id-163' name='extents' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='569' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_font_get_glyph_from_name' mangled-name='hb_font_get_glyph_from_name' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='631' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_from_name'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='631' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='631' column='1'/>
<parameter type-id='type-id-50' name='name' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='632' column='1'/>
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='632' column='1'/>
- <parameter type-id='type-id-105' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='633' column='1'/>
+ <parameter type-id='type-id-104' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='633' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_font_glyph_from_string' mangled-name='hb_font_glyph_from_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='828' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_glyph_from_string'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='631' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='631' column='1'/>
<parameter type-id='type-id-50' name='name' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='632' column='1'/>
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='632' column='1'/>
- <parameter type-id='type-id-105' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='633' column='1'/>
+ <parameter type-id='type-id-104' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='633' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_font_subtract_glyph_origin_for_direction' mangled-name='hb_font_subtract_glyph_origin_for_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='717' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_subtract_glyph_origin_for_direction'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_add_glyph_origin_for_direction' mangled-name='hb_font_add_glyph_origin_for_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='696' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_add_glyph_origin_for_direction'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_get_glyph_origin_for_direction' mangled-name='hb_font_get_glyph_origin_for_direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='675' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_origin_for_direction'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
- <parameter type-id='type-id-163' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
- <parameter type-id='type-id-163' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='654' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='655' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='656' column='1'/>
+ <parameter type-id='type-id-162' name='x' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
+ <parameter type-id='type-id-162' name='y' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='657' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_get_glyph_extents_for_origin' mangled-name='hb_font_get_glyph_extents_for_origin' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='761' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_get_glyph_extents_for_origin'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='761' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='762' column='1'/>
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='763' column='1'/>
- <parameter type-id='type-id-164' name='extents' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='764' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='761' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='762' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='763' column='1'/>
+ <parameter type-id='type-id-163' name='extents' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='764' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_font_funcs_destroy' mangled-name='hb_font_funcs_destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='294' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_funcs_destroy'>
- <parameter type-id='type-id-160' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='358' column='1'/>
+ <parameter type-id='type-id-159' name='ffuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='358' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_set_funcs' mangled-name='hb_font_set_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1104' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_set_funcs'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1104' column='1'/>
- <parameter type-id='type-id-160' name='klass' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1105' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1104' column='1'/>
+ <parameter type-id='type-id-159' name='klass' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1105' column='1'/>
<parameter type-id='type-id-20' name='font_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1106' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1107' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_font_destroy' mangled-name='hb_font_destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='966' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_font_destroy'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-ot-tag.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<function-decl name='hb_ot_tag_to_language' mangled-name='hb_ot_tag_to_language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='868' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_tag_to_language'>
- <parameter type-id='type-id-180' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='868' column='1'/>
- <return type-id='type-id-127'/>
+ <parameter type-id='type-id-179' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='868' column='1'/>
+ <return type-id='type-id-126'/>
</function-decl>
<function-decl name='hb_ot_tag_from_language' mangled-name='hb_ot_tag_from_language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='806' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_tag_from_language'>
- <parameter type-id='type-id-127' name='language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='806' column='1'/>
- <return type-id='type-id-180'/>
+ <parameter type-id='type-id-126' name='language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='806' column='1'/>
+ <return type-id='type-id-179'/>
</function-decl>
<function-decl name='hb_ot_tag_to_script' mangled-name='hb_ot_tag_to_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_tag_to_script'>
- <parameter type-id='type-id-180' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='368' column='1'/>
- <return type-id='type-id-104'/>
+ <parameter type-id='type-id-179' name='tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-common.cc' line='368' column='1'/>
+ <return type-id='type-id-103'/>
</function-decl>
<function-decl name='hb_ot_tags_from_script' mangled-name='hb_ot_tags_from_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_tags_from_script'>
- <parameter type-id='type-id-104' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='130' column='1'/>
- <parameter type-id='type-id-1460' name='script_tag_1' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='131' column='1'/>
- <parameter type-id='type-id-1460' name='script_tag_2' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='132' column='1'/>
+ <parameter type-id='type-id-103' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='130' column='1'/>
+ <parameter type-id='type-id-1459' name='script_tag_1' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='131' column='1'/>
+ <parameter type-id='type-id-1459' name='script_tag_2' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-tag.cc' line='132' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-set.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<function-decl name='hb_set_get_empty' mangled-name='hb_set_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='61' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_get_empty'>
- <return type-id='type-id-842'/>
+ <return type-id='type-id-841'/>
</function-decl>
<function-decl name='hb_set_allocation_successful' mangled-name='hb_set_allocation_successful' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_allocation_successful'>
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='153' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='153' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_set_is_empty' mangled-name='hb_set_is_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='183' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_is_empty'>
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='153' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='153' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_set_is_equal' mangled-name='hb_set_is_equal' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='286' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_is_equal'>
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='286' column='1'/>
- <parameter type-id='type-id-841' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='287' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='286' column='1'/>
+ <parameter type-id='type-id-840' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='287' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_set_get_min' mangled-name='hb_set_get_min' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_get_min'>
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='413' column='1'/>
- <return type-id='type-id-69'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='413' column='1'/>
+ <return type-id='type-id-68'/>
</function-decl>
<function-decl name='hb_set_get_max' mangled-name='hb_set_get_max' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='429' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_get_max'>
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='413' column='1'/>
- <return type-id='type-id-69'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='413' column='1'/>
+ <return type-id='type-id-68'/>
</function-decl>
<function-decl name='hb_set_has' mangled-name='hb_set_has' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_has'>
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='200' column='1'/>
- <parameter type-id='type-id-69' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='201' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='200' column='1'/>
+ <parameter type-id='type-id-68' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='201' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_set_invert' mangled-name='hb_set_invert' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='381' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_invert'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='381' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='381' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_set_symmetric_difference' mangled-name='hb_set_symmetric_difference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_symmetric_difference'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
- <parameter type-id='type-id-841' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
+ <parameter type-id='type-id-840' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_set_subtract' mangled-name='hb_set_subtract' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='350' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_subtract'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
- <parameter type-id='type-id-841' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
+ <parameter type-id='type-id-840' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_set_intersect' mangled-name='hb_set_intersect' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_intersect'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
- <parameter type-id='type-id-841' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
+ <parameter type-id='type-id-840' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_set_union' mangled-name='hb_set_union' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='318' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_union'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
- <parameter type-id='type-id-841' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
+ <parameter type-id='type-id-840' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_set_set' mangled-name='hb_set_set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='302' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_set'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
- <parameter type-id='type-id-841' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='366' column='1'/>
+ <parameter type-id='type-id-840' name='other' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='367' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_set_del_range' mangled-name='hb_set_del_range' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='267' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_del_range'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='267' column='1'/>
- <parameter type-id='type-id-69' name='first' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='268' column='1'/>
- <parameter type-id='type-id-69' name='last' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='269' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='267' column='1'/>
+ <parameter type-id='type-id-68' name='first' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='268' column='1'/>
+ <parameter type-id='type-id-68' name='last' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='269' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_set_del' mangled-name='hb_set_del' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='250' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_del'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='250' column='1'/>
- <parameter type-id='type-id-69' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='251' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='250' column='1'/>
+ <parameter type-id='type-id-68' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='251' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_set_add_range' mangled-name='hb_set_add_range' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_add_range'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='267' column='1'/>
- <parameter type-id='type-id-69' name='first' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='268' column='1'/>
- <parameter type-id='type-id-69' name='last' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='269' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='267' column='1'/>
+ <parameter type-id='type-id-68' name='first' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='268' column='1'/>
+ <parameter type-id='type-id-68' name='last' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='269' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_set_add' mangled-name='hb_set_add' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='216' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_add'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='250' column='1'/>
- <parameter type-id='type-id-69' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='251' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='250' column='1'/>
+ <parameter type-id='type-id-68' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='251' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_set_get_population' mangled-name='hb_set_get_population' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_get_population'>
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='397' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='397' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_set_clear' mangled-name='hb_set_clear' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_clear'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='381' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='381' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_set_get_user_data' mangled-name='hb_set_get_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='135' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_get_user_data'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='135' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='135' column='1'/>
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='136' column='1'/>
<return type-id='type-id-20'/>
</function-decl>
<function-decl name='hb_set_set_user_data' mangled-name='hb_set_set_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='116' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_set_user_data'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='116' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='116' column='1'/>
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='117' column='1'/>
<parameter type-id='type-id-20' name='data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='118' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='119' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_set_reference' mangled-name='hb_set_reference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='82' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_reference'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='82' column='1'/>
- <return type-id='type-id-842'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='82' column='1'/>
+ <return type-id='type-id-841'/>
</function-decl>
<function-decl name='hb_set_destroy' mangled-name='hb_set_destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='94' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_destroy'>
- <parameter type-id='type-id-842' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='381' column='1'/>
+ <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='381' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_set_create' mangled-name='hb_set_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='41' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_create'>
- <return type-id='type-id-842'/>
+ <return type-id='type-id-841'/>
</function-decl>
<function-decl name='hb_set_next_range' mangled-name='hb_set_next_range' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='466' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_next_range'>
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='466' column='1'/>
- <parameter type-id='type-id-105' name='first' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='467' column='1'/>
- <parameter type-id='type-id-105' name='last' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='468' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='466' column='1'/>
+ <parameter type-id='type-id-104' name='first' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='467' column='1'/>
+ <parameter type-id='type-id-104' name='last' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='468' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_set_next' mangled-name='hb_set_next' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_set_next'>
- <parameter type-id='type-id-841' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='446' column='1'/>
- <parameter type-id='type-id-105' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='447' column='1'/>
+ <parameter type-id='type-id-840' name='set' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='446' column='1'/>
+ <parameter type-id='type-id-104' name='codepoint' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-set.cc' line='447' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-shape.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
- <qualified-type-def type-id='type-id-50' const='yes' id='type-id-1692'/>
- <pointer-type-def type-id='type-id-1692' size-in-bits='64' id='type-id-1693'/>
+ <qualified-type-def type-id='type-id-50' const='yes' id='type-id-1691'/>
+ <pointer-type-def type-id='type-id-1691' size-in-bits='64' id='type-id-1692'/>
<function-decl name='hb_shape_full' mangled-name='hb_shape_full' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='347' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_full'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='347' column='1'/>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='348' column='1'/>
- <parameter type-id='type-id-229' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='349' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='347' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='348' column='1'/>
+ <parameter type-id='type-id-228' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='349' column='1'/>
<parameter type-id='type-id-10' name='num_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='350' column='1'/>
- <parameter type-id='type-id-1693' name='shaper_list' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='351' column='1'/>
+ <parameter type-id='type-id-1692' name='shaper_list' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='351' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_shape' mangled-name='hb_shape' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='379' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='379' column='1'/>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='380' column='1'/>
- <parameter type-id='type-id-229' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='381' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='379' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='380' column='1'/>
+ <parameter type-id='type-id-228' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='381' column='1'/>
<parameter type-id='type-id-10' name='num_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='382' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_shape_list_shapers' mangled-name='hb_shape_list_shapers' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='298' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_list_shapers'>
- <return type-id='type-id-63'/>
+ <return type-id='type-id-62'/>
</function-decl>
<function-decl name='hb_feature_to_string' mangled-name='hb_feature_to_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='243' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_feature_to_string'>
- <parameter type-id='type-id-219' name='feature' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='243' column='1'/>
+ <parameter type-id='type-id-218' name='feature' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='243' column='1'/>
<parameter type-id='type-id-61' name='buf' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='244' column='1'/>
<parameter type-id='type-id-10' name='size' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='244' column='1'/>
<return type-id='type-id-5'/>
<function-decl name='hb_feature_from_string' mangled-name='hb_feature_from_string' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='212' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_feature_from_string'>
<parameter type-id='type-id-50' name='str' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='212' column='1'/>
<parameter type-id='type-id-4' name='len' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='212' column='1'/>
- <parameter type-id='type-id-219' name='feature' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='213' column='1'/>
+ <parameter type-id='type-id-218' name='feature' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape.cc' line='213' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-shape-plan.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<function-decl name='hb_shape_plan_get_empty' mangled-name='hb_shape_plan_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='164' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_get_empty'>
- <return type-id='type-id-176'/>
+ <return type-id='type-id-175'/>
</function-decl>
<function-decl name='hb_shape_plan_get_shaper' mangled-name='hb_shape_plan_get_shaper' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='489' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_get_shaper'>
- <parameter type-id='type-id-176' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='489' column='1'/>
+ <parameter type-id='type-id-175' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='489' column='1'/>
<return type-id='type-id-50'/>
</function-decl>
<function-decl name='hb_shape_plan_execute' mangled-name='hb_shape_plan_execute' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='285' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_execute'>
- <parameter type-id='type-id-176'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-80'/>
- <parameter type-id='type-id-229'/>
+ <parameter type-id='type-id-175'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-79'/>
+ <parameter type-id='type-id-228'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_shape_plan_get_user_data' mangled-name='hb_shape_plan_get_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='263' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_get_user_data'>
- <parameter type-id='type-id-176' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='263' column='1'/>
+ <parameter type-id='type-id-175' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='263' column='1'/>
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='264' column='1'/>
<return type-id='type-id-20'/>
</function-decl>
<function-decl name='hb_shape_plan_set_user_data' mangled-name='hb_shape_plan_set_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_set_user_data'>
- <parameter type-id='type-id-176' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='242' column='1'/>
+ <parameter type-id='type-id-175' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='242' column='1'/>
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='243' column='1'/>
<parameter type-id='type-id-20' name='data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='244' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='245' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_shape_plan_reference' mangled-name='hb_shape_plan_reference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_reference'>
- <parameter type-id='type-id-176' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='200' column='1'/>
- <return type-id='type-id-176'/>
+ <parameter type-id='type-id-175' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='200' column='1'/>
+ <return type-id='type-id-175'/>
</function-decl>
<function-decl name='hb_shape_plan_destroy' mangled-name='hb_shape_plan_destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='214' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_destroy'>
- <parameter type-id='type-id-176' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='214' column='1'/>
+ <parameter type-id='type-id-175' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='214' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_shape_plan_create' mangled-name='hb_shape_plan_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_create'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='112' column='1'/>
- <parameter type-id='type-id-241' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='113' column='1'/>
- <parameter type-id='type-id-229' name='user_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='114' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='112' column='1'/>
+ <parameter type-id='type-id-240' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='113' column='1'/>
+ <parameter type-id='type-id-228' name='user_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='114' column='1'/>
<parameter type-id='type-id-10' name='num_user_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='115' column='1'/>
- <parameter type-id='type-id-1693' name='shaper_list' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='116' column='1'/>
- <return type-id='type-id-176'/>
+ <parameter type-id='type-id-1692' name='shaper_list' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='116' column='1'/>
+ <return type-id='type-id-175'/>
</function-decl>
<function-decl name='hb_shape_plan_create_cached' mangled-name='hb_shape_plan_create_cached' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='402' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_shape_plan_create_cached'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='112' column='1'/>
- <parameter type-id='type-id-241' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='113' column='1'/>
- <parameter type-id='type-id-229' name='user_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='114' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='112' column='1'/>
+ <parameter type-id='type-id-240' name='props' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='113' column='1'/>
+ <parameter type-id='type-id-228' name='user_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='114' column='1'/>
<parameter type-id='type-id-10' name='num_user_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='115' column='1'/>
- <parameter type-id='type-id-1693' name='shaper_list' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='116' column='1'/>
- <return type-id='type-id-176'/>
+ <parameter type-id='type-id-1692' name='shaper_list' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-shape-plan.cc' line='116' column='1'/>
+ <return type-id='type-id-175'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-unicode.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<function-decl name='hb_unicode_funcs_get_empty' mangled-name='hb_unicode_funcs_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='215' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_get_empty'>
- <return type-id='type-id-67'/>
+ <return type-id='type-id-66'/>
</function-decl>
<function-decl name='hb_unicode_funcs_is_immutable' mangled-name='hb_unicode_funcs_is_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='330' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_is_immutable'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='330' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='330' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_unicode_funcs_get_parent' mangled-name='hb_unicode_funcs_get_parent' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='346' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_get_parent'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='346' column='1'/>
- <return type-id='type-id-67'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='346' column='1'/>
+ <return type-id='type-id-66'/>
</function-decl>
<function-decl name='hb_unicode_funcs_set_combining_class_func' mangled-name='hb_unicode_funcs_set_combining_class_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_combining_class_func'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
- <parameter type-id='type-id-91' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-90' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_unicode_funcs_set_eastasian_width_func' mangled-name='hb_unicode_funcs_set_eastasian_width_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_eastasian_width_func'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
- <parameter type-id='type-id-92' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-91' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_unicode_funcs_set_general_category_func' mangled-name='hb_unicode_funcs_set_general_category_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_general_category_func'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
- <parameter type-id='type-id-93' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-92' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_unicode_funcs_set_mirroring_func' mangled-name='hb_unicode_funcs_set_mirroring_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_mirroring_func'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
- <parameter type-id='type-id-94' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-93' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_unicode_funcs_set_script_func' mangled-name='hb_unicode_funcs_set_script_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_script_func'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
- <parameter type-id='type-id-95' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-94' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_unicode_funcs_set_compose_func' mangled-name='hb_unicode_funcs_set_compose_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_compose_func'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
- <parameter type-id='type-id-96' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-95' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_unicode_funcs_set_decompose_func' mangled-name='hb_unicode_funcs_set_decompose_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_decompose_func'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
- <parameter type-id='type-id-97' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-96' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_unicode_funcs_set_decompose_compatibility_func' mangled-name='hb_unicode_funcs_set_decompose_compatibility_func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_decompose_compatibility_func'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
- <parameter type-id='type-id-98' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
+ <parameter type-id='type-id-97' name='func' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-20' name='user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='377' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_unicode_combining_class' mangled-name='hb_unicode_combining_class' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_combining_class'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
- <parameter type-id='type-id-69' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
- <return type-id='type-id-102'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-68' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <return type-id='type-id-101'/>
</function-decl>
<function-decl name='hb_unicode_eastasian_width' mangled-name='hb_unicode_eastasian_width' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_eastasian_width'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
- <parameter type-id='type-id-69' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-68' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_unicode_general_category' mangled-name='hb_unicode_general_category' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_general_category'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
- <parameter type-id='type-id-69' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
- <return type-id='type-id-103'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-68' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <return type-id='type-id-102'/>
</function-decl>
<function-decl name='hb_unicode_mirroring' mangled-name='hb_unicode_mirroring' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_mirroring'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
- <parameter type-id='type-id-69' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
- <return type-id='type-id-69'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-68' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <return type-id='type-id-68'/>
</function-decl>
<function-decl name='hb_unicode_script' mangled-name='hb_unicode_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_script'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
- <parameter type-id='type-id-69' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
- <return type-id='type-id-104'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <parameter type-id='type-id-68' name='unicode' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='389' column='1'/>
+ <return type-id='type-id-103'/>
</function-decl>
<function-decl name='hb_unicode_decompose' mangled-name='hb_unicode_decompose' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='428' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_decompose'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='428' column='1'/>
- <parameter type-id='type-id-69' name='ab' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='429' column='1'/>
- <parameter type-id='type-id-105' name='a' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='430' column='1'/>
- <parameter type-id='type-id-105' name='b' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='431' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='428' column='1'/>
+ <parameter type-id='type-id-68' name='ab' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='429' column='1'/>
+ <parameter type-id='type-id-104' name='a' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='430' column='1'/>
+ <parameter type-id='type-id-104' name='b' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='431' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_unicode_decompose_compatibility' mangled-name='hb_unicode_decompose_compatibility' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='449' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_decompose_compatibility'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='449' column='1'/>
- <parameter type-id='type-id-69' name='u' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='450' column='1'/>
- <parameter type-id='type-id-105' name='decomposed' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='451' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='449' column='1'/>
+ <parameter type-id='type-id-68' name='u' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='450' column='1'/>
+ <parameter type-id='type-id-104' name='decomposed' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='451' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_unicode_compose' mangled-name='hb_unicode_compose' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='406' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_compose'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='406' column='1'/>
- <parameter type-id='type-id-69' name='a' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='407' column='1'/>
- <parameter type-id='type-id-69' name='b' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='408' column='1'/>
- <parameter type-id='type-id-105' name='ab' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='409' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='406' column='1'/>
+ <parameter type-id='type-id-68' name='a' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='407' column='1'/>
+ <parameter type-id='type-id-68' name='b' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='408' column='1'/>
+ <parameter type-id='type-id-104' name='ab' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='409' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_unicode_funcs_make_immutable' mangled-name='hb_unicode_funcs_make_immutable' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='311' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_make_immutable'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='311' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='311' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_unicode_funcs_get_user_data' mangled-name='hb_unicode_funcs_get_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='295' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_get_user_data'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='295' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='295' column='1'/>
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='296' column='1'/>
<return type-id='type-id-20'/>
</function-decl>
<function-decl name='hb_unicode_funcs_set_user_data' mangled-name='hb_unicode_funcs_set_user_data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='274' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_set_user_data'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='274' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='274' column='1'/>
<parameter type-id='type-id-17' name='key' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='275' column='1'/>
<parameter type-id='type-id-20' name='data' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='276' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='277' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_unicode_funcs_reference' mangled-name='hb_unicode_funcs_reference' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='231' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_reference'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='346' column='1'/>
- <return type-id='type-id-67'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='346' column='1'/>
+ <return type-id='type-id-66'/>
</function-decl>
<function-decl name='hb_unicode_funcs_destroy' mangled-name='hb_unicode_funcs_destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='245' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_destroy'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='311' column='1'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='311' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_unicode_funcs_create' mangled-name='hb_unicode_funcs_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_create'>
- <parameter type-id='type-id-67' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='346' column='1'/>
- <return type-id='type-id-67'/>
+ <parameter type-id='type-id-66' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='346' column='1'/>
+ <return type-id='type-id-66'/>
</function-decl>
<function-decl name='hb_unicode_funcs_get_default' mangled-name='hb_unicode_funcs_get_default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-unicode.cc' line='129' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_unicode_funcs_get_default'>
- <return type-id='type-id-67'/>
+ <return type-id='type-id-66'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-ot-font.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<namespace-decl name='OT'>
- <class-decl name='Supplier<OT::CmapSubtableLongGroup>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1300'/>
- <class-decl name='Supplier<OT::VariationSelectorRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1330'/>
- <class-decl name='Supplier<OT::EncodingRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1301'/>
- <class-decl name='Supplier<OT::UnicodeValueRange>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1329'/>
- <class-decl name='Supplier<OT::UVSMapping>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1328'/>
- <class-decl name='_mtx' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='54' column='1' id='type-id-1694'>
+ <class-decl name='Supplier<OT::CmapSubtableLongGroup>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1299'/>
+ <class-decl name='Supplier<OT::VariationSelectorRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1329'/>
+ <class-decl name='Supplier<OT::EncodingRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1300'/>
+ <class-decl name='Supplier<OT::UnicodeValueRange>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1328'/>
+ <class-decl name='Supplier<OT::UVSMapping>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1327'/>
+ <class-decl name='_mtx' size-in-bits='48' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='54' column='1' id='type-id-1693'>
<data-member access='public' static='yes'>
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='55' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='55' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='hmtxTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='57' column='1'/>
+ <var-decl name='hmtxTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='57' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='vmtxTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='58' column='1'/>
+ <var-decl name='vmtxTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='longMetric' type-id='type-id-1695' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='68' column='1'/>
+ <var-decl name='longMetric' type-id='type-id-1694' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='leadingBearingX' type-id='type-id-1696' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='76' column='1'/>
+ <var-decl name='leadingBearingX' type-id='type-id-1695' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='76' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='90' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='90' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT4_mtx8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1697' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1696' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_90' mangled-name='_ZNK2OT4_mtx30_instance_assertion_on_line_90Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1698' is-artificial='yes'/>
+ <parameter type-id='type-id-1697' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_compiles_assertion_on_line_90' mangled-name='_ZNK2OT4_mtx30_compiles_assertion_on_line_90Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1698' is-artificial='yes'/>
+ <parameter type-id='type-id-1697' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='LongMetric' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='46' column='1' id='type-id-1699'>
+ <class-decl name='LongMetric' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='46' column='1' id='type-id-1698'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='advance' type-id='type-id-444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='47' column='1'/>
+ <var-decl name='advance' type-id='type-id-443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='lsb' type-id='type-id-501' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='48' column='1'/>
+ <var-decl name='lsb' type-id='type-id-500' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='48' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='50' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='50' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='50' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='50' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_50' mangled-name='_ZNK2OT10LongMetric30_instance_assertion_on_line_50Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-hmtx-table.hh' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1700' is-artificial='yes'/>
+ <parameter type-id='type-id-1699' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Sanitizer<OT::cmap>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1701'>
+ <class-decl name='Sanitizer<OT::cmap>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1700'>
<member-function access='public' static='yes'>
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4cmapEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
<member-function access='public' static='yes'>
<function-decl name='lock_instance' mangled-name='_ZN2OT9SanitizerINS_4cmapEE13lock_instanceEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='352' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
- <return type-id='type-id-298'/>
+ <return type-id='type-id-297'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Sanitizer<OT::_hea>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1702'>
+ <class-decl name='Sanitizer<OT::_hea>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1701'>
<member-function access='public' static='yes'>
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4_heaEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
<member-function access='public' static='yes'>
<function-decl name='lock_instance' mangled-name='_ZN2OT9SanitizerINS_4_heaEE13lock_instanceEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='352' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
- <return type-id='type-id-299'/>
+ <return type-id='type-id-298'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Sanitizer<OT::_mtx>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1703'>
+ <class-decl name='Sanitizer<OT::_mtx>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1702'>
<member-function access='public' static='yes'>
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4_mtxEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
<member-function access='public' static='yes'>
<function-decl name='lock_instance' mangled-name='_ZN2OT9SanitizerINS_4_mtxEE13lock_instanceEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='352' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
- <return type-id='type-id-1698'/>
+ <return type-id='type-id-1697'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hb_ot_face_cmap_accelerator_t' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='95' column='1' id='type-id-1704'>
+ <class-decl name='hb_ot_face_cmap_accelerator_t' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='95' column='1' id='type-id-1703'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='table' type-id='type-id-1289' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='96' column='1'/>
+ <var-decl name='table' type-id='type-id-1288' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='96' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='uvs_table' type-id='type-id-1289' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='97' column='1'/>
+ <var-decl name='uvs_table' type-id='type-id-1288' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='97' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='blob' type-id='type-id-59' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='98' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN29hb_ot_face_cmap_accelerator_t4initEP9hb_face_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1705' is-artificial='yes'/>
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-1704' is-artificial='yes'/>
+ <parameter type-id='type-id-158'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='fini' mangled-name='_ZN29hb_ot_face_cmap_accelerator_t4finiEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='129' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1705' is-artificial='yes'/>
+ <parameter type-id='type-id-1704' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_glyph' mangled-name='_ZNK29hb_ot_face_cmap_accelerator_t9get_glyphEjjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1706' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-1705' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
- <pointer-type-def type-id='type-id-1704' size-in-bits='64' id='type-id-1705'/>
- <qualified-type-def type-id='type-id-1704' const='yes' id='type-id-1707'/>
- <pointer-type-def type-id='type-id-1707' size-in-bits='64' id='type-id-1706'/>
- <class-decl name='hb_ot_face_metrics_accelerator_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='39' column='1' id='type-id-1708'>
+ <pointer-type-def type-id='type-id-1703' size-in-bits='64' id='type-id-1704'/>
+ <qualified-type-def type-id='type-id-1703' const='yes' id='type-id-1706'/>
+ <pointer-type-def type-id='type-id-1706' size-in-bits='64' id='type-id-1705'/>
+ <class-decl name='hb_ot_face_metrics_accelerator_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='39' column='1' id='type-id-1707'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='num_metrics' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='40' column='1'/>
</data-member>
<var-decl name='default_advance' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='42' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='table' type-id='type-id-1698' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='43' column='1'/>
+ <var-decl name='table' type-id='type-id-1697' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='43' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='blob' type-id='type-id-59' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='44' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN32hb_ot_face_metrics_accelerator_t4initEP9hb_face_tjjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1709' is-artificial='yes'/>
- <parameter type-id='type-id-159'/>
- <parameter type-id='type-id-180'/>
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-1708' is-artificial='yes'/>
+ <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-179'/>
+ <parameter type-id='type-id-179'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='fini' mangled-name='_ZN32hb_ot_face_metrics_accelerator_t4finiEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1709' is-artificial='yes'/>
+ <parameter type-id='type-id-1708' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_advance' mangled-name='_ZNK32hb_ot_face_metrics_accelerator_t11get_advanceEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1710' is-artificial='yes'/>
- <parameter type-id='type-id-69'/>
+ <parameter type-id='type-id-1709' is-artificial='yes'/>
+ <parameter type-id='type-id-68'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
</class-decl>
- <qualified-type-def type-id='type-id-1699' const='yes' id='type-id-1711'/>
- <pointer-type-def type-id='type-id-1711' size-in-bits='64' id='type-id-1700'/>
+ <qualified-type-def type-id='type-id-1698' const='yes' id='type-id-1710'/>
+ <pointer-type-def type-id='type-id-1710' size-in-bits='64' id='type-id-1699'/>
- <array-type-def dimensions='1' type-id='type-id-1699' size-in-bits='32' id='type-id-1695'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-1698' size-in-bits='32' id='type-id-1694'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-501' size-in-bits='16' id='type-id-1696'>
- <subrange length='1' type-id='type-id-42' id='type-id-167'/>
+ <array-type-def dimensions='1' type-id='type-id-500' size-in-bits='16' id='type-id-1695'>
+ <subrange length='1' type-id='type-id-42' id='type-id-166'/>
</array-type-def>
- <pointer-type-def type-id='type-id-1694' size-in-bits='64' id='type-id-1697'/>
- <qualified-type-def type-id='type-id-1694' const='yes' id='type-id-1712'/>
- <pointer-type-def type-id='type-id-1712' size-in-bits='64' id='type-id-1698'/>
- <pointer-type-def type-id='type-id-1708' size-in-bits='64' id='type-id-1709'/>
- <qualified-type-def type-id='type-id-1708' const='yes' id='type-id-1713'/>
- <pointer-type-def type-id='type-id-1713' size-in-bits='64' id='type-id-1710'/>
+ <pointer-type-def type-id='type-id-1693' size-in-bits='64' id='type-id-1696'/>
+ <qualified-type-def type-id='type-id-1693' const='yes' id='type-id-1711'/>
+ <pointer-type-def type-id='type-id-1711' size-in-bits='64' id='type-id-1697'/>
+ <pointer-type-def type-id='type-id-1707' size-in-bits='64' id='type-id-1708'/>
+ <qualified-type-def type-id='type-id-1707' const='yes' id='type-id-1712'/>
+ <pointer-type-def type-id='type-id-1712' size-in-bits='64' id='type-id-1709'/>
<function-decl name='hb_ot_font_set_funcs' mangled-name='hb_ot_font_set_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-font.cc' line='338' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_font_set_funcs'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-ot-layout.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<namespace-decl name='OT'>
- <class-decl name='GSUB' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1318' column='1' id='type-id-1714'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1715'/>
+ <class-decl name='GSUB' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1318' column='1' id='type-id-1713'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1714'/>
<data-member access='public' static='yes'>
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1319' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1319' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1334' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1334' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1334' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1334' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_lookup' mangled-name='_ZNK2OT4GSUB10get_lookupEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1321' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1716' is-artificial='yes'/>
+ <parameter type-id='type-id-1715' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-933'/>
+ <return type-id='type-id-932'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='substitute_start' mangled-name='_ZN2OT4GSUB16substitute_startEP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1324' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-79'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='substitute_finish' mangled-name='_ZN2OT4GSUB17substitute_finishEP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1325' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-79'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT4GSUB8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1327' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1717' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1716' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1334' mangled-name='_ZNK2OT4GSUB32_instance_assertion_on_line_1334Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsub-table.hh' line='1334' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1716' is-artificial='yes'/>
+ <parameter type-id='type-id-1715' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='GSUBGPOS' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2259' column='1' id='type-id-1715'>
+ <class-decl name='GSUBGPOS' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2259' column='1' id='type-id-1714'>
<data-member access='public' static='yes'>
- <var-decl name='GSUBTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2260' column='1'/>
+ <var-decl name='GSUBTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2260' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='GPOSTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2261' column='1'/>
+ <var-decl name='GPOSTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2261' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='version' type-id='type-id-496' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2303' column='1'/>
+ <var-decl name='version' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2303' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='32'>
- <var-decl name='scriptList' type-id='type-id-615' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2306' column='1'/>
+ <var-decl name='scriptList' type-id='type-id-614' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2306' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='48'>
- <var-decl name='featureList' type-id='type-id-614' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2308' column='1'/>
+ <var-decl name='featureList' type-id='type-id-613' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2308' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='64'>
- <var-decl name='lookupList' type-id='type-id-608' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2310' column='1'/>
+ <var-decl name='lookupList' type-id='type-id-607' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2310' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2312' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2312' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2312' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2312' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_script_count' mangled-name='_ZNK2OT8GSUBGPOS16get_script_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2263' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_script_tag' mangled-name='_ZNK2OT8GSUBGPOS14get_script_tagEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2265' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1459'/>
+ <return type-id='type-id-1458'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_script_tags' mangled-name='_ZNK2OT8GSUBGPOS15get_script_tagsEjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2267' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <parameter type-id='type-id-1460'/>
+ <parameter type-id='type-id-1459'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_script' mangled-name='_ZNK2OT8GSUBGPOS10get_scriptEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2271' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-924'/>
+ <return type-id='type-id-923'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='find_script_index' mangled-name='_ZNK2OT8GSUBGPOS17find_script_indexEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2273' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1718' is-artificial='yes'/>
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
+ <parameter type-id='type-id-179'/>
<parameter type-id='type-id-60'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_feature_count' mangled-name='_ZNK2OT8GSUBGPOS17get_feature_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2276' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_feature_tag' mangled-name='_ZNK2OT8GSUBGPOS15get_feature_tagEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2278' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-180'/>
+ <return type-id='type-id-179'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_feature_tags' mangled-name='_ZNK2OT8GSUBGPOS16get_feature_tagsEjPjS1_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2280' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-60'/>
- <parameter type-id='type-id-1460'/>
+ <parameter type-id='type-id-1459'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_feature' mangled-name='_ZNK2OT8GSUBGPOS11get_featureEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2284' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-882'/>
+ <return type-id='type-id-881'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='find_feature_index' mangled-name='_ZNK2OT8GSUBGPOS18find_feature_indexEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2286' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1718' is-artificial='yes'/>
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
+ <parameter type-id='type-id-179'/>
<parameter type-id='type-id-60'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_lookup_count' mangled-name='_ZNK2OT8GSUBGPOS16get_lookup_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2289' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_lookup' mangled-name='_ZNK2OT8GSUBGPOS10get_lookupEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2291' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-896'/>
+ <return type-id='type-id-895'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT8GSUBGPOS8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2294' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1719' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_2312' mangled-name='_ZNK2OT8GSUBGPOS32_instance_assertion_on_line_2312Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gsubgpos-private.hh' line='2312' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1718' is-artificial='yes'/>
+ <parameter type-id='type-id-1717' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Supplier<OT::IntType<unsigned int, 3u> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1304'/>
- <class-decl name='Supplier<OT::RangeRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1324'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1308'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1309'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1314'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1313'/>
- <class-decl name='Supplier<OT::MarkRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1306'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1321'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1312'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-991'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-992'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1319'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1320'/>
- <class-decl name='Supplier<OT::LookupRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1305'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1310'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1311'/>
- <class-decl name='Supplier<OT::EntryExitRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1302'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1316'/>
- <class-decl name='Supplier<OT::Offset<OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-990'/>
- <class-decl name='Supplier<OT::Record<OT::Script> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1327'/>
- <class-decl name='Supplier<OT::Index>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1303'/>
- <class-decl name='Supplier<OT::Record<OT::LangSys> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1326'/>
- <class-decl name='Supplier<OT::Record<OT::Feature> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1325'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1315'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1322'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1323'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1317'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1318'/>
- <class-decl name='Supplier<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1307'/>
- <class-decl name='GPOS' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1517' column='1' id='type-id-1720'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1715'/>
+ <class-decl name='Supplier<OT::IntType<unsigned int, 3u> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1303'/>
+ <class-decl name='Supplier<OT::RangeRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1323'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::ArrayOf<OT::IntType<short unsigned int, 2u>, OT::IntType<short unsigned int, 2u> >, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1307'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::CaretValue, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1308'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::LigGlyph, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1313'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<unsigned int, 4u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1312'/>
+ <class-decl name='Supplier<OT::MarkRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1305'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Sequence, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1320'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Coverage, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1311'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Ligature, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-990'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::LigatureSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-991'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Rule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1318'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::RuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1319'/>
+ <class-decl name='Supplier<OT::LookupRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1304'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::ChainRule, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1309'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::ChainRuleSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1310'/>
+ <class-decl name='Supplier<OT::EntryExitRecord>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1301'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::PairSet, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1315'/>
+ <class-decl name='Supplier<OT::Offset<OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-989'/>
+ <class-decl name='Supplier<OT::Record<OT::Script> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1326'/>
+ <class-decl name='Supplier<OT::Index>' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1302'/>
+ <class-decl name='Supplier<OT::Record<OT::LangSys> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1325'/>
+ <class-decl name='Supplier<OT::Record<OT::Feature> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1324'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::Lookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1314'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1321'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::SubstLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1322'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::PosLookup, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1316'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::PosLookupSubTable, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1317'/>
+ <class-decl name='Supplier<OT::OffsetTo<OT::AnchorMatrix, OT::IntType<short unsigned int, 2u> > >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1306'/>
+ <class-decl name='GPOS' size-in-bits='80' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1517' column='1' id='type-id-1719'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1714'/>
<data-member access='public' static='yes'>
- <var-decl name='tableTag' type-id='type-id-495' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1518' column='1'/>
+ <var-decl name='tableTag' type-id='type-id-494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1518' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='static_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1533' column='1'/>
+ <var-decl name='static_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1533' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='min_size' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1533' column='1'/>
+ <var-decl name='min_size' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1533' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='get_lookup' mangled-name='_ZNK2OT4GPOS10get_lookupEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1520' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1721' is-artificial='yes'/>
+ <parameter type-id='type-id-1720' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-912'/>
+ <return type-id='type-id-911'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='position_start' mangled-name='_ZN2OT4GPOS14position_startEP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1523' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-79'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='position_finish' mangled-name='_ZN2OT4GPOS15position_finishEP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1524' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-79'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='sanitize' mangled-name='_ZN2OT4GPOS8sanitizeEPNS_21hb_sanitize_context_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1526' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1722' is-artificial='yes'/>
- <parameter type-id='type-id-261'/>
+ <parameter type-id='type-id-1721' is-artificial='yes'/>
+ <parameter type-id='type-id-260'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_instance_assertion_on_line_1533' mangled-name='_ZNK2OT4GPOS32_instance_assertion_on_line_1533Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-gpos-table.hh' line='1533' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1721' is-artificial='yes'/>
+ <parameter type-id='type-id-1720' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Sanitizer<OT::GDEF>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1723'>
+ <class-decl name='Sanitizer<OT::GDEF>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1722'>
<member-function access='public' static='yes'>
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4GDEFEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
<member-function access='public' static='yes'>
<function-decl name='lock_instance' mangled-name='_ZN2OT9SanitizerINS_4GDEFEE13lock_instanceEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='352' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
- <return type-id='type-id-1685'/>
+ <return type-id='type-id-1684'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Sanitizer<OT::GSUB>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1724'>
+ <class-decl name='Sanitizer<OT::GSUB>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1723'>
<member-function access='public' static='yes'>
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4GSUBEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
<member-function access='public' static='yes'>
<function-decl name='lock_instance' mangled-name='_ZN2OT9SanitizerINS_4GSUBEE13lock_instanceEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='352' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
- <return type-id='type-id-1716'/>
+ <return type-id='type-id-1715'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='Sanitizer<OT::GPOS>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1725'>
+ <class-decl name='Sanitizer<OT::GPOS>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='292' column='1' is-declaration-only='yes' id='type-id-1724'>
<member-function access='public' static='yes'>
<function-decl name='sanitize' mangled-name='_ZN2OT9SanitizerINS_4GPOSEE8sanitizeEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
<member-function access='public' static='yes'>
<function-decl name='lock_instance' mangled-name='_ZN2OT9SanitizerINS_4GPOSEE13lock_instanceEP9hb_blob_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-open-type-private.hh' line='352' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-59'/>
- <return type-id='type-id-1721'/>
+ <return type-id='type-id-1720'/>
</function-decl>
</member-function>
</class-decl>
- <qualified-type-def type-id='type-id-1715' const='yes' id='type-id-1726'/>
- <pointer-type-def type-id='type-id-1726' size-in-bits='64' id='type-id-1718'/>
- <pointer-type-def type-id='type-id-1715' size-in-bits='64' id='type-id-1719'/>
- <qualified-type-def type-id='type-id-1714' const='yes' id='type-id-1727'/>
- <pointer-type-def type-id='type-id-1727' size-in-bits='64' id='type-id-1716'/>
- <pointer-type-def type-id='type-id-1714' size-in-bits='64' id='type-id-1717'/>
+ <qualified-type-def type-id='type-id-1714' const='yes' id='type-id-1725'/>
+ <pointer-type-def type-id='type-id-1725' size-in-bits='64' id='type-id-1717'/>
+ <pointer-type-def type-id='type-id-1714' size-in-bits='64' id='type-id-1718'/>
+ <qualified-type-def type-id='type-id-1713' const='yes' id='type-id-1726'/>
+ <pointer-type-def type-id='type-id-1726' size-in-bits='64' id='type-id-1715'/>
+ <pointer-type-def type-id='type-id-1713' size-in-bits='64' id='type-id-1716'/>
- <class-decl name='hb_auto_trace_t<0, const OT::Coverage&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='749' column='1' id='type-id-1728'>
+ <class-decl name='hb_auto_trace_t<0, const OT::Coverage&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='749' column='1' id='type-id-1727'>
<member-function access='public'>
<function-decl name='hb_auto_trace_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='797' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1729' is-artificial='yes'/>
+ <parameter type-id='type-id-1728' is-artificial='yes'/>
<parameter type-id='type-id-60'/>
<parameter type-id='type-id-50'/>
<parameter type-id='type-id-20'/>
</member-function>
<member-function access='public'>
<function-decl name='ret' mangled-name='_ZN15hb_auto_trace_tILi0ERKN2OT8CoverageEE3retES3_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='804' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1729' is-artificial='yes'/>
- <parameter type-id='type-id-838'/>
+ <parameter type-id='type-id-1728' is-artificial='yes'/>
+ <parameter type-id='type-id-837'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-838'/>
+ <return type-id='type-id-837'/>
</function-decl>
</member-function>
</class-decl>
- <pointer-type-def type-id='type-id-1728' size-in-bits='64' id='type-id-1729'/>
- <class-decl name='hb_auto_trace_t<0, const _hb_void_t&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='749' column='1' id='type-id-1730'>
+ <pointer-type-def type-id='type-id-1727' size-in-bits='64' id='type-id-1728'/>
+ <class-decl name='hb_auto_trace_t<0, const _hb_void_t&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='749' column='1' id='type-id-1729'>
<member-function access='public'>
<function-decl name='hb_auto_trace_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='797' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1731' is-artificial='yes'/>
+ <parameter type-id='type-id-1730' is-artificial='yes'/>
<parameter type-id='type-id-60'/>
<parameter type-id='type-id-50'/>
<parameter type-id='type-id-20'/>
</member-function>
<member-function access='public'>
<function-decl name='ret' mangled-name='_ZN15hb_auto_trace_tILi0ERK10_hb_void_tE3retES2_j' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='804' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1731' is-artificial='yes'/>
- <parameter type-id='type-id-1533'/>
+ <parameter type-id='type-id-1730' is-artificial='yes'/>
+ <parameter type-id='type-id-1532'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1533'/>
+ <return type-id='type-id-1532'/>
</function-decl>
</member-function>
</class-decl>
- <pointer-type-def type-id='type-id-1730' size-in-bits='64' id='type-id-1731'/>
- <class-decl name='hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>' size-in-bits='640' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1732'>
+ <pointer-type-def type-id='type-id-1729' size-in-bits='64' id='type-id-1730'/>
+ <class-decl name='hb_prealloced_array_t<hb_ot_map_t::stage_map_t, 4u>' size-in-bits='640' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1731'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='330' column='1'/>
</data-member>
<var-decl name='allocated' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='331' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='array' type-id='type-id-1733' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
+ <var-decl name='array' type-id='type-id-1732' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='static_array' type-id='type-id-1734' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
+ <var-decl name='static_array' type-id='type-id-1733' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1736'/>
+ <return type-id='type-id-1735'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1737' is-artificial='yes'/>
+ <parameter type-id='type-id-1736' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1738'/>
+ <return type-id='type-id-1737'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='push' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE4pushEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1735' is-artificial='yes'/>
- <return type-id='type-id-1733'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
+ <return type-id='type-id-1732'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='pop' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE3popEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='remove' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE6removeEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='shrink' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE6shrinkEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='387' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE5qsortEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='408' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE5qsortEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='413' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='finish' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t11stage_map_tELj4EE6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='429' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1735' is-artificial='yes'/>
+ <parameter type-id='type-id-1734' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hb_ot_map_t' size-in-bits='8192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='40' column='1' id='type-id-1739'>
+ <class-decl name='hb_ot_map_t' size-in-bits='8192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='40' column='1' id='type-id-1738'>
<member-type access='public'>
- <class-decl name='feature_map_t' size-in-bits='288' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='45' column='1' id='type-id-1740'>
+ <class-decl name='feature_map_t' size-in-bits='288' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='45' column='1' id='type-id-1739'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='tag' type-id='type-id-180' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='46' column='1'/>
+ <var-decl name='tag' type-id='type-id-179' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='46' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='index' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='47' column='1'/>
+ <var-decl name='index' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
- <var-decl name='stage' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='48' column='1'/>
+ <var-decl name='stage' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='48' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='160'>
<var-decl name='shift' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='49' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='50' column='1'/>
+ <var-decl name='mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
- <var-decl name='_1_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='51' column='1'/>
+ <var-decl name='_1_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='51' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='31'>
<var-decl name='needs_fallback' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='52' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='cmp' mangled-name='_ZN11hb_ot_map_t13feature_map_t3cmpEPKS0_S2_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1741'/>
- <parameter type-id='type-id-1741'/>
+ <parameter type-id='type-id-1740'/>
+ <parameter type-id='type-id-1740'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='public'>
- <class-decl name='lookup_map_t' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='59' column='1' id='type-id-1742'>
+ <class-decl name='lookup_map_t' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='59' column='1' id='type-id-1741'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='index' type-id='type-id-140' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='60' column='1'/>
+ <var-decl name='index' type-id='type-id-139' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='60' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='15'>
- <var-decl name='auto_zwj' type-id='type-id-140' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='61' column='1'/>
+ <var-decl name='auto_zwj' type-id='type-id-139' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='61' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='62' column='1'/>
+ <var-decl name='mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='62' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='cmp' mangled-name='_ZN11hb_ot_map_t12lookup_map_t3cmpEPKS0_S2_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1743'/>
- <parameter type-id='type-id-1743'/>
+ <parameter type-id='type-id-1742'/>
+ <parameter type-id='type-id-1742'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='public'>
- <class-decl name='stage_map_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='70' column='1' id='type-id-1744'>
+ <class-decl name='stage_map_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='70' column='1' id='type-id-1743'>
<member-type access='public'>
- <typedef-decl name='pause_func_t' type-id='type-id-1746' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='68' column='1' id='type-id-1745'/>
+ <typedef-decl name='pause_func_t' type-id='type-id-1745' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='68' column='1' id='type-id-1744'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='last_lookup' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='71' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='pause_func' type-id='type-id-1745' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='72' column='1'/>
+ <var-decl name='pause_func' type-id='type-id-1744' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='72' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='chosen_script' type-id='type-id-1747' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='137' column='1'/>
+ <var-decl name='chosen_script' type-id='type-id-1746' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='137' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='found_script' type-id='type-id-1748' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='138' column='1'/>
+ <var-decl name='found_script' type-id='type-id-1747' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='138' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='96'>
- <var-decl name='global_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='148' column='1'/>
+ <var-decl name='global_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='148' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='features' type-id='type-id-1749' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='150' column='1'/>
+ <var-decl name='features' type-id='type-id-1748' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='150' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='2560'>
- <var-decl name='lookups' type-id='type-id-1750' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='151' column='1'/>
+ <var-decl name='lookups' type-id='type-id-1749' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='151' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='6912'>
- <var-decl name='stages' type-id='type-id-1751' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='152' column='1'/>
+ <var-decl name='stages' type-id='type-id-1750' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='152' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='hb_ot_map_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1752' is-artificial='yes'/>
+ <parameter type-id='type-id-1751' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_global_mask' mangled-name='_ZNK11hb_ot_map_t15get_global_maskEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
- <return type-id='type-id-87'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
+ <return type-id='type-id-86'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_mask' mangled-name='_ZNK11hb_ot_map_t8get_maskEjPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='80' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
+ <parameter type-id='type-id-179'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-87'/>
+ <return type-id='type-id-86'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='needs_fallback' mangled-name='_ZNK11hb_ot_map_t14needs_fallbackEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='86' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
+ <parameter type-id='type-id-179'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_1_mask' mangled-name='_ZNK11hb_ot_map_t10get_1_maskEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='91' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
- <parameter type-id='type-id-180'/>
- <return type-id='type-id-87'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
+ <parameter type-id='type-id-179'/>
+ <return type-id='type-id-86'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_feature_index' mangled-name='_ZNK11hb_ot_map_t17get_feature_indexEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='96' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_feature_stage' mangled-name='_ZNK11hb_ot_map_t17get_feature_stageEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='101' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-179'/>
<return type-id='type-id-10'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_stage_lookups' mangled-name='_ZNK11hb_ot_map_t17get_stage_lookupsEjjPPKNS_12lookup_map_tEPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-1754'/>
+ <parameter type-id='type-id-1753'/>
<parameter type-id='type-id-60'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='collect_lookups' mangled-name='_ZNK11hb_ot_map_t15collect_lookupsEjP8hb_set_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='substitute' mangled-name='_ZNK11hb_ot_map_t10substituteEPK18hb_ot_shape_plan_tP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
- <parameter type-id='type-id-1755'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
+ <parameter type-id='type-id-1754'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-79'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='position' mangled-name='_ZNK11hb_ot_map_t8positionEPK18hb_ot_shape_plan_tP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='125' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
- <parameter type-id='type-id-1755'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
+ <parameter type-id='type-id-1754'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-79'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='finish' mangled-name='_ZN11hb_ot_map_t6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1752' is-artificial='yes'/>
+ <parameter type-id='type-id-1751' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='add_lookups' mangled-name='_ZN11hb_ot_map_t11add_lookupsEP9hb_face_tjjjb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1752' is-artificial='yes'/>
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-1751' is-artificial='yes'/>
+ <parameter type-id='type-id-158'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-87'/>
+ <parameter type-id='type-id-86'/>
<parameter type-id='type-id-7'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply<GSUBProxy>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='902' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
- <parameter type-id='type-id-1756'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<parameter type-id='type-id-1755'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-1754'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-79'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='apply<GPOSProxy>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='902' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
- <parameter type-id='type-id-1757'/>
- <parameter type-id='type-id-1755'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
+ <parameter type-id='type-id-1756'/>
+ <parameter type-id='type-id-1754'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-79'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <qualified-type-def type-id='type-id-1740' const='yes' id='type-id-1758'/>
- <pointer-type-def type-id='type-id-1758' size-in-bits='64' id='type-id-1741'/>
- <qualified-type-def type-id='type-id-1742' const='yes' id='type-id-1759'/>
- <pointer-type-def type-id='type-id-1759' size-in-bits='64' id='type-id-1743'/>
- <class-decl name='hb_ot_shape_plan_t' size-in-bits='8768' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='38' column='1' id='type-id-1760'>
+ <qualified-type-def type-id='type-id-1739' const='yes' id='type-id-1757'/>
+ <pointer-type-def type-id='type-id-1757' size-in-bits='64' id='type-id-1740'/>
+ <qualified-type-def type-id='type-id-1741' const='yes' id='type-id-1758'/>
+ <pointer-type-def type-id='type-id-1758' size-in-bits='64' id='type-id-1742'/>
+ <class-decl name='hb_ot_shape_plan_t' size-in-bits='8768' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='38' column='1' id='type-id-1759'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='props' type-id='type-id-71' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='39' column='1'/>
+ <var-decl name='props' type-id='type-id-70' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='39' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='shaper' type-id='type-id-1761' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='40' column='1'/>
+ <var-decl name='shaper' type-id='type-id-1760' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='40' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='map' type-id='type-id-1739' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='41' column='1'/>
+ <var-decl name='map' type-id='type-id-1738' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='41' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8512'>
<var-decl name='data' type-id='type-id-20' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='42' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8576'>
- <var-decl name='rtlm_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
+ <var-decl name='rtlm_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8608'>
- <var-decl name='frac_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
+ <var-decl name='frac_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8640'>
- <var-decl name='numr_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
+ <var-decl name='numr_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8672'>
- <var-decl name='dnom_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
+ <var-decl name='dnom_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='43' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8704'>
- <var-decl name='kern_mask' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='44' column='1'/>
+ <var-decl name='kern_mask' type-id='type-id-86' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='44' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='31'>
<var-decl name='has_frac' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='45' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='collect_lookups' mangled-name='_ZNK18hb_ot_shape_plan_t15collect_lookupsEjP8hb_set_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1755' is-artificial='yes'/>
- <parameter type-id='type-id-180'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-1754' is-artificial='yes'/>
+ <parameter type-id='type-id-179'/>
+ <parameter type-id='type-id-841'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='substitute' mangled-name='_ZNK18hb_ot_shape_plan_t10substituteEP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1755' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-1754' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-79'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='position' mangled-name='_ZNK18hb_ot_shape_plan_t8positionEP9hb_font_tP11hb_buffer_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1755' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-80'/>
+ <parameter type-id='type-id-1754' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-79'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='finish' mangled-name='_ZN18hb_ot_shape_plan_t6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1762' is-artificial='yes'/>
+ <parameter type-id='type-id-1761' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <qualified-type-def type-id='type-id-1760' const='yes' id='type-id-1763'/>
- <pointer-type-def type-id='type-id-1763' size-in-bits='64' id='type-id-1755'/>
- <pointer-type-def type-id='type-id-1764' size-in-bits='64' id='type-id-1746'/>
+ <qualified-type-def type-id='type-id-1759' const='yes' id='type-id-1762'/>
+ <pointer-type-def type-id='type-id-1762' size-in-bits='64' id='type-id-1754'/>
+ <pointer-type-def type-id='type-id-1763' size-in-bits='64' id='type-id-1745'/>
- <array-type-def dimensions='1' type-id='type-id-180' size-in-bits='64' id='type-id-1747'>
+ <array-type-def dimensions='1' type-id='type-id-179' size-in-bits='64' id='type-id-1746'>
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-7' size-in-bits='16' id='type-id-1748'>
+ <array-type-def dimensions='1' type-id='type-id-7' size-in-bits='16' id='type-id-1747'>
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
- <class-decl name='hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>' size-in-bits='2432' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1749'>
+ <class-decl name='hb_prealloced_array_t<hb_ot_map_t::feature_map_t, 8u>' size-in-bits='2432' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1748'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='330' column='1'/>
</data-member>
<var-decl name='allocated' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='331' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='array' type-id='type-id-1765' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
+ <var-decl name='array' type-id='type-id-1764' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='static_array' type-id='type-id-1766' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
+ <var-decl name='static_array' type-id='type-id-1765' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1768'/>
+ <return type-id='type-id-1767'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1769' is-artificial='yes'/>
+ <parameter type-id='type-id-1768' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1770'/>
+ <return type-id='type-id-1769'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='push' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE4pushEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1767' is-artificial='yes'/>
- <return type-id='type-id-1765'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
+ <return type-id='type-id-1764'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='pop' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE3popEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='remove' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE6removeEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='shrink' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE6shrinkEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='387' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE5qsortEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='408' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE5qsortEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='413' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='finish' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t13feature_map_tELj8EE6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='429' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='bsearch<hb_tag_t>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='424' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1769' is-artificial='yes'/>
- <parameter type-id='type-id-1460'/>
- <return type-id='type-id-1741'/>
+ <parameter type-id='type-id-1768' is-artificial='yes'/>
+ <parameter type-id='type-id-1459'/>
+ <return type-id='type-id-1740'/>
</function-decl>
</member-function>
</class-decl>
- <pointer-type-def type-id='type-id-1740' size-in-bits='64' id='type-id-1765'/>
+ <pointer-type-def type-id='type-id-1739' size-in-bits='64' id='type-id-1764'/>
- <array-type-def dimensions='1' type-id='type-id-1740' size-in-bits='2304' id='type-id-1766'>
- <subrange length='8' type-id='type-id-42' id='type-id-151'/>
+ <array-type-def dimensions='1' type-id='type-id-1739' size-in-bits='2304' id='type-id-1765'>
+ <subrange length='8' type-id='type-id-42' id='type-id-150'/>
</array-type-def>
- <pointer-type-def type-id='type-id-1749' size-in-bits='64' id='type-id-1767'/>
- <reference-type-def kind='lvalue' type-id='type-id-1740' size-in-bits='64' id='type-id-1768'/>
- <reference-type-def kind='lvalue' type-id='type-id-1758' size-in-bits='64' id='type-id-1770'/>
- <qualified-type-def type-id='type-id-1749' const='yes' id='type-id-1771'/>
- <pointer-type-def type-id='type-id-1771' size-in-bits='64' id='type-id-1769'/>
- <class-decl name='hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>' size-in-bits='2176' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1772'>
+ <pointer-type-def type-id='type-id-1748' size-in-bits='64' id='type-id-1766'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1739' size-in-bits='64' id='type-id-1767'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1757' size-in-bits='64' id='type-id-1769'/>
+ <qualified-type-def type-id='type-id-1748' const='yes' id='type-id-1770'/>
+ <pointer-type-def type-id='type-id-1770' size-in-bits='64' id='type-id-1768'/>
+ <class-decl name='hb_prealloced_array_t<hb_ot_map_t::lookup_map_t, 32u>' size-in-bits='2176' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1771'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='330' column='1'/>
</data-member>
<var-decl name='allocated' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='331' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='array' type-id='type-id-1773' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
+ <var-decl name='array' type-id='type-id-1772' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='static_array' type-id='type-id-1774' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
+ <var-decl name='static_array' type-id='type-id-1773' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1776'/>
+ <return type-id='type-id-1775'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1777' is-artificial='yes'/>
+ <parameter type-id='type-id-1776' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1778'/>
+ <return type-id='type-id-1777'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='push' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE4pushEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1775' is-artificial='yes'/>
- <return type-id='type-id-1773'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
+ <return type-id='type-id-1772'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='pop' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE3popEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='remove' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE6removeEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='shrink' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE6shrinkEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='387' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE5qsortEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='408' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE5qsortEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='413' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='finish' mangled-name='_ZN21hb_prealloced_array_tIN11hb_ot_map_t12lookup_map_tELj32EE6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='429' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1775' is-artificial='yes'/>
+ <parameter type-id='type-id-1774' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <pointer-type-def type-id='type-id-1742' size-in-bits='64' id='type-id-1773'/>
+ <pointer-type-def type-id='type-id-1741' size-in-bits='64' id='type-id-1772'/>
- <array-type-def dimensions='1' type-id='type-id-1742' size-in-bits='2048' id='type-id-1774'>
- <subrange length='32' type-id='type-id-42' id='type-id-1779'/>
+ <array-type-def dimensions='1' type-id='type-id-1741' size-in-bits='2048' id='type-id-1773'>
+ <subrange length='32' type-id='type-id-42' id='type-id-1778'/>
</array-type-def>
- <pointer-type-def type-id='type-id-1772' size-in-bits='64' id='type-id-1775'/>
- <reference-type-def kind='lvalue' type-id='type-id-1742' size-in-bits='64' id='type-id-1776'/>
- <reference-type-def kind='lvalue' type-id='type-id-1759' size-in-bits='64' id='type-id-1778'/>
- <qualified-type-def type-id='type-id-1772' const='yes' id='type-id-1780'/>
- <pointer-type-def type-id='type-id-1780' size-in-bits='64' id='type-id-1777'/>
+ <pointer-type-def type-id='type-id-1771' size-in-bits='64' id='type-id-1774'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1741' size-in-bits='64' id='type-id-1775'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1758' size-in-bits='64' id='type-id-1777'/>
+ <qualified-type-def type-id='type-id-1771' const='yes' id='type-id-1779'/>
+ <pointer-type-def type-id='type-id-1779' size-in-bits='64' id='type-id-1776'/>
- <array-type-def dimensions='1' type-id='type-id-1772' size-in-bits='4352' id='type-id-1750'>
+ <array-type-def dimensions='1' type-id='type-id-1771' size-in-bits='4352' id='type-id-1749'>
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-1732' size-in-bits='1280' id='type-id-1751'>
+ <array-type-def dimensions='1' type-id='type-id-1731' size-in-bits='1280' id='type-id-1750'>
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
- <pointer-type-def type-id='type-id-1739' size-in-bits='64' id='type-id-1752'/>
- <qualified-type-def type-id='type-id-1739' const='yes' id='type-id-1781'/>
- <pointer-type-def type-id='type-id-1781' size-in-bits='64' id='type-id-1753'/>
- <pointer-type-def type-id='type-id-1743' size-in-bits='64' id='type-id-1754'/>
- <class-decl name='GSUBProxy' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='804' column='1' id='type-id-1782'>
+ <pointer-type-def type-id='type-id-1738' size-in-bits='64' id='type-id-1751'/>
+ <qualified-type-def type-id='type-id-1738' const='yes' id='type-id-1780'/>
+ <pointer-type-def type-id='type-id-1780' size-in-bits='64' id='type-id-1752'/>
+ <pointer-type-def type-id='type-id-1742' size-in-bits='64' id='type-id-1753'/>
+ <class-decl name='GSUBProxy' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='804' column='1' id='type-id-1781'>
<member-type access='public'>
- <typedef-decl name='Lookup' type-id='type-id-628' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='807' column='1' id='type-id-1783'/>
+ <typedef-decl name='Lookup' type-id='type-id-627' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='807' column='1' id='type-id-1782'/>
</member-type>
<data-member access='public' static='yes'>
- <var-decl name='table_index' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='805' column='1'/>
+ <var-decl name='table_index' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='805' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='inplace' type-id='type-id-1784' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='806' column='1'/>
+ <var-decl name='inplace' type-id='type-id-1783' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='806' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='table' type-id='type-id-1785' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='813' column='1'/>
+ <var-decl name='table' type-id='type-id-1784' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='813' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='accels' type-id='type-id-1786' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='814' column='1'/>
+ <var-decl name='accels' type-id='type-id-1785' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='814' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='GSUBProxy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='809' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1787' is-artificial='yes'/>
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-1786' is-artificial='yes'/>
+ <parameter type-id='type-id-158'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <qualified-type-def type-id='type-id-7' const='yes' id='type-id-1784'/>
- <reference-type-def kind='lvalue' type-id='type-id-1727' size-in-bits='64' id='type-id-1788'/>
- <qualified-type-def type-id='type-id-1788' id='type-id-1785'/>
- <class-decl name='hb_ot_layout_lookup_accelerator_t' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='121' column='1' id='type-id-1789'>
+ <qualified-type-def type-id='type-id-7' const='yes' id='type-id-1783'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1726' size-in-bits='64' id='type-id-1787'/>
+ <qualified-type-def type-id='type-id-1787' id='type-id-1784'/>
+ <class-decl name='hb_ot_layout_lookup_accelerator_t' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='121' column='1' id='type-id-1788'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='digest' type-id='type-id-1043' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='134' column='1'/>
+ <var-decl name='digest' type-id='type-id-1042' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='134' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='fini<OT::SubstLookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1790' is-artificial='yes'/>
- <parameter type-id='type-id-933'/>
+ <parameter type-id='type-id-1789' is-artificial='yes'/>
+ <parameter type-id='type-id-932'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='fini<OT::PosLookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1790' is-artificial='yes'/>
- <parameter type-id='type-id-912'/>
+ <parameter type-id='type-id-1789' is-artificial='yes'/>
+ <parameter type-id='type-id-911'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='init<OT::SubstLookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1790' is-artificial='yes'/>
- <parameter type-id='type-id-933'/>
+ <parameter type-id='type-id-1789' is-artificial='yes'/>
+ <parameter type-id='type-id-932'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='init<OT::PosLookup>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1790' is-artificial='yes'/>
- <parameter type-id='type-id-912'/>
+ <parameter type-id='type-id-1789' is-artificial='yes'/>
+ <parameter type-id='type-id-911'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='fini<OT::SubstLookup*>' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout-private.hh' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1790' is-artificial='yes'/>
- <parameter type-id='type-id-1791'/>
+ <parameter type-id='type-id-1789' is-artificial='yes'/>
+ <parameter type-id='type-id-1790'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <pointer-type-def type-id='type-id-1789' size-in-bits='64' id='type-id-1790'/>
- <qualified-type-def type-id='type-id-1789' const='yes' id='type-id-1792'/>
- <pointer-type-def type-id='type-id-1792' size-in-bits='64' id='type-id-1786'/>
- <pointer-type-def type-id='type-id-1782' size-in-bits='64' id='type-id-1787'/>
- <qualified-type-def type-id='type-id-1782' const='yes' id='type-id-1793'/>
- <reference-type-def kind='lvalue' type-id='type-id-1793' size-in-bits='64' id='type-id-1756'/>
- <class-decl name='GPOSProxy' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='818' column='1' id='type-id-1794'>
+ <pointer-type-def type-id='type-id-1788' size-in-bits='64' id='type-id-1789'/>
+ <qualified-type-def type-id='type-id-1788' const='yes' id='type-id-1791'/>
+ <pointer-type-def type-id='type-id-1791' size-in-bits='64' id='type-id-1785'/>
+ <pointer-type-def type-id='type-id-1781' size-in-bits='64' id='type-id-1786'/>
+ <qualified-type-def type-id='type-id-1781' const='yes' id='type-id-1792'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1792' size-in-bits='64' id='type-id-1755'/>
+ <class-decl name='GPOSProxy' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='818' column='1' id='type-id-1793'>
<member-type access='public'>
- <typedef-decl name='Lookup' type-id='type-id-979' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='821' column='1' id='type-id-1795'/>
+ <typedef-decl name='Lookup' type-id='type-id-978' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='821' column='1' id='type-id-1794'/>
</member-type>
<data-member access='public' static='yes'>
- <var-decl name='table_index' type-id='type-id-76' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='819' column='1'/>
+ <var-decl name='table_index' type-id='type-id-75' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='819' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='inplace' type-id='type-id-1784' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='820' column='1'/>
+ <var-decl name='inplace' type-id='type-id-1783' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='820' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='table' type-id='type-id-1796' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='827' column='1'/>
+ <var-decl name='table' type-id='type-id-1795' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='827' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='accels' type-id='type-id-1786' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='828' column='1'/>
+ <var-decl name='accels' type-id='type-id-1785' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='828' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='GPOSProxy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='823' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1797' is-artificial='yes'/>
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-1796' is-artificial='yes'/>
+ <parameter type-id='type-id-158'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <qualified-type-def type-id='type-id-1720' const='yes' id='type-id-1798'/>
- <reference-type-def kind='lvalue' type-id='type-id-1798' size-in-bits='64' id='type-id-1799'/>
- <qualified-type-def type-id='type-id-1799' id='type-id-1796'/>
- <pointer-type-def type-id='type-id-1794' size-in-bits='64' id='type-id-1797'/>
- <qualified-type-def type-id='type-id-1794' const='yes' id='type-id-1800'/>
- <reference-type-def kind='lvalue' type-id='type-id-1800' size-in-bits='64' id='type-id-1757'/>
- <pointer-type-def type-id='type-id-1744' size-in-bits='64' id='type-id-1733'/>
+ <qualified-type-def type-id='type-id-1719' const='yes' id='type-id-1797'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1797' size-in-bits='64' id='type-id-1798'/>
+ <qualified-type-def type-id='type-id-1798' id='type-id-1795'/>
+ <pointer-type-def type-id='type-id-1793' size-in-bits='64' id='type-id-1796'/>
+ <qualified-type-def type-id='type-id-1793' const='yes' id='type-id-1799'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1799' size-in-bits='64' id='type-id-1756'/>
+ <pointer-type-def type-id='type-id-1743' size-in-bits='64' id='type-id-1732'/>
- <array-type-def dimensions='1' type-id='type-id-1744' size-in-bits='512' id='type-id-1734'>
- <subrange length='4' type-id='type-id-42' id='type-id-146'/>
+ <array-type-def dimensions='1' type-id='type-id-1743' size-in-bits='512' id='type-id-1733'>
+ <subrange length='4' type-id='type-id-42' id='type-id-145'/>
</array-type-def>
- <pointer-type-def type-id='type-id-1732' size-in-bits='64' id='type-id-1735'/>
- <reference-type-def kind='lvalue' type-id='type-id-1744' size-in-bits='64' id='type-id-1736'/>
- <qualified-type-def type-id='type-id-1744' const='yes' id='type-id-1801'/>
- <reference-type-def kind='lvalue' type-id='type-id-1801' size-in-bits='64' id='type-id-1738'/>
- <qualified-type-def type-id='type-id-1732' const='yes' id='type-id-1802'/>
- <pointer-type-def type-id='type-id-1802' size-in-bits='64' id='type-id-1737'/>
- <pointer-type-def type-id='type-id-1798' size-in-bits='64' id='type-id-1721'/>
- <pointer-type-def type-id='type-id-1720' size-in-bits='64' id='type-id-1722'/>
+ <pointer-type-def type-id='type-id-1731' size-in-bits='64' id='type-id-1734'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1743' size-in-bits='64' id='type-id-1735'/>
+ <qualified-type-def type-id='type-id-1743' const='yes' id='type-id-1800'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1800' size-in-bits='64' id='type-id-1737'/>
+ <qualified-type-def type-id='type-id-1731' const='yes' id='type-id-1801'/>
+ <pointer-type-def type-id='type-id-1801' size-in-bits='64' id='type-id-1736'/>
+ <pointer-type-def type-id='type-id-1797' size-in-bits='64' id='type-id-1720'/>
+ <pointer-type-def type-id='type-id-1719' size-in-bits='64' id='type-id-1721'/>
<function-decl name='hb_ot_layout_table_get_lookup_count' mangled-name='hb_ot_layout_table_get_lookup_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_table_get_lookup_count'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='437' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='438' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='437' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='438' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_ot_layout_has_positioning' mangled-name='hb_ot_layout_has_positioning' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='734' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_has_positioning'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_ot_layout_has_substitution' mangled-name='hb_ot_layout_has_substitution' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='674' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_has_substitution'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_ot_layout_feature_get_lookups' mangled-name='hb_ot_layout_feature_get_lookups' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='423' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_feature_get_lookups'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='423' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='424' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='423' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='424' column='1'/>
<parameter type-id='type-id-10' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='425' column='1'/>
<parameter type-id='type-id-10' name='start_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='426' column='1'/>
<parameter type-id='type-id-60' name='lookup_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='427' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_ot_layout_script_get_language_tags' mangled-name='hb_ot_layout_script_get_language_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='290' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_script_get_language_tags'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='290' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='291' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='290' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='291' column='1'/>
<parameter type-id='type-id-10' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='292' column='1'/>
<parameter type-id='type-id-10' name='start_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='293' column='1'/>
<parameter type-id='type-id-60' name='language_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='294' column='1'/>
- <parameter type-id='type-id-1460' name='language_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='295' column='1'/>
+ <parameter type-id='type-id-1459' name='language_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='295' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_ot_layout_table_get_feature_tags' mangled-name='hb_ot_layout_table_get_feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='277' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_table_get_feature_tags'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='277' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='278' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='277' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='278' column='1'/>
<parameter type-id='type-id-10' name='start_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='279' column='1'/>
<parameter type-id='type-id-60' name='feature_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='280' column='1'/>
- <parameter type-id='type-id-1460' name='feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='281' column='1'/>
+ <parameter type-id='type-id-1459' name='feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='281' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_ot_layout_table_get_script_tags' mangled-name='hb_ot_layout_table_get_script_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_table_get_script_tags'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='277' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='278' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='277' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='278' column='1'/>
<parameter type-id='type-id-10' name='start_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='279' column='1'/>
<parameter type-id='type-id-60' name='feature_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='280' column='1'/>
- <parameter type-id='type-id-1460' name='feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='281' column='1'/>
+ <parameter type-id='type-id-1459' name='feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='281' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_ot_layout_has_glyph_classes' mangled-name='hb_ot_layout_has_glyph_classes' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='126' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_has_glyph_classes'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-face.cc' line='318' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_ot_layout_get_size_params' mangled-name='hb_ot_layout_get_size_params' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='752' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_get_size_params'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='752' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='752' column='1'/>
<parameter type-id='type-id-60' name='design_size' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='753' column='1'/>
<parameter type-id='type-id-60' name='subfamily_id' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='754' column='1'/>
<parameter type-id='type-id-60' name='subfamily_name_id' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='755' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_ot_layout_language_find_feature' mangled-name='hb_ot_layout_language_find_feature' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_language_find_feature'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='397' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='398' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='397' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='398' column='1'/>
<parameter type-id='type-id-10' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='399' column='1'/>
<parameter type-id='type-id-10' name='language_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='400' column='1'/>
- <parameter type-id='type-id-180' name='feature_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='401' column='1'/>
+ <parameter type-id='type-id-179' name='feature_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='401' column='1'/>
<parameter type-id='type-id-60' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='402' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_ot_layout_language_get_feature_tags' mangled-name='hb_ot_layout_language_get_feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='372' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_language_get_feature_tags'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='372' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='373' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='372' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='373' column='1'/>
<parameter type-id='type-id-10' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='374' column='1'/>
<parameter type-id='type-id-10' name='language_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='375' column='1'/>
<parameter type-id='type-id-10' name='start_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='376' column='1'/>
<parameter type-id='type-id-60' name='feature_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='377' column='1'/>
- <parameter type-id='type-id-1460' name='feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='378' column='1'/>
+ <parameter type-id='type-id-1459' name='feature_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='378' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_ot_layout_language_get_feature_indexes' mangled-name='hb_ot_layout_language_get_feature_indexes' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='357' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_language_get_feature_indexes'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='357' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='358' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='357' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='358' column='1'/>
<parameter type-id='type-id-10' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='359' column='1'/>
<parameter type-id='type-id-10' name='language_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='360' column='1'/>
<parameter type-id='type-id-10' name='start_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='361' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
<function-decl name='hb_ot_layout_language_get_required_feature' mangled-name='hb_ot_layout_language_get_required_feature' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='339' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_language_get_required_feature'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='339' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='340' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='339' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='340' column='1'/>
<parameter type-id='type-id-10' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='341' column='1'/>
<parameter type-id='type-id-10' name='language_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='342' column='1'/>
<parameter type-id='type-id-60' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='343' column='1'/>
- <parameter type-id='type-id-1460' name='feature_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='344' column='1'/>
+ <parameter type-id='type-id-1459' name='feature_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='344' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_ot_layout_language_get_required_feature_index' mangled-name='hb_ot_layout_language_get_required_feature_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='324' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_language_get_required_feature_index'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='324' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='325' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='324' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='325' column='1'/>
<parameter type-id='type-id-10' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='326' column='1'/>
<parameter type-id='type-id-10' name='language_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='327' column='1'/>
<parameter type-id='type-id-60' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='328' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_ot_layout_script_find_language' mangled-name='hb_ot_layout_script_find_language' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='303' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_script_find_language'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='303' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='304' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='303' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='304' column='1'/>
<parameter type-id='type-id-10' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='305' column='1'/>
- <parameter type-id='type-id-180' name='language_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='306' column='1'/>
+ <parameter type-id='type-id-179' name='language_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='306' column='1'/>
<parameter type-id='type-id-60' name='language_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='307' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_ot_layout_lookup_would_substitute' mangled-name='hb_ot_layout_lookup_would_substitute' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='680' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_lookup_would_substitute'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='680' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='680' column='1'/>
<parameter type-id='type-id-10' name='lookup_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='681' column='1'/>
- <parameter type-id='type-id-86' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='682' column='1'/>
+ <parameter type-id='type-id-85' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='682' column='1'/>
<parameter type-id='type-id-10' name='glyphs_length' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='683' column='1'/>
<parameter type-id='type-id-26' name='zero_context' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='684' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_ot_layout_get_attach_points' mangled-name='hb_ot_layout_get_attach_points' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_get_attach_points'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='147' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='148' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='147' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='148' column='1'/>
<parameter type-id='type-id-10' name='start_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='149' column='1'/>
<parameter type-id='type-id-60' name='point_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='150' column='1'/>
<parameter type-id='type-id-60' name='point_array' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='151' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
- <pointer-type-def type-id='type-id-495' size-in-bits='64' id='type-id-1803'/>
+ <pointer-type-def type-id='type-id-494' size-in-bits='64' id='type-id-1802'/>
<function-decl name='hb_ot_layout_table_choose_script' mangled-name='hb_ot_layout_table_choose_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='229' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_table_choose_script'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='229' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='230' column='1'/>
- <parameter type-id='type-id-1803' name='script_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='231' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='229' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='230' column='1'/>
+ <parameter type-id='type-id-1802' name='script_tags' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='231' column='1'/>
<parameter type-id='type-id-60' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='232' column='1'/>
- <parameter type-id='type-id-1460' name='chosen_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='233' column='1'/>
+ <parameter type-id='type-id-1459' name='chosen_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='233' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_ot_layout_get_ligature_carets' mangled-name='hb_ot_layout_get_ligature_carets' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='157' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_get_ligature_carets'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='157' column='1'/>
- <parameter type-id='type-id-126' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='158' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='159' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='157' column='1'/>
+ <parameter type-id='type-id-125' name='direction' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='158' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='159' column='1'/>
<parameter type-id='type-id-10' name='start_offset' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='160' column='1'/>
<parameter type-id='type-id-60' name='caret_count' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='161' column='1'/>
- <parameter type-id='type-id-1691' name='caret_array' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='162' column='1'/>
+ <parameter type-id='type-id-1690' name='caret_array' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='162' column='1'/>
<return type-id='type-id-10'/>
</function-decl>
- <enum-decl name='hb_ot_layout_glyph_class_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.h' line='54' column='1' id='type-id-1804'>
+ <enum-decl name='hb_ot_layout_glyph_class_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.h' line='54' column='1' id='type-id-1803'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_OT_LAYOUT_GLYPH_CLASS_UNCLASSIFIED' value='0'/>
<enumerator name='HB_OT_LAYOUT_GLYPH_CLASS_BASE_GLYPH' value='1'/>
<enumerator name='HB_OT_LAYOUT_GLYPH_CLASS_COMPONENT' value='4'/>
</enum-decl>
<function-decl name='hb_ot_layout_get_glyphs_in_class' mangled-name='hb_ot_layout_get_glyphs_in_class' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_get_glyphs_in_class'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='139' column='1'/>
- <parameter type-id='type-id-1804' name='klass' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='140' column='1'/>
- <parameter type-id='type-id-842' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='141' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='139' column='1'/>
+ <parameter type-id='type-id-1803' name='klass' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='140' column='1'/>
+ <parameter type-id='type-id-841' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='141' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_ot_layout_table_find_script' mangled-name='hb_ot_layout_table_find_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_table_find_script'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='199' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='200' column='1'/>
- <parameter type-id='type-id-180' name='script_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='201' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='199' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='200' column='1'/>
+ <parameter type-id='type-id-179' name='script_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='201' column='1'/>
<parameter type-id='type-id-60' name='script_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='202' column='1'/>
<return type-id='type-id-26'/>
</function-decl>
<function-decl name='hb_ot_layout_collect_lookups' mangled-name='hb_ot_layout_collect_lookups' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='594' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_collect_lookups'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='594' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='595' column='1'/>
- <parameter type-id='type-id-1803' name='scripts' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='596' column='1'/>
- <parameter type-id='type-id-1803' name='languages' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='597' column='1'/>
- <parameter type-id='type-id-1803' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='598' column='1'/>
- <parameter type-id='type-id-842' name='lookup_indexes' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='599' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='594' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='595' column='1'/>
+ <parameter type-id='type-id-1802' name='scripts' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='596' column='1'/>
+ <parameter type-id='type-id-1802' name='languages' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='597' column='1'/>
+ <parameter type-id='type-id-1802' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='598' column='1'/>
+ <parameter type-id='type-id-841' name='lookup_indexes' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='599' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_ot_layout_lookup_collect_glyphs' mangled-name='hb_ot_layout_lookup_collect_glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='635' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_lookup_collect_glyphs'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='635' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='636' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='635' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='636' column='1'/>
<parameter type-id='type-id-10' name='lookup_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='637' column='1'/>
- <parameter type-id='type-id-842' name='glyphs_before' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='638' column='1'/>
- <parameter type-id='type-id-842' name='glyphs_input' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='639' column='1'/>
- <parameter type-id='type-id-842' name='glyphs_after' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='640' column='1'/>
- <parameter type-id='type-id-842' name='glyphs_output' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='641' column='1'/>
+ <parameter type-id='type-id-841' name='glyphs_before' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='638' column='1'/>
+ <parameter type-id='type-id-841' name='glyphs_input' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='639' column='1'/>
+ <parameter type-id='type-id-841' name='glyphs_after' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='640' column='1'/>
+ <parameter type-id='type-id-841' name='glyphs_output' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='641' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_ot_layout_lookup_substitute_closure' mangled-name='hb_ot_layout_lookup_substitute_closure' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='718' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_lookup_substitute_closure'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='718' column='1'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='718' column='1'/>
<parameter type-id='type-id-10' name='lookup_index' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='719' column='1'/>
- <parameter type-id='type-id-842' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='720' column='1'/>
+ <parameter type-id='type-id-841' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='720' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_ot_layout_get_glyph_class' mangled-name='hb_ot_layout_get_glyph_class' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_layout_get_glyph_class'>
- <parameter type-id='type-id-159' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='132' column='1'/>
- <parameter type-id='type-id-69' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='133' column='1'/>
- <return type-id='type-id-1804'/>
+ <parameter type-id='type-id-158' name='face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='132' column='1'/>
+ <parameter type-id='type-id-68' name='glyph' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-layout.cc' line='133' column='1'/>
+ <return type-id='type-id-1803'/>
</function-decl>
- <reference-type-def kind='lvalue' type-id='type-id-1805' size-in-bits='64' id='type-id-1791'/>
- <pointer-type-def type-id='type-id-1806' size-in-bits='64' id='type-id-1761'/>
- <function-type size-in-bits='64' id='type-id-1764'>
- <parameter type-id='type-id-1755'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-80'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1804' size-in-bits='64' id='type-id-1790'/>
+ <pointer-type-def type-id='type-id-1805' size-in-bits='64' id='type-id-1760'/>
+ <function-type size-in-bits='64' id='type-id-1763'>
+ <parameter type-id='type-id-1754'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-79'/>
<return type-id='type-id-5'/>
</function-type>
- <pointer-type-def type-id='type-id-1760' size-in-bits='64' id='type-id-1762'/>
- <qualified-type-def type-id='type-id-463' const='yes' id='type-id-1805'/>
- <qualified-type-def type-id='type-id-1807' const='yes' id='type-id-1806'/>
- <class-decl name='hb_ot_complex_shaper_t' size-in-bits='704' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='69' column='1' id='type-id-1807'>
+ <pointer-type-def type-id='type-id-1759' size-in-bits='64' id='type-id-1761'/>
+ <qualified-type-def type-id='type-id-462' const='yes' id='type-id-1804'/>
+ <qualified-type-def type-id='type-id-1806' const='yes' id='type-id-1805'/>
+ <class-decl name='hb_ot_complex_shaper_t' size-in-bits='704' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='69' column='1' id='type-id-1806'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='name' type-id='type-id-1808' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='70' column='1'/>
+ <var-decl name='name' type-id='type-id-1807' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='collect_features' type-id='type-id-1809' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='77' column='1'/>
+ <var-decl name='collect_features' type-id='type-id-1808' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='77' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='override_features' type-id='type-id-1809' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='85' column='1'/>
+ <var-decl name='override_features' type-id='type-id-1808' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='85' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='data_create' type-id='type-id-1810' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='93' column='1'/>
+ <var-decl name='data_create' type-id='type-id-1809' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='93' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<var-decl name='data_destroy' type-id='type-id-31' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='101' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='preprocess_text' type-id='type-id-1811' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='111' column='1'/>
+ <var-decl name='preprocess_text' type-id='type-id-1810' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='111' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='normalization_preference' type-id='type-id-1812' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='114' column='1'/>
+ <var-decl name='normalization_preference' type-id='type-id-1811' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='114' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='decompose' type-id='type-id-1813' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='123' column='1'/>
+ <var-decl name='decompose' type-id='type-id-1812' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='123' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='compose' type-id='type-id-1814' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='132' column='1'/>
+ <var-decl name='compose' type-id='type-id-1813' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='132' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='setup_masks' type-id='type-id-1811' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='142' column='1'/>
+ <var-decl name='setup_masks' type-id='type-id-1810' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='142' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='zero_width_marks' type-id='type-id-1815' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='144' column='1'/>
+ <var-decl name='zero_width_marks' type-id='type-id-1814' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='144' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='672'>
<var-decl name='fallback_position' type-id='type-id-7' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='146' column='1'/>
</data-member>
</class-decl>
+ <pointer-type-def type-id='type-id-1815' size-in-bits='64' id='type-id-1812'/>
<pointer-type-def type-id='type-id-1816' size-in-bits='64' id='type-id-1813'/>
- <pointer-type-def type-id='type-id-1817' size-in-bits='64' id='type-id-1814'/>
- <array-type-def dimensions='1' type-id='type-id-28' size-in-bits='64' id='type-id-1808'>
- <subrange length='8' type-id='type-id-42' id='type-id-151'/>
+ <array-type-def dimensions='1' type-id='type-id-28' size-in-bits='64' id='type-id-1807'>
+ <subrange length='8' type-id='type-id-42' id='type-id-150'/>
</array-type-def>
- <enum-decl name='hb_ot_shape_normalization_mode_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='38' column='1' id='type-id-1812'>
+ <enum-decl name='hb_ot_shape_normalization_mode_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='38' column='1' id='type-id-1811'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_OT_SHAPE_NORMALIZATION_MODE_NONE' value='0'/>
<enumerator name='HB_OT_SHAPE_NORMALIZATION_MODE_DECOMPOSED' value='1'/>
<enumerator name='HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_DIACRITICS_NO_SHORT_CIRCUIT' value='3'/>
<enumerator name='HB_OT_SHAPE_NORMALIZATION_MODE_DEFAULT' value='2'/>
</enum-decl>
- <enum-decl name='hb_ot_shape_zero_width_marks_type_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='42' column='1' id='type-id-1815'>
+ <enum-decl name='hb_ot_shape_zero_width_marks_type_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-private.hh' line='42' column='1' id='type-id-1814'>
<underlying-type type-id='type-id-56'/>
<enumerator name='HB_OT_SHAPE_ZERO_WIDTH_MARKS_NONE' value='0'/>
<enumerator name='HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_UNICODE_LATE' value='1'/>
<enumerator name='HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE' value='3'/>
<enumerator name='HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT' value='1'/>
</enum-decl>
- <pointer-type-def type-id='type-id-1818' size-in-bits='64' id='type-id-1811'/>
+ <pointer-type-def type-id='type-id-1817' size-in-bits='64' id='type-id-1810'/>
+ <pointer-type-def type-id='type-id-1818' size-in-bits='64' id='type-id-1808'/>
<pointer-type-def type-id='type-id-1819' size-in-bits='64' id='type-id-1809'/>
- <pointer-type-def type-id='type-id-1820' size-in-bits='64' id='type-id-1810'/>
+ <function-type size-in-bits='64' id='type-id-1815'>
+ <parameter type-id='type-id-1820'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
+ <parameter type-id='type-id-104'/>
+ <return type-id='type-id-7'/>
+ </function-type>
<function-type size-in-bits='64' id='type-id-1816'>
- <parameter type-id='type-id-1821'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-1820'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-68'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-7'/>
</function-type>
<function-type size-in-bits='64' id='type-id-1817'>
- <parameter type-id='type-id-1821'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-69'/>
- <parameter type-id='type-id-105'/>
- <return type-id='type-id-7'/>
+ <parameter type-id='type-id-1754'/>
+ <parameter type-id='type-id-79'/>
+ <parameter type-id='type-id-157'/>
+ <return type-id='type-id-5'/>
</function-type>
<function-type size-in-bits='64' id='type-id-1818'>
- <parameter type-id='type-id-1755'/>
- <parameter type-id='type-id-80'/>
- <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-1821'/>
<return type-id='type-id-5'/>
</function-type>
<function-type size-in-bits='64' id='type-id-1819'>
- <parameter type-id='type-id-1822'/>
- <return type-id='type-id-5'/>
- </function-type>
- <function-type size-in-bits='64' id='type-id-1820'>
- <parameter type-id='type-id-1755'/>
+ <parameter type-id='type-id-1754'/>
<return type-id='type-id-20'/>
</function-type>
+ <pointer-type-def type-id='type-id-1822' size-in-bits='64' id='type-id-1820'/>
<pointer-type-def type-id='type-id-1823' size-in-bits='64' id='type-id-1821'/>
- <pointer-type-def type-id='type-id-1824' size-in-bits='64' id='type-id-1822'/>
- <qualified-type-def type-id='type-id-1825' const='yes' id='type-id-1823'/>
- <class-decl name='hb_ot_shape_planner_t' size-in-bits='10624' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='66' column='1' id='type-id-1824'>
+ <qualified-type-def type-id='type-id-1824' const='yes' id='type-id-1822'/>
+ <class-decl name='hb_ot_shape_planner_t' size-in-bits='10624' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='66' column='1' id='type-id-1823'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='face' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='68' column='1'/>
+ <var-decl name='face' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='props' type-id='type-id-71' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='69' column='1'/>
+ <var-decl name='props' type-id='type-id-70' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='69' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='shaper' type-id='type-id-1761' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='70' column='1'/>
+ <var-decl name='shaper' type-id='type-id-1760' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='map' type-id='type-id-1826' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='71' column='1'/>
+ <var-decl name='map' type-id='type-id-1825' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='71' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='hb_ot_shape_planner_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1822' is-artificial='yes'/>
- <parameter type-id='type-id-220'/>
+ <parameter type-id='type-id-1821' is-artificial='yes'/>
+ <parameter type-id='type-id-219'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~hb_ot_shape_planner_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1822' is-artificial='yes'/>
+ <parameter type-id='type-id-1821' is-artificial='yes'/>
<parameter type-id='type-id-4' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='compile' mangled-name='_ZN21hb_ot_shape_planner_t7compileER18hb_ot_shape_plan_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='80' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1822' is-artificial='yes'/>
- <parameter type-id='type-id-1827'/>
+ <parameter type-id='type-id-1821' is-artificial='yes'/>
+ <parameter type-id='type-id-1826'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='hb_ot_shape_planner_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1822' is-artificial='yes'/>
- <parameter type-id='type-id-1828'/>
+ <parameter type-id='type-id-1821' is-artificial='yes'/>
+ <parameter type-id='type-id-1827'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZN21hb_ot_shape_planner_taSERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-private.hh' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1822' is-artificial='yes'/>
- <parameter type-id='type-id-1828'/>
- <return type-id='type-id-1829'/>
+ <parameter type-id='type-id-1821' is-artificial='yes'/>
+ <parameter type-id='type-id-1827'/>
+ <return type-id='type-id-1828'/>
</function-decl>
</member-function>
</class-decl>
- <reference-type-def kind='lvalue' type-id='type-id-1830' size-in-bits='64' id='type-id-1828'/>
- <reference-type-def kind='lvalue' type-id='type-id-1760' size-in-bits='64' id='type-id-1827'/>
- <reference-type-def kind='lvalue' type-id='type-id-1824' size-in-bits='64' id='type-id-1829'/>
- <class-decl name='hb_ot_map_builder_t' size-in-bits='10240' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='181' column='1' id='type-id-1826'>
+ <reference-type-def kind='lvalue' type-id='type-id-1829' size-in-bits='64' id='type-id-1827'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1759' size-in-bits='64' id='type-id-1826'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1823' size-in-bits='64' id='type-id-1828'/>
+ <class-decl name='hb_ot_map_builder_t' size-in-bits='10240' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='181' column='1' id='type-id-1825'>
<member-type access='private'>
- <class-decl name='feature_info_t' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='210' column='1' id='type-id-1831'>
+ <class-decl name='feature_info_t' size-in-bits='224' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='210' column='1' id='type-id-1830'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='tag' type-id='type-id-180' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='211' column='1'/>
+ <var-decl name='tag' type-id='type-id-179' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='211' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<var-decl name='seq' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='212' column='1'/>
<var-decl name='max_value' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='213' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
- <var-decl name='flags' type-id='type-id-1832' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='214' column='1'/>
+ <var-decl name='flags' type-id='type-id-1831' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='214' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='default_value' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='215' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='160'>
- <var-decl name='stage' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='216' column='1'/>
+ <var-decl name='stage' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='216' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='cmp' mangled-name='_ZN19hb_ot_map_builder_t14feature_info_t3cmpEPKS0_S2_' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='218' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1833'/>
- <parameter type-id='type-id-1833'/>
+ <parameter type-id='type-id-1832'/>
+ <parameter type-id='type-id-1832'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='stage_info_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='222' column='1' id='type-id-1834'>
+ <class-decl name='stage_info_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='222' column='1' id='type-id-1833'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='index' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='223' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='pause_func' type-id='type-id-1745' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='224' column='1'/>
+ <var-decl name='pause_func' type-id='type-id-1744' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='224' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='face' type-id='type-id-159' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='231' column='1'/>
+ <var-decl name='face' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='231' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='props' type-id='type-id-71' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='232' column='1'/>
+ <var-decl name='props' type-id='type-id-70' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='232' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='chosen_script' type-id='type-id-1747' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='234' column='1'/>
+ <var-decl name='chosen_script' type-id='type-id-1746' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='234' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='found_script' type-id='type-id-1748' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='235' column='1'/>
+ <var-decl name='found_script' type-id='type-id-1747' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='235' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='416'>
- <var-decl name='script_index' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='236' column='1'/>
+ <var-decl name='script_index' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='236' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='480'>
- <var-decl name='language_index' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='236' column='1'/>
+ <var-decl name='language_index' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='236' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='544'>
- <var-decl name='current_stage' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='240' column='1'/>
+ <var-decl name='current_stage' type-id='type-id-77' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='240' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='640'>
- <var-decl name='feature_infos' type-id='type-id-1835' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='241' column='1'/>
+ <var-decl name='feature_infos' type-id='type-id-1834' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='241' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='7936'>
- <var-decl name='stages' type-id='type-id-1836' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='242' column='1'/>
+ <var-decl name='stages' type-id='type-id-1835' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='242' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='hb_ot_map_builder_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='184' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1837' is-artificial='yes'/>
- <parameter type-id='type-id-159'/>
- <parameter type-id='type-id-241'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
+ <parameter type-id='type-id-158'/>
+ <parameter type-id='type-id-240'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_feature' mangled-name='_ZN19hb_ot_map_builder_t11add_featureEjj25hb_ot_map_feature_flags_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='187' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1837' is-artificial='yes'/>
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
+ <parameter type-id='type-id-179'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-1832'/>
+ <parameter type-id='type-id-1831'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_global_bool_feature' mangled-name='_ZN19hb_ot_map_builder_t23add_global_bool_featureEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='190' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1837' is-artificial='yes'/>
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
+ <parameter type-id='type-id-179'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_gsub_pause' mangled-name='_ZN19hb_ot_map_builder_t14add_gsub_pauseEPFvPK18hb_ot_shape_plan_tP9hb_font_tP11hb_buffer_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1837' is-artificial='yes'/>
- <parameter type-id='type-id-1745'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
+ <parameter type-id='type-id-1744'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='add_gpos_pause' mangled-name='_ZN19hb_ot_map_builder_t14add_gpos_pauseEPFvPK18hb_ot_shape_plan_tP9hb_font_tP11hb_buffer_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='195' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1837' is-artificial='yes'/>
- <parameter type-id='type-id-1745'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
+ <parameter type-id='type-id-1744'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='compile' mangled-name='_ZN19hb_ot_map_builder_t7compileER11hb_ot_map_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1837' is-artificial='yes'/>
- <parameter type-id='type-id-1838'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
+ <parameter type-id='type-id-1837'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='finish' mangled-name='_ZN19hb_ot_map_builder_t6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='200' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1837' is-artificial='yes'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='add_pause' mangled-name='_ZN19hb_ot_map_builder_t9add_pauseEjPFvPK18hb_ot_shape_plan_tP9hb_font_tP11hb_buffer_tE' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='227' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1837' is-artificial='yes'/>
+ <parameter type-id='type-id-1836' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-1745'/>
+ <parameter type-id='type-id-1744'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hb_ot_shape_normalize_context_t' size-in-bits='384' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='53' column='1' id='type-id-1825'>
+ <class-decl name='hb_ot_shape_normalize_context_t' size-in-bits='384' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='53' column='1' id='type-id-1824'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='plan' type-id='type-id-1755' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='54' column='1'/>
+ <var-decl name='plan' type-id='type-id-1754' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='54' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='buffer' type-id='type-id-80' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='55' column='1'/>
+ <var-decl name='buffer' type-id='type-id-79' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='55' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='font' type-id='type-id-158' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='56' column='1'/>
+ <var-decl name='font' type-id='type-id-157' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='56' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='unicode' type-id='type-id-67' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='57' column='1'/>
+ <var-decl name='unicode' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='57' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='decompose' type-id='type-id-1813' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='61' column='1'/>
+ <var-decl name='decompose' type-id='type-id-1812' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='61' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='compose' type-id='type-id-1814' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='65' column='1'/>
+ <var-decl name='compose' type-id='type-id-1813' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-normalize-private.hh' line='65' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-1839' size-in-bits='64' id='type-id-1833'/>
- <qualified-type-def type-id='type-id-1824' const='yes' id='type-id-1830'/>
- <enum-decl name='hb_ot_map_feature_flags_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='155' column='1' id='type-id-1832'>
+ <pointer-type-def type-id='type-id-1838' size-in-bits='64' id='type-id-1832'/>
+ <qualified-type-def type-id='type-id-1823' const='yes' id='type-id-1829'/>
+ <enum-decl name='hb_ot_map_feature_flags_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-map-private.hh' line='155' column='1' id='type-id-1831'>
<underlying-type type-id='type-id-56'/>
<enumerator name='F_NONE' value='0'/>
<enumerator name='F_GLOBAL' value='1'/>
<enumerator name='F_HAS_FALLBACK' value='2'/>
<enumerator name='F_MANUAL_ZWJ' value='4'/>
</enum-decl>
- <pointer-type-def type-id='type-id-1826' size-in-bits='64' id='type-id-1837'/>
- <reference-type-def kind='lvalue' type-id='type-id-1739' size-in-bits='64' id='type-id-1838'/>
- <array-type-def dimensions='1' type-id='type-id-1840' size-in-bits='2304' id='type-id-1836'>
+ <pointer-type-def type-id='type-id-1825' size-in-bits='64' id='type-id-1836'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1738' size-in-bits='64' id='type-id-1837'/>
+ <array-type-def dimensions='1' type-id='type-id-1839' size-in-bits='2304' id='type-id-1835'>
<subrange length='2' type-id='type-id-42' id='type-id-46'/>
</array-type-def>
- <class-decl name='hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>' size-in-bits='7296' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1835'>
+ <class-decl name='hb_prealloced_array_t<hb_ot_map_builder_t::feature_info_t, 32u>' size-in-bits='7296' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1834'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='330' column='1'/>
</data-member>
<var-decl name='allocated' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='331' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='array' type-id='type-id-1841' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
+ <var-decl name='array' type-id='type-id-1840' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='static_array' type-id='type-id-1842' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
+ <var-decl name='static_array' type-id='type-id-1841' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1844'/>
+ <return type-id='type-id-1843'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1845' is-artificial='yes'/>
+ <parameter type-id='type-id-1844' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1846'/>
+ <return type-id='type-id-1845'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='push' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE4pushEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1843' is-artificial='yes'/>
- <return type-id='type-id-1841'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
+ <return type-id='type-id-1840'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='pop' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE3popEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='remove' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE6removeEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='shrink' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE6shrinkEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='387' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE5qsortEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='408' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE5qsortEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='413' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='finish' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t14feature_info_tELj32EE6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='429' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1843' is-artificial='yes'/>
+ <parameter type-id='type-id-1842' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <qualified-type-def type-id='type-id-1831' const='yes' id='type-id-1839'/>
- <reference-type-def kind='lvalue' type-id='type-id-1839' size-in-bits='64' id='type-id-1846'/>
- <pointer-type-def type-id='type-id-1847' size-in-bits='64' id='type-id-1845'/>
- <array-type-def dimensions='1' type-id='type-id-1831' size-in-bits='7168' id='type-id-1842'>
- <subrange length='32' type-id='type-id-42' id='type-id-1779'/>
+ <qualified-type-def type-id='type-id-1830' const='yes' id='type-id-1838'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1838' size-in-bits='64' id='type-id-1845'/>
+ <pointer-type-def type-id='type-id-1846' size-in-bits='64' id='type-id-1844'/>
+ <array-type-def dimensions='1' type-id='type-id-1830' size-in-bits='7168' id='type-id-1841'>
+ <subrange length='32' type-id='type-id-42' id='type-id-1778'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-1831' size-in-bits='64' id='type-id-1844'/>
- <pointer-type-def type-id='type-id-1831' size-in-bits='64' id='type-id-1841'/>
- <pointer-type-def type-id='type-id-1835' size-in-bits='64' id='type-id-1843'/>
- <class-decl name='hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1840'>
+ <reference-type-def kind='lvalue' type-id='type-id-1830' size-in-bits='64' id='type-id-1843'/>
+ <pointer-type-def type-id='type-id-1830' size-in-bits='64' id='type-id-1840'/>
+ <pointer-type-def type-id='type-id-1834' size-in-bits='64' id='type-id-1842'/>
+ <class-decl name='hb_prealloced_array_t<hb_ot_map_builder_t::stage_info_t, 8u>' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='329' column='1' id='type-id-1839'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='len' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='330' column='1'/>
</data-member>
<var-decl name='allocated' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='331' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='array' type-id='type-id-1848' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
+ <var-decl name='array' type-id='type-id-1847' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='static_array' type-id='type-id-1849' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
+ <var-decl name='static_array' type-id='type-id-1848' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='333' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE4initEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='335' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1851'/>
+ <return type-id='type-id-1850'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator[]' mangled-name='_ZNK21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EEixEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1852' is-artificial='yes'/>
+ <parameter type-id='type-id-1851' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
- <return type-id='type-id-1853'/>
+ <return type-id='type-id-1852'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='push' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE4pushEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1850' is-artificial='yes'/>
- <return type-id='type-id-1848'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
+ <return type-id='type-id-1847'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='pop' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE3popEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='remove' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE6removeEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='shrink' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE6shrinkEj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='387' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE5qsortEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='408' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='qsort' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE5qsortEjj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='413' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<parameter type-id='type-id-10'/>
<parameter type-id='type-id-10'/>
<return type-id='type-id-5'/>
</member-function>
<member-function access='public'>
<function-decl name='finish' mangled-name='_ZN21hb_prealloced_array_tIN19hb_ot_map_builder_t12stage_info_tELj8EE6finishEv' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-private.hh' line='429' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1849' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
</class-decl>
- <reference-type-def kind='lvalue' type-id='type-id-1854' size-in-bits='64' id='type-id-1853'/>
- <qualified-type-def type-id='type-id-1835' const='yes' id='type-id-1847'/>
- <pointer-type-def type-id='type-id-1855' size-in-bits='64' id='type-id-1852'/>
- <reference-type-def kind='lvalue' type-id='type-id-1834' size-in-bits='64' id='type-id-1851'/>
- <pointer-type-def type-id='type-id-1834' size-in-bits='64' id='type-id-1848'/>
- <pointer-type-def type-id='type-id-1840' size-in-bits='64' id='type-id-1850'/>
- <array-type-def dimensions='1' type-id='type-id-1834' size-in-bits='1024' id='type-id-1849'>
- <subrange length='8' type-id='type-id-42' id='type-id-151'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1853' size-in-bits='64' id='type-id-1852'/>
+ <qualified-type-def type-id='type-id-1834' const='yes' id='type-id-1846'/>
+ <pointer-type-def type-id='type-id-1854' size-in-bits='64' id='type-id-1851'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1833' size-in-bits='64' id='type-id-1850'/>
+ <pointer-type-def type-id='type-id-1833' size-in-bits='64' id='type-id-1847'/>
+ <pointer-type-def type-id='type-id-1839' size-in-bits='64' id='type-id-1849'/>
+ <array-type-def dimensions='1' type-id='type-id-1833' size-in-bits='1024' id='type-id-1848'>
+ <subrange length='8' type-id='type-id-42' id='type-id-150'/>
</array-type-def>
- <qualified-type-def type-id='type-id-1834' const='yes' id='type-id-1854'/>
- <qualified-type-def type-id='type-id-1840' const='yes' id='type-id-1855'/>
+ <qualified-type-def type-id='type-id-1833' const='yes' id='type-id-1853'/>
+ <qualified-type-def type-id='type-id-1839' const='yes' id='type-id-1854'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-ot-map.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<function-decl name='hb_ot_shape_plan_collect_lookups' mangled-name='hb_ot_shape_plan_collect_lookups' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='740' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_shape_plan_collect_lookups'>
- <parameter type-id='type-id-176' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='740' column='1'/>
- <parameter type-id='type-id-180' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='741' column='1'/>
- <parameter type-id='type-id-842' name='lookup_indexes' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='742' column='1'/>
+ <parameter type-id='type-id-175' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='740' column='1'/>
+ <parameter type-id='type-id-179' name='table_tag' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='741' column='1'/>
+ <parameter type-id='type-id-841' name='lookup_indexes' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='742' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_ot_shape_glyphs_closure' mangled-name='hb_ot_shape_glyphs_closure' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='770' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ot_shape_glyphs_closure'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='770' column='1'/>
- <parameter type-id='type-id-80' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='771' column='1'/>
- <parameter type-id='type-id-229' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='772' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='770' column='1'/>
+ <parameter type-id='type-id-79' name='buffer' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='771' column='1'/>
+ <parameter type-id='type-id-228' name='features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='772' column='1'/>
<parameter type-id='type-id-10' name='num_features' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='773' column='1'/>
- <parameter type-id='type-id-842' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='774' column='1'/>
+ <parameter type-id='type-id-841' name='glyphs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape.cc' line='774' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
</abi-instr>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-ot-shape-complex-indic.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
- <class-decl name='indic_shape_plan_t' size-in-bits='1344' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='507' column='1' id='type-id-1856'>
+ <class-decl name='indic_shape_plan_t' size-in-bits='1344' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='507' column='1' id='type-id-1855'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='config' type-id='type-id-1857' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='529' column='1'/>
+ <var-decl name='config' type-id='type-id-1856' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='529' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='is_old_spec' type-id='type-id-7' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='531' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
- <var-decl name='virama_glyph' type-id='type-id-69' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='532' column='1'/>
+ <var-decl name='virama_glyph' type-id='type-id-68' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='532' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='rphf' type-id='type-id-1858' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='534' column='1'/>
+ <var-decl name='rphf' type-id='type-id-1857' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='534' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='pref' type-id='type-id-1858' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='535' column='1'/>
+ <var-decl name='pref' type-id='type-id-1857' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='535' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='blwf' type-id='type-id-1858' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='536' column='1'/>
+ <var-decl name='blwf' type-id='type-id-1857' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='536' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='pstf' type-id='type-id-1858' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='537' column='1'/>
+ <var-decl name='pstf' type-id='type-id-1857' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='537' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='mask_array' type-id='type-id-1859' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='539' column='1'/>
+ <var-decl name='mask_array' type-id='type-id-1858' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='539' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_static_assertion_on_line_508' mangled-name='_ZNK18indic_shape_plan_t29_static_assertion_on_line_508Ev' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='508' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1860' is-artificial='yes'/>
+ <parameter type-id='type-id-1859' is-artificial='yes'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='get_virama_glyph' mangled-name='_ZNK18indic_shape_plan_t16get_virama_glyphEP9hb_font_tPj' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='510' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1860' is-artificial='yes'/>
- <parameter type-id='type-id-158'/>
- <parameter type-id='type-id-105'/>
+ <parameter type-id='type-id-1859' is-artificial='yes'/>
+ <parameter type-id='type-id-157'/>
+ <parameter type-id='type-id-104'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='indic_config_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='305' column='1' id='type-id-1861'>
+ <class-decl name='indic_config_t' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='305' column='1' id='type-id-1860'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='script' type-id='type-id-104' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='306' column='1'/>
+ <var-decl name='script' type-id='type-id-103' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='306' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<var-decl name='has_old_spec' type-id='type-id-7' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='307' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='virama' type-id='type-id-69' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='308' column='1'/>
+ <var-decl name='virama' type-id='type-id-68' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='308' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
- <var-decl name='base_pos' type-id='type-id-1862' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='309' column='1'/>
+ <var-decl name='base_pos' type-id='type-id-1861' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='309' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='reph_pos' type-id='type-id-1863' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='310' column='1'/>
+ <var-decl name='reph_pos' type-id='type-id-1862' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='310' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='160'>
- <var-decl name='reph_mode' type-id='type-id-1864' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='311' column='1'/>
+ <var-decl name='reph_mode' type-id='type-id-1863' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='311' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='blwf_mode' type-id='type-id-1865' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='312' column='1'/>
+ <var-decl name='blwf_mode' type-id='type-id-1864' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='312' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
- <var-decl name='pref_len' type-id='type-id-1866' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='313' column='1'/>
+ <var-decl name='pref_len' type-id='type-id-1865' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='313' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='base_position_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='276' column='1' id='type-id-1862'>
+ <enum-decl name='base_position_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='276' column='1' id='type-id-1861'>
<underlying-type type-id='type-id-56'/>
<enumerator name='BASE_POS_FIRST' value='0'/>
<enumerator name='BASE_POS_LAST_SINHALA' value='1'/>
<enumerator name='BASE_POS_LAST' value='2'/>
</enum-decl>
- <enum-decl name='reph_position_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='281' column='1' id='type-id-1863'>
+ <enum-decl name='reph_position_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='281' column='1' id='type-id-1862'>
<underlying-type type-id='type-id-56'/>
<enumerator name='REPH_POS_AFTER_MAIN' value='5'/>
<enumerator name='REPH_POS_BEFORE_SUB' value='7'/>
<enumerator name='REPH_POS_AFTER_POST' value='12'/>
<enumerator name='REPH_POS_DONT_CARE' value='1'/>
</enum-decl>
- <enum-decl name='reph_mode_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='289' column='1' id='type-id-1864'>
+ <enum-decl name='reph_mode_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='289' column='1' id='type-id-1863'>
<underlying-type type-id='type-id-56'/>
<enumerator name='REPH_MODE_IMPLICIT' value='0'/>
<enumerator name='REPH_MODE_EXPLICIT' value='1'/>
<enumerator name='REPH_MODE_VIS_REPHA' value='2'/>
<enumerator name='REPH_MODE_LOG_REPHA' value='3'/>
</enum-decl>
- <enum-decl name='blwf_mode_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='295' column='1' id='type-id-1865'>
+ <enum-decl name='blwf_mode_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='295' column='1' id='type-id-1864'>
<underlying-type type-id='type-id-56'/>
<enumerator name='BLWF_MODE_PRE_AND_POST' value='0'/>
<enumerator name='BLWF_MODE_POST_ONLY' value='1'/>
</enum-decl>
- <enum-decl name='pref_len_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='299' column='1' id='type-id-1866'>
+ <enum-decl name='pref_len_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='299' column='1' id='type-id-1865'>
<underlying-type type-id='type-id-56'/>
<enumerator name='PREF_LEN_1' value='1'/>
<enumerator name='PREF_LEN_2' value='2'/>
<enumerator name='PREF_LEN_DONT_CARE' value='2'/>
</enum-decl>
- <qualified-type-def type-id='type-id-1861' const='yes' id='type-id-1867'/>
- <pointer-type-def type-id='type-id-1867' size-in-bits='64' id='type-id-1857'/>
- <class-decl name='would_substitute_feature_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='481' column='1' id='type-id-1858'>
+ <qualified-type-def type-id='type-id-1860' const='yes' id='type-id-1866'/>
+ <pointer-type-def type-id='type-id-1866' size-in-bits='64' id='type-id-1856'/>
+ <class-decl name='would_substitute_feature_t' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='481' column='1' id='type-id-1857'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='lookups' type-id='type-id-1743' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='501' column='1'/>
+ <var-decl name='lookups' type-id='type-id-1742' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='501' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='count' type-id='type-id-10' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='502' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='init' mangled-name='_ZN26would_substitute_feature_t4initEPK11hb_ot_map_tjb' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='482' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1868' is-artificial='yes'/>
- <parameter type-id='type-id-1753'/>
- <parameter type-id='type-id-180'/>
+ <parameter type-id='type-id-1867' is-artificial='yes'/>
+ <parameter type-id='type-id-1752'/>
+ <parameter type-id='type-id-179'/>
<parameter type-id='type-id-7'/>
<return type-id='type-id-5'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='would_substitute' mangled-name='_ZNK26would_substitute_feature_t16would_substituteEPKjjP9hb_face_t' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ot-shape-complex-indic.cc' line='490' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1869' is-artificial='yes'/>
- <parameter type-id='type-id-86'/>
+ <parameter type-id='type-id-1868' is-artificial='yes'/>
+ <parameter type-id='type-id-85'/>
<parameter type-id='type-id-10'/>
- <parameter type-id='type-id-159'/>
+ <parameter type-id='type-id-158'/>
<return type-id='type-id-7'/>
</function-decl>
</member-function>
</class-decl>
- <pointer-type-def type-id='type-id-1858' size-in-bits='64' id='type-id-1868'/>
- <qualified-type-def type-id='type-id-1858' const='yes' id='type-id-1870'/>
- <pointer-type-def type-id='type-id-1870' size-in-bits='64' id='type-id-1869'/>
+ <pointer-type-def type-id='type-id-1857' size-in-bits='64' id='type-id-1867'/>
+ <qualified-type-def type-id='type-id-1857' const='yes' id='type-id-1869'/>
+ <pointer-type-def type-id='type-id-1869' size-in-bits='64' id='type-id-1868'/>
- <array-type-def dimensions='1' type-id='type-id-87' size-in-bits='672' id='type-id-1859'>
- <subrange length='21' type-id='type-id-42' id='type-id-1871'/>
+ <array-type-def dimensions='1' type-id='type-id-86' size-in-bits='672' id='type-id-1858'>
+ <subrange length='21' type-id='type-id-42' id='type-id-1870'/>
</array-type-def>
- <qualified-type-def type-id='type-id-1856' const='yes' id='type-id-1872'/>
- <pointer-type-def type-id='type-id-1872' size-in-bits='64' id='type-id-1860'/>
+ <qualified-type-def type-id='type-id-1855' const='yes' id='type-id-1871'/>
+ <pointer-type-def type-id='type-id-1871' size-in-bits='64' id='type-id-1859'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-ot-shape-complex-indic-table.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-glib.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
<function-decl name='hb_glib_get_unicode_funcs' mangled-name='hb_glib_get_unicode_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-glib.cc' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_glib_get_unicode_funcs'>
- <return type-id='type-id-67'/>
+ <return type-id='type-id-66'/>
</function-decl>
- <enum-decl name='GUnicodeScript' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/glib@2.42.1-46d6a76b/include/glib-2.0/glib/gunicode.h' line='409' column='1' id='type-id-1873'>
+ <enum-decl name='GUnicodeScript' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/glib@2.42.1-46d6a76b/include/glib-2.0/glib/gunicode.h' line='409' column='1' id='type-id-1872'>
<underlying-type type-id='type-id-56'/>
<enumerator name='G_UNICODE_SCRIPT_INVALID_CODE' value='-1'/>
<enumerator name='G_UNICODE_SCRIPT_COMMON' value='0'/>
<enumerator name='G_UNICODE_SCRIPT_WARANG_CITI' value='125'/>
</enum-decl>
<function-decl name='hb_glib_script_from_script' mangled-name='hb_glib_script_from_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-glib.cc' line='177' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_glib_script_from_script'>
- <parameter type-id='type-id-104' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-glib.cc' line='177' column='1'/>
- <return type-id='type-id-1873'/>
+ <parameter type-id='type-id-103' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-glib.cc' line='177' column='1'/>
+ <return type-id='type-id-1872'/>
</function-decl>
<function-decl name='hb_glib_script_to_script' mangled-name='hb_glib_script_to_script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-glib.cc' line='161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_glib_script_to_script'>
- <parameter type-id='type-id-1873' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-glib.cc' line='161' column='1'/>
- <return type-id='type-id-104'/>
+ <parameter type-id='type-id-1872' name='script' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-glib.cc' line='161' column='1'/>
+ <return type-id='type-id-103'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='hb-ft.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src' language='LANG_C_plus_plus'>
- <class-decl name='FT_FaceRec_' size-in-bits='1984' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='959' column='1' id='type-id-1874'>
+ <class-decl name='FT_FaceRec_' size-in-bits='1984' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='959' column='1' id='type-id-1873'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='num_faces' type-id='type-id-1875' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='960' column='1'/>
+ <var-decl name='num_faces' type-id='type-id-1874' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='960' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='face_index' type-id='type-id-1875' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='961' column='1'/>
+ <var-decl name='face_index' type-id='type-id-1874' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='961' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='face_flags' type-id='type-id-1875' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='963' column='1'/>
+ <var-decl name='face_flags' type-id='type-id-1874' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='963' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='style_flags' type-id='type-id-1875' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='964' column='1'/>
+ <var-decl name='style_flags' type-id='type-id-1874' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='964' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='num_glyphs' type-id='type-id-1875' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='966' column='1'/>
+ <var-decl name='num_glyphs' type-id='type-id-1874' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='966' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='family_name' type-id='type-id-1876' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='968' column='1'/>
+ <var-decl name='family_name' type-id='type-id-1875' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='968' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='style_name' type-id='type-id-1876' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='969' column='1'/>
+ <var-decl name='style_name' type-id='type-id-1875' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='969' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='num_fixed_sizes' type-id='type-id-1877' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='971' column='1'/>
+ <var-decl name='num_fixed_sizes' type-id='type-id-1876' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='971' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='available_sizes' type-id='type-id-1878' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='972' column='1'/>
+ <var-decl name='available_sizes' type-id='type-id-1877' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='972' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='num_charmaps' type-id='type-id-1877' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='974' column='1'/>
+ <var-decl name='num_charmaps' type-id='type-id-1876' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='974' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='charmaps' type-id='type-id-1879' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='975' column='1'/>
+ <var-decl name='charmaps' type-id='type-id-1878' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='975' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
- <var-decl name='generic' type-id='type-id-1880' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='977' column='1'/>
+ <var-decl name='generic' type-id='type-id-1879' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='977' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
- <var-decl name='bbox' type-id='type-id-1881' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='982' column='1'/>
+ <var-decl name='bbox' type-id='type-id-1880' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='982' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
- <var-decl name='units_per_EM' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='984' column='1'/>
+ <var-decl name='units_per_EM' type-id='type-id-1881' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='984' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1104'>
- <var-decl name='ascender' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='985' column='1'/>
+ <var-decl name='ascender' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='985' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1120'>
- <var-decl name='descender' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='986' column='1'/>
+ <var-decl name='descender' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='986' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1136'>
- <var-decl name='height' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='987' column='1'/>
+ <var-decl name='height' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='987' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1152'>
- <var-decl name='max_advance_width' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='989' column='1'/>
+ <var-decl name='max_advance_width' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='989' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1168'>
- <var-decl name='max_advance_height' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='990' column='1'/>
+ <var-decl name='max_advance_height' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='990' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1184'>
- <var-decl name='underline_position' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='992' column='1'/>
+ <var-decl name='underline_position' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='992' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1200'>
- <var-decl name='underline_thickness' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='993' column='1'/>
+ <var-decl name='underline_thickness' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='993' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
- <var-decl name='glyph' type-id='type-id-1884' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='995' column='1'/>
+ <var-decl name='glyph' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='995' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1280'>
- <var-decl name='size' type-id='type-id-1885' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='996' column='1'/>
+ <var-decl name='size' type-id='type-id-1884' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='996' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1344'>
- <var-decl name='charmap' type-id='type-id-1886' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='997' column='1'/>
+ <var-decl name='charmap' type-id='type-id-1885' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='997' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
- <var-decl name='driver' type-id='type-id-1887' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1001' column='1'/>
+ <var-decl name='driver' type-id='type-id-1886' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1001' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1472'>
- <var-decl name='memory' type-id='type-id-1888' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1002' column='1'/>
+ <var-decl name='memory' type-id='type-id-1887' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1002' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
- <var-decl name='stream' type-id='type-id-1889' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1003' column='1'/>
+ <var-decl name='stream' type-id='type-id-1888' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1003' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1600'>
- <var-decl name='sizes_list' type-id='type-id-1890' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1005' column='1'/>
+ <var-decl name='sizes_list' type-id='type-id-1889' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1005' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1728'>
- <var-decl name='autohint' type-id='type-id-1880' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1007' column='1'/>
+ <var-decl name='autohint' type-id='type-id-1879' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1007' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1856'>
<var-decl name='extensions' type-id='type-id-20' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1008' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1920'>
- <var-decl name='internal' type-id='type-id-1891' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1010' column='1'/>
+ <var-decl name='internal' type-id='type-id-1890' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1010' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='FT_Long' type-id='type-id-39' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='238' column='1' id='type-id-1875'/>
- <typedef-decl name='FT_String' type-id='type-id-28' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='183' column='1' id='type-id-1892'/>
- <pointer-type-def type-id='type-id-1892' size-in-bits='64' id='type-id-1876'/>
- <typedef-decl name='FT_Int' type-id='type-id-4' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='216' column='1' id='type-id-1877'/>
- <class-decl name='FT_Bitmap_Size_' size-in-bits='256' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='334' column='1' id='type-id-1893'>
+ <typedef-decl name='FT_Long' type-id='type-id-39' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='238' column='1' id='type-id-1874'/>
+ <typedef-decl name='FT_String' type-id='type-id-28' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='183' column='1' id='type-id-1891'/>
+ <pointer-type-def type-id='type-id-1891' size-in-bits='64' id='type-id-1875'/>
+ <typedef-decl name='FT_Int' type-id='type-id-4' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='216' column='1' id='type-id-1876'/>
+ <class-decl name='FT_Bitmap_Size_' size-in-bits='256' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='334' column='1' id='type-id-1892'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='height' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='335' column='1'/>
+ <var-decl name='height' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='335' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='width' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='336' column='1'/>
+ <var-decl name='width' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='336' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='size' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='338' column='1'/>
+ <var-decl name='size' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='338' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='x_ppem' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='340' column='1'/>
+ <var-decl name='x_ppem' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='340' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='y_ppem' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='341' column='1'/>
+ <var-decl name='y_ppem' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='341' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='FT_Short' type-id='type-id-142' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='194' column='1' id='type-id-1883'/>
- <typedef-decl name='FT_Pos' type-id='type-id-39' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='58' column='1' id='type-id-1894'/>
- <typedef-decl name='FT_Bitmap_Size' type-id='type-id-1893' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='343' column='1' id='type-id-1895'/>
- <pointer-type-def type-id='type-id-1895' size-in-bits='64' id='type-id-1878'/>
- <class-decl name='FT_CharMapRec_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='780' column='1' id='type-id-1896'>
+ <typedef-decl name='FT_Short' type-id='type-id-141' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='194' column='1' id='type-id-1882'/>
+ <typedef-decl name='FT_Pos' type-id='type-id-39' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='58' column='1' id='type-id-1893'/>
+ <typedef-decl name='FT_Bitmap_Size' type-id='type-id-1892' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='343' column='1' id='type-id-1894'/>
+ <pointer-type-def type-id='type-id-1894' size-in-bits='64' id='type-id-1877'/>
+ <class-decl name='FT_CharMapRec_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='780' column='1' id='type-id-1895'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='face' type-id='type-id-1897' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='781' column='1'/>
+ <var-decl name='face' type-id='type-id-1896' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='781' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='encoding' type-id='type-id-1898' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='782' column='1'/>
+ <var-decl name='encoding' type-id='type-id-1897' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='782' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
- <var-decl name='platform_id' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='783' column='1'/>
+ <var-decl name='platform_id' type-id='type-id-1881' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='783' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='112'>
- <var-decl name='encoding_id' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='784' column='1'/>
+ <var-decl name='encoding_id' type-id='type-id-1881' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='784' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-1874' size-in-bits='64' id='type-id-1899'/>
- <typedef-decl name='FT_Face' type-id='type-id-1899' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='440' column='1' id='type-id-1897'/>
- <enum-decl name='FT_Encoding_' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='698' column='1' id='type-id-1900'>
+ <pointer-type-def type-id='type-id-1873' size-in-bits='64' id='type-id-1898'/>
+ <typedef-decl name='FT_Face' type-id='type-id-1898' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='440' column='1' id='type-id-1896'/>
+ <enum-decl name='FT_Encoding_' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='698' column='1' id='type-id-1899'>
<underlying-type type-id='type-id-56'/>
<enumerator name='FT_ENCODING_NONE' value='0'/>
<enumerator name='FT_ENCODING_MS_SYMBOL' value='1937337698'/>
<enumerator name='FT_ENCODING_OLD_LATIN_2' value='1818326066'/>
<enumerator name='FT_ENCODING_APPLE_ROMAN' value='1634889070'/>
</enum-decl>
- <typedef-decl name='FT_Encoding' type-id='type-id-1900' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='727' column='1' id='type-id-1898'/>
- <typedef-decl name='FT_UShort' type-id='type-id-140' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='205' column='1' id='type-id-1882'/>
- <pointer-type-def type-id='type-id-1896' size-in-bits='64' id='type-id-1901'/>
- <typedef-decl name='FT_CharMap' type-id='type-id-1901' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='524' column='1' id='type-id-1886'/>
- <pointer-type-def type-id='type-id-1886' size-in-bits='64' id='type-id-1879'/>
- <class-decl name='FT_Generic_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='456' column='1' id='type-id-1902'>
+ <typedef-decl name='FT_Encoding' type-id='type-id-1899' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='727' column='1' id='type-id-1897'/>
+ <typedef-decl name='FT_UShort' type-id='type-id-139' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='205' column='1' id='type-id-1881'/>
+ <pointer-type-def type-id='type-id-1895' size-in-bits='64' id='type-id-1900'/>
+ <typedef-decl name='FT_CharMap' type-id='type-id-1900' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='524' column='1' id='type-id-1885'/>
+ <pointer-type-def type-id='type-id-1885' size-in-bits='64' id='type-id-1878'/>
+ <class-decl name='FT_Generic_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='456' column='1' id='type-id-1901'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='data' type-id='type-id-20' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='457' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='finalizer' type-id='type-id-1903' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='458' column='1'/>
+ <var-decl name='finalizer' type-id='type-id-1902' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='458' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='FT_Generic_Finalizer' type-id='type-id-31' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='424' column='1' id='type-id-1903'/>
- <typedef-decl name='FT_Generic' type-id='type-id-1902' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='460' column='1' id='type-id-1880'/>
- <class-decl name='FT_BBox_' size-in-bits='256' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='116' column='1' id='type-id-1904'>
+ <typedef-decl name='FT_Generic_Finalizer' type-id='type-id-31' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='424' column='1' id='type-id-1902'/>
+ <typedef-decl name='FT_Generic' type-id='type-id-1901' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='460' column='1' id='type-id-1879'/>
+ <class-decl name='FT_BBox_' size-in-bits='256' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='116' column='1' id='type-id-1903'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='xMin' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='117' column='1'/>
+ <var-decl name='xMin' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='117' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='yMin' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='117' column='1'/>
+ <var-decl name='yMin' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='117' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='xMax' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='118' column='1'/>
+ <var-decl name='xMax' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='118' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='yMax' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='118' column='1'/>
+ <var-decl name='yMax' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='118' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='FT_BBox' type-id='type-id-1904' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='120' column='1' id='type-id-1881'/>
- <class-decl name='FT_GlyphSlotRec_' size-in-bits='2432' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1671' column='1' id='type-id-1905'>
+ <typedef-decl name='FT_BBox' type-id='type-id-1903' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='120' column='1' id='type-id-1880'/>
+ <class-decl name='FT_GlyphSlotRec_' size-in-bits='2432' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1671' column='1' id='type-id-1904'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='library' type-id='type-id-1906' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1672' column='1'/>
+ <var-decl name='library' type-id='type-id-1905' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1672' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='face' type-id='type-id-1897' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1673' column='1'/>
+ <var-decl name='face' type-id='type-id-1896' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1673' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='next' type-id='type-id-1884' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1674' column='1'/>
+ <var-decl name='next' type-id='type-id-1883' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1674' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='reserved' type-id='type-id-1907' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1675' column='1'/>
+ <var-decl name='reserved' type-id='type-id-1906' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1675' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='generic' type-id='type-id-1880' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1676' column='1'/>
+ <var-decl name='generic' type-id='type-id-1879' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1676' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='metrics' type-id='type-id-1908' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1678' column='1'/>
+ <var-decl name='metrics' type-id='type-id-1907' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1678' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
- <var-decl name='linearHoriAdvance' type-id='type-id-1909' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1679' column='1'/>
+ <var-decl name='linearHoriAdvance' type-id='type-id-1908' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1679' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='linearVertAdvance' type-id='type-id-1909' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1680' column='1'/>
+ <var-decl name='linearVertAdvance' type-id='type-id-1908' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1680' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
- <var-decl name='advance' type-id='type-id-1910' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1681' column='1'/>
+ <var-decl name='advance' type-id='type-id-1909' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1681' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1152'>
- <var-decl name='format' type-id='type-id-1911' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1683' column='1'/>
+ <var-decl name='format' type-id='type-id-1910' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1683' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
- <var-decl name='bitmap' type-id='type-id-1912' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1685' column='1'/>
+ <var-decl name='bitmap' type-id='type-id-1911' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1685' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
- <var-decl name='bitmap_left' type-id='type-id-1877' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1686' column='1'/>
+ <var-decl name='bitmap_left' type-id='type-id-1876' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1686' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1568'>
- <var-decl name='bitmap_top' type-id='type-id-1877' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1687' column='1'/>
+ <var-decl name='bitmap_top' type-id='type-id-1876' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1687' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1600'>
- <var-decl name='outline' type-id='type-id-1913' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1689' column='1'/>
+ <var-decl name='outline' type-id='type-id-1912' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1689' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1920'>
- <var-decl name='num_subglyphs' type-id='type-id-1907' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1691' column='1'/>
+ <var-decl name='num_subglyphs' type-id='type-id-1906' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1691' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1984'>
- <var-decl name='subglyphs' type-id='type-id-1914' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1692' column='1'/>
+ <var-decl name='subglyphs' type-id='type-id-1913' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1692' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2048'>
<var-decl name='control_data' type-id='type-id-20' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1694' column='1'/>
<var-decl name='control_len' type-id='type-id-39' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1695' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2176'>
- <var-decl name='lsb_delta' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1697' column='1'/>
+ <var-decl name='lsb_delta' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1697' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2240'>
- <var-decl name='rsb_delta' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1698' column='1'/>
+ <var-decl name='rsb_delta' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1698' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2304'>
<var-decl name='other' type-id='type-id-20' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1700' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2368'>
- <var-decl name='internal' type-id='type-id-1915' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1702' column='1'/>
+ <var-decl name='internal' type-id='type-id-1914' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1702' column='1'/>
</data-member>
</class-decl>
- <class-decl name='FT_LibraryRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1916'/>
- <pointer-type-def type-id='type-id-1916' size-in-bits='64' id='type-id-1917'/>
- <typedef-decl name='FT_Library' type-id='type-id-1917' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='376' column='1' id='type-id-1906'/>
- <pointer-type-def type-id='type-id-1905' size-in-bits='64' id='type-id-1918'/>
- <typedef-decl name='FT_GlyphSlot' type-id='type-id-1918' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='492' column='1' id='type-id-1884'/>
- <typedef-decl name='FT_UInt' type-id='type-id-10' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='227' column='1' id='type-id-1907'/>
- <class-decl name='FT_Glyph_Metrics_' size-in-bits='512' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='280' column='1' id='type-id-1919'>
+ <class-decl name='FT_LibraryRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1915'/>
+ <pointer-type-def type-id='type-id-1915' size-in-bits='64' id='type-id-1916'/>
+ <typedef-decl name='FT_Library' type-id='type-id-1916' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='376' column='1' id='type-id-1905'/>
+ <pointer-type-def type-id='type-id-1904' size-in-bits='64' id='type-id-1917'/>
+ <typedef-decl name='FT_GlyphSlot' type-id='type-id-1917' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='492' column='1' id='type-id-1883'/>
+ <typedef-decl name='FT_UInt' type-id='type-id-10' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='227' column='1' id='type-id-1906'/>
+ <class-decl name='FT_Glyph_Metrics_' size-in-bits='512' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='280' column='1' id='type-id-1918'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='width' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='281' column='1'/>
+ <var-decl name='width' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='281' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='height' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='282' column='1'/>
+ <var-decl name='height' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='282' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='horiBearingX' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='284' column='1'/>
+ <var-decl name='horiBearingX' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='284' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='horiBearingY' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='285' column='1'/>
+ <var-decl name='horiBearingY' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='285' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='horiAdvance' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='286' column='1'/>
+ <var-decl name='horiAdvance' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='286' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='vertBearingX' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='288' column='1'/>
+ <var-decl name='vertBearingX' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='288' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='vertBearingY' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='289' column='1'/>
+ <var-decl name='vertBearingY' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='289' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='vertAdvance' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='290' column='1'/>
+ <var-decl name='vertAdvance' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='290' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='FT_Glyph_Metrics' type-id='type-id-1919' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='292' column='1' id='type-id-1908'/>
- <typedef-decl name='FT_Fixed' type-id='type-id-39' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='284' column='1' id='type-id-1909'/>
- <class-decl name='FT_Vector_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='75' column='1' id='type-id-1920'>
+ <typedef-decl name='FT_Glyph_Metrics' type-id='type-id-1918' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='292' column='1' id='type-id-1907'/>
+ <typedef-decl name='FT_Fixed' type-id='type-id-39' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='284' column='1' id='type-id-1908'/>
+ <class-decl name='FT_Vector_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='75' column='1' id='type-id-1919'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='x' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='76' column='1'/>
+ <var-decl name='x' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='76' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='y' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='77' column='1'/>
+ <var-decl name='y' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='77' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='FT_Vector' type-id='type-id-1920' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='79' column='1' id='type-id-1910'/>
- <enum-decl name='FT_Glyph_Format_' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='787' column='1' id='type-id-1921'>
+ <typedef-decl name='FT_Vector' type-id='type-id-1919' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='79' column='1' id='type-id-1909'/>
+ <enum-decl name='FT_Glyph_Format_' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='787' column='1' id='type-id-1920'>
<underlying-type type-id='type-id-56'/>
<enumerator name='FT_GLYPH_FORMAT_NONE' value='0'/>
<enumerator name='FT_GLYPH_FORMAT_COMPOSITE' value='1668246896'/>
<enumerator name='FT_GLYPH_FORMAT_OUTLINE' value='1869968492'/>
<enumerator name='FT_GLYPH_FORMAT_PLOTTER' value='1886154612'/>
</enum-decl>
- <typedef-decl name='FT_Glyph_Format' type-id='type-id-1921' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='796' column='1' id='type-id-1911'/>
- <class-decl name='FT_Bitmap_' size-in-bits='320' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='320' column='1' id='type-id-1922'>
+ <typedef-decl name='FT_Glyph_Format' type-id='type-id-1920' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='796' column='1' id='type-id-1910'/>
+ <class-decl name='FT_Bitmap_' size-in-bits='320' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='320' column='1' id='type-id-1921'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='rows' type-id='type-id-4' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='321' column='1'/>
</data-member>
<var-decl name='pitch' type-id='type-id-4' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='323' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='buffer' type-id='type-id-1923' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='324' column='1'/>
+ <var-decl name='buffer' type-id='type-id-1922' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='324' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='num_grays' type-id='type-id-142' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='325' column='1'/>
+ <var-decl name='num_grays' type-id='type-id-141' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='325' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='208'>
<var-decl name='pixel_mode' type-id='type-id-28' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='326' column='1'/>
<var-decl name='palette' type-id='type-id-20' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='328' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-144' size-in-bits='64' id='type-id-1923'/>
- <typedef-decl name='FT_Bitmap' type-id='type-id-1922' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='330' column='1' id='type-id-1912'/>
- <class-decl name='FT_Outline_' size-in-bits='320' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='393' column='1' id='type-id-1924'>
+ <pointer-type-def type-id='type-id-143' size-in-bits='64' id='type-id-1922'/>
+ <typedef-decl name='FT_Bitmap' type-id='type-id-1921' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='330' column='1' id='type-id-1911'/>
+ <class-decl name='FT_Outline_' size-in-bits='320' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='393' column='1' id='type-id-1923'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='n_contours' type-id='type-id-142' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='394' column='1'/>
+ <var-decl name='n_contours' type-id='type-id-141' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='394' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='n_points' type-id='type-id-142' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='395' column='1'/>
+ <var-decl name='n_points' type-id='type-id-141' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='395' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='points' type-id='type-id-1925' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='397' column='1'/>
+ <var-decl name='points' type-id='type-id-1924' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='397' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='tags' type-id='type-id-61' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='398' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='contours' type-id='type-id-1926' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='399' column='1'/>
+ <var-decl name='contours' type-id='type-id-1925' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='399' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<var-decl name='flags' type-id='type-id-4' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='401' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-1910' size-in-bits='64' id='type-id-1925'/>
- <pointer-type-def type-id='type-id-142' size-in-bits='64' id='type-id-1926'/>
- <typedef-decl name='FT_Outline' type-id='type-id-1924' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='403' column='1' id='type-id-1913'/>
- <class-decl name='FT_SubGlyphRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1927'/>
- <pointer-type-def type-id='type-id-1927' size-in-bits='64' id='type-id-1928'/>
- <typedef-decl name='FT_SubGlyph' type-id='type-id-1928' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1486' column='1' id='type-id-1914'/>
- <class-decl name='FT_Slot_InternalRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1929'/>
- <pointer-type-def type-id='type-id-1929' size-in-bits='64' id='type-id-1930'/>
- <typedef-decl name='FT_Slot_Internal' type-id='type-id-1930' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1498' column='1' id='type-id-1915'/>
- <class-decl name='FT_SizeRec_' size-in-bits='704' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1461' column='1' id='type-id-1931'>
+ <pointer-type-def type-id='type-id-1909' size-in-bits='64' id='type-id-1924'/>
+ <pointer-type-def type-id='type-id-141' size-in-bits='64' id='type-id-1925'/>
+ <typedef-decl name='FT_Outline' type-id='type-id-1923' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftimage.h' line='403' column='1' id='type-id-1912'/>
+ <class-decl name='FT_SubGlyphRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1926'/>
+ <pointer-type-def type-id='type-id-1926' size-in-bits='64' id='type-id-1927'/>
+ <typedef-decl name='FT_SubGlyph' type-id='type-id-1927' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1486' column='1' id='type-id-1913'/>
+ <class-decl name='FT_Slot_InternalRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1928'/>
+ <pointer-type-def type-id='type-id-1928' size-in-bits='64' id='type-id-1929'/>
+ <typedef-decl name='FT_Slot_Internal' type-id='type-id-1929' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1498' column='1' id='type-id-1914'/>
+ <class-decl name='FT_SizeRec_' size-in-bits='704' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1461' column='1' id='type-id-1930'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='face' type-id='type-id-1897' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1462' column='1'/>
+ <var-decl name='face' type-id='type-id-1896' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1462' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='generic' type-id='type-id-1880' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1463' column='1'/>
+ <var-decl name='generic' type-id='type-id-1879' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1463' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='metrics' type-id='type-id-1932' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1464' column='1'/>
+ <var-decl name='metrics' type-id='type-id-1931' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1464' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='internal' type-id='type-id-1933' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1465' column='1'/>
+ <var-decl name='internal' type-id='type-id-1932' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1465' column='1'/>
</data-member>
</class-decl>
- <class-decl name='FT_Size_Metrics_' size-in-bits='448' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1426' column='1' id='type-id-1934'>
+ <class-decl name='FT_Size_Metrics_' size-in-bits='448' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1426' column='1' id='type-id-1933'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='x_ppem' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1427' column='1'/>
+ <var-decl name='x_ppem' type-id='type-id-1881' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1427' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='16'>
- <var-decl name='y_ppem' type-id='type-id-1882' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1428' column='1'/>
+ <var-decl name='y_ppem' type-id='type-id-1881' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1428' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='x_scale' type-id='type-id-1909' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1430' column='1'/>
+ <var-decl name='x_scale' type-id='type-id-1908' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1430' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='y_scale' type-id='type-id-1909' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1431' column='1'/>
+ <var-decl name='y_scale' type-id='type-id-1908' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1431' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='ascender' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1433' column='1'/>
+ <var-decl name='ascender' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1433' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='descender' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1434' column='1'/>
+ <var-decl name='descender' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1434' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='height' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1435' column='1'/>
+ <var-decl name='height' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1435' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='max_advance' type-id='type-id-1894' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1436' column='1'/>
+ <var-decl name='max_advance' type-id='type-id-1893' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1436' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='FT_Size_Metrics' type-id='type-id-1934' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1438' column='1' id='type-id-1932'/>
- <class-decl name='FT_Size_InternalRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1935'/>
- <pointer-type-def type-id='type-id-1935' size-in-bits='64' id='type-id-1936'/>
- <typedef-decl name='FT_Size_Internal' type-id='type-id-1936' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1367' column='1' id='type-id-1933'/>
- <pointer-type-def type-id='type-id-1931' size-in-bits='64' id='type-id-1937'/>
- <typedef-decl name='FT_Size' type-id='type-id-1937' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='471' column='1' id='type-id-1885'/>
- <class-decl name='FT_DriverRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1938'/>
- <pointer-type-def type-id='type-id-1938' size-in-bits='64' id='type-id-1939'/>
- <typedef-decl name='FT_Driver' type-id='type-id-1939' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='401' column='1' id='type-id-1887'/>
- <class-decl name='FT_MemoryRec_' size-in-bits='256' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='172' column='1' id='type-id-1940'>
+ <typedef-decl name='FT_Size_Metrics' type-id='type-id-1933' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1438' column='1' id='type-id-1931'/>
+ <class-decl name='FT_Size_InternalRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1934'/>
+ <pointer-type-def type-id='type-id-1934' size-in-bits='64' id='type-id-1935'/>
+ <typedef-decl name='FT_Size_Internal' type-id='type-id-1935' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='1367' column='1' id='type-id-1932'/>
+ <pointer-type-def type-id='type-id-1930' size-in-bits='64' id='type-id-1936'/>
+ <typedef-decl name='FT_Size' type-id='type-id-1936' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='471' column='1' id='type-id-1884'/>
+ <class-decl name='FT_DriverRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1937'/>
+ <pointer-type-def type-id='type-id-1937' size-in-bits='64' id='type-id-1938'/>
+ <typedef-decl name='FT_Driver' type-id='type-id-1938' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='401' column='1' id='type-id-1886'/>
+ <class-decl name='FT_MemoryRec_' size-in-bits='256' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='172' column='1' id='type-id-1939'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='user' type-id='type-id-20' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='173' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='alloc' type-id='type-id-1941' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='174' column='1'/>
+ <var-decl name='alloc' type-id='type-id-1940' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='174' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='free' type-id='type-id-1942' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='175' column='1'/>
+ <var-decl name='free' type-id='type-id-1941' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='175' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='realloc' type-id='type-id-1943' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='176' column='1'/>
+ <var-decl name='realloc' type-id='type-id-1942' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='176' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-1940' size-in-bits='64' id='type-id-1944'/>
- <typedef-decl name='FT_Memory' type-id='type-id-1944' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='66' column='1' id='type-id-1888'/>
- <pointer-type-def type-id='type-id-1945' size-in-bits='64' id='type-id-1946'/>
- <typedef-decl name='FT_Alloc_Func' type-id='type-id-1946' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='90' column='1' id='type-id-1941'/>
- <pointer-type-def type-id='type-id-1947' size-in-bits='64' id='type-id-1948'/>
- <typedef-decl name='FT_Free_Func' type-id='type-id-1948' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='111' column='1' id='type-id-1942'/>
- <pointer-type-def type-id='type-id-1949' size-in-bits='64' id='type-id-1950'/>
- <typedef-decl name='FT_Realloc_Func' type-id='type-id-1950' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='146' column='1' id='type-id-1943'/>
- <class-decl name='FT_StreamRec_' size-in-bits='640' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='322' column='1' id='type-id-1951'>
+ <pointer-type-def type-id='type-id-1939' size-in-bits='64' id='type-id-1943'/>
+ <typedef-decl name='FT_Memory' type-id='type-id-1943' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='66' column='1' id='type-id-1887'/>
+ <pointer-type-def type-id='type-id-1944' size-in-bits='64' id='type-id-1945'/>
+ <typedef-decl name='FT_Alloc_Func' type-id='type-id-1945' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='90' column='1' id='type-id-1940'/>
+ <pointer-type-def type-id='type-id-1946' size-in-bits='64' id='type-id-1947'/>
+ <typedef-decl name='FT_Free_Func' type-id='type-id-1947' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='111' column='1' id='type-id-1941'/>
+ <pointer-type-def type-id='type-id-1948' size-in-bits='64' id='type-id-1949'/>
+ <typedef-decl name='FT_Realloc_Func' type-id='type-id-1949' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='146' column='1' id='type-id-1942'/>
+ <class-decl name='FT_StreamRec_' size-in-bits='640' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='322' column='1' id='type-id-1950'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='base' type-id='type-id-1923' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='323' column='1'/>
+ <var-decl name='base' type-id='type-id-1922' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='323' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='size' type-id='type-id-42' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='324' column='1'/>
<var-decl name='pos' type-id='type-id-42' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='325' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='descriptor' type-id='type-id-1952' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='327' column='1'/>
+ <var-decl name='descriptor' type-id='type-id-1951' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='327' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='pathname' type-id='type-id-1952' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='328' column='1'/>
+ <var-decl name='pathname' type-id='type-id-1951' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='328' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='read' type-id='type-id-1953' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='329' column='1'/>
+ <var-decl name='read' type-id='type-id-1952' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='329' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='close' type-id='type-id-1954' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='330' column='1'/>
+ <var-decl name='close' type-id='type-id-1953' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='330' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='memory' type-id='type-id-1888' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='332' column='1'/>
+ <var-decl name='memory' type-id='type-id-1887' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='332' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='cursor' type-id='type-id-1923' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='333' column='1'/>
+ <var-decl name='cursor' type-id='type-id-1922' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='333' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='limit' type-id='type-id-1923' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='334' column='1'/>
+ <var-decl name='limit' type-id='type-id-1922' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='334' column='1'/>
</data-member>
</class-decl>
- <union-decl name='FT_StreamDesc_' size-in-bits='64' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='210' column='1' id='type-id-1955'>
+ <union-decl name='FT_StreamDesc_' size-in-bits='64' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='210' column='1' id='type-id-1954'>
<data-member access='private'>
<var-decl name='value' type-id='type-id-39' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='211' column='1'/>
</data-member>
<var-decl name='pointer' type-id='type-id-20' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='212' column='1'/>
</data-member>
</union-decl>
- <typedef-decl name='FT_StreamDesc' type-id='type-id-1955' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='214' column='1' id='type-id-1952'/>
- <pointer-type-def type-id='type-id-1951' size-in-bits='64' id='type-id-1956'/>
- <typedef-decl name='FT_Stream' type-id='type-id-1956' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='196' column='1' id='type-id-1889'/>
- <pointer-type-def type-id='type-id-1957' size-in-bits='64' id='type-id-1958'/>
- <typedef-decl name='FT_Stream_IoFunc' type-id='type-id-1958' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='251' column='1' id='type-id-1953'/>
- <pointer-type-def type-id='type-id-1959' size-in-bits='64' id='type-id-1960'/>
- <typedef-decl name='FT_Stream_CloseFunc' type-id='type-id-1960' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='268' column='1' id='type-id-1954'/>
- <class-decl name='FT_ListRec_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='564' column='1' id='type-id-1961'>
+ <typedef-decl name='FT_StreamDesc' type-id='type-id-1954' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='214' column='1' id='type-id-1951'/>
+ <pointer-type-def type-id='type-id-1950' size-in-bits='64' id='type-id-1955'/>
+ <typedef-decl name='FT_Stream' type-id='type-id-1955' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='196' column='1' id='type-id-1888'/>
+ <pointer-type-def type-id='type-id-1956' size-in-bits='64' id='type-id-1957'/>
+ <typedef-decl name='FT_Stream_IoFunc' type-id='type-id-1957' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='251' column='1' id='type-id-1952'/>
+ <pointer-type-def type-id='type-id-1958' size-in-bits='64' id='type-id-1959'/>
+ <typedef-decl name='FT_Stream_CloseFunc' type-id='type-id-1959' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/ftsystem.h' line='268' column='1' id='type-id-1953'/>
+ <class-decl name='FT_ListRec_' size-in-bits='128' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='564' column='1' id='type-id-1960'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='head' type-id='type-id-1962' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='565' column='1'/>
+ <var-decl name='head' type-id='type-id-1961' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='565' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='tail' type-id='type-id-1962' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='566' column='1'/>
+ <var-decl name='tail' type-id='type-id-1961' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='566' column='1'/>
</data-member>
</class-decl>
- <class-decl name='FT_ListNodeRec_' size-in-bits='192' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='541' column='1' id='type-id-1963'>
+ <class-decl name='FT_ListNodeRec_' size-in-bits='192' is-struct='yes' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='541' column='1' id='type-id-1962'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='prev' type-id='type-id-1962' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='542' column='1'/>
+ <var-decl name='prev' type-id='type-id-1961' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='542' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='next' type-id='type-id-1962' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='543' column='1'/>
+ <var-decl name='next' type-id='type-id-1961' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='543' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='data' type-id='type-id-20' visibility='default' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='544' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-1963' size-in-bits='64' id='type-id-1964'/>
- <typedef-decl name='FT_ListNode' type-id='type-id-1964' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='511' column='1' id='type-id-1962'/>
- <typedef-decl name='FT_ListRec' type-id='type-id-1961' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='568' column='1' id='type-id-1890'/>
- <class-decl name='FT_Face_InternalRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1965'/>
- <pointer-type-def type-id='type-id-1965' size-in-bits='64' id='type-id-1966'/>
- <typedef-decl name='FT_Face_Internal' type-id='type-id-1966' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='810' column='1' id='type-id-1891'/>
+ <pointer-type-def type-id='type-id-1962' size-in-bits='64' id='type-id-1963'/>
+ <typedef-decl name='FT_ListNode' type-id='type-id-1963' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='511' column='1' id='type-id-1961'/>
+ <typedef-decl name='FT_ListRec' type-id='type-id-1960' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/fttypes.h' line='568' column='1' id='type-id-1889'/>
+ <class-decl name='FT_Face_InternalRec_' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1964'/>
+ <pointer-type-def type-id='type-id-1964' size-in-bits='64' id='type-id-1965'/>
+ <typedef-decl name='FT_Face_Internal' type-id='type-id-1965' filepath='/collab/usr/global/tools/order/spack/opt/chaos_5_x86_64_ib/gcc@4.4.7/freetype@2.5.3-77fab1b8/include/freetype2/freetype.h' line='810' column='1' id='type-id-1890'/>
<function-decl name='hb_ft_font_get_face' mangled-name='hb_ft_font_get_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='515' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ft_font_get_face'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='515' column='1'/>
- <return type-id='type-id-1897'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='515' column='1'/>
+ <return type-id='type-id-1896'/>
</function-decl>
<function-decl name='hb_ft_font_set_funcs' mangled-name='hb_ft_font_set_funcs' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='473' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ft_font_set_funcs'>
- <parameter type-id='type-id-158' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
+ <parameter type-id='type-id-157' name='font' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-font.cc' line='1035' column='1'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='hb_ft_face_create' mangled-name='hb_ft_face_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='333' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ft_face_create'>
- <parameter type-id='type-id-1897' name='ft_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='333' column='1'/>
+ <parameter type-id='type-id-1896' name='ft_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='333' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='334' column='1'/>
- <return type-id='type-id-159'/>
+ <return type-id='type-id-158'/>
</function-decl>
<function-decl name='hb_ft_font_create' mangled-name='hb_ft_font_create' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='408' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ft_font_create'>
- <parameter type-id='type-id-1897' name='ft_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='408' column='1'/>
+ <parameter type-id='type-id-1896' name='ft_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='408' column='1'/>
<parameter type-id='type-id-21' name='destroy' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='409' column='1'/>
- <return type-id='type-id-158'/>
+ <return type-id='type-id-157'/>
</function-decl>
<function-decl name='hb_ft_face_create_cached' mangled-name='hb_ft_face_create_cached' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hb_ft_face_create_cached'>
- <parameter type-id='type-id-1897' name='ft_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='377' column='1'/>
- <return type-id='type-id-159'/>
+ <parameter type-id='type-id-1896' name='ft_face' filepath='/tmp/legendre/spack-stage/spack-stage-04g73E/harfbuzz-0.9.37/src/hb-ft.cc' line='377' column='1'/>
+ <return type-id='type-id-158'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-1957'>
- <parameter type-id='type-id-1889'/>
+ <function-type size-in-bits='64' id='type-id-1956'>
+ <parameter type-id='type-id-1888'/>
<parameter type-id='type-id-42'/>
- <parameter type-id='type-id-1923'/>
+ <parameter type-id='type-id-1922'/>
<parameter type-id='type-id-42'/>
<return type-id='type-id-42'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-1947'>
- <parameter type-id='type-id-1888'/>
+ <function-type size-in-bits='64' id='type-id-1946'>
+ <parameter type-id='type-id-1887'/>
<parameter type-id='type-id-20'/>
<return type-id='type-id-5'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-1959'>
- <parameter type-id='type-id-1889'/>
+ <function-type size-in-bits='64' id='type-id-1958'>
+ <parameter type-id='type-id-1888'/>
<return type-id='type-id-5'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-1945'>
- <parameter type-id='type-id-1888'/>
+ <function-type size-in-bits='64' id='type-id-1944'>
+ <parameter type-id='type-id-1887'/>
<parameter type-id='type-id-39'/>
<return type-id='type-id-20'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-1949'>
- <parameter type-id='type-id-1888'/>
+ <function-type size-in-bits='64' id='type-id-1948'>
+ <parameter type-id='type-id-1887'/>
<parameter type-id='type-id-39'/>
<parameter type-id='type-id-39'/>
<parameter type-id='type-id-20'/>
<parameter type-id='type-id-4'/>
<return type-id='type-id-9'/>
</function-decl>
- <qualified-type-def type-id='type-id-6' const='yes' id='type-id-144'/>
- <qualified-type-def type-id='type-id-132' const='yes' id='type-id-145'/>
+ <qualified-type-def type-id='type-id-132' const='yes' id='type-id-144'/>
<enum-decl name='node_type' filepath='../.././libcpp/include/cpplib.h' line='614' column='1' id='type-id-137'>
<underlying-type type-id='type-id-92'/>
<enumerator name='NT_VOID' value='0'/>
</function-type>
<class-decl name='ht_identifier' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././libcpp/include/symtab.h' line='32' column='1' id='type-id-136'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='str' type-id='type-id-146' visibility='default' filepath='../.././libcpp/include/symtab.h' line='33' column='1'/>
+ <var-decl name='str' type-id='type-id-145' visibility='default' filepath='../.././libcpp/include/symtab.h' line='33' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='len' type-id='type-id-35' visibility='default' filepath='../.././libcpp/include/symtab.h' line='34' column='1'/>
</class-decl>
<union-decl name='_cpp_hashnode_value' size-in-bits='64' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='665' column='1' id='type-id-138'>
<data-member access='private'>
- <var-decl name='macro' type-id='type-id-147' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='667' column='1'/>
+ <var-decl name='macro' type-id='type-id-146' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='667' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='answers' type-id='type-id-148' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='669' column='1'/>
+ <var-decl name='answers' type-id='type-id-147' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='669' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='builtin' type-id='type-id-149' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='671' column='1'/>
+ <var-decl name='builtin' type-id='type-id-148' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='671' column='1'/>
</data-member>
<data-member access='private'>
<var-decl name='arg_index' type-id='type-id-14' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='673' column='1'/>
</data-member>
</union-decl>
- <pointer-type-def type-id='type-id-150' size-in-bits='64' id='type-id-148'/>
- <pointer-type-def type-id='type-id-151' size-in-bits='64' id='type-id-146'/>
- <pointer-type-def type-id='type-id-152' size-in-bits='64' id='type-id-147'/>
- <enum-decl name='cpp_builtin_type' filepath='../.././libcpp/include/cpplib.h' line='623' column='1' id='type-id-149'>
+ <pointer-type-def type-id='type-id-149' size-in-bits='64' id='type-id-147'/>
+ <pointer-type-def type-id='type-id-144' size-in-bits='64' id='type-id-145'/>
+ <pointer-type-def type-id='type-id-150' size-in-bits='64' id='type-id-146'/>
+ <enum-decl name='cpp_builtin_type' filepath='../.././libcpp/include/cpplib.h' line='623' column='1' id='type-id-148'>
<underlying-type type-id='type-id-92'/>
<enumerator name='BT_SPECLINE' value='0'/>
<enumerator name='BT_DATE' value='1'/>
<enumerator name='BT_FIRST_USER' value='10'/>
<enumerator name='BT_LAST_USER' value='41'/>
</enum-decl>
- <qualified-type-def type-id='type-id-132' const='yes' id='type-id-151'/>
- <class-decl name='answer' size-in-bits='320' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='28' column='1' id='type-id-150'>
+ <class-decl name='answer' size-in-bits='320' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='28' column='1' id='type-id-149'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='next' type-id='type-id-148' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='29' column='1'/>
+ <var-decl name='next' type-id='type-id-147' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='29' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='count' type-id='type-id-35' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='30' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='first' type-id='type-id-153' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='31' column='1'/>
+ <var-decl name='first' type-id='type-id-151' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='31' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='cpp_macro' type-id='type-id-154' filepath='../.././libcpp/include/cpplib.h' line='37' column='1' id='type-id-152'/>
- <array-type-def dimensions='1' type-id='type-id-155' size-in-bits='192' id='type-id-153'>
+ <typedef-decl name='cpp_macro' type-id='type-id-152' filepath='../.././libcpp/include/cpplib.h' line='37' column='1' id='type-id-150'/>
+ <array-type-def dimensions='1' type-id='type-id-153' size-in-bits='192' id='type-id-151'>
<subrange length='1' type-id='type-id-22' id='type-id-23'/>
</array-type-def>
- <class-decl name='cpp_macro' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='36' column='1' id='type-id-154'>
+ <class-decl name='cpp_macro' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='36' column='1' id='type-id-152'>
<member-type access='public'>
- <union-decl name='cpp_macro_u' size-in-bits='64' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='47' column='1' id='type-id-156'>
+ <union-decl name='cpp_macro_u' size-in-bits='64' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='47' column='1' id='type-id-154'>
<data-member access='private'>
- <var-decl name='tokens' type-id='type-id-157' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='49' column='1'/>
+ <var-decl name='tokens' type-id='type-id-155' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='49' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='text' type-id='type-id-146' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='50' column='1'/>
+ <var-decl name='text' type-id='type-id-145' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='50' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='params' type-id='type-id-158' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='42' column='1'/>
+ <var-decl name='params' type-id='type-id-156' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='42' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='exp' type-id='type-id-156' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='51' column='1'/>
+ <var-decl name='exp' type-id='type-id-154' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='51' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='line' type-id='type-id-106' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='54' column='1'/>
<var-decl name='extra_tokens' type-id='type-id-35' visibility='default' filepath='../.././libcpp/include/cpp-id-data.h' line='80' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-133' size-in-bits='64' id='type-id-158'/>
- <pointer-type-def type-id='type-id-155' size-in-bits='64' id='type-id-157'/>
- <class-decl name='cpp_token' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='223' column='1' id='type-id-155'>
+ <pointer-type-def type-id='type-id-133' size-in-bits='64' id='type-id-156'/>
+ <pointer-type-def type-id='type-id-153' size-in-bits='64' id='type-id-155'/>
+ <class-decl name='cpp_token' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='223' column='1' id='type-id-153'>
<member-type access='public'>
- <union-decl name='cpp_token_u' size-in-bits='128' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='228' column='1' id='type-id-159'>
+ <union-decl name='cpp_token_u' size-in-bits='128' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='228' column='1' id='type-id-157'>
<data-member access='private'>
- <var-decl name='node' type-id='type-id-160' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='231' column='1'/>
+ <var-decl name='node' type-id='type-id-158' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='231' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='source' type-id='type-id-157' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='234' column='1'/>
+ <var-decl name='source' type-id='type-id-155' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='234' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='str' type-id='type-id-161' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='237' column='1'/>
+ <var-decl name='str' type-id='type-id-159' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='237' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='macro_arg' type-id='type-id-162' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='240' column='1'/>
+ <var-decl name='macro_arg' type-id='type-id-160' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='240' column='1'/>
</data-member>
<data-member access='private'>
<var-decl name='token_no' type-id='type-id-35' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='244' column='1'/>
<var-decl name='src_loc' type-id='type-id-106' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='224' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='24'>
- <var-decl name='type' type-id='type-id-163' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='225' column='1'/>
+ <var-decl name='type' type-id='type-id-161' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='225' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='48'>
<var-decl name='flags' type-id='type-id-14' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='226' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='val' type-id='type-id-159' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='248' column='1'/>
+ <var-decl name='val' type-id='type-id-157' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='248' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='cpp_ttype' filepath='../.././libcpp/include/cpplib.h' line='153' column='1' id='type-id-163'>
+ <enum-decl name='cpp_ttype' filepath='../.././libcpp/include/cpplib.h' line='153' column='1' id='type-id-161'>
<underlying-type type-id='type-id-92'/>
<enumerator name='CPP_EQ' value='0'/>
<enumerator name='CPP_NOT' value='1'/>
<enumerator name='CPP_LAST_PUNCTUATOR' value='52'/>
<enumerator name='CPP_LAST_CPP_OP' value='26'/>
</enum-decl>
- <class-decl name='cpp_identifier' size-in-bits='64' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='212' column='1' id='type-id-160'>
+ <class-decl name='cpp_identifier' size-in-bits='64' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='212' column='1' id='type-id-158'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='node' type-id='type-id-133' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='218' column='1'/>
</data-member>
</class-decl>
- <class-decl name='cpp_macro_arg' size-in-bits='32' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='206' column='1' id='type-id-162'>
+ <class-decl name='cpp_macro_arg' size-in-bits='32' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='206' column='1' id='type-id-160'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='arg_no' type-id='type-id-35' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='208' column='1'/>
</data-member>
</class-decl>
- <class-decl name='cpp_string' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='173' column='1' id='type-id-161'>
+ <class-decl name='cpp_string' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='173' column='1' id='type-id-159'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='len' type-id='type-id-35' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='174' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='text' type-id='type-id-146' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='175' column='1'/>
+ <var-decl name='text' type-id='type-id-145' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='175' column='1'/>
</data-member>
</class-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././gcc/tlink.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc' language='LANG_C_plus_plus'>
<var-decl name='symbol_stack_obstack' type-id='type-id-31' mangled-name='symbol_stack_obstack' visibility='default' filepath='../.././gcc/tlink.c' line='193' column='1' elf-symbol-id='symbol_stack_obstack'/>
- <class-decl name='symbol_stack_entry' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='188' column='1' id='type-id-164'>
+ <class-decl name='symbol_stack_entry' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='188' column='1' id='type-id-162'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='value' type-id='type-id-165' visibility='default' filepath='../.././gcc/tlink.c' line='190' column='1'/>
+ <var-decl name='value' type-id='type-id-163' visibility='default' filepath='../.././gcc/tlink.c' line='190' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='next' type-id='type-id-166' visibility='default' filepath='../.././gcc/tlink.c' line='191' column='1'/>
+ <var-decl name='next' type-id='type-id-164' visibility='default' filepath='../.././gcc/tlink.c' line='191' column='1'/>
</data-member>
</class-decl>
- <class-decl name='symbol_hash_entry' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='53' column='1' id='type-id-167'>
+ <class-decl name='symbol_hash_entry' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='53' column='1' id='type-id-165'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='key' type-id='type-id-8' visibility='default' filepath='../.././gcc/tlink.c' line='55' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='file' type-id='type-id-168' visibility='default' filepath='../.././gcc/tlink.c' line='56' column='1'/>
+ <var-decl name='file' type-id='type-id-166' visibility='default' filepath='../.././gcc/tlink.c' line='56' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='chosen' type-id='type-id-3' visibility='default' filepath='../.././gcc/tlink.c' line='57' column='1'/>
<var-decl name='tweaked' type-id='type-id-3' visibility='default' filepath='../.././gcc/tlink.c' line='59' column='1'/>
</data-member>
</class-decl>
- <class-decl name='file_hash_entry' size-in-bits='320' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='62' column='1' id='type-id-169'>
+ <class-decl name='file_hash_entry' size-in-bits='320' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='62' column='1' id='type-id-167'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='key' type-id='type-id-8' visibility='default' filepath='../.././gcc/tlink.c' line='64' column='1'/>
</data-member>
<var-decl name='tweaking' type-id='type-id-3' visibility='default' filepath='../.././gcc/tlink.c' line='68' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-169' size-in-bits='64' id='type-id-168'/>
- <typedef-decl name='symbol' type-id='type-id-167' filepath='../.././gcc/tlink.c' line='60' column='1' id='type-id-170'/>
- <pointer-type-def type-id='type-id-170' size-in-bits='64' id='type-id-165'/>
- <pointer-type-def type-id='type-id-164' size-in-bits='64' id='type-id-166'/>
- <var-decl name='symbol_stack' type-id='type-id-166' mangled-name='symbol_stack' visibility='default' filepath='../.././gcc/tlink.c' line='194' column='1' elf-symbol-id='symbol_stack'/>
+ <pointer-type-def type-id='type-id-167' size-in-bits='64' id='type-id-166'/>
+ <typedef-decl name='symbol' type-id='type-id-165' filepath='../.././gcc/tlink.c' line='60' column='1' id='type-id-168'/>
+ <pointer-type-def type-id='type-id-168' size-in-bits='64' id='type-id-163'/>
+ <pointer-type-def type-id='type-id-162' size-in-bits='64' id='type-id-164'/>
+ <var-decl name='symbol_stack' type-id='type-id-164' mangled-name='symbol_stack' visibility='default' filepath='../.././gcc/tlink.c' line='194' column='1' elf-symbol-id='symbol_stack'/>
<var-decl name='file_stack_obstack' type-id='type-id-31' mangled-name='file_stack_obstack' visibility='default' filepath='../.././gcc/tlink.c' line='201' column='1' elf-symbol-id='file_stack_obstack'/>
- <class-decl name='file_stack_entry' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='196' column='1' id='type-id-171'>
+ <class-decl name='file_stack_entry' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././gcc/tlink.c' line='196' column='1' id='type-id-169'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='value' type-id='type-id-172' visibility='default' filepath='../.././gcc/tlink.c' line='198' column='1'/>
+ <var-decl name='value' type-id='type-id-170' visibility='default' filepath='../.././gcc/tlink.c' line='198' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='next' type-id='type-id-173' visibility='default' filepath='../.././gcc/tlink.c' line='199' column='1'/>
+ <var-decl name='next' type-id='type-id-171' visibility='default' filepath='../.././gcc/tlink.c' line='199' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='file' type-id='type-id-169' filepath='../.././gcc/tlink.c' line='69' column='1' id='type-id-174'/>
- <pointer-type-def type-id='type-id-174' size-in-bits='64' id='type-id-172'/>
- <pointer-type-def type-id='type-id-171' size-in-bits='64' id='type-id-173'/>
- <var-decl name='file_stack' type-id='type-id-173' mangled-name='file_stack' visibility='default' filepath='../.././gcc/tlink.c' line='202' column='1' elf-symbol-id='file_stack'/>
- <typedef-decl name='hashval_t' type-id='type-id-35' filepath='../.././gcc/../include/hashtab.h' line='47' column='1' id='type-id-175'/>
+ <typedef-decl name='file' type-id='type-id-167' filepath='../.././gcc/tlink.c' line='69' column='1' id='type-id-172'/>
+ <pointer-type-def type-id='type-id-172' size-in-bits='64' id='type-id-170'/>
+ <pointer-type-def type-id='type-id-169' size-in-bits='64' id='type-id-171'/>
+ <var-decl name='file_stack' type-id='type-id-171' mangled-name='file_stack' visibility='default' filepath='../.././gcc/tlink.c' line='202' column='1' elf-symbol-id='file_stack'/>
+ <typedef-decl name='hashval_t' type-id='type-id-35' filepath='../.././gcc/../include/hashtab.h' line='47' column='1' id='type-id-173'/>
<function-decl name='htab_hash_string' filepath='../.././gcc/../include/hashtab.h' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-2'/>
- <return type-id='type-id-175'/>
+ <return type-id='type-id-173'/>
</function-decl>
- <class-decl name='htab' size-in-bits='896' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/hashtab.h' line='100' column='1' id='type-id-176'>
+ <class-decl name='htab' size-in-bits='896' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/hashtab.h' line='100' column='1' id='type-id-174'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='hash_f' type-id='type-id-177' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='102' column='1'/>
+ <var-decl name='hash_f' type-id='type-id-175' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='102' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='eq_f' type-id='type-id-178' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='105' column='1'/>
+ <var-decl name='eq_f' type-id='type-id-176' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='105' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='del_f' type-id='type-id-179' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='108' column='1'/>
+ <var-decl name='del_f' type-id='type-id-177' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='108' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='entries' type-id='type-id-102' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='111' column='1'/>
<var-decl name='collisions' type-id='type-id-35' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='128' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='alloc_f' type-id='type-id-180' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='131' column='1'/>
+ <var-decl name='alloc_f' type-id='type-id-178' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='131' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='free_f' type-id='type-id-181' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='132' column='1'/>
+ <var-decl name='free_f' type-id='type-id-179' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='132' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<var-decl name='alloc_arg' type-id='type-id-2' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='135' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
- <var-decl name='alloc_with_arg_f' type-id='type-id-182' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='136' column='1'/>
+ <var-decl name='alloc_with_arg_f' type-id='type-id-180' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='136' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
- <var-decl name='free_with_arg_f' type-id='type-id-183' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='137' column='1'/>
+ <var-decl name='free_with_arg_f' type-id='type-id-181' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='137' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
<var-decl name='size_prime_index' type-id='type-id-35' visibility='default' filepath='../.././gcc/../include/hashtab.h' line='141' column='1'/>
</data-member>
</class-decl>
+ <pointer-type-def type-id='type-id-182' size-in-bits='64' id='type-id-183'/>
+ <typedef-decl name='htab_hash' type-id='type-id-183' filepath='../.././gcc/../include/hashtab.h' line='52' column='1' id='type-id-175'/>
<pointer-type-def type-id='type-id-184' size-in-bits='64' id='type-id-185'/>
- <typedef-decl name='htab_hash' type-id='type-id-185' filepath='../.././gcc/../include/hashtab.h' line='52' column='1' id='type-id-177'/>
+ <typedef-decl name='htab_eq' type-id='type-id-185' filepath='../.././gcc/../include/hashtab.h' line='59' column='1' id='type-id-176'/>
+ <typedef-decl name='htab_del' type-id='type-id-143' filepath='../.././gcc/../include/hashtab.h' line='63' column='1' id='type-id-177'/>
<pointer-type-def type-id='type-id-186' size-in-bits='64' id='type-id-187'/>
- <typedef-decl name='htab_eq' type-id='type-id-187' filepath='../.././gcc/../include/hashtab.h' line='59' column='1' id='type-id-178'/>
- <typedef-decl name='htab_del' type-id='type-id-143' filepath='../.././gcc/../include/hashtab.h' line='63' column='1' id='type-id-179'/>
+ <typedef-decl name='htab_alloc' type-id='type-id-187' filepath='../.././gcc/../include/hashtab.h' line='75' column='1' id='type-id-178'/>
+ <typedef-decl name='htab_free' type-id='type-id-143' filepath='../.././gcc/../include/hashtab.h' line='78' column='1' id='type-id-179'/>
<pointer-type-def type-id='type-id-188' size-in-bits='64' id='type-id-189'/>
- <typedef-decl name='htab_alloc' type-id='type-id-189' filepath='../.././gcc/../include/hashtab.h' line='75' column='1' id='type-id-180'/>
- <typedef-decl name='htab_free' type-id='type-id-143' filepath='../.././gcc/../include/hashtab.h' line='78' column='1' id='type-id-181'/>
+ <typedef-decl name='htab_alloc_with_arg' type-id='type-id-189' filepath='../.././gcc/../include/hashtab.h' line='82' column='1' id='type-id-180'/>
<pointer-type-def type-id='type-id-190' size-in-bits='64' id='type-id-191'/>
- <typedef-decl name='htab_alloc_with_arg' type-id='type-id-191' filepath='../.././gcc/../include/hashtab.h' line='82' column='1' id='type-id-182'/>
- <pointer-type-def type-id='type-id-192' size-in-bits='64' id='type-id-193'/>
- <typedef-decl name='htab_free_with_arg' type-id='type-id-193' filepath='../.././gcc/../include/hashtab.h' line='83' column='1' id='type-id-183'/>
- <pointer-type-def type-id='type-id-176' size-in-bits='64' id='type-id-194'/>
- <typedef-decl name='htab_t' type-id='type-id-194' filepath='../.././gcc/../include/hashtab.h' line='144' column='1' id='type-id-195'/>
- <enum-decl name='insert_option' filepath='../.././gcc/../include/hashtab.h' line='147' column='1' id='type-id-196'>
+ <typedef-decl name='htab_free_with_arg' type-id='type-id-191' filepath='../.././gcc/../include/hashtab.h' line='83' column='1' id='type-id-181'/>
+ <pointer-type-def type-id='type-id-174' size-in-bits='64' id='type-id-192'/>
+ <typedef-decl name='htab_t' type-id='type-id-192' filepath='../.././gcc/../include/hashtab.h' line='144' column='1' id='type-id-193'/>
+ <enum-decl name='insert_option' filepath='../.././gcc/../include/hashtab.h' line='147' column='1' id='type-id-194'>
<underlying-type type-id='type-id-92'/>
<enumerator name='NO_INSERT' value='0'/>
<enumerator name='INSERT' value='1'/>
</enum-decl>
<function-decl name='htab_find_slot_with_hash' filepath='../.././gcc/../include/hashtab.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-195'/>
+ <parameter type-id='type-id-193'/>
<parameter type-id='type-id-2'/>
- <parameter type-id='type-id-175'/>
- <parameter type-id='type-id-196'/>
+ <parameter type-id='type-id-173'/>
+ <parameter type-id='type-id-194'/>
<return type-id='type-id-102'/>
</function-decl>
<function-decl name='fscanf' filepath='/usr/include/stdio.h' line='429' column='1' visibility='default' binding='global' size-in-bits='64'>
</function-decl>
<function-decl name='htab_create' filepath='../.././gcc/../include/hashtab.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-5'/>
+ <parameter type-id='type-id-175'/>
+ <parameter type-id='type-id-176'/>
<parameter type-id='type-id-177'/>
- <parameter type-id='type-id-178'/>
- <parameter type-id='type-id-179'/>
- <return type-id='type-id-195'/>
+ <return type-id='type-id-193'/>
</function-decl>
<function-decl name='getpwd' filepath='../.././gcc/../include/libiberty.h' line='199' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-9'/>
<parameter type-id='type-id-3'/>
<return type-id='type-id-9'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-186'>
+ <function-type size-in-bits='64' id='type-id-184'>
<parameter type-id='type-id-2'/>
<parameter type-id='type-id-2'/>
<return type-id='type-id-3'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-184'>
+ <function-type size-in-bits='64' id='type-id-182'>
<parameter type-id='type-id-2'/>
- <return type-id='type-id-175'/>
+ <return type-id='type-id-173'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-192'>
+ <function-type size-in-bits='64' id='type-id-190'>
<parameter type-id='type-id-2'/>
<parameter type-id='type-id-2'/>
<return type-id='type-id-1'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-188'>
+ <function-type size-in-bits='64' id='type-id-186'>
<parameter type-id='type-id-5'/>
<parameter type-id='type-id-5'/>
<return type-id='type-id-2'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-190'>
+ <function-type size-in-bits='64' id='type-id-188'>
<parameter type-id='type-id-2'/>
<parameter type-id='type-id-5'/>
<parameter type-id='type-id-5'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././gcc/ggc-none.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc' language='LANG_C_plus_plus'>
- <enum-decl name='gt_types_enum' filepath='./gtype-desc.h' line='23' column='1' id='type-id-197'>
+ <enum-decl name='gt_types_enum' filepath='./gtype-desc.h' line='23' column='1' id='type-id-195'>
<underlying-type type-id='type-id-92'/>
<enumerator name='gt_ggc_e_24lazy_hex_fp_value_struct' value='0'/>
<enumerator name='gt_ggc_e_15c_inline_static' value='1'/>
<enumerator name='gt_types_enum_last' value='674'/>
</enum-decl>
<function-decl name='ggc_alloc_typed_stat' mangled-name='_Z20ggc_alloc_typed_stat13gt_types_enumm' filepath='../.././gcc/ggc-none.c' line='36' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z20ggc_alloc_typed_stat13gt_types_enumm'>
- <parameter type-id='type-id-197' name='gte' filepath='../.././gcc/ggc-none.c' line='36' column='1'/>
+ <parameter type-id='type-id-195' name='gte' filepath='../.././gcc/ggc-none.c' line='36' column='1'/>
<parameter type-id='type-id-5' name='size' filepath='../.././gcc/ggc-none.c' line='36' column='1'/>
<return type-id='type-id-2'/>
</function-decl>
<parameter type-id='type-id-5'/>
<return type-id='type-id-2'/>
</function-decl>
- <class-decl name='alloc_zone' size-in-bits='32' is-struct='yes' visibility='default' filepath='../.././gcc/ggc-none.c' line='75' column='1' id='type-id-198'>
+ <class-decl name='alloc_zone' size-in-bits='32' is-struct='yes' visibility='default' filepath='../.././gcc/ggc-none.c' line='75' column='1' id='type-id-196'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='dummy' type-id='type-id-3' visibility='default' filepath='../.././gcc/ggc-none.c' line='77' column='1'/>
</data-member>
</class-decl>
- <var-decl name='rtl_zone' type-id='type-id-198' mangled-name='rtl_zone' visibility='default' filepath='../.././gcc/ggc-none.c' line='80' column='1' elf-symbol-id='rtl_zone'/>
- <var-decl name='tree_zone' type-id='type-id-198' mangled-name='tree_zone' visibility='default' filepath='../.././gcc/ggc-none.c' line='81' column='1' elf-symbol-id='tree_zone'/>
- <var-decl name='tree_id_zone' type-id='type-id-198' mangled-name='tree_id_zone' visibility='default' filepath='../.././gcc/ggc-none.c' line='82' column='1' elf-symbol-id='tree_id_zone'/>
+ <var-decl name='rtl_zone' type-id='type-id-196' mangled-name='rtl_zone' visibility='default' filepath='../.././gcc/ggc-none.c' line='80' column='1' elf-symbol-id='rtl_zone'/>
+ <var-decl name='tree_zone' type-id='type-id-196' mangled-name='tree_zone' visibility='default' filepath='../.././gcc/ggc-none.c' line='81' column='1' elf-symbol-id='tree_zone'/>
+ <var-decl name='tree_id_zone' type-id='type-id-196' mangled-name='tree_id_zone' visibility='default' filepath='../.././gcc/ggc-none.c' line='82' column='1' elf-symbol-id='tree_id_zone'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././gcc/diagnostic.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc' language='LANG_C_plus_plus'>
<parameter type-id='type-id-69'/>
<return type-id='type-id-1'/>
</function-decl>
- <class-decl name='line_maps' size-in-bits='704' is-struct='yes' visibility='default' filepath='../.././libcpp/include/line-map.h' line='263' column='1' id='type-id-199'>
+ <class-decl name='line_maps' size-in-bits='704' is-struct='yes' visibility='default' filepath='../.././libcpp/include/line-map.h' line='263' column='1' id='type-id-197'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='info_ordinary' type-id='type-id-200' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='265' column='1'/>
+ <var-decl name='info_ordinary' type-id='type-id-198' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='265' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='info_macro' type-id='type-id-200' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='267' column='1'/>
+ <var-decl name='info_macro' type-id='type-id-198' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='267' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<var-decl name='depth' type-id='type-id-35' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='270' column='1'/>
<var-decl name='max_column_hint' type-id='type-id-35' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='283' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='reallocator' type-id='type-id-201' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='287' column='1'/>
+ <var-decl name='reallocator' type-id='type-id-199' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='287' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='round_alloc_size' type-id='type-id-202' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='291' column='1'/>
+ <var-decl name='round_alloc_size' type-id='type-id-200' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='291' column='1'/>
</data-member>
</class-decl>
- <class-decl name='maps_info' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='244' column='1' id='type-id-200'>
+ <class-decl name='maps_info' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='244' column='1' id='type-id-198'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='maps' type-id='type-id-203' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='250' column='1'/>
+ <var-decl name='maps' type-id='type-id-201' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='250' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='allocated' type-id='type-id-35' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='253' column='1'/>
<var-decl name='cache' type-id='type-id-35' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='259' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-126' size-in-bits='64' id='type-id-203'/>
+ <pointer-type-def type-id='type-id-126' size-in-bits='64' id='type-id-201'/>
+ <pointer-type-def type-id='type-id-202' size-in-bits='64' id='type-id-203'/>
+ <typedef-decl name='line_map_realloc' type-id='type-id-203' filepath='../.././gcc/../libcpp/include/line-map.h' line='54' column='1' id='type-id-199'/>
<pointer-type-def type-id='type-id-204' size-in-bits='64' id='type-id-205'/>
- <typedef-decl name='line_map_realloc' type-id='type-id-205' filepath='../.././gcc/../libcpp/include/line-map.h' line='54' column='1' id='type-id-201'/>
- <pointer-type-def type-id='type-id-206' size-in-bits='64' id='type-id-207'/>
- <typedef-decl name='line_map_round_alloc_size_func' type-id='type-id-207' filepath='../.././gcc/../libcpp/include/line-map.h' line='58' column='1' id='type-id-202'/>
- <pointer-type-def type-id='type-id-199' size-in-bits='64' id='type-id-208'/>
- <enum-decl name='location_resolution_kind' filepath='../.././gcc/../libcpp/include/line-map.h' line='604' column='1' id='type-id-209'>
+ <typedef-decl name='line_map_round_alloc_size_func' type-id='type-id-205' filepath='../.././gcc/../libcpp/include/line-map.h' line='58' column='1' id='type-id-200'/>
+ <pointer-type-def type-id='type-id-197' size-in-bits='64' id='type-id-206'/>
+ <enum-decl name='location_resolution_kind' filepath='../.././gcc/../libcpp/include/line-map.h' line='604' column='1' id='type-id-207'>
<underlying-type type-id='type-id-92'/>
<enumerator name='LRK_MACRO_EXPANSION_POINT' value='0'/>
<enumerator name='LRK_SPELLING_LOCATION' value='1'/>
<enumerator name='LRK_MACRO_DEFINITION_LOCATION' value='2'/>
</enum-decl>
- <pointer-type-def type-id='type-id-78' size-in-bits='64' id='type-id-210'/>
+ <pointer-type-def type-id='type-id-78' size-in-bits='64' id='type-id-208'/>
<function-decl name='linemap_resolve_location' mangled-name='_Z24linemap_resolve_locationP9line_mapsj24location_resolution_kindPPK8line_map' filepath='../.././gcc/../libcpp/include/line-map.h' line='659' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z24linemap_resolve_locationP9line_mapsj24location_resolution_kindPPK8line_map'>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-206'/>
<parameter type-id='type-id-106'/>
- <parameter type-id='type-id-209'/>
- <parameter type-id='type-id-210'/>
+ <parameter type-id='type-id-207'/>
+ <parameter type-id='type-id-208'/>
<return type-id='type-id-106'/>
</function-decl>
<function-decl name='pp_base_newline' mangled-name='_Z15pp_base_newlineP17pretty_print_info' filepath='../.././gcc/pretty-print.h' line='334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15pp_base_newlineP17pretty_print_info'>
<parameter type-id='type-id-69'/>
<return type-id='type-id-1'/>
</function-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././gcc/pretty-print.h' line='34' column='1' id='type-id-211'>
+ <class-decl name='__anonymous_struct__' size-in-bits='320' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././gcc/pretty-print.h' line='34' column='1' id='type-id-209'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='format_spec' type-id='type-id-8' visibility='default' filepath='../.././gcc/pretty-print.h' line='35' column='1'/>
</data-member>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='linemap_compare_locations' mangled-name='_Z25linemap_compare_locationsP9line_mapsjj' filepath='../.././gcc/../libcpp/include/line-map.h' line='577' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z25linemap_compare_locationsP9line_mapsjj'>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-206'/>
<parameter type-id='type-id-106'/>
<parameter type-id='type-id-106'/>
<return type-id='type-id-3'/>
</function-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-212' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='588' column='1' id='type-id-213'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-210' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='588' column='1' id='type-id-211'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='file' type-id='type-id-8' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='590' column='1'/>
</data-member>
<var-decl name='sysp' type-id='type-id-41' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='598' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='expanded_location' type-id='type-id-213' filepath='../.././gcc/../libcpp/include/line-map.h' line='599' column='1' id='type-id-212'/>
+ <typedef-decl name='expanded_location' type-id='type-id-211' filepath='../.././gcc/../libcpp/include/line-map.h' line='599' column='1' id='type-id-210'/>
<function-decl name='expand_location' mangled-name='_Z15expand_locationj' filepath='../.././gcc/input.h' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15expand_locationj'>
<parameter type-id='type-id-106'/>
- <return type-id='type-id-212'/>
+ <return type-id='type-id-210'/>
</function-decl>
<function-decl name='concat_length' filepath='../.././gcc/../include/libiberty.h' line='157' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-8'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='linemap_location_in_system_header_p' mangled-name='_Z35linemap_location_in_system_header_pP9line_mapsj' filepath='../.././gcc/../libcpp/include/line-map.h' line='473' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z35linemap_location_in_system_header_pP9line_mapsj'>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-206'/>
<parameter type-id='type-id-106'/>
<return type-id='type-id-3'/>
</function-decl>
<parameter type-id='type-id-8'/>
<return type-id='type-id-1'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-206'>
+ <function-type size-in-bits='64' id='type-id-204'>
<parameter type-id='type-id-5'/>
<return type-id='type-id-5'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-204'>
+ <function-type size-in-bits='64' id='type-id-202'>
<parameter type-id='type-id-2'/>
<parameter type-id='type-id-5'/>
<return type-id='type-id-2'/>
<parameter type-id='type-id-69'/>
<return type-id='type-id-1'/>
</function-decl>
- <qualified-type-def type-id='type-id-97' const='yes' id='type-id-214'/>
- <pointer-type-def type-id='type-id-214' size-in-bits='64' id='type-id-215'/>
+ <qualified-type-def type-id='type-id-97' const='yes' id='type-id-212'/>
+ <pointer-type-def type-id='type-id-212' size-in-bits='64' id='type-id-213'/>
<function-decl name='pp_base_last_position_in_text' mangled-name='_Z29pp_base_last_position_in_textPK17pretty_print_info' filepath='../.././gcc/pretty-print.c' line='702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z29pp_base_last_position_in_textPK17pretty_print_info'>
- <parameter type-id='type-id-215' name='pp' filepath='../.././gcc/pretty-print.c' line='702' column='1'/>
+ <parameter type-id='type-id-213' name='pp' filepath='../.././gcc/pretty-print.c' line='702' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='pp_base_remaining_character_count_for_line' mangled-name='_Z42pp_base_remaining_character_count_for_lineP17pretty_print_info' filepath='../.././gcc/pretty-print.c' line='715' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z42pp_base_remaining_character_count_for_lineP17pretty_print_info'>
<parameter type-id='type-id-8'/>
<return type-id='type-id-8'/>
</function-decl>
- <pointer-type-def type-id='type-id-216' size-in-bits='64' id='type-id-217'/>
- <var-decl name='identifier_to_locale_alloc' type-id='type-id-217' mangled-name='identifier_to_locale_alloc' visibility='default' filepath='../.././gcc/pretty-print.c' line='859' column='1' elf-symbol-id='identifier_to_locale_alloc'/>
+ <pointer-type-def type-id='type-id-214' size-in-bits='64' id='type-id-215'/>
+ <var-decl name='identifier_to_locale_alloc' type-id='type-id-215' mangled-name='identifier_to_locale_alloc' visibility='default' filepath='../.././gcc/pretty-print.c' line='859' column='1' elf-symbol-id='identifier_to_locale_alloc'/>
<var-decl name='identifier_to_locale_free' type-id='type-id-143' mangled-name='identifier_to_locale_free' visibility='default' filepath='../.././gcc/pretty-print.c' line='860' column='1' elf-symbol-id='identifier_to_locale_free'/>
<function-decl name='xstrerror' filepath='../.././gcc/../include/libiberty.h' line='259' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-3'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-3'/>
</function-decl>
- <typedef-decl name='iconv_t' type-id='type-id-2' filepath='/usr/include/iconv.h' line='30' column='1' id='type-id-218'/>
- <pointer-type-def type-id='type-id-5' size-in-bits='64' id='type-id-219'/>
+ <typedef-decl name='iconv_t' type-id='type-id-2' filepath='/usr/include/iconv.h' line='30' column='1' id='type-id-216'/>
+ <pointer-type-def type-id='type-id-5' size-in-bits='64' id='type-id-217'/>
<function-decl name='iconv' filepath='/usr/include/iconv.h' line='43' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-218'/>
+ <parameter type-id='type-id-216'/>
<parameter type-id='type-id-30'/>
- <parameter type-id='type-id-219'/>
+ <parameter type-id='type-id-217'/>
<parameter type-id='type-id-30'/>
- <parameter type-id='type-id-219'/>
+ <parameter type-id='type-id-217'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='iconv_close' filepath='/usr/include/iconv.h' line='52' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-218'/>
+ <parameter type-id='type-id-216'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='iconv_open' filepath='/usr/include/iconv.h' line='38' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-8'/>
<parameter type-id='type-id-8'/>
- <return type-id='type-id-218'/>
+ <return type-id='type-id-216'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-216'>
+ <function-type size-in-bits='64' id='type-id-214'>
<parameter type-id='type-id-5'/>
<return type-id='type-id-2'/>
</function-type>
<parameter type-id='type-id-8'/>
<return type-id='type-id-9'/>
</function-decl>
- <typedef-decl name='nl_item' type-id='type-id-3' filepath='/usr/include/nl_types.h' line='37' column='1' id='type-id-220'/>
+ <typedef-decl name='nl_item' type-id='type-id-3' filepath='/usr/include/nl_types.h' line='37' column='1' id='type-id-218'/>
<function-decl name='nl_langinfo' filepath='/usr/include/langinfo.h' line='584' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-220'/>
+ <parameter type-id='type-id-218'/>
<return type-id='type-id-9'/>
</function-decl>
<function-decl name='strcasecmp' filepath='/usr/include/string.h' line='536' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-8'/>
<return type-id='type-id-3'/>
</function-decl>
- <type-decl name='wchar_t' size-in-bits='32' id='type-id-221'/>
- <pointer-type-def type-id='type-id-221' size-in-bits='64' id='type-id-222'/>
+ <type-decl name='wchar_t' size-in-bits='32' id='type-id-219'/>
+ <pointer-type-def type-id='type-id-219' size-in-bits='64' id='type-id-220'/>
<function-decl name='mbstowcs' filepath='/usr/include/stdlib.h' line='871' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-222'/>
+ <parameter type-id='type-id-220'/>
<parameter type-id='type-id-8'/>
<parameter type-id='type-id-5'/>
<return type-id='type-id-5'/>
</function-decl>
- <qualified-type-def type-id='type-id-221' const='yes' id='type-id-223'/>
- <pointer-type-def type-id='type-id-223' size-in-bits='64' id='type-id-224'/>
+ <qualified-type-def type-id='type-id-219' const='yes' id='type-id-221'/>
+ <pointer-type-def type-id='type-id-221' size-in-bits='64' id='type-id-222'/>
<function-decl name='wcswidth' filepath='/usr/include/wchar.h' line='441' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-224'/>
+ <parameter type-id='type-id-222'/>
<parameter type-id='type-id-5'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='dump_line_table_statistics' mangled-name='_Z26dump_line_table_statisticsv' filepath='../.././gcc/input.c' line='83' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z26dump_line_table_statisticsv'>
<return type-id='type-id-1'/>
</function-decl>
- <var-decl name='line_table' type-id='type-id-208' mangled-name='line_table' visibility='default' filepath='../.././gcc/input.c' line='31' column='1' elf-symbol-id='line_table'/>
+ <var-decl name='line_table' type-id='type-id-206' mangled-name='line_table' visibility='default' filepath='../.././gcc/input.c' line='31' column='1' elf-symbol-id='line_table'/>
<var-decl name='input_location' type-id='type-id-107' mangled-name='input_location' visibility='default' filepath='../.././gcc/input.c' line='29' column='1' elf-symbol-id='input_location'/>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='588' column='1' id='type-id-225'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='588' column='1' id='type-id-223'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='file' type-id='type-id-8' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='590' column='1'/>
</data-member>
</data-member>
</class-decl>
<function-decl name='linemap_expand_location' mangled-name='_Z23linemap_expand_locationP9line_mapsPK8line_mapj' filepath='../.././gcc/../libcpp/include/line-map.h' line='679' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z23linemap_expand_locationP9line_mapsPK8line_mapj'>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-206'/>
<parameter type-id='type-id-78'/>
<parameter type-id='type-id-106'/>
- <return type-id='type-id-212'/>
+ <return type-id='type-id-210'/>
</function-decl>
- <class-decl name='linemap_stats' size-in-bits='704' is-struct='yes' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='685' column='1' id='type-id-226'>
+ <class-decl name='linemap_stats' size-in-bits='704' is-struct='yes' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='685' column='1' id='type-id-224'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='num_ordinary_maps_allocated' type-id='type-id-21' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='687' column='1'/>
</data-member>
<var-decl name='duplicated_macro_maps_locations_size' type-id='type-id-21' visibility='default' filepath='../.././gcc/../libcpp/include/line-map.h' line='697' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-226' size-in-bits='64' id='type-id-227'/>
+ <pointer-type-def type-id='type-id-224' size-in-bits='64' id='type-id-225'/>
<function-decl name='linemap_get_statistics' mangled-name='_Z22linemap_get_statisticsP9line_mapsP13linemap_stats' filepath='../.././gcc/../libcpp/include/line-map.h' line='702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z22linemap_get_statisticsP9line_mapsP13linemap_stats'>
- <parameter type-id='type-id-208'/>
- <parameter type-id='type-id-227'/>
+ <parameter type-id='type-id-206'/>
+ <parameter type-id='type-id-225'/>
<return type-id='type-id-1'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././gcc/version.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc' language='LANG_C_plus_plus'>
- <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='48' id='type-id-228'>
- <subrange length='6' type-id='type-id-22' id='type-id-229'/>
+ <array-type-def dimensions='1' type-id='type-id-7' size-in-bits='48' id='type-id-226'>
+ <subrange length='6' type-id='type-id-22' id='type-id-227'/>
</array-type-def>
- <var-decl name='version_string' type-id='type-id-228' mangled-name='version_string' visibility='default' filepath='../.././gcc/version.c' line='35' column='1' elf-symbol-id='version_string'/>
+ <var-decl name='version_string' type-id='type-id-226' mangled-name='version_string' visibility='default' filepath='../.././gcc/version.c' line='35' column='1' elf-symbol-id='version_string'/>
- <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='56' id='type-id-230'>
- <subrange length='7' type-id='type-id-22' id='type-id-231'/>
+ <array-type-def dimensions='1' type-id='type-id-7' size-in-bits='56' id='type-id-228'>
+ <subrange length='7' type-id='type-id-22' id='type-id-229'/>
</array-type-def>
- <var-decl name='pkgversion_string' type-id='type-id-230' mangled-name='pkgversion_string' visibility='default' filepath='../.././gcc/version.c' line='36' column='1' elf-symbol-id='pkgversion_string'/>
+ <var-decl name='pkgversion_string' type-id='type-id-228' mangled-name='pkgversion_string' visibility='default' filepath='../.././gcc/version.c' line='36' column='1' elf-symbol-id='pkgversion_string'/>
- <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='248' id='type-id-232'>
- <subrange length='31' type-id='type-id-22' id='type-id-233'/>
+ <array-type-def dimensions='1' type-id='type-id-7' size-in-bits='248' id='type-id-230'>
+ <subrange length='31' type-id='type-id-22' id='type-id-231'/>
</array-type-def>
- <var-decl name='bug_report_url' type-id='type-id-232' mangled-name='bug_report_url' visibility='default' filepath='../.././gcc/version.c' line='29' column='1' elf-symbol-id='bug_report_url'/>
+ <var-decl name='bug_report_url' type-id='type-id-230' mangled-name='bug_report_url' visibility='default' filepath='../.././gcc/version.c' line='29' column='1' elf-symbol-id='bug_report_url'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/line-map.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<function-decl name='linemap_init' mangled-name='_Z12linemap_initP9line_maps' filepath='../.././libcpp/line-map.c' line='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12linemap_initP9line_maps'>
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='56' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='56' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='linemap_check_files_exited' mangled-name='_Z26linemap_check_files_exitedP9line_maps' filepath='../.././libcpp/line-map.c' line='66' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z26linemap_check_files_exitedP9line_maps'>
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='56' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='56' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='linemap_add' mangled-name='_Z11linemap_addP9line_maps9lc_reasonjPKcj' filepath='../.././libcpp/line-map.c' line='163' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z11linemap_addP9line_maps9lc_reasonjPKcj'>
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='163' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='163' column='1'/>
<parameter type-id='type-id-130' name='reason' filepath='../.././libcpp/line-map.c' line='163' column='1'/>
<parameter type-id='type-id-35' name='sysp' filepath='../.././libcpp/line-map.c' line='164' column='1'/>
<parameter type-id='type-id-8' name='to_file' filepath='../.././libcpp/line-map.c' line='164' column='1'/>
<return type-id='type-id-78'/>
</function-decl>
<function-decl name='linemap_tracks_macro_expansion_locs_p' mangled-name='_Z37linemap_tracks_macro_expansion_locs_pP9line_maps' filepath='../.././libcpp/line-map.c' line='276' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z37linemap_tracks_macro_expansion_locs_pP9line_maps'>
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='276' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='276' column='1'/>
<return type-id='type-id-41'/>
</function-decl>
- <typedef-decl name='cpp_hashnode' type-id='type-id-135' filepath='../.././libcpp/include/cpplib.h' line='36' column='1' id='type-id-234'/>
- <typedef-decl name='cpp_token' type-id='type-id-155' filepath='../.././libcpp/include/cpplib.h' line='34' column='1' id='type-id-235'/>
+ <typedef-decl name='cpp_hashnode' type-id='type-id-135' filepath='../.././libcpp/include/cpplib.h' line='36' column='1' id='type-id-232'/>
+ <typedef-decl name='cpp_token' type-id='type-id-153' filepath='../.././libcpp/include/cpplib.h' line='34' column='1' id='type-id-233'/>
<function-decl name='linemap_enter_macro' mangled-name='linemap_enter_macro' filepath='../.././libcpp/line-map.c' line='305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='linemap_enter_macro'>
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='305' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='305' column='1'/>
<parameter type-id='type-id-133' name='macro_node' filepath='../.././libcpp/line-map.c' line='305' column='1'/>
<parameter type-id='type-id-106' name='expansion' filepath='../.././libcpp/line-map.c' line='306' column='1'/>
<parameter type-id='type-id-35' name='num_tokens' filepath='../.././libcpp/line-map.c' line='306' column='1'/>
<return type-id='type-id-106'/>
</function-decl>
<function-decl name='linemap_line_start' mangled-name='_Z18linemap_line_startP9line_mapsjj' filepath='../.././libcpp/line-map.c' line='387' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z18linemap_line_startP9line_mapsjj'>
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='387' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='387' column='1'/>
<parameter type-id='type-id-131' name='to_line' filepath='../.././libcpp/line-map.c' line='387' column='1'/>
<parameter type-id='type-id-35' name='max_column_hint' filepath='../.././libcpp/line-map.c' line='388' column='1'/>
<return type-id='type-id-106'/>
</function-decl>
<function-decl name='linemap_position_for_column' mangled-name='_Z27linemap_position_for_columnP9line_mapsj' filepath='../.././libcpp/line-map.c' line='465' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z27linemap_position_for_columnP9line_mapsj'>
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='465' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='465' column='1'/>
<parameter type-id='type-id-35' name='to_column' filepath='../.././libcpp/line-map.c' line='465' column='1'/>
<return type-id='type-id-106'/>
</function-decl>
<function-decl name='linemap_position_for_line_and_column' mangled-name='_Z36linemap_position_for_line_and_columnP8line_mapjj' filepath='../.././libcpp/line-map.c' line='495' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z36linemap_position_for_line_and_columnP8line_mapjj'>
- <parameter type-id='type-id-203' name='map' filepath='../.././libcpp/line-map.c' line='495' column='1'/>
+ <parameter type-id='type-id-201' name='map' filepath='../.././libcpp/line-map.c' line='495' column='1'/>
<parameter type-id='type-id-131' name='line' filepath='../.././libcpp/line-map.c' line='496' column='1'/>
<parameter type-id='type-id-35' name='column' filepath='../.././libcpp/line-map.c' line='497' column='1'/>
<return type-id='type-id-106'/>
</function-decl>
<function-decl name='linemap_lookup' mangled-name='_Z14linemap_lookupP9line_mapsj' filepath='../.././libcpp/line-map.c' line='511' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z14linemap_lookupP9line_mapsj'>
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='511' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='511' column='1'/>
<parameter type-id='type-id-106' name='line' filepath='../.././libcpp/line-map.c' line='511' column='1'/>
<return type-id='type-id-78'/>
</function-decl>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='linemap_get_expansion_line' mangled-name='linemap_get_expansion_line' filepath='../.././libcpp/line-map.c' line='695' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='linemap_get_expansion_line'>
- <parameter type-id='type-id-208'/>
+ <parameter type-id='type-id-206'/>
<parameter type-id='type-id-106'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='linemap_get_expansion_filename' mangled-name='linemap_get_expansion_filename' filepath='../.././libcpp/line-map.c' line='719' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='linemap_get_expansion_filename'>
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='719' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='719' column='1'/>
<parameter type-id='type-id-106' name='location' filepath='../.././libcpp/line-map.c' line='720' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='linemap_location_from_macro_expansion_p' mangled-name='_Z39linemap_location_from_macro_expansion_pP9line_mapsj' filepath='../.././libcpp/line-map.c' line='772' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z39linemap_location_from_macro_expansion_pP9line_mapsj'>
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='772' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='772' column='1'/>
<parameter type-id='type-id-106' name='location' filepath='../.././libcpp/line-map.c' line='773' column='1'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='linemap_unwind_toward_expansion' mangled-name='_Z31linemap_unwind_toward_expansionP9line_mapsjPPK8line_map' filepath='../.././libcpp/line-map.c' line='1093' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z31linemap_unwind_toward_expansionP9line_mapsjPPK8line_map'>
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='1093' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='1093' column='1'/>
<parameter type-id='type-id-106' name='loc' filepath='../.././libcpp/line-map.c' line='1094' column='1'/>
- <parameter type-id='type-id-210' name='map' filepath='../.././libcpp/line-map.c' line='1095' column='1'/>
+ <parameter type-id='type-id-208' name='map' filepath='../.././libcpp/line-map.c' line='1095' column='1'/>
<return type-id='type-id-106'/>
</function-decl>
<function-decl name='linemap_dump' mangled-name='_Z12linemap_dumpP8_IO_FILEP9line_mapsjb' filepath='../.././libcpp/line-map.c' line='1162' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12linemap_dumpP8_IO_FILEP9line_mapsjb'>
<parameter type-id='type-id-27' name='stream' filepath='../.././libcpp/line-map.c' line='1162' column='1'/>
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='1162' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='1162' column='1'/>
<parameter type-id='type-id-35' name='ix' filepath='../.././libcpp/line-map.c' line='1162' column='1'/>
<parameter type-id='type-id-41' name='is_macro' filepath='../.././libcpp/line-map.c' line='1162' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='linemap_dump_location' mangled-name='_Z21linemap_dump_locationP9line_mapsjP8_IO_FILE' filepath='../.././libcpp/line-map.c' line='1211' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z21linemap_dump_locationP9line_mapsjP8_IO_FILE'>
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='1211' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='1211' column='1'/>
<parameter type-id='type-id-106' name='loc' filepath='../.././libcpp/line-map.c' line='1212' column='1'/>
<parameter type-id='type-id-27' name='stream' filepath='../.././libcpp/line-map.c' line='1213' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='line_table_dump' mangled-name='_Z15line_table_dumpP8_IO_FILEP9line_mapsjj' filepath='../.././libcpp/line-map.c' line='1315' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15line_table_dumpP8_IO_FILEP9line_mapsjj'>
<parameter type-id='type-id-27' name='stream' filepath='../.././libcpp/line-map.c' line='1315' column='1'/>
- <parameter type-id='type-id-208' name='set' filepath='../.././libcpp/line-map.c' line='1315' column='1'/>
+ <parameter type-id='type-id-206' name='set' filepath='../.././libcpp/line-map.c' line='1315' column='1'/>
<parameter type-id='type-id-35' name='num_ordinary' filepath='../.././libcpp/line-map.c' line='1315' column='1'/>
<parameter type-id='type-id-35' name='num_macro' filepath='../.././libcpp/line-map.c' line='1316' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/macro.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
- <class-decl name='cpp_reader' size-in-bits='10560' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='380' column='1' id='type-id-236'>
+ <class-decl name='cpp_reader' size-in-bits='10560' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='380' column='1' id='type-id-234'>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='528' column='1' id='type-id-237'>
+ <class-decl name='__anonymous_struct__' size-in-bits='256' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='528' column='1' id='type-id-235'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='base' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='529' column='1'/>
+ <var-decl name='base' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='529' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='limit' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='530' column='1'/>
+ <var-decl name='limit' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='530' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='cur' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='531' column='1'/>
+ <var-decl name='cur' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='531' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='first_line' type-id='type-id-106' visibility='default' filepath='../.././libcpp/internal.h' line='532' column='1'/>
</class-decl>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='buffer' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='383' column='1'/>
+ <var-decl name='buffer' type-id='type-id-237' visibility='default' filepath='../.././libcpp/internal.h' line='383' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='overlaid_buffer' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='386' column='1'/>
+ <var-decl name='overlaid_buffer' type-id='type-id-237' visibility='default' filepath='../.././libcpp/internal.h' line='386' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='state' type-id='type-id-240' visibility='default' filepath='../.././libcpp/internal.h' line='389' column='1'/>
+ <var-decl name='state' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='389' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='line_table' type-id='type-id-208' visibility='default' filepath='../.././libcpp/internal.h' line='392' column='1'/>
+ <var-decl name='line_table' type-id='type-id-206' visibility='default' filepath='../.././libcpp/internal.h' line='392' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<var-decl name='directive_line' type-id='type-id-106' visibility='default' filepath='../.././libcpp/internal.h' line='395' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='a_buff' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='398' column='1'/>
+ <var-decl name='a_buff' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='398' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='u_buff' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='399' column='1'/>
+ <var-decl name='u_buff' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='399' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='free_buffs' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='400' column='1'/>
+ <var-decl name='free_buffs' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='400' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='base_context' type-id='type-id-242' visibility='default' filepath='../.././libcpp/internal.h' line='403' column='1'/>
+ <var-decl name='base_context' type-id='type-id-240' visibility='default' filepath='../.././libcpp/internal.h' line='403' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
- <var-decl name='context' type-id='type-id-243' visibility='default' filepath='../.././libcpp/internal.h' line='404' column='1'/>
+ <var-decl name='context' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='404' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1152'>
- <var-decl name='directive' type-id='type-id-244' visibility='default' filepath='../.././libcpp/internal.h' line='407' column='1'/>
+ <var-decl name='directive' type-id='type-id-242' visibility='default' filepath='../.././libcpp/internal.h' line='407' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
- <var-decl name='directive_result' type-id='type-id-235' visibility='default' filepath='../.././libcpp/internal.h' line='410' column='1'/>
+ <var-decl name='directive_result' type-id='type-id-233' visibility='default' filepath='../.././libcpp/internal.h' line='410' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
<var-decl name='invocation_location' type-id='type-id-106' visibility='default' filepath='../.././libcpp/internal.h' line='414' column='1'/>
<var-decl name='set_invocation_location' type-id='type-id-41' visibility='default' filepath='../.././libcpp/internal.h' line='418' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1472'>
- <var-decl name='quote_include' type-id='type-id-245' visibility='default' filepath='../.././libcpp/internal.h' line='421' column='1'/>
+ <var-decl name='quote_include' type-id='type-id-243' visibility='default' filepath='../.././libcpp/internal.h' line='421' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
- <var-decl name='bracket_include' type-id='type-id-245' visibility='default' filepath='../.././libcpp/internal.h' line='422' column='1'/>
+ <var-decl name='bracket_include' type-id='type-id-243' visibility='default' filepath='../.././libcpp/internal.h' line='422' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1600'>
- <var-decl name='no_search_path' type-id='type-id-246' visibility='default' filepath='../.././libcpp/internal.h' line='423' column='1'/>
+ <var-decl name='no_search_path' type-id='type-id-244' visibility='default' filepath='../.././libcpp/internal.h' line='423' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2112'>
- <var-decl name='all_files' type-id='type-id-247' visibility='default' filepath='../.././libcpp/internal.h' line='426' column='1'/>
+ <var-decl name='all_files' type-id='type-id-245' visibility='default' filepath='../.././libcpp/internal.h' line='426' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2176'>
- <var-decl name='main_file' type-id='type-id-247' visibility='default' filepath='../.././libcpp/internal.h' line='428' column='1'/>
+ <var-decl name='main_file' type-id='type-id-245' visibility='default' filepath='../.././libcpp/internal.h' line='428' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2240'>
- <var-decl name='file_hash' type-id='type-id-194' visibility='default' filepath='../.././libcpp/internal.h' line='431' column='1'/>
+ <var-decl name='file_hash' type-id='type-id-192' visibility='default' filepath='../.././libcpp/internal.h' line='431' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2304'>
- <var-decl name='dir_hash' type-id='type-id-194' visibility='default' filepath='../.././libcpp/internal.h' line='432' column='1'/>
+ <var-decl name='dir_hash' type-id='type-id-192' visibility='default' filepath='../.././libcpp/internal.h' line='432' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2368'>
- <var-decl name='file_hash_entries' type-id='type-id-248' visibility='default' filepath='../.././libcpp/internal.h' line='433' column='1'/>
+ <var-decl name='file_hash_entries' type-id='type-id-246' visibility='default' filepath='../.././libcpp/internal.h' line='433' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2432'>
- <var-decl name='nonexistent_file_hash' type-id='type-id-194' visibility='default' filepath='../.././libcpp/internal.h' line='436' column='1'/>
+ <var-decl name='nonexistent_file_hash' type-id='type-id-192' visibility='default' filepath='../.././libcpp/internal.h' line='436' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2496'>
<var-decl name='nonexistent_file_ob' type-id='type-id-31' visibility='default' filepath='../.././libcpp/internal.h' line='437' column='1'/>
<var-decl name='seen_once_only' type-id='type-id-41' visibility='default' filepath='../.././libcpp/internal.h' line='445' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3264'>
- <var-decl name='mi_cmacro' type-id='type-id-249' visibility='default' filepath='../.././libcpp/internal.h' line='448' column='1'/>
+ <var-decl name='mi_cmacro' type-id='type-id-247' visibility='default' filepath='../.././libcpp/internal.h' line='448' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3328'>
- <var-decl name='mi_ind_cmacro' type-id='type-id-249' visibility='default' filepath='../.././libcpp/internal.h' line='449' column='1'/>
+ <var-decl name='mi_ind_cmacro' type-id='type-id-247' visibility='default' filepath='../.././libcpp/internal.h' line='449' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3392'>
<var-decl name='mi_valid' type-id='type-id-41' visibility='default' filepath='../.././libcpp/internal.h' line='450' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3456'>
- <var-decl name='cur_token' type-id='type-id-157' visibility='default' filepath='../.././libcpp/internal.h' line='453' column='1'/>
+ <var-decl name='cur_token' type-id='type-id-155' visibility='default' filepath='../.././libcpp/internal.h' line='453' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3520'>
- <var-decl name='base_run' type-id='type-id-250' visibility='default' filepath='../.././libcpp/internal.h' line='454' column='1'/>
+ <var-decl name='base_run' type-id='type-id-248' visibility='default' filepath='../.././libcpp/internal.h' line='454' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3776'>
- <var-decl name='cur_run' type-id='type-id-251' visibility='default' filepath='../.././libcpp/internal.h' line='454' column='1'/>
+ <var-decl name='cur_run' type-id='type-id-249' visibility='default' filepath='../.././libcpp/internal.h' line='454' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3840'>
<var-decl name='lookaheads' type-id='type-id-35' visibility='default' filepath='../.././libcpp/internal.h' line='455' column='1'/>
<var-decl name='keep_tokens' type-id='type-id-35' visibility='default' filepath='../.././libcpp/internal.h' line='458' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3904'>
- <var-decl name='macro_buffer' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='461' column='1'/>
+ <var-decl name='macro_buffer' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='461' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='3968'>
<var-decl name='macro_buffer_len' type-id='type-id-35' visibility='default' filepath='../.././libcpp/internal.h' line='462' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='4032'>
- <var-decl name='narrow_cset_desc' type-id='type-id-252' visibility='default' filepath='../.././libcpp/internal.h' line='466' column='1'/>
+ <var-decl name='narrow_cset_desc' type-id='type-id-250' visibility='default' filepath='../.././libcpp/internal.h' line='466' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='4224'>
- <var-decl name='utf8_cset_desc' type-id='type-id-252' visibility='default' filepath='../.././libcpp/internal.h' line='470' column='1'/>
+ <var-decl name='utf8_cset_desc' type-id='type-id-250' visibility='default' filepath='../.././libcpp/internal.h' line='470' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='4416'>
- <var-decl name='char16_cset_desc' type-id='type-id-252' visibility='default' filepath='../.././libcpp/internal.h' line='474' column='1'/>
+ <var-decl name='char16_cset_desc' type-id='type-id-250' visibility='default' filepath='../.././libcpp/internal.h' line='474' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='4608'>
- <var-decl name='char32_cset_desc' type-id='type-id-252' visibility='default' filepath='../.././libcpp/internal.h' line='478' column='1'/>
+ <var-decl name='char32_cset_desc' type-id='type-id-250' visibility='default' filepath='../.././libcpp/internal.h' line='478' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='4800'>
- <var-decl name='wide_cset_desc' type-id='type-id-252' visibility='default' filepath='../.././libcpp/internal.h' line='482' column='1'/>
+ <var-decl name='wide_cset_desc' type-id='type-id-250' visibility='default' filepath='../.././libcpp/internal.h' line='482' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='4992'>
- <var-decl name='date' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='485' column='1'/>
+ <var-decl name='date' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='485' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5056'>
- <var-decl name='time' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='486' column='1'/>
+ <var-decl name='time' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='486' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5120'>
- <var-decl name='avoid_paste' type-id='type-id-235' visibility='default' filepath='../.././libcpp/internal.h' line='489' column='1'/>
+ <var-decl name='avoid_paste' type-id='type-id-233' visibility='default' filepath='../.././libcpp/internal.h' line='489' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5312'>
- <var-decl name='eof' type-id='type-id-235' visibility='default' filepath='../.././libcpp/internal.h' line='490' column='1'/>
+ <var-decl name='eof' type-id='type-id-233' visibility='default' filepath='../.././libcpp/internal.h' line='490' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5504'>
- <var-decl name='deps' type-id='type-id-253' visibility='default' filepath='../.././libcpp/internal.h' line='493' column='1'/>
+ <var-decl name='deps' type-id='type-id-251' visibility='default' filepath='../.././libcpp/internal.h' line='493' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='5568'>
<var-decl name='hash_ob' type-id='type-id-31' visibility='default' filepath='../.././libcpp/internal.h' line='497' column='1'/>
<var-decl name='buffer_ob' type-id='type-id-31' visibility='default' filepath='../.././libcpp/internal.h' line='501' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='6976'>
- <var-decl name='pragmas' type-id='type-id-254' visibility='default' filepath='../.././libcpp/internal.h' line='505' column='1'/>
+ <var-decl name='pragmas' type-id='type-id-252' visibility='default' filepath='../.././libcpp/internal.h' line='505' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='7040'>
- <var-decl name='cb' type-id='type-id-255' visibility='default' filepath='../.././libcpp/internal.h' line='508' column='1'/>
+ <var-decl name='cb' type-id='type-id-253' visibility='default' filepath='../.././libcpp/internal.h' line='508' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8192'>
- <var-decl name='hash_table' type-id='type-id-256' visibility='default' filepath='../.././libcpp/internal.h' line='511' column='1'/>
+ <var-decl name='hash_table' type-id='type-id-254' visibility='default' filepath='../.././libcpp/internal.h' line='511' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8256'>
- <var-decl name='op_stack' type-id='type-id-257' visibility='default' filepath='../.././libcpp/internal.h' line='514' column='1'/>
+ <var-decl name='op_stack' type-id='type-id-255' visibility='default' filepath='../.././libcpp/internal.h' line='514' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8320'>
- <var-decl name='op_limit' type-id='type-id-257' visibility='default' filepath='../.././libcpp/internal.h' line='514' column='1'/>
+ <var-decl name='op_limit' type-id='type-id-255' visibility='default' filepath='../.././libcpp/internal.h' line='514' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='8384'>
- <var-decl name='opts' type-id='type-id-258' visibility='default' filepath='../.././libcpp/internal.h' line='517' column='1'/>
+ <var-decl name='opts' type-id='type-id-256' visibility='default' filepath='../.././libcpp/internal.h' line='517' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='9408'>
- <var-decl name='spec_nodes' type-id='type-id-259' visibility='default' filepath='../.././libcpp/internal.h' line='521' column='1'/>
+ <var-decl name='spec_nodes' type-id='type-id-257' visibility='default' filepath='../.././libcpp/internal.h' line='521' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='9664'>
<var-decl name='our_hashtable' type-id='type-id-41' visibility='default' filepath='../.././libcpp/internal.h' line='524' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='9728'>
- <var-decl name='out' type-id='type-id-237' visibility='default' filepath='../.././libcpp/internal.h' line='533' column='1'/>
+ <var-decl name='out' type-id='type-id-235' visibility='default' filepath='../.././libcpp/internal.h' line='533' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='9984'>
- <var-decl name='saved_cur' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='536' column='1'/>
+ <var-decl name='saved_cur' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='536' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10048'>
- <var-decl name='saved_rlimit' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='536' column='1'/>
+ <var-decl name='saved_rlimit' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='536' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10112'>
- <var-decl name='saved_line_base' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='536' column='1'/>
+ <var-decl name='saved_line_base' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='536' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10176'>
- <var-decl name='savedstate' type-id='type-id-260' visibility='default' filepath='../.././libcpp/internal.h' line='540' column='1'/>
+ <var-decl name='savedstate' type-id='type-id-258' visibility='default' filepath='../.././libcpp/internal.h' line='540' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10240'>
<var-decl name='counter' type-id='type-id-35' visibility='default' filepath='../.././libcpp/internal.h' line='543' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10304'>
- <var-decl name='comments' type-id='type-id-261' visibility='default' filepath='../.././libcpp/internal.h' line='546' column='1'/>
+ <var-decl name='comments' type-id='type-id-259' visibility='default' filepath='../.././libcpp/internal.h' line='546' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10432'>
- <var-decl name='pushed_macros' type-id='type-id-262' visibility='default' filepath='../.././libcpp/internal.h' line='549' column='1'/>
+ <var-decl name='pushed_macros' type-id='type-id-260' visibility='default' filepath='../.././libcpp/internal.h' line='549' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='10496'>
<var-decl name='forced_token_location_p' type-id='type-id-134' visibility='default' filepath='../.././libcpp/internal.h' line='553' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-132' size-in-bits='64' id='type-id-238'/>
- <class-decl name='cpp_buffer' size-in-bits='1536' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='297' column='1' id='type-id-263'>
+ <pointer-type-def type-id='type-id-132' size-in-bits='64' id='type-id-236'/>
+ <class-decl name='cpp_buffer' size-in-bits='1536' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='297' column='1' id='type-id-261'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='cur' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='299' column='1'/>
+ <var-decl name='cur' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='299' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='line_base' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='300' column='1'/>
+ <var-decl name='line_base' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='300' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='next_line' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='301' column='1'/>
+ <var-decl name='next_line' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='301' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='buf' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='303' column='1'/>
+ <var-decl name='buf' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='303' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='rlimit' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='304' column='1'/>
+ <var-decl name='rlimit' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='304' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='notes' type-id='type-id-264' visibility='default' filepath='../.././libcpp/internal.h' line='306' column='1'/>
+ <var-decl name='notes' type-id='type-id-262' visibility='default' filepath='../.././libcpp/internal.h' line='306' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<var-decl name='cur_note' type-id='type-id-35' visibility='default' filepath='../.././libcpp/internal.h' line='307' column='1'/>
<var-decl name='notes_cap' type-id='type-id-35' visibility='default' filepath='../.././libcpp/internal.h' line='309' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='prev' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='311' column='1'/>
+ <var-decl name='prev' type-id='type-id-237' visibility='default' filepath='../.././libcpp/internal.h' line='311' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='file' type-id='type-id-247' visibility='default' filepath='../.././libcpp/internal.h' line='315' column='1'/>
+ <var-decl name='file' type-id='type-id-245' visibility='default' filepath='../.././libcpp/internal.h' line='315' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='timestamp' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='319' column='1'/>
+ <var-decl name='timestamp' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='319' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
- <var-decl name='if_stack' type-id='type-id-265' visibility='default' filepath='../.././libcpp/internal.h' line='323' column='1'/>
+ <var-decl name='if_stack' type-id='type-id-263' visibility='default' filepath='../.././libcpp/internal.h' line='323' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
<var-decl name='need_line' type-id='type-id-41' visibility='default' filepath='../.././libcpp/internal.h' line='326' column='1'/>
<var-decl name='sysp' type-id='type-id-132' visibility='default' filepath='../.././libcpp/internal.h' line='346' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
- <var-decl name='dir' type-id='type-id-246' visibility='default' filepath='../.././libcpp/internal.h' line='350' column='1'/>
+ <var-decl name='dir' type-id='type-id-244' visibility='default' filepath='../.././libcpp/internal.h' line='350' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1344'>
- <var-decl name='input_cset_desc' type-id='type-id-252' visibility='default' filepath='../.././libcpp/internal.h' line='354' column='1'/>
+ <var-decl name='input_cset_desc' type-id='type-id-250' visibility='default' filepath='../.././libcpp/internal.h' line='354' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_cpp_line_note' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='284' column='1' id='type-id-266'>
+ <class-decl name='_cpp_line_note' size-in-bits='128' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='284' column='1' id='type-id-264'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='pos' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='287' column='1'/>
+ <var-decl name='pos' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='287' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='type' type-id='type-id-35' visibility='default' filepath='../.././libcpp/internal.h' line='293' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='_cpp_line_note' type-id='type-id-266' filepath='../.././libcpp/internal.h' line='283' column='1' id='type-id-267'/>
- <pointer-type-def type-id='type-id-267' size-in-bits='64' id='type-id-264'/>
- <pointer-type-def type-id='type-id-263' size-in-bits='64' id='type-id-239'/>
- <class-decl name='_cpp_file' size-in-bits='1856' is-struct='yes' visibility='default' filepath='../.././libcpp/files.c' line='56' column='1' id='type-id-268'>
+ <typedef-decl name='_cpp_line_note' type-id='type-id-264' filepath='../.././libcpp/internal.h' line='283' column='1' id='type-id-265'/>
+ <pointer-type-def type-id='type-id-265' size-in-bits='64' id='type-id-262'/>
+ <pointer-type-def type-id='type-id-261' size-in-bits='64' id='type-id-237'/>
+ <class-decl name='_cpp_file' size-in-bits='1856' is-struct='yes' visibility='default' filepath='../.././libcpp/files.c' line='56' column='1' id='type-id-266'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='name' type-id='type-id-8' visibility='default' filepath='../.././libcpp/files.c' line='59' column='1'/>
</data-member>
<var-decl name='dir_name' type-id='type-id-8' visibility='default' filepath='../.././libcpp/files.c' line='69' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='next_file' type-id='type-id-247' visibility='default' filepath='../.././libcpp/files.c' line='72' column='1'/>
+ <var-decl name='next_file' type-id='type-id-245' visibility='default' filepath='../.././libcpp/files.c' line='72' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='buffer' type-id='type-id-269' visibility='default' filepath='../.././libcpp/files.c' line='75' column='1'/>
+ <var-decl name='buffer' type-id='type-id-267' visibility='default' filepath='../.././libcpp/files.c' line='75' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='buffer_start' type-id='type-id-269' visibility='default' filepath='../.././libcpp/files.c' line='79' column='1'/>
+ <var-decl name='buffer_start' type-id='type-id-267' visibility='default' filepath='../.././libcpp/files.c' line='79' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='cmacro' type-id='type-id-249' visibility='default' filepath='../.././libcpp/files.c' line='82' column='1'/>
+ <var-decl name='cmacro' type-id='type-id-247' visibility='default' filepath='../.././libcpp/files.c' line='82' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='dir' type-id='type-id-245' visibility='default' filepath='../.././libcpp/files.c' line='87' column='1'/>
+ <var-decl name='dir' type-id='type-id-243' visibility='default' filepath='../.././libcpp/files.c' line='87' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<var-decl name='st' type-id='type-id-43' visibility='default' filepath='../.././libcpp/files.c' line='90' column='1'/>
<var-decl name='buffer_valid' type-id='type-id-41' visibility='default' filepath='../.././libcpp/files.c' line='112' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-268' size-in-bits='64' id='type-id-247'/>
- <class-decl name='if_stack' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-270'/>
- <pointer-type-def type-id='type-id-270' size-in-bits='64' id='type-id-265'/>
- <class-decl name='cpp_dir' size-in-bits='512' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='553' column='1' id='type-id-246'>
+ <pointer-type-def type-id='type-id-266' size-in-bits='64' id='type-id-245'/>
+ <class-decl name='if_stack' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-268'/>
+ <pointer-type-def type-id='type-id-268' size-in-bits='64' id='type-id-263'/>
+ <class-decl name='cpp_dir' size-in-bits='512' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='553' column='1' id='type-id-244'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='next' type-id='type-id-245' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='556' column='1'/>
+ <var-decl name='next' type-id='type-id-243' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='556' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='name' type-id='type-id-9' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='559' column='1'/>
<var-decl name='canonical_name' type-id='type-id-9' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='571' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='name_map' type-id='type-id-271' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='575' column='1'/>
+ <var-decl name='name_map' type-id='type-id-269' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='575' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='construct' type-id='type-id-272' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='581' column='1'/>
+ <var-decl name='construct' type-id='type-id-270' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='581' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='ino' type-id='type-id-273' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='585' column='1'/>
+ <var-decl name='ino' type-id='type-id-271' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='585' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='dev' type-id='type-id-274' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='586' column='1'/>
+ <var-decl name='dev' type-id='type-id-272' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='586' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-246' size-in-bits='64' id='type-id-245'/>
- <pointer-type-def type-id='type-id-8' size-in-bits='64' id='type-id-271'/>
- <pointer-type-def type-id='type-id-275' size-in-bits='64' id='type-id-272'/>
- <typedef-decl name='ino_t' type-id='type-id-45' filepath='/usr/include/sys/types.h' line='49' column='1' id='type-id-273'/>
- <typedef-decl name='dev_t' type-id='type-id-44' filepath='/usr/include/sys/types.h' line='61' column='1' id='type-id-274'/>
- <class-decl name='cset_converter' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='47' column='1' id='type-id-252'>
+ <pointer-type-def type-id='type-id-244' size-in-bits='64' id='type-id-243'/>
+ <pointer-type-def type-id='type-id-8' size-in-bits='64' id='type-id-269'/>
+ <pointer-type-def type-id='type-id-273' size-in-bits='64' id='type-id-270'/>
+ <typedef-decl name='ino_t' type-id='type-id-45' filepath='/usr/include/sys/types.h' line='49' column='1' id='type-id-271'/>
+ <typedef-decl name='dev_t' type-id='type-id-44' filepath='/usr/include/sys/types.h' line='61' column='1' id='type-id-272'/>
+ <class-decl name='cset_converter' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='47' column='1' id='type-id-250'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='func' type-id='type-id-276' visibility='default' filepath='../.././libcpp/internal.h' line='49' column='1'/>
+ <var-decl name='func' type-id='type-id-274' visibility='default' filepath='../.././libcpp/internal.h' line='49' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='cd' type-id='type-id-218' visibility='default' filepath='../.././libcpp/internal.h' line='50' column='1'/>
+ <var-decl name='cd' type-id='type-id-216' visibility='default' filepath='../.././libcpp/internal.h' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='width' type-id='type-id-3' visibility='default' filepath='../.././libcpp/internal.h' line='51' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_cpp_strbuf' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-277'/>
+ <class-decl name='_cpp_strbuf' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-275'/>
+ <pointer-type-def type-id='type-id-275' size-in-bits='64' id='type-id-276'/>
<pointer-type-def type-id='type-id-277' size-in-bits='64' id='type-id-278'/>
- <pointer-type-def type-id='type-id-279' size-in-bits='64' id='type-id-280'/>
- <typedef-decl name='convert_f' type-id='type-id-280' filepath='../.././libcpp/internal.h' line='45' column='1' id='type-id-276'/>
- <typedef-decl name='cpp_buffer' type-id='type-id-263' filepath='../.././libcpp/include/cpplib.h' line='32' column='1' id='type-id-281'/>
- <class-decl name='lexer_state' size-in-bits='160' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='225' column='1' id='type-id-240'>
+ <typedef-decl name='convert_f' type-id='type-id-278' filepath='../.././libcpp/internal.h' line='45' column='1' id='type-id-274'/>
+ <typedef-decl name='cpp_buffer' type-id='type-id-261' filepath='../.././libcpp/include/cpplib.h' line='32' column='1' id='type-id-279'/>
+ <class-decl name='lexer_state' size-in-bits='160' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='225' column='1' id='type-id-238'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='in_directive' type-id='type-id-132' visibility='default' filepath='../.././libcpp/internal.h' line='228' column='1'/>
</data-member>
<var-decl name='pragma_allow_expansion' type-id='type-id-132' visibility='default' filepath='../.././libcpp/internal.h' line='271' column='1'/>
</data-member>
</class-decl>
- <class-decl name='_cpp_buff' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='101' column='1' id='type-id-282'>
+ <class-decl name='_cpp_buff' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='101' column='1' id='type-id-280'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='next' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='103' column='1'/>
+ <var-decl name='next' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='103' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='base' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='104' column='1'/>
+ <var-decl name='base' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='104' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='cur' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='104' column='1'/>
+ <var-decl name='cur' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='104' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='limit' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='104' column='1'/>
+ <var-decl name='limit' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='104' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-282' size-in-bits='64' id='type-id-241'/>
- <typedef-decl name='_cpp_buff' type-id='type-id-282' filepath='../.././libcpp/internal.h' line='100' column='1' id='type-id-283'/>
- <class-decl name='cpp_context' size-in-bits='448' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='177' column='1' id='type-id-242'>
+ <pointer-type-def type-id='type-id-280' size-in-bits='64' id='type-id-239'/>
+ <typedef-decl name='_cpp_buff' type-id='type-id-280' filepath='../.././libcpp/internal.h' line='100' column='1' id='type-id-281'/>
+ <class-decl name='cpp_context' size-in-bits='448' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='177' column='1' id='type-id-240'>
<member-type access='public'>
- <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='183' column='1' id='type-id-284'>
+ <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='183' column='1' id='type-id-282'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='188' column='1' id='type-id-285'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='188' column='1' id='type-id-283'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='first' type-id='type-id-286' visibility='default' filepath='../.././libcpp/internal.h' line='189' column='1'/>
+ <var-decl name='first' type-id='type-id-284' visibility='default' filepath='../.././libcpp/internal.h' line='189' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='last' type-id='type-id-286' visibility='default' filepath='../.././libcpp/internal.h' line='190' column='1'/>
+ <var-decl name='last' type-id='type-id-284' visibility='default' filepath='../.././libcpp/internal.h' line='190' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='195' column='1' id='type-id-287'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='195' column='1' id='type-id-285'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='cur' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='196' column='1'/>
+ <var-decl name='cur' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='196' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='rlimit' type-id='type-id-146' visibility='default' filepath='../.././libcpp/internal.h' line='197' column='1'/>
+ <var-decl name='rlimit' type-id='type-id-145' visibility='default' filepath='../.././libcpp/internal.h' line='197' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='private'>
- <var-decl name='iso' type-id='type-id-285' visibility='default' filepath='../.././libcpp/internal.h' line='191' column='1'/>
+ <var-decl name='iso' type-id='type-id-283' visibility='default' filepath='../.././libcpp/internal.h' line='191' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='trad' type-id='type-id-287' visibility='default' filepath='../.././libcpp/internal.h' line='198' column='1'/>
+ <var-decl name='trad' type-id='type-id-285' visibility='default' filepath='../.././libcpp/internal.h' line='198' column='1'/>
</data-member>
</union-decl>
</member-type>
<member-type access='public'>
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='216' column='1' id='type-id-288'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='../.././libcpp/internal.h' line='216' column='1' id='type-id-286'>
<data-member access='private'>
- <var-decl name='mc' type-id='type-id-289' visibility='default' filepath='../.././libcpp/internal.h' line='217' column='1'/>
+ <var-decl name='mc' type-id='type-id-287' visibility='default' filepath='../.././libcpp/internal.h' line='217' column='1'/>
</data-member>
<data-member access='private'>
<var-decl name='macro' type-id='type-id-133' visibility='default' filepath='../.././libcpp/internal.h' line='218' column='1'/>
</union-decl>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='next' type-id='type-id-243' visibility='default' filepath='../.././libcpp/internal.h' line='180' column='1'/>
+ <var-decl name='next' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='180' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='prev' type-id='type-id-243' visibility='default' filepath='../.././libcpp/internal.h' line='180' column='1'/>
+ <var-decl name='prev' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='180' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='u' type-id='type-id-284' visibility='default' filepath='../.././libcpp/internal.h' line='199' column='1'/>
+ <var-decl name='u' type-id='type-id-282' visibility='default' filepath='../.././libcpp/internal.h' line='199' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='buff' type-id='type-id-241' visibility='default' filepath='../.././libcpp/internal.h' line='203' column='1'/>
+ <var-decl name='buff' type-id='type-id-239' visibility='default' filepath='../.././libcpp/internal.h' line='203' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='c' type-id='type-id-288' visibility='default' filepath='../.././libcpp/internal.h' line='219' column='1'/>
+ <var-decl name='c' type-id='type-id-286' visibility='default' filepath='../.././libcpp/internal.h' line='219' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='tokens_kind' type-id='type-id-290' visibility='default' filepath='../.././libcpp/internal.h' line='222' column='1'/>
+ <var-decl name='tokens_kind' type-id='type-id-288' visibility='default' filepath='../.././libcpp/internal.h' line='222' column='1'/>
</data-member>
</class-decl>
- <union-decl name='utoken' size-in-bits='64' visibility='default' filepath='../.././libcpp/internal.h' line='122' column='1' id='type-id-286'>
+ <union-decl name='utoken' size-in-bits='64' visibility='default' filepath='../.././libcpp/internal.h' line='122' column='1' id='type-id-284'>
<data-member access='private'>
- <var-decl name='token' type-id='type-id-291' visibility='default' filepath='../.././libcpp/internal.h' line='124' column='1'/>
+ <var-decl name='token' type-id='type-id-289' visibility='default' filepath='../.././libcpp/internal.h' line='124' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='ptoken' type-id='type-id-292' visibility='default' filepath='../.././libcpp/internal.h' line='125' column='1'/>
+ <var-decl name='ptoken' type-id='type-id-290' visibility='default' filepath='../.././libcpp/internal.h' line='125' column='1'/>
</data-member>
</union-decl>
- <qualified-type-def type-id='type-id-235' const='yes' id='type-id-293'/>
- <pointer-type-def type-id='type-id-293' size-in-bits='64' id='type-id-291'/>
- <pointer-type-def type-id='type-id-291' size-in-bits='64' id='type-id-292'/>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-294' visibility='default' filepath='../.././libcpp/internal.h' line='146' column='1' id='type-id-295'>
+ <qualified-type-def type-id='type-id-233' const='yes' id='type-id-291'/>
+ <pointer-type-def type-id='type-id-291' size-in-bits='64' id='type-id-289'/>
+ <pointer-type-def type-id='type-id-289' size-in-bits='64' id='type-id-290'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-292' visibility='default' filepath='../.././libcpp/internal.h' line='146' column='1' id='type-id-293'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='macro_node' type-id='type-id-133' visibility='default' filepath='../.././libcpp/internal.h' line='148' column='1'/>
</data-member>
<var-decl name='cur_virt_loc' type-id='type-id-134' visibility='default' filepath='../.././libcpp/internal.h' line='157' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='macro_context' type-id='type-id-295' filepath='../.././libcpp/internal.h' line='158' column='1' id='type-id-294'/>
- <pointer-type-def type-id='type-id-294' size-in-bits='64' id='type-id-289'/>
- <pointer-type-def type-id='type-id-242' size-in-bits='64' id='type-id-243'/>
- <enum-decl name='context_tokens_kind' filepath='../.././libcpp/internal.h' line='161' column='1' id='type-id-290'>
+ <typedef-decl name='macro_context' type-id='type-id-293' filepath='../.././libcpp/internal.h' line='158' column='1' id='type-id-292'/>
+ <pointer-type-def type-id='type-id-292' size-in-bits='64' id='type-id-287'/>
+ <pointer-type-def type-id='type-id-240' size-in-bits='64' id='type-id-241'/>
+ <enum-decl name='context_tokens_kind' filepath='../.././libcpp/internal.h' line='161' column='1' id='type-id-288'>
<underlying-type type-id='type-id-92'/>
<enumerator name='TOKENS_KIND_INDIRECT' value='0'/>
<enumerator name='TOKENS_KIND_DIRECT' value='1'/>
<enumerator name='TOKENS_KIND_EXTENDED' value='2'/>
</enum-decl>
- <class-decl name='directive' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-296'/>
- <qualified-type-def type-id='type-id-296' const='yes' id='type-id-297'/>
- <pointer-type-def type-id='type-id-297' size-in-bits='64' id='type-id-244'/>
- <class-decl name='file_hash_entry_pool' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-298'/>
- <pointer-type-def type-id='type-id-298' size-in-bits='64' id='type-id-248'/>
- <qualified-type-def type-id='type-id-234' const='yes' id='type-id-299'/>
- <pointer-type-def type-id='type-id-299' size-in-bits='64' id='type-id-249'/>
- <class-decl name='tokenrun' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='130' column='1' id='type-id-300'>
+ <class-decl name='directive' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-294'/>
+ <qualified-type-def type-id='type-id-294' const='yes' id='type-id-295'/>
+ <pointer-type-def type-id='type-id-295' size-in-bits='64' id='type-id-242'/>
+ <class-decl name='file_hash_entry_pool' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-296'/>
+ <pointer-type-def type-id='type-id-296' size-in-bits='64' id='type-id-246'/>
+ <qualified-type-def type-id='type-id-232' const='yes' id='type-id-297'/>
+ <pointer-type-def type-id='type-id-297' size-in-bits='64' id='type-id-247'/>
+ <class-decl name='tokenrun' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='130' column='1' id='type-id-298'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='next' type-id='type-id-251' visibility='default' filepath='../.././libcpp/internal.h' line='132' column='1'/>
+ <var-decl name='next' type-id='type-id-249' visibility='default' filepath='../.././libcpp/internal.h' line='132' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='prev' type-id='type-id-251' visibility='default' filepath='../.././libcpp/internal.h' line='132' column='1'/>
+ <var-decl name='prev' type-id='type-id-249' visibility='default' filepath='../.././libcpp/internal.h' line='132' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='base' type-id='type-id-157' visibility='default' filepath='../.././libcpp/internal.h' line='133' column='1'/>
+ <var-decl name='base' type-id='type-id-155' visibility='default' filepath='../.././libcpp/internal.h' line='133' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='limit' type-id='type-id-157' visibility='default' filepath='../.././libcpp/internal.h' line='133' column='1'/>
+ <var-decl name='limit' type-id='type-id-155' visibility='default' filepath='../.././libcpp/internal.h' line='133' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-300' size-in-bits='64' id='type-id-251'/>
- <typedef-decl name='tokenrun' type-id='type-id-300' filepath='../.././libcpp/internal.h' line='129' column='1' id='type-id-250'/>
- <class-decl name='deps' size-in-bits='448' is-struct='yes' visibility='default' filepath='../.././libcpp/mkdeps.c' line='30' column='1' id='type-id-301'>
+ <pointer-type-def type-id='type-id-298' size-in-bits='64' id='type-id-249'/>
+ <typedef-decl name='tokenrun' type-id='type-id-298' filepath='../.././libcpp/internal.h' line='129' column='1' id='type-id-248'/>
+ <class-decl name='deps' size-in-bits='448' is-struct='yes' visibility='default' filepath='../.././libcpp/mkdeps.c' line='30' column='1' id='type-id-299'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='targetv' type-id='type-id-271' visibility='default' filepath='../.././libcpp/mkdeps.c' line='32' column='1'/>
+ <var-decl name='targetv' type-id='type-id-269' visibility='default' filepath='../.././libcpp/mkdeps.c' line='32' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='ntargets' type-id='type-id-35' visibility='default' filepath='../.././libcpp/mkdeps.c' line='33' column='1'/>
<var-decl name='targets_size' type-id='type-id-35' visibility='default' filepath='../.././libcpp/mkdeps.c' line='34' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='depv' type-id='type-id-271' visibility='default' filepath='../.././libcpp/mkdeps.c' line='36' column='1'/>
+ <var-decl name='depv' type-id='type-id-269' visibility='default' filepath='../.././libcpp/mkdeps.c' line='36' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='ndeps' type-id='type-id-35' visibility='default' filepath='../.././libcpp/mkdeps.c' line='37' column='1'/>
<var-decl name='deps_size' type-id='type-id-35' visibility='default' filepath='../.././libcpp/mkdeps.c' line='38' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='vpathv' type-id='type-id-271' visibility='default' filepath='../.././libcpp/mkdeps.c' line='40' column='1'/>
+ <var-decl name='vpathv' type-id='type-id-269' visibility='default' filepath='../.././libcpp/mkdeps.c' line='40' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='vpathlv' type-id='type-id-219' visibility='default' filepath='../.././libcpp/mkdeps.c' line='41' column='1'/>
+ <var-decl name='vpathlv' type-id='type-id-217' visibility='default' filepath='../.././libcpp/mkdeps.c' line='41' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<var-decl name='nvpaths' type-id='type-id-35' visibility='default' filepath='../.././libcpp/mkdeps.c' line='42' column='1'/>
<var-decl name='vpaths_size' type-id='type-id-35' visibility='default' filepath='../.././libcpp/mkdeps.c' line='43' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-301' size-in-bits='64' id='type-id-253'/>
- <class-decl name='pragma_entry' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-302'/>
- <pointer-type-def type-id='type-id-302' size-in-bits='64' id='type-id-254'/>
- <class-decl name='cpp_callbacks' size-in-bits='1152' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='499' column='1' id='type-id-255'>
+ <pointer-type-def type-id='type-id-299' size-in-bits='64' id='type-id-251'/>
+ <class-decl name='pragma_entry' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-300'/>
+ <pointer-type-def type-id='type-id-300' size-in-bits='64' id='type-id-252'/>
+ <class-decl name='cpp_callbacks' size-in-bits='1152' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='499' column='1' id='type-id-253'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='line_change' type-id='type-id-303' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='502' column='1'/>
+ <var-decl name='line_change' type-id='type-id-301' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='502' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='file_change' type-id='type-id-304' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='508' column='1'/>
+ <var-decl name='file_change' type-id='type-id-302' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='508' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='dir_change' type-id='type-id-305' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='510' column='1'/>
+ <var-decl name='dir_change' type-id='type-id-303' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='510' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='include' type-id='type-id-306' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='512' column='1'/>
+ <var-decl name='include' type-id='type-id-304' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='512' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='define' type-id='type-id-307' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='513' column='1'/>
+ <var-decl name='define' type-id='type-id-305' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='513' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='undef' type-id='type-id-307' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='514' column='1'/>
+ <var-decl name='undef' type-id='type-id-305' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='514' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='ident' type-id='type-id-308' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='515' column='1'/>
+ <var-decl name='ident' type-id='type-id-306' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='515' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='def_pragma' type-id='type-id-309' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='516' column='1'/>
+ <var-decl name='def_pragma' type-id='type-id-307' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='516' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='valid_pch' type-id='type-id-310' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='517' column='1'/>
+ <var-decl name='valid_pch' type-id='type-id-308' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='517' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='read_pch' type-id='type-id-311' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='518' column='1'/>
+ <var-decl name='read_pch' type-id='type-id-309' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='518' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='missing_header' type-id='type-id-312' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='519' column='1'/>
+ <var-decl name='missing_header' type-id='type-id-310' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='519' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
- <var-decl name='macro_to_expand' type-id='type-id-313' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='523' column='1'/>
+ <var-decl name='macro_to_expand' type-id='type-id-311' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='523' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
- <var-decl name='error' type-id='type-id-314' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='529' column='1'/>
+ <var-decl name='error' type-id='type-id-312' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='529' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
- <var-decl name='used_define' type-id='type-id-307' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='533' column='1'/>
+ <var-decl name='used_define' type-id='type-id-305' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='533' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
- <var-decl name='used_undef' type-id='type-id-307' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='534' column='1'/>
+ <var-decl name='used_undef' type-id='type-id-305' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='534' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='before_define' type-id='type-id-315' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='537' column='1'/>
+ <var-decl name='before_define' type-id='type-id-313' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='537' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
- <var-decl name='used' type-id='type-id-307' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='540' column='1'/>
+ <var-decl name='used' type-id='type-id-305' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='540' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
- <var-decl name='user_builtin_macro' type-id='type-id-316' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='543' column='1'/>
+ <var-decl name='user_builtin_macro' type-id='type-id-314' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='543' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='cpp_reader' type-id='type-id-236' filepath='../.././libcpp/include/cpplib.h' line='31' column='1' id='type-id-317'/>
- <pointer-type-def type-id='type-id-317' size-in-bits='64' id='type-id-318'/>
+ <typedef-decl name='cpp_reader' type-id='type-id-234' filepath='../.././libcpp/include/cpplib.h' line='31' column='1' id='type-id-315'/>
+ <pointer-type-def type-id='type-id-315' size-in-bits='64' id='type-id-316'/>
+ <pointer-type-def type-id='type-id-317' size-in-bits='64' id='type-id-301'/>
+ <pointer-type-def type-id='type-id-318' size-in-bits='64' id='type-id-302'/>
<pointer-type-def type-id='type-id-319' size-in-bits='64' id='type-id-303'/>
<pointer-type-def type-id='type-id-320' size-in-bits='64' id='type-id-304'/>
<pointer-type-def type-id='type-id-321' size-in-bits='64' id='type-id-305'/>
- <pointer-type-def type-id='type-id-322' size-in-bits='64' id='type-id-306'/>
- <pointer-type-def type-id='type-id-323' size-in-bits='64' id='type-id-307'/>
- <typedef-decl name='cpp_string' type-id='type-id-161' filepath='../.././libcpp/include/cpplib.h' line='35' column='1' id='type-id-324'/>
- <qualified-type-def type-id='type-id-324' const='yes' id='type-id-325'/>
- <pointer-type-def type-id='type-id-325' size-in-bits='64' id='type-id-326'/>
+ <typedef-decl name='cpp_string' type-id='type-id-159' filepath='../.././libcpp/include/cpplib.h' line='35' column='1' id='type-id-322'/>
+ <qualified-type-def type-id='type-id-322' const='yes' id='type-id-323'/>
+ <pointer-type-def type-id='type-id-323' size-in-bits='64' id='type-id-324'/>
+ <pointer-type-def type-id='type-id-325' size-in-bits='64' id='type-id-306'/>
+ <pointer-type-def type-id='type-id-326' size-in-bits='64' id='type-id-307'/>
<pointer-type-def type-id='type-id-327' size-in-bits='64' id='type-id-308'/>
<pointer-type-def type-id='type-id-328' size-in-bits='64' id='type-id-309'/>
- <pointer-type-def type-id='type-id-329' size-in-bits='64' id='type-id-310'/>
- <pointer-type-def type-id='type-id-330' size-in-bits='64' id='type-id-311'/>
- <typedef-decl name='cpp_dir' type-id='type-id-246' filepath='../.././libcpp/include/cpplib.h' line='39' column='1' id='type-id-331'/>
- <pointer-type-def type-id='type-id-245' size-in-bits='64' id='type-id-332'/>
- <pointer-type-def type-id='type-id-333' size-in-bits='64' id='type-id-334'/>
- <typedef-decl name='missing_header_cb' type-id='type-id-334' filepath='../.././libcpp/include/cpplib.h' line='496' column='1' id='type-id-312'/>
+ <typedef-decl name='cpp_dir' type-id='type-id-244' filepath='../.././libcpp/include/cpplib.h' line='39' column='1' id='type-id-329'/>
+ <pointer-type-def type-id='type-id-243' size-in-bits='64' id='type-id-330'/>
+ <pointer-type-def type-id='type-id-331' size-in-bits='64' id='type-id-332'/>
+ <typedef-decl name='missing_header_cb' type-id='type-id-332' filepath='../.././libcpp/include/cpplib.h' line='496' column='1' id='type-id-310'/>
+ <pointer-type-def type-id='type-id-333' size-in-bits='64' id='type-id-311'/>
+ <pointer-type-def type-id='type-id-334' size-in-bits='64' id='type-id-312'/>
<pointer-type-def type-id='type-id-335' size-in-bits='64' id='type-id-313'/>
<pointer-type-def type-id='type-id-336' size-in-bits='64' id='type-id-314'/>
- <pointer-type-def type-id='type-id-337' size-in-bits='64' id='type-id-315'/>
- <pointer-type-def type-id='type-id-338' size-in-bits='64' id='type-id-316'/>
- <class-decl name='ht' size-in-bits='1152' is-struct='yes' visibility='default' filepath='../.././libcpp/include/symtab.h' line='47' column='1' id='type-id-339'>
+ <class-decl name='ht' size-in-bits='1152' is-struct='yes' visibility='default' filepath='../.././libcpp/include/symtab.h' line='47' column='1' id='type-id-337'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='stack' type-id='type-id-31' visibility='default' filepath='../.././libcpp/include/symtab.h' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
- <var-decl name='entries' type-id='type-id-340' visibility='default' filepath='../.././libcpp/include/symtab.h' line='52' column='1'/>
+ <var-decl name='entries' type-id='type-id-338' visibility='default' filepath='../.././libcpp/include/symtab.h' line='52' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
- <var-decl name='alloc_node' type-id='type-id-341' visibility='default' filepath='../.././libcpp/include/symtab.h' line='54' column='1'/>
+ <var-decl name='alloc_node' type-id='type-id-339' visibility='default' filepath='../.././libcpp/include/symtab.h' line='54' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
- <var-decl name='alloc_subobject' type-id='type-id-217' visibility='default' filepath='../.././libcpp/include/symtab.h' line='57' column='1'/>
+ <var-decl name='alloc_subobject' type-id='type-id-215' visibility='default' filepath='../.././libcpp/include/symtab.h' line='57' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
<var-decl name='nslots' type-id='type-id-35' visibility='default' filepath='../.././libcpp/include/symtab.h' line='59' column='1'/>
<var-decl name='nelements' type-id='type-id-35' visibility='default' filepath='../.././libcpp/include/symtab.h' line='60' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='pfile' type-id='type-id-318' visibility='default' filepath='../.././libcpp/include/symtab.h' line='63' column='1'/>
+ <var-decl name='pfile' type-id='type-id-316' visibility='default' filepath='../.././libcpp/include/symtab.h' line='63' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<var-decl name='searches' type-id='type-id-35' visibility='default' filepath='../.././libcpp/include/symtab.h' line='66' column='1'/>
<var-decl name='entries_owned' type-id='type-id-41' visibility='default' filepath='../.././libcpp/include/symtab.h' line='70' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-136' size-in-bits='64' id='type-id-342'/>
- <typedef-decl name='hashnode' type-id='type-id-342' filepath='../.././libcpp/include/symtab.h' line='42' column='1' id='type-id-343'/>
- <pointer-type-def type-id='type-id-343' size-in-bits='64' id='type-id-340'/>
- <typedef-decl name='hash_table' type-id='type-id-339' filepath='../.././libcpp/include/symtab.h' line='41' column='1' id='type-id-344'/>
- <pointer-type-def type-id='type-id-344' size-in-bits='64' id='type-id-345'/>
- <pointer-type-def type-id='type-id-346' size-in-bits='64' id='type-id-341'/>
- <pointer-type-def type-id='type-id-339' size-in-bits='64' id='type-id-256'/>
- <class-decl name='op' size-in-bits='320' is-struct='yes' visibility='default' filepath='../.././libcpp/expr.c' line='30' column='1' id='type-id-347'>
+ <pointer-type-def type-id='type-id-136' size-in-bits='64' id='type-id-340'/>
+ <typedef-decl name='hashnode' type-id='type-id-340' filepath='../.././libcpp/include/symtab.h' line='42' column='1' id='type-id-341'/>
+ <pointer-type-def type-id='type-id-341' size-in-bits='64' id='type-id-338'/>
+ <typedef-decl name='hash_table' type-id='type-id-337' filepath='../.././libcpp/include/symtab.h' line='41' column='1' id='type-id-342'/>
+ <pointer-type-def type-id='type-id-342' size-in-bits='64' id='type-id-343'/>
+ <pointer-type-def type-id='type-id-344' size-in-bits='64' id='type-id-339'/>
+ <pointer-type-def type-id='type-id-337' size-in-bits='64' id='type-id-254'/>
+ <class-decl name='op' size-in-bits='320' is-struct='yes' visibility='default' filepath='../.././libcpp/expr.c' line='30' column='1' id='type-id-345'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='token' type-id='type-id-291' visibility='default' filepath='../.././libcpp/expr.c' line='32' column='1'/>
+ <var-decl name='token' type-id='type-id-289' visibility='default' filepath='../.././libcpp/expr.c' line='32' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='value' type-id='type-id-348' visibility='default' filepath='../.././libcpp/expr.c' line='33' column='1'/>
+ <var-decl name='value' type-id='type-id-346' visibility='default' filepath='../.././libcpp/expr.c' line='33' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<var-decl name='loc' type-id='type-id-106' visibility='default' filepath='../.././libcpp/expr.c' line='34' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='288'>
- <var-decl name='op' type-id='type-id-163' visibility='default' filepath='../.././libcpp/expr.c' line='35' column='1'/>
+ <var-decl name='op' type-id='type-id-161' visibility='default' filepath='../.././libcpp/expr.c' line='35' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-347' size-in-bits='64' id='type-id-257'/>
- <class-decl name='cpp_options' size-in-bits='1024' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='290' column='1' id='type-id-258'>
+ <pointer-type-def type-id='type-id-345' size-in-bits='64' id='type-id-255'/>
+ <class-decl name='cpp_options' size-in-bits='1024' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='290' column='1' id='type-id-256'>
<member-type access='public'>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='451' column='1' id='type-id-349'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='451' column='1' id='type-id-347'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='style' type-id='type-id-350' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='453' column='1'/>
+ <var-decl name='style' type-id='type-id-348' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='453' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<var-decl name='missing_files' type-id='type-id-41' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='456' column='1'/>
<var-decl name='tabstop' type-id='type-id-35' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='293' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='lang' type-id='type-id-351' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='296' column='1'/>
+ <var-decl name='lang' type-id='type-id-349' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='296' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='cplusplus' type-id='type-id-132' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='299' column='1'/>
<var-decl name='input_charset' type-id='type-id-8' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='437' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='warn_normalize' type-id='type-id-352' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='441' column='1'/>
+ <var-decl name='warn_normalize' type-id='type-id-350' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='441' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='608'>
<var-decl name='warn_invalid_pch' type-id='type-id-41' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='444' column='1'/>
<var-decl name='restore_pch_deps' type-id='type-id-41' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='447' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='deps' type-id='type-id-349' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='468' column='1'/>
+ <var-decl name='deps' type-id='type-id-347' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='468' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
<var-decl name='precision' type-id='type-id-5' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='474' column='1'/>
<var-decl name='directives_only' type-id='type-id-41' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='487' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='cpp_deps_style' filepath='../.././libcpp/include/cpplib.h' line='273' column='1' id='type-id-350'>
+ <enum-decl name='cpp_deps_style' filepath='../.././libcpp/include/cpplib.h' line='273' column='1' id='type-id-348'>
<underlying-type type-id='type-id-92'/>
<enumerator name='DEPS_NONE' value='0'/>
<enumerator name='DEPS_USER' value='1'/>
<enumerator name='DEPS_SYSTEM' value='2'/>
</enum-decl>
- <enum-decl name='c_lang' filepath='../.././libcpp/include/cpplib.h' line='168' column='1' id='type-id-351'>
+ <enum-decl name='c_lang' filepath='../.././libcpp/include/cpplib.h' line='168' column='1' id='type-id-349'>
<underlying-type type-id='type-id-92'/>
<enumerator name='CLK_GNUC89' value='0'/>
<enumerator name='CLK_GNUC99' value='1'/>
<enumerator name='CLK_CXX11' value='10'/>
<enumerator name='CLK_ASM' value='11'/>
</enum-decl>
- <enum-decl name='cpp_normalize_level' filepath='../.././libcpp/include/cpplib.h' line='276' column='1' id='type-id-352'>
+ <enum-decl name='cpp_normalize_level' filepath='../.././libcpp/include/cpplib.h' line='276' column='1' id='type-id-350'>
<underlying-type type-id='type-id-92'/>
<enumerator name='normalized_KC' value='0'/>
<enumerator name='normalized_C' value='1'/>
<enumerator name='normalized_identifier_C' value='2'/>
<enumerator name='normalized_none' value='3'/>
</enum-decl>
- <class-decl name='spec_nodes' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='275' column='1' id='type-id-259'>
+ <class-decl name='spec_nodes' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='275' column='1' id='type-id-257'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='n_defined' type-id='type-id-133' visibility='default' filepath='../.././libcpp/internal.h' line='277' column='1'/>
</data-member>
<var-decl name='n__VA_ARGS__' type-id='type-id-133' visibility='default' filepath='../.././libcpp/internal.h' line='280' column='1'/>
</data-member>
</class-decl>
- <class-decl name='cpp_savedstate' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-353'/>
- <pointer-type-def type-id='type-id-353' size-in-bits='64' id='type-id-260'/>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-261' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='972' column='1' id='type-id-354'>
+ <class-decl name='cpp_savedstate' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-351'/>
+ <pointer-type-def type-id='type-id-351' size-in-bits='64' id='type-id-258'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-259' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='972' column='1' id='type-id-352'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='entries' type-id='type-id-355' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='974' column='1'/>
+ <var-decl name='entries' type-id='type-id-353' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='974' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='count' type-id='type-id-3' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='977' column='1'/>
<var-decl name='allocated' type-id='type-id-3' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='980' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-356' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='961' column='1' id='type-id-357'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-354' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='961' column='1' id='type-id-355'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='comment' type-id='type-id-9' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='963' column='1'/>
</data-member>
<var-decl name='sloc' type-id='type-id-106' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='966' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='cpp_comment' type-id='type-id-357' filepath='../.././libcpp/include/cpplib.h' line='967' column='1' id='type-id-356'/>
- <pointer-type-def type-id='type-id-356' size-in-bits='64' id='type-id-355'/>
- <typedef-decl name='cpp_comment_table' type-id='type-id-354' filepath='../.././libcpp/include/cpplib.h' line='981' column='1' id='type-id-261'/>
- <class-decl name='def_pragma_macro' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='358' column='1' id='type-id-358'>
+ <typedef-decl name='cpp_comment' type-id='type-id-355' filepath='../.././libcpp/include/cpplib.h' line='967' column='1' id='type-id-354'/>
+ <pointer-type-def type-id='type-id-354' size-in-bits='64' id='type-id-353'/>
+ <typedef-decl name='cpp_comment_table' type-id='type-id-352' filepath='../.././libcpp/include/cpplib.h' line='981' column='1' id='type-id-259'/>
+ <class-decl name='def_pragma_macro' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='358' column='1' id='type-id-356'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='next' type-id='type-id-262' visibility='default' filepath='../.././libcpp/internal.h' line='360' column='1'/>
+ <var-decl name='next' type-id='type-id-260' visibility='default' filepath='../.././libcpp/internal.h' line='360' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='name' type-id='type-id-9' visibility='default' filepath='../.././libcpp/internal.h' line='362' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='definition' type-id='type-id-238' visibility='default' filepath='../.././libcpp/internal.h' line='364' column='1'/>
+ <var-decl name='definition' type-id='type-id-236' visibility='default' filepath='../.././libcpp/internal.h' line='364' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<var-decl name='line' type-id='type-id-106' visibility='default' filepath='../.././libcpp/internal.h' line='367' column='1'/>
<var-decl name='is_undef' type-id='type-id-35' visibility='default' filepath='../.././libcpp/internal.h' line='374' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-358' size-in-bits='64' id='type-id-262'/>
+ <pointer-type-def type-id='type-id-356' size-in-bits='64' id='type-id-260'/>
<function-decl name='_cpp_warn_if_unused_macro' mangled-name='_cpp_warn_if_unused_macro' filepath='../.././libcpp/macro.c' line='178' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_warn_if_unused_macro'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='178' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='178' column='1'/>
<parameter type-id='type-id-133' name='node' filepath='../.././libcpp/macro.c' line='178' column='1'/>
<parameter type-id='type-id-2' name='v' filepath='../.././libcpp/macro.c' line='179' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
- <typedef-decl name='uchar' type-id='type-id-132' filepath='../.././libcpp/include/cpp-id-data.h' line='22' column='1' id='type-id-359'/>
- <qualified-type-def type-id='type-id-359' const='yes' id='type-id-360'/>
- <pointer-type-def type-id='type-id-360' size-in-bits='64' id='type-id-269'/>
+ <typedef-decl name='uchar' type-id='type-id-132' filepath='../.././libcpp/include/cpp-id-data.h' line='22' column='1' id='type-id-357'/>
+ <qualified-type-def type-id='type-id-357' const='yes' id='type-id-358'/>
+ <pointer-type-def type-id='type-id-358' size-in-bits='64' id='type-id-267'/>
<function-decl name='_cpp_builtin_macro_text' mangled-name='_cpp_builtin_macro_text' filepath='../.././libcpp/macro.c' line='218' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_builtin_macro_text'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='218' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='218' column='1'/>
<parameter type-id='type-id-133' name='node' filepath='../.././libcpp/macro.c' line='218' column='1'/>
- <return type-id='type-id-269'/>
+ <return type-id='type-id-267'/>
</function-decl>
- <pointer-type-def type-id='type-id-359' size-in-bits='64' id='type-id-361'/>
+ <pointer-type-def type-id='type-id-357' size-in-bits='64' id='type-id-359'/>
<function-decl name='cpp_quote_string' mangled-name='_Z16cpp_quote_stringPhPKhj' filepath='../.././libcpp/macro.c' line='434' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z16cpp_quote_stringPhPKhj'>
- <parameter type-id='type-id-361' name='dest' filepath='../.././libcpp/macro.c' line='434' column='1'/>
- <parameter type-id='type-id-269' name='src' filepath='../.././libcpp/macro.c' line='434' column='1'/>
+ <parameter type-id='type-id-359' name='dest' filepath='../.././libcpp/macro.c' line='434' column='1'/>
+ <parameter type-id='type-id-267' name='src' filepath='../.././libcpp/macro.c' line='434' column='1'/>
<parameter type-id='type-id-35' name='len' filepath='../.././libcpp/macro.c' line='434' column='1'/>
- <return type-id='type-id-361'/>
+ <return type-id='type-id-359'/>
</function-decl>
<function-decl name='_cpp_arguments_ok' mangled-name='_cpp_arguments_ok' filepath='../.././libcpp/macro.c' line='663' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_arguments_ok'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='663' column='1'/>
- <parameter type-id='type-id-147' name='macro' filepath='../.././libcpp/macro.c' line='663' column='1'/>
- <parameter type-id='type-id-249' name='node' filepath='../.././libcpp/macro.c' line='663' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='663' column='1'/>
+ <parameter type-id='type-id-146' name='macro' filepath='../.././libcpp/macro.c' line='663' column='1'/>
+ <parameter type-id='type-id-247' name='node' filepath='../.././libcpp/macro.c' line='663' column='1'/>
<parameter type-id='type-id-35' name='argc' filepath='../.././libcpp/macro.c' line='663' column='1'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_push_token_context' mangled-name='_cpp_push_token_context' filepath='../.././libcpp/macro.c' line='1787' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_push_token_context'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='1787' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='1787' column='1'/>
<parameter type-id='type-id-133' name='macro' filepath='../.././libcpp/macro.c' line='1787' column='1'/>
- <parameter type-id='type-id-291' name='first' filepath='../.././libcpp/macro.c' line='1788' column='1'/>
+ <parameter type-id='type-id-289' name='first' filepath='../.././libcpp/macro.c' line='1788' column='1'/>
<parameter type-id='type-id-35' name='count' filepath='../.././libcpp/macro.c' line='1788' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_push_text_context' mangled-name='_cpp_push_text_context' filepath='../.././libcpp/macro.c' line='1830' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_push_text_context'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='1830' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='1830' column='1'/>
<parameter type-id='type-id-133' name='macro' filepath='../.././libcpp/macro.c' line='1830' column='1'/>
- <parameter type-id='type-id-269' name='start' filepath='../.././libcpp/macro.c' line='1831' column='1'/>
+ <parameter type-id='type-id-267' name='start' filepath='../.././libcpp/macro.c' line='1831' column='1'/>
<parameter type-id='type-id-5' name='len' filepath='../.././libcpp/macro.c' line='1831' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_pop_context' mangled-name='_cpp_pop_context' filepath='../.././libcpp/macro.c' line='2092' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_pop_context'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_sys_macro_p' mangled-name='_Z15cpp_sys_macro_pP10cpp_reader' filepath='../.././libcpp/macro.c' line='2437' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15cpp_sys_macro_pP10cpp_reader'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2437' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2437' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='_cpp_backup_tokens_direct' mangled-name='_cpp_backup_tokens_direct' filepath='../.././libcpp/macro.c' line='2469' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_backup_tokens_direct'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2469' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2469' column='1'/>
<parameter type-id='type-id-35' name='count' filepath='../.././libcpp/macro.c' line='2469' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_backup_tokens' mangled-name='_Z18_cpp_backup_tokensP10cpp_readerj' filepath='../.././libcpp/macro.c' line='2488' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z18_cpp_backup_tokensP10cpp_readerj'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2469' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2469' column='1'/>
<parameter type-id='type-id-35' name='count' filepath='../.././libcpp/macro.c' line='2469' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_get_token_with_location' mangled-name='_Z27cpp_get_token_with_locationP10cpp_readerPj' filepath='../.././libcpp/macro.c' line='2424' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z27cpp_get_token_with_locationP10cpp_readerPj'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2424' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2424' column='1'/>
<parameter type-id='type-id-134' name='loc' filepath='../.././libcpp/macro.c' line='2424' column='1'/>
- <return type-id='type-id-291'/>
+ <return type-id='type-id-289'/>
</function-decl>
<function-decl name='cpp_get_token' mangled-name='_Z13cpp_get_tokenP10cpp_reader' filepath='../.././libcpp/macro.c' line='2380' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z13cpp_get_tokenP10cpp_reader'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2380' column='1'/>
- <return type-id='type-id-291'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2380' column='1'/>
+ <return type-id='type-id-289'/>
</function-decl>
<function-decl name='cpp_scan_nooutput' mangled-name='_Z17cpp_scan_nooutputP10cpp_reader' filepath='../.././libcpp/macro.c' line='2447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z17cpp_scan_nooutputP10cpp_reader'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_free_definition' mangled-name='_cpp_free_definition' filepath='../.././libcpp/macro.c' line='2579' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_free_definition'>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_save_parameter' mangled-name='_cpp_save_parameter' filepath='../.././libcpp/macro.c' line='2590' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_save_parameter'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2590' column='1'/>
- <parameter type-id='type-id-147' name='macro' filepath='../.././libcpp/macro.c' line='2590' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2590' column='1'/>
+ <parameter type-id='type-id-146' name='macro' filepath='../.././libcpp/macro.c' line='2590' column='1'/>
<parameter type-id='type-id-133' name='node' filepath='../.././libcpp/macro.c' line='2590' column='1'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_create_definition' mangled-name='_cpp_create_definition' filepath='../.././libcpp/macro.c' line='2938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_create_definition'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-133'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='cpp_macro_definition' mangled-name='_Z20cpp_macro_definitionP10cpp_readerP12cpp_hashnode' filepath='../.././libcpp/macro.c' line='3080' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z20cpp_macro_definitionP10cpp_readerP12cpp_hashnode'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='3080' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='3080' column='1'/>
<parameter type-id='type-id-133' name='node' filepath='../.././libcpp/macro.c' line='3080' column='1'/>
- <return type-id='type-id-146'/>
+ <return type-id='type-id-145'/>
</function-decl>
<var-decl name='num_expanded_macros_counter' type-id='type-id-35' mangled-name='num_expanded_macros_counter' visibility='default' filepath='../.././libcpp/macro.c' line='170' column='1' elf-symbol-id='num_expanded_macros_counter'/>
<var-decl name='num_macro_tokens_counter' type-id='type-id-35' mangled-name='num_macro_tokens_counter' visibility='default' filepath='../.././libcpp/macro.c' line='173' column='1' elf-symbol-id='num_macro_tokens_counter'/>
<function-decl name='_cpp_temp_token' mangled-name='_cpp_temp_token' filepath='../.././libcpp/internal.h' line='650' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_temp_token'>
- <parameter type-id='type-id-318'/>
- <return type-id='type-id-157'/>
+ <parameter type-id='type-id-316'/>
+ <return type-id='type-id-155'/>
</function-decl>
- <pointer-type-def type-id='type-id-241' size-in-bits='64' id='type-id-362'/>
+ <pointer-type-def type-id='type-id-239' size-in-bits='64' id='type-id-360'/>
<function-decl name='_cpp_extend_buff' mangled-name='_cpp_extend_buff' filepath='../.././libcpp/internal.h' line='109' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_extend_buff'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-362'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-360'/>
<parameter type-id='type-id-5'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_error' mangled-name='_Z9cpp_errorP10cpp_readeriPKcz' filepath='../.././libcpp/include/cpplib.h' line='913' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9cpp_errorP10cpp_readeriPKcz'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-8'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_lex_direct' mangled-name='_cpp_lex_direct' filepath='../.././libcpp/internal.h' line='652' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_lex_direct'>
- <parameter type-id='type-id-318'/>
- <return type-id='type-id-157'/>
+ <parameter type-id='type-id-316'/>
+ <return type-id='type-id-155'/>
</function-decl>
<function-decl name='cpp_warning_with_line' mangled-name='_Z21cpp_warning_with_lineP10cpp_readerijjPKcz' filepath='../.././libcpp/include/cpplib.h' line='932' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z21cpp_warning_with_lineP10cpp_readerijjPKcz'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-106'/>
<parameter type-id='type-id-35'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-41'/>
</function-decl>
- <typedef-decl name='time_t' type-id='type-id-54' filepath='/usr/include/time.h' line='76' column='1' id='type-id-363'/>
- <pointer-type-def type-id='type-id-363' size-in-bits='64' id='type-id-364'/>
+ <typedef-decl name='time_t' type-id='type-id-54' filepath='/usr/include/time.h' line='76' column='1' id='type-id-361'/>
+ <pointer-type-def type-id='type-id-361' size-in-bits='64' id='type-id-362'/>
<function-decl name='time' filepath='/usr/include/time.h' line='186' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-364'/>
- <return type-id='type-id-363'/>
+ <parameter type-id='type-id-362'/>
+ <return type-id='type-id-361'/>
</function-decl>
<function-decl name='cpp_errno' mangled-name='_Z9cpp_errnoP10cpp_readeriPKc' filepath='../.././libcpp/include/cpplib.h' line='924' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9cpp_errnoP10cpp_readeriPKc'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-8'/>
<return type-id='type-id-41'/>
</function-decl>
- <class-decl name='tm' size-in-bits='448' is-struct='yes' visibility='default' filepath='/usr/include/time.h' line='133' column='1' id='type-id-365'>
+ <class-decl name='tm' size-in-bits='448' is-struct='yes' visibility='default' filepath='/usr/include/time.h' line='133' column='1' id='type-id-363'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='tm_sec' type-id='type-id-3' visibility='default' filepath='/usr/include/time.h' line='135' column='1'/>
</data-member>
<var-decl name='tm_zone' type-id='type-id-8' visibility='default' filepath='/usr/include/time.h' line='147' column='1'/>
</data-member>
</class-decl>
+ <pointer-type-def type-id='type-id-363' size-in-bits='64' id='type-id-364'/>
+ <qualified-type-def type-id='type-id-361' const='yes' id='type-id-365'/>
<pointer-type-def type-id='type-id-365' size-in-bits='64' id='type-id-366'/>
- <qualified-type-def type-id='type-id-363' const='yes' id='type-id-367'/>
- <pointer-type-def type-id='type-id-367' size-in-bits='64' id='type-id-368'/>
<function-decl name='localtime' filepath='/usr/include/time.h' line='237' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-368'/>
- <return type-id='type-id-366'/>
+ <parameter type-id='type-id-366'/>
+ <return type-id='type-id-364'/>
</function-decl>
<function-decl name='_cpp_unaligned_alloc' mangled-name='_cpp_unaligned_alloc' filepath='../.././libcpp/internal.h' line='113' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_unaligned_alloc'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-5'/>
- <return type-id='type-id-238'/>
+ <return type-id='type-id-236'/>
</function-decl>
- <typedef-decl name='_cpp_file' type-id='type-id-268' filepath='../.././libcpp/internal.h' line='622' column='1' id='type-id-369'/>
+ <typedef-decl name='_cpp_file' type-id='type-id-266' filepath='../.././libcpp/internal.h' line='622' column='1' id='type-id-367'/>
<function-decl name='_cpp_get_file_name' mangled-name='_cpp_get_file_name' filepath='../.././libcpp/internal.h' line='638' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_get_file_name'>
- <parameter type-id='type-id-247'/>
+ <parameter type-id='type-id-245'/>
<return type-id='type-id-8'/>
</function-decl>
- <qualified-type-def type-id='type-id-365' const='yes' id='type-id-370'/>
- <pointer-type-def type-id='type-id-370' size-in-bits='64' id='type-id-371'/>
+ <qualified-type-def type-id='type-id-363' const='yes' id='type-id-368'/>
+ <pointer-type-def type-id='type-id-368' size-in-bits='64' id='type-id-369'/>
<function-decl name='asctime' filepath='/usr/include/time.h' line='255' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-371'/>
+ <parameter type-id='type-id-369'/>
<return type-id='type-id-9'/>
</function-decl>
<function-decl name='_cpp_get_file_stat' mangled-name='_cpp_get_file_stat' filepath='../.././libcpp/internal.h' line='639' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_get_file_stat'>
- <parameter type-id='type-id-247'/>
+ <parameter type-id='type-id-245'/>
<return type-id='type-id-56'/>
</function-decl>
<function-decl name='cpp_get_file' mangled-name='_Z12cpp_get_fileP10cpp_buffer' filepath='../.././libcpp/include/cpplib.h' line='1012' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12cpp_get_fileP10cpp_buffer'>
- <parameter type-id='type-id-239'/>
- <return type-id='type-id-247'/>
+ <parameter type-id='type-id-237'/>
+ <return type-id='type-id-245'/>
</function-decl>
<function-decl name='cpp_get_buffer' mangled-name='_Z14cpp_get_bufferP10cpp_reader' filepath='../.././libcpp/include/cpplib.h' line='1011' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z14cpp_get_bufferP10cpp_reader'>
- <parameter type-id='type-id-318'/>
- <return type-id='type-id-239'/>
+ <parameter type-id='type-id-316'/>
+ <return type-id='type-id-237'/>
</function-decl>
<function-decl name='cpp_push_buffer' mangled-name='_Z15cpp_push_bufferP10cpp_readerPKhmi' filepath='../.././libcpp/include/cpplib.h' line='793' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-145'/>
<parameter type-id='type-id-5'/>
<parameter type-id='type-id-3'/>
- <return type-id='type-id-239'/>
+ <return type-id='type-id-237'/>
</function-decl>
<function-decl name='_cpp_clean_line' mangled-name='_cpp_clean_line' filepath='../.././libcpp/internal.h' line='647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_clean_line'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_pop_buffer' mangled-name='_cpp_pop_buffer' filepath='../.././libcpp/internal.h' line='674' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_pop_buffer'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_do__Pragma' mangled-name='_cpp_do__Pragma' filepath='../.././libcpp/internal.h' line='669' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_do__Pragma'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2437' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2437' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='_cpp_free_buff' mangled-name='_cpp_free_buff' filepath='../.././libcpp/internal.h' line='111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_free_buff'>
- <parameter type-id='type-id-241'/>
+ <parameter type-id='type-id-239'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_token_as_text' mangled-name='_Z17cpp_token_as_textP10cpp_readerPK9cpp_token' filepath='../.././libcpp/include/cpplib.h' line='750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z17cpp_token_as_textP10cpp_readerPK9cpp_token'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-291'/>
- <return type-id='type-id-238'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-289'/>
+ <return type-id='type-id-236'/>
</function-decl>
<function-decl name='cpp_token_len' mangled-name='_Z13cpp_token_lenPK9cpp_token' filepath='../.././libcpp/include/cpplib.h' line='749' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z13cpp_token_lenPK9cpp_token'>
- <parameter type-id='type-id-291'/>
+ <parameter type-id='type-id-289'/>
<return type-id='type-id-35'/>
</function-decl>
<function-decl name='cpp_spell_token' mangled-name='_Z15cpp_spell_tokenP10cpp_readerPK9cpp_tokenPhb' filepath='../.././libcpp/include/cpplib.h' line='751' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15cpp_spell_tokenP10cpp_readerPK9cpp_tokenPhb'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-291'/>
- <parameter type-id='type-id-238'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-289'/>
+ <parameter type-id='type-id-236'/>
<parameter type-id='type-id-41'/>
- <return type-id='type-id-238'/>
+ <return type-id='type-id-236'/>
</function-decl>
<function-decl name='_cpp_get_buff' mangled-name='_cpp_get_buff' filepath='../.././libcpp/internal.h' line='107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_get_buff'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-5'/>
- <return type-id='type-id-241'/>
+ <return type-id='type-id-239'/>
</function-decl>
<function-decl name='_cpp_append_extend_buff' mangled-name='_cpp_append_extend_buff' filepath='../.././libcpp/internal.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_append_extend_buff'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-241'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-239'/>
<parameter type-id='type-id-5'/>
- <return type-id='type-id-241'/>
+ <return type-id='type-id-239'/>
</function-decl>
<function-decl name='_cpp_release_buff' mangled-name='_cpp_release_buff' filepath='../.././libcpp/internal.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_release_buff'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-241'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-239'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_warning' mangled-name='_Z11cpp_warningP10cpp_readeriPKcz' filepath='../.././libcpp/include/cpplib.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z11cpp_warningP10cpp_readeriPKcz'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-8'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='cpp_peek_token' mangled-name='_Z14cpp_peek_tokenP10cpp_readeri' filepath='../.././libcpp/include/cpplib.h' line='765' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z14cpp_peek_tokenP10cpp_readeri'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
- <return type-id='type-id-291'/>
+ <return type-id='type-id-289'/>
</function-decl>
<function-decl name='_cpp_lex_token' mangled-name='_cpp_lex_token' filepath='../.././libcpp/internal.h' line='651' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_lex_token'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='2380' column='1'/>
- <return type-id='type-id-291'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='2380' column='1'/>
+ <return type-id='type-id-289'/>
</function-decl>
<function-decl name='_cpp_read_logical_line_trad' mangled-name='_cpp_read_logical_line_trad' filepath='../.././libcpp/internal.h' line='689' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_read_logical_line_trad'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_equiv_tokens' mangled-name='_cpp_equiv_tokens' filepath='../.././libcpp/internal.h' line='653' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_equiv_tokens'>
- <parameter type-id='type-id-291'/>
- <parameter type-id='type-id-291'/>
+ <parameter type-id='type-id-289'/>
+ <parameter type-id='type-id-289'/>
<return type-id='type-id-3'/>
</function-decl>
- <qualified-type-def type-id='type-id-152' const='yes' id='type-id-372'/>
- <pointer-type-def type-id='type-id-372' size-in-bits='64' id='type-id-373'/>
+ <qualified-type-def type-id='type-id-150' const='yes' id='type-id-370'/>
+ <pointer-type-def type-id='type-id-370' size-in-bits='64' id='type-id-371'/>
<function-decl name='_cpp_expansions_different_trad' mangled-name='_cpp_expansions_different_trad' filepath='../.././libcpp/internal.h' line='694' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_expansions_different_trad'>
- <parameter type-id='type-id-373'/>
- <parameter type-id='type-id-373'/>
+ <parameter type-id='type-id-371'/>
+ <parameter type-id='type-id-371'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='cpp_pedwarning_with_line' mangled-name='_Z24cpp_pedwarning_with_lineP10cpp_readerijjPKcz' filepath='../.././libcpp/include/cpplib.h' line='935' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z24cpp_pedwarning_with_lineP10cpp_readerijjPKcz'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-106'/>
<parameter type-id='type-id-35'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='cpp_error_with_line' mangled-name='_Z19cpp_error_with_lineP10cpp_readerijjPKcz' filepath='../.././libcpp/include/cpplib.h' line='929' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z19cpp_error_with_lineP10cpp_readerijjPKcz'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-106'/>
<parameter type-id='type-id-35'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='cpp_pedwarning' mangled-name='_Z14cpp_pedwarningP10cpp_readeriPKcz' filepath='../.././libcpp/include/cpplib.h' line='917' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z14cpp_pedwarningP10cpp_readeriPKcz'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-8'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_create_trad_definition' mangled-name='_cpp_create_trad_definition' filepath='../.././libcpp/internal.h' line='693' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_create_trad_definition'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-147'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-146'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_aligned_alloc' mangled-name='_cpp_aligned_alloc' filepath='../.././libcpp/internal.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_aligned_alloc'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-5'/>
- <return type-id='type-id-238'/>
+ <return type-id='type-id-236'/>
</function-decl>
<function-decl name='_cpp_replacement_text_len' mangled-name='_cpp_replacement_text_len' filepath='../.././libcpp/internal.h' line='698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_replacement_text_len'>
- <parameter type-id='type-id-373'/>
+ <parameter type-id='type-id-371'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='_cpp_copy_replacement_text' filepath='../.././libcpp/internal.h' line='696' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-373'/>
- <parameter type-id='type-id-238'/>
- <return type-id='type-id-238'/>
+ <parameter type-id='type-id-371'/>
+ <parameter type-id='type-id-236'/>
+ <return type-id='type-id-236'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-338'>
- <parameter type-id='type-id-318'/>
+ <function-type size-in-bits='64' id='type-id-336'>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-133'/>
<return type-id='type-id-41'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-336'>
- <parameter type-id='type-id-318'/>
+ <function-type size-in-bits='64' id='type-id-334'>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-106'/>
<parameter type-id='type-id-100'/>
<return type-id='type-id-41'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-279'>
- <parameter type-id='type-id-218'/>
- <parameter type-id='type-id-146'/>
+ <function-type size-in-bits='64' id='type-id-277'>
+ <parameter type-id='type-id-216'/>
+ <parameter type-id='type-id-145'/>
<parameter type-id='type-id-5'/>
- <parameter type-id='type-id-278'/>
+ <parameter type-id='type-id-276'/>
<return type-id='type-id-41'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-275'>
+ <function-type size-in-bits='64' id='type-id-273'>
<parameter type-id='type-id-8'/>
- <parameter type-id='type-id-245'/>
+ <parameter type-id='type-id-243'/>
<return type-id='type-id-9'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-333'>
- <parameter type-id='type-id-318'/>
+ <function-type size-in-bits='64' id='type-id-331'>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-8'/>
- <parameter type-id='type-id-332'/>
+ <parameter type-id='type-id-330'/>
<return type-id='type-id-8'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-335'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-291'/>
+ <function-type size-in-bits='64' id='type-id-333'>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-289'/>
<return type-id='type-id-133'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-329'>
- <parameter type-id='type-id-318'/>
+ <function-type size-in-bits='64' id='type-id-327'>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-8'/>
<parameter type-id='type-id-3'/>
<return type-id='type-id-3'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-346'>
- <parameter type-id='type-id-345'/>
- <return type-id='type-id-343'/>
+ <function-type size-in-bits='64' id='type-id-344'>
+ <parameter type-id='type-id-343'/>
+ <return type-id='type-id-341'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-337'>
- <parameter type-id='type-id-318'/>
+ <function-type size-in-bits='64' id='type-id-335'>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-321'>
- <parameter type-id='type-id-318'/>
+ <function-type size-in-bits='64' id='type-id-319'>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-8'/>
<return type-id='type-id-1'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-330'>
- <parameter type-id='type-id-318'/>
+ <function-type size-in-bits='64' id='type-id-328'>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-8'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-8'/>
<return type-id='type-id-1'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-319'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-291'/>
+ <function-type size-in-bits='64' id='type-id-317'>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-289'/>
<parameter type-id='type-id-3'/>
<return type-id='type-id-1'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-320'>
- <parameter type-id='type-id-318'/>
+ <function-type size-in-bits='64' id='type-id-318'>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-78'/>
<return type-id='type-id-1'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-328'>
- <parameter type-id='type-id-318'/>
+ <function-type size-in-bits='64' id='type-id-326'>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-106'/>
<return type-id='type-id-1'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-327'>
- <parameter type-id='type-id-318'/>
+ <function-type size-in-bits='64' id='type-id-325'>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-106'/>
- <parameter type-id='type-id-326'/>
+ <parameter type-id='type-id-324'/>
<return type-id='type-id-1'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-322'>
- <parameter type-id='type-id-318'/>
+ <function-type size-in-bits='64' id='type-id-320'>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-106'/>
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-145'/>
<parameter type-id='type-id-8'/>
<parameter type-id='type-id-3'/>
- <parameter type-id='type-id-292'/>
+ <parameter type-id='type-id-290'/>
<return type-id='type-id-1'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-323'>
- <parameter type-id='type-id-318'/>
+ <function-type size-in-bits='64' id='type-id-321'>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-106'/>
<parameter type-id='type-id-133'/>
<return type-id='type-id-1'/>
</function-type>
- <typedef-decl name='cpp_num' type-id='type-id-374' filepath='../.././libcpp/include/cpplib.h' line='800' column='1' id='type-id-348'/>
- <class-decl name='cpp_num' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='801' column='1' id='type-id-374'>
+ <typedef-decl name='cpp_num' type-id='type-id-372' filepath='../.././libcpp/include/cpplib.h' line='800' column='1' id='type-id-346'/>
+ <class-decl name='cpp_num' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='801' column='1' id='type-id-372'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='high' type-id='type-id-375' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='803' column='1'/>
+ <var-decl name='high' type-id='type-id-373' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='803' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='low' type-id='type-id-375' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='804' column='1'/>
+ <var-decl name='low' type-id='type-id-373' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='804' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='unsignedp' type-id='type-id-41' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='805' column='1'/>
<var-decl name='overflow' type-id='type-id-41' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='806' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='cpp_num_part' type-id='type-id-4' filepath='../.././libcpp/include/cpplib.h' line='799' column='1' id='type-id-375'/>
+ <typedef-decl name='cpp_num_part' type-id='type-id-4' filepath='../.././libcpp/include/cpplib.h' line='799' column='1' id='type-id-373'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/traditional.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<function-decl name='_cpp_overlay_buffer' mangled-name='_cpp_overlay_buffer' filepath='../.././libcpp/traditional.c' line='267' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_overlay_buffer'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/traditional.c' line='267' column='1'/>
- <parameter type-id='type-id-269' name='start' filepath='../.././libcpp/traditional.c' line='267' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/traditional.c' line='267' column='1'/>
+ <parameter type-id='type-id-267' name='start' filepath='../.././libcpp/traditional.c' line='267' column='1'/>
<parameter type-id='type-id-5' name='len' filepath='../.././libcpp/traditional.c' line='267' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_remove_overlay' mangled-name='_cpp_remove_overlay' filepath='../.././libcpp/traditional.c' line='284' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_remove_overlay'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_scan_out_logical_line' mangled-name='_cpp_scan_out_logical_line' filepath='../.././libcpp/traditional.c' line='344' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_scan_out_logical_line'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-147'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-146'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_copy_replacement_text' mangled-name='_cpp_copy_replacement_text' filepath='../.././libcpp/traditional.c' line='790' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_copy_replacement_text'>
- <parameter type-id='type-id-373' name='macro' filepath='../.././libcpp/traditional.c' line='790' column='1'/>
- <parameter type-id='type-id-361' name='dest' filepath='../.././libcpp/traditional.c' line='790' column='1'/>
- <return type-id='type-id-361'/>
+ <parameter type-id='type-id-371' name='macro' filepath='../.././libcpp/traditional.c' line='790' column='1'/>
+ <parameter type-id='type-id-359' name='dest' filepath='../.././libcpp/traditional.c' line='790' column='1'/>
+ <return type-id='type-id-359'/>
</function-decl>
- <enum-decl name='ht_lookup_option' filepath='../.././libcpp/include/symtab.h' line='44' column='1' id='type-id-376'>
+ <enum-decl name='ht_lookup_option' filepath='../.././libcpp/include/symtab.h' line='44' column='1' id='type-id-374'>
<underlying-type type-id='type-id-92'/>
<enumerator name='HT_NO_INSERT' value='0'/>
<enumerator name='HT_ALLOC' value='1'/>
</enum-decl>
<function-decl name='ht_lookup' mangled-name='_Z9ht_lookupP2htPKhm16ht_lookup_option' filepath='../.././libcpp/include/symtab.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9ht_lookupP2htPKhm16ht_lookup_option'>
- <parameter type-id='type-id-345'/>
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-343'/>
+ <parameter type-id='type-id-145'/>
<parameter type-id='type-id-5'/>
- <parameter type-id='type-id-376'/>
- <return type-id='type-id-343'/>
+ <parameter type-id='type-id-374'/>
+ <return type-id='type-id-341'/>
</function-decl>
<function-decl name='_cpp_push_text_context' filepath='../.././libcpp/internal.h' line='605' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-133'/>
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-145'/>
<parameter type-id='type-id-5'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_builtin_macro_text' filepath='../.././libcpp/internal.h' line='610' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/macro.c' line='3080' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/macro.c' line='3080' column='1'/>
<parameter type-id='type-id-133' name='node' filepath='../.././libcpp/macro.c' line='3080' column='1'/>
- <return type-id='type-id-146'/>
+ <return type-id='type-id-145'/>
</function-decl>
<function-decl name='_cpp_skip_block_comment' mangled-name='_cpp_skip_block_comment' filepath='../.././libcpp/internal.h' line='649' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_skip_block_comment'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_handle_directive' mangled-name='_cpp_handle_directive' filepath='../.././libcpp/internal.h' line='665' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_handle_directive'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='_cpp_process_line_notes' mangled-name='_cpp_process_line_notes' filepath='../.././libcpp/internal.h' line='646' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_process_line_notes'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_get_fresh_line' mangled-name='_cpp_get_fresh_line' filepath='../.././libcpp/internal.h' line='648' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_get_fresh_line'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-41'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/directives.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<function-decl name='cpp_undef_all' mangled-name='_Z13cpp_undef_allP10cpp_reader' filepath='../.././libcpp/directives.c' line='639' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z13cpp_undef_allP10cpp_reader'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_do_file_change' mangled-name='_cpp_do_file_change' filepath='../.././libcpp/directives.c' line='1034' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_do_file_change'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='1034' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='1034' column='1'/>
<parameter type-id='type-id-130' name='reason' filepath='../.././libcpp/directives.c' line='1034' column='1'/>
<parameter type-id='type-id-8' name='to_file' filepath='../.././libcpp/directives.c' line='1035' column='1'/>
<parameter type-id='type-id-131' name='file_line' filepath='../.././libcpp/directives.c' line='1035' column='1'/>
<parameter type-id='type-id-35' name='sysp' filepath='../.././libcpp/directives.c' line='1036' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
- <typedef-decl name='pragma_cb' type-id='type-id-315' filepath='../.././libcpp/directives.c' line='43' column='1' id='type-id-377'/>
+ <typedef-decl name='pragma_cb' type-id='type-id-313' filepath='../.././libcpp/directives.c' line='43' column='1' id='type-id-375'/>
<function-decl name='cpp_register_pragma' mangled-name='_Z19cpp_register_pragmaP10cpp_readerPKcS2_PFvS0_Eb' filepath='../.././libcpp/directives.c' line='1214' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z19cpp_register_pragmaP10cpp_readerPKcS2_PFvS0_Eb'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='1214' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='1214' column='1'/>
<parameter type-id='type-id-8' name='space' filepath='../.././libcpp/directives.c' line='1214' column='1'/>
<parameter type-id='type-id-8' name='name' filepath='../.././libcpp/directives.c' line='1214' column='1'/>
- <parameter type-id='type-id-377' name='handler' filepath='../.././libcpp/directives.c' line='1215' column='1'/>
+ <parameter type-id='type-id-375' name='handler' filepath='../.././libcpp/directives.c' line='1215' column='1'/>
<parameter type-id='type-id-41' name='allow_expansion' filepath='../.././libcpp/directives.c' line='1215' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_register_deferred_pragma' mangled-name='_Z28cpp_register_deferred_pragmaP10cpp_readerPKcS2_jbb' filepath='../.././libcpp/directives.c' line='1237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z28cpp_register_deferred_pragmaP10cpp_readerPKcS2_jbb'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='1237' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='1237' column='1'/>
<parameter type-id='type-id-8' name='space' filepath='../.././libcpp/directives.c' line='1237' column='1'/>
<parameter type-id='type-id-8' name='name' filepath='../.././libcpp/directives.c' line='1238' column='1'/>
<parameter type-id='type-id-35' name='ident' filepath='../.././libcpp/directives.c' line='1238' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_init_internal_pragmas' mangled-name='_cpp_init_internal_pragmas' filepath='../.././libcpp/directives.c' line='1254' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_init_internal_pragmas'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_save_pragma_names' mangled-name='_cpp_save_pragma_names' filepath='../.././libcpp/directives.c' line='1304' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_save_pragma_names'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='1304' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='1304' column='1'/>
<return type-id='type-id-30'/>
</function-decl>
<function-decl name='_cpp_restore_pragma_names' mangled-name='_cpp_restore_pragma_names' filepath='../.././libcpp/directives.c' line='1333' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_restore_pragma_names'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='1333' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='1333' column='1'/>
<parameter type-id='type-id-30' name='saved' filepath='../.././libcpp/directives.c' line='1333' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
- <pointer-type-def type-id='type-id-35' size-in-bits='64' id='type-id-378'/>
+ <pointer-type-def type-id='type-id-35' size-in-bits='64' id='type-id-376'/>
<function-decl name='_cpp_test_assertion' mangled-name='_cpp_test_assertion' filepath='../.././libcpp/directives.c' line='2225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_test_assertion'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='2225' column='1'/>
- <parameter type-id='type-id-378' name='value' filepath='../.././libcpp/directives.c' line='2225' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='2225' column='1'/>
+ <parameter type-id='type-id-376' name='value' filepath='../.././libcpp/directives.c' line='2225' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
- <typedef-decl name='cpp_options' type-id='type-id-258' filepath='../.././libcpp/include/cpplib.h' line='33' column='1' id='type-id-379'/>
- <pointer-type-def type-id='type-id-379' size-in-bits='64' id='type-id-380'/>
+ <typedef-decl name='cpp_options' type-id='type-id-256' filepath='../.././libcpp/include/cpplib.h' line='33' column='1' id='type-id-377'/>
+ <pointer-type-def type-id='type-id-377' size-in-bits='64' id='type-id-378'/>
<function-decl name='cpp_get_options' mangled-name='_Z15cpp_get_optionsP10cpp_reader' filepath='../.././libcpp/directives.c' line='2492' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15cpp_get_optionsP10cpp_reader'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='2492' column='1'/>
- <return type-id='type-id-380'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='2492' column='1'/>
+ <return type-id='type-id-378'/>
</function-decl>
- <typedef-decl name='cpp_callbacks' type-id='type-id-255' filepath='../.././libcpp/include/cpplib.h' line='38' column='1' id='type-id-381'/>
- <pointer-type-def type-id='type-id-381' size-in-bits='64' id='type-id-382'/>
+ <typedef-decl name='cpp_callbacks' type-id='type-id-253' filepath='../.././libcpp/include/cpplib.h' line='38' column='1' id='type-id-379'/>
+ <pointer-type-def type-id='type-id-379' size-in-bits='64' id='type-id-380'/>
<function-decl name='cpp_get_callbacks' mangled-name='_Z17cpp_get_callbacksP10cpp_reader' filepath='../.././libcpp/directives.c' line='2499' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z17cpp_get_callbacksP10cpp_reader'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='2499' column='1'/>
- <return type-id='type-id-382'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='2499' column='1'/>
+ <return type-id='type-id-380'/>
</function-decl>
<function-decl name='cpp_set_callbacks' mangled-name='_Z17cpp_set_callbacksP10cpp_readerP13cpp_callbacks' filepath='../.././libcpp/directives.c' line='2506' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z17cpp_set_callbacksP10cpp_readerP13cpp_callbacks'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='2506' column='1'/>
- <parameter type-id='type-id-382' name='cb' filepath='../.././libcpp/directives.c' line='2506' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='2506' column='1'/>
+ <parameter type-id='type-id-380' name='cb' filepath='../.././libcpp/directives.c' line='2506' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_get_deps' mangled-name='_Z12cpp_get_depsP10cpp_reader' filepath='../.././libcpp/directives.c' line='2513' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12cpp_get_depsP10cpp_reader'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='2513' column='1'/>
- <return type-id='type-id-253'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='2513' column='1'/>
+ <return type-id='type-id-251'/>
</function-decl>
<function-decl name='cpp_push_buffer' mangled-name='_Z15cpp_push_bufferP10cpp_readerPKhmi' filepath='../.././libcpp/directives.c' line='2524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15cpp_push_bufferP10cpp_readerPKhmi'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='2524' column='1'/>
- <parameter type-id='type-id-269' name='buffer' filepath='../.././libcpp/directives.c' line='2524' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='2524' column='1'/>
+ <parameter type-id='type-id-267' name='buffer' filepath='../.././libcpp/directives.c' line='2524' column='1'/>
<parameter type-id='type-id-5' name='len' filepath='../.././libcpp/directives.c' line='2524' column='1'/>
<parameter type-id='type-id-3' name='from_stage3' filepath='../.././libcpp/directives.c' line='2525' column='1'/>
- <return type-id='type-id-239'/>
+ <return type-id='type-id-237'/>
</function-decl>
<function-decl name='cpp_unassert' mangled-name='_Z12cpp_unassertP10cpp_readerPKc' filepath='../.././libcpp/directives.c' line='2462' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12cpp_unassertP10cpp_readerPKc'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-8'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_assert' mangled-name='_Z10cpp_assertP10cpp_readerPKc' filepath='../.././libcpp/directives.c' line='2455' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z10cpp_assertP10cpp_readerPKc'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-8'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_undef' mangled-name='_Z9cpp_undefP10cpp_readerPKc' filepath='../.././libcpp/directives.c' line='2391' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9cpp_undefP10cpp_readerPKc'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-8'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_define_builtin' mangled-name='_cpp_define_builtin' filepath='../.././libcpp/directives.c' line='2380' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_define_builtin'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-8'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_define' mangled-name='_Z10cpp_defineP10cpp_readerPKc' filepath='../.././libcpp/directives.c' line='2331' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z10cpp_defineP10cpp_readerPKc'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-8'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_define_formatted' mangled-name='_Z20cpp_define_formattedP10cpp_readerPKcz' filepath='../.././libcpp/directives.c' line='2364' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z20cpp_define_formattedP10cpp_readerPKcz'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/directives.c' line='2364' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/directives.c' line='2364' column='1'/>
<parameter type-id='type-id-8' name='fmt' filepath='../.././libcpp/directives.c' line='2364' column='1'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_init_directives' mangled-name='_cpp_init_directives' filepath='../.././libcpp/directives.c' line='2580' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_init_directives'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_lookup' mangled-name='_Z10cpp_lookupP10cpp_readerPKhj' filepath='../.././libcpp/include/cpplib.h' line='991' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z10cpp_lookupP10cpp_readerPKhj'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-145'/>
<parameter type-id='type-id-35'/>
<return type-id='type-id-133'/>
</function-decl>
<function-decl name='cpp_output_line_to_string' mangled-name='_Z25cpp_output_line_to_stringP10cpp_readerPKh' filepath='../.././libcpp/include/cpplib.h' line='945' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z25cpp_output_line_to_stringP10cpp_readerPKh'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-146'/>
- <return type-id='type-id-238'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-145'/>
+ <return type-id='type-id-236'/>
</function-decl>
<function-decl name='cpp_warning_with_line_syshdr' mangled-name='_Z28cpp_warning_with_line_syshdrP10cpp_readerijjPKcz' filepath='../.././libcpp/include/cpplib.h' line='938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z28cpp_warning_with_line_syshdrP10cpp_readerijjPKcz'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-106'/>
<parameter type-id='type-id-35'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_parse_expr' mangled-name='_cpp_parse_expr' filepath='../.././libcpp/internal.h' line='642' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_parse_expr'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-41'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_overlay_buffer' filepath='../.././libcpp/internal.h' line='690' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-145'/>
<parameter type-id='type-id-5'/>
<return type-id='type-id-1'/>
</function-decl>
<parameter type-id='type-id-5'/>
<return type-id='type-id-2'/>
</function-decl>
- <enum-decl name='include_type' filepath='../.././libcpp/internal.h' line='120' column='1' id='type-id-383'>
+ <enum-decl name='include_type' filepath='../.././libcpp/internal.h' line='120' column='1' id='type-id-381'>
<underlying-type type-id='type-id-92'/>
<enumerator name='IT_INCLUDE' value='0'/>
<enumerator name='IT_INCLUDE_NEXT' value='1'/>
<enumerator name='IT_CMDLINE' value='3'/>
</enum-decl>
<function-decl name='_cpp_stack_include' mangled-name='_cpp_stack_include' filepath='../.././libcpp/internal.h' line='629' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_stack_include'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-8'/>
<parameter type-id='type-id-3'/>
- <parameter type-id='type-id-383'/>
+ <parameter type-id='type-id-381'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_compare_file_date' mangled-name='_cpp_compare_file_date' filepath='../.././libcpp/internal.h' line='631' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_compare_file_date'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-8'/>
<parameter type-id='type-id-3'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='_cpp_lex_identifier' mangled-name='_cpp_lex_identifier' filepath='../.././libcpp/internal.h' line='655' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_lex_identifier'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-8'/>
<return type-id='type-id-133'/>
</function-decl>
<function-decl name='_cpp_mark_file_once_only' mangled-name='_cpp_mark_file_once_only' filepath='../.././libcpp/internal.h' line='626' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_mark_file_once_only'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-247'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-245'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_make_system_header' mangled-name='_Z22cpp_make_system_headerP10cpp_readerii' filepath='../.././libcpp/include/cpplib.h' line='1006' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z22cpp_make_system_headerP10cpp_readerii'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-3'/>
<return type-id='type-id-1'/>
</function-decl>
- <pointer-type-def type-id='type-id-384' size-in-bits='64' id='type-id-385'/>
- <typedef-decl name='cpp_cb' type-id='type-id-385' filepath='../.././libcpp/include/cpplib.h' line='994' column='1' id='type-id-386'/>
+ <pointer-type-def type-id='type-id-382' size-in-bits='64' id='type-id-383'/>
+ <typedef-decl name='cpp_cb' type-id='type-id-383' filepath='../.././libcpp/include/cpplib.h' line='994' column='1' id='type-id-384'/>
<function-decl name='cpp_forall_identifiers' mangled-name='_Z22cpp_forall_identifiersP10cpp_readerPFiS0_P12cpp_hashnodePvES3_' filepath='../.././libcpp/include/cpplib.h' line='995' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z22cpp_forall_identifiersP10cpp_readerPFiS0_P12cpp_hashnodePvES3_'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-386'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-384'/>
<parameter type-id='type-id-2'/>
<return type-id='type-id-1'/>
</function-decl>
- <pointer-type-def type-id='type-id-324' size-in-bits='64' id='type-id-387'/>
+ <pointer-type-def type-id='type-id-322' size-in-bits='64' id='type-id-385'/>
<function-decl name='cpp_interpret_string_notranslate' mangled-name='_Z32cpp_interpret_string_notranslateP10cpp_readerPK10cpp_stringmPS1_9cpp_ttype' filepath='../.././libcpp/include/cpplib.h' line='774' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z32cpp_interpret_string_notranslateP10cpp_readerPK10cpp_stringmPS1_9cpp_ttype'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-326'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-324'/>
<parameter type-id='type-id-5'/>
- <parameter type-id='type-id-387'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-385'/>
+ <parameter type-id='type-id-161'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_fake_include' mangled-name='_cpp_fake_include' filepath='../.././libcpp/internal.h' line='627' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_fake_include'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-8'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='deps_init' mangled-name='_Z9deps_initv' filepath='../.././libcpp/include/mkdeps.h' line='32' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9deps_initv'>
- <return type-id='type-id-253'/>
+ <return type-id='type-id-251'/>
</function-decl>
<function-decl name='_cpp_pop_file_buffer' mangled-name='_cpp_pop_file_buffer' filepath='../.././libcpp/internal.h' line='635' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_pop_file_buffer'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-247'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-245'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='strcspn' filepath='/usr/include/string.h' line='284' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-8'/>
<return type-id='type-id-5'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-384'>
- <parameter type-id='type-id-318' name='pfile'/>
+ <function-type size-in-bits='64' id='type-id-382'>
+ <parameter type-id='type-id-316' name='pfile'/>
<parameter type-id='type-id-133' name='node'/>
<parameter type-id='type-id-2' name='v'/>
<return type-id='type-id-3'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/errors.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<function-decl name='cpp_warning_syshdr' mangled-name='_Z18cpp_warning_syshdrP10cpp_readeriPKcz' filepath='../.././libcpp/errors.c' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z18cpp_warning_syshdrP10cpp_readeriPKcz'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-8'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-35'/>
</function-decl>
<function-decl name='cpp_userdef_string_remove_type' mangled-name='_Z30cpp_userdef_string_remove_type9cpp_ttype' filepath='../.././libcpp/expr.c' line='240' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z30cpp_userdef_string_remove_type9cpp_ttype'>
- <parameter type-id='type-id-163' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
- <return type-id='type-id-163'/>
+ <parameter type-id='type-id-161' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
+ <return type-id='type-id-161'/>
</function-decl>
<function-decl name='cpp_userdef_string_add_type' mangled-name='_Z27cpp_userdef_string_add_type9cpp_ttype' filepath='../.././libcpp/expr.c' line='260' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z27cpp_userdef_string_add_type9cpp_ttype'>
- <parameter type-id='type-id-163' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
- <return type-id='type-id-163'/>
+ <parameter type-id='type-id-161' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
+ <return type-id='type-id-161'/>
</function-decl>
<function-decl name='cpp_userdef_char_remove_type' mangled-name='_Z28cpp_userdef_char_remove_type9cpp_ttype' filepath='../.././libcpp/expr.c' line='280' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z28cpp_userdef_char_remove_type9cpp_ttype'>
- <parameter type-id='type-id-163' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
- <return type-id='type-id-163'/>
+ <parameter type-id='type-id-161' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
+ <return type-id='type-id-161'/>
</function-decl>
<function-decl name='cpp_userdef_char_add_type' mangled-name='_Z25cpp_userdef_char_add_type9cpp_ttype' filepath='../.././libcpp/expr.c' line='298' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z25cpp_userdef_char_add_type9cpp_ttype'>
- <parameter type-id='type-id-163' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
- <return type-id='type-id-163'/>
+ <parameter type-id='type-id-161' name='type' filepath='../.././libcpp/expr.c' line='240' column='1'/>
+ <return type-id='type-id-161'/>
</function-decl>
<function-decl name='cpp_userdef_string_p' mangled-name='_Z20cpp_userdef_string_p9cpp_ttype' filepath='../.././libcpp/expr.c' line='314' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z20cpp_userdef_string_p9cpp_ttype'>
- <parameter type-id='type-id-163' name='type' filepath='../.././libcpp/expr.c' line='314' column='1'/>
+ <parameter type-id='type-id-161' name='type' filepath='../.././libcpp/expr.c' line='314' column='1'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='cpp_userdef_char_p' mangled-name='_Z18cpp_userdef_char_p9cpp_ttype' filepath='../.././libcpp/expr.c' line='328' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z18cpp_userdef_char_p9cpp_ttype'>
- <parameter type-id='type-id-163' name='type' filepath='../.././libcpp/expr.c' line='314' column='1'/>
+ <parameter type-id='type-id-161' name='type' filepath='../.././libcpp/expr.c' line='314' column='1'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='cpp_get_userdef_suffix' mangled-name='_Z22cpp_get_userdef_suffixPK9cpp_token' filepath='../.././libcpp/expr.c' line='341' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z22cpp_get_userdef_suffixPK9cpp_token'>
- <parameter type-id='type-id-291' name='tok' filepath='../.././libcpp/expr.c' line='341' column='1'/>
+ <parameter type-id='type-id-289' name='tok' filepath='../.././libcpp/expr.c' line='341' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='cpp_classify_number' mangled-name='_Z19cpp_classify_numberP10cpp_readerPK9cpp_tokenPPKc' filepath='../.././libcpp/expr.c' line='364' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z19cpp_classify_numberP10cpp_readerPK9cpp_tokenPPKc'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/expr.c' line='364' column='1'/>
- <parameter type-id='type-id-291' name='token' filepath='../.././libcpp/expr.c' line='364' column='1'/>
- <parameter type-id='type-id-271' name='ud_suffix' filepath='../.././libcpp/expr.c' line='365' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/expr.c' line='364' column='1'/>
+ <parameter type-id='type-id-289' name='token' filepath='../.././libcpp/expr.c' line='364' column='1'/>
+ <parameter type-id='type-id-269' name='ud_suffix' filepath='../.././libcpp/expr.c' line='365' column='1'/>
<return type-id='type-id-35'/>
</function-decl>
<function-decl name='cpp_interpret_integer' mangled-name='_Z21cpp_interpret_integerP10cpp_readerPK9cpp_tokenj' filepath='../.././libcpp/expr.c' line='635' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z21cpp_interpret_integerP10cpp_readerPK9cpp_tokenj'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/expr.c' line='635' column='1'/>
- <parameter type-id='type-id-291' name='token' filepath='../.././libcpp/expr.c' line='635' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/expr.c' line='635' column='1'/>
+ <parameter type-id='type-id-289' name='token' filepath='../.././libcpp/expr.c' line='635' column='1'/>
<parameter type-id='type-id-35' name='type' filepath='../.././libcpp/expr.c' line='636' column='1'/>
- <return type-id='type-id-348'/>
+ <return type-id='type-id-346'/>
</function-decl>
<function-decl name='_cpp_expand_op_stack' mangled-name='_cpp_expand_op_stack' filepath='../.././libcpp/expr.c' line='1396' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_expand_op_stack'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/expr.c' line='1396' column='1'/>
- <return type-id='type-id-257'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/expr.c' line='1396' column='1'/>
+ <return type-id='type-id-255'/>
</function-decl>
<function-decl name='cpp_num_sign_extend' mangled-name='_Z19cpp_num_sign_extend7cpp_numm' filepath='../.././libcpp/expr.c' line='1464' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z19cpp_num_sign_extend7cpp_numm'>
- <parameter type-id='type-id-348' name='num' filepath='../.././libcpp/expr.c' line='1464' column='1'/>
+ <parameter type-id='type-id-346' name='num' filepath='../.././libcpp/expr.c' line='1464' column='1'/>
<parameter type-id='type-id-5' name='precision' filepath='../.././libcpp/expr.c' line='1464' column='1'/>
- <return type-id='type-id-348'/>
+ <return type-id='type-id-346'/>
</function-decl>
- <typedef-decl name='cppchar_t' type-id='type-id-35' filepath='../.././libcpp/include/cpplib.h' line='269' column='1' id='type-id-388'/>
+ <typedef-decl name='cppchar_t' type-id='type-id-35' filepath='../.././libcpp/include/cpplib.h' line='269' column='1' id='type-id-386'/>
<function-decl name='cpp_interpret_charconst' mangled-name='_Z23cpp_interpret_charconstP10cpp_readerPK9cpp_tokenPjPi' filepath='../.././libcpp/include/cpplib.h' line='768' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z23cpp_interpret_charconstP10cpp_readerPK9cpp_tokenPjPi'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-291'/>
- <parameter type-id='type-id-378'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-289'/>
+ <parameter type-id='type-id-376'/>
<parameter type-id='type-id-62'/>
- <return type-id='type-id-388'/>
+ <return type-id='type-id-386'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/files.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<function-decl name='_cpp_find_failed' mangled-name='_cpp_find_failed' filepath='../.././libcpp/files.c' line='432' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_find_failed'>
- <parameter type-id='type-id-247' name='file' filepath='../.././libcpp/files.c' line='432' column='1'/>
+ <parameter type-id='type-id-245' name='file' filepath='../.././libcpp/files.c' line='432' column='1'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_find_file' mangled-name='_cpp_find_file' filepath='../.././libcpp/files.c' line='452' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_find_file'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='452' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='452' column='1'/>
<parameter type-id='type-id-8' name='fname' filepath='../.././libcpp/files.c' line='452' column='1'/>
- <parameter type-id='type-id-245' name='start_dir' filepath='../.././libcpp/files.c' line='452' column='1'/>
+ <parameter type-id='type-id-243' name='start_dir' filepath='../.././libcpp/files.c' line='452' column='1'/>
<parameter type-id='type-id-41' name='fake' filepath='../.././libcpp/files.c' line='452' column='1'/>
<parameter type-id='type-id-3' name='angle_brackets' filepath='../.././libcpp/files.c' line='452' column='1'/>
- <return type-id='type-id-247'/>
+ <return type-id='type-id-245'/>
</function-decl>
<function-decl name='_cpp_stack_file' mangled-name='_cpp_stack_file' filepath='../.././libcpp/files.c' line='796' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_stack_file'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='796' column='1'/>
- <parameter type-id='type-id-247' name='file' filepath='../.././libcpp/files.c' line='796' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='796' column='1'/>
+ <parameter type-id='type-id-245' name='file' filepath='../.././libcpp/files.c' line='796' column='1'/>
<parameter type-id='type-id-41' name='import' filepath='../.././libcpp/files.c' line='796' column='1'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='cpp_included' mangled-name='_Z12cpp_includedP10cpp_readerPKc' filepath='../.././libcpp/files.c' line='1097' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12cpp_includedP10cpp_readerPKc'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='1097' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='1097' column='1'/>
<parameter type-id='type-id-8' name='fname' filepath='../.././libcpp/files.c' line='1097' column='1'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='cpp_included_before' mangled-name='_Z19cpp_included_beforeP10cpp_readerPKcj' filepath='../.././libcpp/files.c' line='1114' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z19cpp_included_beforeP10cpp_readerPKcj'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='1114' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='1114' column='1'/>
<parameter type-id='type-id-8' name='fname' filepath='../.././libcpp/files.c' line='1114' column='1'/>
<parameter type-id='type-id-106' name='location' filepath='../.././libcpp/files.c' line='1115' column='1'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_init_files' mangled-name='_cpp_init_files' filepath='../.././libcpp/files.c' line='1170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_init_files'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_cleanup_files' mangled-name='_cpp_cleanup_files' filepath='../.././libcpp/files.c' line='1187' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_cleanup_files'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_clear_file_cache' mangled-name='_Z20cpp_clear_file_cacheP10cpp_reader' filepath='../.././libcpp/files.c' line='1200' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z20cpp_clear_file_cacheP10cpp_reader'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_change_file' mangled-name='_Z15cpp_change_fileP10cpp_reader9lc_reasonPKc' filepath='../.././libcpp/files.c' line='1236' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15cpp_change_fileP10cpp_reader9lc_reasonPKc'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='1236' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='1236' column='1'/>
<parameter type-id='type-id-130' name='reason' filepath='../.././libcpp/files.c' line='1236' column='1'/>
<parameter type-id='type-id-8' name='new_name' filepath='../.././libcpp/files.c' line='1237' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_report_missing_guards' mangled-name='_cpp_report_missing_guards' filepath='../.././libcpp/files.c' line='1289' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_report_missing_guards'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_push_include' mangled-name='_Z16cpp_push_includeP10cpp_readerPKc' filepath='../.././libcpp/files.c' line='1346' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z16cpp_push_includeP10cpp_readerPKc'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='1097' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='1097' column='1'/>
<parameter type-id='type-id-8' name='fname' filepath='../.././libcpp/files.c' line='1097' column='1'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='cpp_set_include_chains' mangled-name='_Z22cpp_set_include_chainsP10cpp_readerP7cpp_dirS2_i' filepath='../.././libcpp/files.c' line='1393' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z22cpp_set_include_chainsP10cpp_readerP7cpp_dirS2_i'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='1393' column='1'/>
- <parameter type-id='type-id-245' name='quote' filepath='../.././libcpp/files.c' line='1393' column='1'/>
- <parameter type-id='type-id-245' name='bracket' filepath='../.././libcpp/files.c' line='1393' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='1393' column='1'/>
+ <parameter type-id='type-id-243' name='quote' filepath='../.././libcpp/files.c' line='1393' column='1'/>
+ <parameter type-id='type-id-243' name='bracket' filepath='../.././libcpp/files.c' line='1393' column='1'/>
<parameter type-id='type-id-3' name='quote_ignores_source_dir' filepath='../.././libcpp/files.c' line='1394' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_get_path' mangled-name='_Z12cpp_get_pathP9_cpp_file' filepath='../.././libcpp/files.c' line='1603' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12cpp_get_pathP9_cpp_file'>
- <parameter type-id='type-id-247'/>
+ <parameter type-id='type-id-245'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='cpp_get_dir' mangled-name='_Z11cpp_get_dirP9_cpp_file' filepath='../.././libcpp/files.c' line='1611' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z11cpp_get_dirP9_cpp_file'>
- <parameter type-id='type-id-247' name='f' filepath='../.././libcpp/files.c' line='1611' column='1'/>
- <return type-id='type-id-245'/>
+ <parameter type-id='type-id-245' name='f' filepath='../.././libcpp/files.c' line='1611' column='1'/>
+ <return type-id='type-id-243'/>
</function-decl>
<function-decl name='cpp_get_prev' mangled-name='_Z12cpp_get_prevP10cpp_buffer' filepath='../.././libcpp/files.c' line='1637' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12cpp_get_prevP10cpp_buffer'>
- <parameter type-id='type-id-239' name='b' filepath='../.././libcpp/files.c' line='1637' column='1'/>
- <return type-id='type-id-239'/>
+ <parameter type-id='type-id-237' name='b' filepath='../.././libcpp/files.c' line='1637' column='1'/>
+ <return type-id='type-id-237'/>
</function-decl>
<function-decl name='_cpp_save_file_entries' mangled-name='_cpp_save_file_entries' filepath='../.././libcpp/files.c' line='1684' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_save_file_entries'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='1684' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='1684' column='1'/>
<parameter type-id='type-id-27' name='fp' filepath='../.././libcpp/files.c' line='1684' column='1'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_read_file_entries' mangled-name='_cpp_read_file_entries' filepath='../.././libcpp/files.c' line='1751' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_read_file_entries'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/files.c' line='1684' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/files.c' line='1684' column='1'/>
<parameter type-id='type-id-27' name='fp' filepath='../.././libcpp/files.c' line='1684' column='1'/>
<return type-id='type-id-41'/>
</function-decl>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='deps_add_dep' mangled-name='_Z12deps_add_depP4depsPKc' filepath='../.././libcpp/include/mkdeps.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12deps_add_depP4depsPKc'>
- <parameter type-id='type-id-253'/>
+ <parameter type-id='type-id-251'/>
<parameter type-id='type-id-8'/>
<return type-id='type-id-1'/>
</function-decl>
<parameter type-id='type-id-2'/>
<return type-id='type-id-2'/>
</function-decl>
- <typedef-decl name='__ssize_t' type-id='type-id-21' filepath='/usr/include/bits/types.h' line='180' column='1' id='type-id-389'/>
- <typedef-decl name='ssize_t' type-id='type-id-389' filepath='/usr/include/stdio.h' line='103' column='1' id='type-id-390'/>
+ <typedef-decl name='__ssize_t' type-id='type-id-21' filepath='/usr/include/bits/types.h' line='180' column='1' id='type-id-387'/>
+ <typedef-decl name='ssize_t' type-id='type-id-387' filepath='/usr/include/stdio.h' line='103' column='1' id='type-id-388'/>
<function-decl name='read' filepath='/usr/include/unistd.h' line='357' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-2'/>
<parameter type-id='type-id-5'/>
- <return type-id='type-id-390'/>
+ <return type-id='type-id-388'/>
</function-decl>
- <pointer-type-def type-id='type-id-146' size-in-bits='64' id='type-id-391'/>
- <typedef-decl name='off_t' type-id='type-id-13' filepath='/usr/include/stdio.h' line='91' column='1' id='type-id-392'/>
- <pointer-type-def type-id='type-id-392' size-in-bits='64' id='type-id-393'/>
+ <pointer-type-def type-id='type-id-145' size-in-bits='64' id='type-id-389'/>
+ <typedef-decl name='off_t' type-id='type-id-13' filepath='/usr/include/stdio.h' line='91' column='1' id='type-id-390'/>
+ <pointer-type-def type-id='type-id-390' size-in-bits='64' id='type-id-391'/>
<function-decl name='_cpp_convert_input' filepath='../.././libcpp/internal.h' line='727' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-8'/>
- <parameter type-id='type-id-238'/>
+ <parameter type-id='type-id-236'/>
<parameter type-id='type-id-5'/>
<parameter type-id='type-id-5'/>
+ <parameter type-id='type-id-389'/>
<parameter type-id='type-id-391'/>
- <parameter type-id='type-id-393'/>
- <return type-id='type-id-238'/>
+ <return type-id='type-id-236'/>
</function-decl>
- <class-decl name='__dirstream' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-394'/>
- <typedef-decl name='DIR' type-id='type-id-394' filepath='/usr/include/dirent.h' line='128' column='1' id='type-id-395'/>
- <pointer-type-def type-id='type-id-395' size-in-bits='64' id='type-id-396'/>
+ <class-decl name='__dirstream' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-392'/>
+ <typedef-decl name='DIR' type-id='type-id-392' filepath='/usr/include/dirent.h' line='128' column='1' id='type-id-393'/>
+ <pointer-type-def type-id='type-id-393' size-in-bits='64' id='type-id-394'/>
<function-decl name='opendir' filepath='/usr/include/dirent.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-8'/>
- <return type-id='type-id-396'/>
+ <return type-id='type-id-394'/>
</function-decl>
- <class-decl name='dirent' size-in-bits='2240' is-struct='yes' visibility='default' filepath='/usr/include/bits/dirent.h' line='23' column='1' id='type-id-397'>
+ <class-decl name='dirent' size-in-bits='2240' is-struct='yes' visibility='default' filepath='/usr/include/bits/dirent.h' line='23' column='1' id='type-id-395'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='d_ino' type-id='type-id-45' visibility='default' filepath='/usr/include/bits/dirent.h' line='26' column='1'/>
</data-member>
<var-decl name='d_type' type-id='type-id-132' visibility='default' filepath='/usr/include/bits/dirent.h' line='33' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='152'>
- <var-decl name='d_name' type-id='type-id-398' visibility='default' filepath='/usr/include/bits/dirent.h' line='34' column='1'/>
+ <var-decl name='d_name' type-id='type-id-396' visibility='default' filepath='/usr/include/bits/dirent.h' line='34' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='2048' id='type-id-398'>
- <subrange length='256' type-id='type-id-22' id='type-id-399'/>
+ <array-type-def dimensions='1' type-id='type-id-6' size-in-bits='2048' id='type-id-396'>
+ <subrange length='256' type-id='type-id-22' id='type-id-397'/>
</array-type-def>
- <pointer-type-def type-id='type-id-397' size-in-bits='64' id='type-id-400'/>
+ <pointer-type-def type-id='type-id-395' size-in-bits='64' id='type-id-398'/>
<function-decl name='readdir' filepath='/usr/include/dirent.h' line='163' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-396'/>
- <return type-id='type-id-400'/>
+ <parameter type-id='type-id-394'/>
+ <return type-id='type-id-398'/>
</function-decl>
<function-decl name='closedir' filepath='/usr/include/dirent.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-396'/>
+ <parameter type-id='type-id-394'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='htab_find_with_hash' filepath='../.././libcpp/../include/hashtab.h' line='177' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-195'/>
+ <parameter type-id='type-id-193'/>
<parameter type-id='type-id-2'/>
- <parameter type-id='type-id-175'/>
+ <parameter type-id='type-id-173'/>
<return type-id='type-id-2'/>
</function-decl>
- <typedef-decl name='__compar_fn_t' type-id='type-id-187' filepath='/usr/include/stdlib.h' line='742' column='1' id='type-id-401'/>
+ <typedef-decl name='__compar_fn_t' type-id='type-id-185' filepath='/usr/include/stdlib.h' line='742' column='1' id='type-id-399'/>
<function-decl name='bsearch' filepath='/usr/include/stdlib.h' line='755' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-2'/>
<parameter type-id='type-id-2'/>
<parameter type-id='type-id-5'/>
<parameter type-id='type-id-5'/>
- <parameter type-id='type-id-401'/>
+ <parameter type-id='type-id-399'/>
<return type-id='type-id-2'/>
</function-decl>
<function-decl name='htab_create_alloc' filepath='../.././libcpp/../include/hashtab.h' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-5'/>
+ <parameter type-id='type-id-175'/>
+ <parameter type-id='type-id-176'/>
<parameter type-id='type-id-177'/>
<parameter type-id='type-id-178'/>
<parameter type-id='type-id-179'/>
- <parameter type-id='type-id-180'/>
- <parameter type-id='type-id-181'/>
- <return type-id='type-id-195'/>
+ <return type-id='type-id-193'/>
</function-decl>
<function-decl name='htab_delete' filepath='../.././libcpp/../include/hashtab.h' line='172' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-195'/>
+ <parameter type-id='type-id-193'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='qsort' filepath='/usr/include/stdlib.h' line='761' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-2'/>
<parameter type-id='type-id-5'/>
<parameter type-id='type-id-5'/>
- <parameter type-id='type-id-401'/>
+ <parameter type-id='type-id-399'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='htab_elements' filepath='../.././libcpp/../include/hashtab.h' line='188' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-195'/>
+ <parameter type-id='type-id-193'/>
<return type-id='type-id-5'/>
</function-decl>
- <pointer-type-def type-id='type-id-402' size-in-bits='64' id='type-id-403'/>
- <typedef-decl name='htab_trav' type-id='type-id-403' filepath='../.././libcpp/../include/hashtab.h' line='69' column='1' id='type-id-404'/>
+ <pointer-type-def type-id='type-id-400' size-in-bits='64' id='type-id-401'/>
+ <typedef-decl name='htab_trav' type-id='type-id-401' filepath='../.././libcpp/../include/hashtab.h' line='69' column='1' id='type-id-402'/>
<function-decl name='htab_traverse' filepath='../.././libcpp/../include/hashtab.h' line='184' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-195'/>
- <parameter type-id='type-id-404'/>
+ <parameter type-id='type-id-193'/>
+ <parameter type-id='type-id-402'/>
<parameter type-id='type-id-2'/>
<return type-id='type-id-1'/>
</function-decl>
<parameter type-id='type-id-27'/>
<return type-id='type-id-5'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-402'>
+ <function-type size-in-bits='64' id='type-id-400'>
<parameter type-id='type-id-102'/>
<parameter type-id='type-id-2'/>
<return type-id='type-id-3'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/identifiers.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<function-decl name='_cpp_destroy_hashtable' mangled-name='_cpp_destroy_hashtable' filepath='../.././libcpp/identifiers.c' line='80' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_destroy_hashtable'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_init_hashtable' mangled-name='_cpp_init_hashtable' filepath='../.././libcpp/identifiers.c' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_init_hashtable'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/identifiers.c' line='48' column='1'/>
- <parameter type-id='type-id-345' name='table' filepath='../.././libcpp/identifiers.c' line='48' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/identifiers.c' line='48' column='1'/>
+ <parameter type-id='type-id-343' name='table' filepath='../.././libcpp/identifiers.c' line='48' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_defined' mangled-name='_Z11cpp_definedP10cpp_readerPKhi' filepath='../.././libcpp/identifiers.c' line='100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z11cpp_definedP10cpp_readerPKhi'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/identifiers.c' line='100' column='1'/>
- <parameter type-id='type-id-146' name='str' filepath='../.././libcpp/identifiers.c' line='100' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/identifiers.c' line='100' column='1'/>
+ <parameter type-id='type-id-145' name='str' filepath='../.././libcpp/identifiers.c' line='100' column='1'/>
<parameter type-id='type-id-3' name='len' filepath='../.././libcpp/identifiers.c' line='100' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='ht_destroy' mangled-name='_Z10ht_destroyP2ht' filepath='../.././libcpp/include/symtab.h' line='77' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z10ht_destroyP2ht'>
- <parameter type-id='type-id-345'/>
+ <parameter type-id='type-id-343'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='ht_create' mangled-name='_Z9ht_createj' filepath='../.././libcpp/include/symtab.h' line='74' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9ht_createj'>
<parameter type-id='type-id-35'/>
- <return type-id='type-id-345'/>
+ <return type-id='type-id-343'/>
</function-decl>
- <pointer-type-def type-id='type-id-405' size-in-bits='64' id='type-id-406'/>
- <typedef-decl name='ht_cb' type-id='type-id-406' filepath='../.././libcpp/include/symtab.h' line='90' column='1' id='type-id-407'/>
+ <pointer-type-def type-id='type-id-403' size-in-bits='64' id='type-id-404'/>
+ <typedef-decl name='ht_cb' type-id='type-id-404' filepath='../.././libcpp/include/symtab.h' line='90' column='1' id='type-id-405'/>
<function-decl name='ht_forall' mangled-name='_Z9ht_forallP2htPFiP10cpp_readerP13ht_identifierPKvES6_' filepath='../.././libcpp/include/symtab.h' line='91' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9ht_forallP2htPFiP10cpp_readerP13ht_identifierPKvES6_'>
- <parameter type-id='type-id-345'/>
- <parameter type-id='type-id-407'/>
+ <parameter type-id='type-id-343'/>
+ <parameter type-id='type-id-405'/>
<parameter type-id='type-id-2'/>
<return type-id='type-id-1'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-405'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-343'/>
+ <function-type size-in-bits='64' id='type-id-403'>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-341'/>
<parameter type-id='type-id-2'/>
<return type-id='type-id-3'/>
</function-type>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/lex.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<function-decl name='cpp_ideq' mangled-name='_Z8cpp_ideqPK9cpp_tokenPKc' filepath='../.././libcpp/lex.c' line='74' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z8cpp_ideqPK9cpp_tokenPKc'>
- <parameter type-id='type-id-291' name='token' filepath='../.././libcpp/lex.c' line='74' column='1'/>
+ <parameter type-id='type-id-289' name='token' filepath='../.././libcpp/lex.c' line='74' column='1'/>
<parameter type-id='type-id-8' name='string' filepath='../.././libcpp/lex.c' line='74' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='_cpp_init_lexer' mangled-name='_cpp_init_lexer' filepath='../.././libcpp/lex.c' line='645' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_init_lexer'>
<return type-id='type-id-1'/>
</function-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='972' column='1' id='type-id-408'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='972' column='1' id='type-id-406'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='entries' type-id='type-id-355' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='974' column='1'/>
+ <var-decl name='entries' type-id='type-id-353' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='974' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='count' type-id='type-id-3' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='977' column='1'/>
<var-decl name='allocated' type-id='type-id-3' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='980' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='961' column='1' id='type-id-409'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='961' column='1' id='type-id-407'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='comment' type-id='type-id-9' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='963' column='1'/>
</data-member>
<var-decl name='sloc' type-id='type-id-106' visibility='default' filepath='../.././libcpp/include/cpplib.h' line='966' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-261' size-in-bits='64' id='type-id-410'/>
+ <pointer-type-def type-id='type-id-259' size-in-bits='64' id='type-id-408'/>
<function-decl name='cpp_get_comments' mangled-name='_Z16cpp_get_commentsP10cpp_reader' filepath='../.././libcpp/lex.c' line='1627' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z16cpp_get_commentsP10cpp_reader'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/lex.c' line='1627' column='1'/>
- <return type-id='type-id-410'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/lex.c' line='1627' column='1'/>
+ <return type-id='type-id-408'/>
</function-decl>
<function-decl name='_cpp_init_tokenrun' mangled-name='_cpp_init_tokenrun' filepath='../.././libcpp/lex.c' line='1721' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_init_tokenrun'>
- <parameter type-id='type-id-251' name='run' filepath='../.././libcpp/lex.c' line='1721' column='1'/>
+ <parameter type-id='type-id-249' name='run' filepath='../.././libcpp/lex.c' line='1721' column='1'/>
<parameter type-id='type-id-35' name='count' filepath='../.././libcpp/lex.c' line='1721' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
- <typedef-decl name='cpp_context' type-id='type-id-242' filepath='../.././libcpp/internal.h' line='176' column='1' id='type-id-411'/>
+ <typedef-decl name='cpp_context' type-id='type-id-240' filepath='../.././libcpp/internal.h' line='176' column='1' id='type-id-409'/>
<function-decl name='_cpp_remaining_tokens_num_in_context' mangled-name='_cpp_remaining_tokens_num_in_context' filepath='../.././libcpp/lex.c' line='1745' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_remaining_tokens_num_in_context'>
- <parameter type-id='type-id-243' name='context' filepath='../.././libcpp/lex.c' line='1745' column='1'/>
+ <parameter type-id='type-id-241' name='context' filepath='../.././libcpp/lex.c' line='1745' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='cpp_type2name' mangled-name='_Z13cpp_type2name9cpp_ttypeh' filepath='../.././libcpp/lex.c' line='2496' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z13cpp_type2name9cpp_ttypeh'>
- <parameter type-id='type-id-163' name='type' filepath='../.././libcpp/lex.c' line='2496' column='1'/>
+ <parameter type-id='type-id-161' name='type' filepath='../.././libcpp/lex.c' line='2496' column='1'/>
<parameter type-id='type-id-132' name='flags' filepath='../.././libcpp/lex.c' line='2496' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='cpp_output_token' mangled-name='_Z16cpp_output_tokenPK9cpp_tokenP8_IO_FILE' filepath='../.././libcpp/lex.c' line='2510' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z16cpp_output_tokenPK9cpp_tokenP8_IO_FILE'>
- <parameter type-id='type-id-291' name='token' filepath='../.././libcpp/lex.c' line='2510' column='1'/>
+ <parameter type-id='type-id-289' name='token' filepath='../.././libcpp/lex.c' line='2510' column='1'/>
<parameter type-id='type-id-27' name='fp' filepath='../.././libcpp/lex.c' line='2510' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_avoid_paste' mangled-name='_Z15cpp_avoid_pasteP10cpp_readerPK9cpp_tokenS3_' filepath='../.././libcpp/lex.c' line='2592' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15cpp_avoid_pasteP10cpp_readerPK9cpp_tokenS3_'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/lex.c' line='2592' column='1'/>
- <parameter type-id='type-id-291' name='token1' filepath='../.././libcpp/lex.c' line='2592' column='1'/>
- <parameter type-id='type-id-291' name='token2' filepath='../.././libcpp/lex.c' line='2593' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/lex.c' line='2592' column='1'/>
+ <parameter type-id='type-id-289' name='token1' filepath='../.././libcpp/lex.c' line='2592' column='1'/>
+ <parameter type-id='type-id-289' name='token2' filepath='../.././libcpp/lex.c' line='2593' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='cpp_output_line' mangled-name='_Z15cpp_output_lineP10cpp_readerP8_IO_FILE' filepath='../.././libcpp/lex.c' line='2649' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15cpp_output_lineP10cpp_readerP8_IO_FILE'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/lex.c' line='2649' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/lex.c' line='2649' column='1'/>
<parameter type-id='type-id-27' name='fp' filepath='../.././libcpp/lex.c' line='2649' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
- <enum-decl name='cpp_token_fld_kind' filepath='../.././libcpp/include/cpplib.h' line='195' column='1' id='type-id-412'>
+ <enum-decl name='cpp_token_fld_kind' filepath='../.././libcpp/include/cpplib.h' line='195' column='1' id='type-id-410'>
<underlying-type type-id='type-id-92'/>
<enumerator name='CPP_TOKEN_FLD_NODE' value='0'/>
<enumerator name='CPP_TOKEN_FLD_SOURCE' value='1'/>
<enumerator name='CPP_TOKEN_FLD_NONE' value='6'/>
</enum-decl>
<function-decl name='cpp_token_val_index' mangled-name='_Z19cpp_token_val_indexP9cpp_token' filepath='../.././libcpp/lex.c' line='2879' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z19cpp_token_val_indexP9cpp_token'>
- <parameter type-id='type-id-157' name='tok' filepath='../.././libcpp/lex.c' line='2879' column='1'/>
- <return type-id='type-id-412'/>
+ <parameter type-id='type-id-155' name='tok' filepath='../.././libcpp/lex.c' line='2879' column='1'/>
+ <return type-id='type-id-410'/>
</function-decl>
<function-decl name='cpp_force_token_locations' mangled-name='_Z25cpp_force_token_locationsP10cpp_readerPj' filepath='../.././libcpp/lex.c' line='2910' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z25cpp_force_token_locationsP10cpp_readerPj'>
- <parameter type-id='type-id-318' name='r' filepath='../.././libcpp/lex.c' line='2910' column='1'/>
+ <parameter type-id='type-id-316' name='r' filepath='../.././libcpp/lex.c' line='2910' column='1'/>
<parameter type-id='type-id-134' name='p' filepath='../.././libcpp/lex.c' line='2910' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_stop_forcing_token_locations' mangled-name='_Z32cpp_stop_forcing_token_locationsP10cpp_reader' filepath='../.././libcpp/lex.c' line='2918' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z32cpp_stop_forcing_token_locationsP10cpp_reader'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
- <class-decl name='normalize_state' size-in-bits='96' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='706' column='1' id='type-id-413'>
+ <class-decl name='normalize_state' size-in-bits='96' is-struct='yes' visibility='default' filepath='../.././libcpp/internal.h' line='706' column='1' id='type-id-411'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='previous' type-id='type-id-388' visibility='default' filepath='../.././libcpp/internal.h' line='709' column='1'/>
+ <var-decl name='previous' type-id='type-id-386' visibility='default' filepath='../.././libcpp/internal.h' line='709' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<var-decl name='prev_class' type-id='type-id-132' visibility='default' filepath='../.././libcpp/internal.h' line='711' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='level' type-id='type-id-352' visibility='default' filepath='../.././libcpp/internal.h' line='713' column='1'/>
+ <var-decl name='level' type-id='type-id-350' visibility='default' filepath='../.././libcpp/internal.h' line='713' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-413' size-in-bits='64' id='type-id-414'/>
+ <pointer-type-def type-id='type-id-411' size-in-bits='64' id='type-id-412'/>
<function-decl name='_cpp_valid_ucn' filepath='../.././libcpp/internal.h' line='723' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-391'/>
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-389'/>
+ <parameter type-id='type-id-145'/>
<parameter type-id='type-id-3'/>
- <parameter type-id='type-id-414'/>
- <return type-id='type-id-388'/>
+ <parameter type-id='type-id-412'/>
+ <return type-id='type-id-386'/>
</function-decl>
<function-decl name='_cpp_interpret_identifier' filepath='../.././libcpp/internal.h' line='731' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-145'/>
<parameter type-id='type-id-5'/>
<return type-id='type-id-133'/>
</function-decl>
<function-decl name='ht_lookup_with_hash' mangled-name='_Z19ht_lookup_with_hashP2htPKhmj16ht_lookup_option' filepath='../.././libcpp/include/symtab.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z19ht_lookup_with_hashP2htPKhmj16ht_lookup_option'>
- <parameter type-id='type-id-345'/>
- <parameter type-id='type-id-146'/>
+ <parameter type-id='type-id-343'/>
+ <parameter type-id='type-id-145'/>
<parameter type-id='type-id-5'/>
<parameter type-id='type-id-35'/>
- <parameter type-id='type-id-376'/>
- <return type-id='type-id-343'/>
+ <parameter type-id='type-id-374'/>
+ <return type-id='type-id-341'/>
</function-decl>
<function-decl name='memmove' filepath='/usr/include/string.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-2'/>
<return type-id='type-id-2'/>
</function-decl>
<function-decl name='cpp_named_operator2name' mangled-name='cpp_named_operator2name' filepath='../.././libcpp/internal.h' line='661' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cpp_named_operator2name'>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-161'/>
<return type-id='type-id-8'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/mkdeps.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<function-decl name='deps_free' mangled-name='_Z9deps_freeP4deps' filepath='../.././libcpp/mkdeps.c' line='174' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9deps_freeP4deps'>
- <parameter type-id='type-id-253' name='d' filepath='../.././libcpp/mkdeps.c' line='174' column='1'/>
+ <parameter type-id='type-id-251' name='d' filepath='../.././libcpp/mkdeps.c' line='174' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='deps_add_target' mangled-name='_Z15deps_add_targetP4depsPKci' filepath='../.././libcpp/mkdeps.c' line='206' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z15deps_add_targetP4depsPKci'>
- <parameter type-id='type-id-253' name='d' filepath='../.././libcpp/mkdeps.c' line='206' column='1'/>
+ <parameter type-id='type-id-251' name='d' filepath='../.././libcpp/mkdeps.c' line='206' column='1'/>
<parameter type-id='type-id-8' name='t' filepath='../.././libcpp/mkdeps.c' line='206' column='1'/>
<parameter type-id='type-id-3' name='quote' filepath='../.././libcpp/mkdeps.c' line='206' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='deps_add_default_target' mangled-name='_Z23deps_add_default_targetP4depsPKc' filepath='../.././libcpp/mkdeps.c' line='227' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z23deps_add_default_targetP4depsPKc'>
- <parameter type-id='type-id-253'/>
+ <parameter type-id='type-id-251'/>
<parameter type-id='type-id-8'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='deps_add_vpath' mangled-name='_Z14deps_add_vpathP4depsPKc' filepath='../.././libcpp/mkdeps.c' line='270' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z14deps_add_vpathP4depsPKc'>
- <parameter type-id='type-id-253'/>
+ <parameter type-id='type-id-251'/>
<parameter type-id='type-id-8'/>
<return type-id='type-id-1'/>
</function-decl>
- <qualified-type-def type-id='type-id-301' const='yes' id='type-id-415'/>
- <pointer-type-def type-id='type-id-415' size-in-bits='64' id='type-id-416'/>
+ <qualified-type-def type-id='type-id-299' const='yes' id='type-id-413'/>
+ <pointer-type-def type-id='type-id-413' size-in-bits='64' id='type-id-414'/>
<function-decl name='deps_write' mangled-name='_Z10deps_writePK4depsP8_IO_FILEj' filepath='../.././libcpp/mkdeps.c' line='299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z10deps_writePK4depsP8_IO_FILEj'>
- <parameter type-id='type-id-416' name='d' filepath='../.././libcpp/mkdeps.c' line='299' column='1'/>
+ <parameter type-id='type-id-414' name='d' filepath='../.././libcpp/mkdeps.c' line='299' column='1'/>
<parameter type-id='type-id-27' name='fp' filepath='../.././libcpp/mkdeps.c' line='299' column='1'/>
<parameter type-id='type-id-35' name='colmax' filepath='../.././libcpp/mkdeps.c' line='299' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='deps_phony_targets' mangled-name='_Z18deps_phony_targetsPK4depsP8_IO_FILE' filepath='../.././libcpp/mkdeps.c' line='350' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z18deps_phony_targetsPK4depsP8_IO_FILE'>
- <parameter type-id='type-id-416' name='d' filepath='../.././libcpp/mkdeps.c' line='350' column='1'/>
+ <parameter type-id='type-id-414' name='d' filepath='../.././libcpp/mkdeps.c' line='350' column='1'/>
<parameter type-id='type-id-27' name='fp' filepath='../.././libcpp/mkdeps.c' line='350' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='deps_save' mangled-name='_Z9deps_saveP4depsP8_IO_FILE' filepath='../.././libcpp/mkdeps.c' line='368' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z9deps_saveP4depsP8_IO_FILE'>
- <parameter type-id='type-id-253' name='deps' filepath='../.././libcpp/mkdeps.c' line='368' column='1'/>
+ <parameter type-id='type-id-251' name='deps' filepath='../.././libcpp/mkdeps.c' line='368' column='1'/>
<parameter type-id='type-id-27' name='f' filepath='../.././libcpp/mkdeps.c' line='368' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='deps_restore' mangled-name='_Z12deps_restoreP4depsP8_IO_FILEPKc' filepath='../.././libcpp/mkdeps.c' line='397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12deps_restoreP4depsP8_IO_FILEPKc'>
- <parameter type-id='type-id-253' name='deps' filepath='../.././libcpp/mkdeps.c' line='397' column='1'/>
+ <parameter type-id='type-id-251' name='deps' filepath='../.././libcpp/mkdeps.c' line='397' column='1'/>
<parameter type-id='type-id-27' name='fd' filepath='../.././libcpp/mkdeps.c' line='397' column='1'/>
<parameter type-id='type-id-8' name='self' filepath='../.././libcpp/mkdeps.c' line='397' column='1'/>
<return type-id='type-id-3'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/symtab.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<function-decl name='ht_purge' mangled-name='_Z8ht_purgeP2htPFiP10cpp_readerP13ht_identifierPKvES6_' filepath='../.././libcpp/symtab.c' line='245' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z8ht_purgeP2htPFiP10cpp_readerP13ht_identifierPKvES6_'>
- <parameter type-id='type-id-345'/>
- <parameter type-id='type-id-407'/>
+ <parameter type-id='type-id-343'/>
+ <parameter type-id='type-id-405'/>
<parameter type-id='type-id-2'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='ht_load' mangled-name='_Z7ht_loadP2htPP13ht_identifierjjb' filepath='../.././libcpp/symtab.c' line='262' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z7ht_loadP2htPP13ht_identifierjjb'>
- <parameter type-id='type-id-345' name='ht' filepath='../.././libcpp/symtab.c' line='262' column='1'/>
- <parameter type-id='type-id-340' name='entries' filepath='../.././libcpp/symtab.c' line='262' column='1'/>
+ <parameter type-id='type-id-343' name='ht' filepath='../.././libcpp/symtab.c' line='262' column='1'/>
+ <parameter type-id='type-id-338' name='entries' filepath='../.././libcpp/symtab.c' line='262' column='1'/>
<parameter type-id='type-id-35' name='nslots' filepath='../.././libcpp/symtab.c' line='263' column='1'/>
<parameter type-id='type-id-35' name='nelements' filepath='../.././libcpp/symtab.c' line='263' column='1'/>
<parameter type-id='type-id-41' name='own' filepath='../.././libcpp/symtab.c' line='264' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='ht_dump_statistics' mangled-name='_Z18ht_dump_statisticsP2ht' filepath='../.././libcpp/symtab.c' line='277' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z18ht_dump_statisticsP2ht'>
- <parameter type-id='type-id-345'/>
+ <parameter type-id='type-id-343'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_obstack_memory_used' filepath='../.././libcpp/../include/obstack.h' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/charset.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<function-decl name='cpp_init_iconv' mangled-name='_Z14cpp_init_iconvP10cpp_reader' filepath='../.././libcpp/charset.c' line='700' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z14cpp_init_iconvP10cpp_reader'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='_cpp_destroy_iconv' mangled-name='_cpp_destroy_iconv' filepath='../.././libcpp/charset.c' line='740' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_destroy_iconv'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_host_to_exec_charset' mangled-name='_Z24cpp_host_to_exec_charsetP10cpp_readerj' filepath='../.././libcpp/charset.c' line='770' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z24cpp_host_to_exec_charsetP10cpp_readerj'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/charset.c' line='770' column='1'/>
- <parameter type-id='type-id-388' name='c' filepath='../.././libcpp/charset.c' line='770' column='1'/>
- <return type-id='type-id-388'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/charset.c' line='770' column='1'/>
+ <parameter type-id='type-id-386' name='c' filepath='../.././libcpp/charset.c' line='770' column='1'/>
+ <return type-id='type-id-386'/>
</function-decl>
- <pointer-type-def type-id='type-id-269' size-in-bits='64' id='type-id-417'/>
+ <pointer-type-def type-id='type-id-267' size-in-bits='64' id='type-id-415'/>
<function-decl name='_cpp_valid_ucn' mangled-name='_cpp_valid_ucn' filepath='../.././libcpp/charset.c' line='983' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_valid_ucn'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/charset.c' line='983' column='1'/>
- <parameter type-id='type-id-417' name='pstr' filepath='../.././libcpp/charset.c' line='983' column='1'/>
- <parameter type-id='type-id-269' name='limit' filepath='../.././libcpp/charset.c' line='984' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/charset.c' line='983' column='1'/>
+ <parameter type-id='type-id-415' name='pstr' filepath='../.././libcpp/charset.c' line='983' column='1'/>
+ <parameter type-id='type-id-267' name='limit' filepath='../.././libcpp/charset.c' line='984' column='1'/>
<parameter type-id='type-id-3' name='identifier_pos' filepath='../.././libcpp/charset.c' line='984' column='1'/>
- <parameter type-id='type-id-414' name='nst' filepath='../.././libcpp/charset.c' line='985' column='1'/>
- <return type-id='type-id-388'/>
+ <parameter type-id='type-id-412' name='nst' filepath='../.././libcpp/charset.c' line='985' column='1'/>
+ <return type-id='type-id-386'/>
</function-decl>
<function-decl name='cpp_interpret_string' mangled-name='_Z20cpp_interpret_stringP10cpp_readerPK10cpp_stringmPS1_9cpp_ttype' filepath='../.././libcpp/charset.c' line='1371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z20cpp_interpret_stringP10cpp_readerPK10cpp_stringmPS1_9cpp_ttype'>
- <parameter type-id='type-id-318'/>
- <parameter type-id='type-id-326'/>
+ <parameter type-id='type-id-316'/>
+ <parameter type-id='type-id-324'/>
<parameter type-id='type-id-5'/>
- <parameter type-id='type-id-387'/>
- <parameter type-id='type-id-163'/>
+ <parameter type-id='type-id-385'/>
+ <parameter type-id='type-id-161'/>
<return type-id='type-id-41'/>
</function-decl>
<function-decl name='_cpp_interpret_identifier' mangled-name='_cpp_interpret_identifier' filepath='../.././libcpp/charset.c' line='1634' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_interpret_identifier'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/charset.c' line='1634' column='1'/>
- <parameter type-id='type-id-269' name='id' filepath='../.././libcpp/charset.c' line='1634' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/charset.c' line='1634' column='1'/>
+ <parameter type-id='type-id-267' name='id' filepath='../.././libcpp/charset.c' line='1634' column='1'/>
<parameter type-id='type-id-5' name='len' filepath='../.././libcpp/charset.c' line='1634' column='1'/>
<return type-id='type-id-133'/>
</function-decl>
<function-decl name='_cpp_convert_input' mangled-name='_cpp_convert_input' filepath='../.././libcpp/charset.c' line='1698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_convert_input'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/charset.c' line='1698' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/charset.c' line='1698' column='1'/>
<parameter type-id='type-id-8' name='input_charset' filepath='../.././libcpp/charset.c' line='1698' column='1'/>
- <parameter type-id='type-id-361' name='input' filepath='../.././libcpp/charset.c' line='1699' column='1'/>
+ <parameter type-id='type-id-359' name='input' filepath='../.././libcpp/charset.c' line='1699' column='1'/>
<parameter type-id='type-id-5' name='size' filepath='../.././libcpp/charset.c' line='1699' column='1'/>
<parameter type-id='type-id-5' name='len' filepath='../.././libcpp/charset.c' line='1699' column='1'/>
- <parameter type-id='type-id-391' name='buffer_start' filepath='../.././libcpp/charset.c' line='1700' column='1'/>
- <parameter type-id='type-id-393' name='st_size' filepath='../.././libcpp/charset.c' line='1700' column='1'/>
- <return type-id='type-id-361'/>
+ <parameter type-id='type-id-389' name='buffer_start' filepath='../.././libcpp/charset.c' line='1700' column='1'/>
+ <parameter type-id='type-id-391' name='st_size' filepath='../.././libcpp/charset.c' line='1700' column='1'/>
+ <return type-id='type-id-359'/>
</function-decl>
<function-decl name='_cpp_default_encoding' mangled-name='_cpp_default_encoding' filepath='../.././libcpp/charset.c' line='1767' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_cpp_default_encoding'>
<return type-id='type-id-8'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libcpp/init.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libcpp' language='LANG_C_plus_plus'>
<function-decl name='cpp_set_lang' mangled-name='_Z12cpp_set_langP10cpp_reader6c_lang' filepath='../.././libcpp/init.c' line='108' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z12cpp_set_langP10cpp_reader6c_lang'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/init.c' line='108' column='1'/>
- <parameter type-id='type-id-351' name='lang' filepath='../.././libcpp/init.c' line='108' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/init.c' line='108' column='1'/>
+ <parameter type-id='type-id-349' name='lang' filepath='../.././libcpp/init.c' line='108' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_create_reader' mangled-name='_Z17cpp_create_reader6c_langP2htP9line_maps' filepath='../.././libcpp/init.c' line='152' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z17cpp_create_reader6c_langP2htP9line_maps'>
- <parameter type-id='type-id-351' name='lang' filepath='../.././libcpp/init.c' line='152' column='1'/>
- <parameter type-id='type-id-345' name='table' filepath='../.././libcpp/init.c' line='152' column='1'/>
- <parameter type-id='type-id-208' name='line_table' filepath='../.././libcpp/init.c' line='153' column='1'/>
- <return type-id='type-id-318'/>
+ <parameter type-id='type-id-349' name='lang' filepath='../.././libcpp/init.c' line='152' column='1'/>
+ <parameter type-id='type-id-343' name='table' filepath='../.././libcpp/init.c' line='152' column='1'/>
+ <parameter type-id='type-id-206' name='line_table' filepath='../.././libcpp/init.c' line='153' column='1'/>
+ <return type-id='type-id-316'/>
</function-decl>
<function-decl name='cpp_set_line_map' mangled-name='_Z16cpp_set_line_mapP10cpp_readerP9line_maps' filepath='../.././libcpp/init.c' line='252' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z16cpp_set_line_mapP10cpp_readerP9line_maps'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/init.c' line='252' column='1'/>
- <parameter type-id='type-id-208' name='line_table' filepath='../.././libcpp/init.c' line='252' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/init.c' line='252' column='1'/>
+ <parameter type-id='type-id-206' name='line_table' filepath='../.././libcpp/init.c' line='252' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_destroy' mangled-name='_Z11cpp_destroyP10cpp_reader' filepath='../.././libcpp/init.c' line='260' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z11cpp_destroyP10cpp_reader'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_init_special_builtins' mangled-name='_Z25cpp_init_special_builtinsP10cpp_reader' filepath='../.././libcpp/init.c' line='429' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z25cpp_init_special_builtinsP10cpp_reader'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_init_builtins' mangled-name='_Z17cpp_init_builtinsP10cpp_readeri' filepath='../.././libcpp/init.c' line='456' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z17cpp_init_builtinsP10cpp_readeri'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<parameter type-id='type-id-3'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_post_options' mangled-name='_Z16cpp_post_optionsP10cpp_reader' filepath='../.././libcpp/init.c' line='555' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z16cpp_post_optionsP10cpp_reader'>
- <parameter type-id='type-id-318'/>
+ <parameter type-id='type-id-316'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cpp_read_main_file' mangled-name='_Z18cpp_read_main_fileP10cpp_readerPKc' filepath='../.././libcpp/init.c' line='577' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z18cpp_read_main_fileP10cpp_readerPKc'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/init.c' line='577' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/init.c' line='577' column='1'/>
<parameter type-id='type-id-8' name='fname' filepath='../.././libcpp/init.c' line='577' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
<function-decl name='cpp_finish' mangled-name='_Z10cpp_finishP10cpp_readerP8_IO_FILE' filepath='../.././libcpp/init.c' line='693' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z10cpp_finishP10cpp_readerP8_IO_FILE'>
- <parameter type-id='type-id-318' name='pfile' filepath='../.././libcpp/lex.c' line='2649' column='1'/>
+ <parameter type-id='type-id-316' name='pfile' filepath='../.././libcpp/lex.c' line='2649' column='1'/>
<parameter type-id='type-id-27' name='fp' filepath='../.././libcpp/lex.c' line='2649' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
- <array-type-def dimensions='1' type-id='type-id-145' size-in-bits='2048' id='type-id-418'>
- <subrange length='256' type-id='type-id-22' id='type-id-399'/>
+ <array-type-def dimensions='1' type-id='type-id-144' size-in-bits='2048' id='type-id-416'>
+ <subrange length='256' type-id='type-id-22' id='type-id-397'/>
</array-type-def>
- <var-decl name='_cpp_trigraph_map' type-id='type-id-418' mangled-name='_cpp_trigraph_map' visibility='default' filepath='../.././libcpp/init.c' line='60' column='1' elf-symbol-id='_cpp_trigraph_map'/>
+ <var-decl name='_cpp_trigraph_map' type-id='type-id-416' mangled-name='_cpp_trigraph_map' visibility='default' filepath='../.././libcpp/init.c' line='60' column='1' elf-symbol-id='_cpp_trigraph_map'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/cplus-dem.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
<function-decl name='set_cplus_marker_for_demangling' mangled-name='set_cplus_marker_for_demangling' filepath='../.././libiberty/cplus-dem.c' line='100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='set_cplus_marker_for_demangling'>
<parameter type-id='type-id-3' name='options' filepath='../.././libiberty/cplus-dem.c' line='765' column='1'/>
<return type-id='type-id-8'/>
</function-decl>
- <enum-decl name='demangling_styles' filepath='../.././libiberty/../include/demangle.h' line='78' column='1' id='type-id-419'>
+ <enum-decl name='demangling_styles' filepath='../.././libiberty/../include/demangle.h' line='78' column='1' id='type-id-417'>
<underlying-type type-id='type-id-92'/>
<enumerator name='no_demangling' value='-1'/>
<enumerator name='unknown_demangling' value='0'/>
<enumerator name='gnat_demangling' value='32768'/>
</enum-decl>
<function-decl name='cplus_demangle_set_style' mangled-name='cplus_demangle_set_style' filepath='../.././libiberty/cplus-dem.c' line='785' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_set_style'>
- <parameter type-id='type-id-419' name='style' filepath='../.././libiberty/cplus-dem.c' line='785' column='1'/>
- <return type-id='type-id-419'/>
+ <parameter type-id='type-id-417' name='style' filepath='../.././libiberty/cplus-dem.c' line='785' column='1'/>
+ <return type-id='type-id-417'/>
</function-decl>
<function-decl name='cplus_demangle_name_to_style' mangled-name='cplus_demangle_name_to_style' filepath='../.././libiberty/cplus-dem.c' line='802' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_name_to_style'>
<parameter type-id='type-id-8' name='name' filepath='../.././libiberty/cplus-dem.c' line='802' column='1'/>
- <return type-id='type-id-419'/>
+ <return type-id='type-id-417'/>
</function-decl>
<function-decl name='ada_demangle' mangled-name='ada_demangle' filepath='../.././libiberty/cplus-dem.c' line='881' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='ada_demangle'>
<parameter type-id='type-id-8' name='mangled' filepath='../.././libiberty/cplus-dem.c' line='881' column='1'/>
<parameter type-id='type-id-3' name='options' filepath='../.././libiberty/cplus-dem.c' line='632' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
- <var-decl name='current_demangling_style' type-id='type-id-419' mangled-name='current_demangling_style' visibility='default' filepath='../.././libiberty/cplus-dem.c' line='93' column='1' elf-symbol-id='current_demangling_style'/>
- <class-decl name='demangler_engine' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='122' column='1' id='type-id-420'>
+ <var-decl name='current_demangling_style' type-id='type-id-417' mangled-name='current_demangling_style' visibility='default' filepath='../.././libiberty/cplus-dem.c' line='93' column='1' elf-symbol-id='current_demangling_style'/>
+ <class-decl name='demangler_engine' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='122' column='1' id='type-id-418'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='demangling_style_name' type-id='type-id-421' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='124' column='1'/>
+ <var-decl name='demangling_style_name' type-id='type-id-419' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='124' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='demangling_style' type-id='type-id-422' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='125' column='1'/>
+ <var-decl name='demangling_style' type-id='type-id-420' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='125' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='demangling_style_doc' type-id='type-id-421' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='126' column='1'/>
+ <var-decl name='demangling_style_doc' type-id='type-id-419' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='126' column='1'/>
</data-member>
</class-decl>
- <qualified-type-def type-id='type-id-8' const='yes' id='type-id-421'/>
- <qualified-type-def type-id='type-id-419' const='yes' id='type-id-422'/>
+ <qualified-type-def type-id='type-id-8' const='yes' id='type-id-419'/>
+ <qualified-type-def type-id='type-id-417' const='yes' id='type-id-420'/>
- <array-type-def dimensions='1' type-id='type-id-423' size-in-bits='2112' id='type-id-424'>
- <subrange length='11' type-id='type-id-22' id='type-id-425'/>
+ <array-type-def dimensions='1' type-id='type-id-421' size-in-bits='2112' id='type-id-422'>
+ <subrange length='11' type-id='type-id-22' id='type-id-423'/>
</array-type-def>
- <qualified-type-def type-id='type-id-420' const='yes' id='type-id-423'/>
- <var-decl name='libiberty_demanglers' type-id='type-id-424' mangled-name='libiberty_demanglers' visibility='default' filepath='../.././libiberty/cplus-dem.c' line='246' column='1' elf-symbol-id='libiberty_demanglers'/>
+ <qualified-type-def type-id='type-id-418' const='yes' id='type-id-421'/>
+ <var-decl name='libiberty_demanglers' type-id='type-id-422' mangled-name='libiberty_demanglers' visibility='default' filepath='../.././libiberty/cplus-dem.c' line='246' column='1' elf-symbol-id='libiberty_demanglers'/>
<function-decl name='__builtin_strcmp' mangled-name='strcmp' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-8'/>
<parameter type-id='type-id-8'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/cp-demangle.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
- <class-decl name='demangle_component' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='434' column='1' id='type-id-426'>
+ <class-decl name='demangle_component' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='434' column='1' id='type-id-424'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='type' type-id='type-id-427' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='437' column='1'/>
+ <var-decl name='type' type-id='type-id-425' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='437' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='u' type-id='type-id-428' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='541' column='1'/>
+ <var-decl name='u' type-id='type-id-426' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='541' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='demangle_component_type' filepath='../.././libiberty/../include/demangle.h' line='215' column='1' id='type-id-427'>
+ <enum-decl name='demangle_component_type' filepath='../.././libiberty/../include/demangle.h' line='215' column='1' id='type-id-425'>
<underlying-type type-id='type-id-92'/>
<enumerator name='DEMANGLE_COMPONENT_NAME' value='0'/>
<enumerator name='DEMANGLE_COMPONENT_QUAL_NAME' value='1'/>
<enumerator name='DEMANGLE_COMPONENT_PACK_EXPANSION' value='69'/>
<enumerator name='DEMANGLE_COMPONENT_CLONE' value='70'/>
</enum-decl>
- <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='439' column='1' id='type-id-428'>
+ <union-decl name='__anonymous_union__' size-in-bits='128' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='439' column='1' id='type-id-426'>
<data-member access='private'>
- <var-decl name='s_name' type-id='type-id-429' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='448' column='1'/>
+ <var-decl name='s_name' type-id='type-id-427' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='448' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='s_operator' type-id='type-id-430' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='455' column='1'/>
+ <var-decl name='s_operator' type-id='type-id-428' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='455' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='s_extended_operator' type-id='type-id-431' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='464' column='1'/>
+ <var-decl name='s_extended_operator' type-id='type-id-429' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='464' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='s_fixed' type-id='type-id-432' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='475' column='1'/>
+ <var-decl name='s_fixed' type-id='type-id-430' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='475' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='s_ctor' type-id='type-id-433' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='484' column='1'/>
+ <var-decl name='s_ctor' type-id='type-id-431' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='484' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='s_dtor' type-id='type-id-434' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='493' column='1'/>
+ <var-decl name='s_dtor' type-id='type-id-432' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='493' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='s_builtin' type-id='type-id-435' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='500' column='1'/>
+ <var-decl name='s_builtin' type-id='type-id-433' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='500' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='s_string' type-id='type-id-436' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='509' column='1'/>
+ <var-decl name='s_string' type-id='type-id-434' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='509' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='s_number' type-id='type-id-437' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='516' column='1'/>
+ <var-decl name='s_number' type-id='type-id-435' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='516' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='s_character' type-id='type-id-438' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='522' column='1'/>
+ <var-decl name='s_character' type-id='type-id-436' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='522' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='s_binary' type-id='type-id-439' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='531' column='1'/>
+ <var-decl name='s_binary' type-id='type-id-437' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='531' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='s_unary_num' type-id='type-id-440' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='539' column='1'/>
+ <var-decl name='s_unary_num' type-id='type-id-438' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='539' column='1'/>
</data-member>
</union-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='442' column='1' id='type-id-429'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='442' column='1' id='type-id-427'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='s' type-id='type-id-8' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='446' column='1'/>
</data-member>
<var-decl name='len' type-id='type-id-3' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='447' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='451' column='1' id='type-id-430'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='451' column='1' id='type-id-428'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='op' type-id='type-id-441' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='454' column='1'/>
+ <var-decl name='op' type-id='type-id-439' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='454' column='1'/>
</data-member>
</class-decl>
- <class-decl name='demangle_operator_info' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='37' column='1' id='type-id-442'>
+ <class-decl name='demangle_operator_info' size-in-bits='192' is-struct='yes' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='37' column='1' id='type-id-440'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='code' type-id='type-id-8' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='40' column='1'/>
</data-member>
<var-decl name='args' type-id='type-id-3' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='46' column='1'/>
</data-member>
</class-decl>
- <qualified-type-def type-id='type-id-442' const='yes' id='type-id-443'/>
- <pointer-type-def type-id='type-id-443' size-in-bits='64' id='type-id-441'/>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='458' column='1' id='type-id-431'>
+ <qualified-type-def type-id='type-id-440' const='yes' id='type-id-441'/>
+ <pointer-type-def type-id='type-id-441' size-in-bits='64' id='type-id-439'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='458' column='1' id='type-id-429'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='args' type-id='type-id-3' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='461' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='name' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='463' column='1'/>
+ <var-decl name='name' type-id='type-id-442' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='463' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-426' size-in-bits='64' id='type-id-444'/>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='467' column='1' id='type-id-432'>
+ <pointer-type-def type-id='type-id-424' size-in-bits='64' id='type-id-442'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='467' column='1' id='type-id-430'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='length' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='470' column='1'/>
+ <var-decl name='length' type-id='type-id-442' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='470' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='accum' type-id='type-id-445' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='472' column='1'/>
+ <var-decl name='accum' type-id='type-id-443' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='472' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='80'>
- <var-decl name='sat' type-id='type-id-445' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='474' column='1'/>
+ <var-decl name='sat' type-id='type-id-443' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='474' column='1'/>
</data-member>
</class-decl>
- <type-decl name='short int' size-in-bits='16' id='type-id-445'/>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='478' column='1' id='type-id-433'>
+ <type-decl name='short int' size-in-bits='16' id='type-id-443'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='478' column='1' id='type-id-431'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='kind' type-id='type-id-446' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='481' column='1'/>
+ <var-decl name='kind' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='481' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='name' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='483' column='1'/>
+ <var-decl name='name' type-id='type-id-442' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='483' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='gnu_v3_ctor_kinds' filepath='../.././libiberty/../include/demangle.h' line='172' column='1' id='type-id-446'>
+ <enum-decl name='gnu_v3_ctor_kinds' filepath='../.././libiberty/../include/demangle.h' line='172' column='1' id='type-id-444'>
<underlying-type type-id='type-id-92'/>
<enumerator name='gnu_v3_complete_object_ctor' value='1'/>
<enumerator name='gnu_v3_base_object_ctor' value='2'/>
<enumerator name='gnu_v3_complete_object_allocating_ctor' value='3'/>
<enumerator name='gnu_v3_object_ctor_group' value='4'/>
</enum-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='487' column='1' id='type-id-434'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='487' column='1' id='type-id-432'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='kind' type-id='type-id-447' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='490' column='1'/>
+ <var-decl name='kind' type-id='type-id-445' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='490' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='name' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='492' column='1'/>
+ <var-decl name='name' type-id='type-id-442' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='492' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='gnu_v3_dtor_kinds' filepath='../.././libiberty/../include/demangle.h' line='187' column='1' id='type-id-447'>
+ <enum-decl name='gnu_v3_dtor_kinds' filepath='../.././libiberty/../include/demangle.h' line='187' column='1' id='type-id-445'>
<underlying-type type-id='type-id-92'/>
<enumerator name='gnu_v3_deleting_dtor' value='1'/>
<enumerator name='gnu_v3_complete_object_dtor' value='2'/>
<enumerator name='gnu_v3_base_object_dtor' value='3'/>
<enumerator name='gnu_v3_object_dtor_group' value='4'/>
</enum-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='496' column='1' id='type-id-435'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='496' column='1' id='type-id-433'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='type' type-id='type-id-448' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='499' column='1'/>
+ <var-decl name='type' type-id='type-id-446' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='499' column='1'/>
</data-member>
</class-decl>
- <class-decl name='demangle_builtin_type_info' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='77' column='1' id='type-id-449'>
+ <class-decl name='demangle_builtin_type_info' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='77' column='1' id='type-id-447'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='name' type-id='type-id-8' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='80' column='1'/>
</data-member>
<var-decl name='java_len' type-id='type-id-3' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='86' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
- <var-decl name='print' type-id='type-id-450' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='88' column='1'/>
+ <var-decl name='print' type-id='type-id-448' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='88' column='1'/>
</data-member>
</class-decl>
- <enum-decl name='d_builtin_type_print' filepath='../.././libiberty/cp-demangle.h' line='51' column='1' id='type-id-450'>
+ <enum-decl name='d_builtin_type_print' filepath='../.././libiberty/cp-demangle.h' line='51' column='1' id='type-id-448'>
<underlying-type type-id='type-id-92'/>
<enumerator name='D_PRINT_DEFAULT' value='0'/>
<enumerator name='D_PRINT_INT' value='1'/>
<enumerator name='D_PRINT_FLOAT' value='8'/>
<enumerator name='D_PRINT_VOID' value='9'/>
</enum-decl>
- <qualified-type-def type-id='type-id-449' const='yes' id='type-id-451'/>
- <pointer-type-def type-id='type-id-451' size-in-bits='64' id='type-id-448'/>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='503' column='1' id='type-id-436'>
+ <qualified-type-def type-id='type-id-447' const='yes' id='type-id-449'/>
+ <pointer-type-def type-id='type-id-449' size-in-bits='64' id='type-id-446'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='503' column='1' id='type-id-434'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='string' type-id='type-id-8' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='506' column='1'/>
</data-member>
<var-decl name='len' type-id='type-id-3' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='508' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='512' column='1' id='type-id-437'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='512' column='1' id='type-id-435'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='number' type-id='type-id-21' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='515' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='519' column='1' id='type-id-438'>
+ <class-decl name='__anonymous_struct__' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='519' column='1' id='type-id-436'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='character' type-id='type-id-3' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='521' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='525' column='1' id='type-id-439'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='525' column='1' id='type-id-437'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='left' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='528' column='1'/>
+ <var-decl name='left' type-id='type-id-442' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='528' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='right' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='530' column='1'/>
+ <var-decl name='right' type-id='type-id-442' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='530' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='533' column='1' id='type-id-440'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='533' column='1' id='type-id-438'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='sub' type-id='type-id-444' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='536' column='1'/>
+ <var-decl name='sub' type-id='type-id-442' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='536' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='num' type-id='type-id-3' visibility='default' filepath='../.././libiberty/../include/demangle.h' line='538' column='1'/>
</data-member>
</class-decl>
<function-decl name='cplus_demangle_fill_name' mangled-name='cplus_demangle_fill_name' filepath='../.././libiberty/cp-demangle.c' line='711' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_fill_name'>
- <parameter type-id='type-id-444' name='p' filepath='../.././libiberty/cp-demangle.c' line='711' column='1'/>
+ <parameter type-id='type-id-442' name='p' filepath='../.././libiberty/cp-demangle.c' line='711' column='1'/>
<parameter type-id='type-id-8' name='s' filepath='../.././libiberty/cp-demangle.c' line='711' column='1'/>
<parameter type-id='type-id-3' name='len' filepath='../.././libiberty/cp-demangle.c' line='711' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='cplus_demangle_fill_extended_operator' mangled-name='cplus_demangle_fill_extended_operator' filepath='../.././libiberty/cp-demangle.c' line='725' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_fill_extended_operator'>
- <parameter type-id='type-id-444' name='p' filepath='../.././libiberty/cp-demangle.c' line='725' column='1'/>
+ <parameter type-id='type-id-442' name='p' filepath='../.././libiberty/cp-demangle.c' line='725' column='1'/>
<parameter type-id='type-id-3' name='args' filepath='../.././libiberty/cp-demangle.c' line='725' column='1'/>
- <parameter type-id='type-id-444' name='name' filepath='../.././libiberty/cp-demangle.c' line='726' column='1'/>
+ <parameter type-id='type-id-442' name='name' filepath='../.././libiberty/cp-demangle.c' line='726' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='cplus_demangle_fill_ctor' mangled-name='cplus_demangle_fill_ctor' filepath='../.././libiberty/cp-demangle.c' line='740' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_fill_ctor'>
- <parameter type-id='type-id-444' name='p' filepath='../.././libiberty/cp-demangle.c' line='740' column='1'/>
- <parameter type-id='type-id-446' name='kind' filepath='../.././libiberty/cp-demangle.c' line='741' column='1'/>
- <parameter type-id='type-id-444' name='name' filepath='../.././libiberty/cp-demangle.c' line='742' column='1'/>
+ <parameter type-id='type-id-442' name='p' filepath='../.././libiberty/cp-demangle.c' line='740' column='1'/>
+ <parameter type-id='type-id-444' name='kind' filepath='../.././libiberty/cp-demangle.c' line='741' column='1'/>
+ <parameter type-id='type-id-442' name='name' filepath='../.././libiberty/cp-demangle.c' line='742' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='cplus_demangle_fill_dtor' mangled-name='cplus_demangle_fill_dtor' filepath='../.././libiberty/cp-demangle.c' line='759' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_fill_dtor'>
- <parameter type-id='type-id-444' name='p' filepath='../.././libiberty/cp-demangle.c' line='759' column='1'/>
- <parameter type-id='type-id-447' name='kind' filepath='../.././libiberty/cp-demangle.c' line='760' column='1'/>
- <parameter type-id='type-id-444' name='name' filepath='../.././libiberty/cp-demangle.c' line='761' column='1'/>
+ <parameter type-id='type-id-442' name='p' filepath='../.././libiberty/cp-demangle.c' line='759' column='1'/>
+ <parameter type-id='type-id-445' name='kind' filepath='../.././libiberty/cp-demangle.c' line='760' column='1'/>
+ <parameter type-id='type-id-442' name='name' filepath='../.././libiberty/cp-demangle.c' line='761' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
- <class-decl name='d_info' size-in-bits='704' is-struct='yes' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='93' column='1' id='type-id-452'>
+ <class-decl name='d_info' size-in-bits='704' is-struct='yes' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='93' column='1' id='type-id-450'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='s' type-id='type-id-8' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='96' column='1'/>
</data-member>
<var-decl name='n' type-id='type-id-8' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='102' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='comps' type-id='type-id-444' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='104' column='1'/>
+ <var-decl name='comps' type-id='type-id-442' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='104' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<var-decl name='next_comp' type-id='type-id-3' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='106' column='1'/>
<var-decl name='num_comps' type-id='type-id-3' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='108' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='subs' type-id='type-id-453' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='110' column='1'/>
+ <var-decl name='subs' type-id='type-id-451' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='110' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<var-decl name='next_sub' type-id='type-id-3' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='112' column='1'/>
<var-decl name='did_subs' type-id='type-id-3' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='118' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='last_name' type-id='type-id-444' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='120' column='1'/>
+ <var-decl name='last_name' type-id='type-id-442' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='120' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<var-decl name='expansion' type-id='type-id-3' visibility='default' filepath='../.././libiberty/cp-demangle.h' line='124' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-444' size-in-bits='64' id='type-id-453'/>
- <pointer-type-def type-id='type-id-452' size-in-bits='64' id='type-id-454'/>
+ <pointer-type-def type-id='type-id-442' size-in-bits='64' id='type-id-451'/>
+ <pointer-type-def type-id='type-id-450' size-in-bits='64' id='type-id-452'/>
<function-decl name='cplus_demangle_type' mangled-name='cplus_demangle_type' filepath='../.././libiberty/cp-demangle.c' line='2092' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_type'>
- <parameter type-id='type-id-454' name='di' filepath='../.././libiberty/cp-demangle.c' line='2092' column='1'/>
- <return type-id='type-id-444'/>
+ <parameter type-id='type-id-452' name='di' filepath='../.././libiberty/cp-demangle.c' line='2092' column='1'/>
+ <return type-id='type-id-442'/>
</function-decl>
<function-decl name='cplus_demangle_mangled_name' mangled-name='cplus_demangle_mangled_name' filepath='../.././libiberty/cp-demangle.c' line='1063' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_mangled_name'>
- <parameter type-id='type-id-454' name='di' filepath='../.././libiberty/cp-demangle.c' line='1063' column='1'/>
+ <parameter type-id='type-id-452' name='di' filepath='../.././libiberty/cp-demangle.c' line='1063' column='1'/>
<parameter type-id='type-id-3' name='top_level' filepath='../.././libiberty/cp-demangle.c' line='1063' column='1'/>
- <return type-id='type-id-444'/>
+ <return type-id='type-id-442'/>
</function-decl>
- <qualified-type-def type-id='type-id-426' const='yes' id='type-id-455'/>
+ <qualified-type-def type-id='type-id-424' const='yes' id='type-id-453'/>
+ <pointer-type-def type-id='type-id-453' size-in-bits='64' id='type-id-454'/>
<pointer-type-def type-id='type-id-455' size-in-bits='64' id='type-id-456'/>
- <pointer-type-def type-id='type-id-457' size-in-bits='64' id='type-id-458'/>
- <typedef-decl name='demangle_callbackref' type-id='type-id-458' filepath='../.././libiberty/../include/demangle.h' line='150' column='1' id='type-id-459'/>
+ <typedef-decl name='demangle_callbackref' type-id='type-id-456' filepath='../.././libiberty/../include/demangle.h' line='150' column='1' id='type-id-457'/>
<function-decl name='cplus_demangle_print_callback' mangled-name='cplus_demangle_print_callback' filepath='../.././libiberty/cp-demangle.c' line='3603' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_print_callback'>
<parameter type-id='type-id-3' name='options' filepath='../.././libiberty/cp-demangle.c' line='3603' column='1'/>
- <parameter type-id='type-id-456' name='dc' filepath='../.././libiberty/cp-demangle.c' line='3604' column='1'/>
- <parameter type-id='type-id-459' name='callback' filepath='../.././libiberty/cp-demangle.c' line='3605' column='1'/>
+ <parameter type-id='type-id-454' name='dc' filepath='../.././libiberty/cp-demangle.c' line='3604' column='1'/>
+ <parameter type-id='type-id-457' name='callback' filepath='../.././libiberty/cp-demangle.c' line='3605' column='1'/>
<parameter type-id='type-id-2' name='opaque' filepath='../.././libiberty/cp-demangle.c' line='3605' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='cplus_demangle_print' mangled-name='cplus_demangle_print' filepath='../.././libiberty/cp-demangle.c' line='3628' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_print'>
<parameter type-id='type-id-3' name='options' filepath='../.././libiberty/cp-demangle.c' line='3628' column='1'/>
- <parameter type-id='type-id-456' name='dc' filepath='../.././libiberty/cp-demangle.c' line='3628' column='1'/>
+ <parameter type-id='type-id-454' name='dc' filepath='../.././libiberty/cp-demangle.c' line='3628' column='1'/>
<parameter type-id='type-id-3' name='estimate' filepath='../.././libiberty/cp-demangle.c' line='3629' column='1'/>
- <parameter type-id='type-id-219' name='palc' filepath='../.././libiberty/cp-demangle.c' line='3629' column='1'/>
+ <parameter type-id='type-id-217' name='palc' filepath='../.././libiberty/cp-demangle.c' line='3629' column='1'/>
<return type-id='type-id-9'/>
</function-decl>
<function-decl name='cplus_demangle_init_info' mangled-name='cplus_demangle_init_info' filepath='../.././libiberty/cp-demangle.c' line='5131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_init_info'>
<parameter type-id='type-id-8' name='mangled' filepath='../.././libiberty/cp-demangle.c' line='5131' column='1'/>
<parameter type-id='type-id-3' name='options' filepath='../.././libiberty/cp-demangle.c' line='5131' column='1'/>
<parameter type-id='type-id-5' name='len' filepath='../.././libiberty/cp-demangle.c' line='5131' column='1'/>
- <parameter type-id='type-id-454' name='di' filepath='../.././libiberty/cp-demangle.c' line='5132' column='1'/>
+ <parameter type-id='type-id-452' name='di' filepath='../.././libiberty/cp-demangle.c' line='5132' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='cplus_demangle_v3_callback' mangled-name='cplus_demangle_v3_callback' filepath='../.././libiberty/cp-demangle.c' line='5422' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='cplus_demangle_v3_callback'>
<parameter type-id='type-id-8' name='mangled' filepath='../.././libiberty/cp-demangle.c' line='5422' column='1'/>
<parameter type-id='type-id-3' name='options' filepath='../.././libiberty/cp-demangle.c' line='5422' column='1'/>
- <parameter type-id='type-id-459' name='callback' filepath='../.././libiberty/cp-demangle.c' line='5423' column='1'/>
+ <parameter type-id='type-id-457' name='callback' filepath='../.././libiberty/cp-demangle.c' line='5423' column='1'/>
<parameter type-id='type-id-2' name='opaque' filepath='../.././libiberty/cp-demangle.c' line='5423' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='java_demangle_v3_callback' mangled-name='java_demangle_v3_callback' filepath='../.././libiberty/cp-demangle.c' line='5443' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='java_demangle_v3_callback'>
<parameter type-id='type-id-8' name='mangled' filepath='../.././libiberty/cp-demangle.c' line='5443' column='1'/>
- <parameter type-id='type-id-459' name='callback' filepath='../.././libiberty/cp-demangle.c' line='5444' column='1'/>
+ <parameter type-id='type-id-457' name='callback' filepath='../.././libiberty/cp-demangle.c' line='5444' column='1'/>
<parameter type-id='type-id-2' name='opaque' filepath='../.././libiberty/cp-demangle.c' line='5444' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
<function-decl name='is_gnu_v3_mangled_ctor' mangled-name='is_gnu_v3_mangled_ctor' filepath='../.././libiberty/cp-demangle.c' line='5530' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='is_gnu_v3_mangled_ctor'>
<parameter type-id='type-id-8' name='name' filepath='../.././libiberty/cp-demangle.c' line='5530' column='1'/>
- <return type-id='type-id-446'/>
+ <return type-id='type-id-444'/>
</function-decl>
<function-decl name='is_gnu_v3_mangled_dtor' mangled-name='is_gnu_v3_mangled_dtor' filepath='../.././libiberty/cp-demangle.c' line='5545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='is_gnu_v3_mangled_dtor'>
<parameter type-id='type-id-8' name='name' filepath='../.././libiberty/cp-demangle.c' line='5545' column='1'/>
- <return type-id='type-id-447'/>
+ <return type-id='type-id-445'/>
</function-decl>
- <array-type-def dimensions='1' type-id='type-id-460' size-in-bits='11136' id='type-id-461'>
- <subrange length='58' type-id='type-id-22' id='type-id-462'/>
+ <array-type-def dimensions='1' type-id='type-id-441' size-in-bits='11136' id='type-id-458'>
+ <subrange length='58' type-id='type-id-22' id='type-id-459'/>
</array-type-def>
- <qualified-type-def type-id='type-id-442' const='yes' id='type-id-460'/>
- <var-decl name='cplus_demangle_operators' type-id='type-id-461' mangled-name='cplus_demangle_operators' visibility='default' filepath='../.././libiberty/cp-demangle.c' line='1576' column='1' elf-symbol-id='cplus_demangle_operators'/>
+ <var-decl name='cplus_demangle_operators' type-id='type-id-458' mangled-name='cplus_demangle_operators' visibility='default' filepath='../.././libiberty/cp-demangle.c' line='1576' column='1' elf-symbol-id='cplus_demangle_operators'/>
- <array-type-def dimensions='1' type-id='type-id-463' size-in-bits='8448' id='type-id-464'>
- <subrange length='33' type-id='type-id-22' id='type-id-465'/>
+ <array-type-def dimensions='1' type-id='type-id-449' size-in-bits='8448' id='type-id-460'>
+ <subrange length='33' type-id='type-id-22' id='type-id-461'/>
</array-type-def>
- <qualified-type-def type-id='type-id-449' const='yes' id='type-id-463'/>
- <var-decl name='cplus_demangle_builtin_types' type-id='type-id-464' mangled-name='cplus_demangle_builtin_types' visibility='default' filepath='../.././libiberty/cp-demangle.c' line='2050' column='1' elf-symbol-id='cplus_demangle_builtin_types'/>
+ <var-decl name='cplus_demangle_builtin_types' type-id='type-id-460' mangled-name='cplus_demangle_builtin_types' visibility='default' filepath='../.././libiberty/cp-demangle.c' line='2050' column='1' elf-symbol-id='cplus_demangle_builtin_types'/>
<function-decl name='realloc' filepath='/usr/include/stdlib.h' line='485' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-2'/>
<parameter type-id='type-id-5'/>
<return type-id='type-id-2'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-457'>
+ <function-type size-in-bits='64' id='type-id-455'>
<parameter type-id='type-id-8'/>
<parameter type-id='type-id-5'/>
<parameter type-id='type-id-2'/>
</function-type>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/md5.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
- <class-decl name='md5_ctx' size-in-bits='1248' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/md5.h' line='85' column='1' id='type-id-466'>
+ <class-decl name='md5_ctx' size-in-bits='1248' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/md5.h' line='85' column='1' id='type-id-462'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='A' type-id='type-id-467' visibility='default' filepath='../.././libiberty/../include/md5.h' line='87' column='1'/>
+ <var-decl name='A' type-id='type-id-463' visibility='default' filepath='../.././libiberty/../include/md5.h' line='87' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='B' type-id='type-id-467' visibility='default' filepath='../.././libiberty/../include/md5.h' line='88' column='1'/>
+ <var-decl name='B' type-id='type-id-463' visibility='default' filepath='../.././libiberty/../include/md5.h' line='88' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='C' type-id='type-id-467' visibility='default' filepath='../.././libiberty/../include/md5.h' line='89' column='1'/>
+ <var-decl name='C' type-id='type-id-463' visibility='default' filepath='../.././libiberty/../include/md5.h' line='89' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
- <var-decl name='D' type-id='type-id-467' visibility='default' filepath='../.././libiberty/../include/md5.h' line='90' column='1'/>
+ <var-decl name='D' type-id='type-id-463' visibility='default' filepath='../.././libiberty/../include/md5.h' line='90' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='total' type-id='type-id-468' visibility='default' filepath='../.././libiberty/../include/md5.h' line='92' column='1'/>
+ <var-decl name='total' type-id='type-id-464' visibility='default' filepath='../.././libiberty/../include/md5.h' line='92' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='buflen' type-id='type-id-467' visibility='default' filepath='../.././libiberty/../include/md5.h' line='93' column='1'/>
+ <var-decl name='buflen' type-id='type-id-463' visibility='default' filepath='../.././libiberty/../include/md5.h' line='93' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
<var-decl name='buffer' type-id='type-id-87' visibility='default' filepath='../.././libiberty/../include/md5.h' line='94' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='uint32_t' type-id='type-id-35' filepath='/usr/include/stdint.h' line='52' column='1' id='type-id-469'/>
- <typedef-decl name='md5_uint32' type-id='type-id-469' filepath='../.././libiberty/../include/md5.h' line='46' column='1' id='type-id-467'/>
+ <typedef-decl name='uint32_t' type-id='type-id-35' filepath='/usr/include/stdint.h' line='52' column='1' id='type-id-465'/>
+ <typedef-decl name='md5_uint32' type-id='type-id-465' filepath='../.././libiberty/../include/md5.h' line='46' column='1' id='type-id-463'/>
- <array-type-def dimensions='1' type-id='type-id-467' size-in-bits='64' id='type-id-468'>
- <subrange length='2' type-id='type-id-22' id='type-id-470'/>
+ <array-type-def dimensions='1' type-id='type-id-463' size-in-bits='64' id='type-id-464'>
+ <subrange length='2' type-id='type-id-22' id='type-id-466'/>
</array-type-def>
- <pointer-type-def type-id='type-id-466' size-in-bits='64' id='type-id-471'/>
+ <pointer-type-def type-id='type-id-462' size-in-bits='64' id='type-id-467'/>
<function-decl name='md5_init_ctx' mangled-name='md5_init_ctx' filepath='../.././libiberty/md5.c' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='md5_init_ctx'>
- <parameter type-id='type-id-471' name='ctx' filepath='../.././libiberty/md5.c' line='65' column='1'/>
+ <parameter type-id='type-id-467' name='ctx' filepath='../.././libiberty/md5.c' line='65' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
- <qualified-type-def type-id='type-id-466' const='yes' id='type-id-472'/>
- <pointer-type-def type-id='type-id-472' size-in-bits='64' id='type-id-473'/>
+ <qualified-type-def type-id='type-id-462' const='yes' id='type-id-468'/>
+ <pointer-type-def type-id='type-id-468' size-in-bits='64' id='type-id-469'/>
<function-decl name='md5_read_ctx' mangled-name='md5_read_ctx' filepath='../.././libiberty/md5.c' line='82' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='md5_read_ctx'>
- <parameter type-id='type-id-473' name='ctx' filepath='../.././libiberty/md5.c' line='82' column='1'/>
+ <parameter type-id='type-id-469' name='ctx' filepath='../.././libiberty/md5.c' line='82' column='1'/>
<parameter type-id='type-id-2' name='resbuf' filepath='../.././libiberty/md5.c' line='82' column='1'/>
<return type-id='type-id-2'/>
</function-decl>
<function-decl name='md5_process_block' mangled-name='md5_process_block' filepath='../.././libiberty/md5.c' line='281' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='md5_process_block'>
<parameter type-id='type-id-2' name='buffer' filepath='../.././libiberty/md5.c' line='281' column='1'/>
<parameter type-id='type-id-5' name='len' filepath='../.././libiberty/md5.c' line='281' column='1'/>
- <parameter type-id='type-id-471' name='ctx' filepath='../.././libiberty/md5.c' line='281' column='1'/>
+ <parameter type-id='type-id-467' name='ctx' filepath='../.././libiberty/md5.c' line='281' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='md5_process_bytes' mangled-name='md5_process_bytes' filepath='../.././libiberty/md5.c' line='206' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='md5_process_bytes'>
<parameter type-id='type-id-2' name='buffer' filepath='../.././libiberty/md5.c' line='206' column='1'/>
<parameter type-id='type-id-5' name='len' filepath='../.././libiberty/md5.c' line='206' column='1'/>
- <parameter type-id='type-id-471' name='ctx' filepath='../.././libiberty/md5.c' line='206' column='1'/>
+ <parameter type-id='type-id-467' name='ctx' filepath='../.././libiberty/md5.c' line='206' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='md5_finish_ctx' mangled-name='md5_finish_ctx' filepath='../.././libiberty/md5.c' line='102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='md5_finish_ctx'>
- <parameter type-id='type-id-471' name='ctx' filepath='../.././libiberty/md5.c' line='102' column='1'/>
+ <parameter type-id='type-id-467' name='ctx' filepath='../.././libiberty/md5.c' line='102' column='1'/>
<parameter type-id='type-id-2' name='resbuf' filepath='../.././libiberty/md5.c' line='102' column='1'/>
<return type-id='type-id-2'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/hashtab.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
<function-decl name='htab_size' mangled-name='htab_size' filepath='../.././libiberty/hashtab.c' line='224' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_size'>
- <parameter type-id='type-id-195'/>
+ <parameter type-id='type-id-193'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='htab_create_alloc_ex' mangled-name='htab_create_alloc_ex' filepath='../.././libiberty/hashtab.c' line='302' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_create_alloc_ex'>
<parameter type-id='type-id-5' name='size' filepath='../.././libiberty/hashtab.c' line='302' column='1'/>
- <parameter type-id='type-id-177' name='hash_f' filepath='../.././libiberty/hashtab.c' line='302' column='1'/>
- <parameter type-id='type-id-178' name='eq_f' filepath='../.././libiberty/hashtab.c' line='302' column='1'/>
- <parameter type-id='type-id-179' name='del_f' filepath='../.././libiberty/hashtab.c' line='303' column='1'/>
+ <parameter type-id='type-id-175' name='hash_f' filepath='../.././libiberty/hashtab.c' line='302' column='1'/>
+ <parameter type-id='type-id-176' name='eq_f' filepath='../.././libiberty/hashtab.c' line='302' column='1'/>
+ <parameter type-id='type-id-177' name='del_f' filepath='../.././libiberty/hashtab.c' line='303' column='1'/>
<parameter type-id='type-id-2' name='alloc_arg' filepath='../.././libiberty/hashtab.c' line='303' column='1'/>
- <parameter type-id='type-id-182' name='alloc_f' filepath='../.././libiberty/hashtab.c' line='304' column='1'/>
- <parameter type-id='type-id-183' name='free_f' filepath='../.././libiberty/hashtab.c' line='305' column='1'/>
- <return type-id='type-id-195'/>
+ <parameter type-id='type-id-180' name='alloc_f' filepath='../.././libiberty/hashtab.c' line='304' column='1'/>
+ <parameter type-id='type-id-181' name='free_f' filepath='../.././libiberty/hashtab.c' line='305' column='1'/>
+ <return type-id='type-id-193'/>
</function-decl>
<function-decl name='htab_create_typed_alloc' mangled-name='htab_create_typed_alloc' filepath='../.././libiberty/hashtab.c' line='356' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_create_typed_alloc'>
<parameter type-id='type-id-5' name='size' filepath='../.././libiberty/hashtab.c' line='356' column='1'/>
- <parameter type-id='type-id-177' name='hash_f' filepath='../.././libiberty/hashtab.c' line='356' column='1'/>
- <parameter type-id='type-id-178' name='eq_f' filepath='../.././libiberty/hashtab.c' line='356' column='1'/>
- <parameter type-id='type-id-179' name='del_f' filepath='../.././libiberty/hashtab.c' line='357' column='1'/>
- <parameter type-id='type-id-180' name='alloc_tab_f' filepath='../.././libiberty/hashtab.c' line='357' column='1'/>
- <parameter type-id='type-id-180' name='alloc_f' filepath='../.././libiberty/hashtab.c' line='358' column='1'/>
- <parameter type-id='type-id-181' name='free_f' filepath='../.././libiberty/hashtab.c' line='358' column='1'/>
- <return type-id='type-id-195'/>
+ <parameter type-id='type-id-175' name='hash_f' filepath='../.././libiberty/hashtab.c' line='356' column='1'/>
+ <parameter type-id='type-id-176' name='eq_f' filepath='../.././libiberty/hashtab.c' line='356' column='1'/>
+ <parameter type-id='type-id-177' name='del_f' filepath='../.././libiberty/hashtab.c' line='357' column='1'/>
+ <parameter type-id='type-id-178' name='alloc_tab_f' filepath='../.././libiberty/hashtab.c' line='357' column='1'/>
+ <parameter type-id='type-id-178' name='alloc_f' filepath='../.././libiberty/hashtab.c' line='358' column='1'/>
+ <parameter type-id='type-id-179' name='free_f' filepath='../.././libiberty/hashtab.c' line='358' column='1'/>
+ <return type-id='type-id-193'/>
</function-decl>
<function-decl name='htab_set_functions_ex' mangled-name='htab_set_functions_ex' filepath='../.././libiberty/hashtab.c' line='390' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_set_functions_ex'>
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='390' column='1'/>
- <parameter type-id='type-id-177' name='hash_f' filepath='../.././libiberty/hashtab.c' line='390' column='1'/>
- <parameter type-id='type-id-178' name='eq_f' filepath='../.././libiberty/hashtab.c' line='390' column='1'/>
- <parameter type-id='type-id-179' name='del_f' filepath='../.././libiberty/hashtab.c' line='391' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='390' column='1'/>
+ <parameter type-id='type-id-175' name='hash_f' filepath='../.././libiberty/hashtab.c' line='390' column='1'/>
+ <parameter type-id='type-id-176' name='eq_f' filepath='../.././libiberty/hashtab.c' line='390' column='1'/>
+ <parameter type-id='type-id-177' name='del_f' filepath='../.././libiberty/hashtab.c' line='391' column='1'/>
<parameter type-id='type-id-2' name='alloc_arg' filepath='../.././libiberty/hashtab.c' line='391' column='1'/>
- <parameter type-id='type-id-182' name='alloc_f' filepath='../.././libiberty/hashtab.c' line='392' column='1'/>
- <parameter type-id='type-id-183' name='free_f' filepath='../.././libiberty/hashtab.c' line='392' column='1'/>
+ <parameter type-id='type-id-180' name='alloc_f' filepath='../.././libiberty/hashtab.c' line='392' column='1'/>
+ <parameter type-id='type-id-181' name='free_f' filepath='../.././libiberty/hashtab.c' line='392' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='htab_try_create' mangled-name='htab_try_create' filepath='../.././libiberty/hashtab.c' line='412' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_try_create'>
<parameter type-id='type-id-5' name='size' filepath='../.././libiberty/hashtab.c' line='406' column='1'/>
- <parameter type-id='type-id-177' name='hash_f' filepath='../.././libiberty/hashtab.c' line='406' column='1'/>
- <parameter type-id='type-id-178' name='eq_f' filepath='../.././libiberty/hashtab.c' line='406' column='1'/>
- <parameter type-id='type-id-179' name='del_f' filepath='../.././libiberty/hashtab.c' line='406' column='1'/>
- <return type-id='type-id-195'/>
+ <parameter type-id='type-id-175' name='hash_f' filepath='../.././libiberty/hashtab.c' line='406' column='1'/>
+ <parameter type-id='type-id-176' name='eq_f' filepath='../.././libiberty/hashtab.c' line='406' column='1'/>
+ <parameter type-id='type-id-177' name='del_f' filepath='../.././libiberty/hashtab.c' line='406' column='1'/>
+ <return type-id='type-id-193'/>
</function-decl>
<function-decl name='htab_empty' mangled-name='htab_empty' filepath='../.././libiberty/hashtab.c' line='447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_empty'>
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='447' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='447' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='htab_find' mangled-name='htab_find' filepath='../.././libiberty/hashtab.c' line='628' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_find'>
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='628' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='628' column='1'/>
<parameter type-id='type-id-2' name='element' filepath='../.././libiberty/hashtab.c' line='628' column='1'/>
<return type-id='type-id-2'/>
</function-decl>
<function-decl name='htab_find_slot' mangled-name='htab_find_slot' filepath='../.././libiberty/hashtab.c' line='710' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_find_slot'>
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='710' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='710' column='1'/>
<parameter type-id='type-id-2' name='element' filepath='../.././libiberty/hashtab.c' line='710' column='1'/>
- <parameter type-id='type-id-196' name='insert' filepath='../.././libiberty/hashtab.c' line='710' column='1'/>
+ <parameter type-id='type-id-194' name='insert' filepath='../.././libiberty/hashtab.c' line='710' column='1'/>
<return type-id='type-id-102'/>
</function-decl>
<function-decl name='htab_remove_elt_with_hash' mangled-name='htab_remove_elt_with_hash' filepath='../.././libiberty/hashtab.c' line='732' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_remove_elt_with_hash'>
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='732' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='732' column='1'/>
<parameter type-id='type-id-2' name='element' filepath='../.././libiberty/hashtab.c' line='732' column='1'/>
- <parameter type-id='type-id-175' name='hash' filepath='../.././libiberty/hashtab.c' line='732' column='1'/>
+ <parameter type-id='type-id-173' name='hash' filepath='../.././libiberty/hashtab.c' line='732' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='htab_remove_elt' mangled-name='htab_remove_elt' filepath='../.././libiberty/hashtab.c' line='721' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_remove_elt'>
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='721' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='721' column='1'/>
<parameter type-id='type-id-2' name='element' filepath='../.././libiberty/hashtab.c' line='721' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='htab_clear_slot' mangled-name='htab_clear_slot' filepath='../.././libiberty/hashtab.c' line='752' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_clear_slot'>
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='752' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='752' column='1'/>
<parameter type-id='type-id-102' name='slot' filepath='../.././libiberty/hashtab.c' line='752' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
<function-decl name='htab_traverse_noresize' mangled-name='htab_traverse_noresize' filepath='../.././libiberty/hashtab.c' line='771' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_traverse_noresize'>
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='771' column='1'/>
- <parameter type-id='type-id-404' name='callback' filepath='../.././libiberty/hashtab.c' line='771' column='1'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='771' column='1'/>
+ <parameter type-id='type-id-402' name='callback' filepath='../.././libiberty/hashtab.c' line='771' column='1'/>
<parameter type-id='type-id-2' name='info' filepath='../.././libiberty/hashtab.c' line='771' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
- <type-decl name='double' size-in-bits='64' id='type-id-474'/>
+ <type-decl name='double' size-in-bits='64' id='type-id-470'/>
<function-decl name='htab_collisions' mangled-name='htab_collisions' filepath='../.././libiberty/hashtab.c' line='807' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='htab_collisions'>
- <parameter type-id='type-id-195' name='htab' filepath='../.././libiberty/hashtab.c' line='807' column='1'/>
- <return type-id='type-id-474'/>
+ <parameter type-id='type-id-193' name='htab' filepath='../.././libiberty/hashtab.c' line='807' column='1'/>
+ <return type-id='type-id-470'/>
</function-decl>
<function-decl name='iterative_hash' mangled-name='iterative_hash' filepath='../.././libiberty/hashtab.c' line='931' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='iterative_hash'>
<parameter type-id='type-id-2' name='k_in' filepath='../.././libiberty/hashtab.c' line='931' column='1'/>
<parameter type-id='type-id-5' name='length' filepath='../.././libiberty/hashtab.c' line='932' column='1'/>
- <parameter type-id='type-id-175' name='initval' filepath='../.././libiberty/hashtab.c' line='933' column='1'/>
- <return type-id='type-id-175'/>
+ <parameter type-id='type-id-173' name='initval' filepath='../.././libiberty/hashtab.c' line='933' column='1'/>
+ <return type-id='type-id-173'/>
</function-decl>
- <var-decl name='htab_hash_pointer' type-id='type-id-177' mangled-name='htab_hash_pointer' visibility='default' filepath='../.././libiberty/hashtab.c' line='82' column='1' elf-symbol-id='htab_hash_pointer'/>
- <var-decl name='htab_eq_pointer' type-id='type-id-178' mangled-name='htab_eq_pointer' visibility='default' filepath='../.././libiberty/hashtab.c' line='83' column='1' elf-symbol-id='htab_eq_pointer'/>
+ <var-decl name='htab_hash_pointer' type-id='type-id-175' mangled-name='htab_hash_pointer' visibility='default' filepath='../.././libiberty/hashtab.c' line='82' column='1' elf-symbol-id='htab_hash_pointer'/>
+ <var-decl name='htab_eq_pointer' type-id='type-id-176' mangled-name='htab_eq_pointer' visibility='default' filepath='../.././libiberty/hashtab.c' line='83' column='1' elf-symbol-id='htab_eq_pointer'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/hex.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
<function-decl name='hex_init' mangled-name='hex_init' filepath='../.././libiberty/hex.c' line='159' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='hex_init'>
<return type-id='type-id-1'/>
</function-decl>
- <var-decl name='_hex_value' type-id='type-id-418' mangled-name='_hex_value' visibility='default' filepath='../.././libiberty/hex.c' line='75' column='1' elf-symbol-id='_hex_value'/>
+ <var-decl name='_hex_value' type-id='type-id-416' mangled-name='_hex_value' visibility='default' filepath='../.././libiberty/hex.c' line='75' column='1' elf-symbol-id='_hex_value'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/lbasename.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
<function-decl name='unix_lbasename' mangled-name='unix_lbasename' filepath='../.././libiberty/lbasename.c' line='49' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='unix_lbasename'>
<var-decl name='count' type-id='type-id-3' visibility='default' filepath='../.././libiberty/pex-common.h' line='71' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='children' type-id='type-id-475' visibility='default' filepath='../.././libiberty/pex-common.h' line='73' column='1'/>
+ <var-decl name='children' type-id='type-id-471' visibility='default' filepath='../.././libiberty/pex-common.h' line='73' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<var-decl name='status' type-id='type-id-62' visibility='default' filepath='../.././libiberty/pex-common.h' line='75' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='time' type-id='type-id-476' visibility='default' filepath='../.././libiberty/pex-common.h' line='77' column='1'/>
+ <var-decl name='time' type-id='type-id-472' visibility='default' filepath='../.././libiberty/pex-common.h' line='77' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<var-decl name='number_waited' type-id='type-id-3' visibility='default' filepath='../.././libiberty/pex-common.h' line='79' column='1'/>
<var-decl name='remove' type-id='type-id-30' visibility='default' filepath='../.././libiberty/pex-common.h' line='90' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
- <var-decl name='funcs' type-id='type-id-477' visibility='default' filepath='../.././libiberty/pex-common.h' line='92' column='1'/>
+ <var-decl name='funcs' type-id='type-id-473' visibility='default' filepath='../.././libiberty/pex-common.h' line='92' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
<var-decl name='sysdep' type-id='type-id-2' visibility='default' filepath='../.././libiberty/pex-common.h' line='94' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='__pid_t' type-id='type-id-3' filepath='/usr/include/bits/types.h' line='143' column='1' id='type-id-478'/>
- <typedef-decl name='pid_t' type-id='type-id-478' filepath='/usr/include/sys/types.h' line='99' column='1' id='type-id-479'/>
- <pointer-type-def type-id='type-id-479' size-in-bits='64' id='type-id-475'/>
- <class-decl name='pex_time' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/libiberty.h' line='559' column='1' id='type-id-480'>
+ <typedef-decl name='__pid_t' type-id='type-id-3' filepath='/usr/include/bits/types.h' line='143' column='1' id='type-id-474'/>
+ <typedef-decl name='pid_t' type-id='type-id-474' filepath='/usr/include/sys/types.h' line='99' column='1' id='type-id-475'/>
+ <pointer-type-def type-id='type-id-475' size-in-bits='64' id='type-id-471'/>
+ <class-decl name='pex_time' size-in-bits='256' is-struct='yes' visibility='default' filepath='../.././libiberty/../include/libiberty.h' line='559' column='1' id='type-id-476'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='user_seconds' type-id='type-id-4' visibility='default' filepath='../.././libiberty/../include/libiberty.h' line='561' column='1'/>
</data-member>
<var-decl name='system_microseconds' type-id='type-id-4' visibility='default' filepath='../.././libiberty/../include/libiberty.h' line='564' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-480' size-in-bits='64' id='type-id-476'/>
- <class-decl name='pex_funcs' size-in-bits='576' is-struct='yes' visibility='default' filepath='../.././libiberty/pex-common.h' line='99' column='1' id='type-id-481'>
+ <pointer-type-def type-id='type-id-476' size-in-bits='64' id='type-id-472'/>
+ <class-decl name='pex_funcs' size-in-bits='576' is-struct='yes' visibility='default' filepath='../.././libiberty/pex-common.h' line='99' column='1' id='type-id-477'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='open_read' type-id='type-id-482' visibility='default' filepath='../.././libiberty/pex-common.h' line='103' column='1'/>
+ <var-decl name='open_read' type-id='type-id-478' visibility='default' filepath='../.././libiberty/pex-common.h' line='103' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='open_write' type-id='type-id-482' visibility='default' filepath='../.././libiberty/pex-common.h' line='106' column='1'/>
+ <var-decl name='open_write' type-id='type-id-478' visibility='default' filepath='../.././libiberty/pex-common.h' line='106' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='exec_child' type-id='type-id-483' visibility='default' filepath='../.././libiberty/pex-common.h' line='117' column='1'/>
+ <var-decl name='exec_child' type-id='type-id-479' visibility='default' filepath='../.././libiberty/pex-common.h' line='117' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='close' type-id='type-id-484' visibility='default' filepath='../.././libiberty/pex-common.h' line='124' column='1'/>
+ <var-decl name='close' type-id='type-id-480' visibility='default' filepath='../.././libiberty/pex-common.h' line='124' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='wait' type-id='type-id-485' visibility='default' filepath='../.././libiberty/pex-common.h' line='129' column='1'/>
+ <var-decl name='wait' type-id='type-id-481' visibility='default' filepath='../.././libiberty/pex-common.h' line='129' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='pipe' type-id='type-id-486' visibility='default' filepath='../.././libiberty/pex-common.h' line='135' column='1'/>
+ <var-decl name='pipe' type-id='type-id-482' visibility='default' filepath='../.././libiberty/pex-common.h' line='135' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='fdopenr' type-id='type-id-487' visibility='default' filepath='../.././libiberty/pex-common.h' line='139' column='1'/>
+ <var-decl name='fdopenr' type-id='type-id-483' visibility='default' filepath='../.././libiberty/pex-common.h' line='139' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='fdopenw' type-id='type-id-487' visibility='default' filepath='../.././libiberty/pex-common.h' line='144' column='1'/>
+ <var-decl name='fdopenw' type-id='type-id-483' visibility='default' filepath='../.././libiberty/pex-common.h' line='144' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='cleanup' type-id='type-id-488' visibility='default' filepath='../.././libiberty/pex-common.h' line='147' column='1'/>
+ <var-decl name='cleanup' type-id='type-id-484' visibility='default' filepath='../.././libiberty/pex-common.h' line='147' column='1'/>
</data-member>
</class-decl>
+ <pointer-type-def type-id='type-id-485' size-in-bits='64' id='type-id-478'/>
+ <pointer-type-def type-id='type-id-486' size-in-bits='64' id='type-id-479'/>
+ <pointer-type-def type-id='type-id-487' size-in-bits='64' id='type-id-480'/>
+ <pointer-type-def type-id='type-id-488' size-in-bits='64' id='type-id-481'/>
<pointer-type-def type-id='type-id-489' size-in-bits='64' id='type-id-482'/>
<pointer-type-def type-id='type-id-490' size-in-bits='64' id='type-id-483'/>
<pointer-type-def type-id='type-id-491' size-in-bits='64' id='type-id-484'/>
- <pointer-type-def type-id='type-id-492' size-in-bits='64' id='type-id-485'/>
- <pointer-type-def type-id='type-id-493' size-in-bits='64' id='type-id-486'/>
- <pointer-type-def type-id='type-id-494' size-in-bits='64' id='type-id-487'/>
- <pointer-type-def type-id='type-id-495' size-in-bits='64' id='type-id-488'/>
- <qualified-type-def type-id='type-id-481' const='yes' id='type-id-496'/>
- <pointer-type-def type-id='type-id-496' size-in-bits='64' id='type-id-477'/>
+ <qualified-type-def type-id='type-id-477' const='yes' id='type-id-492'/>
+ <pointer-type-def type-id='type-id-492' size-in-bits='64' id='type-id-473'/>
<function-decl name='pex_init_common' mangled-name='pex_init_common' filepath='../.././libiberty/pex-common.c' line='53' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pex_init_common'>
<parameter type-id='type-id-3' name='flags' filepath='../.././libiberty/pex-common.c' line='53' column='1'/>
<parameter type-id='type-id-8' name='pname' filepath='../.././libiberty/pex-common.c' line='53' column='1'/>
<parameter type-id='type-id-8' name='tempbase' filepath='../.././libiberty/pex-common.c' line='53' column='1'/>
- <parameter type-id='type-id-477' name='funcs' filepath='../.././libiberty/pex-common.c' line='54' column='1'/>
+ <parameter type-id='type-id-473' name='funcs' filepath='../.././libiberty/pex-common.c' line='54' column='1'/>
<return type-id='type-id-29'/>
</function-decl>
<function-decl name='pex_run_in_environment' mangled-name='pex_run_in_environment' filepath='../.././libiberty/pex-common.c' line='152' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pex_run_in_environment'>
<function-decl name='pex_get_times' mangled-name='pex_get_times' filepath='../.././libiberty/pex-common.c' line='570' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='pex_get_times'>
<parameter type-id='type-id-29' name='obj' filepath='../.././libiberty/pex-common.c' line='570' column='1'/>
<parameter type-id='type-id-3' name='count' filepath='../.././libiberty/pex-common.c' line='570' column='1'/>
- <parameter type-id='type-id-476' name='vector' filepath='../.././libiberty/pex-common.c' line='570' column='1'/>
+ <parameter type-id='type-id-472' name='vector' filepath='../.././libiberty/pex-common.c' line='570' column='1'/>
<return type-id='type-id-3'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-494'>
+ <function-type size-in-bits='64' id='type-id-490'>
<parameter type-id='type-id-29'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-3'/>
<return type-id='type-id-27'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-489'>
+ <function-type size-in-bits='64' id='type-id-485'>
<parameter type-id='type-id-29'/>
<parameter type-id='type-id-8'/>
<parameter type-id='type-id-3'/>
<return type-id='type-id-3'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-491'>
+ <function-type size-in-bits='64' id='type-id-487'>
<parameter type-id='type-id-29'/>
<parameter type-id='type-id-3'/>
<return type-id='type-id-3'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-493'>
+ <function-type size-in-bits='64' id='type-id-489'>
<parameter type-id='type-id-29'/>
<parameter type-id='type-id-62'/>
<parameter type-id='type-id-3'/>
<return type-id='type-id-3'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-490'>
+ <function-type size-in-bits='64' id='type-id-486'>
<parameter type-id='type-id-29'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-8'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-3'/>
- <parameter type-id='type-id-271'/>
+ <parameter type-id='type-id-269'/>
<parameter type-id='type-id-62'/>
- <return type-id='type-id-479'/>
+ <return type-id='type-id-475'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-492'>
+ <function-type size-in-bits='64' id='type-id-488'>
<parameter type-id='type-id-29'/>
- <parameter type-id='type-id-479'/>
+ <parameter type-id='type-id-475'/>
<parameter type-id='type-id-62'/>
- <parameter type-id='type-id-476'/>
+ <parameter type-id='type-id-472'/>
<parameter type-id='type-id-3'/>
- <parameter type-id='type-id-271'/>
+ <parameter type-id='type-id-269'/>
<parameter type-id='type-id-62'/>
- <return type-id='type-id-479'/>
+ <return type-id='type-id-475'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-495'>
+ <function-type size-in-bits='64' id='type-id-491'>
<parameter type-id='type-id-29'/>
<return type-id='type-id-1'/>
</function-type>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/pex-unix.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
- <var-decl name='funcs' type-id='type-id-496' mangled-name='funcs' visibility='default' filepath='../.././libiberty/pex-unix.c' line='317' column='1' elf-symbol-id='funcs'/>
+ <var-decl name='funcs' type-id='type-id-492' mangled-name='funcs' visibility='default' filepath='../.././libiberty/pex-unix.c' line='317' column='1' elf-symbol-id='funcs'/>
<function-decl name='fcntl' filepath='/usr/include/fcntl.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-62'/>
<return type-id='type-id-3'/>
</function-decl>
- <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/stdlib.h' line='68' column='1' id='type-id-497'>
+ <union-decl name='__anonymous_union__' size-in-bits='64' is-anonymous='yes' visibility='default' filepath='/usr/include/stdlib.h' line='68' column='1' id='type-id-493'>
<data-member access='private'>
- <var-decl name='__uptr' type-id='type-id-498' visibility='default' filepath='/usr/include/stdlib.h' line='70' column='1'/>
+ <var-decl name='__uptr' type-id='type-id-494' visibility='default' filepath='/usr/include/stdlib.h' line='70' column='1'/>
</data-member>
<data-member access='private'>
<var-decl name='__iptr' type-id='type-id-62' visibility='default' filepath='/usr/include/stdlib.h' line='71' column='1'/>
</data-member>
</union-decl>
- <union-decl name='wait' size-in-bits='32' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='67' column='1' id='type-id-499'>
+ <union-decl name='wait' size-in-bits='32' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='67' column='1' id='type-id-495'>
<data-member access='private'>
<var-decl name='w_status' type-id='type-id-3' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='69' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='__wait_terminated' type-id='type-id-500' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='84' column='1'/>
+ <var-decl name='__wait_terminated' type-id='type-id-496' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='84' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='__wait_stopped' type-id='type-id-501' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='97' column='1'/>
+ <var-decl name='__wait_stopped' type-id='type-id-497' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='97' column='1'/>
</data-member>
</union-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='70' column='1' id='type-id-500'>
+ <class-decl name='__anonymous_struct__' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='70' column='1' id='type-id-496'>
<data-member access='public' layout-offset-in-bits='25'>
<var-decl name='__w_termsig' type-id='type-id-35' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='73' column='1'/>
</data-member>
<var-decl name='__w_retcode' type-id='type-id-35' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='75' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='85' column='1' id='type-id-501'>
+ <class-decl name='__anonymous_struct__' size-in-bits='32' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='85' column='1' id='type-id-497'>
<data-member access='public' layout-offset-in-bits='24'>
<var-decl name='__w_stopval' type-id='type-id-35' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='88' column='1'/>
</data-member>
<var-decl name='__w_stopsig' type-id='type-id-35' visibility='default' filepath='/usr/include/bits/waitstatus.h' line='89' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-499' size-in-bits='64' id='type-id-498'/>
- <typedef-decl name='__WAIT_STATUS' type-id='type-id-497' filepath='/usr/include/stdlib.h' line='72' column='1' id='type-id-502'/>
- <class-decl name='rusage' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/usr/include/bits/resource.h' line='178' column='1' id='type-id-503'>
+ <pointer-type-def type-id='type-id-495' size-in-bits='64' id='type-id-494'/>
+ <typedef-decl name='__WAIT_STATUS' type-id='type-id-493' filepath='/usr/include/stdlib.h' line='72' column='1' id='type-id-498'/>
+ <class-decl name='rusage' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/usr/include/bits/resource.h' line='178' column='1' id='type-id-499'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='ru_utime' type-id='type-id-504' visibility='default' filepath='/usr/include/bits/resource.h' line='181' column='1'/>
+ <var-decl name='ru_utime' type-id='type-id-500' visibility='default' filepath='/usr/include/bits/resource.h' line='181' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='ru_stime' type-id='type-id-504' visibility='default' filepath='/usr/include/bits/resource.h' line='183' column='1'/>
+ <var-decl name='ru_stime' type-id='type-id-500' visibility='default' filepath='/usr/include/bits/resource.h' line='183' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<var-decl name='ru_maxrss' type-id='type-id-21' visibility='default' filepath='/usr/include/bits/resource.h' line='185' column='1'/>
<var-decl name='ru_nivcsw' type-id='type-id-21' visibility='default' filepath='/usr/include/bits/resource.h' line='217' column='1'/>
</data-member>
</class-decl>
- <class-decl name='timeval' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/bits/time.h' line='75' column='1' id='type-id-504'>
+ <class-decl name='timeval' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/bits/time.h' line='75' column='1' id='type-id-500'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='tv_sec' type-id='type-id-54' visibility='default' filepath='/usr/include/bits/time.h' line='77' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='tv_usec' type-id='type-id-505' visibility='default' filepath='/usr/include/bits/time.h' line='78' column='1'/>
+ <var-decl name='tv_usec' type-id='type-id-501' visibility='default' filepath='/usr/include/bits/time.h' line='78' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='__suseconds_t' type-id='type-id-21' filepath='/usr/include/bits/types.h' line='151' column='1' id='type-id-505'/>
- <pointer-type-def type-id='type-id-503' size-in-bits='64' id='type-id-506'/>
+ <typedef-decl name='__suseconds_t' type-id='type-id-21' filepath='/usr/include/bits/types.h' line='151' column='1' id='type-id-501'/>
+ <pointer-type-def type-id='type-id-499' size-in-bits='64' id='type-id-502'/>
<function-decl name='wait4' filepath='/usr/include/sys/wait.h' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-478'/>
- <parameter type-id='type-id-502'/>
+ <parameter type-id='type-id-474'/>
+ <parameter type-id='type-id-498'/>
<parameter type-id='type-id-3'/>
- <parameter type-id='type-id-506'/>
- <return type-id='type-id-478'/>
+ <parameter type-id='type-id-502'/>
+ <return type-id='type-id-474'/>
</function-decl>
<function-decl name='waitpid' filepath='/usr/include/sys/wait.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-478'/>
+ <parameter type-id='type-id-474'/>
<parameter type-id='type-id-62'/>
<parameter type-id='type-id-3'/>
- <return type-id='type-id-478'/>
+ <return type-id='type-id-474'/>
</function-decl>
<function-decl name='kill' filepath='/usr/include/signal.h' line='126' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-478'/>
+ <parameter type-id='type-id-474'/>
<parameter type-id='type-id-3'/>
<return type-id='type-id-3'/>
</function-decl>
<parameter type-id='type-id-3'/>
<parameter type-id='type-id-2'/>
<parameter type-id='type-id-5'/>
- <return type-id='type-id-390'/>
+ <return type-id='type-id-388'/>
</function-decl>
<function-decl name='_exit' filepath='/usr/include/unistd.h' line='600' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-3' name='ch' filepath='../.././libiberty/cplus-dem.c' line='100' column='1'/>
<return type-id='type-id-35'/>
</function-decl>
<function-decl name='vfork' filepath='/usr/include/unistd.h' line='783' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-478'/>
+ <return type-id='type-id-474'/>
</function-decl>
<function-decl name='dup2' filepath='/usr/include/unistd.h' line='531' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-3'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/safe-ctype.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
- <array-type-def dimensions='1' type-id='type-id-507' size-in-bits='4096' id='type-id-508'>
- <subrange length='256' type-id='type-id-22' id='type-id-399'/>
+ <array-type-def dimensions='1' type-id='type-id-503' size-in-bits='4096' id='type-id-504'>
+ <subrange length='256' type-id='type-id-22' id='type-id-397'/>
</array-type-def>
- <qualified-type-def type-id='type-id-14' const='yes' id='type-id-507'/>
- <var-decl name='_sch_istable' type-id='type-id-508' mangled-name='_sch_istable' visibility='default' filepath='../.././libiberty/safe-ctype.c' line='159' column='1' elf-symbol-id='_sch_istable'/>
- <var-decl name='_sch_toupper' type-id='type-id-418' mangled-name='_sch_toupper' visibility='default' filepath='../.././libiberty/safe-ctype.c' line='220' column='1' elf-symbol-id='_sch_toupper'/>
- <var-decl name='_sch_tolower' type-id='type-id-418' mangled-name='_sch_tolower' visibility='default' filepath='../.././libiberty/safe-ctype.c' line='191' column='1' elf-symbol-id='_sch_tolower'/>
+ <qualified-type-def type-id='type-id-14' const='yes' id='type-id-503'/>
+ <var-decl name='_sch_istable' type-id='type-id-504' mangled-name='_sch_istable' visibility='default' filepath='../.././libiberty/safe-ctype.c' line='159' column='1' elf-symbol-id='_sch_istable'/>
+ <var-decl name='_sch_toupper' type-id='type-id-416' mangled-name='_sch_toupper' visibility='default' filepath='../.././libiberty/safe-ctype.c' line='220' column='1' elf-symbol-id='_sch_toupper'/>
+ <var-decl name='_sch_tolower' type-id='type-id-416' mangled-name='_sch_tolower' visibility='default' filepath='../.././libiberty/safe-ctype.c' line='191' column='1' elf-symbol-id='_sch_tolower'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../.././libiberty/unlink-if-ordinary.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/libiberty' language='LANG_C89'>
<function-decl name='__lxstat' filepath='/usr/include/sys/stat.h' line='405' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-5' name='size' filepath='../.././libiberty/xmalloc.c' line='117' column='1'/>
<return type-id='type-id-1'/>
</function-decl>
- <typedef-decl name='__intptr_t' type-id='type-id-21' filepath='/usr/include/bits/types.h' line='189' column='1' id='type-id-509'/>
- <typedef-decl name='intptr_t' type-id='type-id-509' filepath='/usr/include/unistd.h' line='268' column='1' id='type-id-510'/>
+ <typedef-decl name='__intptr_t' type-id='type-id-21' filepath='/usr/include/bits/types.h' line='189' column='1' id='type-id-505'/>
+ <typedef-decl name='intptr_t' type-id='type-id-505' filepath='/usr/include/unistd.h' line='268' column='1' id='type-id-506'/>
<function-decl name='sbrk' filepath='/usr/include/unistd.h' line='1053' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-510'/>
+ <parameter type-id='type-id-506'/>
<return type-id='type-id-2'/>
</function-decl>
<function-decl name='calloc' filepath='/usr/include/stdlib.h' line='473' column='1' visibility='default' binding='global' size-in-bits='64'>
<qualified-type-def type-id='type-id-36' const='yes' id='type-id-496'/>
<type-decl name='short int' size-in-bits='16' id='type-id-594'/>
<qualified-type-def type-id='type-id-594' const='yes' id='type-id-500'/>
- <qualified-type-def type-id='type-id-15' const='yes' id='type-id-595'/>
<array-type-def dimensions='1' type-id='type-id-80' size-in-bits='1024' id='type-id-95'>
- <subrange length='8' type-id='type-id-515' id='type-id-596'/>
+ <subrange length='8' type-id='type-id-515' id='type-id-595'/>
</array-type-def>
<reference-type-def kind='lvalue' type-id='type-id-160' size-in-bits='64' id='type-id-452'/>
<reference-type-def kind='lvalue' type-id='type-id-229' size-in-bits='64' id='type-id-483'/>
<pointer-type-def type-id='type-id-229' size-in-bits='64' id='type-id-480'/>
<reference-type-def kind='lvalue' type-id='type-id-23' size-in-bits='64' id='type-id-310'/>
- <reference-type-def kind='lvalue' type-id='type-id-597' size-in-bits='64' id='type-id-450'/>
+ <reference-type-def kind='lvalue' type-id='type-id-596' size-in-bits='64' id='type-id-450'/>
<namespace-decl name='std'>
<class-decl name='__basic_file<char>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='54' column='1' id='type-id-382'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_cfile' type-id='type-id-598' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='57' column='1'/>
+ <var-decl name='_M_cfile' type-id='type-id-597' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='57' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='_M_cfile_created' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='60' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='__basic_file' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
- <parameter type-id='type-id-600'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
+ <parameter type-id='type-id-599'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='open' mangled-name='_ZNSt12__basic_fileIcE4openEPKcSt13_Ios_Openmodei' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='66' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12__basic_fileIcE4openEPKcSt13_Ios_Openmodei@@GLIBCXX_3.4'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-51'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-599'/>
+ <return type-id='type-id-598'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sys_open' mangled-name='_ZNSt12__basic_fileIcE8sys_openEP8_IO_FILESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12__basic_fileIcE8sys_openEP8_IO_FILESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
- <parameter type-id='type-id-598'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
+ <parameter type-id='type-id-597'/>
<parameter type-id='type-id-51'/>
- <return type-id='type-id-599'/>
+ <return type-id='type-id-598'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='sys_open' mangled-name='_ZNSt12__basic_fileIcE8sys_openEiSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12__basic_fileIcE8sys_openEiSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-51'/>
- <return type-id='type-id-599'/>
+ <return type-id='type-id-598'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='close' mangled-name='_ZNSt12__basic_fileIcE5closeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='75' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12__basic_fileIcE5closeEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
- <return type-id='type-id-599'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
+ <return type-id='type-id-598'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='is_open' mangled-name='_ZNKSt12__basic_fileIcE7is_openEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='78' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt12__basic_fileIcE7is_openEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-601' is-artificial='yes'/>
+ <parameter type-id='type-id-600' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='fd' mangled-name='_ZNSt12__basic_fileIcE2fdEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12__basic_fileIcE2fdEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='file' mangled-name='_ZNSt12__basic_fileIcE4fileEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='84' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12__basic_fileIcE4fileEv@@GLIBCXX_3.4.1'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
- <return type-id='type-id-598'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
+ <return type-id='type-id-597'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__basic_file' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='xsputn' mangled-name='_ZNSt12__basic_fileIcE6xsputnEPKcl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12__basic_fileIcE6xsputnEPKcl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-48'/>
</member-function>
<member-function access='private'>
<function-decl name='xsputn_2' mangled-name='_ZNSt12__basic_fileIcE8xsputn_2EPKclS2_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='92' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12__basic_fileIcE8xsputn_2EPKclS2_l@@GLIBCXX_3.4'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-48'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='xsgetn' mangled-name='_ZNSt12__basic_fileIcE6xsgetnEPcl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='96' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12__basic_fileIcE6xsgetnEPcl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-48'/>
</member-function>
<member-function access='private'>
<function-decl name='seekoff' mangled-name='_ZNSt12__basic_fileIcE7seekoffElSt12_Ios_Seekdir' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12__basic_fileIcE7seekoffElSt12_Ios_Seekdir@@GLIBCXX_3.4'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
<parameter type-id='type-id-60'/>
<parameter type-id='type-id-50'/>
<return type-id='type-id-60'/>
</member-function>
<member-function access='private'>
<function-decl name='sync' mangled-name='_ZNSt12__basic_fileIcE4syncEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12__basic_fileIcE4syncEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='showmanyc' mangled-name='_ZNSt12__basic_fileIcE9showmanycEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='105' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12__basic_fileIcE9showmanycEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
<return type-id='type-id-48'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__basic_file' mangled-name='_ZNSt12__basic_fileIcEC2EP15pthread_mutex_t' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='63' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12__basic_fileIcEC2EP15pthread_mutex_t@@GLIBCXX_3.4'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
- <parameter type-id='type-id-600'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
+ <parameter type-id='type-id-599'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__basic_file' mangled-name='_ZNSt12__basic_fileIcED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/basic_file.h' line='86' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12__basic_fileIcED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-599' is-artificial='yes'/>
+ <parameter type-id='type-id-598' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
<namespace-decl name='std'>
<class-decl name='codecvt<char, char, __mbstate_t>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='341' column='1' id='type-id-386'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-602'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-601'/>
<member-type access='private'>
- <typedef-decl name='intern_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='346' column='1' id='type-id-603'/>
+ <typedef-decl name='intern_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='346' column='1' id='type-id-602'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='extern_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='347' column='1' id='type-id-604'/>
+ <typedef-decl name='extern_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='347' column='1' id='type-id-603'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='state_type' type-id='type-id-62' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='348' column='1' id='type-id-605'/>
+ <typedef-decl name='state_type' type-id='type-id-62' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='348' column='1' id='type-id-604'/>
</member-type>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='_M_c_locale_codecvt' type-id='type-id-606' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='351' column='1'/>
+ <var-decl name='_M_c_locale_codecvt' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='351' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt7codecvtIcc11__mbstate_tE2idE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='32' column='1' elf-symbol-id='_ZNSt7codecvtIcc11__mbstate_tE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt7codecvtIcc11__mbstate_tE2idE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='32' column='1' elf-symbol-id='_ZNSt7codecvtIcc11__mbstate_tE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='codecvt' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='38' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-608' is-artificial='yes'/>
+ <parameter type-id='type-id-607' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='codecvt' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='44' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-608' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-607' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='codecvt' mangled-name='_ZNSt7codecvtIcc11__mbstate_tEC2Em' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='38' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7codecvtIcc11__mbstate_tEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-608' is-artificial='yes'/>
+ <parameter type-id='type-id-607' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='codecvt' mangled-name='_ZNSt7codecvtIcc11__mbstate_tEC2EP15__locale_structm' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='44' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7codecvtIcc11__mbstate_tEC2EP15__locale_structm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-608' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-607' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~codecvt' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-608' is-artificial='yes'/>
+ <parameter type-id='type-id-607' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~codecvt' mangled-name='_ZNSt7codecvtIcc11__mbstate_tED0Ev' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='50' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7codecvtIcc11__mbstate_tED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-608' is-artificial='yes'/>
+ <parameter type-id='type-id-607' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~codecvt' mangled-name='_ZNSt7codecvtIcc11__mbstate_tED2Ev' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='50' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7codecvtIcc11__mbstate_tED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-608' is-artificial='yes'/>
+ <parameter type-id='type-id-607' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_out' mangled-name='_ZNKSt7codecvtIcc11__mbstate_tE6do_outERS0_PKcS4_RS4_PcS6_RS6_' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIcc11__mbstate_tE6do_outERS0_PKcS4_RS4_PcS6_RS6_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-609' is-artificial='yes'/>
+ <parameter type-id='type-id-608' is-artificial='yes'/>
+ <parameter type-id='type-id-609'/>
+ <parameter type-id='type-id-610'/>
<parameter type-id='type-id-610'/>
- <parameter type-id='type-id-611'/>
<parameter type-id='type-id-611'/>
<parameter type-id='type-id-612'/>
+ <parameter type-id='type-id-612'/>
<parameter type-id='type-id-613'/>
- <parameter type-id='type-id-613'/>
- <parameter type-id='type-id-614'/>
- <return type-id='type-id-615'/>
+ <return type-id='type-id-614'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_unshift' mangled-name='_ZNKSt7codecvtIcc11__mbstate_tE10do_unshiftERS0_PcS3_RS3_' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='70' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIcc11__mbstate_tE10do_unshiftERS0_PcS3_RS3_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-609' is-artificial='yes'/>
- <parameter type-id='type-id-610'/>
- <parameter type-id='type-id-613'/>
+ <parameter type-id='type-id-608' is-artificial='yes'/>
+ <parameter type-id='type-id-609'/>
+ <parameter type-id='type-id-612'/>
+ <parameter type-id='type-id-612'/>
<parameter type-id='type-id-613'/>
- <parameter type-id='type-id-614'/>
- <return type-id='type-id-615'/>
+ <return type-id='type-id-614'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_in' mangled-name='_ZNKSt7codecvtIcc11__mbstate_tE5do_inERS0_PKcS4_RS4_PcS6_RS6_' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='79' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIcc11__mbstate_tE5do_inERS0_PKcS4_RS4_PcS6_RS6_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-609' is-artificial='yes'/>
- <parameter type-id='type-id-610'/>
- <parameter type-id='type-id-616'/>
+ <parameter type-id='type-id-608' is-artificial='yes'/>
+ <parameter type-id='type-id-609'/>
+ <parameter type-id='type-id-615'/>
+ <parameter type-id='type-id-615'/>
<parameter type-id='type-id-616'/>
<parameter type-id='type-id-617'/>
+ <parameter type-id='type-id-617'/>
<parameter type-id='type-id-618'/>
- <parameter type-id='type-id-618'/>
- <parameter type-id='type-id-619'/>
- <return type-id='type-id-615'/>
+ <return type-id='type-id-614'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_encoding' mangled-name='_ZNKSt7codecvtIcc11__mbstate_tE11do_encodingEv' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='93' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIcc11__mbstate_tE11do_encodingEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-609' is-artificial='yes'/>
+ <parameter type-id='type-id-608' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_always_noconv' mangled-name='_ZNKSt7codecvtIcc11__mbstate_tE16do_always_noconvEv' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='98' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIcc11__mbstate_tE16do_always_noconvEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-609' is-artificial='yes'/>
+ <parameter type-id='type-id-608' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_length' mangled-name='_ZNKSt7codecvtIcc11__mbstate_tE9do_lengthERS0_PKcS4_m' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIcc11__mbstate_tE9do_lengthERS0_PKcS4_m@@GLIBCXX_3.4'>
- <parameter type-id='type-id-609' is-artificial='yes'/>
- <parameter type-id='type-id-610'/>
- <parameter type-id='type-id-616'/>
- <parameter type-id='type-id-616'/>
+ <parameter type-id='type-id-608' is-artificial='yes'/>
+ <parameter type-id='type-id-609'/>
+ <parameter type-id='type-id-615'/>
+ <parameter type-id='type-id-615'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_max_length' mangled-name='_ZNKSt7codecvtIcc11__mbstate_tE13do_max_lengthEv' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIcc11__mbstate_tE13do_max_lengthEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-609' is-artificial='yes'/>
+ <parameter type-id='type-id-608' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
</namespace-decl>
<namespace-decl name='std'>
<class-decl name='codecvt<wchar_t, char, __mbstate_t>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='399' column='1' id='type-id-411'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-620'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-619'/>
<member-type access='private'>
- <typedef-decl name='intern_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='404' column='1' id='type-id-621'/>
+ <typedef-decl name='intern_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='404' column='1' id='type-id-620'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='extern_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='405' column='1' id='type-id-622'/>
+ <typedef-decl name='extern_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='405' column='1' id='type-id-621'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='state_type' type-id='type-id-62' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='406' column='1' id='type-id-623'/>
+ <typedef-decl name='state_type' type-id='type-id-62' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='406' column='1' id='type-id-622'/>
</member-type>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='_M_c_locale_codecvt' type-id='type-id-606' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='409' column='1'/>
+ <var-decl name='_M_c_locale_codecvt' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='409' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt7codecvtIwc11__mbstate_tE2idE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='35' column='1' elf-symbol-id='_ZNSt7codecvtIwc11__mbstate_tE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt7codecvtIwc11__mbstate_tE2idE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='35' column='1' elf-symbol-id='_ZNSt7codecvtIwc11__mbstate_tE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='codecvt' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-624' is-artificial='yes'/>
+ <parameter type-id='type-id-623' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='codecvt' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-624' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-623' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='codecvt' mangled-name='_ZNSt7codecvtIwc11__mbstate_tEC2Em' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='118' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7codecvtIwc11__mbstate_tEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-624' is-artificial='yes'/>
+ <parameter type-id='type-id-623' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='codecvt' mangled-name='_ZNSt7codecvtIwc11__mbstate_tEC2EP15__locale_structm' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='124' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7codecvtIwc11__mbstate_tEC2EP15__locale_structm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-624' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-623' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~codecvt' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-624' is-artificial='yes'/>
+ <parameter type-id='type-id-623' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~codecvt' mangled-name='_ZNSt7codecvtIwc11__mbstate_tED0Ev' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7codecvtIwc11__mbstate_tED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-624' is-artificial='yes'/>
+ <parameter type-id='type-id-623' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~codecvt' mangled-name='_ZNSt7codecvtIwc11__mbstate_tED2Ev' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7codecvtIwc11__mbstate_tED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-624' is-artificial='yes'/>
+ <parameter type-id='type-id-623' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_out' mangled-name='_ZNKSt7codecvtIwc11__mbstate_tE6do_outERS0_PKwS4_RS4_PcS6_RS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='425' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIwc11__mbstate_tE6do_outERS0_PKwS4_RS4_PcS6_RS6_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-625' is-artificial='yes'/>
+ <parameter type-id='type-id-624' is-artificial='yes'/>
+ <parameter type-id='type-id-625'/>
+ <parameter type-id='type-id-626'/>
<parameter type-id='type-id-626'/>
- <parameter type-id='type-id-627'/>
<parameter type-id='type-id-627'/>
<parameter type-id='type-id-628'/>
+ <parameter type-id='type-id-628'/>
<parameter type-id='type-id-629'/>
- <parameter type-id='type-id-629'/>
- <parameter type-id='type-id-630'/>
- <return type-id='type-id-631'/>
+ <return type-id='type-id-630'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_out' mangled-name='_ZNKSt7codecvtIwc11__mbstate_tE6do_outERS0_PKwS4_RS4_PcS6_RS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/codecvt_members.cc' line='44' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIwc11__mbstate_tE6do_outERS0_PKwS4_RS4_PcS6_RS6_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-625' is-artificial='yes'/>
+ <parameter type-id='type-id-624' is-artificial='yes'/>
+ <parameter type-id='type-id-625'/>
+ <parameter type-id='type-id-626'/>
<parameter type-id='type-id-626'/>
- <parameter type-id='type-id-627'/>
<parameter type-id='type-id-627'/>
<parameter type-id='type-id-628'/>
+ <parameter type-id='type-id-628'/>
<parameter type-id='type-id-629'/>
- <parameter type-id='type-id-629'/>
- <parameter type-id='type-id-630'/>
- <return type-id='type-id-615'/>
+ <return type-id='type-id-614'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_unshift' mangled-name='_ZNKSt7codecvtIwc11__mbstate_tE10do_unshiftERS0_PcS3_RS3_' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='135' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIwc11__mbstate_tE10do_unshiftERS0_PcS3_RS3_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-625' is-artificial='yes'/>
- <parameter type-id='type-id-626'/>
- <parameter type-id='type-id-629'/>
+ <parameter type-id='type-id-624' is-artificial='yes'/>
+ <parameter type-id='type-id-625'/>
+ <parameter type-id='type-id-628'/>
+ <parameter type-id='type-id-628'/>
<parameter type-id='type-id-629'/>
- <parameter type-id='type-id-630'/>
- <return type-id='type-id-615'/>
+ <return type-id='type-id-614'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_in' mangled-name='_ZNKSt7codecvtIwc11__mbstate_tE5do_inERS0_PKcS4_RS4_PwS6_RS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='436' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIwc11__mbstate_tE5do_inERS0_PKcS4_RS4_PwS6_RS6_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-625' is-artificial='yes'/>
- <parameter type-id='type-id-626'/>
- <parameter type-id='type-id-632'/>
+ <parameter type-id='type-id-624' is-artificial='yes'/>
+ <parameter type-id='type-id-625'/>
+ <parameter type-id='type-id-631'/>
+ <parameter type-id='type-id-631'/>
<parameter type-id='type-id-632'/>
<parameter type-id='type-id-633'/>
+ <parameter type-id='type-id-633'/>
<parameter type-id='type-id-634'/>
- <parameter type-id='type-id-634'/>
- <parameter type-id='type-id-635'/>
- <return type-id='type-id-631'/>
+ <return type-id='type-id-630'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_in' mangled-name='_ZNKSt7codecvtIwc11__mbstate_tE5do_inERS0_PKcS4_RS4_PwS6_RS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/codecvt_members.cc' line='119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIwc11__mbstate_tE5do_inERS0_PKcS4_RS4_PwS6_RS6_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-625' is-artificial='yes'/>
- <parameter type-id='type-id-626'/>
- <parameter type-id='type-id-632'/>
+ <parameter type-id='type-id-624' is-artificial='yes'/>
+ <parameter type-id='type-id-625'/>
+ <parameter type-id='type-id-631'/>
+ <parameter type-id='type-id-631'/>
<parameter type-id='type-id-632'/>
<parameter type-id='type-id-633'/>
+ <parameter type-id='type-id-633'/>
<parameter type-id='type-id-634'/>
- <parameter type-id='type-id-634'/>
- <parameter type-id='type-id-635'/>
- <return type-id='type-id-615'/>
+ <return type-id='type-id-614'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_encoding' mangled-name='_ZNKSt7codecvtIwc11__mbstate_tE11do_encodingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='443' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIwc11__mbstate_tE11do_encodingEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-625' is-artificial='yes'/>
+ <parameter type-id='type-id-624' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_always_noconv' mangled-name='_ZNKSt7codecvtIwc11__mbstate_tE16do_always_noconvEv' filepath='../../../.././libstdc++-v3/src/c++98/codecvt.cc' line='145' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIwc11__mbstate_tE16do_always_noconvEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-625' is-artificial='yes'/>
+ <parameter type-id='type-id-624' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_length' mangled-name='_ZNKSt7codecvtIwc11__mbstate_tE9do_lengthERS0_PKcS4_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='449' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIwc11__mbstate_tE9do_lengthERS0_PKcS4_m@@GLIBCXX_3.4'>
- <parameter type-id='type-id-625' is-artificial='yes'/>
- <parameter type-id='type-id-626'/>
- <parameter type-id='type-id-632'/>
- <parameter type-id='type-id-632'/>
+ <parameter type-id='type-id-624' is-artificial='yes'/>
+ <parameter type-id='type-id-625'/>
+ <parameter type-id='type-id-631'/>
+ <parameter type-id='type-id-631'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_max_length' mangled-name='_ZNKSt7codecvtIwc11__mbstate_tE13do_max_lengthEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='453' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7codecvtIwc11__mbstate_tE13do_max_lengthEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-625' is-artificial='yes'/>
+ <parameter type-id='type-id-624' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
</namespace-decl>
<namespace-decl name='std'>
<class-decl name='ctype<char>' size-in-bits='4608' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='676' column='1' id='type-id-17'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-637'/>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='681' column='1' id='type-id-638'/>
+ <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='681' column='1' id='type-id-637'/>
</member-type>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='_M_c_locale_ctype' type-id='type-id-606' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='685' column='1'/>
+ <var-decl name='_M_c_locale_ctype' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='685' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='192'>
<var-decl name='_M_del' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='686' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='256'>
- <var-decl name='_M_toupper' type-id='type-id-639' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='687' column='1'/>
+ <var-decl name='_M_toupper' type-id='type-id-638' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='687' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='320'>
- <var-decl name='_M_tolower' type-id='type-id-639' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='688' column='1'/>
+ <var-decl name='_M_tolower' type-id='type-id-638' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='688' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='384'>
- <var-decl name='_M_table' type-id='type-id-640' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='689' column='1'/>
+ <var-decl name='_M_table' type-id='type-id-639' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='689' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='448'>
<var-decl name='_M_widen_ok' type-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='690' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='456'>
- <var-decl name='_M_widen' type-id='type-id-641' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='691' column='1'/>
+ <var-decl name='_M_widen' type-id='type-id-640' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='691' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='2504'>
- <var-decl name='_M_narrow' type-id='type-id-641' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='692' column='1'/>
+ <var-decl name='_M_narrow' type-id='type-id-640' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='692' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='4552'>
<var-decl name='_M_narrow_ok' type-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='693' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt5ctypeIcE2idE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='47' column='1' elf-symbol-id='_ZNSt5ctypeIcE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt5ctypeIcE2idE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='47' column='1' elf-symbol-id='_ZNSt5ctypeIcE2idE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='table_size' type-id='type-id-642' mangled-name='_ZNSt5ctypeIcE10table_sizeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='700' column='1' elf-symbol-id='_ZNSt5ctypeIcE10table_sizeE@@GLIBCXX_3.4'/>
+ <var-decl name='table_size' type-id='type-id-641' mangled-name='_ZNSt5ctypeIcE10table_sizeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='700' column='1' elf-symbol-id='_ZNSt5ctypeIcE10table_sizeE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='ctype' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='713' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-643' is-artificial='yes'/>
- <parameter type-id='type-id-640'/>
+ <parameter type-id='type-id-642' is-artificial='yes'/>
+ <parameter type-id='type-id-639'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='ctype' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='726' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-643' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
- <parameter type-id='type-id-640'/>
+ <parameter type-id='type-id-642' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
+ <parameter type-id='type-id-639'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='is' mangled-name='_ZNKSt5ctypeIcE2isEtc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_inline.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
<parameter type-id='type-id-15'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='is' mangled-name='_ZNKSt5ctypeIcE2isEPKcS2_Pt' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_inline.h' line='47' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-646'/>
+ <parameter type-id='type-id-645'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='scan_is' mangled-name='_ZNKSt5ctypeIcE7scan_isEtPKcS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_inline.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-11'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='scan_not' mangled-name='_ZNKSt5ctypeIcE8scan_notEtPKcS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_inline.h' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-11'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='toupper' mangled-name='_ZNKSt5ctypeIcE7toupperEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='797' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
- <parameter type-id='type-id-638'/>
- <return type-id='type-id-638'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-637'/>
+ <return type-id='type-id-637'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='toupper' mangled-name='_ZNKSt5ctypeIcE7toupperEPcPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='814' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-646'/>
<parameter type-id='type-id-647'/>
- <parameter type-id='type-id-648'/>
- <return type-id='type-id-648'/>
+ <return type-id='type-id-647'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='tolower' mangled-name='_ZNKSt5ctypeIcE7tolowerEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='830' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
- <parameter type-id='type-id-638'/>
- <return type-id='type-id-638'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-637'/>
+ <return type-id='type-id-637'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='tolower' mangled-name='_ZNKSt5ctypeIcE7tolowerEPcPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='847' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-646'/>
<parameter type-id='type-id-647'/>
- <parameter type-id='type-id-648'/>
- <return type-id='type-id-648'/>
+ <return type-id='type-id-647'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='widen' mangled-name='_ZNKSt5ctypeIcE5widenEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='867' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-638'/>
+ <return type-id='type-id-637'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='widen' mangled-name='_ZNKSt5ctypeIcE5widenEPKcS2_Pc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='894' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-647'/>
+ <parameter type-id='type-id-646'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='narrow' mangled-name='_ZNKSt5ctypeIcE6narrowEcc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='925' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
- <parameter type-id='type-id-638'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-637'/>
<parameter type-id='type-id-15'/>
<return type-id='type-id-15'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='narrow' mangled-name='_ZNKSt5ctypeIcE6narrowEPKcS2_cPc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='958' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
- <parameter type-id='type-id-648'/>
- <parameter type-id='type-id-648'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-647'/>
+ <parameter type-id='type-id-647'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-149'/>
- <return type-id='type-id-648'/>
+ <return type-id='type-id-647'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='table' mangled-name='_ZNKSt5ctypeIcE5tableEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='976' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
- <return type-id='type-id-640'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <return type-id='type-id-639'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='classic_table' mangled-name='_ZNSt5ctypeIcE13classic_tableEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='981' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5ctypeIcE13classic_tableEv@@GLIBCXX_3.4'>
- <return type-id='type-id-640'/>
+ <return type-id='type-id-639'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_narrow_init' mangled-name='_ZNKSt5ctypeIcE14_M_narrow_initEv' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='66' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIcE14_M_narrow_initEv@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_widen_init' mangled-name='_ZNKSt5ctypeIcE13_M_widen_initEv' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIcE13_M_widen_initEv@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='ctype' mangled-name='_ZNSt5ctypeIcEC2EP15__locale_structPKtbm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='726' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5ctypeIcEC2EP15__locale_structPKtbm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-643' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
- <parameter type-id='type-id-640'/>
+ <parameter type-id='type-id-642' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
+ <parameter type-id='type-id-639'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='ctype' mangled-name='_ZNSt5ctypeIcEC2EPKtbm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='713' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5ctypeIcEC1EPKtbm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-643' is-artificial='yes'/>
- <parameter type-id='type-id-640'/>
+ <parameter type-id='type-id-642' is-artificial='yes'/>
+ <parameter type-id='type-id-639'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~ctype' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-642' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~ctype' mangled-name='_ZNSt5ctypeIcED0Ev' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5ctypeIcED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-642' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~ctype' mangled-name='_ZNSt5ctypeIcED2Ev' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5ctypeIcED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-642' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_toupper' mangled-name='_ZNKSt5ctypeIcE10do_toupperEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1007' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIcE10do_toupperEc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
- <parameter type-id='type-id-638'/>
- <return type-id='type-id-638'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-637'/>
+ <return type-id='type-id-637'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_toupper' mangled-name='_ZNKSt5ctypeIcE10do_toupperEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_configure_char.cc' line='166' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIcE10do_toupperEc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
<return type-id='type-id-15'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_toupper' mangled-name='_ZNKSt5ctypeIcE10do_toupperEPcPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1024' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIcE10do_toupperEPcPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-646'/>
<parameter type-id='type-id-647'/>
- <parameter type-id='type-id-648'/>
- <return type-id='type-id-648'/>
+ <return type-id='type-id-647'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_toupper' mangled-name='_ZNKSt5ctypeIcE10do_toupperEPcPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_configure_char.cc' line='170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIcE10do_toupperEPcPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-11'/>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_tolower' mangled-name='_ZNKSt5ctypeIcE10do_tolowerEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1040' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIcE10do_tolowerEc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
- <parameter type-id='type-id-638'/>
- <return type-id='type-id-638'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-637'/>
+ <return type-id='type-id-637'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_tolower' mangled-name='_ZNKSt5ctypeIcE10do_tolowerEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_configure_char.cc' line='181' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIcE10do_tolowerEc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
<return type-id='type-id-15'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_tolower' mangled-name='_ZNKSt5ctypeIcE10do_tolowerEPcPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1057' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIcE10do_tolowerEPcPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-646'/>
<parameter type-id='type-id-647'/>
- <parameter type-id='type-id-648'/>
- <return type-id='type-id-648'/>
+ <return type-id='type-id-647'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_tolower' mangled-name='_ZNKSt5ctypeIcE10do_tolowerEPcPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_configure_char.cc' line='185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIcE10do_tolowerEPcPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-11'/>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_widen' mangled-name='_ZNKSt5ctypeIcE8do_widenEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1077' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIcE8do_widenEc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-638'/>
+ <return type-id='type-id-637'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_widen' mangled-name='_ZNKSt5ctypeIcE8do_widenEPKcS2_Pc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIcE8do_widenEPKcS2_Pc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-647'/>
+ <parameter type-id='type-id-646'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_narrow' mangled-name='_ZNKSt5ctypeIcE9do_narrowEcc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1126' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIcE9do_narrowEcc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
- <parameter type-id='type-id-638'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-637'/>
<parameter type-id='type-id-15'/>
<return type-id='type-id-15'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='9'>
<function-decl name='do_narrow' mangled-name='_ZNKSt5ctypeIcE9do_narrowEPKcS2_cPc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1152' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIcE9do_narrowEPKcS2_cPc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-644' is-artificial='yes'/>
- <parameter type-id='type-id-648'/>
- <parameter type-id='type-id-648'/>
+ <parameter type-id='type-id-643' is-artificial='yes'/>
+ <parameter type-id='type-id-647'/>
+ <parameter type-id='type-id-647'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-149'/>
- <return type-id='type-id-648'/>
+ <return type-id='type-id-647'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
<class-decl name='ctype<wchar_t>' size-in-bits='10752' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1177' column='1' id='type-id-107'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-649'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-648'/>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1182' column='1' id='type-id-650'/>
+ <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1182' column='1' id='type-id-649'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__wmask_type' type-id='type-id-544' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1183' column='1' id='type-id-651'/>
+ <typedef-decl name='__wmask_type' type-id='type-id-544' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1183' column='1' id='type-id-650'/>
</member-type>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='_M_c_locale_ctype' type-id='type-id-606' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1186' column='1'/>
+ <var-decl name='_M_c_locale_ctype' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1186' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='192'>
<var-decl name='_M_narrow_ok' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1189' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='200'>
- <var-decl name='_M_narrow' type-id='type-id-652' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1190' column='1'/>
+ <var-decl name='_M_narrow' type-id='type-id-651' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1190' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='1248'>
- <var-decl name='_M_widen' type-id='type-id-653' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1191' column='1'/>
+ <var-decl name='_M_widen' type-id='type-id-652' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1191' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='9440'>
- <var-decl name='_M_bit' type-id='type-id-654' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1194' column='1'/>
+ <var-decl name='_M_bit' type-id='type-id-653' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1194' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='9728'>
- <var-decl name='_M_wmask' type-id='type-id-655' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1195' column='1'/>
+ <var-decl name='_M_wmask' type-id='type-id-654' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1195' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt5ctypeIwE2idE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='50' column='1' elf-symbol-id='_ZNSt5ctypeIwE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt5ctypeIwE2idE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='50' column='1' elf-symbol-id='_ZNSt5ctypeIwE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='ctype' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-655' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='ctype' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='109' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-656' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-655' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_convert_to_wmask' mangled-name='_ZNKSt5ctypeIwE19_M_convert_to_wmaskEt' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE19_M_convert_to_wmaskEt@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <return type-id='type-id-651'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <return type-id='type-id-650'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_initialize_ctype' mangled-name='_ZNSt5ctypeIwE19_M_initialize_ctypeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1463' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5ctypeIwE19_M_initialize_ctypeEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-655' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='ctype' mangled-name='_ZNSt5ctypeIwEC2Em' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='104' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5ctypeIwEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-655' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='ctype' mangled-name='_ZNSt5ctypeIwEC2EP15__locale_structm' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='109' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5ctypeIwEC1EP15__locale_structm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-656' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-655' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~ctype' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-655' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~ctype' mangled-name='_ZNSt5ctypeIwED0Ev' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='114' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5ctypeIwED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-655' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~ctype' mangled-name='_ZNSt5ctypeIwED2Ev' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='114' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt5ctypeIwED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-655' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_is' mangled-name='_ZNKSt5ctypeIwE5do_isEtw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1245' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE5do_isEtw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-650'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-649'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_is' mangled-name='_ZNKSt5ctypeIwE5do_isEtw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='135' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE5do_isEtw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
<parameter type-id='type-id-105'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_is' mangled-name='_ZNKSt5ctypeIwE5do_isEPKwS2_Pt' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1264' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE5do_isEPKwS2_Pt@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
- <parameter type-id='type-id-658'/>
- <parameter type-id='type-id-658'/>
- <parameter type-id='type-id-646'/>
- <return type-id='type-id-658'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-657'/>
+ <parameter type-id='type-id-657'/>
+ <parameter type-id='type-id-645'/>
+ <return type-id='type-id-657'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_is' mangled-name='_ZNKSt5ctypeIwE5do_isEPKwS2_Pt' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='167' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE5do_isEPKwS2_Pt@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
- <parameter type-id='type-id-646'/>
+ <parameter type-id='type-id-645'/>
<return type-id='type-id-249'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_scan_is' mangled-name='_ZNKSt5ctypeIwE10do_scan_isEtPKwS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1282' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE10do_scan_isEtPKwS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-658'/>
- <parameter type-id='type-id-658'/>
- <return type-id='type-id-658'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-657'/>
+ <parameter type-id='type-id-657'/>
+ <return type-id='type-id-657'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_scan_is' mangled-name='_ZNKSt5ctypeIwE10do_scan_isEtPKwS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE10do_scan_isEtPKwS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
<return type-id='type-id-249'/>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_scan_not' mangled-name='_ZNKSt5ctypeIwE11do_scan_notEtPKwS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1300' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE11do_scan_notEtPKwS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-658'/>
- <parameter type-id='type-id-658'/>
- <return type-id='type-id-658'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-657'/>
+ <parameter type-id='type-id-657'/>
+ <return type-id='type-id-657'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_scan_not' mangled-name='_ZNKSt5ctypeIwE11do_scan_notEtPKwS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='194' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE11do_scan_notEtPKwS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-658'/>
- <parameter type-id='type-id-658'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-657'/>
+ <parameter type-id='type-id-657'/>
<return type-id='type-id-249'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_toupper' mangled-name='_ZNKSt5ctypeIwE10do_toupperEw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1317' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE10do_toupperEw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
- <parameter type-id='type-id-650'/>
- <return type-id='type-id-650'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-649'/>
+ <return type-id='type-id-649'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_toupper' mangled-name='_ZNKSt5ctypeIwE10do_toupperEw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='105' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE10do_toupperEw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
<parameter type-id='type-id-105'/>
<return type-id='type-id-105'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_toupper' mangled-name='_ZNKSt5ctypeIwE10do_toupperEPwPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE10do_toupperEPwPKw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
- <parameter type-id='type-id-659'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
<parameter type-id='type-id-658'/>
- <return type-id='type-id-658'/>
+ <parameter type-id='type-id-657'/>
+ <return type-id='type-id-657'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_toupper' mangled-name='_ZNKSt5ctypeIwE10do_toupperEPwPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='109' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE10do_toupperEPwPKw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
<parameter type-id='type-id-219'/>
<parameter type-id='type-id-249'/>
<return type-id='type-id-249'/>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_tolower' mangled-name='_ZNKSt5ctypeIwE10do_tolowerEw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1350' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE10do_tolowerEw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
- <parameter type-id='type-id-650'/>
- <return type-id='type-id-650'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-649'/>
+ <return type-id='type-id-649'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_tolower' mangled-name='_ZNKSt5ctypeIwE10do_tolowerEw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='120' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE10do_tolowerEw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
<parameter type-id='type-id-105'/>
<return type-id='type-id-105'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='9'>
<function-decl name='do_tolower' mangled-name='_ZNKSt5ctypeIwE10do_tolowerEPwPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1367' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE10do_tolowerEPwPKw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
- <parameter type-id='type-id-659'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
<parameter type-id='type-id-658'/>
- <return type-id='type-id-658'/>
+ <parameter type-id='type-id-657'/>
+ <return type-id='type-id-657'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='9'>
<function-decl name='do_tolower' mangled-name='_ZNKSt5ctypeIwE10do_tolowerEPwPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='124' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE10do_tolowerEPwPKw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
<parameter type-id='type-id-219'/>
<parameter type-id='type-id-249'/>
<return type-id='type-id-249'/>
</member-function>
<member-function access='protected' const='yes' vtable-offset='10'>
<function-decl name='do_widen' mangled-name='_ZNKSt5ctypeIwE8do_widenEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1387' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE8do_widenEc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-650'/>
+ <return type-id='type-id-649'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='10'>
<function-decl name='do_widen' mangled-name='_ZNKSt5ctypeIwE8do_widenEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='203' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE8do_widenEc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
<return type-id='type-id-105'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='11'>
<function-decl name='do_widen' mangled-name='_ZNKSt5ctypeIwE8do_widenEPKcS2_Pw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1409' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE8do_widenEPKcS2_Pw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-659'/>
+ <parameter type-id='type-id-658'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='11'>
<function-decl name='do_widen' mangled-name='_ZNKSt5ctypeIwE8do_widenEPKcS2_Pw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='208' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE8do_widenEPKcS2_Pw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-219'/>
</member-function>
<member-function access='protected' const='yes' vtable-offset='12'>
<function-decl name='do_narrow' mangled-name='_ZNKSt5ctypeIwE9do_narrowEwc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1432' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE9do_narrowEwc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
- <parameter type-id='type-id-650'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-649'/>
<parameter type-id='type-id-15'/>
<return type-id='type-id-15'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='12'>
<function-decl name='do_narrow' mangled-name='_ZNKSt5ctypeIwE9do_narrowEwc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='221' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE9do_narrowEwc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
<parameter type-id='type-id-105'/>
<parameter type-id='type-id-15'/>
<return type-id='type-id-15'/>
</member-function>
<member-function access='protected' const='yes' vtable-offset='13'>
<function-decl name='do_narrow' mangled-name='_ZNKSt5ctypeIwE9do_narrowEPKwS2_cPc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1458' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE9do_narrowEPKwS2_cPc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
- <parameter type-id='type-id-658'/>
- <parameter type-id='type-id-658'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
+ <parameter type-id='type-id-657'/>
+ <parameter type-id='type-id-657'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-149'/>
- <return type-id='type-id-658'/>
+ <return type-id='type-id-657'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='13'>
<function-decl name='do_narrow' mangled-name='_ZNKSt5ctypeIwE9do_narrowEPKwS2_cPc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt5ctypeIwE9do_narrowEPKwS2_cPc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-657' is-artificial='yes'/>
+ <parameter type-id='type-id-656' is-artificial='yes'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-15'/>
<class-decl name='exception' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/exception' line='62' column='1' is-declaration-only='yes' id='type-id-86'>
<member-function access='private' constructor='yes'>
<function-decl name='exception' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/exception' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-660' is-artificial='yes'/>
+ <parameter type-id='type-id-659' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~exception' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-660' is-artificial='yes'/>
+ <parameter type-id='type-id-659' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~exception' mangled-name='_ZNSt9exceptionD0Ev' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9exceptionD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-660' is-artificial='yes'/>
+ <parameter type-id='type-id-659' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~exception' mangled-name='_ZNSt9exceptionD2Ev' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9exceptionD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-660' is-artificial='yes'/>
+ <parameter type-id='type-id-659' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='what' mangled-name='_ZNKSt9exception4whatEv' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9exception4whatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-661' is-artificial='yes'/>
+ <parameter type-id='type-id-660' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<namespace-decl name='std'>
<class-decl name='initializer_list<char>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='47' column='1' id='type-id-183'>
<member-type access='private'>
- <typedef-decl name='iterator' type-id='type-id-11' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='54' column='1' id='type-id-662'/>
+ <typedef-decl name='iterator' type-id='type-id-11' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='54' column='1' id='type-id-661'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='53' column='1' id='type-id-663'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='53' column='1' id='type-id-662'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_iterator' type-id='type-id-11' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='55' column='1' id='type-id-664'/>
+ <typedef-decl name='const_iterator' type-id='type-id-11' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='55' column='1' id='type-id-663'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_array' type-id='type-id-662' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='58' column='1'/>
+ <var-decl name='_M_array' type-id='type-id-661' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='58' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_len' type-id='type-id-663' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='59' column='1'/>
+ <var-decl name='_M_len' type-id='type-id-662' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='59' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='initializer_list' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-665' is-artificial='yes'/>
- <parameter type-id='type-id-664'/>
+ <parameter type-id='type-id-664' is-artificial='yes'/>
<parameter type-id='type-id-663'/>
+ <parameter type-id='type-id-662'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='initializer_list' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-665' is-artificial='yes'/>
+ <parameter type-id='type-id-664' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='size' mangled-name='_ZNKSt16initializer_listIcE4sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='71' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-666' is-artificial='yes'/>
- <return type-id='type-id-663'/>
+ <parameter type-id='type-id-665' is-artificial='yes'/>
+ <return type-id='type-id-662'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='begin' mangled-name='_ZNKSt16initializer_listIcE5beginEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='75' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-666' is-artificial='yes'/>
- <return type-id='type-id-664'/>
+ <parameter type-id='type-id-665' is-artificial='yes'/>
+ <return type-id='type-id-663'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='end' mangled-name='_ZNKSt16initializer_listIcE3endEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-666' is-artificial='yes'/>
- <return type-id='type-id-664'/>
+ <parameter type-id='type-id-665' is-artificial='yes'/>
+ <return type-id='type-id-663'/>
</function-decl>
</member-function>
</class-decl>
<namespace-decl name='std'>
<class-decl name='initializer_list<wchar_t>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='47' column='1' id='type-id-252'>
<member-type access='private'>
- <typedef-decl name='iterator' type-id='type-id-249' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='54' column='1' id='type-id-667'/>
+ <typedef-decl name='iterator' type-id='type-id-249' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='54' column='1' id='type-id-666'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='53' column='1' id='type-id-668'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='53' column='1' id='type-id-667'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_iterator' type-id='type-id-249' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='55' column='1' id='type-id-669'/>
+ <typedef-decl name='const_iterator' type-id='type-id-249' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='55' column='1' id='type-id-668'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_array' type-id='type-id-667' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='58' column='1'/>
+ <var-decl name='_M_array' type-id='type-id-666' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='58' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_len' type-id='type-id-668' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='59' column='1'/>
+ <var-decl name='_M_len' type-id='type-id-667' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='59' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='initializer_list' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-670' is-artificial='yes'/>
- <parameter type-id='type-id-669'/>
+ <parameter type-id='type-id-669' is-artificial='yes'/>
<parameter type-id='type-id-668'/>
+ <parameter type-id='type-id-667'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='initializer_list' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-670' is-artificial='yes'/>
+ <parameter type-id='type-id-669' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='size' mangled-name='_ZNKSt16initializer_listIwE4sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='71' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-671' is-artificial='yes'/>
- <return type-id='type-id-668'/>
+ <parameter type-id='type-id-670' is-artificial='yes'/>
+ <return type-id='type-id-667'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='begin' mangled-name='_ZNKSt16initializer_listIwE5beginEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='75' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-671' is-artificial='yes'/>
- <return type-id='type-id-669'/>
+ <parameter type-id='type-id-670' is-artificial='yes'/>
+ <return type-id='type-id-668'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='end' mangled-name='_ZNKSt16initializer_listIwE3endEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/initializer_list' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-671' is-artificial='yes'/>
- <return type-id='type-id-669'/>
+ <parameter type-id='type-id-670' is-artificial='yes'/>
+ <return type-id='type-id-668'/>
</function-decl>
</member-function>
</class-decl>
<namespace-decl name='std'>
<class-decl name='locale' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='64' column='1' id='type-id-32'>
<member-type access='private'>
- <class-decl name='facet' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='340' column='1' id='type-id-636'>
+ <class-decl name='facet' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='340' column='1' id='type-id-635'>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='_M_refcount' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='346' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_c_locale' type-id='type-id-606' mangled-name='_ZNSt6locale5facet11_S_c_localeE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/locale.cc' line='191' column='1'/>
+ <var-decl name='_S_c_locale' type-id='type-id-605' mangled-name='_ZNSt6locale5facet11_S_c_localeE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/locale.cc' line='191' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_c_name' type-id='type-id-672' mangled-name='_ZNSt6locale5facet9_S_c_nameE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/locale.cc' line='193' column='1'/>
+ <var-decl name='_S_c_name' type-id='type-id-671' mangled-name='_ZNSt6locale5facet9_S_c_nameE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/locale.cc' line='193' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_once' type-id='type-id-673' mangled-name='_ZNSt6locale5facet7_S_onceE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/locale.cc' line='196' column='1'/>
+ <var-decl name='_S_once' type-id='type-id-672' mangled-name='_ZNSt6locale5facet7_S_onceE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/locale.cc' line='196' column='1'/>
</data-member>
<member-function access='protected' constructor='yes'>
<function-decl name='facet' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-674' is-artificial='yes'/>
+ <parameter type-id='type-id-673' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_destroy_c_locale' mangled-name='_ZNSt6locale5facet19_S_destroy_c_localeERP15__locale_struct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='387' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5facet19_S_destroy_c_localeERP15__locale_struct@@GLIBCXX_3.4'>
- <parameter type-id='type-id-675'/>
+ <parameter type-id='type-id-674'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_get_c_locale' mangled-name='_ZNSt6locale5facet15_S_get_c_localeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='395' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5facet15_S_get_c_localeEv@@GLIBCXX_3.4'>
- <return type-id='type-id-606'/>
+ <return type-id='type-id-605'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_clone_c_locale' mangled-name='_ZNSt6locale5facet17_S_clone_c_localeERP15__locale_struct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='384' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5facet17_S_clone_c_localeERP15__locale_struct@@GLIBCXX_3.4'>
- <parameter type-id='type-id-675'/>
- <return type-id='type-id-606'/>
+ <parameter type-id='type-id-674'/>
+ <return type-id='type-id-605'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_create_c_locale' mangled-name='_ZNSt6locale5facet18_S_create_c_localeERP15__locale_structPKcS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='380' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5facet18_S_create_c_localeERP15__locale_structPKcS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-675'/>
+ <parameter type-id='type-id-674'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-605'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_lc_ctype_c_locale' mangled-name='_ZNSt6locale5facet20_S_lc_ctype_c_localeEP15__locale_structPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='390' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
- <return type-id='type-id-606'/>
+ <return type-id='type-id-605'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_add_reference' mangled-name='_ZNKSt6locale5facet16_M_add_referenceEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='402' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-676' is-artificial='yes'/>
+ <parameter type-id='type-id-675' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_remove_reference' mangled-name='_ZNKSt6locale5facet19_M_remove_referenceEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='406' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-676' is-artificial='yes'/>
+ <parameter type-id='type-id-675' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='facet' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='420' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-674' is-artificial='yes'/>
- <parameter type-id='type-id-677'/>
+ <parameter type-id='type-id-673' is-artificial='yes'/>
+ <parameter type-id='type-id-676'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt6locale5facetaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='423' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-674' is-artificial='yes'/>
- <parameter type-id='type-id-677'/>
- <return type-id='type-id-678'/>
+ <parameter type-id='type-id-673' is-artificial='yes'/>
+ <parameter type-id='type-id-676'/>
+ <return type-id='type-id-677'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~facet' filepath='../../../.././libstdc++-v3/src/c++98/locale.cc' line='225' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-674' is-artificial='yes'/>
+ <parameter type-id='type-id-673' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~facet' mangled-name='_ZNSt6locale5facetD0Ev' filepath='../../../.././libstdc++-v3/src/c++98/locale.cc' line='225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5facetD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-674' is-artificial='yes'/>
+ <parameter type-id='type-id-673' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~facet' mangled-name='_ZNSt6locale5facetD2Ev' filepath='../../../.././libstdc++-v3/src/c++98/locale.cc' line='225' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5facetD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-674' is-artificial='yes'/>
+ <parameter type-id='type-id-673' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='id' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='438' column='1' id='type-id-607'>
+ <class-decl name='id' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='438' column='1' id='type-id-606'>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='_M_index' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='455' column='1'/>
</data-member>
</data-member>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt6locale2idaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='461' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-679' is-artificial='yes'/>
- <parameter type-id='type-id-680'/>
+ <parameter type-id='type-id-678' is-artificial='yes'/>
+ <parameter type-id='type-id-679'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='id' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='463' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-679' is-artificial='yes'/>
- <parameter type-id='type-id-680'/>
+ <parameter type-id='type-id-678' is-artificial='yes'/>
+ <parameter type-id='type-id-679'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='id' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='469' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-679' is-artificial='yes'/>
+ <parameter type-id='type-id-678' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_id' mangled-name='_ZNKSt6locale2id5_M_idEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='472' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt6locale2id5_M_idEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-681' is-artificial='yes'/>
+ <parameter type-id='type-id-680' is-artificial='yes'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='private'>
- <typedef-decl name='category' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='69' column='1' id='type-id-682'/>
+ <typedef-decl name='category' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='69' column='1' id='type-id-681'/>
</member-type>
<member-type access='private'>
- <class-decl name='_Impl' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='477' column='1' id='type-id-683'>
+ <class-decl name='_Impl' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='477' column='1' id='type-id-682'>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='_M_refcount' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='497' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_facets' type-id='type-id-684' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='498' column='1'/>
+ <var-decl name='_M_facets' type-id='type-id-683' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='498' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
<var-decl name='_M_facets_size' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='499' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='_M_caches' type-id='type-id-684' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='500' column='1'/>
+ <var-decl name='_M_caches' type-id='type-id-683' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='500' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='256'>
- <var-decl name='_M_names' type-id='type-id-685' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='501' column='1'/>
+ <var-decl name='_M_names' type-id='type-id-684' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='501' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_id_ctype' type-id='type-id-686' mangled-name='_ZNSt6locale5_Impl11_S_id_ctypeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='502' column='1'/>
+ <var-decl name='_S_id_ctype' type-id='type-id-685' mangled-name='_ZNSt6locale5_Impl11_S_id_ctypeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='502' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_id_numeric' type-id='type-id-686' mangled-name='_ZNSt6locale5_Impl13_S_id_numericE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='503' column='1'/>
+ <var-decl name='_S_id_numeric' type-id='type-id-685' mangled-name='_ZNSt6locale5_Impl13_S_id_numericE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='503' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_id_collate' type-id='type-id-686' mangled-name='_ZNSt6locale5_Impl13_S_id_collateE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='504' column='1'/>
+ <var-decl name='_S_id_collate' type-id='type-id-685' mangled-name='_ZNSt6locale5_Impl13_S_id_collateE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='504' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_id_time' type-id='type-id-686' mangled-name='_ZNSt6locale5_Impl10_S_id_timeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='505' column='1'/>
+ <var-decl name='_S_id_time' type-id='type-id-685' mangled-name='_ZNSt6locale5_Impl10_S_id_timeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='505' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_id_monetary' type-id='type-id-686' mangled-name='_ZNSt6locale5_Impl14_S_id_monetaryE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='506' column='1'/>
+ <var-decl name='_S_id_monetary' type-id='type-id-685' mangled-name='_ZNSt6locale5_Impl14_S_id_monetaryE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='506' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_id_messages' type-id='type-id-686' mangled-name='_ZNSt6locale5_Impl14_S_id_messagesE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='507' column='1'/>
+ <var-decl name='_S_id_messages' type-id='type-id-685' mangled-name='_ZNSt6locale5_Impl14_S_id_messagesE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='507' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_facet_categories' type-id='type-id-687' mangled-name='_ZNSt6locale5_Impl19_S_facet_categoriesE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='508' column='1'/>
+ <var-decl name='_S_facet_categories' type-id='type-id-686' mangled-name='_ZNSt6locale5_Impl19_S_facet_categoriesE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='508' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_M_add_reference' mangled-name='_ZNSt6locale5_Impl16_M_add_referenceEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='511' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_remove_reference' mangled-name='_ZNSt6locale5_Impl19_M_remove_referenceEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='515' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='_Impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='529' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-689'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-688'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='_Impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='530' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='_Impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='531' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~_Impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='533' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='_Impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='535' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-689'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-688'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt6locale5_ImplaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='538' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-689'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-688'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_check_same_name' mangled-name='_ZNSt6locale5_Impl18_M_check_same_nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='541' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_replace_categories' mangled-name='_ZNSt6locale5_Impl21_M_replace_categoriesEPKS0_i' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='552' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5_Impl21_M_replace_categoriesEPKS0_i@@GLIBCXX_3.4'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-690'/>
- <parameter type-id='type-id-682'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-689'/>
+ <parameter type-id='type-id-681'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_replace_category' mangled-name='_ZNSt6locale5_Impl19_M_replace_categoryEPKS0_PKPKNS_2idE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='555' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5_Impl19_M_replace_categoryEPKS0_PKPKNS_2idE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-689'/>
<parameter type-id='type-id-690'/>
- <parameter type-id='type-id-691'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_replace_facet' mangled-name='_ZNSt6locale5_Impl16_M_replace_facetEPKS0_PKNS_2idE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='558' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5_Impl16_M_replace_facetEPKS0_PKNS_2idE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-690'/>
- <parameter type-id='type-id-681'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-689'/>
+ <parameter type-id='type-id-680'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_install_facet' mangled-name='_ZNSt6locale5_Impl16_M_install_facetEPKNS_2idEPKNS_5facetE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='561' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5_Impl16_M_install_facetEPKNS_2idEPKNS_5facetE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-681'/>
- <parameter type-id='type-id-676'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-680'/>
+ <parameter type-id='type-id-675'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_install_cache' mangled-name='_ZNSt6locale5_Impl16_M_install_cacheEPKNS_5facetEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5_Impl16_M_install_cacheEPKNS_5facetEm@@GLIBCXX_3.4.7'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-676'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-675'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~_Impl' mangled-name='_ZNSt6locale5_ImplD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='533' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5_ImplD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='_Impl' mangled-name='_ZNSt6locale5_ImplC2ERKS0_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='529' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5_ImplC1ERKS0_m@@GLIBCXX_3.4'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-689'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-688'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::ctype<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-643'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-642'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::codecvt<char, char, __mbstate_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-608'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-607'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::numpunct<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-692'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-691'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::num_get<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-693'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-692'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::num_put<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-694'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-693'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::collate<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-695'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-694'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::moneypunct<char, false> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-696'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-695'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::moneypunct<char, true> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-697'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-696'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::money_get<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-698'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-697'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::money_put<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-699'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-698'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::__timepunct<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-700'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-699'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::time_get<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-701'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-700'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::time_put<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-702'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-701'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::messages<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-703'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-702'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::ctype<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-656'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-655'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::codecvt<wchar_t, char, __mbstate_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-624'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-623'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::numpunct<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-704'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-703'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::num_get<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-705'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-704'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::num_put<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-706'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-705'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::collate<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-707'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-706'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::moneypunct<wchar_t, false> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-708'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-707'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::moneypunct<wchar_t, true> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-709'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-708'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::money_get<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-710'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-709'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::money_put<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-711'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-710'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::__timepunct<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-712'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-711'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::time_get<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-713'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-712'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::time_put<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-714'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-713'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_init_facet<std::messages<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
- <parameter type-id='type-id-715'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
+ <parameter type-id='type-id-714'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='_Impl' mangled-name='_ZNSt6locale5_ImplC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='531' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5_ImplC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='_Impl' mangled-name='_ZNSt6locale5_ImplC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='530' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale5_ImplC2EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-688' is-artificial='yes'/>
+ <parameter type-id='type-id-687' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</class-decl>
</member-type>
<member-type access='private'>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='306' column='1' id='type-id-716'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='306' column='1' id='type-id-715'>
<underlying-type type-id='type-id-6'/>
<enumerator name='_S_categories_size' value='12'/>
</enum-decl>
</member-type>
<member-type access='private'>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='306' column='1' id='type-id-716'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='306' column='1' id='type-id-715'>
<underlying-type type-id='type-id-6'/>
<enumerator name='_S_categories_size' value='12'/>
</enum-decl>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='none' type-id='type-id-717' mangled-name='_ZNSt6locale4noneE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='100' column='1' elf-symbol-id='_ZNSt6locale4noneE@@GLIBCXX_3.4'/>
+ <var-decl name='none' type-id='type-id-716' mangled-name='_ZNSt6locale4noneE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='100' column='1' elf-symbol-id='_ZNSt6locale4noneE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='ctype' type-id='type-id-717' mangled-name='_ZNSt6locale5ctypeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='101' column='1' elf-symbol-id='_ZNSt6locale5ctypeE@@GLIBCXX_3.4'/>
+ <var-decl name='ctype' type-id='type-id-716' mangled-name='_ZNSt6locale5ctypeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='101' column='1' elf-symbol-id='_ZNSt6locale5ctypeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='numeric' type-id='type-id-717' mangled-name='_ZNSt6locale7numericE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='102' column='1' elf-symbol-id='_ZNSt6locale7numericE@@GLIBCXX_3.4'/>
+ <var-decl name='numeric' type-id='type-id-716' mangled-name='_ZNSt6locale7numericE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='102' column='1' elf-symbol-id='_ZNSt6locale7numericE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='collate' type-id='type-id-717' mangled-name='_ZNSt6locale7collateE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='103' column='1' elf-symbol-id='_ZNSt6locale7collateE@@GLIBCXX_3.4'/>
+ <var-decl name='collate' type-id='type-id-716' mangled-name='_ZNSt6locale7collateE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='103' column='1' elf-symbol-id='_ZNSt6locale7collateE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='time' type-id='type-id-717' mangled-name='_ZNSt6locale4timeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='104' column='1' elf-symbol-id='_ZNSt6locale4timeE@@GLIBCXX_3.4'/>
+ <var-decl name='time' type-id='type-id-716' mangled-name='_ZNSt6locale4timeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='104' column='1' elf-symbol-id='_ZNSt6locale4timeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='monetary' type-id='type-id-717' mangled-name='_ZNSt6locale8monetaryE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='105' column='1' elf-symbol-id='_ZNSt6locale8monetaryE@@GLIBCXX_3.4'/>
+ <var-decl name='monetary' type-id='type-id-716' mangled-name='_ZNSt6locale8monetaryE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='105' column='1' elf-symbol-id='_ZNSt6locale8monetaryE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='messages' type-id='type-id-717' mangled-name='_ZNSt6locale8messagesE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='106' column='1' elf-symbol-id='_ZNSt6locale8messagesE@@GLIBCXX_3.4'/>
+ <var-decl name='messages' type-id='type-id-716' mangled-name='_ZNSt6locale8messagesE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='106' column='1' elf-symbol-id='_ZNSt6locale8messagesE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='all' type-id='type-id-717' mangled-name='_ZNSt6locale3allE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='108' column='1' elf-symbol-id='_ZNSt6locale3allE@@GLIBCXX_3.4'/>
+ <var-decl name='all' type-id='type-id-716' mangled-name='_ZNSt6locale3allE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='108' column='1' elf-symbol-id='_ZNSt6locale3allE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_impl' type-id='type-id-688' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='282' column='1'/>
+ <var-decl name='_M_impl' type-id='type-id-687' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='282' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_classic' type-id='type-id-688' mangled-name='_ZNSt6locale10_S_classicE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='285' column='1'/>
+ <var-decl name='_S_classic' type-id='type-id-687' mangled-name='_ZNSt6locale10_S_classicE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='285' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_global' type-id='type-id-688' mangled-name='_ZNSt6locale9_S_globalE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='288' column='1'/>
+ <var-decl name='_S_global' type-id='type-id-687' mangled-name='_ZNSt6locale9_S_globalE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='288' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_categories' type-id='type-id-718' mangled-name='_ZNSt6locale13_S_categoriesE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='294' column='1'/>
+ <var-decl name='_S_categories' type-id='type-id-717' mangled-name='_ZNSt6locale13_S_categoriesE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='294' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_once' type-id='type-id-673' mangled-name='_ZNSt6locale7_S_onceE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='309' column='1'/>
+ <var-decl name='_S_once' type-id='type-id-672' mangled-name='_ZNSt6locale7_S_onceE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='309' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='128' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-682'/>
+ <parameter type-id='type-id-681'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='166' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-682'/>
+ <parameter type-id='type-id-681'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='183' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt6localeaSERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='194' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6localeaSERKS_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<return type-id='type-id-31'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='name' mangled-name='_ZNKSt6locale4nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='218' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt6locale4nameEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-720' is-artificial='yes'/>
+ <parameter type-id='type-id-719' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator==' mangled-name='_ZNKSt6localeeqERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='228' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt6localeeqERKS_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-720' is-artificial='yes'/>
+ <parameter type-id='type-id-719' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator!=' mangled-name='_ZNKSt6localeneERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='237' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-720' is-artificial='yes'/>
+ <parameter type-id='type-id-719' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='313' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
- <parameter type-id='type-id-688'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
+ <parameter type-id='type-id-687'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_normalize_category' mangled-name='_ZNSt6locale21_S_normalize_categoryEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='322' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale21_S_normalize_categoryEi@@GLIBCXX_3.4'>
- <parameter type-id='type-id-682'/>
- <return type-id='type-id-682'/>
+ <parameter type-id='type-id-681'/>
+ <return type-id='type-id-681'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_coalesce' mangled-name='_ZNSt6locale11_M_coalesceERKS_S1_i' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='325' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6locale11_M_coalesceERKS_S1_i@@GLIBCXX_3.4'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-682'/>
+ <parameter type-id='type-id-681'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='locale' mangled-name='_ZNSt6localeC2ERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6localeC1ERKS_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='locale' mangled-name='_ZNSt6localeC2EPNS_5_ImplE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='313' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6localeC1EPNS_5_ImplE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
- <parameter type-id='type-id-688'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
+ <parameter type-id='type-id-687'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~locale' mangled-name='_ZNSt6localeD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='183' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6localeD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='locale' mangled-name='_ZNSt6localeC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6localeC2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='locale' mangled-name='_ZNSt6localeC2EPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6localeC1EPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='locale' mangled-name='_ZNSt6localeC2ERKS_S1_i' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='166' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6localeC2ERKS_S1_i@@GLIBCXX_3.4'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<parameter type-id='type-id-31'/>
- <parameter type-id='type-id-682'/>
+ <parameter type-id='type-id-681'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='locale' mangled-name='_ZNSt6localeC2ERKS_PKci' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6localeC1ERKS_PKci@@GLIBCXX_3.4'>
- <parameter type-id='type-id-719' is-artificial='yes'/>
+ <parameter type-id='type-id-718' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-682'/>
+ <parameter type-id='type-id-681'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</namespace-decl>
<namespace-decl name='std'>
<class-decl name='num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1917' column='1' id='type-id-21'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='iter_type' type-id='type-id-722' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1924' column='1' id='type-id-721'/>
+ <typedef-decl name='iter_type' type-id='type-id-721' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1924' column='1' id='type-id-720'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1923' column='1' id='type-id-723'/>
+ <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1923' column='1' id='type-id-722'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2237' column='1' elf-symbol-id='_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2237' column='1' elf-symbol-id='_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='num_get' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1938' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-693' is-artificial='yes'/>
+ <parameter type-id='type-id-692' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRPv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRPv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-100'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2069' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRe@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-303'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2064' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRd@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-302'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2059' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRf@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-301'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRy' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2026' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRy@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-317'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRx' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2021' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRx@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-316'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1964' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRb@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-310'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2015' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-315'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2000' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-99'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRj' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2010' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRj@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-314'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRt' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2005' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRt@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-312'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_find<char>' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE7_M_findIcEEN9__gnu_cxx11__enable_ifIXsrSt9__is_charIT_E7__valueEiE6__typeEPKS9_mS9_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2120' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-726'/>
+ <return type-id='type-id-725'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_float' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE16_M_extract_floatES3_S3_RSt8ios_baseRSt12_Ios_IostateRSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='146' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE16_M_extract_floatES3_S3_RSt8ios_baseRSt12_Ios_IostateRSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-722'/>
- <parameter type-id='type-id-722'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-721'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-727'/>
- <return type-id='type-id-722'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-726'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_int<long long unsigned int>' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_intIyEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_intIyEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-722'/>
- <parameter type-id='type-id-722'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-721'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-317'/>
- <return type-id='type-id-722'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_int<long long int>' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_intIxEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_intIxEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-722'/>
- <parameter type-id='type-id-722'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-721'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-316'/>
- <return type-id='type-id-722'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_int<long unsigned int>' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_intImEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_intImEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-722'/>
- <parameter type-id='type-id-722'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-721'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-315'/>
- <return type-id='type-id-722'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_int<unsigned int>' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_intIjEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_intIjEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-722'/>
- <parameter type-id='type-id-722'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-721'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-314'/>
- <return type-id='type-id-722'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_int<short unsigned int>' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_intItEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_intItEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-722'/>
- <parameter type-id='type-id-722'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-721'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-312'/>
- <return type-id='type-id-722'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_int<long int>' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_intIlEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_intIlEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-722'/>
- <parameter type-id='type-id-722'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-721'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-99'/>
- <return type-id='type-id-722'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='num_get' mangled-name='_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-693' is-artificial='yes'/>
+ <parameter type-id='type-id-692' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~num_get' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2107' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-693' is-artificial='yes'/>
+ <parameter type-id='type-id-692' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~num_get' mangled-name='_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-693' is-artificial='yes'/>
+ <parameter type-id='type-id-692' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~num_get' mangled-name='_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-693' is-artificial='yes'/>
+ <parameter type-id='type-id-692' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='591' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRb@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-310'/>
- <return type-id='type-id-722'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2175' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-99'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRt' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2180' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRt@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-312'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRj' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRj@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-314'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2190' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-315'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRx' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2196' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRx@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-316'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRy' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2201' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRy@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-317'/>
- <return type-id='type-id-721'/>
+ <return type-id='type-id-720'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='9'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='687' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRf@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-301'/>
- <return type-id='type-id-722'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='10'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRd@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-302'/>
- <return type-id='type-id-722'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='11'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='734' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRe@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-303'/>
- <return type-id='type-id-722'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='12'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRPv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='749' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRPv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-724' is-artificial='yes'/>
- <parameter type-id='type-id-721'/>
- <parameter type-id='type-id-721'/>
+ <parameter type-id='type-id-723' is-artificial='yes'/>
+ <parameter type-id='type-id-720'/>
+ <parameter type-id='type-id-720'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-100'/>
- <return type-id='type-id-722'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
<class-decl name='num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1917' column='1' id='type-id-111'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='iter_type' type-id='type-id-729' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1924' column='1' id='type-id-728'/>
+ <typedef-decl name='iter_type' type-id='type-id-728' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1924' column='1' id='type-id-727'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1923' column='1' id='type-id-730'/>
+ <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1923' column='1' id='type-id-729'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2237' column='1' elf-symbol-id='_ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2237' column='1' elf-symbol-id='_ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='num_get' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1938' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-705' is-artificial='yes'/>
+ <parameter type-id='type-id-704' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRPv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRPv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-100'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2069' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRe@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-303'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2064' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRd@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-302'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2059' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRf@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-301'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRy' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2026' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRy@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-317'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRx' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2021' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRx@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-316'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1964' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRb@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-310'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2015' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-315'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2000' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-99'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRj' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2010' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRj@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-314'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRt' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2005' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_RSt8ios_baseRSt12_Ios_IostateRt@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-312'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_find<wchar_t>' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE7_M_findIwEEN9__gnu_cxx11__enable_ifIXsrSt9__is_charIT_E7__valueEiE6__typeEPKS9_mS9_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2120' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-105'/>
- <return type-id='type-id-726'/>
+ <return type-id='type-id-725'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_float' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE16_M_extract_floatES3_S3_RSt8ios_baseRSt12_Ios_IostateRSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='146' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE16_M_extract_floatES3_S3_RSt8ios_baseRSt12_Ios_IostateRSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-729'/>
- <parameter type-id='type-id-729'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-728'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-727'/>
- <return type-id='type-id-729'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-726'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_int<long long unsigned int>' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14_M_extract_intIyEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14_M_extract_intIyEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-729'/>
- <parameter type-id='type-id-729'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-728'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-317'/>
- <return type-id='type-id-729'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_int<long long int>' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14_M_extract_intIxEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14_M_extract_intIxEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-729'/>
- <parameter type-id='type-id-729'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-728'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-316'/>
- <return type-id='type-id-729'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_int<long unsigned int>' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14_M_extract_intImEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14_M_extract_intImEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-729'/>
- <parameter type-id='type-id-729'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-728'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-315'/>
- <return type-id='type-id-729'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_int<unsigned int>' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14_M_extract_intIjEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14_M_extract_intIjEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-729'/>
- <parameter type-id='type-id-729'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-728'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-314'/>
- <return type-id='type-id-729'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_int<short unsigned int>' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14_M_extract_intItEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14_M_extract_intItEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-729'/>
- <parameter type-id='type-id-729'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-728'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-312'/>
- <return type-id='type-id-729'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_int<long int>' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14_M_extract_intIlEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14_M_extract_intIlEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-729'/>
- <parameter type-id='type-id-729'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-728'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-99'/>
- <return type-id='type-id-729'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='num_get' mangled-name='_ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-705' is-artificial='yes'/>
+ <parameter type-id='type-id-704' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~num_get' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2107' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-705' is-artificial='yes'/>
+ <parameter type-id='type-id-704' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~num_get' mangled-name='_ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-705' is-artificial='yes'/>
+ <parameter type-id='type-id-704' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~num_get' mangled-name='_ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-705' is-artificial='yes'/>
+ <parameter type-id='type-id-704' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='591' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRb@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-310'/>
- <return type-id='type-id-729'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2175' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-99'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRt' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2180' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRt@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-312'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRj' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2185' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRj@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-314'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2190' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-315'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRx' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2196' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRx@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-316'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRy' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2201' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRy@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-317'/>
- <return type-id='type-id-728'/>
+ <return type-id='type-id-727'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='9'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='687' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRf@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-301'/>
- <return type-id='type-id-729'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='10'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRd@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-302'/>
- <return type-id='type-id-729'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='11'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='734' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRe@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-303'/>
- <return type-id='type-id-729'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='12'>
<function-decl name='do_get' mangled-name='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRPv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='749' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRPv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-731' is-artificial='yes'/>
- <parameter type-id='type-id-728'/>
- <parameter type-id='type-id-728'/>
+ <parameter type-id='type-id-730' is-artificial='yes'/>
+ <parameter type-id='type-id-727'/>
+ <parameter type-id='type-id-727'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-100'/>
- <return type-id='type-id-729'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
<class-decl name='num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2253' column='1' id='type-id-19'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2259' column='1' id='type-id-732'/>
+ <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2259' column='1' id='type-id-731'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iter_type' type-id='type-id-734' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2260' column='1' id='type-id-733'/>
+ <typedef-decl name='iter_type' type-id='type-id-733' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2260' column='1' id='type-id-732'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2517' column='1' elf-symbol-id='_ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2517' column='1' elf-symbol-id='_ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='num_put' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2274' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-694' is-artificial='yes'/>
+ <parameter type-id='type-id-693' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2292' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecb@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-23'/>
- <return type-id='type-id-733'/>
+ <return type-id='type-id-732'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-55'/>
- <return type-id='type-id-733'/>
+ <return type-id='type-id-732'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2338' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-69'/>
- <return type-id='type-id-733'/>
+ <return type-id='type-id-732'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecx' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2344' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecx@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-540'/>
- <return type-id='type-id-733'/>
+ <return type-id='type-id-732'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecy' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecy@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-541'/>
- <return type-id='type-id-733'/>
+ <return type-id='type-id-732'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecd@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-733'/>
+ <return type-id='type-id-732'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basece' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2401' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basece@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-733'/>
+ <return type-id='type-id-732'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2422' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPKv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-733'/>
+ <return type-id='type-id-732'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_group_float' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE14_M_group_floatEPKcmcS6_PcS7_Ri' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='935' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE14_M_group_floatEPKcmcS6_PcS7_Ri@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-15'/>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_group_int' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE12_M_group_intEPKcmcRSt8ios_basePcS9_Ri' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='835' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE12_M_group_intEPKcmcRSt8ios_basePcS9_Ri@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-15'/>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_pad' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6_M_padEclRSt8ios_basePcPKcRi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='776' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6_M_padEclRSt8ios_basePcPKcRi@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-48'/>
<parameter type-id='type-id-102'/>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert_float<long double>' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE15_M_insert_floatIeEES3_S3_RSt8ios_baseccT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='971' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE15_M_insert_floatIeEES3_S3_RSt8ios_baseccT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-734'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
+ <parameter type-id='type-id-733'/>
<parameter type-id='type-id-102'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert_float<double>' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE15_M_insert_floatIdEES3_S3_RSt8ios_baseccT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='971' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE15_M_insert_floatIdEES3_S3_RSt8ios_baseccT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-734'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
+ <parameter type-id='type-id-733'/>
<parameter type-id='type-id-102'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert_int<long long unsigned int>' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE13_M_insert_intIyEES3_S3_RSt8ios_basecT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='847' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE13_M_insert_intIyEES3_S3_RSt8ios_basecT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-734'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
+ <parameter type-id='type-id-733'/>
<parameter type-id='type-id-102'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-541'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert_int<long long int>' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE13_M_insert_intIxEES3_S3_RSt8ios_basecT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='847' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE13_M_insert_intIxEES3_S3_RSt8ios_basecT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-734'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
+ <parameter type-id='type-id-733'/>
<parameter type-id='type-id-102'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-540'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert_int<long unsigned int>' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE13_M_insert_intImEES3_S3_RSt8ios_basecT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='847' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE13_M_insert_intImEES3_S3_RSt8ios_basecT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-734'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
+ <parameter type-id='type-id-733'/>
<parameter type-id='type-id-102'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-69'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert_int<long int>' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE13_M_insert_intIlEES3_S3_RSt8ios_basecT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='847' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE13_M_insert_intIlEES3_S3_RSt8ios_basecT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-734'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
+ <parameter type-id='type-id-733'/>
<parameter type-id='type-id-102'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-55'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='num_put' mangled-name='_ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2274' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-694' is-artificial='yes'/>
+ <parameter type-id='type-id-693' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~num_put' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2453' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-694' is-artificial='yes'/>
+ <parameter type-id='type-id-693' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~num_put' mangled-name='_ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2453' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-694' is-artificial='yes'/>
+ <parameter type-id='type-id-693' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~num_put' mangled-name='_ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2453' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-694' is-artificial='yes'/>
+ <parameter type-id='type-id-693' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='1090' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecb@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-23'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2473' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-55'/>
- <return type-id='type-id-733'/>
+ <return type-id='type-id-732'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2477' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-69'/>
- <return type-id='type-id-733'/>
+ <return type-id='type-id-732'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecx' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2483' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecx@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-540'/>
- <return type-id='type-id-733'/>
+ <return type-id='type-id-732'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecy' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2488' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecy@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-541'/>
- <return type-id='type-id-733'/>
+ <return type-id='type-id-732'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='1142' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecd@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basece' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='1156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basece@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='9'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='1163' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecPKv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-735' is-artificial='yes'/>
- <parameter type-id='type-id-733'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-734' is-artificial='yes'/>
<parameter type-id='type-id-732'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-731'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
<class-decl name='num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2253' column='1' id='type-id-109'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='iter_type' type-id='type-id-737' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2260' column='1' id='type-id-736'/>
+ <typedef-decl name='iter_type' type-id='type-id-736' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2260' column='1' id='type-id-735'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2259' column='1' id='type-id-738'/>
+ <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2259' column='1' id='type-id-737'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2517' column='1' elf-symbol-id='_ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2517' column='1' elf-symbol-id='_ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='num_put' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2274' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-706' is-artificial='yes'/>
+ <parameter type-id='type-id-705' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2422' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPKv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-736'/>
+ <return type-id='type-id-735'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2401' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewe@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-736'/>
+ <return type-id='type-id-735'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewd@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-736'/>
+ <return type-id='type-id-735'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewy' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewy@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-541'/>
- <return type-id='type-id-736'/>
+ <return type-id='type-id-735'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewx' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2344' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewx@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-540'/>
- <return type-id='type-id-736'/>
+ <return type-id='type-id-735'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2292' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewb@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-23'/>
- <return type-id='type-id-736'/>
+ <return type-id='type-id-735'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2338' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-69'/>
- <return type-id='type-id-736'/>
+ <return type-id='type-id-735'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-55'/>
- <return type-id='type-id-736'/>
+ <return type-id='type-id-735'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_group_float' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE14_M_group_floatEPKcmwPKwPwS9_Ri' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='935' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE14_M_group_floatEPKcmwPKwPwS9_Ri@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-105'/>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_group_int' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE12_M_group_intEPKcmwRSt8ios_basePwS9_Ri' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='835' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE12_M_group_intEPKcmwRSt8ios_basePwS9_Ri@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-105'/>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_pad' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6_M_padEwlRSt8ios_basePwPKwRi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='776' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6_M_padEwlRSt8ios_basePwPKwRi@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
<parameter type-id='type-id-105'/>
<parameter type-id='type-id-48'/>
<parameter type-id='type-id-102'/>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert_float<long double>' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE15_M_insert_floatIeEES3_S3_RSt8ios_basewcT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='971' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE15_M_insert_floatIeEES3_S3_RSt8ios_basewcT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-737'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-736'/>
<parameter type-id='type-id-102'/>
<parameter type-id='type-id-105'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-737'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert_float<double>' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE15_M_insert_floatIdEES3_S3_RSt8ios_basewcT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='971' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE15_M_insert_floatIdEES3_S3_RSt8ios_basewcT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-737'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-736'/>
<parameter type-id='type-id-102'/>
<parameter type-id='type-id-105'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-737'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert_int<long long unsigned int>' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE13_M_insert_intIyEES3_S3_RSt8ios_basewT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='847' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE13_M_insert_intIyEES3_S3_RSt8ios_basewT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-737'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-736'/>
<parameter type-id='type-id-102'/>
<parameter type-id='type-id-105'/>
<parameter type-id='type-id-541'/>
- <return type-id='type-id-737'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert_int<long long int>' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE13_M_insert_intIxEES3_S3_RSt8ios_basewT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='847' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE13_M_insert_intIxEES3_S3_RSt8ios_basewT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-737'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-736'/>
<parameter type-id='type-id-102'/>
<parameter type-id='type-id-105'/>
<parameter type-id='type-id-540'/>
- <return type-id='type-id-737'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert_int<long unsigned int>' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE13_M_insert_intImEES3_S3_RSt8ios_basewT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='847' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE13_M_insert_intImEES3_S3_RSt8ios_basewT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-737'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-736'/>
<parameter type-id='type-id-102'/>
<parameter type-id='type-id-105'/>
<parameter type-id='type-id-69'/>
- <return type-id='type-id-737'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert_int<long int>' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE13_M_insert_intIlEES3_S3_RSt8ios_basewT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='847' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE13_M_insert_intIlEES3_S3_RSt8ios_basewT_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-737'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-736'/>
<parameter type-id='type-id-102'/>
<parameter type-id='type-id-105'/>
<parameter type-id='type-id-55'/>
- <return type-id='type-id-737'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='num_put' mangled-name='_ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2274' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-706' is-artificial='yes'/>
+ <parameter type-id='type-id-705' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~num_put' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2453' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-706' is-artificial='yes'/>
+ <parameter type-id='type-id-705' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~num_put' mangled-name='_ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2453' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-706' is-artificial='yes'/>
+ <parameter type-id='type-id-705' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~num_put' mangled-name='_ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2453' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-706' is-artificial='yes'/>
+ <parameter type-id='type-id-705' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='1090' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewb@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-23'/>
- <return type-id='type-id-737'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2473' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-55'/>
- <return type-id='type-id-736'/>
+ <return type-id='type-id-735'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2477' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-69'/>
- <return type-id='type-id-736'/>
+ <return type-id='type-id-735'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewx' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2483' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewx@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-540'/>
- <return type-id='type-id-736'/>
+ <return type-id='type-id-735'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewy' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='2488' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewy@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-541'/>
- <return type-id='type-id-736'/>
+ <return type-id='type-id-735'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='1142' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewd@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-737'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='1156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewe@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-737'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='9'>
<function-decl name='do_put' mangled-name='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='1163' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewPKv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-739' is-artificial='yes'/>
- <parameter type-id='type-id-736'/>
+ <parameter type-id='type-id-738' is-artificial='yes'/>
+ <parameter type-id='type-id-735'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-738'/>
+ <parameter type-id='type-id-737'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-737'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-740' size-in-bits='64' id='type-id-451'/>
- <reference-type-def kind='lvalue' type-id='type-id-741' size-in-bits='64' id='type-id-453'/>
- <pointer-type-def type-id='type-id-742' size-in-bits='64' id='type-id-461'/>
- <reference-type-def kind='lvalue' type-id='type-id-743' size-in-bits='64' id='type-id-463'/>
- <pointer-type-def type-id='type-id-744' size-in-bits='64' id='type-id-492'/>
- <reference-type-def kind='lvalue' type-id='type-id-745' size-in-bits='64' id='type-id-494'/>
- <pointer-type-def type-id='type-id-746' size-in-bits='64' id='type-id-482'/>
- <reference-type-def kind='lvalue' type-id='type-id-747' size-in-bits='64' id='type-id-484'/>
- <pointer-type-def type-id='type-id-748' size-in-bits='64' id='type-id-393'/>
- <pointer-type-def type-id='type-id-749' size-in-bits='64' id='type-id-417'/>
+ <pointer-type-def type-id='type-id-739' size-in-bits='64' id='type-id-451'/>
+ <reference-type-def kind='lvalue' type-id='type-id-740' size-in-bits='64' id='type-id-453'/>
+ <pointer-type-def type-id='type-id-741' size-in-bits='64' id='type-id-461'/>
+ <reference-type-def kind='lvalue' type-id='type-id-742' size-in-bits='64' id='type-id-463'/>
+ <pointer-type-def type-id='type-id-743' size-in-bits='64' id='type-id-492'/>
+ <reference-type-def kind='lvalue' type-id='type-id-744' size-in-bits='64' id='type-id-494'/>
+ <pointer-type-def type-id='type-id-745' size-in-bits='64' id='type-id-482'/>
+ <reference-type-def kind='lvalue' type-id='type-id-746' size-in-bits='64' id='type-id-484'/>
+ <pointer-type-def type-id='type-id-747' size-in-bits='64' id='type-id-393'/>
+ <pointer-type-def type-id='type-id-748' size-in-bits='64' id='type-id-417'/>
<reference-type-def kind='lvalue' type-id='type-id-560' size-in-bits='64' id='type-id-34'/>
- <pointer-type-def type-id='type-id-750' size-in-bits='64' id='type-id-25'/>
- <pointer-type-def type-id='type-id-751' size-in-bits='64' id='type-id-27'/>
- <pointer-type-def type-id='type-id-752' size-in-bits='64' id='type-id-26'/>
+ <pointer-type-def type-id='type-id-749' size-in-bits='64' id='type-id-25'/>
+ <pointer-type-def type-id='type-id-750' size-in-bits='64' id='type-id-27'/>
+ <pointer-type-def type-id='type-id-751' size-in-bits='64' id='type-id-26'/>
<reference-type-def kind='lvalue' type-id='type-id-564' size-in-bits='64' id='type-id-119'/>
- <pointer-type-def type-id='type-id-753' size-in-bits='64' id='type-id-114'/>
- <pointer-type-def type-id='type-id-754' size-in-bits='64' id='type-id-116'/>
- <pointer-type-def type-id='type-id-755' size-in-bits='64' id='type-id-115'/>
- <pointer-type-def type-id='type-id-756' size-in-bits='64' id='type-id-318'/>
- <pointer-type-def type-id='type-id-757' size-in-bits='64' id='type-id-344'/>
- <reference-type-def kind='lvalue' type-id='type-id-758' size-in-bits='64' id='type-id-53'/>
- <pointer-type-def type-id='type-id-759' size-in-bits='64' id='type-id-49'/>
- <reference-type-def kind='lvalue' type-id='type-id-760' size-in-bits='64' id='type-id-134'/>
- <pointer-type-def type-id='type-id-761' size-in-bits='64' id='type-id-132'/>
- <reference-type-def kind='lvalue' type-id='type-id-762' size-in-bits='64' id='type-id-101'/>
- <pointer-type-def type-id='type-id-762' size-in-bits='64' id='type-id-96'/>
- <pointer-type-def type-id='type-id-763' size-in-bits='64' id='type-id-90'/>
+ <pointer-type-def type-id='type-id-752' size-in-bits='64' id='type-id-114'/>
+ <pointer-type-def type-id='type-id-753' size-in-bits='64' id='type-id-116'/>
+ <pointer-type-def type-id='type-id-754' size-in-bits='64' id='type-id-115'/>
+ <pointer-type-def type-id='type-id-755' size-in-bits='64' id='type-id-318'/>
+ <pointer-type-def type-id='type-id-756' size-in-bits='64' id='type-id-344'/>
+ <reference-type-def kind='lvalue' type-id='type-id-757' size-in-bits='64' id='type-id-53'/>
+ <pointer-type-def type-id='type-id-758' size-in-bits='64' id='type-id-49'/>
+ <reference-type-def kind='lvalue' type-id='type-id-759' size-in-bits='64' id='type-id-134'/>
+ <pointer-type-def type-id='type-id-760' size-in-bits='64' id='type-id-132'/>
+ <reference-type-def kind='lvalue' type-id='type-id-761' size-in-bits='64' id='type-id-101'/>
+ <pointer-type-def type-id='type-id-761' size-in-bits='64' id='type-id-96'/>
+ <pointer-type-def type-id='type-id-762' size-in-bits='64' id='type-id-90'/>
<qualified-type-def type-id='type-id-72' const='yes' id='type-id-91'/>
<qualified-type-def type-id='type-id-29' const='yes' id='type-id-92'/>
<qualified-type-def type-id='type-id-51' const='yes' id='type-id-93'/>
<qualified-type-def type-id='type-id-50' const='yes' id='type-id-94'/>
- <reference-type-def kind='lvalue' type-id='type-id-764' size-in-bits='64' id='type-id-31'/>
- <reference-type-def kind='lvalue' type-id='type-id-765' size-in-bits='64' id='type-id-213'/>
- <pointer-type-def type-id='type-id-765' size-in-bits='64' id='type-id-214'/>
- <reference-type-def kind='lvalue' type-id='type-id-766' size-in-bits='64' id='type-id-201'/>
- <pointer-type-def type-id='type-id-766' size-in-bits='64' id='type-id-202'/>
- <reference-type-def kind='lvalue' type-id='type-id-767' size-in-bits='64' id='type-id-267'/>
- <pointer-type-def type-id='type-id-767' size-in-bits='64' id='type-id-268'/>
- <reference-type-def kind='lvalue' type-id='type-id-768' size-in-bits='64' id='type-id-279'/>
- <pointer-type-def type-id='type-id-768' size-in-bits='64' id='type-id-280'/>
- <reference-type-def kind='lvalue' type-id='type-id-769' size-in-bits='64' id='type-id-89'/>
+ <reference-type-def kind='lvalue' type-id='type-id-763' size-in-bits='64' id='type-id-31'/>
+ <reference-type-def kind='lvalue' type-id='type-id-764' size-in-bits='64' id='type-id-213'/>
+ <pointer-type-def type-id='type-id-764' size-in-bits='64' id='type-id-214'/>
+ <reference-type-def kind='lvalue' type-id='type-id-765' size-in-bits='64' id='type-id-201'/>
+ <pointer-type-def type-id='type-id-765' size-in-bits='64' id='type-id-202'/>
+ <reference-type-def kind='lvalue' type-id='type-id-766' size-in-bits='64' id='type-id-267'/>
+ <pointer-type-def type-id='type-id-766' size-in-bits='64' id='type-id-268'/>
+ <reference-type-def kind='lvalue' type-id='type-id-767' size-in-bits='64' id='type-id-279'/>
+ <pointer-type-def type-id='type-id-767' size-in-bits='64' id='type-id-280'/>
+ <reference-type-def kind='lvalue' type-id='type-id-768' size-in-bits='64' id='type-id-89'/>
<reference-type-def kind='lvalue' type-id='type-id-536' size-in-bits='64' id='type-id-302'/>
<namespace-decl name='std'>
<enum-decl name='_Ios_Fmtflags' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ios_base.h' line='53' column='1' id='type-id-73'>
<pointer-type-def type-id='type-id-409' size-in-bits='64' id='type-id-416'/>
<reference-type-def kind='lvalue' type-id='type-id-12' size-in-bits='64' id='type-id-35'/>
<reference-type-def kind='lvalue' type-id='type-id-103' size-in-bits='64' id='type-id-120'/>
- <pointer-type-def type-id='type-id-770' size-in-bits='64' id='type-id-308'/>
- <pointer-type-def type-id='type-id-771' size-in-bits='64' id='type-id-307'/>
+ <pointer-type-def type-id='type-id-769' size-in-bits='64' id='type-id-308'/>
+ <pointer-type-def type-id='type-id-770' size-in-bits='64' id='type-id-307'/>
<reference-type-def kind='lvalue' type-id='type-id-293' size-in-bits='64' id='type-id-320'/>
<pointer-type-def type-id='type-id-293' size-in-bits='64' id='type-id-305'/>
<reference-type-def kind='lvalue' type-id='type-id-294' size-in-bits='64' id='type-id-319'/>
<pointer-type-def type-id='type-id-294' size-in-bits='64' id='type-id-306'/>
- <pointer-type-def type-id='type-id-772' size-in-bits='64' id='type-id-343'/>
- <pointer-type-def type-id='type-id-773' size-in-bits='64' id='type-id-342'/>
+ <pointer-type-def type-id='type-id-771' size-in-bits='64' id='type-id-343'/>
+ <pointer-type-def type-id='type-id-772' size-in-bits='64' id='type-id-342'/>
<reference-type-def kind='lvalue' type-id='type-id-332' size-in-bits='64' id='type-id-346'/>
<pointer-type-def type-id='type-id-332' size-in-bits='64' id='type-id-340'/>
<reference-type-def kind='lvalue' type-id='type-id-333' size-in-bits='64' id='type-id-345'/>
<pointer-type-def type-id='type-id-333' size-in-bits='64' id='type-id-341'/>
- <pointer-type-def type-id='type-id-774' size-in-bits='64' id='type-id-22'/>
- <pointer-type-def type-id='type-id-775' size-in-bits='64' id='type-id-112'/>
+ <pointer-type-def type-id='type-id-773' size-in-bits='64' id='type-id-22'/>
+ <pointer-type-def type-id='type-id-774' size-in-bits='64' id='type-id-112'/>
<reference-type-def kind='lvalue' type-id='type-id-45' size-in-bits='64' id='type-id-54'/>
<pointer-type-def type-id='type-id-45' size-in-bits='64' id='type-id-52'/>
<reference-type-def kind='lvalue' type-id='type-id-129' size-in-bits='64' id='type-id-135'/>
<pointer-type-def type-id='type-id-129' size-in-bits='64' id='type-id-133'/>
<reference-type-def kind='lvalue' type-id='type-id-13' size-in-bits='64' id='type-id-102'/>
- <pointer-type-def type-id='type-id-776' size-in-bits='64' id='type-id-309'/>
+ <pointer-type-def type-id='type-id-775' size-in-bits='64' id='type-id-309'/>
<pointer-type-def type-id='type-id-13' size-in-bits='64' id='type-id-97'/>
<pointer-type-def type-id='type-id-83' size-in-bits='64' id='type-id-84'/>
<pointer-type-def type-id='type-id-75' size-in-bits='64' id='type-id-76'/>
</namespace-decl>
<namespace-decl name='std'>
<class-decl name='forward_iterator_tag' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='96' column='1' id='type-id-185'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-777'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-776'/>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
<class-decl name='iterator<std::random_access_iterator_tag, wchar_t, long int, wchar_t*, wchar_t&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='119' column='1' id='type-id-270'/>
</namespace-decl>
<namespace-decl name='std'>
- <typedef-decl name='__c_lock' type-id='type-id-778' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++io.h' line='43' column='1' id='type-id-391'/>
+ <typedef-decl name='__c_lock' type-id='type-id-777' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++io.h' line='43' column='1' id='type-id-391'/>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-779'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-778'>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-441' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='154' column='1' id='type-id-207'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-779'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-778'>
<member-type access='public'>
<typedef-decl name='pointer' type-id='type-id-445' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='155' column='1' id='type-id-209'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-779'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-778'>
<member-type access='public'>
<typedef-decl name='reference' type-id='type-id-443' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='156' column='1' id='type-id-211'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-780'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-779'>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-454' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='154' column='1' id='type-id-195'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-780'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-779'>
<member-type access='public'>
<typedef-decl name='pointer' type-id='type-id-458' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='155' column='1' id='type-id-197'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-780'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-779'>
<member-type access='public'>
<typedef-decl name='reference' type-id='type-id-456' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='156' column='1' id='type-id-199'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-781'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-780'>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-485' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='154' column='1' id='type-id-261'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-781'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-780'>
<member-type access='public'>
<typedef-decl name='pointer' type-id='type-id-489' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='155' column='1' id='type-id-263'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-781'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-780'>
<member-type access='public'>
<typedef-decl name='reference' type-id='type-id-487' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='156' column='1' id='type-id-265'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-782'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-781'>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-472' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='154' column='1' id='type-id-273'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-782'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-781'>
<member-type access='public'>
<typedef-decl name='pointer' type-id='type-id-476' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='155' column='1' id='type-id-275'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-782'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-781'>
<member-type access='public'>
<typedef-decl name='reference' type-id='type-id-474' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='156' column='1' id='type-id-277'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-783'>
+ <class-decl name='iterator_traits<char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-782'>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-56' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='180' column='1' id='type-id-442'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-783'>
+ <class-decl name='iterator_traits<char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-782'>
<member-type access='public'>
- <typedef-decl name='iterator_category' type-id='type-id-784' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='178' column='1' id='type-id-448'/>
+ <typedef-decl name='iterator_category' type-id='type-id-783' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='178' column='1' id='type-id-448'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-783'>
+ <class-decl name='iterator_traits<char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-782'>
<member-type access='public'>
<typedef-decl name='pointer' type-id='type-id-149' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='181' column='1' id='type-id-446'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-783'>
+ <class-decl name='iterator_traits<char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-782'>
<member-type access='public'>
<typedef-decl name='reference' type-id='type-id-187' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='182' column='1' id='type-id-444'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<const char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-785'>
+ <class-decl name='iterator_traits<const char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-784'>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-56' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='191' column='1' id='type-id-455'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<const char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-785'>
+ <class-decl name='iterator_traits<const char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-784'>
<member-type access='public'>
<typedef-decl name='pointer' type-id='type-id-11' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='192' column='1' id='type-id-459'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<const char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-785'>
+ <class-decl name='iterator_traits<const char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-784'>
<member-type access='public'>
<typedef-decl name='reference' type-id='type-id-188' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='193' column='1' id='type-id-457'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<const wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-786'>
+ <class-decl name='iterator_traits<const wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-785'>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-56' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='191' column='1' id='type-id-486'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<const wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-786'>
+ <class-decl name='iterator_traits<const wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-785'>
<member-type access='public'>
<typedef-decl name='pointer' type-id='type-id-249' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='192' column='1' id='type-id-490'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<const wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-786'>
+ <class-decl name='iterator_traits<const wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-785'>
<member-type access='public'>
<typedef-decl name='reference' type-id='type-id-255' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='193' column='1' id='type-id-488'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-787'>
+ <class-decl name='iterator_traits<wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-786'>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-56' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='180' column='1' id='type-id-473'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-787'>
+ <class-decl name='iterator_traits<wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-786'>
<member-type access='public'>
- <typedef-decl name='iterator_category' type-id='type-id-784' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='178' column='1' id='type-id-479'/>
+ <typedef-decl name='iterator_category' type-id='type-id-783' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='178' column='1' id='type-id-479'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-787'>
+ <class-decl name='iterator_traits<wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-786'>
<member-type access='public'>
<typedef-decl name='pointer' type-id='type-id-219' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='181' column='1' id='type-id-477'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-787'>
+ <class-decl name='iterator_traits<wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-786'>
<member-type access='public'>
<typedef-decl name='reference' type-id='type-id-254' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='182' column='1' id='type-id-475'/>
</member-type>
<typedef-decl name='streamoff' type-id='type-id-55' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='90' column='1' id='type-id-60'/>
</namespace-decl>
<namespace-decl name='std'>
- <typedef-decl name='streampos' type-id='type-id-788' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='230' column='1' id='type-id-59'/>
+ <typedef-decl name='streampos' type-id='type-id-787' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='230' column='1' id='type-id-59'/>
</namespace-decl>
<namespace-decl name='std'>
<typedef-decl name='string' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stringfwd.h' line='65' column='1' id='type-id-87'/>
</namespace-decl>
<namespace-decl name='std'>
- <typedef-decl name='wstreampos' type-id='type-id-788' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='232' column='1' id='type-id-139'/>
+ <typedef-decl name='wstreampos' type-id='type-id-787' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='232' column='1' id='type-id-139'/>
</namespace-decl>
<reference-type-def kind='lvalue' type-id='type-id-502' size-in-bits='64' id='type-id-314'/>
<reference-type-def kind='lvalue' type-id='type-id-69' size-in-bits='64' id='type-id-315'/>
<reference-type-def kind='lvalue' type-id='type-id-507' size-in-bits='64' id='type-id-312'/>
- <pointer-type-def type-id='type-id-789' size-in-bits='64' id='type-id-79'/>
+ <pointer-type-def type-id='type-id-788' size-in-bits='64' id='type-id-79'/>
<reference-type-def kind='lvalue' type-id='type-id-33' size-in-bits='64' id='type-id-100'/>
<pointer-type-def type-id='type-id-33' size-in-bits='64' id='type-id-304'/>
- <reference-type-def kind='lvalue' type-id='type-id-790' size-in-bits='64' id='type-id-481'/>
- <qualified-type-def type-id='type-id-149' const='yes' id='type-id-597'/>
- <pointer-type-def type-id='type-id-149' size-in-bits='64' id='type-id-685'/>
- <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='1024' id='type-id-652'>
- <subrange length='128' type-id='type-id-515' id='type-id-791'/>
+ <reference-type-def kind='lvalue' type-id='type-id-789' size-in-bits='64' id='type-id-481'/>
+ <qualified-type-def type-id='type-id-149' const='yes' id='type-id-596'/>
+ <pointer-type-def type-id='type-id-149' size-in-bits='64' id='type-id-684'/>
+ <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='1024' id='type-id-651'>
+ <subrange length='128' type-id='type-id-515' id='type-id-790'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='2048' id='type-id-641'>
- <subrange length='256' type-id='type-id-515' id='type-id-792'/>
+ <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='2048' id='type-id-640'>
+ <subrange length='256' type-id='type-id-515' id='type-id-791'/>
</array-type-def>
<namespace-decl name='std'>
- <class-decl name='__codecvt_abstract_base<char, char, __mbstate_t>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='69' column='1' id='type-id-602'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-793'/>
+ <class-decl name='__codecvt_abstract_base<char, char, __mbstate_t>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='69' column='1' id='type-id-601'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-792'/>
<member-type access='private'>
- <typedef-decl name='result' type-id='type-id-615' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='74' column='1' id='type-id-794'/>
+ <typedef-decl name='result' type-id='type-id-614' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='74' column='1' id='type-id-793'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='intern_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='75' column='1' id='type-id-795'/>
+ <typedef-decl name='intern_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='75' column='1' id='type-id-794'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='extern_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='76' column='1' id='type-id-796'/>
+ <typedef-decl name='extern_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='76' column='1' id='type-id-795'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='state_type' type-id='type-id-521' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='77' column='1' id='type-id-797'/>
+ <typedef-decl name='state_type' type-id='type-id-521' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='77' column='1' id='type-id-796'/>
</member-type>
<member-function access='protected'>
<function-decl name='__codecvt_abstract_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='225' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-798' is-artificial='yes'/>
+ <parameter type-id='type-id-797' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='out' mangled-name='_ZNKSt23__codecvt_abstract_baseIcc11__mbstate_tE3outERS0_PKcS4_RS4_PcS6_RS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='117' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-799' is-artificial='yes'/>
+ <parameter type-id='type-id-798' is-artificial='yes'/>
+ <parameter type-id='type-id-799'/>
+ <parameter type-id='type-id-800'/>
<parameter type-id='type-id-800'/>
- <parameter type-id='type-id-801'/>
<parameter type-id='type-id-801'/>
<parameter type-id='type-id-802'/>
+ <parameter type-id='type-id-802'/>
<parameter type-id='type-id-803'/>
- <parameter type-id='type-id-803'/>
- <parameter type-id='type-id-804'/>
- <return type-id='type-id-794'/>
+ <return type-id='type-id-793'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='unshift' mangled-name='_ZNKSt23__codecvt_abstract_baseIcc11__mbstate_tE7unshiftERS0_PcS3_RS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='156' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-799' is-artificial='yes'/>
- <parameter type-id='type-id-800'/>
- <parameter type-id='type-id-803'/>
+ <parameter type-id='type-id-798' is-artificial='yes'/>
+ <parameter type-id='type-id-799'/>
+ <parameter type-id='type-id-802'/>
+ <parameter type-id='type-id-802'/>
<parameter type-id='type-id-803'/>
- <parameter type-id='type-id-804'/>
- <return type-id='type-id-794'/>
+ <return type-id='type-id-793'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='in' mangled-name='_ZNKSt23__codecvt_abstract_baseIcc11__mbstate_tE2inERS0_PKcS4_RS4_PcS6_RS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-799' is-artificial='yes'/>
- <parameter type-id='type-id-800'/>
- <parameter type-id='type-id-805'/>
+ <parameter type-id='type-id-798' is-artificial='yes'/>
+ <parameter type-id='type-id-799'/>
+ <parameter type-id='type-id-804'/>
+ <parameter type-id='type-id-804'/>
<parameter type-id='type-id-805'/>
<parameter type-id='type-id-806'/>
+ <parameter type-id='type-id-806'/>
<parameter type-id='type-id-807'/>
- <parameter type-id='type-id-807'/>
- <parameter type-id='type-id-808'/>
- <return type-id='type-id-794'/>
+ <return type-id='type-id-793'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='encoding' mangled-name='_ZNKSt23__codecvt_abstract_baseIcc11__mbstate_tE8encodingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='207' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-799' is-artificial='yes'/>
+ <parameter type-id='type-id-798' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='always_noconv' mangled-name='_ZNKSt23__codecvt_abstract_baseIcc11__mbstate_tE13always_noconvEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-799' is-artificial='yes'/>
+ <parameter type-id='type-id-798' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='length' mangled-name='_ZNKSt23__codecvt_abstract_baseIcc11__mbstate_tE6lengthERS0_PKcS4_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='215' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-799' is-artificial='yes'/>
- <parameter type-id='type-id-800'/>
- <parameter type-id='type-id-805'/>
- <parameter type-id='type-id-805'/>
+ <parameter type-id='type-id-798' is-artificial='yes'/>
+ <parameter type-id='type-id-799'/>
+ <parameter type-id='type-id-804'/>
+ <parameter type-id='type-id-804'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='max_length' mangled-name='_ZNKSt23__codecvt_abstract_baseIcc11__mbstate_tE10max_lengthEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='220' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-799' is-artificial='yes'/>
+ <parameter type-id='type-id-798' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__codecvt_abstract_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-798' is-artificial='yes'/>
+ <parameter type-id='type-id-797' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__codecvt_abstract_base' mangled-name='_ZNSt23__codecvt_abstract_baseIcc11__mbstate_tED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-798' is-artificial='yes'/>
+ <parameter type-id='type-id-797' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__codecvt_abstract_base' mangled-name='_ZNSt23__codecvt_abstract_baseIcc11__mbstate_tED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-798' is-artificial='yes'/>
+ <parameter type-id='type-id-797' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_out' mangled-name='_ZNKSt23__codecvt_abstract_baseIcc11__mbstate_tE6do_outERS0_PKcS4_RS4_PcS6_RS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-799' is-artificial='yes'/>
+ <parameter type-id='type-id-798' is-artificial='yes'/>
+ <parameter type-id='type-id-799'/>
+ <parameter type-id='type-id-800'/>
<parameter type-id='type-id-800'/>
- <parameter type-id='type-id-801'/>
<parameter type-id='type-id-801'/>
<parameter type-id='type-id-802'/>
+ <parameter type-id='type-id-802'/>
<parameter type-id='type-id-803'/>
- <parameter type-id='type-id-803'/>
- <parameter type-id='type-id-804'/>
- <return type-id='type-id-794'/>
+ <return type-id='type-id-793'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_unshift' mangled-name='_ZNKSt23__codecvt_abstract_baseIcc11__mbstate_tE10do_unshiftERS0_PcS3_RS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-799' is-artificial='yes'/>
- <parameter type-id='type-id-800'/>
- <parameter type-id='type-id-803'/>
+ <parameter type-id='type-id-798' is-artificial='yes'/>
+ <parameter type-id='type-id-799'/>
+ <parameter type-id='type-id-802'/>
+ <parameter type-id='type-id-802'/>
<parameter type-id='type-id-803'/>
- <parameter type-id='type-id-804'/>
- <return type-id='type-id-794'/>
+ <return type-id='type-id-793'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_in' mangled-name='_ZNKSt23__codecvt_abstract_baseIcc11__mbstate_tE5do_inERS0_PKcS4_RS4_PcS6_RS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-799' is-artificial='yes'/>
- <parameter type-id='type-id-800'/>
- <parameter type-id='type-id-805'/>
+ <parameter type-id='type-id-798' is-artificial='yes'/>
+ <parameter type-id='type-id-799'/>
+ <parameter type-id='type-id-804'/>
+ <parameter type-id='type-id-804'/>
<parameter type-id='type-id-805'/>
<parameter type-id='type-id-806'/>
+ <parameter type-id='type-id-806'/>
<parameter type-id='type-id-807'/>
- <parameter type-id='type-id-807'/>
- <parameter type-id='type-id-808'/>
- <return type-id='type-id-794'/>
+ <return type-id='type-id-793'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_encoding' mangled-name='_ZNKSt23__codecvt_abstract_baseIcc11__mbstate_tE11do_encodingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-799' is-artificial='yes'/>
+ <parameter type-id='type-id-798' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_always_noconv' mangled-name='_ZNKSt23__codecvt_abstract_baseIcc11__mbstate_tE16do_always_noconvEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='257' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-799' is-artificial='yes'/>
+ <parameter type-id='type-id-798' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_length' mangled-name='_ZNKSt23__codecvt_abstract_baseIcc11__mbstate_tE9do_lengthERS0_PKcS4_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='260' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-799' is-artificial='yes'/>
- <parameter type-id='type-id-800'/>
- <parameter type-id='type-id-805'/>
- <parameter type-id='type-id-805'/>
+ <parameter type-id='type-id-798' is-artificial='yes'/>
+ <parameter type-id='type-id-799'/>
+ <parameter type-id='type-id-804'/>
+ <parameter type-id='type-id-804'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_max_length' mangled-name='_ZNKSt23__codecvt_abstract_baseIcc11__mbstate_tE13do_max_lengthEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='264' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-799' is-artificial='yes'/>
+ <parameter type-id='type-id-798' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__codecvt_abstract_base<wchar_t, char, __mbstate_t>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='69' column='1' id='type-id-620'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-793'/>
+ <class-decl name='__codecvt_abstract_base<wchar_t, char, __mbstate_t>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='69' column='1' id='type-id-619'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-792'/>
<member-type access='private'>
- <typedef-decl name='result' type-id='type-id-615' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='74' column='1' id='type-id-631'/>
+ <typedef-decl name='result' type-id='type-id-614' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='74' column='1' id='type-id-630'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='intern_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='75' column='1' id='type-id-809'/>
+ <typedef-decl name='intern_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='75' column='1' id='type-id-808'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='extern_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='76' column='1' id='type-id-810'/>
+ <typedef-decl name='extern_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='76' column='1' id='type-id-809'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='state_type' type-id='type-id-521' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='77' column='1' id='type-id-811'/>
+ <typedef-decl name='state_type' type-id='type-id-521' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='77' column='1' id='type-id-810'/>
</member-type>
<member-function access='protected'>
<function-decl name='__codecvt_abstract_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='225' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-812' is-artificial='yes'/>
+ <parameter type-id='type-id-811' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='out' mangled-name='_ZNKSt23__codecvt_abstract_baseIwc11__mbstate_tE3outERS0_PKwS4_RS4_PcS6_RS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='117' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-813' is-artificial='yes'/>
+ <parameter type-id='type-id-812' is-artificial='yes'/>
+ <parameter type-id='type-id-813'/>
+ <parameter type-id='type-id-814'/>
<parameter type-id='type-id-814'/>
- <parameter type-id='type-id-815'/>
<parameter type-id='type-id-815'/>
<parameter type-id='type-id-816'/>
+ <parameter type-id='type-id-816'/>
<parameter type-id='type-id-817'/>
- <parameter type-id='type-id-817'/>
- <parameter type-id='type-id-818'/>
- <return type-id='type-id-631'/>
+ <return type-id='type-id-630'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='unshift' mangled-name='_ZNKSt23__codecvt_abstract_baseIwc11__mbstate_tE7unshiftERS0_PcS3_RS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='156' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-813' is-artificial='yes'/>
- <parameter type-id='type-id-814'/>
- <parameter type-id='type-id-817'/>
+ <parameter type-id='type-id-812' is-artificial='yes'/>
+ <parameter type-id='type-id-813'/>
+ <parameter type-id='type-id-816'/>
+ <parameter type-id='type-id-816'/>
<parameter type-id='type-id-817'/>
- <parameter type-id='type-id-818'/>
- <return type-id='type-id-631'/>
+ <return type-id='type-id-630'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='in' mangled-name='_ZNKSt23__codecvt_abstract_baseIwc11__mbstate_tE2inERS0_PKcS4_RS4_PwS6_RS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-813' is-artificial='yes'/>
- <parameter type-id='type-id-814'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-812' is-artificial='yes'/>
+ <parameter type-id='type-id-813'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-819'/>
<parameter type-id='type-id-820'/>
+ <parameter type-id='type-id-820'/>
<parameter type-id='type-id-821'/>
- <parameter type-id='type-id-821'/>
- <parameter type-id='type-id-822'/>
- <return type-id='type-id-631'/>
+ <return type-id='type-id-630'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='encoding' mangled-name='_ZNKSt23__codecvt_abstract_baseIwc11__mbstate_tE8encodingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='207' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-813' is-artificial='yes'/>
+ <parameter type-id='type-id-812' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='always_noconv' mangled-name='_ZNKSt23__codecvt_abstract_baseIwc11__mbstate_tE13always_noconvEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-813' is-artificial='yes'/>
+ <parameter type-id='type-id-812' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='length' mangled-name='_ZNKSt23__codecvt_abstract_baseIwc11__mbstate_tE6lengthERS0_PKcS4_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='215' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-813' is-artificial='yes'/>
- <parameter type-id='type-id-814'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-812' is-artificial='yes'/>
+ <parameter type-id='type-id-813'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='max_length' mangled-name='_ZNKSt23__codecvt_abstract_baseIwc11__mbstate_tE10max_lengthEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='220' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-813' is-artificial='yes'/>
+ <parameter type-id='type-id-812' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__codecvt_abstract_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-812' is-artificial='yes'/>
+ <parameter type-id='type-id-811' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__codecvt_abstract_base' mangled-name='_ZNSt23__codecvt_abstract_baseIwc11__mbstate_tED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-812' is-artificial='yes'/>
+ <parameter type-id='type-id-811' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__codecvt_abstract_base' mangled-name='_ZNSt23__codecvt_abstract_baseIwc11__mbstate_tED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-812' is-artificial='yes'/>
+ <parameter type-id='type-id-811' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_out' mangled-name='_ZNKSt23__codecvt_abstract_baseIwc11__mbstate_tE6do_outERS0_PKwS4_RS4_PcS6_RS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-813' is-artificial='yes'/>
+ <parameter type-id='type-id-812' is-artificial='yes'/>
+ <parameter type-id='type-id-813'/>
+ <parameter type-id='type-id-814'/>
<parameter type-id='type-id-814'/>
- <parameter type-id='type-id-815'/>
<parameter type-id='type-id-815'/>
<parameter type-id='type-id-816'/>
+ <parameter type-id='type-id-816'/>
<parameter type-id='type-id-817'/>
- <parameter type-id='type-id-817'/>
- <parameter type-id='type-id-818'/>
- <return type-id='type-id-631'/>
+ <return type-id='type-id-630'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_unshift' mangled-name='_ZNKSt23__codecvt_abstract_baseIwc11__mbstate_tE10do_unshiftERS0_PcS3_RS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='244' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-813' is-artificial='yes'/>
- <parameter type-id='type-id-814'/>
- <parameter type-id='type-id-817'/>
+ <parameter type-id='type-id-812' is-artificial='yes'/>
+ <parameter type-id='type-id-813'/>
+ <parameter type-id='type-id-816'/>
+ <parameter type-id='type-id-816'/>
<parameter type-id='type-id-817'/>
- <parameter type-id='type-id-818'/>
- <return type-id='type-id-631'/>
+ <return type-id='type-id-630'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_in' mangled-name='_ZNKSt23__codecvt_abstract_baseIwc11__mbstate_tE5do_inERS0_PKcS4_RS4_PwS6_RS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-813' is-artificial='yes'/>
- <parameter type-id='type-id-814'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-812' is-artificial='yes'/>
+ <parameter type-id='type-id-813'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-819'/>
<parameter type-id='type-id-820'/>
+ <parameter type-id='type-id-820'/>
<parameter type-id='type-id-821'/>
- <parameter type-id='type-id-821'/>
- <parameter type-id='type-id-822'/>
- <return type-id='type-id-631'/>
+ <return type-id='type-id-630'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_encoding' mangled-name='_ZNKSt23__codecvt_abstract_baseIwc11__mbstate_tE11do_encodingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-813' is-artificial='yes'/>
+ <parameter type-id='type-id-812' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_always_noconv' mangled-name='_ZNKSt23__codecvt_abstract_baseIwc11__mbstate_tE16do_always_noconvEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='257' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-813' is-artificial='yes'/>
+ <parameter type-id='type-id-812' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_length' mangled-name='_ZNKSt23__codecvt_abstract_baseIwc11__mbstate_tE9do_lengthERS0_PKcS4_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='260' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-813' is-artificial='yes'/>
- <parameter type-id='type-id-814'/>
- <parameter type-id='type-id-819'/>
- <parameter type-id='type-id-819'/>
+ <parameter type-id='type-id-812' is-artificial='yes'/>
+ <parameter type-id='type-id-813'/>
+ <parameter type-id='type-id-818'/>
+ <parameter type-id='type-id-818'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_max_length' mangled-name='_ZNKSt23__codecvt_abstract_baseIwc11__mbstate_tE13do_max_lengthEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='264' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-813' is-artificial='yes'/>
+ <parameter type-id='type-id-812' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__ctype_abstract_base<wchar_t>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='145' column='1' id='type-id-649'>
+ <class-decl name='__ctype_abstract_base<wchar_t>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='145' column='1' id='type-id-648'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-637'/>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='150' column='1' id='type-id-823'/>
+ <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='150' column='1' id='type-id-822'/>
</member-type>
<member-function access='private' const='yes'>
<function-decl name='widen' mangled-name='_ZNKSt21__ctype_abstract_baseIwE5widenEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='288' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-823'/>
+ <return type-id='type-id-822'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='__ctype_abstract_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='354' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-825' is-artificial='yes'/>
+ <parameter type-id='type-id-824' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='narrow' mangled-name='_ZNKSt21__ctype_abstract_baseIwE6narrowEwc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='326' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-823'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-822'/>
<parameter type-id='type-id-15'/>
<return type-id='type-id-15'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='is' mangled-name='_ZNKSt21__ctype_abstract_baseIwE2isEtw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-823'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-822'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='widen' mangled-name='_ZNKSt21__ctype_abstract_baseIwE5widenEPKcS2_Pw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='307' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-826'/>
+ <parameter type-id='type-id-825'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='is' mangled-name='_ZNKSt21__ctype_abstract_baseIwE2isEPKwS2_Pt' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-827'/>
- <parameter type-id='type-id-827'/>
- <parameter type-id='type-id-646'/>
- <return type-id='type-id-827'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-826'/>
+ <parameter type-id='type-id-826'/>
+ <parameter type-id='type-id-645'/>
+ <return type-id='type-id-826'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='scan_is' mangled-name='_ZNKSt21__ctype_abstract_baseIwE7scan_isEtPKwS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-827'/>
- <parameter type-id='type-id-827'/>
- <return type-id='type-id-827'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-826'/>
+ <parameter type-id='type-id-826'/>
+ <return type-id='type-id-826'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='scan_not' mangled-name='_ZNKSt21__ctype_abstract_baseIwE8scan_notEtPKwS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='213' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-827'/>
- <parameter type-id='type-id-827'/>
- <return type-id='type-id-827'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-826'/>
+ <parameter type-id='type-id-826'/>
+ <return type-id='type-id-826'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='toupper' mangled-name='_ZNKSt21__ctype_abstract_baseIwE7toupperEw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='227' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-823'/>
- <return type-id='type-id-823'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-822'/>
+ <return type-id='type-id-822'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='toupper' mangled-name='_ZNKSt21__ctype_abstract_baseIwE7toupperEPwPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='242' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-825'/>
<parameter type-id='type-id-826'/>
- <parameter type-id='type-id-827'/>
- <return type-id='type-id-827'/>
+ <return type-id='type-id-826'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='tolower' mangled-name='_ZNKSt21__ctype_abstract_baseIwE7tolowerEw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-823'/>
- <return type-id='type-id-823'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-822'/>
+ <return type-id='type-id-822'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='tolower' mangled-name='_ZNKSt21__ctype_abstract_baseIwE7tolowerEPwPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='271' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-825'/>
<parameter type-id='type-id-826'/>
- <parameter type-id='type-id-827'/>
- <return type-id='type-id-827'/>
+ <return type-id='type-id-826'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='narrow' mangled-name='_ZNKSt21__ctype_abstract_baseIwE6narrowEPKwS2_cPc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='348' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-827'/>
- <parameter type-id='type-id-827'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-826'/>
+ <parameter type-id='type-id-826'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-149'/>
- <return type-id='type-id-827'/>
+ <return type-id='type-id-826'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__ctype_abstract_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='357' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-825' is-artificial='yes'/>
+ <parameter type-id='type-id-824' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__ctype_abstract_base' mangled-name='_ZNSt21__ctype_abstract_baseIwED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='357' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-825' is-artificial='yes'/>
+ <parameter type-id='type-id-824' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__ctype_abstract_base' mangled-name='_ZNSt21__ctype_abstract_baseIwED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='357' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-825' is-artificial='yes'/>
+ <parameter type-id='type-id-824' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_is' mangled-name='_ZNKSt21__ctype_abstract_baseIwE5do_isEtw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='373' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-823'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-822'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_is' mangled-name='_ZNKSt21__ctype_abstract_baseIwE5do_isEPKwS2_Pt' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='392' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-827'/>
- <parameter type-id='type-id-827'/>
- <parameter type-id='type-id-646'/>
- <return type-id='type-id-827'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-826'/>
+ <parameter type-id='type-id-826'/>
+ <parameter type-id='type-id-645'/>
+ <return type-id='type-id-826'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_scan_is' mangled-name='_ZNKSt21__ctype_abstract_baseIwE10do_scan_isEtPKwS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='411' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-827'/>
- <parameter type-id='type-id-827'/>
- <return type-id='type-id-827'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-826'/>
+ <parameter type-id='type-id-826'/>
+ <return type-id='type-id-826'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_scan_not' mangled-name='_ZNKSt21__ctype_abstract_baseIwE11do_scan_notEtPKwS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='430' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-827'/>
- <parameter type-id='type-id-827'/>
- <return type-id='type-id-827'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-826'/>
+ <parameter type-id='type-id-826'/>
+ <return type-id='type-id-826'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_toupper' mangled-name='_ZNKSt21__ctype_abstract_baseIwE10do_toupperEw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='448' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-823'/>
- <return type-id='type-id-823'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-822'/>
+ <return type-id='type-id-822'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_toupper' mangled-name='_ZNKSt21__ctype_abstract_baseIwE10do_toupperEPwPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='465' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-825'/>
<parameter type-id='type-id-826'/>
- <parameter type-id='type-id-827'/>
- <return type-id='type-id-827'/>
+ <return type-id='type-id-826'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_tolower' mangled-name='_ZNKSt21__ctype_abstract_baseIwE10do_tolowerEw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='481' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-823'/>
- <return type-id='type-id-823'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-822'/>
+ <return type-id='type-id-822'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='9'>
<function-decl name='do_tolower' mangled-name='_ZNKSt21__ctype_abstract_baseIwE10do_tolowerEPwPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='498' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-825'/>
<parameter type-id='type-id-826'/>
- <parameter type-id='type-id-827'/>
- <return type-id='type-id-827'/>
+ <return type-id='type-id-826'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='10'>
<function-decl name='do_widen' mangled-name='_ZNKSt21__ctype_abstract_baseIwE8do_widenEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='517' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-823'/>
+ <return type-id='type-id-822'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='11'>
<function-decl name='do_widen' mangled-name='_ZNKSt21__ctype_abstract_baseIwE8do_widenEPKcS2_Pw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='538' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-826'/>
+ <parameter type-id='type-id-825'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='12'>
<function-decl name='do_narrow' mangled-name='_ZNKSt21__ctype_abstract_baseIwE9do_narrowEwc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='559' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-823'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-822'/>
<parameter type-id='type-id-15'/>
<return type-id='type-id-15'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='13'>
<function-decl name='do_narrow' mangled-name='_ZNKSt21__ctype_abstract_baseIwE9do_narrowEPKwS2_cPc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='584' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-824' is-artificial='yes'/>
- <parameter type-id='type-id-827'/>
- <parameter type-id='type-id-827'/>
+ <parameter type-id='type-id-823' is-artificial='yes'/>
+ <parameter type-id='type-id-826'/>
+ <parameter type-id='type-id-826'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-149'/>
- <return type-id='type-id-827'/>
+ <return type-id='type-id-826'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='basic_ostream<char, std::char_traits<char> >' size-in-bits='2176' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='56' column='1' id='type-id-774'>
+ <class-decl name='basic_ostream<char, std::char_traits<char> >' size-in-bits='2176' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='56' column='1' id='type-id-773'>
<base-class access='public' layout-offset-in-bits='192' is-virtual='yes' type-id='type-id-12'/>
<member-type access='private'>
- <typedef-decl name='__ostream_type' type-id='type-id-774' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='69' column='1' id='type-id-828'/>
+ <typedef-decl name='__ostream_type' type-id='type-id-773' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='69' column='1' id='type-id-827'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__streambuf_type' type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='67' column='1' id='type-id-829'/>
+ <typedef-decl name='__streambuf_type' type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='67' column='1' id='type-id-828'/>
</member-type>
<member-type access='private'>
- <class-decl name='sentry' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='398' column='1' id='type-id-830'>
+ <class-decl name='sentry' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='398' column='1' id='type-id-829'>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='_M_ok' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='401' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_os' type-id='type-id-831' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='402' column='1'/>
+ <var-decl name='_M_os' type-id='type-id-830' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='402' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='sentry' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-832' is-artificial='yes'/>
- <parameter type-id='type-id-833'/>
+ <parameter type-id='type-id-831' is-artificial='yes'/>
+ <parameter type-id='type-id-832'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~sentry' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='426' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-832' is-artificial='yes'/>
+ <parameter type-id='type-id-831' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator bool' mangled-name='_ZNKSo6sentrycvbEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSo6sentrycvbEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-834' is-artificial='yes'/>
+ <parameter type-id='type-id-833' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='sentry' mangled-name='_ZNSo6sentryC2ERSo' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo6sentryC2ERSo@@GLIBCXX_3.4'>
- <parameter type-id='type-id-832' is-artificial='yes'/>
- <parameter type-id='type-id-833'/>
+ <parameter type-id='type-id-831' is-artificial='yes'/>
+ <parameter type-id='type-id-832'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~sentry' mangled-name='_ZNSo6sentryD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='426' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo6sentryD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-832' is-artificial='yes'/>
+ <parameter type-id='type-id-831' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='60' column='1' id='type-id-835'/>
+ <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='60' column='1' id='type-id-834'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='int_type' type-id='type-id-40' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='61' column='1' id='type-id-836'/>
+ <typedef-decl name='int_type' type-id='type-id-40' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='61' column='1' id='type-id-835'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pos_type' type-id='type-id-42' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='62' column='1' id='type-id-837'/>
+ <typedef-decl name='pos_type' type-id='type-id-42' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='62' column='1' id='type-id-836'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='off_type' type-id='type-id-44' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='63' column='1' id='type-id-838'/>
+ <typedef-decl name='off_type' type-id='type-id-44' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='63' column='1' id='type-id-837'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__ios_type' type-id='type-id-12' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='68' column='1' id='type-id-839'/>
+ <typedef-decl name='__ios_type' type-id='type-id-12' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='68' column='1' id='type-id-838'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__num_put_type' type-id='type-id-19' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='71' column='1' id='type-id-840'/>
+ <typedef-decl name='__num_put_type' type-id='type-id-19' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='71' column='1' id='type-id-839'/>
</member-type>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='230' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEe@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-841'/>
+ <return type-id='type-id-840'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='218' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEd@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-841'/>
+ <return type-id='type-id-840'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='222' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEf@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-538'/>
- <return type-id='type-id-841'/>
+ <return type-id='type-id-840'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<long double>' mangled-name='_ZNSo9_M_insertIeEERSoT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo9_M_insertIeEERSoT_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<double>' mangled-name='_ZNSo9_M_insertIdEERSoT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo9_M_insertIdEERSoT_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='private'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEPFRSoS_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='106' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEPFRSoS_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
- <parameter type-id='type-id-843'/>
- <return type-id='type-id-841'/>
+ <parameter type-id='type-id-842'/>
+ <return type-id='type-id-840'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEPFRSt9basic_iosIcSt11char_traitsIcEES3_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='115' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEPFRSt9basic_iosIcSt11char_traitsIcEES3_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
- <parameter type-id='type-id-844'/>
- <return type-id='type-id-841'/>
+ <parameter type-id='type-id-843'/>
+ <return type-id='type-id-840'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEPFRSt8ios_baseS0_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='125' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEPFRSt8ios_baseS0_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-309'/>
- <return type-id='type-id-841'/>
+ <return type-id='type-id-840'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='164' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEl@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-55'/>
- <return type-id='type-id-841'/>
+ <return type-id='type-id-840'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='168' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEm@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-69'/>
- <return type-id='type-id-841'/>
+ <return type-id='type-id-840'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='172' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEb@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-23'/>
- <return type-id='type-id-841'/>
+ <return type-id='type-id-840'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='93' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEs@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-594'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEt' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='179' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEt@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-507'/>
- <return type-id='type-id-841'/>
+ <return type-id='type-id-840'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEi@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEj' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='190' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEj@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-502'/>
- <return type-id='type-id-841'/>
+ <return type-id='type-id-840'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEx' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEx@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-540'/>
- <return type-id='type-id-841'/>
+ <return type-id='type-id-840'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEy' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='203' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEy@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-541'/>
- <return type-id='type-id-841'/>
+ <return type-id='type-id-840'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='243' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEPKv@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-841'/>
+ <return type-id='type-id-840'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSolsEPSt15basic_streambufIcSt11char_traitsIcEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSolsEPSt15basic_streambufIcSt11char_traitsIcEE@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
- <parameter type-id='type-id-842'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-841'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='put' mangled-name='_ZNSo3putEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='150' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo3putEc@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
- <parameter type-id='type-id-835'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-834'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_write' mangled-name='_ZNSo8_M_writeEPKcl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='309' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo8_M_writeEPKcl@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
- <parameter type-id='type-id-845'/>
+ <parameter type-id='type-id-844'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-4'/>
</function-decl>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-48'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='flush' mangled-name='_ZNSo5flushEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='212' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo5flushEv@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='tellp' mangled-name='_ZNSo5tellpEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='238' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo5tellpEv@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
- <return type-id='type-id-837'/>
+ <return type-id='type-id-836'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='seekp' mangled-name='_ZNSo5seekpESt4fposI11__mbstate_tE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo5seekpESt4fposI11__mbstate_tE@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
- <parameter type-id='type-id-837'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-836'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='seekp' mangled-name='_ZNSo5seekpElSt12_Ios_Seekdir' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='291' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo5seekpElSt12_Ios_Seekdir@@GLIBCXX_3.4'>
<parameter type-id='type-id-22' is-artificial='yes'/>
- <parameter type-id='type-id-838'/>
+ <parameter type-id='type-id-837'/>
<parameter type-id='type-id-50'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<long int>' mangled-name='_ZNSo9_M_insertIlEERSoT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo9_M_insertIlEERSoT_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-55'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<long unsigned int>' mangled-name='_ZNSo9_M_insertImEERSoT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo9_M_insertImEERSoT_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-69'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<bool>' mangled-name='_ZNSo9_M_insertIbEERSoT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo9_M_insertIbEERSoT_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-23'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<long long int>' mangled-name='_ZNSo9_M_insertIxEERSoT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo9_M_insertIxEERSoT_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-540'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<long long unsigned int>' mangled-name='_ZNSo9_M_insertIyEERSoT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo9_M_insertIyEERSoT_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-541'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<const void*>' mangled-name='_ZNSo9_M_insertIPKvEERSoT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSo9_M_insertIPKvEERSoT_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
</member-function>
<member-function access='private'>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<parameter type-id='type-id-22' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-842'/>
+ <parameter type-id='type-id-841'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='basic_ostream<wchar_t, std::char_traits<wchar_t> >' size-in-bits='2176' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='56' column='1' id='type-id-775'>
+ <class-decl name='basic_ostream<wchar_t, std::char_traits<wchar_t> >' size-in-bits='2176' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='56' column='1' id='type-id-774'>
<base-class access='public' layout-offset-in-bits='192' is-virtual='yes' type-id='type-id-103'/>
<member-type access='private'>
- <typedef-decl name='__ostream_type' type-id='type-id-775' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='69' column='1' id='type-id-846'/>
+ <typedef-decl name='__ostream_type' type-id='type-id-774' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='69' column='1' id='type-id-845'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__streambuf_type' type-id='type-id-121' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='67' column='1' id='type-id-847'/>
+ <typedef-decl name='__streambuf_type' type-id='type-id-121' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='67' column='1' id='type-id-846'/>
</member-type>
<member-type access='private'>
- <class-decl name='sentry' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='398' column='1' id='type-id-848'>
+ <class-decl name='sentry' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='398' column='1' id='type-id-847'>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='_M_ok' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='401' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_os' type-id='type-id-849' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='402' column='1'/>
+ <var-decl name='_M_os' type-id='type-id-848' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='402' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='sentry' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-850' is-artificial='yes'/>
- <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-849' is-artificial='yes'/>
+ <parameter type-id='type-id-850'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~sentry' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='426' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-850' is-artificial='yes'/>
+ <parameter type-id='type-id-849' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator bool' mangled-name='_ZNKSt13basic_ostreamIwSt11char_traitsIwEE6sentrycvbEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt13basic_ostreamIwSt11char_traitsIwEE6sentrycvbEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-852' is-artificial='yes'/>
+ <parameter type-id='type-id-851' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='sentry' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentryC2ERS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentryC1ERS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-850' is-artificial='yes'/>
- <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-849' is-artificial='yes'/>
+ <parameter type-id='type-id-850'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~sentry' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentryD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='426' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentryD2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-850' is-artificial='yes'/>
+ <parameter type-id='type-id-849' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='60' column='1' id='type-id-853'/>
+ <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='60' column='1' id='type-id-852'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='int_type' type-id='type-id-124' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='61' column='1' id='type-id-854'/>
+ <typedef-decl name='int_type' type-id='type-id-124' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='61' column='1' id='type-id-853'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pos_type' type-id='type-id-126' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='62' column='1' id='type-id-855'/>
+ <typedef-decl name='pos_type' type-id='type-id-126' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='62' column='1' id='type-id-854'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='off_type' type-id='type-id-128' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='63' column='1' id='type-id-856'/>
+ <typedef-decl name='off_type' type-id='type-id-128' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='63' column='1' id='type-id-855'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__ios_type' type-id='type-id-103' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='68' column='1' id='type-id-857'/>
+ <typedef-decl name='__ios_type' type-id='type-id-103' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='68' column='1' id='type-id-856'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__num_put_type' type-id='type-id-109' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='71' column='1' id='type-id-858'/>
+ <typedef-decl name='__num_put_type' type-id='type-id-109' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='71' column='1' id='type-id-857'/>
</member-type>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='230' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEe@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-859'/>
+ <return type-id='type-id-858'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='218' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEd@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-859'/>
+ <return type-id='type-id-858'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='222' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEf@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-538'/>
- <return type-id='type-id-859'/>
+ <return type-id='type-id-858'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<long double>' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertIeEERS2_T_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertIeEERS2_T_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<double>' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertIdEERS2_T_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertIdEERS2_T_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='private'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-860'/>
+ <parameter type-id='type-id-859'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEPFRS2_S3_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='106' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEPFRS2_S3_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
- <parameter type-id='type-id-861'/>
- <return type-id='type-id-859'/>
+ <parameter type-id='type-id-860'/>
+ <return type-id='type-id-858'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEPFRSt9basic_iosIwS1_ES5_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='115' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEPFRSt9basic_iosIwS1_ES5_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
- <parameter type-id='type-id-862'/>
- <return type-id='type-id-859'/>
+ <parameter type-id='type-id-861'/>
+ <return type-id='type-id-858'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEPFRSt8ios_baseS4_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='125' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEPFRSt8ios_baseS4_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-309'/>
- <return type-id='type-id-859'/>
+ <return type-id='type-id-858'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='164' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEl@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-55'/>
- <return type-id='type-id-859'/>
+ <return type-id='type-id-858'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='168' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEm@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-69'/>
- <return type-id='type-id-859'/>
+ <return type-id='type-id-858'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='172' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEb@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-23'/>
- <return type-id='type-id-859'/>
+ <return type-id='type-id-858'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='93' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEs@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-594'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEt' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='179' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEt@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-507'/>
- <return type-id='type-id-859'/>
+ <return type-id='type-id-858'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEi@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEj' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='190' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEj@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-502'/>
- <return type-id='type-id-859'/>
+ <return type-id='type-id-858'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEx' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEx@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-540'/>
- <return type-id='type-id-859'/>
+ <return type-id='type-id-858'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEy' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='203' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEy@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-541'/>
- <return type-id='type-id-859'/>
+ <return type-id='type-id-858'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='243' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEPKv@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-859'/>
+ <return type-id='type-id-858'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEPSt15basic_streambufIwS1_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEElsEPSt15basic_streambufIwS1_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
- <parameter type-id='type-id-860'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-859'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='put' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE3putEw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='150' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE3putEw@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
- <parameter type-id='type-id-853'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-852'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_write' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE8_M_writeEPKwl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='309' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE8_M_writeEPKwl@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
- <parameter type-id='type-id-863'/>
+ <parameter type-id='type-id-862'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-4'/>
</function-decl>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-48'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='flush' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE5flushEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='212' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE5flushEv@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='tellp' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE5tellpEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='238' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE5tellpEv@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
- <return type-id='type-id-855'/>
+ <return type-id='type-id-854'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='seekp' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE5seekpESt4fposI11__mbstate_tE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE5seekpESt4fposI11__mbstate_tE@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
- <parameter type-id='type-id-855'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-854'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='seekp' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE5seekpElSt12_Ios_Seekdir' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='291' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE5seekpElSt12_Ios_Seekdir@@GLIBCXX_3.4'>
<parameter type-id='type-id-112' is-artificial='yes'/>
- <parameter type-id='type-id-856'/>
+ <parameter type-id='type-id-855'/>
<parameter type-id='type-id-50'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<long int>' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertIlEERS2_T_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertIlEERS2_T_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-55'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<long unsigned int>' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertImEERS2_T_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertImEERS2_T_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-69'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<bool>' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertIbEERS2_T_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertIbEERS2_T_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-23'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<long long int>' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertIxEERS2_T_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertIxEERS2_T_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-540'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<long long unsigned int>' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertIyEERS2_T_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertIyEERS2_T_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-541'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_insert<const void*>' mangled-name='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertIPKvEERS2_T_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='65' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertIPKvEERS2_T_@@GLIBCXX_3.4.9'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
</member-function>
<member-function access='private'>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-860'/>
+ <parameter type-id='type-id-859'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<parameter type-id='type-id-112' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-860'/>
+ <parameter type-id='type-id-859'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='fpos<__mbstate_t>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='114' column='1' id='type-id-788'>
+ <class-decl name='fpos<__mbstate_t>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='114' column='1' id='type-id-787'>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='_M_off' type-id='type-id-60' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='117' column='1'/>
</data-member>
</data-member>
<member-function access='private'>
<function-decl name='fpos' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='125' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-864' is-artificial='yes'/>
+ <parameter type-id='type-id-863' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='fpos' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-864' is-artificial='yes'/>
+ <parameter type-id='type-id-863' is-artificial='yes'/>
<parameter type-id='type-id-60'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator std::streamoff' mangled-name='_ZNKSt4fposI11__mbstate_tEcvlEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-865' is-artificial='yes'/>
+ <parameter type-id='type-id-864' is-artificial='yes'/>
<return type-id='type-id-60'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='state' mangled-name='_ZNSt4fposI11__mbstate_tE5stateES0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-864' is-artificial='yes'/>
+ <parameter type-id='type-id-863' is-artificial='yes'/>
<parameter type-id='type-id-521'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='state' mangled-name='_ZNKSt4fposI11__mbstate_tE5stateEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='148' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-865' is-artificial='yes'/>
+ <parameter type-id='type-id-864' is-artificial='yes'/>
<return type-id='type-id-521'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator+=' mangled-name='_ZNSt4fposI11__mbstate_tEpLEl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='156' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-864' is-artificial='yes'/>
+ <parameter type-id='type-id-863' is-artificial='yes'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-866'/>
+ <return type-id='type-id-865'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator-=' mangled-name='_ZNSt4fposI11__mbstate_tEmIEl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-864' is-artificial='yes'/>
+ <parameter type-id='type-id-863' is-artificial='yes'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-866'/>
+ <return type-id='type-id-865'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator+' mangled-name='_ZNKSt4fposI11__mbstate_tEplEl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='180' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-865' is-artificial='yes'/>
+ <parameter type-id='type-id-864' is-artificial='yes'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-788'/>
+ <return type-id='type-id-787'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator-' mangled-name='_ZNKSt4fposI11__mbstate_tEmiEl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='194' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-865' is-artificial='yes'/>
+ <parameter type-id='type-id-864' is-artificial='yes'/>
<parameter type-id='type-id-60'/>
- <return type-id='type-id-788'/>
+ <return type-id='type-id-787'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator-' mangled-name='_ZNKSt4fposI11__mbstate_tEmiERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='207' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-865' is-artificial='yes'/>
- <parameter type-id='type-id-867'/>
+ <parameter type-id='type-id-864' is-artificial='yes'/>
+ <parameter type-id='type-id-866'/>
<return type-id='type-id-60'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='istreambuf_iterator<char, std::char_traits<char> >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='52' column='1' id='type-id-722'>
+ <class-decl name='istreambuf_iterator<char, std::char_traits<char> >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='52' column='1' id='type-id-721'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-356'/>
<member-type access='private'>
- <typedef-decl name='streambuf_type' type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='69' column='1' id='type-id-868'/>
+ <typedef-decl name='streambuf_type' type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='69' column='1' id='type-id-867'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='int_type' type-id='type-id-40' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='68' column='1' id='type-id-869'/>
+ <typedef-decl name='int_type' type-id='type-id-40' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='68' column='1' id='type-id-868'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='66' column='1' id='type-id-870'/>
+ <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='66' column='1' id='type-id-869'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='istream_type' type-id='type-id-282' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='70' column='1' id='type-id-871'/>
+ <typedef-decl name='istream_type' type-id='type-id-282' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='70' column='1' id='type-id-870'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_sbuf' type-id='type-id-872' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='99' column='1'/>
+ <var-decl name='_M_sbuf' type-id='type-id-871' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='99' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_c' type-id='type-id-869' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='100' column='1'/>
+ <var-decl name='_M_c' type-id='type-id-868' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='100' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='istreambuf_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-873' is-artificial='yes'/>
+ <parameter type-id='type-id-872' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='istreambuf_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-873' is-artificial='yes'/>
- <parameter type-id='type-id-874'/>
+ <parameter type-id='type-id-872' is-artificial='yes'/>
+ <parameter type-id='type-id-873'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='istreambuf_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-873' is-artificial='yes'/>
- <parameter type-id='type-id-872'/>
+ <parameter type-id='type-id-872' is-artificial='yes'/>
+ <parameter type-id='type-id-871'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator*' mangled-name='_ZNKSt19istreambuf_iteratorIcSt11char_traitsIcEEdeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='125' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-875' is-artificial='yes'/>
- <return type-id='type-id-870'/>
+ <parameter type-id='type-id-874' is-artificial='yes'/>
+ <return type-id='type-id-869'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator++' mangled-name='_ZNSt19istreambuf_iteratorIcSt11char_traitsIcEEppEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-873' is-artificial='yes'/>
- <return type-id='type-id-876'/>
+ <parameter type-id='type-id-872' is-artificial='yes'/>
+ <return type-id='type-id-875'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator++' mangled-name='_ZNSt19istreambuf_iteratorIcSt11char_traitsIcEEppEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='154' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-873' is-artificial='yes'/>
+ <parameter type-id='type-id-872' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-722'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='equal' mangled-name='_ZNKSt19istreambuf_iteratorIcSt11char_traitsIcEE5equalERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-875' is-artificial='yes'/>
- <parameter type-id='type-id-877'/>
+ <parameter type-id='type-id-874' is-artificial='yes'/>
+ <parameter type-id='type-id-876'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_get' mangled-name='_ZNKSt19istreambuf_iteratorIcSt11char_traitsIcEE6_M_getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='179' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-875' is-artificial='yes'/>
- <return type-id='type-id-869'/>
+ <parameter type-id='type-id-874' is-artificial='yes'/>
+ <return type-id='type-id-868'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_at_eof' mangled-name='_ZNKSt19istreambuf_iteratorIcSt11char_traitsIcEE9_M_at_eofEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-875' is-artificial='yes'/>
+ <parameter type-id='type-id-874' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='52' column='1' id='type-id-729'>
+ <class-decl name='istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='52' column='1' id='type-id-728'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-368'/>
<member-type access='private'>
- <typedef-decl name='streambuf_type' type-id='type-id-121' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='69' column='1' id='type-id-878'/>
+ <typedef-decl name='streambuf_type' type-id='type-id-121' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='69' column='1' id='type-id-877'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='int_type' type-id='type-id-124' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='68' column='1' id='type-id-879'/>
+ <typedef-decl name='int_type' type-id='type-id-124' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='68' column='1' id='type-id-878'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='66' column='1' id='type-id-880'/>
+ <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='66' column='1' id='type-id-879'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='istream_type' type-id='type-id-321' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='70' column='1' id='type-id-881'/>
+ <typedef-decl name='istream_type' type-id='type-id-321' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='70' column='1' id='type-id-880'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_sbuf' type-id='type-id-882' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='99' column='1'/>
+ <var-decl name='_M_sbuf' type-id='type-id-881' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='99' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_c' type-id='type-id-879' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='100' column='1'/>
+ <var-decl name='_M_c' type-id='type-id-878' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='100' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='istreambuf_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-883' is-artificial='yes'/>
+ <parameter type-id='type-id-882' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='istreambuf_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-883' is-artificial='yes'/>
- <parameter type-id='type-id-884'/>
+ <parameter type-id='type-id-882' is-artificial='yes'/>
+ <parameter type-id='type-id-883'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='istreambuf_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-883' is-artificial='yes'/>
- <parameter type-id='type-id-882'/>
+ <parameter type-id='type-id-882' is-artificial='yes'/>
+ <parameter type-id='type-id-881'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator*' mangled-name='_ZNKSt19istreambuf_iteratorIwSt11char_traitsIwEEdeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='125' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-885' is-artificial='yes'/>
- <return type-id='type-id-880'/>
+ <parameter type-id='type-id-884' is-artificial='yes'/>
+ <return type-id='type-id-879'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator++' mangled-name='_ZNSt19istreambuf_iteratorIwSt11char_traitsIwEEppEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-883' is-artificial='yes'/>
- <return type-id='type-id-886'/>
+ <parameter type-id='type-id-882' is-artificial='yes'/>
+ <return type-id='type-id-885'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator++' mangled-name='_ZNSt19istreambuf_iteratorIwSt11char_traitsIwEEppEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='154' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-883' is-artificial='yes'/>
+ <parameter type-id='type-id-882' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-729'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='equal' mangled-name='_ZNKSt19istreambuf_iteratorIwSt11char_traitsIwEE5equalERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-885' is-artificial='yes'/>
- <parameter type-id='type-id-887'/>
+ <parameter type-id='type-id-884' is-artificial='yes'/>
+ <parameter type-id='type-id-886'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_get' mangled-name='_ZNKSt19istreambuf_iteratorIwSt11char_traitsIwEE6_M_getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='179' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-885' is-artificial='yes'/>
- <return type-id='type-id-879'/>
+ <parameter type-id='type-id-884' is-artificial='yes'/>
+ <return type-id='type-id-878'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_at_eof' mangled-name='_ZNKSt19istreambuf_iteratorIwSt11char_traitsIwEE9_M_at_eofEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-885' is-artificial='yes'/>
+ <parameter type-id='type-id-884' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='ostreambuf_iterator<char, std::char_traits<char> >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='218' column='1' id='type-id-734'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-888'/>
+ <class-decl name='ostreambuf_iterator<char, std::char_traits<char> >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='218' column='1' id='type-id-733'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-887'/>
<member-type access='private'>
- <typedef-decl name='streambuf_type' type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='227' column='1' id='type-id-889'/>
+ <typedef-decl name='streambuf_type' type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='227' column='1' id='type-id-888'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='ostream_type' type-id='type-id-774' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='228' column='1' id='type-id-890'/>
+ <typedef-decl name='ostream_type' type-id='type-id-773' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='228' column='1' id='type-id-889'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_sbuf' type-id='type-id-891' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='238' column='1'/>
+ <var-decl name='_M_sbuf' type-id='type-id-890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='238' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='_M_failed' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='239' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='ostreambuf_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='243' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-892' is-artificial='yes'/>
- <parameter type-id='type-id-893'/>
+ <parameter type-id='type-id-891' is-artificial='yes'/>
+ <parameter type-id='type-id-892'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='ostreambuf_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='247' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-892' is-artificial='yes'/>
- <parameter type-id='type-id-891'/>
+ <parameter type-id='type-id-891' is-artificial='yes'/>
+ <parameter type-id='type-id-890'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt19ostreambuf_iteratorIcSt11char_traitsIcEEaSEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-892' is-artificial='yes'/>
+ <parameter type-id='type-id-891' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-894'/>
+ <return type-id='type-id-893'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator*' mangled-name='_ZNSt19ostreambuf_iteratorIcSt11char_traitsIcEEdeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='262' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-892' is-artificial='yes'/>
- <return type-id='type-id-894'/>
+ <parameter type-id='type-id-891' is-artificial='yes'/>
+ <return type-id='type-id-893'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator++' mangled-name='_ZNSt19ostreambuf_iteratorIcSt11char_traitsIcEEppEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='267' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-892' is-artificial='yes'/>
+ <parameter type-id='type-id-891' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-894'/>
+ <return type-id='type-id-893'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator++' mangled-name='_ZNSt19ostreambuf_iteratorIcSt11char_traitsIcEEppEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-892' is-artificial='yes'/>
- <return type-id='type-id-894'/>
+ <parameter type-id='type-id-891' is-artificial='yes'/>
+ <return type-id='type-id-893'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='failed' mangled-name='_ZNKSt19ostreambuf_iteratorIcSt11char_traitsIcEE6failedEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='277' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-895' is-artificial='yes'/>
+ <parameter type-id='type-id-894' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_put' mangled-name='_ZNSt19ostreambuf_iteratorIcSt11char_traitsIcEE6_M_putEPKcl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='281' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-892' is-artificial='yes'/>
+ <parameter type-id='type-id-891' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-48'/>
- <return type-id='type-id-894'/>
+ <return type-id='type-id-893'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='218' column='1' id='type-id-737'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-888'/>
+ <class-decl name='ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='218' column='1' id='type-id-736'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-887'/>
<member-type access='private'>
- <typedef-decl name='streambuf_type' type-id='type-id-121' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='227' column='1' id='type-id-896'/>
+ <typedef-decl name='streambuf_type' type-id='type-id-121' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='227' column='1' id='type-id-895'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='ostream_type' type-id='type-id-775' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='228' column='1' id='type-id-897'/>
+ <typedef-decl name='ostream_type' type-id='type-id-774' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='228' column='1' id='type-id-896'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_sbuf' type-id='type-id-898' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='238' column='1'/>
+ <var-decl name='_M_sbuf' type-id='type-id-897' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='238' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='_M_failed' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='239' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='ostreambuf_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='243' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-899' is-artificial='yes'/>
- <parameter type-id='type-id-900'/>
+ <parameter type-id='type-id-898' is-artificial='yes'/>
+ <parameter type-id='type-id-899'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='ostreambuf_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='247' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-899' is-artificial='yes'/>
- <parameter type-id='type-id-898'/>
+ <parameter type-id='type-id-898' is-artificial='yes'/>
+ <parameter type-id='type-id-897'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt19ostreambuf_iteratorIwSt11char_traitsIwEEaSEw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='252' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-899' is-artificial='yes'/>
+ <parameter type-id='type-id-898' is-artificial='yes'/>
<parameter type-id='type-id-105'/>
- <return type-id='type-id-901'/>
+ <return type-id='type-id-900'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator*' mangled-name='_ZNSt19ostreambuf_iteratorIwSt11char_traitsIwEEdeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='262' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-899' is-artificial='yes'/>
- <return type-id='type-id-901'/>
+ <parameter type-id='type-id-898' is-artificial='yes'/>
+ <return type-id='type-id-900'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator++' mangled-name='_ZNSt19ostreambuf_iteratorIwSt11char_traitsIwEEppEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='267' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-899' is-artificial='yes'/>
+ <parameter type-id='type-id-898' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-901'/>
+ <return type-id='type-id-900'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator++' mangled-name='_ZNSt19ostreambuf_iteratorIwSt11char_traitsIwEEppEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='272' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-899' is-artificial='yes'/>
- <return type-id='type-id-901'/>
+ <parameter type-id='type-id-898' is-artificial='yes'/>
+ <return type-id='type-id-900'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='failed' mangled-name='_ZNKSt19ostreambuf_iteratorIwSt11char_traitsIwEE6failedEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='277' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-902' is-artificial='yes'/>
+ <parameter type-id='type-id-901' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_put' mangled-name='_ZNSt19ostreambuf_iteratorIwSt11char_traitsIwEE6_M_putEPKwl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='281' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-899' is-artificial='yes'/>
+ <parameter type-id='type-id-898' is-artificial='yes'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-48'/>
- <return type-id='type-id-901'/>
+ <return type-id='type-id-900'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-160' const='yes' id='type-id-740'/>
- <qualified-type-def type-id='type-id-441' const='yes' id='type-id-741'/>
- <qualified-type-def type-id='type-id-162' const='yes' id='type-id-742'/>
- <qualified-type-def type-id='type-id-454' const='yes' id='type-id-743'/>
- <qualified-type-def type-id='type-id-231' const='yes' id='type-id-744'/>
- <qualified-type-def type-id='type-id-485' const='yes' id='type-id-745'/>
- <qualified-type-def type-id='type-id-229' const='yes' id='type-id-746'/>
- <qualified-type-def type-id='type-id-472' const='yes' id='type-id-747'/>
- <qualified-type-def type-id='type-id-903' const='yes' id='type-id-718'/>
- <array-type-def dimensions='1' type-id='type-id-595' size-in-bits='16' id='type-id-672'>
- <subrange length='2' type-id='type-id-515' id='type-id-904'/>
+ <qualified-type-def type-id='type-id-160' const='yes' id='type-id-739'/>
+ <qualified-type-def type-id='type-id-441' const='yes' id='type-id-740'/>
+ <qualified-type-def type-id='type-id-162' const='yes' id='type-id-741'/>
+ <qualified-type-def type-id='type-id-454' const='yes' id='type-id-742'/>
+ <qualified-type-def type-id='type-id-231' const='yes' id='type-id-743'/>
+ <qualified-type-def type-id='type-id-485' const='yes' id='type-id-744'/>
+ <qualified-type-def type-id='type-id-229' const='yes' id='type-id-745'/>
+ <qualified-type-def type-id='type-id-472' const='yes' id='type-id-746'/>
+ <qualified-type-def type-id='type-id-902' const='yes' id='type-id-717'/>
+ <array-type-def dimensions='1' type-id='type-id-172' size-in-bits='16' id='type-id-671'>
+ <subrange length='2' type-id='type-id-515' id='type-id-903'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-691' size-in-bits='infinite' id='type-id-687'>
+ <array-type-def dimensions='1' type-id='type-id-690' size-in-bits='infinite' id='type-id-686'>
<subrange length='infinite' id='type-id-567'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-681' size-in-bits='infinite' id='type-id-686'>
+ <array-type-def dimensions='1' type-id='type-id-680' size-in-bits='infinite' id='type-id-685'>
<subrange length='infinite' id='type-id-567'/>
</array-type-def>
- <pointer-type-def type-id='type-id-905' size-in-bits='64' id='type-id-601'/>
- <qualified-type-def type-id='type-id-385' const='yes' id='type-id-748'/>
- <qualified-type-def type-id='type-id-410' const='yes' id='type-id-749'/>
- <qualified-type-def type-id='type-id-16' const='yes' id='type-id-750'/>
- <qualified-type-def type-id='type-id-20' const='yes' id='type-id-751'/>
- <qualified-type-def type-id='type-id-18' const='yes' id='type-id-752'/>
- <qualified-type-def type-id='type-id-106' const='yes' id='type-id-753'/>
- <qualified-type-def type-id='type-id-110' const='yes' id='type-id-754'/>
- <qualified-type-def type-id='type-id-108' const='yes' id='type-id-755'/>
- <qualified-type-def type-id='type-id-282' const='yes' id='type-id-756'/>
- <qualified-type-def type-id='type-id-321' const='yes' id='type-id-757'/>
- <qualified-type-def type-id='type-id-45' const='yes' id='type-id-758'/>
- <qualified-type-def type-id='type-id-38' const='yes' id='type-id-759'/>
- <qualified-type-def type-id='type-id-129' const='yes' id='type-id-760'/>
- <qualified-type-def type-id='type-id-122' const='yes' id='type-id-761'/>
- <pointer-type-def type-id='type-id-906' size-in-bits='64' id='type-id-609'/>
- <pointer-type-def type-id='type-id-907' size-in-bits='64' id='type-id-616'/>
- <reference-type-def kind='lvalue' type-id='type-id-616' size-in-bits='64' id='type-id-617'/>
- <pointer-type-def type-id='type-id-908' size-in-bits='64' id='type-id-611'/>
- <reference-type-def kind='lvalue' type-id='type-id-611' size-in-bits='64' id='type-id-612'/>
- <pointer-type-def type-id='type-id-909' size-in-bits='64' id='type-id-625'/>
- <pointer-type-def type-id='type-id-910' size-in-bits='64' id='type-id-632'/>
- <reference-type-def kind='lvalue' type-id='type-id-632' size-in-bits='64' id='type-id-633'/>
- <pointer-type-def type-id='type-id-911' size-in-bits='64' id='type-id-627'/>
- <reference-type-def kind='lvalue' type-id='type-id-627' size-in-bits='64' id='type-id-628'/>
- <pointer-type-def type-id='type-id-912' size-in-bits='64' id='type-id-644'/>
- <pointer-type-def type-id='type-id-913' size-in-bits='64' id='type-id-648'/>
+ <pointer-type-def type-id='type-id-904' size-in-bits='64' id='type-id-600'/>
+ <qualified-type-def type-id='type-id-385' const='yes' id='type-id-747'/>
+ <qualified-type-def type-id='type-id-410' const='yes' id='type-id-748'/>
+ <qualified-type-def type-id='type-id-16' const='yes' id='type-id-749'/>
+ <qualified-type-def type-id='type-id-20' const='yes' id='type-id-750'/>
+ <qualified-type-def type-id='type-id-18' const='yes' id='type-id-751'/>
+ <qualified-type-def type-id='type-id-106' const='yes' id='type-id-752'/>
+ <qualified-type-def type-id='type-id-110' const='yes' id='type-id-753'/>
+ <qualified-type-def type-id='type-id-108' const='yes' id='type-id-754'/>
+ <qualified-type-def type-id='type-id-282' const='yes' id='type-id-755'/>
+ <qualified-type-def type-id='type-id-321' const='yes' id='type-id-756'/>
+ <qualified-type-def type-id='type-id-45' const='yes' id='type-id-757'/>
+ <qualified-type-def type-id='type-id-38' const='yes' id='type-id-758'/>
+ <qualified-type-def type-id='type-id-129' const='yes' id='type-id-759'/>
+ <qualified-type-def type-id='type-id-122' const='yes' id='type-id-760'/>
+ <pointer-type-def type-id='type-id-905' size-in-bits='64' id='type-id-608'/>
+ <pointer-type-def type-id='type-id-906' size-in-bits='64' id='type-id-615'/>
+ <reference-type-def kind='lvalue' type-id='type-id-615' size-in-bits='64' id='type-id-616'/>
+ <pointer-type-def type-id='type-id-907' size-in-bits='64' id='type-id-610'/>
+ <reference-type-def kind='lvalue' type-id='type-id-610' size-in-bits='64' id='type-id-611'/>
+ <pointer-type-def type-id='type-id-908' size-in-bits='64' id='type-id-624'/>
+ <pointer-type-def type-id='type-id-909' size-in-bits='64' id='type-id-631'/>
+ <reference-type-def kind='lvalue' type-id='type-id-631' size-in-bits='64' id='type-id-632'/>
+ <pointer-type-def type-id='type-id-910' size-in-bits='64' id='type-id-626'/>
+ <reference-type-def kind='lvalue' type-id='type-id-626' size-in-bits='64' id='type-id-627'/>
+ <pointer-type-def type-id='type-id-911' size-in-bits='64' id='type-id-643'/>
+ <pointer-type-def type-id='type-id-912' size-in-bits='64' id='type-id-647'/>
+ <pointer-type-def type-id='type-id-913' size-in-bits='64' id='type-id-656'/>
<pointer-type-def type-id='type-id-914' size-in-bits='64' id='type-id-657'/>
- <pointer-type-def type-id='type-id-915' size-in-bits='64' id='type-id-658'/>
- <pointer-type-def type-id='type-id-916' size-in-bits='64' id='type-id-640'/>
- <pointer-type-def type-id='type-id-917' size-in-bits='64' id='type-id-661'/>
- <pointer-type-def type-id='type-id-918' size-in-bits='64' id='type-id-666'/>
- <pointer-type-def type-id='type-id-919' size-in-bits='64' id='type-id-671'/>
- <qualified-type-def type-id='type-id-13' const='yes' id='type-id-762'/>
- <qualified-type-def type-id='type-id-85' const='yes' id='type-id-763'/>
- <qualified-type-def type-id='type-id-32' const='yes' id='type-id-764'/>
- <pointer-type-def type-id='type-id-764' size-in-bits='64' id='type-id-720'/>
- <reference-type-def kind='lvalue' type-id='type-id-920' size-in-bits='64' id='type-id-689'/>
- <pointer-type-def type-id='type-id-920' size-in-bits='64' id='type-id-690'/>
- <qualified-type-def type-id='type-id-682' const='yes' id='type-id-717'/>
- <reference-type-def kind='lvalue' type-id='type-id-921' size-in-bits='64' id='type-id-677'/>
- <pointer-type-def type-id='type-id-921' size-in-bits='64' id='type-id-676'/>
- <pointer-type-def type-id='type-id-676' size-in-bits='64' id='type-id-684'/>
- <reference-type-def kind='lvalue' type-id='type-id-922' size-in-bits='64' id='type-id-680'/>
- <pointer-type-def type-id='type-id-922' size-in-bits='64' id='type-id-681'/>
- <pointer-type-def type-id='type-id-923' size-in-bits='64' id='type-id-691'/>
- <pointer-type-def type-id='type-id-924' size-in-bits='64' id='type-id-724'/>
- <pointer-type-def type-id='type-id-925' size-in-bits='64' id='type-id-731'/>
- <pointer-type-def type-id='type-id-926' size-in-bits='64' id='type-id-735'/>
- <pointer-type-def type-id='type-id-927' size-in-bits='64' id='type-id-739'/>
- <qualified-type-def type-id='type-id-166' const='yes' id='type-id-765'/>
- <qualified-type-def type-id='type-id-164' const='yes' id='type-id-766'/>
- <qualified-type-def type-id='type-id-233' const='yes' id='type-id-767'/>
- <qualified-type-def type-id='type-id-235' const='yes' id='type-id-768'/>
- <qualified-type-def type-id='type-id-66' const='yes' id='type-id-642'/>
- <qualified-type-def type-id='type-id-87' const='yes' id='type-id-769'/>
+ <pointer-type-def type-id='type-id-915' size-in-bits='64' id='type-id-639'/>
+ <pointer-type-def type-id='type-id-916' size-in-bits='64' id='type-id-660'/>
+ <pointer-type-def type-id='type-id-917' size-in-bits='64' id='type-id-665'/>
+ <pointer-type-def type-id='type-id-918' size-in-bits='64' id='type-id-670'/>
+ <qualified-type-def type-id='type-id-13' const='yes' id='type-id-761'/>
+ <qualified-type-def type-id='type-id-85' const='yes' id='type-id-762'/>
+ <qualified-type-def type-id='type-id-32' const='yes' id='type-id-763'/>
+ <pointer-type-def type-id='type-id-763' size-in-bits='64' id='type-id-719'/>
+ <reference-type-def kind='lvalue' type-id='type-id-919' size-in-bits='64' id='type-id-688'/>
+ <pointer-type-def type-id='type-id-919' size-in-bits='64' id='type-id-689'/>
+ <qualified-type-def type-id='type-id-681' const='yes' id='type-id-716'/>
+ <reference-type-def kind='lvalue' type-id='type-id-920' size-in-bits='64' id='type-id-676'/>
+ <pointer-type-def type-id='type-id-920' size-in-bits='64' id='type-id-675'/>
+ <pointer-type-def type-id='type-id-675' size-in-bits='64' id='type-id-683'/>
+ <reference-type-def kind='lvalue' type-id='type-id-921' size-in-bits='64' id='type-id-679'/>
+ <pointer-type-def type-id='type-id-921' size-in-bits='64' id='type-id-680'/>
+ <pointer-type-def type-id='type-id-922' size-in-bits='64' id='type-id-690'/>
+ <pointer-type-def type-id='type-id-923' size-in-bits='64' id='type-id-723'/>
+ <pointer-type-def type-id='type-id-924' size-in-bits='64' id='type-id-730'/>
+ <pointer-type-def type-id='type-id-925' size-in-bits='64' id='type-id-734'/>
+ <pointer-type-def type-id='type-id-926' size-in-bits='64' id='type-id-738'/>
+ <qualified-type-def type-id='type-id-166' const='yes' id='type-id-764'/>
+ <qualified-type-def type-id='type-id-164' const='yes' id='type-id-765'/>
+ <qualified-type-def type-id='type-id-233' const='yes' id='type-id-766'/>
+ <qualified-type-def type-id='type-id-235' const='yes' id='type-id-767'/>
+ <qualified-type-def type-id='type-id-66' const='yes' id='type-id-641'/>
+ <qualified-type-def type-id='type-id-87' const='yes' id='type-id-768'/>
<namespace-decl name='std'>
- <class-decl name='codecvt_base' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='47' column='1' id='type-id-793'>
+ <class-decl name='codecvt_base' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='47' column='1' id='type-id-792'>
<member-type access='private'>
- <enum-decl name='result' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='50' column='1' id='type-id-615'>
+ <enum-decl name='result' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='50' column='1' id='type-id-614'>
<underlying-type type-id='type-id-6'/>
<enumerator name='ok' value='0'/>
<enumerator name='partial' value='1'/>
</member-type>
</class-decl>
</namespace-decl>
- <function-type size-in-bits='64' id='type-id-770'>
- <parameter type-id='type-id-928'/>
- <return type-id='type-id-928'/>
+ <function-type size-in-bits='64' id='type-id-769'>
+ <parameter type-id='type-id-927'/>
+ <return type-id='type-id-927'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-771'>
+ <function-type size-in-bits='64' id='type-id-770'>
<parameter type-id='type-id-300'/>
<return type-id='type-id-300'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-772'>
- <parameter type-id='type-id-929'/>
- <return type-id='type-id-929'/>
+ <function-type size-in-bits='64' id='type-id-771'>
+ <parameter type-id='type-id-928'/>
+ <return type-id='type-id-928'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-773'>
+ <function-type size-in-bits='64' id='type-id-772'>
<parameter type-id='type-id-339'/>
<return type-id='type-id-339'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-776'>
+ <function-type size-in-bits='64' id='type-id-775'>
<parameter type-id='type-id-102'/>
<return type-id='type-id-102'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-789'>
+ <function-type size-in-bits='64' id='type-id-788'>
<parameter type-id='type-id-74'/>
<parameter type-id='type-id-102'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-4'/>
</function-type>
- <pointer-type-def type-id='type-id-382' size-in-bits='64' id='type-id-599'/>
- <pointer-type-def type-id='type-id-930' size-in-bits='64' id='type-id-598'/>
- <reference-type-def kind='lvalue' type-id='type-id-606' size-in-bits='64' id='type-id-675'/>
- <pointer-type-def type-id='type-id-391' size-in-bits='64' id='type-id-600'/>
- <pointer-type-def type-id='type-id-931' size-in-bits='64' id='type-id-700'/>
- <pointer-type-def type-id='type-id-932' size-in-bits='64' id='type-id-712'/>
- <pointer-type-def type-id='type-id-386' size-in-bits='64' id='type-id-608'/>
- <pointer-type-def type-id='type-id-604' size-in-bits='64' id='type-id-613'/>
- <reference-type-def kind='lvalue' type-id='type-id-613' size-in-bits='64' id='type-id-614'/>
- <pointer-type-def type-id='type-id-603' size-in-bits='64' id='type-id-618'/>
- <reference-type-def kind='lvalue' type-id='type-id-618' size-in-bits='64' id='type-id-619'/>
- <reference-type-def kind='lvalue' type-id='type-id-605' size-in-bits='64' id='type-id-610'/>
- <pointer-type-def type-id='type-id-411' size-in-bits='64' id='type-id-624'/>
- <pointer-type-def type-id='type-id-622' size-in-bits='64' id='type-id-629'/>
- <reference-type-def kind='lvalue' type-id='type-id-629' size-in-bits='64' id='type-id-630'/>
- <pointer-type-def type-id='type-id-621' size-in-bits='64' id='type-id-634'/>
- <reference-type-def kind='lvalue' type-id='type-id-634' size-in-bits='64' id='type-id-635'/>
- <reference-type-def kind='lvalue' type-id='type-id-623' size-in-bits='64' id='type-id-626'/>
- <pointer-type-def type-id='type-id-933' size-in-bits='64' id='type-id-695'/>
- <pointer-type-def type-id='type-id-934' size-in-bits='64' id='type-id-707'/>
- <pointer-type-def type-id='type-id-17' size-in-bits='64' id='type-id-643'/>
- <pointer-type-def type-id='type-id-638' size-in-bits='64' id='type-id-647'/>
- <pointer-type-def type-id='type-id-107' size-in-bits='64' id='type-id-656'/>
- <pointer-type-def type-id='type-id-650' size-in-bits='64' id='type-id-659'/>
- <pointer-type-def type-id='type-id-645' size-in-bits='64' id='type-id-646'/>
- <pointer-type-def type-id='type-id-86' size-in-bits='64' id='type-id-660'/>
- <pointer-type-def type-id='type-id-183' size-in-bits='64' id='type-id-665'/>
- <pointer-type-def type-id='type-id-252' size-in-bits='64' id='type-id-670'/>
- <reference-type-def kind='lvalue' type-id='type-id-29' size-in-bits='64' id='type-id-725'/>
- <pointer-type-def type-id='type-id-32' size-in-bits='64' id='type-id-719'/>
- <pointer-type-def type-id='type-id-683' size-in-bits='64' id='type-id-688'/>
- <reference-type-def kind='lvalue' type-id='type-id-636' size-in-bits='64' id='type-id-678'/>
- <pointer-type-def type-id='type-id-636' size-in-bits='64' id='type-id-674'/>
- <pointer-type-def type-id='type-id-607' size-in-bits='64' id='type-id-679'/>
- <pointer-type-def type-id='type-id-935' size-in-bits='64' id='type-id-703'/>
- <pointer-type-def type-id='type-id-936' size-in-bits='64' id='type-id-715'/>
- <pointer-type-def type-id='type-id-937' size-in-bits='64' id='type-id-698'/>
- <pointer-type-def type-id='type-id-938' size-in-bits='64' id='type-id-710'/>
- <pointer-type-def type-id='type-id-939' size-in-bits='64' id='type-id-699'/>
- <pointer-type-def type-id='type-id-940' size-in-bits='64' id='type-id-711'/>
+ <pointer-type-def type-id='type-id-382' size-in-bits='64' id='type-id-598'/>
+ <pointer-type-def type-id='type-id-929' size-in-bits='64' id='type-id-597'/>
+ <reference-type-def kind='lvalue' type-id='type-id-605' size-in-bits='64' id='type-id-674'/>
+ <pointer-type-def type-id='type-id-391' size-in-bits='64' id='type-id-599'/>
+ <pointer-type-def type-id='type-id-930' size-in-bits='64' id='type-id-699'/>
+ <pointer-type-def type-id='type-id-931' size-in-bits='64' id='type-id-711'/>
+ <pointer-type-def type-id='type-id-386' size-in-bits='64' id='type-id-607'/>
+ <pointer-type-def type-id='type-id-603' size-in-bits='64' id='type-id-612'/>
+ <reference-type-def kind='lvalue' type-id='type-id-612' size-in-bits='64' id='type-id-613'/>
+ <pointer-type-def type-id='type-id-602' size-in-bits='64' id='type-id-617'/>
+ <reference-type-def kind='lvalue' type-id='type-id-617' size-in-bits='64' id='type-id-618'/>
+ <reference-type-def kind='lvalue' type-id='type-id-604' size-in-bits='64' id='type-id-609'/>
+ <pointer-type-def type-id='type-id-411' size-in-bits='64' id='type-id-623'/>
+ <pointer-type-def type-id='type-id-621' size-in-bits='64' id='type-id-628'/>
+ <reference-type-def kind='lvalue' type-id='type-id-628' size-in-bits='64' id='type-id-629'/>
+ <pointer-type-def type-id='type-id-620' size-in-bits='64' id='type-id-633'/>
+ <reference-type-def kind='lvalue' type-id='type-id-633' size-in-bits='64' id='type-id-634'/>
+ <reference-type-def kind='lvalue' type-id='type-id-622' size-in-bits='64' id='type-id-625'/>
+ <pointer-type-def type-id='type-id-932' size-in-bits='64' id='type-id-694'/>
+ <pointer-type-def type-id='type-id-933' size-in-bits='64' id='type-id-706'/>
+ <pointer-type-def type-id='type-id-17' size-in-bits='64' id='type-id-642'/>
+ <pointer-type-def type-id='type-id-637' size-in-bits='64' id='type-id-646'/>
+ <pointer-type-def type-id='type-id-107' size-in-bits='64' id='type-id-655'/>
+ <pointer-type-def type-id='type-id-649' size-in-bits='64' id='type-id-658'/>
+ <pointer-type-def type-id='type-id-644' size-in-bits='64' id='type-id-645'/>
+ <pointer-type-def type-id='type-id-86' size-in-bits='64' id='type-id-659'/>
+ <pointer-type-def type-id='type-id-183' size-in-bits='64' id='type-id-664'/>
+ <pointer-type-def type-id='type-id-252' size-in-bits='64' id='type-id-669'/>
+ <reference-type-def kind='lvalue' type-id='type-id-29' size-in-bits='64' id='type-id-724'/>
+ <pointer-type-def type-id='type-id-32' size-in-bits='64' id='type-id-718'/>
+ <pointer-type-def type-id='type-id-682' size-in-bits='64' id='type-id-687'/>
+ <reference-type-def kind='lvalue' type-id='type-id-635' size-in-bits='64' id='type-id-677'/>
+ <pointer-type-def type-id='type-id-635' size-in-bits='64' id='type-id-673'/>
+ <pointer-type-def type-id='type-id-606' size-in-bits='64' id='type-id-678'/>
+ <pointer-type-def type-id='type-id-934' size-in-bits='64' id='type-id-702'/>
+ <pointer-type-def type-id='type-id-935' size-in-bits='64' id='type-id-714'/>
+ <pointer-type-def type-id='type-id-936' size-in-bits='64' id='type-id-697'/>
+ <pointer-type-def type-id='type-id-937' size-in-bits='64' id='type-id-709'/>
+ <pointer-type-def type-id='type-id-938' size-in-bits='64' id='type-id-698'/>
+ <pointer-type-def type-id='type-id-939' size-in-bits='64' id='type-id-710'/>
+ <pointer-type-def type-id='type-id-940' size-in-bits='64' id='type-id-695'/>
<pointer-type-def type-id='type-id-941' size-in-bits='64' id='type-id-696'/>
- <pointer-type-def type-id='type-id-942' size-in-bits='64' id='type-id-697'/>
+ <pointer-type-def type-id='type-id-942' size-in-bits='64' id='type-id-707'/>
<pointer-type-def type-id='type-id-943' size-in-bits='64' id='type-id-708'/>
- <pointer-type-def type-id='type-id-944' size-in-bits='64' id='type-id-709'/>
- <pointer-type-def type-id='type-id-21' size-in-bits='64' id='type-id-693'/>
- <pointer-type-def type-id='type-id-111' size-in-bits='64' id='type-id-705'/>
- <pointer-type-def type-id='type-id-19' size-in-bits='64' id='type-id-694'/>
- <pointer-type-def type-id='type-id-109' size-in-bits='64' id='type-id-706'/>
- <pointer-type-def type-id='type-id-945' size-in-bits='64' id='type-id-692'/>
- <pointer-type-def type-id='type-id-946' size-in-bits='64' id='type-id-704'/>
- <reference-type-def kind='lvalue' type-id='type-id-87' size-in-bits='64' id='type-id-727'/>
- <pointer-type-def type-id='type-id-947' size-in-bits='64' id='type-id-701'/>
- <pointer-type-def type-id='type-id-948' size-in-bits='64' id='type-id-713'/>
- <pointer-type-def type-id='type-id-949' size-in-bits='64' id='type-id-702'/>
- <pointer-type-def type-id='type-id-950' size-in-bits='64' id='type-id-714'/>
+ <pointer-type-def type-id='type-id-21' size-in-bits='64' id='type-id-692'/>
+ <pointer-type-def type-id='type-id-111' size-in-bits='64' id='type-id-704'/>
+ <pointer-type-def type-id='type-id-19' size-in-bits='64' id='type-id-693'/>
+ <pointer-type-def type-id='type-id-109' size-in-bits='64' id='type-id-705'/>
+ <pointer-type-def type-id='type-id-944' size-in-bits='64' id='type-id-691'/>
+ <pointer-type-def type-id='type-id-945' size-in-bits='64' id='type-id-703'/>
+ <reference-type-def kind='lvalue' type-id='type-id-87' size-in-bits='64' id='type-id-726'/>
+ <pointer-type-def type-id='type-id-946' size-in-bits='64' id='type-id-700'/>
+ <pointer-type-def type-id='type-id-947' size-in-bits='64' id='type-id-712'/>
+ <pointer-type-def type-id='type-id-948' size-in-bits='64' id='type-id-701'/>
+ <pointer-type-def type-id='type-id-949' size-in-bits='64' id='type-id-713'/>
<namespace-decl name='std'>
- <class-decl name='ctype_base' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='42' column='1' id='type-id-637'>
+ <class-decl name='ctype_base' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='42' column='1' id='type-id-636'>
<member-type access='public'>
- <typedef-decl name='mask' type-id='type-id-507' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='49' column='1' id='type-id-645'/>
+ <typedef-decl name='mask' type-id='type-id-507' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='49' column='1' id='type-id-644'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__to_type' type-id='type-id-951' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='45' column='1' id='type-id-639'/>
+ <typedef-decl name='__to_type' type-id='type-id-950' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='45' column='1' id='type-id-638'/>
</member-type>
<data-member access='public' static='yes'>
- <var-decl name='upper' type-id='type-id-916' mangled-name='_ZNSt10ctype_base5upperE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='50' column='1' elf-symbol-id='_ZNSt10ctype_base5upperE@@GLIBCXX_3.4'/>
+ <var-decl name='upper' type-id='type-id-915' mangled-name='_ZNSt10ctype_base5upperE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='50' column='1' elf-symbol-id='_ZNSt10ctype_base5upperE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='lower' type-id='type-id-916' mangled-name='_ZNSt10ctype_base5lowerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='51' column='1' elf-symbol-id='_ZNSt10ctype_base5lowerE@@GLIBCXX_3.4'/>
+ <var-decl name='lower' type-id='type-id-915' mangled-name='_ZNSt10ctype_base5lowerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='51' column='1' elf-symbol-id='_ZNSt10ctype_base5lowerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='alpha' type-id='type-id-916' mangled-name='_ZNSt10ctype_base5alphaE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='52' column='1' elf-symbol-id='_ZNSt10ctype_base5alphaE@@GLIBCXX_3.4'/>
+ <var-decl name='alpha' type-id='type-id-915' mangled-name='_ZNSt10ctype_base5alphaE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='52' column='1' elf-symbol-id='_ZNSt10ctype_base5alphaE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='digit' type-id='type-id-916' mangled-name='_ZNSt10ctype_base5digitE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='53' column='1' elf-symbol-id='_ZNSt10ctype_base5digitE@@GLIBCXX_3.4'/>
+ <var-decl name='digit' type-id='type-id-915' mangled-name='_ZNSt10ctype_base5digitE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='53' column='1' elf-symbol-id='_ZNSt10ctype_base5digitE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='xdigit' type-id='type-id-916' mangled-name='_ZNSt10ctype_base6xdigitE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='54' column='1' elf-symbol-id='_ZNSt10ctype_base6xdigitE@@GLIBCXX_3.4'/>
+ <var-decl name='xdigit' type-id='type-id-915' mangled-name='_ZNSt10ctype_base6xdigitE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='54' column='1' elf-symbol-id='_ZNSt10ctype_base6xdigitE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='space' type-id='type-id-916' mangled-name='_ZNSt10ctype_base5spaceE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='55' column='1' elf-symbol-id='_ZNSt10ctype_base5spaceE@@GLIBCXX_3.4'/>
+ <var-decl name='space' type-id='type-id-915' mangled-name='_ZNSt10ctype_base5spaceE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='55' column='1' elf-symbol-id='_ZNSt10ctype_base5spaceE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='print' type-id='type-id-916' mangled-name='_ZNSt10ctype_base5printE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='56' column='1' elf-symbol-id='_ZNSt10ctype_base5printE@@GLIBCXX_3.4'/>
+ <var-decl name='print' type-id='type-id-915' mangled-name='_ZNSt10ctype_base5printE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='56' column='1' elf-symbol-id='_ZNSt10ctype_base5printE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='graph' type-id='type-id-916' mangled-name='_ZNSt10ctype_base5graphE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='57' column='1' elf-symbol-id='_ZNSt10ctype_base5graphE@@GLIBCXX_3.4'/>
+ <var-decl name='graph' type-id='type-id-915' mangled-name='_ZNSt10ctype_base5graphE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='57' column='1' elf-symbol-id='_ZNSt10ctype_base5graphE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='cntrl' type-id='type-id-916' mangled-name='_ZNSt10ctype_base5cntrlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='58' column='1' elf-symbol-id='_ZNSt10ctype_base5cntrlE@@GLIBCXX_3.4'/>
+ <var-decl name='cntrl' type-id='type-id-915' mangled-name='_ZNSt10ctype_base5cntrlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='58' column='1' elf-symbol-id='_ZNSt10ctype_base5cntrlE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='punct' type-id='type-id-916' mangled-name='_ZNSt10ctype_base5punctE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='59' column='1' elf-symbol-id='_ZNSt10ctype_base5punctE@@GLIBCXX_3.4'/>
+ <var-decl name='punct' type-id='type-id-915' mangled-name='_ZNSt10ctype_base5punctE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='59' column='1' elf-symbol-id='_ZNSt10ctype_base5punctE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='alnum' type-id='type-id-916' mangled-name='_ZNSt10ctype_base5alnumE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='60' column='1' elf-symbol-id='_ZNSt10ctype_base5alnumE@@GLIBCXX_3.4'/>
+ <var-decl name='alnum' type-id='type-id-915' mangled-name='_ZNSt10ctype_base5alnumE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/ctype_base.h' line='60' column='1' elf-symbol-id='_ZNSt10ctype_base5alnumE@@GLIBCXX_3.4'/>
</data-member>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='input_iterator_tag' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='90' column='1' id='type-id-777'/>
+ <class-decl name='input_iterator_tag' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='90' column='1' id='type-id-776'/>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='random_access_iterator_tag' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='104' column='1' id='type-id-784'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-952'/>
+ <class-decl name='random_access_iterator_tag' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='104' column='1' id='type-id-783'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-951'/>
</class-decl>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__enable_if<true, int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='47' column='1' id='type-id-953'>
+ <class-decl name='__enable_if<true, int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='47' column='1' id='type-id-952'>
<member-type access='public'>
- <typedef-decl name='__type' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='48' column='1' id='type-id-726'/>
+ <typedef-decl name='__type' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='48' column='1' id='type-id-725'/>
</member-type>
</class-decl>
</namespace-decl>
- <typedef-decl name='__gthread_mutex_t' type-id='type-id-954' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/gthr-default.h' line='56' column='1' id='type-id-778'/>
- <typedef-decl name='__gthread_once_t' type-id='type-id-955' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/gthr-default.h' line='55' column='1' id='type-id-673'/>
+ <typedef-decl name='__gthread_mutex_t' type-id='type-id-953' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/gthr-default.h' line='56' column='1' id='type-id-777'/>
+ <typedef-decl name='__gthread_once_t' type-id='type-id-954' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/gthr-default.h' line='55' column='1' id='type-id-672'/>
<namespace-decl name='std'>
- <typedef-decl name='__c_locale' type-id='type-id-956' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale.h' line='63' column='1' id='type-id-606'/>
+ <typedef-decl name='__c_locale' type-id='type-id-955' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale.h' line='63' column='1' id='type-id-605'/>
</namespace-decl>
- <array-type-def dimensions='1' type-id='type-id-502' size-in-bits='8192' id='type-id-653'>
- <subrange length='256' type-id='type-id-515' id='type-id-792'/>
+ <array-type-def dimensions='1' type-id='type-id-502' size-in-bits='8192' id='type-id-652'>
+ <subrange length='256' type-id='type-id-515' id='type-id-791'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-69' size-in-bits='1024' id='type-id-655'>
- <subrange length='16' type-id='type-id-515' id='type-id-957'/>
+ <array-type-def dimensions='1' type-id='type-id-69' size-in-bits='1024' id='type-id-654'>
+ <subrange length='16' type-id='type-id-515' id='type-id-956'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-507' size-in-bits='256' id='type-id-654'>
- <subrange length='16' type-id='type-id-515' id='type-id-957'/>
+ <array-type-def dimensions='1' type-id='type-id-507' size-in-bits='256' id='type-id-653'>
+ <subrange length='16' type-id='type-id-515' id='type-id-956'/>
</array-type-def>
- <qualified-type-def type-id='type-id-219' const='yes' id='type-id-790'/>
+ <qualified-type-def type-id='type-id-219' const='yes' id='type-id-789'/>
<namespace-decl name='std'>
- <class-decl name='__timepunct<char>' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='177' column='1' id='type-id-931'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='__timepunct<char>' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='177' column='1' id='type-id-930'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='__cache_type' type-id='type-id-959' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='183' column='1' id='type-id-958'/>
+ <typedef-decl name='__cache_type' type-id='type-id-958' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='183' column='1' id='type-id-957'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt11__timepunctIcE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='322' column='1' elf-symbol-id='_ZNSt11__timepunctIcE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt11__timepunctIcE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='322' column='1' elf-symbol-id='_ZNSt11__timepunctIcE2idE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='_M_data' type-id='type-id-960' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='186' column='1'/>
+ <var-decl name='_M_data' type-id='type-id-959' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='186' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='192'>
- <var-decl name='_M_c_locale_timepunct' type-id='type-id-606' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='187' column='1'/>
+ <var-decl name='_M_c_locale_timepunct' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='187' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='256'>
<var-decl name='_M_name_timepunct' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='188' column='1'/>
</data-member>
<member-function access='private' const='yes'>
<function-decl name='_M_put' mangled-name='_ZNKSt11__timepunctIcE6_M_putEPcmPKcPK2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/time_members.cc' line='42' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIcE6_M_putEPcmPKcPK2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-961' is-artificial='yes'/>
+ <parameter type-id='type-id-960' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='protected'>
<function-decl name='_M_initialize_timepunct' mangled-name='_ZNSt11__timepunctIcE23_M_initialize_timepunctEP15__locale_struct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/time_members.cc' line='66' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11__timepunctIcE23_M_initialize_timepunctEP15__locale_struct@@GLIBCXX_3.4'>
- <parameter type-id='type-id-700' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-699' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__timepunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='195' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-700' is-artificial='yes'/>
+ <parameter type-id='type-id-699' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__timepunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-700' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-699' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__timepunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-700' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-699' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_date_formats' mangled-name='_ZNKSt11__timepunctIcE15_M_date_formatsEPPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='220' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIcE15_M_date_formatsEPPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-961' is-artificial='yes'/>
+ <parameter type-id='type-id-960' is-artificial='yes'/>
<parameter type-id='type-id-529'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_time_formats' mangled-name='_ZNKSt11__timepunctIcE15_M_time_formatsEPPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='228' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIcE15_M_time_formatsEPPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-961' is-artificial='yes'/>
+ <parameter type-id='type-id-960' is-artificial='yes'/>
<parameter type-id='type-id-529'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_date_time_formats' mangled-name='_ZNKSt11__timepunctIcE20_M_date_time_formatsEPPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='236' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIcE20_M_date_time_formatsEPPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-961' is-artificial='yes'/>
+ <parameter type-id='type-id-960' is-artificial='yes'/>
<parameter type-id='type-id-529'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_am_pm_format' mangled-name='_ZNKSt11__timepunctIcE15_M_am_pm_formatEPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='244' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIcE15_M_am_pm_formatEPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-961' is-artificial='yes'/>
+ <parameter type-id='type-id-960' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_am_pm' mangled-name='_ZNKSt11__timepunctIcE8_M_am_pmEPPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIcE8_M_am_pmEPPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-961' is-artificial='yes'/>
+ <parameter type-id='type-id-960' is-artificial='yes'/>
<parameter type-id='type-id-529'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_days' mangled-name='_ZNKSt11__timepunctIcE7_M_daysEPPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='255' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIcE7_M_daysEPPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-961' is-artificial='yes'/>
+ <parameter type-id='type-id-960' is-artificial='yes'/>
<parameter type-id='type-id-529'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_days_abbreviated' mangled-name='_ZNKSt11__timepunctIcE19_M_days_abbreviatedEPPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='267' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIcE19_M_days_abbreviatedEPPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-961' is-artificial='yes'/>
+ <parameter type-id='type-id-960' is-artificial='yes'/>
<parameter type-id='type-id-529'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_months' mangled-name='_ZNKSt11__timepunctIcE9_M_monthsEPPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='279' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIcE9_M_monthsEPPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-961' is-artificial='yes'/>
+ <parameter type-id='type-id-960' is-artificial='yes'/>
<parameter type-id='type-id-529'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_months_abbreviated' mangled-name='_ZNKSt11__timepunctIcE21_M_months_abbreviatedEPPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='296' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIcE21_M_months_abbreviatedEPPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-961' is-artificial='yes'/>
+ <parameter type-id='type-id-960' is-artificial='yes'/>
<parameter type-id='type-id-529'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__timepunct' mangled-name='_ZNSt11__timepunctIcEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='195' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11__timepunctIcEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-700' is-artificial='yes'/>
+ <parameter type-id='type-id-699' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__timepunct' mangled-name='_ZNSt11__timepunctIcEC2EPSt17__timepunct_cacheIcEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11__timepunctIcEC1EPSt17__timepunct_cacheIcEm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-700' is-artificial='yes'/>
- <parameter type-id='type-id-960'/>
+ <parameter type-id='type-id-699' is-artificial='yes'/>
+ <parameter type-id='type-id-959'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__timepunct' mangled-name='_ZNSt11__timepunctIcEC2EP15__locale_structPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='211' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11__timepunctIcEC1EP15__locale_structPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-700' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-699' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__timepunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='314' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-700' is-artificial='yes'/>
+ <parameter type-id='type-id-699' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__timepunct' mangled-name='_ZNSt11__timepunctIcED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='314' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11__timepunctIcED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-700' is-artificial='yes'/>
+ <parameter type-id='type-id-699' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__timepunct' mangled-name='_ZNSt11__timepunctIcED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='314' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11__timepunctIcED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-700' is-artificial='yes'/>
+ <parameter type-id='type-id-699' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__timepunct<wchar_t>' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='177' column='1' id='type-id-932'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='__timepunct<wchar_t>' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='177' column='1' id='type-id-931'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='__cache_type' type-id='type-id-963' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='183' column='1' id='type-id-962'/>
+ <typedef-decl name='__cache_type' type-id='type-id-962' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='183' column='1' id='type-id-961'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt11__timepunctIwE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='322' column='1' elf-symbol-id='_ZNSt11__timepunctIwE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt11__timepunctIwE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='322' column='1' elf-symbol-id='_ZNSt11__timepunctIwE2idE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='_M_data' type-id='type-id-964' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='186' column='1'/>
+ <var-decl name='_M_data' type-id='type-id-963' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='186' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='192'>
- <var-decl name='_M_c_locale_timepunct' type-id='type-id-606' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='187' column='1'/>
+ <var-decl name='_M_c_locale_timepunct' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='187' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='256'>
<var-decl name='_M_name_timepunct' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='188' column='1'/>
</data-member>
<member-function access='private' const='yes'>
<function-decl name='_M_put' mangled-name='_ZNKSt11__timepunctIwE6_M_putEPwmPKwPK2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/time_members.cc' line='198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIwE6_M_putEPwmPKwPK2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-965' is-artificial='yes'/>
+ <parameter type-id='type-id-964' is-artificial='yes'/>
<parameter type-id='type-id-219'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-249'/>
</member-function>
<member-function access='protected'>
<function-decl name='_M_initialize_timepunct' mangled-name='_ZNSt11__timepunctIwE23_M_initialize_timepunctEP15__locale_struct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/time_members.cc' line='222' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11__timepunctIwE23_M_initialize_timepunctEP15__locale_struct@@GLIBCXX_3.4'>
- <parameter type-id='type-id-712' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-711' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__timepunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='195' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-712' is-artificial='yes'/>
+ <parameter type-id='type-id-711' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__timepunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-712' is-artificial='yes'/>
- <parameter type-id='type-id-964'/>
+ <parameter type-id='type-id-711' is-artificial='yes'/>
+ <parameter type-id='type-id-963'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__timepunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-712' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-711' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_date_formats' mangled-name='_ZNKSt11__timepunctIwE15_M_date_formatsEPPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='220' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIwE15_M_date_formatsEPPKw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-965' is-artificial='yes'/>
+ <parameter type-id='type-id-964' is-artificial='yes'/>
<parameter type-id='type-id-535'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_time_formats' mangled-name='_ZNKSt11__timepunctIwE15_M_time_formatsEPPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='228' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIwE15_M_time_formatsEPPKw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-965' is-artificial='yes'/>
+ <parameter type-id='type-id-964' is-artificial='yes'/>
<parameter type-id='type-id-535'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_date_time_formats' mangled-name='_ZNKSt11__timepunctIwE20_M_date_time_formatsEPPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='236' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIwE20_M_date_time_formatsEPPKw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-965' is-artificial='yes'/>
+ <parameter type-id='type-id-964' is-artificial='yes'/>
<parameter type-id='type-id-535'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_am_pm_format' mangled-name='_ZNKSt11__timepunctIwE15_M_am_pm_formatEPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='244' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIwE15_M_am_pm_formatEPKw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-965' is-artificial='yes'/>
+ <parameter type-id='type-id-964' is-artificial='yes'/>
<parameter type-id='type-id-249'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_am_pm' mangled-name='_ZNKSt11__timepunctIwE8_M_am_pmEPPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='248' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIwE8_M_am_pmEPPKw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-965' is-artificial='yes'/>
+ <parameter type-id='type-id-964' is-artificial='yes'/>
<parameter type-id='type-id-535'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_days' mangled-name='_ZNKSt11__timepunctIwE7_M_daysEPPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='255' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIwE7_M_daysEPPKw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-965' is-artificial='yes'/>
+ <parameter type-id='type-id-964' is-artificial='yes'/>
<parameter type-id='type-id-535'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_days_abbreviated' mangled-name='_ZNKSt11__timepunctIwE19_M_days_abbreviatedEPPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='267' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIwE19_M_days_abbreviatedEPPKw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-965' is-artificial='yes'/>
+ <parameter type-id='type-id-964' is-artificial='yes'/>
<parameter type-id='type-id-535'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_months' mangled-name='_ZNKSt11__timepunctIwE9_M_monthsEPPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='279' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIwE9_M_monthsEPPKw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-965' is-artificial='yes'/>
+ <parameter type-id='type-id-964' is-artificial='yes'/>
<parameter type-id='type-id-535'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_months_abbreviated' mangled-name='_ZNKSt11__timepunctIwE21_M_months_abbreviatedEPPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='296' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11__timepunctIwE21_M_months_abbreviatedEPPKw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-965' is-artificial='yes'/>
+ <parameter type-id='type-id-964' is-artificial='yes'/>
<parameter type-id='type-id-535'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__timepunct' mangled-name='_ZNSt11__timepunctIwEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='195' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11__timepunctIwEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-712' is-artificial='yes'/>
+ <parameter type-id='type-id-711' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__timepunct' mangled-name='_ZNSt11__timepunctIwEC2EPSt17__timepunct_cacheIwEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11__timepunctIwEC1EPSt17__timepunct_cacheIwEm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-712' is-artificial='yes'/>
- <parameter type-id='type-id-964'/>
+ <parameter type-id='type-id-711' is-artificial='yes'/>
+ <parameter type-id='type-id-963'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__timepunct' mangled-name='_ZNSt11__timepunctIwEC2EP15__locale_structPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='211' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11__timepunctIwEC1EP15__locale_structPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-712' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-711' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__timepunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='314' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-712' is-artificial='yes'/>
+ <parameter type-id='type-id-711' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__timepunct' mangled-name='_ZNSt11__timepunctIwED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='314' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11__timepunctIwED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-712' is-artificial='yes'/>
+ <parameter type-id='type-id-711' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__timepunct' mangled-name='_ZNSt11__timepunctIwED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='314' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11__timepunctIwED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-712' is-artificial='yes'/>
+ <parameter type-id='type-id-711' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='codecvt_base' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='47' column='1' id='type-id-793'>
+ <class-decl name='codecvt_base' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='47' column='1' id='type-id-792'>
<member-type access='private'>
- <enum-decl name='result' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='50' column='1' id='type-id-615'>
+ <enum-decl name='result' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='50' column='1' id='type-id-614'>
<underlying-type type-id='type-id-6'/>
<enumerator name='ok' value='0'/>
<enumerator name='partial' value='1'/>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='collate<char>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='586' column='1' id='type-id-933'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='collate<char>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='586' column='1' id='type-id-932'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='593' column='1' id='type-id-966'/>
+ <typedef-decl name='string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='593' column='1' id='type-id-965'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt7collateIcE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='737' column='1' elf-symbol-id='_ZNSt7collateIcE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt7collateIcE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='737' column='1' elf-symbol-id='_ZNSt7collateIcE2idE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='_M_c_locale_collate' type-id='type-id-606' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='599' column='1'/>
+ <var-decl name='_M_c_locale_collate' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='599' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='collate' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='613' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-695' is-artificial='yes'/>
+ <parameter type-id='type-id-694' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='collate' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='627' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-695' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-694' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_compare' mangled-name='_ZNKSt7collateIcE10_M_compareEPKcS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/collate_members.cc' line='42' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIcE10_M_compareEPKcS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-967' is-artificial='yes'/>
+ <parameter type-id='type-id-966' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-36'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_transform' mangled-name='_ZNKSt7collateIcE12_M_transformEPcPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/collate_members.cc' line='51' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIcE12_M_transformEPcPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-967' is-artificial='yes'/>
+ <parameter type-id='type-id-966' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='compare' mangled-name='_ZNKSt7collateIcE7compareEPKcS2_S2_S2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='644' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIcE7compareEPKcS2_S2_S2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-967' is-artificial='yes'/>
+ <parameter type-id='type-id-966' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='transform' mangled-name='_ZNKSt7collateIcE9transformEPKcS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='663' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIcE9transformEPKcS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-967' is-artificial='yes'/>
+ <parameter type-id='type-id-966' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
- <return type-id='type-id-966'/>
+ <return type-id='type-id-965'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='hash' mangled-name='_ZNKSt7collateIcE4hashEPKcS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='677' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIcE4hashEPKcS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-967' is-artificial='yes'/>
+ <parameter type-id='type-id-966' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-55'/>
</member-function>
<member-function access='private'>
<function-decl name='collate' mangled-name='_ZNSt7collateIcEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='613' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7collateIcEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-695' is-artificial='yes'/>
+ <parameter type-id='type-id-694' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='collate' mangled-name='_ZNSt7collateIcEC2EP15__locale_structm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='627' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7collateIcEC2EP15__locale_structm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-695' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-694' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~collate' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='690' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-695' is-artificial='yes'/>
+ <parameter type-id='type-id-694' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~collate' mangled-name='_ZNSt7collateIcED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='690' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7collateIcED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-695' is-artificial='yes'/>
+ <parameter type-id='type-id-694' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~collate' mangled-name='_ZNSt7collateIcED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='690' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7collateIcED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-695' is-artificial='yes'/>
+ <parameter type-id='type-id-694' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_compare' mangled-name='_ZNKSt7collateIcE10do_compareEPKcS2_S2_S2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='706' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIcE10do_compareEPKcS2_S2_S2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-967' is-artificial='yes'/>
+ <parameter type-id='type-id-966' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_transform' mangled-name='_ZNKSt7collateIcE12do_transformEPKcS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='720' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIcE12do_transformEPKcS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-967' is-artificial='yes'/>
+ <parameter type-id='type-id-966' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
- <return type-id='type-id-966'/>
+ <return type-id='type-id-965'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_hash' mangled-name='_ZNKSt7collateIcE7do_hashEPKcS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='733' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIcE7do_hashEPKcS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-967' is-artificial='yes'/>
+ <parameter type-id='type-id-966' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-55'/>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='collate<wchar_t>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='586' column='1' id='type-id-934'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='collate<wchar_t>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='586' column='1' id='type-id-933'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='593' column='1' id='type-id-968'/>
+ <typedef-decl name='string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='593' column='1' id='type-id-967'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt7collateIwE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='737' column='1' elf-symbol-id='_ZNSt7collateIwE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt7collateIwE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='737' column='1' elf-symbol-id='_ZNSt7collateIwE2idE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='_M_c_locale_collate' type-id='type-id-606' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='599' column='1'/>
+ <var-decl name='_M_c_locale_collate' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='599' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='collate' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='613' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-707' is-artificial='yes'/>
+ <parameter type-id='type-id-706' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='collate' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='627' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-707' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-706' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_compare' mangled-name='_ZNKSt7collateIwE10_M_compareEPKwS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/collate_members.cc' line='58' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIwE10_M_compareEPKwS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-969' is-artificial='yes'/>
+ <parameter type-id='type-id-968' is-artificial='yes'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
<return type-id='type-id-36'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_transform' mangled-name='_ZNKSt7collateIwE12_M_transformEPwPKwm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/collate_members.cc' line='67' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIwE12_M_transformEPwPKwm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-969' is-artificial='yes'/>
+ <parameter type-id='type-id-968' is-artificial='yes'/>
<parameter type-id='type-id-219'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-66'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='compare' mangled-name='_ZNKSt7collateIwE7compareEPKwS2_S2_S2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='644' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIwE7compareEPKwS2_S2_S2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-969' is-artificial='yes'/>
+ <parameter type-id='type-id-968' is-artificial='yes'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='transform' mangled-name='_ZNKSt7collateIwE9transformEPKwS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='663' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIwE9transformEPKwS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-969' is-artificial='yes'/>
+ <parameter type-id='type-id-968' is-artificial='yes'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
- <return type-id='type-id-968'/>
+ <return type-id='type-id-967'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='hash' mangled-name='_ZNKSt7collateIwE4hashEPKwS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='677' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIwE4hashEPKwS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-969' is-artificial='yes'/>
+ <parameter type-id='type-id-968' is-artificial='yes'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
<return type-id='type-id-55'/>
</member-function>
<member-function access='private'>
<function-decl name='collate' mangled-name='_ZNSt7collateIwEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='613' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7collateIwEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-707' is-artificial='yes'/>
+ <parameter type-id='type-id-706' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='collate' mangled-name='_ZNSt7collateIwEC2EP15__locale_structm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='627' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7collateIwEC2EP15__locale_structm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-707' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-706' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~collate' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='690' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-707' is-artificial='yes'/>
+ <parameter type-id='type-id-706' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~collate' mangled-name='_ZNSt7collateIwED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='690' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7collateIwED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-707' is-artificial='yes'/>
+ <parameter type-id='type-id-706' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~collate' mangled-name='_ZNSt7collateIwED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='690' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt7collateIwED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-707' is-artificial='yes'/>
+ <parameter type-id='type-id-706' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_compare' mangled-name='_ZNKSt7collateIwE10do_compareEPKwS2_S2_S2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='706' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIwE10do_compareEPKwS2_S2_S2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-969' is-artificial='yes'/>
+ <parameter type-id='type-id-968' is-artificial='yes'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_transform' mangled-name='_ZNKSt7collateIwE12do_transformEPKwS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='720' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIwE12do_transformEPKwS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-969' is-artificial='yes'/>
+ <parameter type-id='type-id-968' is-artificial='yes'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
- <return type-id='type-id-968'/>
+ <return type-id='type-id-967'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_hash' mangled-name='_ZNKSt7collateIwE7do_hashEPKwS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='733' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt7collateIwE7do_hashEPKwS2_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-969' is-artificial='yes'/>
+ <parameter type-id='type-id-968' is-artificial='yes'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
<return type-id='type-id-55'/>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='messages<char>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1695' column='1' id='type-id-935'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-970'/>
+ <class-decl name='messages<char>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1695' column='1' id='type-id-934'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-969'/>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1702' column='1' id='type-id-971'/>
+ <typedef-decl name='string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1702' column='1' id='type-id-970'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt8messagesIcE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1864' column='1' elf-symbol-id='_ZNSt8messagesIcE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt8messagesIcE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1864' column='1' elf-symbol-id='_ZNSt8messagesIcE2idE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='_M_c_locale_messages' type-id='type-id-606' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1708' column='1'/>
+ <var-decl name='_M_c_locale_messages' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1708' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='192'>
<var-decl name='_M_name_messages' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1709' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='messages' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1723' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-703' is-artificial='yes'/>
+ <parameter type-id='type-id-702' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='messages' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1737' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-703' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-702' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='open' mangled-name='_ZNKSt8messagesIcE4openERKSsRKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIcE4openERKSsRKSt6locale@@GLIBCXX_3.4'>
- <parameter type-id='type-id-972' is-artificial='yes'/>
+ <parameter type-id='type-id-971' is-artificial='yes'/>
<parameter type-id='type-id-181'/>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-973'/>
+ <return type-id='type-id-972'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='open' mangled-name='_ZNKSt8messagesIcE4openERKSsRKSt6localePKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1768' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIcE4openERKSsRKSt6localePKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-972' is-artificial='yes'/>
+ <parameter type-id='type-id-971' is-artificial='yes'/>
<parameter type-id='type-id-181'/>
<parameter type-id='type-id-31'/>
<parameter type-id='type-id-11'/>
- <return type-id='type-id-973'/>
+ <return type-id='type-id-972'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt8messagesIcE3getEiiiRKSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1786' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIcE3getEiiiRKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-972' is-artificial='yes'/>
- <parameter type-id='type-id-973'/>
+ <parameter type-id='type-id-971' is-artificial='yes'/>
+ <parameter type-id='type-id-972'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-974'/>
- <return type-id='type-id-971'/>
+ <parameter type-id='type-id-973'/>
+ <return type-id='type-id-970'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='close' mangled-name='_ZNKSt8messagesIcE5closeEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1797' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIcE5closeEi@@GLIBCXX_3.4'>
- <parameter type-id='type-id-972' is-artificial='yes'/>
- <parameter type-id='type-id-973'/>
+ <parameter type-id='type-id-971' is-artificial='yes'/>
+ <parameter type-id='type-id-972'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_convert_to_char' mangled-name='_ZNKSt8messagesIcE18_M_convert_to_charERKSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1848' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIcE18_M_convert_to_charERKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-972' is-artificial='yes'/>
- <parameter type-id='type-id-974'/>
+ <parameter type-id='type-id-971' is-artificial='yes'/>
+ <parameter type-id='type-id-973'/>
<return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_convert_from_char' mangled-name='_ZNKSt8messagesIcE20_M_convert_from_charEPc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1856' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIcE20_M_convert_from_charEPc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-972' is-artificial='yes'/>
+ <parameter type-id='type-id-971' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
- <return type-id='type-id-971'/>
+ <return type-id='type-id-970'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='messages' mangled-name='_ZNSt8messagesIcEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1723' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8messagesIcEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-703' is-artificial='yes'/>
+ <parameter type-id='type-id-702' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='messages' mangled-name='_ZNSt8messagesIcEC2EP15__locale_structPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1737' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8messagesIcEC2EP15__locale_structPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-703' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-702' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~messages' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1803' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-703' is-artificial='yes'/>
+ <parameter type-id='type-id-702' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~messages' mangled-name='_ZNSt8messagesIcED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1803' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8messagesIcED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-703' is-artificial='yes'/>
+ <parameter type-id='type-id-702' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~messages' mangled-name='_ZNSt8messagesIcED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1803' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8messagesIcED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-703' is-artificial='yes'/>
+ <parameter type-id='type-id-702' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_open' mangled-name='_ZNKSt8messagesIcE7do_openERKSsRKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1817' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIcE7do_openERKSsRKSt6locale@@GLIBCXX_3.4'>
- <parameter type-id='type-id-972' is-artificial='yes'/>
+ <parameter type-id='type-id-971' is-artificial='yes'/>
<parameter type-id='type-id-181'/>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-973'/>
+ <return type-id='type-id-972'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_get' mangled-name='_ZNKSt8messagesIcE6do_getEiiiRKSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/messages_members.cc' line='41' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIcE6do_getEiiiRKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-972' is-artificial='yes'/>
- <parameter type-id='type-id-973'/>
+ <parameter type-id='type-id-971' is-artificial='yes'/>
+ <parameter type-id='type-id-972'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_close' mangled-name='_ZNKSt8messagesIcE8do_closeEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1844' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIcE8do_closeEi@@GLIBCXX_3.4'>
- <parameter type-id='type-id-972' is-artificial='yes'/>
- <parameter type-id='type-id-973'/>
+ <parameter type-id='type-id-971' is-artificial='yes'/>
+ <parameter type-id='type-id-972'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='messages<wchar_t>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1695' column='1' id='type-id-936'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-970'/>
+ <class-decl name='messages<wchar_t>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1695' column='1' id='type-id-935'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-969'/>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1702' column='1' id='type-id-975'/>
+ <typedef-decl name='string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1702' column='1' id='type-id-974'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt8messagesIwE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1864' column='1' elf-symbol-id='_ZNSt8messagesIwE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt8messagesIwE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1864' column='1' elf-symbol-id='_ZNSt8messagesIwE2idE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='_M_c_locale_messages' type-id='type-id-606' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1708' column='1'/>
+ <var-decl name='_M_c_locale_messages' type-id='type-id-605' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1708' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='192'>
<var-decl name='_M_name_messages' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1709' column='1'/>
</data-member>
<member-function access='protected' const='yes'>
<function-decl name='_M_convert_to_char' mangled-name='_ZNKSt8messagesIwE18_M_convert_to_charERKSbIwSt11char_traitsIwESaIwEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1848' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIwE18_M_convert_to_charERKSbIwSt11char_traitsIwESaIwEE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-976' is-artificial='yes'/>
- <parameter type-id='type-id-977'/>
+ <parameter type-id='type-id-975' is-artificial='yes'/>
+ <parameter type-id='type-id-976'/>
<return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_convert_from_char' mangled-name='_ZNKSt8messagesIwE20_M_convert_from_charEPc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1856' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIwE20_M_convert_from_charEPc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-976' is-artificial='yes'/>
+ <parameter type-id='type-id-975' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
- <return type-id='type-id-975'/>
+ <return type-id='type-id-974'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='messages' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1723' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-715' is-artificial='yes'/>
+ <parameter type-id='type-id-714' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='messages' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1737' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-715' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-714' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='open' mangled-name='_ZNKSt8messagesIwE4openERKSsRKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIwE4openERKSsRKSt6locale@@GLIBCXX_3.4'>
- <parameter type-id='type-id-976' is-artificial='yes'/>
+ <parameter type-id='type-id-975' is-artificial='yes'/>
<parameter type-id='type-id-181'/>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-973'/>
+ <return type-id='type-id-972'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='open' mangled-name='_ZNKSt8messagesIwE4openERKSsRKSt6localePKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1768' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIwE4openERKSsRKSt6localePKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-976' is-artificial='yes'/>
+ <parameter type-id='type-id-975' is-artificial='yes'/>
<parameter type-id='type-id-181'/>
<parameter type-id='type-id-31'/>
<parameter type-id='type-id-11'/>
- <return type-id='type-id-973'/>
+ <return type-id='type-id-972'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt8messagesIwE3getEiiiRKSbIwSt11char_traitsIwESaIwEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1786' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIwE3getEiiiRKSbIwSt11char_traitsIwESaIwEE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-976' is-artificial='yes'/>
- <parameter type-id='type-id-973'/>
+ <parameter type-id='type-id-975' is-artificial='yes'/>
+ <parameter type-id='type-id-972'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-977'/>
- <return type-id='type-id-975'/>
+ <parameter type-id='type-id-976'/>
+ <return type-id='type-id-974'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='close' mangled-name='_ZNKSt8messagesIwE5closeEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1797' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIwE5closeEi@@GLIBCXX_3.4'>
- <parameter type-id='type-id-976' is-artificial='yes'/>
- <parameter type-id='type-id-973'/>
+ <parameter type-id='type-id-975' is-artificial='yes'/>
+ <parameter type-id='type-id-972'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='messages' mangled-name='_ZNSt8messagesIwEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1723' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8messagesIwEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-715' is-artificial='yes'/>
+ <parameter type-id='type-id-714' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='messages' mangled-name='_ZNSt8messagesIwEC2EP15__locale_structPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1737' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8messagesIwEC1EP15__locale_structPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-715' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-714' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~messages' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1803' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-715' is-artificial='yes'/>
+ <parameter type-id='type-id-714' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~messages' mangled-name='_ZNSt8messagesIwED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1803' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8messagesIwED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-715' is-artificial='yes'/>
+ <parameter type-id='type-id-714' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~messages' mangled-name='_ZNSt8messagesIwED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1803' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8messagesIwED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-715' is-artificial='yes'/>
+ <parameter type-id='type-id-714' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_open' mangled-name='_ZNKSt8messagesIwE7do_openERKSsRKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1817' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIwE7do_openERKSsRKSt6locale@@GLIBCXX_3.4'>
- <parameter type-id='type-id-976' is-artificial='yes'/>
+ <parameter type-id='type-id-975' is-artificial='yes'/>
<parameter type-id='type-id-181'/>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-973'/>
+ <return type-id='type-id-972'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_get' mangled-name='_ZNKSt8messagesIwE6do_getEiiiRKSbIwSt11char_traitsIwESaIwEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/messages_members.cc' line='64' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIwE6do_getEiiiRKSbIwSt11char_traitsIwESaIwEE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-976' is-artificial='yes'/>
- <parameter type-id='type-id-973'/>
+ <parameter type-id='type-id-975' is-artificial='yes'/>
+ <parameter type-id='type-id-972'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-978'/>
- <return type-id='type-id-979'/>
+ <parameter type-id='type-id-977'/>
+ <return type-id='type-id-978'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_close' mangled-name='_ZNKSt8messagesIwE8do_closeEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1844' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8messagesIwE8do_closeEi@@GLIBCXX_3.4'>
- <parameter type-id='type-id-976' is-artificial='yes'/>
- <parameter type-id='type-id-973'/>
+ <parameter type-id='type-id-975' is-artificial='yes'/>
+ <parameter type-id='type-id-972'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='money_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1370' column='1' id='type-id-937'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='money_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1370' column='1' id='type-id-936'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1376' column='1' id='type-id-980'/>
+ <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1376' column='1' id='type-id-979'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iter_type' type-id='type-id-722' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1377' column='1' id='type-id-981'/>
+ <typedef-decl name='iter_type' type-id='type-id-721' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1377' column='1' id='type-id-980'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1378' column='1' id='type-id-982'/>
+ <typedef-decl name='string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1378' column='1' id='type-id-981'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1505' column='1' elf-symbol-id='_ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1505' column='1' elf-symbol-id='_ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='money_get' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1392' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-698' is-artificial='yes'/>
+ <parameter type-id='type-id-697' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1422' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRe@@GLIBCXX_3.4'>
- <parameter type-id='type-id-983' is-artificial='yes'/>
- <parameter type-id='type-id-981'/>
- <parameter type-id='type-id-981'/>
+ <parameter type-id='type-id-982' is-artificial='yes'/>
+ <parameter type-id='type-id-980'/>
+ <parameter type-id='type-id-980'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-303'/>
- <return type-id='type-id-981'/>
+ <return type-id='type-id-980'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1453' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE3getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-983' is-artificial='yes'/>
- <parameter type-id='type-id-981'/>
- <parameter type-id='type-id-981'/>
+ <parameter type-id='type-id-982' is-artificial='yes'/>
+ <parameter type-id='type-id-980'/>
+ <parameter type-id='type-id-980'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-984'/>
- <return type-id='type-id-981'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-983'/>
+ <return type-id='type-id-980'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract<false>' mangled-name='_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE10_M_extractILb0EEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE10_M_extractILb0EEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-983' is-artificial='yes'/>
- <parameter type-id='type-id-981'/>
- <parameter type-id='type-id-981'/>
+ <parameter type-id='type-id-982' is-artificial='yes'/>
+ <parameter type-id='type-id-980'/>
+ <parameter type-id='type-id-980'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-727'/>
- <return type-id='type-id-722'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-726'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract<true>' mangled-name='_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE10_M_extractILb1EEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE10_M_extractILb1EEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-983' is-artificial='yes'/>
- <parameter type-id='type-id-981'/>
- <parameter type-id='type-id-981'/>
+ <parameter type-id='type-id-982' is-artificial='yes'/>
+ <parameter type-id='type-id-980'/>
+ <parameter type-id='type-id-980'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-727'/>
- <return type-id='type-id-722'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-726'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='money_get' mangled-name='_ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1392' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-698' is-artificial='yes'/>
+ <parameter type-id='type-id-697' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~money_get' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1460' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-698' is-artificial='yes'/>
+ <parameter type-id='type-id-697' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~money_get' mangled-name='_ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1460' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-698' is-artificial='yes'/>
+ <parameter type-id='type-id-697' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~money_get' mangled-name='_ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1460' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-698' is-artificial='yes'/>
+ <parameter type-id='type-id-697' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_get' mangled-name='_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='364' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRe@@GLIBCXX_3.4'>
- <parameter type-id='type-id-983' is-artificial='yes'/>
- <parameter type-id='type-id-981'/>
- <parameter type-id='type-id-981'/>
+ <parameter type-id='type-id-982' is-artificial='yes'/>
+ <parameter type-id='type-id-980'/>
+ <parameter type-id='type-id-980'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-303'/>
- <return type-id='type-id-722'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_get' mangled-name='_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-983' is-artificial='yes'/>
- <parameter type-id='type-id-981'/>
- <parameter type-id='type-id-981'/>
+ <parameter type-id='type-id-982' is-artificial='yes'/>
+ <parameter type-id='type-id-980'/>
+ <parameter type-id='type-id-980'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-984'/>
- <return type-id='type-id-722'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-983'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1370' column='1' id='type-id-938'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1370' column='1' id='type-id-937'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1376' column='1' id='type-id-985'/>
+ <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1376' column='1' id='type-id-984'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iter_type' type-id='type-id-729' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1377' column='1' id='type-id-986'/>
+ <typedef-decl name='iter_type' type-id='type-id-728' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1377' column='1' id='type-id-985'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1378' column='1' id='type-id-987'/>
+ <typedef-decl name='string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1378' column='1' id='type-id-986'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1505' column='1' elf-symbol-id='_ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1505' column='1' elf-symbol-id='_ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='money_get' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1392' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-710' is-artificial='yes'/>
+ <parameter type-id='type-id-709' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1422' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRe@@GLIBCXX_3.4'>
- <parameter type-id='type-id-988' is-artificial='yes'/>
- <parameter type-id='type-id-986'/>
- <parameter type-id='type-id-986'/>
+ <parameter type-id='type-id-987' is-artificial='yes'/>
+ <parameter type-id='type-id-985'/>
+ <parameter type-id='type-id-985'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-303'/>
- <return type-id='type-id-986'/>
+ <return type-id='type-id-985'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRSbIwS2_SaIwEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1453' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE3getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRSbIwS2_SaIwEE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-988' is-artificial='yes'/>
- <parameter type-id='type-id-986'/>
- <parameter type-id='type-id-986'/>
+ <parameter type-id='type-id-987' is-artificial='yes'/>
+ <parameter type-id='type-id-985'/>
+ <parameter type-id='type-id-985'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-989'/>
- <return type-id='type-id-986'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-988'/>
+ <return type-id='type-id-985'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract<true>' mangled-name='_ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE10_M_extractILb1EEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE10_M_extractILb1EEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-988' is-artificial='yes'/>
- <parameter type-id='type-id-986'/>
- <parameter type-id='type-id-986'/>
+ <parameter type-id='type-id-987' is-artificial='yes'/>
+ <parameter type-id='type-id-985'/>
+ <parameter type-id='type-id-985'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-727'/>
- <return type-id='type-id-729'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-726'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract<false>' mangled-name='_ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE10_M_extractILb0EEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE10_M_extractILb0EEES3_S3_S3_RSt8ios_baseRSt12_Ios_IostateRSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-988' is-artificial='yes'/>
- <parameter type-id='type-id-986'/>
- <parameter type-id='type-id-986'/>
+ <parameter type-id='type-id-987' is-artificial='yes'/>
+ <parameter type-id='type-id-985'/>
+ <parameter type-id='type-id-985'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-727'/>
- <return type-id='type-id-729'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-726'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='money_get' mangled-name='_ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1392' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-710' is-artificial='yes'/>
+ <parameter type-id='type-id-709' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~money_get' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1460' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-710' is-artificial='yes'/>
+ <parameter type-id='type-id-709' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~money_get' mangled-name='_ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1460' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-710' is-artificial='yes'/>
+ <parameter type-id='type-id-709' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~money_get' mangled-name='_ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1460' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-710' is-artificial='yes'/>
+ <parameter type-id='type-id-709' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_get' mangled-name='_ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='364' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRe@@GLIBCXX_3.4'>
- <parameter type-id='type-id-988' is-artificial='yes'/>
- <parameter type-id='type-id-986'/>
- <parameter type-id='type-id-986'/>
+ <parameter type-id='type-id-987' is-artificial='yes'/>
+ <parameter type-id='type-id-985'/>
+ <parameter type-id='type-id-985'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
+ <parameter type-id='type-id-724'/>
<parameter type-id='type-id-303'/>
- <return type-id='type-id-729'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_get' mangled-name='_ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRSbIwS2_SaIwEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRSbIwS2_SaIwEE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-988' is-artificial='yes'/>
- <parameter type-id='type-id-986'/>
- <parameter type-id='type-id-986'/>
+ <parameter type-id='type-id-987' is-artificial='yes'/>
+ <parameter type-id='type-id-985'/>
+ <parameter type-id='type-id-985'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-989'/>
- <return type-id='type-id-729'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-988'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='money_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1521' column='1' id='type-id-939'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='money_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1521' column='1' id='type-id-938'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1526' column='1' id='type-id-990'/>
+ <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1526' column='1' id='type-id-989'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iter_type' type-id='type-id-734' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1527' column='1' id='type-id-991'/>
+ <typedef-decl name='iter_type' type-id='type-id-733' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1527' column='1' id='type-id-990'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1528' column='1' id='type-id-992'/>
+ <typedef-decl name='string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1528' column='1' id='type-id-991'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1660' column='1' elf-symbol-id='_ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1660' column='1' elf-symbol-id='_ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='money_put' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1542' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-699' is-artificial='yes'/>
+ <parameter type-id='type-id-698' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_bRSt8ios_basece' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1562' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_bRSt8ios_basece@@GLIBCXX_3.4'>
- <parameter type-id='type-id-993' is-artificial='yes'/>
- <parameter type-id='type-id-991'/>
+ <parameter type-id='type-id-992' is-artificial='yes'/>
+ <parameter type-id='type-id-990'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-990'/>
+ <parameter type-id='type-id-989'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-991'/>
+ <return type-id='type-id-990'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_bRSt8ios_basecRKSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1585' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_bRSt8ios_basecRKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-993' is-artificial='yes'/>
- <parameter type-id='type-id-991'/>
+ <parameter type-id='type-id-992' is-artificial='yes'/>
+ <parameter type-id='type-id-990'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-990'/>
- <parameter type-id='type-id-994'/>
- <return type-id='type-id-991'/>
+ <parameter type-id='type-id-989'/>
+ <parameter type-id='type-id-993'/>
+ <return type-id='type-id-990'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert<false>' mangled-name='_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE9_M_insertILb0EEES3_S3_RSt8ios_basecRKSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='401' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE9_M_insertILb0EEES3_S3_RSt8ios_basecRKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-993' is-artificial='yes'/>
- <parameter type-id='type-id-991'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-992' is-artificial='yes'/>
<parameter type-id='type-id-990'/>
- <parameter type-id='type-id-994'/>
- <return type-id='type-id-734'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-989'/>
+ <parameter type-id='type-id-993'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert<true>' mangled-name='_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE9_M_insertILb1EEES3_S3_RSt8ios_basecRKSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='401' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE9_M_insertILb1EEES3_S3_RSt8ios_basecRKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-993' is-artificial='yes'/>
- <parameter type-id='type-id-991'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-992' is-artificial='yes'/>
<parameter type-id='type-id-990'/>
- <parameter type-id='type-id-994'/>
- <return type-id='type-id-734'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-989'/>
+ <parameter type-id='type-id-993'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='money_put' mangled-name='_ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1542' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-699' is-artificial='yes'/>
+ <parameter type-id='type-id-698' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~money_put' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1592' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-699' is-artificial='yes'/>
+ <parameter type-id='type-id-698' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~money_put' mangled-name='_ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1592' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-699' is-artificial='yes'/>
+ <parameter type-id='type-id-698' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~money_put' mangled-name='_ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1592' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-699' is-artificial='yes'/>
+ <parameter type-id='type-id-698' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_put' mangled-name='_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basece' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basece@@GLIBCXX_3.4'>
- <parameter type-id='type-id-993' is-artificial='yes'/>
- <parameter type-id='type-id-991'/>
+ <parameter type-id='type-id-992' is-artificial='yes'/>
+ <parameter type-id='type-id-990'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-990'/>
+ <parameter type-id='type-id-989'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_put' mangled-name='_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basecRKSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='607' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basecRKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-993' is-artificial='yes'/>
- <parameter type-id='type-id-991'/>
+ <parameter type-id='type-id-992' is-artificial='yes'/>
+ <parameter type-id='type-id-990'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-990'/>
- <parameter type-id='type-id-994'/>
- <return type-id='type-id-734'/>
+ <parameter type-id='type-id-989'/>
+ <parameter type-id='type-id-993'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1521' column='1' id='type-id-940'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1521' column='1' id='type-id-939'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1526' column='1' id='type-id-995'/>
+ <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1526' column='1' id='type-id-994'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iter_type' type-id='type-id-737' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1527' column='1' id='type-id-996'/>
+ <typedef-decl name='iter_type' type-id='type-id-736' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1527' column='1' id='type-id-995'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1528' column='1' id='type-id-997'/>
+ <typedef-decl name='string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1528' column='1' id='type-id-996'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1660' column='1' elf-symbol-id='_ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1660' column='1' elf-symbol-id='_ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='money_put' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1542' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-711' is-artificial='yes'/>
+ <parameter type-id='type-id-710' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_bRSt8ios_basewe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1562' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_bRSt8ios_basewe@@GLIBCXX_3.4'>
- <parameter type-id='type-id-998' is-artificial='yes'/>
- <parameter type-id='type-id-996'/>
+ <parameter type-id='type-id-997' is-artificial='yes'/>
+ <parameter type-id='type-id-995'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-995'/>
+ <parameter type-id='type-id-994'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-996'/>
+ <return type-id='type-id-995'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_bRSt8ios_basewRKSbIwS2_SaIwEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1585' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_bRSt8ios_basewRKSbIwS2_SaIwEE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-998' is-artificial='yes'/>
- <parameter type-id='type-id-996'/>
+ <parameter type-id='type-id-997' is-artificial='yes'/>
+ <parameter type-id='type-id-995'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-995'/>
- <parameter type-id='type-id-999'/>
- <return type-id='type-id-996'/>
+ <parameter type-id='type-id-994'/>
+ <parameter type-id='type-id-998'/>
+ <return type-id='type-id-995'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert<false>' mangled-name='_ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE9_M_insertILb0EEES3_S3_RSt8ios_basewRKSbIwS2_SaIwEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='401' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE9_M_insertILb0EEES3_S3_RSt8ios_basewRKSbIwS2_SaIwEE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-998' is-artificial='yes'/>
- <parameter type-id='type-id-996'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-997' is-artificial='yes'/>
<parameter type-id='type-id-995'/>
- <parameter type-id='type-id-999'/>
- <return type-id='type-id-737'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-994'/>
+ <parameter type-id='type-id-998'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_insert<true>' mangled-name='_ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE9_M_insertILb1EEES3_S3_RSt8ios_basewRKSbIwS2_SaIwEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='401' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE9_M_insertILb1EEES3_S3_RSt8ios_basewRKSbIwS2_SaIwEE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-998' is-artificial='yes'/>
- <parameter type-id='type-id-996'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-997' is-artificial='yes'/>
<parameter type-id='type-id-995'/>
- <parameter type-id='type-id-999'/>
- <return type-id='type-id-737'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-994'/>
+ <parameter type-id='type-id-998'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='money_put' mangled-name='_ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1542' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-711' is-artificial='yes'/>
+ <parameter type-id='type-id-710' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~money_put' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1592' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-711' is-artificial='yes'/>
+ <parameter type-id='type-id-710' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~money_put' mangled-name='_ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1592' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-711' is-artificial='yes'/>
+ <parameter type-id='type-id-710' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~money_put' mangled-name='_ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1592' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-711' is-artificial='yes'/>
+ <parameter type-id='type-id-710' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_put' mangled-name='_ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_bRSt8ios_basewe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_bRSt8ios_basewe@@GLIBCXX_3.4'>
- <parameter type-id='type-id-998' is-artificial='yes'/>
- <parameter type-id='type-id-996'/>
+ <parameter type-id='type-id-997' is-artificial='yes'/>
+ <parameter type-id='type-id-995'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-995'/>
+ <parameter type-id='type-id-994'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-737'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_put' mangled-name='_ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_bRSt8ios_basewRKSbIwS2_SaIwEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='607' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_bRSt8ios_basewRKSbIwS2_SaIwEE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-998' is-artificial='yes'/>
- <parameter type-id='type-id-996'/>
+ <parameter type-id='type-id-997' is-artificial='yes'/>
+ <parameter type-id='type-id-995'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-995'/>
- <parameter type-id='type-id-999'/>
- <return type-id='type-id-737'/>
+ <parameter type-id='type-id-994'/>
+ <parameter type-id='type-id-998'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='moneypunct<char, false>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='934' column='1' id='type-id-941'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1000'/>
+ <class-decl name='moneypunct<char, false>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='934' column='1' id='type-id-940'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-999'/>
<member-type access='private'>
- <typedef-decl name='__cache_type' type-id='type-id-1002' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='943' column='1' id='type-id-1001'/>
+ <typedef-decl name='__cache_type' type-id='type-id-1001' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='943' column='1' id='type-id-1000'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='940' column='1' id='type-id-1003'/>
+ <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='940' column='1' id='type-id-1002'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='941' column='1' id='type-id-1004'/>
+ <typedef-decl name='string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='941' column='1' id='type-id-1003'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt10moneypunctIcLb0EE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1285' column='1' elf-symbol-id='_ZNSt10moneypunctIcLb0EE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt10moneypunctIcLb0EE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1285' column='1' elf-symbol-id='_ZNSt10moneypunctIcLb0EE2idE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_data' type-id='type-id-1005' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='946' column='1'/>
+ <var-decl name='_M_data' type-id='type-id-1004' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='946' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='intl' type-id='type-id-1006' mangled-name='_ZNSt10moneypunctIcLb0EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='951' column='1' elf-symbol-id='_ZNSt10moneypunctIcLb0EE4intlE@@GLIBCXX_3.4'/>
+ <var-decl name='intl' type-id='type-id-1005' mangled-name='_ZNSt10moneypunctIcLb0EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='951' column='1' elf-symbol-id='_ZNSt10moneypunctIcLb0EE4intlE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='976' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-696' is-artificial='yes'/>
- <parameter type-id='type-id-1005'/>
+ <parameter type-id='type-id-695' is-artificial='yes'/>
+ <parameter type-id='type-id-1004'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_initialize_moneypunct' mangled-name='_ZNSt10moneypunctIcLb0EE24_M_initialize_moneypunctEP15__locale_structPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1302' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIcLb0EE24_M_initialize_moneypunctEP15__locale_structPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-696' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-695' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='991' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-696' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-695' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='963' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-696' is-artificial='yes'/>
+ <parameter type-id='type-id-695' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='decimal_point' mangled-name='_ZNKSt10moneypunctIcLb0EE13decimal_pointEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1005' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE13decimal_pointEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
- <return type-id='type-id-1003'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
+ <return type-id='type-id-1002'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='thousands_sep' mangled-name='_ZNKSt10moneypunctIcLb0EE13thousands_sepEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1018' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE13thousands_sepEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
- <return type-id='type-id-1003'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
+ <return type-id='type-id-1002'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='grouping' mangled-name='_ZNKSt10moneypunctIcLb0EE8groupingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1048' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE8groupingEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='curr_symbol' mangled-name='_ZNKSt10moneypunctIcLb0EE11curr_symbolEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1061' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE11curr_symbolEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
- <return type-id='type-id-1004'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
+ <return type-id='type-id-1003'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='positive_sign' mangled-name='_ZNKSt10moneypunctIcLb0EE13positive_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1078' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE13positive_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
- <return type-id='type-id-1004'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
+ <return type-id='type-id-1003'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='negative_sign' mangled-name='_ZNKSt10moneypunctIcLb0EE13negative_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1095' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE13negative_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
- <return type-id='type-id-1004'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
+ <return type-id='type-id-1003'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='frac_digits' mangled-name='_ZNKSt10moneypunctIcLb0EE11frac_digitsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE11frac_digitsEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='pos_format' mangled-name='_ZNKSt10moneypunctIcLb0EE10pos_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE10pos_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='neg_format' mangled-name='_ZNKSt10moneypunctIcLb0EE10neg_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1151' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE10neg_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' mangled-name='_ZNSt10moneypunctIcLb0EEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='963' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIcLb0EEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-696' is-artificial='yes'/>
+ <parameter type-id='type-id-695' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' mangled-name='_ZNSt10moneypunctIcLb0EEC2EPSt18__moneypunct_cacheIcLb0EEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='976' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIcLb0EEC2EPSt18__moneypunct_cacheIcLb0EEm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-696' is-artificial='yes'/>
- <parameter type-id='type-id-1005'/>
+ <parameter type-id='type-id-695' is-artificial='yes'/>
+ <parameter type-id='type-id-1004'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' mangled-name='_ZNSt10moneypunctIcLb0EEC2EP15__locale_structPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='991' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIcLb0EEC1EP15__locale_structPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-696' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-695' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/monetary_members.cc' line='524' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-696' is-artificial='yes'/>
+ <parameter type-id='type-id-695' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct' mangled-name='_ZNSt10moneypunctIcLb0EED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/monetary_members.cc' line='524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIcLb0EED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-696' is-artificial='yes'/>
+ <parameter type-id='type-id-695' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct' mangled-name='_ZNSt10moneypunctIcLb0EED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/monetary_members.cc' line='524' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIcLb0EED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-696' is-artificial='yes'/>
+ <parameter type-id='type-id-695' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_decimal_point' mangled-name='_ZNKSt10moneypunctIcLb0EE16do_decimal_pointEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE16do_decimal_pointEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
- <return type-id='type-id-1003'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
+ <return type-id='type-id-1002'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_thousands_sep' mangled-name='_ZNKSt10moneypunctIcLb0EE16do_thousands_sepEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1181' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE16do_thousands_sepEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
- <return type-id='type-id-1003'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
+ <return type-id='type-id-1002'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_grouping' mangled-name='_ZNKSt10moneypunctIcLb0EE11do_groupingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1194' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE11do_groupingEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_curr_symbol' mangled-name='_ZNKSt10moneypunctIcLb0EE14do_curr_symbolEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1207' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE14do_curr_symbolEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
- <return type-id='type-id-1004'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
+ <return type-id='type-id-1003'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_positive_sign' mangled-name='_ZNKSt10moneypunctIcLb0EE16do_positive_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1220' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE16do_positive_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
- <return type-id='type-id-1004'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
+ <return type-id='type-id-1003'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_negative_sign' mangled-name='_ZNKSt10moneypunctIcLb0EE16do_negative_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE16do_negative_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
- <return type-id='type-id-1004'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
+ <return type-id='type-id-1003'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_frac_digits' mangled-name='_ZNKSt10moneypunctIcLb0EE14do_frac_digitsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE14do_frac_digitsEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='9'>
<function-decl name='do_pos_format' mangled-name='_ZNKSt10moneypunctIcLb0EE13do_pos_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1261' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE13do_pos_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='10'>
<function-decl name='do_neg_format' mangled-name='_ZNKSt10moneypunctIcLb0EE13do_neg_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1275' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb0EE13do_neg_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1007' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1006' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='moneypunct<char, true>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='934' column='1' id='type-id-942'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1000'/>
+ <class-decl name='moneypunct<char, true>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='934' column='1' id='type-id-941'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-999'/>
<member-type access='private'>
- <typedef-decl name='__cache_type' type-id='type-id-1010' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='943' column='1' id='type-id-1009'/>
+ <typedef-decl name='__cache_type' type-id='type-id-1009' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='943' column='1' id='type-id-1008'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='940' column='1' id='type-id-1011'/>
+ <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='940' column='1' id='type-id-1010'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='941' column='1' id='type-id-1012'/>
+ <typedef-decl name='string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='941' column='1' id='type-id-1011'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt10moneypunctIcLb1EE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1285' column='1' elf-symbol-id='_ZNSt10moneypunctIcLb1EE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt10moneypunctIcLb1EE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1285' column='1' elf-symbol-id='_ZNSt10moneypunctIcLb1EE2idE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_data' type-id='type-id-1013' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='946' column='1'/>
+ <var-decl name='_M_data' type-id='type-id-1012' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='946' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='intl' type-id='type-id-1006' mangled-name='_ZNSt10moneypunctIcLb1EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='951' column='1' elf-symbol-id='_ZNSt10moneypunctIcLb1EE4intlE@@GLIBCXX_3.4'/>
+ <var-decl name='intl' type-id='type-id-1005' mangled-name='_ZNSt10moneypunctIcLb1EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='951' column='1' elf-symbol-id='_ZNSt10moneypunctIcLb1EE4intlE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='976' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-697' is-artificial='yes'/>
- <parameter type-id='type-id-1013'/>
+ <parameter type-id='type-id-696' is-artificial='yes'/>
+ <parameter type-id='type-id-1012'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_initialize_moneypunct' mangled-name='_ZNSt10moneypunctIcLb1EE24_M_initialize_moneypunctEP15__locale_structPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1298' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIcLb1EE24_M_initialize_moneypunctEP15__locale_structPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-697' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-696' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='991' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-697' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-696' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='963' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-697' is-artificial='yes'/>
+ <parameter type-id='type-id-696' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='decimal_point' mangled-name='_ZNKSt10moneypunctIcLb1EE13decimal_pointEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1005' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE13decimal_pointEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
- <return type-id='type-id-1011'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
+ <return type-id='type-id-1010'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='thousands_sep' mangled-name='_ZNKSt10moneypunctIcLb1EE13thousands_sepEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1018' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE13thousands_sepEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
- <return type-id='type-id-1011'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
+ <return type-id='type-id-1010'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='grouping' mangled-name='_ZNKSt10moneypunctIcLb1EE8groupingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1048' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE8groupingEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='curr_symbol' mangled-name='_ZNKSt10moneypunctIcLb1EE11curr_symbolEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1061' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE11curr_symbolEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
- <return type-id='type-id-1012'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
+ <return type-id='type-id-1011'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='positive_sign' mangled-name='_ZNKSt10moneypunctIcLb1EE13positive_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1078' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE13positive_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
- <return type-id='type-id-1012'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
+ <return type-id='type-id-1011'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='negative_sign' mangled-name='_ZNKSt10moneypunctIcLb1EE13negative_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1095' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE13negative_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
- <return type-id='type-id-1012'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
+ <return type-id='type-id-1011'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='frac_digits' mangled-name='_ZNKSt10moneypunctIcLb1EE11frac_digitsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE11frac_digitsEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='pos_format' mangled-name='_ZNKSt10moneypunctIcLb1EE10pos_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE10pos_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='neg_format' mangled-name='_ZNKSt10moneypunctIcLb1EE10neg_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1151' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE10neg_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' mangled-name='_ZNSt10moneypunctIcLb1EEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='963' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIcLb1EEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-697' is-artificial='yes'/>
+ <parameter type-id='type-id-696' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' mangled-name='_ZNSt10moneypunctIcLb1EEC2EPSt18__moneypunct_cacheIcLb1EEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='976' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIcLb1EEC2EPSt18__moneypunct_cacheIcLb1EEm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-697' is-artificial='yes'/>
- <parameter type-id='type-id-1013'/>
+ <parameter type-id='type-id-696' is-artificial='yes'/>
+ <parameter type-id='type-id-1012'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' mangled-name='_ZNSt10moneypunctIcLb1EEC2EP15__locale_structPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='991' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIcLb1EEC1EP15__locale_structPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-697' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-696' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/monetary_members.cc' line='509' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-697' is-artificial='yes'/>
+ <parameter type-id='type-id-696' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct' mangled-name='_ZNSt10moneypunctIcLb1EED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/monetary_members.cc' line='509' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIcLb1EED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-697' is-artificial='yes'/>
+ <parameter type-id='type-id-696' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct' mangled-name='_ZNSt10moneypunctIcLb1EED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/monetary_members.cc' line='509' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIcLb1EED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-697' is-artificial='yes'/>
+ <parameter type-id='type-id-696' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_decimal_point' mangled-name='_ZNKSt10moneypunctIcLb1EE16do_decimal_pointEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE16do_decimal_pointEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
- <return type-id='type-id-1011'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
+ <return type-id='type-id-1010'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_thousands_sep' mangled-name='_ZNKSt10moneypunctIcLb1EE16do_thousands_sepEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1181' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE16do_thousands_sepEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
- <return type-id='type-id-1011'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
+ <return type-id='type-id-1010'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_grouping' mangled-name='_ZNKSt10moneypunctIcLb1EE11do_groupingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1194' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE11do_groupingEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_curr_symbol' mangled-name='_ZNKSt10moneypunctIcLb1EE14do_curr_symbolEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1207' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE14do_curr_symbolEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
- <return type-id='type-id-1012'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
+ <return type-id='type-id-1011'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_positive_sign' mangled-name='_ZNKSt10moneypunctIcLb1EE16do_positive_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1220' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE16do_positive_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
- <return type-id='type-id-1012'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
+ <return type-id='type-id-1011'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_negative_sign' mangled-name='_ZNKSt10moneypunctIcLb1EE16do_negative_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE16do_negative_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
- <return type-id='type-id-1012'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
+ <return type-id='type-id-1011'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_frac_digits' mangled-name='_ZNKSt10moneypunctIcLb1EE14do_frac_digitsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE14do_frac_digitsEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='9'>
<function-decl name='do_pos_format' mangled-name='_ZNKSt10moneypunctIcLb1EE13do_pos_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1261' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE13do_pos_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='10'>
<function-decl name='do_neg_format' mangled-name='_ZNKSt10moneypunctIcLb1EE13do_neg_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1275' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIcLb1EE13do_neg_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1014' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1013' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='moneypunct<wchar_t, false>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='934' column='1' id='type-id-943'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1000'/>
+ <class-decl name='moneypunct<wchar_t, false>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='934' column='1' id='type-id-942'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-999'/>
<member-type access='private'>
- <typedef-decl name='__cache_type' type-id='type-id-1016' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='943' column='1' id='type-id-1015'/>
+ <typedef-decl name='__cache_type' type-id='type-id-1015' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='943' column='1' id='type-id-1014'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='940' column='1' id='type-id-1017'/>
+ <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='940' column='1' id='type-id-1016'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='941' column='1' id='type-id-1018'/>
+ <typedef-decl name='string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='941' column='1' id='type-id-1017'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt10moneypunctIwLb0EE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1285' column='1' elf-symbol-id='_ZNSt10moneypunctIwLb0EE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt10moneypunctIwLb0EE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1285' column='1' elf-symbol-id='_ZNSt10moneypunctIwLb0EE2idE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_data' type-id='type-id-1019' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='946' column='1'/>
+ <var-decl name='_M_data' type-id='type-id-1018' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='946' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='intl' type-id='type-id-1006' mangled-name='_ZNSt10moneypunctIwLb0EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='951' column='1' elf-symbol-id='_ZNSt10moneypunctIwLb0EE4intlE@@GLIBCXX_3.4'/>
+ <var-decl name='intl' type-id='type-id-1005' mangled-name='_ZNSt10moneypunctIwLb0EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='951' column='1' elf-symbol-id='_ZNSt10moneypunctIwLb0EE4intlE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='976' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-708' is-artificial='yes'/>
- <parameter type-id='type-id-1019'/>
+ <parameter type-id='type-id-707' is-artificial='yes'/>
+ <parameter type-id='type-id-1018'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_initialize_moneypunct' mangled-name='_ZNSt10moneypunctIwLb0EE24_M_initialize_moneypunctEP15__locale_structPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1318' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIwLb0EE24_M_initialize_moneypunctEP15__locale_structPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-708' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-707' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='991' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-708' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-707' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='963' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-708' is-artificial='yes'/>
+ <parameter type-id='type-id-707' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='decimal_point' mangled-name='_ZNKSt10moneypunctIwLb0EE13decimal_pointEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1005' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE13decimal_pointEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
- <return type-id='type-id-1017'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
+ <return type-id='type-id-1016'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='thousands_sep' mangled-name='_ZNKSt10moneypunctIwLb0EE13thousands_sepEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1018' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE13thousands_sepEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
- <return type-id='type-id-1017'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
+ <return type-id='type-id-1016'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='grouping' mangled-name='_ZNKSt10moneypunctIwLb0EE8groupingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1048' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE8groupingEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='curr_symbol' mangled-name='_ZNKSt10moneypunctIwLb0EE11curr_symbolEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1061' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE11curr_symbolEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
- <return type-id='type-id-1018'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
+ <return type-id='type-id-1017'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='positive_sign' mangled-name='_ZNKSt10moneypunctIwLb0EE13positive_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1078' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE13positive_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
- <return type-id='type-id-1018'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
+ <return type-id='type-id-1017'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='negative_sign' mangled-name='_ZNKSt10moneypunctIwLb0EE13negative_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1095' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE13negative_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
- <return type-id='type-id-1018'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
+ <return type-id='type-id-1017'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='frac_digits' mangled-name='_ZNKSt10moneypunctIwLb0EE11frac_digitsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE11frac_digitsEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='pos_format' mangled-name='_ZNKSt10moneypunctIwLb0EE10pos_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE10pos_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='neg_format' mangled-name='_ZNKSt10moneypunctIwLb0EE10neg_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1151' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE10neg_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' mangled-name='_ZNSt10moneypunctIwLb0EEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='963' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIwLb0EEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-708' is-artificial='yes'/>
+ <parameter type-id='type-id-707' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' mangled-name='_ZNSt10moneypunctIwLb0EEC2EPSt18__moneypunct_cacheIwLb0EEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='976' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIwLb0EEC2EPSt18__moneypunct_cacheIwLb0EEm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-708' is-artificial='yes'/>
- <parameter type-id='type-id-1019'/>
+ <parameter type-id='type-id-707' is-artificial='yes'/>
+ <parameter type-id='type-id-1018'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' mangled-name='_ZNSt10moneypunctIwLb0EEC2EP15__locale_structPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='991' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIwLb0EEC1EP15__locale_structPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-708' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-707' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/monetary_members.cc' line='921' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-708' is-artificial='yes'/>
+ <parameter type-id='type-id-707' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct' mangled-name='_ZNSt10moneypunctIwLb0EED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/monetary_members.cc' line='921' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIwLb0EED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-708' is-artificial='yes'/>
+ <parameter type-id='type-id-707' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct' mangled-name='_ZNSt10moneypunctIwLb0EED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/monetary_members.cc' line='921' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIwLb0EED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-708' is-artificial='yes'/>
+ <parameter type-id='type-id-707' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_decimal_point' mangled-name='_ZNKSt10moneypunctIwLb0EE16do_decimal_pointEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE16do_decimal_pointEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
- <return type-id='type-id-1017'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
+ <return type-id='type-id-1016'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_thousands_sep' mangled-name='_ZNKSt10moneypunctIwLb0EE16do_thousands_sepEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1181' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE16do_thousands_sepEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
- <return type-id='type-id-1017'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
+ <return type-id='type-id-1016'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_grouping' mangled-name='_ZNKSt10moneypunctIwLb0EE11do_groupingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1194' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE11do_groupingEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_curr_symbol' mangled-name='_ZNKSt10moneypunctIwLb0EE14do_curr_symbolEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1207' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE14do_curr_symbolEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
- <return type-id='type-id-1018'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
+ <return type-id='type-id-1017'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_positive_sign' mangled-name='_ZNKSt10moneypunctIwLb0EE16do_positive_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1220' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE16do_positive_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
- <return type-id='type-id-1018'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
+ <return type-id='type-id-1017'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_negative_sign' mangled-name='_ZNKSt10moneypunctIwLb0EE16do_negative_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE16do_negative_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
- <return type-id='type-id-1018'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
+ <return type-id='type-id-1017'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_frac_digits' mangled-name='_ZNKSt10moneypunctIwLb0EE14do_frac_digitsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE14do_frac_digitsEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='9'>
<function-decl name='do_pos_format' mangled-name='_ZNKSt10moneypunctIwLb0EE13do_pos_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1261' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE13do_pos_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='10'>
<function-decl name='do_neg_format' mangled-name='_ZNKSt10moneypunctIwLb0EE13do_neg_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1275' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb0EE13do_neg_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1020' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1019' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='moneypunct<wchar_t, true>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='934' column='1' id='type-id-944'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1000'/>
+ <class-decl name='moneypunct<wchar_t, true>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='934' column='1' id='type-id-943'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-999'/>
<member-type access='private'>
- <typedef-decl name='__cache_type' type-id='type-id-1022' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='943' column='1' id='type-id-1021'/>
+ <typedef-decl name='__cache_type' type-id='type-id-1021' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='943' column='1' id='type-id-1020'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='940' column='1' id='type-id-1023'/>
+ <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='940' column='1' id='type-id-1022'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='941' column='1' id='type-id-1024'/>
+ <typedef-decl name='string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='941' column='1' id='type-id-1023'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt10moneypunctIwLb1EE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1285' column='1' elf-symbol-id='_ZNSt10moneypunctIwLb1EE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt10moneypunctIwLb1EE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1285' column='1' elf-symbol-id='_ZNSt10moneypunctIwLb1EE2idE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_data' type-id='type-id-1025' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='946' column='1'/>
+ <var-decl name='_M_data' type-id='type-id-1024' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='946' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='intl' type-id='type-id-1006' mangled-name='_ZNSt10moneypunctIwLb1EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='951' column='1' elf-symbol-id='_ZNSt10moneypunctIwLb1EE4intlE@@GLIBCXX_3.4'/>
+ <var-decl name='intl' type-id='type-id-1005' mangled-name='_ZNSt10moneypunctIwLb1EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='951' column='1' elf-symbol-id='_ZNSt10moneypunctIwLb1EE4intlE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='976' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-709' is-artificial='yes'/>
- <parameter type-id='type-id-1025'/>
+ <parameter type-id='type-id-708' is-artificial='yes'/>
+ <parameter type-id='type-id-1024'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_initialize_moneypunct' mangled-name='_ZNSt10moneypunctIwLb1EE24_M_initialize_moneypunctEP15__locale_structPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1313' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIwLb1EE24_M_initialize_moneypunctEP15__locale_structPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-709' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-708' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='991' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-709' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-708' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='963' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-709' is-artificial='yes'/>
+ <parameter type-id='type-id-708' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='decimal_point' mangled-name='_ZNKSt10moneypunctIwLb1EE13decimal_pointEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1005' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE13decimal_pointEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
- <return type-id='type-id-1023'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
+ <return type-id='type-id-1022'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='thousands_sep' mangled-name='_ZNKSt10moneypunctIwLb1EE13thousands_sepEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1018' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE13thousands_sepEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
- <return type-id='type-id-1023'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
+ <return type-id='type-id-1022'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='grouping' mangled-name='_ZNKSt10moneypunctIwLb1EE8groupingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1048' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE8groupingEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='curr_symbol' mangled-name='_ZNKSt10moneypunctIwLb1EE11curr_symbolEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1061' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE11curr_symbolEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
- <return type-id='type-id-1024'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
+ <return type-id='type-id-1023'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='positive_sign' mangled-name='_ZNKSt10moneypunctIwLb1EE13positive_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1078' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE13positive_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
- <return type-id='type-id-1024'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
+ <return type-id='type-id-1023'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='negative_sign' mangled-name='_ZNKSt10moneypunctIwLb1EE13negative_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1095' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE13negative_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
- <return type-id='type-id-1024'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
+ <return type-id='type-id-1023'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='frac_digits' mangled-name='_ZNKSt10moneypunctIwLb1EE11frac_digitsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE11frac_digitsEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='pos_format' mangled-name='_ZNKSt10moneypunctIwLb1EE10pos_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE10pos_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='neg_format' mangled-name='_ZNKSt10moneypunctIwLb1EE10neg_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1151' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE10neg_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' mangled-name='_ZNSt10moneypunctIwLb1EEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='963' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIwLb1EEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-709' is-artificial='yes'/>
+ <parameter type-id='type-id-708' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' mangled-name='_ZNSt10moneypunctIwLb1EEC2EPSt18__moneypunct_cacheIwLb1EEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='976' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIwLb1EEC1EPSt18__moneypunct_cacheIwLb1EEm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-709' is-artificial='yes'/>
- <parameter type-id='type-id-1025'/>
+ <parameter type-id='type-id-708' is-artificial='yes'/>
+ <parameter type-id='type-id-1024'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct' mangled-name='_ZNSt10moneypunctIwLb1EEC2EP15__locale_structPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='991' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIwLb1EEC1EP15__locale_structPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-709' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-708' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/monetary_members.cc' line='906' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-709' is-artificial='yes'/>
+ <parameter type-id='type-id-708' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct' mangled-name='_ZNSt10moneypunctIwLb1EED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/monetary_members.cc' line='906' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIwLb1EED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-709' is-artificial='yes'/>
+ <parameter type-id='type-id-708' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct' mangled-name='_ZNSt10moneypunctIwLb1EED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/monetary_members.cc' line='906' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10moneypunctIwLb1EED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-709' is-artificial='yes'/>
+ <parameter type-id='type-id-708' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_decimal_point' mangled-name='_ZNKSt10moneypunctIwLb1EE16do_decimal_pointEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE16do_decimal_pointEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
- <return type-id='type-id-1023'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
+ <return type-id='type-id-1022'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_thousands_sep' mangled-name='_ZNKSt10moneypunctIwLb1EE16do_thousands_sepEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1181' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE16do_thousands_sepEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
- <return type-id='type-id-1023'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
+ <return type-id='type-id-1022'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_grouping' mangled-name='_ZNKSt10moneypunctIwLb1EE11do_groupingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1194' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE11do_groupingEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_curr_symbol' mangled-name='_ZNKSt10moneypunctIwLb1EE14do_curr_symbolEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1207' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE14do_curr_symbolEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
- <return type-id='type-id-1024'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
+ <return type-id='type-id-1023'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_positive_sign' mangled-name='_ZNKSt10moneypunctIwLb1EE16do_positive_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1220' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE16do_positive_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
- <return type-id='type-id-1024'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
+ <return type-id='type-id-1023'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_negative_sign' mangled-name='_ZNKSt10moneypunctIwLb1EE16do_negative_signEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE16do_negative_signEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
- <return type-id='type-id-1024'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
+ <return type-id='type-id-1023'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_frac_digits' mangled-name='_ZNKSt10moneypunctIwLb1EE14do_frac_digitsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1247' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE14do_frac_digitsEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='9'>
<function-decl name='do_pos_format' mangled-name='_ZNKSt10moneypunctIwLb1EE13do_pos_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1261' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE13do_pos_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='10'>
<function-decl name='do_neg_format' mangled-name='_ZNKSt10moneypunctIwLb1EE13do_neg_formatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1275' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10moneypunctIwLb1EE13do_neg_formatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1026' is-artificial='yes'/>
- <return type-id='type-id-1008'/>
+ <parameter type-id='type-id-1025' is-artificial='yes'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='numpunct<char>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1643' column='1' id='type-id-945'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='numpunct<char>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1643' column='1' id='type-id-944'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='__cache_type' type-id='type-id-1028' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1652' column='1' id='type-id-1027'/>
+ <typedef-decl name='__cache_type' type-id='type-id-1027' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1652' column='1' id='type-id-1026'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1650' column='1' id='type-id-1029'/>
+ <typedef-decl name='string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1650' column='1' id='type-id-1028'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1649' column='1' id='type-id-1030'/>
+ <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1649' column='1' id='type-id-1029'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt8numpunctIcE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1856' column='1' elf-symbol-id='_ZNSt8numpunctIcE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt8numpunctIcE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1856' column='1' elf-symbol-id='_ZNSt8numpunctIcE2idE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='_M_data' type-id='type-id-1031' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1655' column='1'/>
+ <var-decl name='_M_data' type-id='type-id-1030' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1655' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='numpunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1681' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-692' is-artificial='yes'/>
- <parameter type-id='type-id-1031'/>
+ <parameter type-id='type-id-691' is-artificial='yes'/>
+ <parameter type-id='type-id-1030'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_initialize_numpunct' mangled-name='_ZNSt8numpunctIcE22_M_initialize_numpunctEP15__locale_struct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1863' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8numpunctIcE22_M_initialize_numpunctEP15__locale_struct@@GLIBCXX_3.4'>
- <parameter type-id='type-id-692' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-691' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='numpunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1695' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-692' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-691' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='grouping' mangled-name='_ZNKSt8numpunctIcE8groupingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1753' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIcE8groupingEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1032' is-artificial='yes'/>
+ <parameter type-id='type-id-1031' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='truename' mangled-name='_ZNKSt8numpunctIcE8truenameEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1766' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIcE8truenameEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1032' is-artificial='yes'/>
- <return type-id='type-id-1029'/>
+ <parameter type-id='type-id-1031' is-artificial='yes'/>
+ <return type-id='type-id-1028'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='falsename' mangled-name='_ZNKSt8numpunctIcE9falsenameEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1779' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIcE9falsenameEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1032' is-artificial='yes'/>
- <return type-id='type-id-1029'/>
+ <parameter type-id='type-id-1031' is-artificial='yes'/>
+ <return type-id='type-id-1028'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='decimal_point' mangled-name='_ZNKSt8numpunctIcE13decimal_pointEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1709' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIcE13decimal_pointEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1032' is-artificial='yes'/>
- <return type-id='type-id-1030'/>
+ <parameter type-id='type-id-1031' is-artificial='yes'/>
+ <return type-id='type-id-1029'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='thousands_sep' mangled-name='_ZNKSt8numpunctIcE13thousands_sepEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1722' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIcE13thousands_sepEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1032' is-artificial='yes'/>
- <return type-id='type-id-1030'/>
+ <parameter type-id='type-id-1031' is-artificial='yes'/>
+ <return type-id='type-id-1029'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='numpunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1667' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-692' is-artificial='yes'/>
+ <parameter type-id='type-id-691' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='numpunct' mangled-name='_ZNSt8numpunctIcEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1667' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8numpunctIcEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-692' is-artificial='yes'/>
+ <parameter type-id='type-id-691' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='numpunct' mangled-name='_ZNSt8numpunctIcEC2EPSt16__numpunct_cacheIcEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1681' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8numpunctIcEC1EPSt16__numpunct_cacheIcEm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-692' is-artificial='yes'/>
- <parameter type-id='type-id-1031'/>
+ <parameter type-id='type-id-691' is-artificial='yes'/>
+ <parameter type-id='type-id-1030'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='numpunct' mangled-name='_ZNSt8numpunctIcEC2EP15__locale_structm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1695' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8numpunctIcEC2EP15__locale_structm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-692' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-691' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~numpunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/numeric_members.cc' line='117' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-692' is-artificial='yes'/>
+ <parameter type-id='type-id-691' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~numpunct' mangled-name='_ZNSt8numpunctIcED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/numeric_members.cc' line='117' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8numpunctIcED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-692' is-artificial='yes'/>
+ <parameter type-id='type-id-691' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~numpunct' mangled-name='_ZNSt8numpunctIcED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/numeric_members.cc' line='117' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8numpunctIcED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-692' is-artificial='yes'/>
+ <parameter type-id='type-id-691' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_decimal_point' mangled-name='_ZNKSt8numpunctIcE16do_decimal_pointEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1796' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIcE16do_decimal_pointEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1032' is-artificial='yes'/>
- <return type-id='type-id-1030'/>
+ <parameter type-id='type-id-1031' is-artificial='yes'/>
+ <return type-id='type-id-1029'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_thousands_sep' mangled-name='_ZNKSt8numpunctIcE16do_thousands_sepEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1808' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIcE16do_thousands_sepEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1032' is-artificial='yes'/>
- <return type-id='type-id-1030'/>
+ <parameter type-id='type-id-1031' is-artificial='yes'/>
+ <return type-id='type-id-1029'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_grouping' mangled-name='_ZNKSt8numpunctIcE11do_groupingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1821' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIcE11do_groupingEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1032' is-artificial='yes'/>
+ <parameter type-id='type-id-1031' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_truename' mangled-name='_ZNKSt8numpunctIcE11do_truenameEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1834' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIcE11do_truenameEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1032' is-artificial='yes'/>
- <return type-id='type-id-1029'/>
+ <parameter type-id='type-id-1031' is-artificial='yes'/>
+ <return type-id='type-id-1028'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_falsename' mangled-name='_ZNKSt8numpunctIcE12do_falsenameEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1847' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIcE12do_falsenameEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1032' is-artificial='yes'/>
- <return type-id='type-id-1029'/>
+ <parameter type-id='type-id-1031' is-artificial='yes'/>
+ <return type-id='type-id-1028'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='numpunct<wchar_t>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1643' column='1' id='type-id-946'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='numpunct<wchar_t>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1643' column='1' id='type-id-945'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='__cache_type' type-id='type-id-1034' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1652' column='1' id='type-id-1033'/>
+ <typedef-decl name='__cache_type' type-id='type-id-1033' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1652' column='1' id='type-id-1032'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1650' column='1' id='type-id-1035'/>
+ <typedef-decl name='string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1650' column='1' id='type-id-1034'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1649' column='1' id='type-id-1036'/>
+ <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1649' column='1' id='type-id-1035'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt8numpunctIwE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1856' column='1' elf-symbol-id='_ZNSt8numpunctIwE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt8numpunctIwE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1856' column='1' elf-symbol-id='_ZNSt8numpunctIwE2idE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='128'>
- <var-decl name='_M_data' type-id='type-id-1037' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1655' column='1'/>
+ <var-decl name='_M_data' type-id='type-id-1036' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1655' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='numpunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1681' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-704' is-artificial='yes'/>
- <parameter type-id='type-id-1037'/>
+ <parameter type-id='type-id-703' is-artificial='yes'/>
+ <parameter type-id='type-id-1036'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_initialize_numpunct' mangled-name='_ZNSt8numpunctIwE22_M_initialize_numpunctEP15__locale_struct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1871' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8numpunctIwE22_M_initialize_numpunctEP15__locale_struct@@GLIBCXX_3.4'>
- <parameter type-id='type-id-704' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-703' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='numpunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1695' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-704' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-703' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='grouping' mangled-name='_ZNKSt8numpunctIwE8groupingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1753' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIwE8groupingEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1038' is-artificial='yes'/>
+ <parameter type-id='type-id-1037' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='truename' mangled-name='_ZNKSt8numpunctIwE8truenameEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1766' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIwE8truenameEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1038' is-artificial='yes'/>
- <return type-id='type-id-1035'/>
+ <parameter type-id='type-id-1037' is-artificial='yes'/>
+ <return type-id='type-id-1034'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='falsename' mangled-name='_ZNKSt8numpunctIwE9falsenameEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1779' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIwE9falsenameEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1038' is-artificial='yes'/>
- <return type-id='type-id-1035'/>
+ <parameter type-id='type-id-1037' is-artificial='yes'/>
+ <return type-id='type-id-1034'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='decimal_point' mangled-name='_ZNKSt8numpunctIwE13decimal_pointEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1709' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIwE13decimal_pointEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1038' is-artificial='yes'/>
- <return type-id='type-id-1036'/>
+ <parameter type-id='type-id-1037' is-artificial='yes'/>
+ <return type-id='type-id-1035'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='thousands_sep' mangled-name='_ZNKSt8numpunctIwE13thousands_sepEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1722' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIwE13thousands_sepEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1038' is-artificial='yes'/>
- <return type-id='type-id-1036'/>
+ <parameter type-id='type-id-1037' is-artificial='yes'/>
+ <return type-id='type-id-1035'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='numpunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1667' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-704' is-artificial='yes'/>
+ <parameter type-id='type-id-703' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='numpunct' mangled-name='_ZNSt8numpunctIwEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1667' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8numpunctIwEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-704' is-artificial='yes'/>
+ <parameter type-id='type-id-703' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='numpunct' mangled-name='_ZNSt8numpunctIwEC2EPSt16__numpunct_cacheIwEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1681' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8numpunctIwEC1EPSt16__numpunct_cacheIwEm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-704' is-artificial='yes'/>
- <parameter type-id='type-id-1037'/>
+ <parameter type-id='type-id-703' is-artificial='yes'/>
+ <parameter type-id='type-id-1036'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='numpunct' mangled-name='_ZNSt8numpunctIwEC2EP15__locale_structm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1695' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8numpunctIwEC1EP15__locale_structm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-704' is-artificial='yes'/>
- <parameter type-id='type-id-606'/>
+ <parameter type-id='type-id-703' is-artificial='yes'/>
+ <parameter type-id='type-id-605'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~numpunct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/numeric_members.cc' line='209' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-704' is-artificial='yes'/>
+ <parameter type-id='type-id-703' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~numpunct' mangled-name='_ZNSt8numpunctIwED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/numeric_members.cc' line='209' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8numpunctIwED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-704' is-artificial='yes'/>
+ <parameter type-id='type-id-703' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~numpunct' mangled-name='_ZNSt8numpunctIwED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/numeric_members.cc' line='209' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8numpunctIwED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-704' is-artificial='yes'/>
+ <parameter type-id='type-id-703' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_decimal_point' mangled-name='_ZNKSt8numpunctIwE16do_decimal_pointEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1796' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIwE16do_decimal_pointEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1038' is-artificial='yes'/>
- <return type-id='type-id-1036'/>
+ <parameter type-id='type-id-1037' is-artificial='yes'/>
+ <return type-id='type-id-1035'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_thousands_sep' mangled-name='_ZNKSt8numpunctIwE16do_thousands_sepEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1808' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIwE16do_thousands_sepEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1038' is-artificial='yes'/>
- <return type-id='type-id-1036'/>
+ <parameter type-id='type-id-1037' is-artificial='yes'/>
+ <return type-id='type-id-1035'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_grouping' mangled-name='_ZNKSt8numpunctIwE11do_groupingEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1821' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIwE11do_groupingEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1038' is-artificial='yes'/>
+ <parameter type-id='type-id-1037' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_truename' mangled-name='_ZNKSt8numpunctIwE11do_truenameEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1834' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIwE11do_truenameEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1038' is-artificial='yes'/>
- <return type-id='type-id-1035'/>
+ <parameter type-id='type-id-1037' is-artificial='yes'/>
+ <return type-id='type-id-1034'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_falsename' mangled-name='_ZNKSt8numpunctIwE12do_falsenameEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1847' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8numpunctIwE12do_falsenameEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1038' is-artificial='yes'/>
- <return type-id='type-id-1035'/>
+ <parameter type-id='type-id-1037' is-artificial='yes'/>
+ <return type-id='type-id-1034'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='368' column='1' id='type-id-947'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1039'/>
+ <class-decl name='time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='368' column='1' id='type-id-946'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1038'/>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='374' column='1' id='type-id-1040'/>
+ <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='374' column='1' id='type-id-1039'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iter_type' type-id='type-id-722' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='375' column='1' id='type-id-1041'/>
+ <typedef-decl name='iter_type' type-id='type-id-721' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='375' column='1' id='type-id-1040'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='682' column='1' elf-symbol-id='_ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='682' column='1' elf-symbol-id='_ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='time_get' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='390' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-701' is-artificial='yes'/>
+ <parameter type-id='type-id-700' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='date_order' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE10date_orderEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='407' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE10date_orderEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <return type-id='type-id-1043'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <return type-id='type-id-1042'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get_time' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_timeES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='431' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_timeES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <parameter type-id='type-id-1041'/>
- <parameter type-id='type-id-1041'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <parameter type-id='type-id-1040'/>
+ <parameter type-id='type-id-1040'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-1041'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-1040'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get_date' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_dateES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='456' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_dateES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <parameter type-id='type-id-1041'/>
- <parameter type-id='type-id-1041'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <parameter type-id='type-id-1040'/>
+ <parameter type-id='type-id-1040'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-1041'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-1040'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get_weekday' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11get_weekdayES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='484' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11get_weekdayES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <parameter type-id='type-id-1041'/>
- <parameter type-id='type-id-1041'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <parameter type-id='type-id-1040'/>
+ <parameter type-id='type-id-1040'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-1041'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-1040'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get_monthname' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE13get_monthnameES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='513' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE13get_monthnameES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <parameter type-id='type-id-1041'/>
- <parameter type-id='type-id-1041'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <parameter type-id='type-id-1040'/>
+ <parameter type-id='type-id-1040'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-1041'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-1040'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get_year' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_yearES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE8get_yearES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <parameter type-id='type-id-1041'/>
- <parameter type-id='type-id-1041'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <parameter type-id='type-id-1040'/>
+ <parameter type-id='type-id-1040'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-1041'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-1040'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_num' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_numES3_S3_RiiimRSt8ios_baseRSt12_Ios_Iostate' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='841' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14_M_extract_numES3_S3_RiiimRSt8ios_baseRSt12_Ios_Iostate@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <parameter type-id='type-id-1041'/>
- <parameter type-id='type-id-1041'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <parameter type-id='type-id-1040'/>
+ <parameter type-id='type-id-1040'/>
<parameter type-id='type-id-313'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <return type-id='type-id-722'/>
+ <parameter type-id='type-id-724'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_name' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE15_M_extract_nameES3_S3_RiPPKcmRSt8ios_baseRSt12_Ios_Iostate' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='884' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE15_M_extract_nameES3_S3_RiPPKcmRSt8ios_baseRSt12_Ios_Iostate@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <parameter type-id='type-id-1041'/>
- <parameter type-id='type-id-1041'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <parameter type-id='type-id-1040'/>
+ <parameter type-id='type-id-1040'/>
<parameter type-id='type-id-313'/>
<parameter type-id='type-id-529'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <return type-id='type-id-722'/>
+ <parameter type-id='type-id-724'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_wday_or_month' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE24_M_extract_wday_or_monthES3_S3_RiPPKcmRSt8ios_baseRSt12_Ios_Iostate' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='958' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE24_M_extract_wday_or_monthES3_S3_RiPPKcmRSt8ios_baseRSt12_Ios_Iostate@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <parameter type-id='type-id-1041'/>
- <parameter type-id='type-id-1041'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <parameter type-id='type-id-1040'/>
+ <parameter type-id='type-id-1040'/>
<parameter type-id='type-id-313'/>
<parameter type-id='type-id-529'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <return type-id='type-id-722'/>
+ <parameter type-id='type-id-724'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_via_format' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE21_M_extract_via_formatES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tmPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='627' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE21_M_extract_via_formatES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tmPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <parameter type-id='type-id-1041'/>
- <parameter type-id='type-id-1041'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <parameter type-id='type-id-1040'/>
+ <parameter type-id='type-id-1040'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
<parameter type-id='type-id-11'/>
- <return type-id='type-id-722'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='time_get' mangled-name='_ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='390' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-701' is-artificial='yes'/>
+ <parameter type-id='type-id-700' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_get' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='546' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-701' is-artificial='yes'/>
+ <parameter type-id='type-id-700' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_get' mangled-name='_ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='546' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-701' is-artificial='yes'/>
+ <parameter type-id='type-id-700' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_get' mangled-name='_ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='546' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-701' is-artificial='yes'/>
+ <parameter type-id='type-id-700' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_date_order' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE13do_date_orderEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='620' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE13do_date_orderEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <return type-id='type-id-1043'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <return type-id='type-id-1042'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_get_time' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_timeES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='1029' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_timeES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <parameter type-id='type-id-1041'/>
- <parameter type-id='type-id-1041'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <parameter type-id='type-id-1040'/>
+ <parameter type-id='type-id-1040'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-722'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_get_date' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_dateES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='1046' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_dateES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <parameter type-id='type-id-1041'/>
- <parameter type-id='type-id-1041'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <parameter type-id='type-id-1040'/>
+ <parameter type-id='type-id-1040'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-722'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_get_weekday' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14do_get_weekdayES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='1063' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE14do_get_weekdayES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <parameter type-id='type-id-1041'/>
- <parameter type-id='type-id-1041'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <parameter type-id='type-id-1040'/>
+ <parameter type-id='type-id-1040'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-722'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_get_monthname' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE16do_get_monthnameES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='1091' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE16do_get_monthnameES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <parameter type-id='type-id-1041'/>
- <parameter type-id='type-id-1041'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <parameter type-id='type-id-1040'/>
+ <parameter type-id='type-id-1040'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-722'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_get_year' mangled-name='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_yearES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='1119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE11do_get_yearES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1042' is-artificial='yes'/>
- <parameter type-id='type-id-1041'/>
- <parameter type-id='type-id-1041'/>
+ <parameter type-id='type-id-1041' is-artificial='yes'/>
+ <parameter type-id='type-id-1040'/>
+ <parameter type-id='type-id-1040'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-722'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-721'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='368' column='1' id='type-id-948'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1039'/>
+ <class-decl name='time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='368' column='1' id='type-id-947'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1038'/>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='374' column='1' id='type-id-1045'/>
+ <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='374' column='1' id='type-id-1044'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iter_type' type-id='type-id-729' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='375' column='1' id='type-id-1046'/>
+ <typedef-decl name='iter_type' type-id='type-id-728' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='375' column='1' id='type-id-1045'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='682' column='1' elf-symbol-id='_ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='682' column='1' elf-symbol-id='_ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='time_get' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='390' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-713' is-artificial='yes'/>
+ <parameter type-id='type-id-712' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='date_order' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE10date_orderEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='407' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE10date_orderEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <return type-id='type-id-1043'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <return type-id='type-id-1042'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get_time' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_timeES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='431' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_timeES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-1046'/>
- <parameter type-id='type-id-1046'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-1045'/>
+ <parameter type-id='type-id-1045'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-1046'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-1045'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get_date' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_dateES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='456' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_dateES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-1046'/>
- <parameter type-id='type-id-1046'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-1045'/>
+ <parameter type-id='type-id-1045'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-1046'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-1045'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get_weekday' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11get_weekdayES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='484' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11get_weekdayES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-1046'/>
- <parameter type-id='type-id-1046'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-1045'/>
+ <parameter type-id='type-id-1045'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-1046'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-1045'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get_monthname' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE13get_monthnameES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='513' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE13get_monthnameES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-1046'/>
- <parameter type-id='type-id-1046'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-1045'/>
+ <parameter type-id='type-id-1045'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-1046'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-1045'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get_year' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_yearES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='539' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE8get_yearES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-1046'/>
- <parameter type-id='type-id-1046'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-1045'/>
+ <parameter type-id='type-id-1045'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-1046'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-1045'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_num' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14_M_extract_numES3_S3_RiiimRSt8ios_baseRSt12_Ios_Iostate' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='841' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14_M_extract_numES3_S3_RiiimRSt8ios_baseRSt12_Ios_Iostate@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-1046'/>
- <parameter type-id='type-id-1046'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-1045'/>
+ <parameter type-id='type-id-1045'/>
<parameter type-id='type-id-313'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <return type-id='type-id-729'/>
+ <parameter type-id='type-id-724'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_name' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE15_M_extract_nameES3_S3_RiPPKwmRSt8ios_baseRSt12_Ios_Iostate' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='884' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE15_M_extract_nameES3_S3_RiPPKwmRSt8ios_baseRSt12_Ios_Iostate@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-1046'/>
- <parameter type-id='type-id-1046'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-1045'/>
+ <parameter type-id='type-id-1045'/>
<parameter type-id='type-id-313'/>
<parameter type-id='type-id-535'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <return type-id='type-id-729'/>
+ <parameter type-id='type-id-724'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_wday_or_month' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE24_M_extract_wday_or_monthES3_S3_RiPPKwmRSt8ios_baseRSt12_Ios_Iostate' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='958' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE24_M_extract_wday_or_monthES3_S3_RiPPKwmRSt8ios_baseRSt12_Ios_Iostate@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-1046'/>
- <parameter type-id='type-id-1046'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-1045'/>
+ <parameter type-id='type-id-1045'/>
<parameter type-id='type-id-313'/>
<parameter type-id='type-id-535'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <return type-id='type-id-729'/>
+ <parameter type-id='type-id-724'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_extract_via_format' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE21_M_extract_via_formatES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tmPKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='627' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE21_M_extract_via_formatES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tmPKw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-1046'/>
- <parameter type-id='type-id-1046'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-1045'/>
+ <parameter type-id='type-id-1045'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
<parameter type-id='type-id-249'/>
- <return type-id='type-id-729'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='time_get' mangled-name='_ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='390' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-713' is-artificial='yes'/>
+ <parameter type-id='type-id-712' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_get' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='546' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-713' is-artificial='yes'/>
+ <parameter type-id='type-id-712' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_get' mangled-name='_ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='546' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-713' is-artificial='yes'/>
+ <parameter type-id='type-id-712' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_get' mangled-name='_ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='546' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-713' is-artificial='yes'/>
+ <parameter type-id='type-id-712' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_date_order' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE13do_date_orderEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='620' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE13do_date_orderEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <return type-id='type-id-1043'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <return type-id='type-id-1042'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_get_time' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_timeES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='1029' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_timeES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-1046'/>
- <parameter type-id='type-id-1046'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-1045'/>
+ <parameter type-id='type-id-1045'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-729'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_get_date' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_dateES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='1046' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_dateES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-1046'/>
- <parameter type-id='type-id-1046'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-1045'/>
+ <parameter type-id='type-id-1045'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-729'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_get_weekday' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14do_get_weekdayES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='1063' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE14do_get_weekdayES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-1046'/>
- <parameter type-id='type-id-1046'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-1045'/>
+ <parameter type-id='type-id-1045'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-729'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_get_monthname' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE16do_get_monthnameES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='1091' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE16do_get_monthnameES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-1046'/>
- <parameter type-id='type-id-1046'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-1045'/>
+ <parameter type-id='type-id-1045'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-729'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_get_year' mangled-name='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_yearES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='1119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE11do_get_yearES3_S3_RSt8ios_baseRSt12_Ios_IostateP2tm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1047' is-artificial='yes'/>
- <parameter type-id='type-id-1046'/>
- <parameter type-id='type-id-1046'/>
+ <parameter type-id='type-id-1046' is-artificial='yes'/>
+ <parameter type-id='type-id-1045'/>
+ <parameter type-id='type-id-1045'/>
<parameter type-id='type-id-102'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-729'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-728'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='time_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='715' column='1' id='type-id-949'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='time_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='715' column='1' id='type-id-948'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='721' column='1' id='type-id-1048'/>
+ <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='721' column='1' id='type-id-1047'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iter_type' type-id='type-id-734' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='722' column='1' id='type-id-1049'/>
+ <typedef-decl name='iter_type' type-id='type-id-733' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='722' column='1' id='type-id-1048'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='807' column='1' elf-symbol-id='_ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='807' column='1' elf-symbol-id='_ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='time_put' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='736' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-702' is-artificial='yes'/>
+ <parameter type-id='type-id-701' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPK2tmPKcSB_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='1142' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPK2tmPKcSB_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1050' is-artificial='yes'/>
- <parameter type-id='type-id-1049'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-1049' is-artificial='yes'/>
<parameter type-id='type-id-1048'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-1047'/>
<parameter type-id='type-id-534'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPK2tmcc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='775' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE3putES3_RSt8ios_basecPK2tmcc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1050' is-artificial='yes'/>
- <parameter type-id='type-id-1049'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-1049' is-artificial='yes'/>
<parameter type-id='type-id-1048'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-1047'/>
<parameter type-id='type-id-534'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-1049'/>
+ <return type-id='type-id-1048'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='time_put' mangled-name='_ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='736' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-702' is-artificial='yes'/>
+ <parameter type-id='type-id-701' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_put' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='782' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-702' is-artificial='yes'/>
+ <parameter type-id='type-id-701' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_put' mangled-name='_ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='782' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-702' is-artificial='yes'/>
+ <parameter type-id='type-id-701' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_put' mangled-name='_ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='782' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-702' is-artificial='yes'/>
+ <parameter type-id='type-id-701' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_put' mangled-name='_ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecPK2tmcc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='1177' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_RSt8ios_basecPK2tmcc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1050' is-artificial='yes'/>
- <parameter type-id='type-id-1049'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-1049' is-artificial='yes'/>
<parameter type-id='type-id-1048'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-1047'/>
<parameter type-id='type-id-534'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='time_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='715' column='1' id='type-id-950'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='time_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='715' column='1' id='type-id-949'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='721' column='1' id='type-id-1051'/>
+ <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='721' column='1' id='type-id-1050'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iter_type' type-id='type-id-737' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='722' column='1' id='type-id-1052'/>
+ <typedef-decl name='iter_type' type-id='type-id-736' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='722' column='1' id='type-id-1051'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='id' type-id='type-id-607' mangled-name='_ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='807' column='1' elf-symbol-id='_ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE@@GLIBCXX_3.4'/>
+ <var-decl name='id' type-id='type-id-606' mangled-name='_ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='807' column='1' elf-symbol-id='_ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='time_put' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='736' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-714' is-artificial='yes'/>
+ <parameter type-id='type-id-713' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPK2tmPKwSB_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='1142' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPK2tmPKwSB_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1053' is-artificial='yes'/>
- <parameter type-id='type-id-1052'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-1052' is-artificial='yes'/>
<parameter type-id='type-id-1051'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-1050'/>
<parameter type-id='type-id-534'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
- <return type-id='type-id-737'/>
+ <return type-id='type-id-736'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='put' mangled-name='_ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPK2tmcc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='775' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE3putES3_RSt8ios_basewPK2tmcc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1053' is-artificial='yes'/>
- <parameter type-id='type-id-1052'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-1052' is-artificial='yes'/>
<parameter type-id='type-id-1051'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-1050'/>
<parameter type-id='type-id-534'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-1052'/>
+ <return type-id='type-id-1051'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='time_put' mangled-name='_ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='736' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-714' is-artificial='yes'/>
+ <parameter type-id='type-id-713' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_put' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='782' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-714' is-artificial='yes'/>
+ <parameter type-id='type-id-713' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_put' mangled-name='_ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='782' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-714' is-artificial='yes'/>
+ <parameter type-id='type-id-713' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_put' mangled-name='_ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='782' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-714' is-artificial='yes'/>
+ <parameter type-id='type-id-713' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_put' mangled-name='_ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewPK2tmcc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='1177' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE6do_putES3_RSt8ios_basewPK2tmcc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1053' is-artificial='yes'/>
- <parameter type-id='type-id-1052'/>
- <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-1052' is-artificial='yes'/>
<parameter type-id='type-id-1051'/>
+ <parameter type-id='type-id-102'/>
+ <parameter type-id='type-id-1050'/>
<parameter type-id='type-id-534'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-737'/>
- </function-decl>
- </member-function>
- </class-decl>
- </namespace-decl>
- <pointer-type-def type-id='type-id-579' size-in-bits='64' id='type-id-903'/>
- <pointer-type-def type-id='type-id-496' size-in-bits='64' id='type-id-951'/>
- <qualified-type-def type-id='type-id-382' const='yes' id='type-id-905'/>
- <pointer-type-def type-id='type-id-1054' size-in-bits='64' id='type-id-799'/>
- <pointer-type-def type-id='type-id-1055' size-in-bits='64' id='type-id-805'/>
- <reference-type-def kind='lvalue' type-id='type-id-805' size-in-bits='64' id='type-id-806'/>
- <pointer-type-def type-id='type-id-1056' size-in-bits='64' id='type-id-801'/>
- <reference-type-def kind='lvalue' type-id='type-id-801' size-in-bits='64' id='type-id-802'/>
- <pointer-type-def type-id='type-id-1057' size-in-bits='64' id='type-id-813'/>
- <pointer-type-def type-id='type-id-1058' size-in-bits='64' id='type-id-819'/>
- <reference-type-def kind='lvalue' type-id='type-id-819' size-in-bits='64' id='type-id-820'/>
- <pointer-type-def type-id='type-id-1059' size-in-bits='64' id='type-id-815'/>
- <reference-type-def kind='lvalue' type-id='type-id-815' size-in-bits='64' id='type-id-816'/>
- <pointer-type-def type-id='type-id-1060' size-in-bits='64' id='type-id-824'/>
- <pointer-type-def type-id='type-id-1061' size-in-bits='64' id='type-id-827'/>
- <pointer-type-def type-id='type-id-1062' size-in-bits='64' id='type-id-845'/>
- <pointer-type-def type-id='type-id-1063' size-in-bits='64' id='type-id-834'/>
- <pointer-type-def type-id='type-id-1064' size-in-bits='64' id='type-id-863'/>
- <pointer-type-def type-id='type-id-1065' size-in-bits='64' id='type-id-852'/>
- <qualified-type-def type-id='type-id-386' const='yes' id='type-id-906'/>
- <qualified-type-def type-id='type-id-604' const='yes' id='type-id-907'/>
- <qualified-type-def type-id='type-id-603' const='yes' id='type-id-908'/>
- <qualified-type-def type-id='type-id-411' const='yes' id='type-id-909'/>
- <qualified-type-def type-id='type-id-622' const='yes' id='type-id-910'/>
- <qualified-type-def type-id='type-id-621' const='yes' id='type-id-911'/>
- <qualified-type-def type-id='type-id-17' const='yes' id='type-id-912'/>
- <qualified-type-def type-id='type-id-638' const='yes' id='type-id-913'/>
- <qualified-type-def type-id='type-id-107' const='yes' id='type-id-914'/>
- <qualified-type-def type-id='type-id-650' const='yes' id='type-id-915'/>
- <qualified-type-def type-id='type-id-645' const='yes' id='type-id-916'/>
- <qualified-type-def type-id='type-id-86' const='yes' id='type-id-917'/>
- <reference-type-def kind='lvalue' type-id='type-id-1066' size-in-bits='64' id='type-id-867'/>
- <pointer-type-def type-id='type-id-1066' size-in-bits='64' id='type-id-865'/>
- <qualified-type-def type-id='type-id-183' const='yes' id='type-id-918'/>
- <qualified-type-def type-id='type-id-252' const='yes' id='type-id-919'/>
- <reference-type-def kind='lvalue' type-id='type-id-1067' size-in-bits='64' id='type-id-877'/>
- <pointer-type-def type-id='type-id-1067' size-in-bits='64' id='type-id-875'/>
- <reference-type-def kind='lvalue' type-id='type-id-1068' size-in-bits='64' id='type-id-887'/>
- <pointer-type-def type-id='type-id-1068' size-in-bits='64' id='type-id-885'/>
- <qualified-type-def type-id='type-id-683' const='yes' id='type-id-920'/>
- <qualified-type-def type-id='type-id-636' const='yes' id='type-id-921'/>
- <qualified-type-def type-id='type-id-607' const='yes' id='type-id-922'/>
- <qualified-type-def type-id='type-id-681' const='yes' id='type-id-923'/>
- <qualified-type-def type-id='type-id-21' const='yes' id='type-id-924'/>
- <qualified-type-def type-id='type-id-111' const='yes' id='type-id-925'/>
- <qualified-type-def type-id='type-id-19' const='yes' id='type-id-926'/>
- <qualified-type-def type-id='type-id-109' const='yes' id='type-id-927'/>
- <pointer-type-def type-id='type-id-1069' size-in-bits='64' id='type-id-895'/>
- <pointer-type-def type-id='type-id-1070' size-in-bits='64' id='type-id-902'/>
- <pointer-type-def type-id='type-id-602' size-in-bits='64' id='type-id-798'/>
- <pointer-type-def type-id='type-id-796' size-in-bits='64' id='type-id-803'/>
- <reference-type-def kind='lvalue' type-id='type-id-803' size-in-bits='64' id='type-id-804'/>
- <pointer-type-def type-id='type-id-795' size-in-bits='64' id='type-id-807'/>
- <reference-type-def kind='lvalue' type-id='type-id-807' size-in-bits='64' id='type-id-808'/>
- <reference-type-def kind='lvalue' type-id='type-id-797' size-in-bits='64' id='type-id-800'/>
- <pointer-type-def type-id='type-id-620' size-in-bits='64' id='type-id-812'/>
- <pointer-type-def type-id='type-id-810' size-in-bits='64' id='type-id-817'/>
- <reference-type-def kind='lvalue' type-id='type-id-817' size-in-bits='64' id='type-id-818'/>
- <pointer-type-def type-id='type-id-809' size-in-bits='64' id='type-id-821'/>
- <reference-type-def kind='lvalue' type-id='type-id-821' size-in-bits='64' id='type-id-822'/>
- <reference-type-def kind='lvalue' type-id='type-id-811' size-in-bits='64' id='type-id-814'/>
- <pointer-type-def type-id='type-id-649' size-in-bits='64' id='type-id-825'/>
- <pointer-type-def type-id='type-id-823' size-in-bits='64' id='type-id-826'/>
- <reference-type-def kind='lvalue' type-id='type-id-297' size-in-bits='64' id='type-id-928'/>
- <reference-type-def kind='lvalue' type-id='type-id-336' size-in-bits='64' id='type-id-929'/>
- <qualified-type-def type-id='type-id-833' id='type-id-831'/>
- <reference-type-def kind='lvalue' type-id='type-id-774' size-in-bits='64' id='type-id-833'/>
- <pointer-type-def type-id='type-id-1071' size-in-bits='64' id='type-id-844'/>
- <reference-type-def kind='lvalue' type-id='type-id-828' size-in-bits='64' id='type-id-841'/>
- <pointer-type-def type-id='type-id-1072' size-in-bits='64' id='type-id-843'/>
- <pointer-type-def type-id='type-id-829' size-in-bits='64' id='type-id-842'/>
- <pointer-type-def type-id='type-id-830' size-in-bits='64' id='type-id-832'/>
- <qualified-type-def type-id='type-id-851' id='type-id-849'/>
- <reference-type-def kind='lvalue' type-id='type-id-775' size-in-bits='64' id='type-id-851'/>
- <pointer-type-def type-id='type-id-1073' size-in-bits='64' id='type-id-862'/>
- <reference-type-def kind='lvalue' type-id='type-id-846' size-in-bits='64' id='type-id-859'/>
- <pointer-type-def type-id='type-id-1074' size-in-bits='64' id='type-id-861'/>
- <pointer-type-def type-id='type-id-847' size-in-bits='64' id='type-id-860'/>
- <pointer-type-def type-id='type-id-848' size-in-bits='64' id='type-id-850'/>
- <reference-type-def kind='lvalue' type-id='type-id-788' size-in-bits='64' id='type-id-866'/>
- <pointer-type-def type-id='type-id-788' size-in-bits='64' id='type-id-864'/>
- <reference-type-def kind='lvalue' type-id='type-id-722' size-in-bits='64' id='type-id-876'/>
- <pointer-type-def type-id='type-id-722' size-in-bits='64' id='type-id-873'/>
- <reference-type-def kind='lvalue' type-id='type-id-871' size-in-bits='64' id='type-id-874'/>
- <pointer-type-def type-id='type-id-868' size-in-bits='64' id='type-id-872'/>
- <reference-type-def kind='lvalue' type-id='type-id-729' size-in-bits='64' id='type-id-886'/>
- <pointer-type-def type-id='type-id-729' size-in-bits='64' id='type-id-883'/>
- <reference-type-def kind='lvalue' type-id='type-id-881' size-in-bits='64' id='type-id-884'/>
- <pointer-type-def type-id='type-id-878' size-in-bits='64' id='type-id-882'/>
- <reference-type-def kind='lvalue' type-id='type-id-734' size-in-bits='64' id='type-id-894'/>
- <pointer-type-def type-id='type-id-734' size-in-bits='64' id='type-id-892'/>
- <reference-type-def kind='lvalue' type-id='type-id-890' size-in-bits='64' id='type-id-893'/>
- <pointer-type-def type-id='type-id-889' size-in-bits='64' id='type-id-891'/>
- <reference-type-def kind='lvalue' type-id='type-id-737' size-in-bits='64' id='type-id-901'/>
- <pointer-type-def type-id='type-id-737' size-in-bits='64' id='type-id-899'/>
- <reference-type-def kind='lvalue' type-id='type-id-897' size-in-bits='64' id='type-id-900'/>
- <pointer-type-def type-id='type-id-896' size-in-bits='64' id='type-id-898'/>
+ <return type-id='type-id-736'/>
+ </function-decl>
+ </member-function>
+ </class-decl>
+ </namespace-decl>
+ <pointer-type-def type-id='type-id-579' size-in-bits='64' id='type-id-902'/>
+ <pointer-type-def type-id='type-id-496' size-in-bits='64' id='type-id-950'/>
+ <qualified-type-def type-id='type-id-382' const='yes' id='type-id-904'/>
+ <pointer-type-def type-id='type-id-1053' size-in-bits='64' id='type-id-798'/>
+ <pointer-type-def type-id='type-id-1054' size-in-bits='64' id='type-id-804'/>
+ <reference-type-def kind='lvalue' type-id='type-id-804' size-in-bits='64' id='type-id-805'/>
+ <pointer-type-def type-id='type-id-1055' size-in-bits='64' id='type-id-800'/>
+ <reference-type-def kind='lvalue' type-id='type-id-800' size-in-bits='64' id='type-id-801'/>
+ <pointer-type-def type-id='type-id-1056' size-in-bits='64' id='type-id-812'/>
+ <pointer-type-def type-id='type-id-1057' size-in-bits='64' id='type-id-818'/>
+ <reference-type-def kind='lvalue' type-id='type-id-818' size-in-bits='64' id='type-id-819'/>
+ <pointer-type-def type-id='type-id-1058' size-in-bits='64' id='type-id-814'/>
+ <reference-type-def kind='lvalue' type-id='type-id-814' size-in-bits='64' id='type-id-815'/>
+ <pointer-type-def type-id='type-id-1059' size-in-bits='64' id='type-id-823'/>
+ <pointer-type-def type-id='type-id-1060' size-in-bits='64' id='type-id-826'/>
+ <pointer-type-def type-id='type-id-1061' size-in-bits='64' id='type-id-844'/>
+ <pointer-type-def type-id='type-id-1062' size-in-bits='64' id='type-id-833'/>
+ <pointer-type-def type-id='type-id-1063' size-in-bits='64' id='type-id-862'/>
+ <pointer-type-def type-id='type-id-1064' size-in-bits='64' id='type-id-851'/>
+ <qualified-type-def type-id='type-id-386' const='yes' id='type-id-905'/>
+ <qualified-type-def type-id='type-id-603' const='yes' id='type-id-906'/>
+ <qualified-type-def type-id='type-id-602' const='yes' id='type-id-907'/>
+ <qualified-type-def type-id='type-id-411' const='yes' id='type-id-908'/>
+ <qualified-type-def type-id='type-id-621' const='yes' id='type-id-909'/>
+ <qualified-type-def type-id='type-id-620' const='yes' id='type-id-910'/>
+ <qualified-type-def type-id='type-id-17' const='yes' id='type-id-911'/>
+ <qualified-type-def type-id='type-id-637' const='yes' id='type-id-912'/>
+ <qualified-type-def type-id='type-id-107' const='yes' id='type-id-913'/>
+ <qualified-type-def type-id='type-id-649' const='yes' id='type-id-914'/>
+ <qualified-type-def type-id='type-id-644' const='yes' id='type-id-915'/>
+ <qualified-type-def type-id='type-id-86' const='yes' id='type-id-916'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1065' size-in-bits='64' id='type-id-866'/>
+ <pointer-type-def type-id='type-id-1065' size-in-bits='64' id='type-id-864'/>
+ <qualified-type-def type-id='type-id-183' const='yes' id='type-id-917'/>
+ <qualified-type-def type-id='type-id-252' const='yes' id='type-id-918'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1066' size-in-bits='64' id='type-id-876'/>
+ <pointer-type-def type-id='type-id-1066' size-in-bits='64' id='type-id-874'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1067' size-in-bits='64' id='type-id-886'/>
+ <pointer-type-def type-id='type-id-1067' size-in-bits='64' id='type-id-884'/>
+ <qualified-type-def type-id='type-id-682' const='yes' id='type-id-919'/>
+ <qualified-type-def type-id='type-id-635' const='yes' id='type-id-920'/>
+ <qualified-type-def type-id='type-id-606' const='yes' id='type-id-921'/>
+ <qualified-type-def type-id='type-id-680' const='yes' id='type-id-922'/>
+ <qualified-type-def type-id='type-id-21' const='yes' id='type-id-923'/>
+ <qualified-type-def type-id='type-id-111' const='yes' id='type-id-924'/>
+ <qualified-type-def type-id='type-id-19' const='yes' id='type-id-925'/>
+ <qualified-type-def type-id='type-id-109' const='yes' id='type-id-926'/>
+ <pointer-type-def type-id='type-id-1068' size-in-bits='64' id='type-id-894'/>
+ <pointer-type-def type-id='type-id-1069' size-in-bits='64' id='type-id-901'/>
+ <pointer-type-def type-id='type-id-601' size-in-bits='64' id='type-id-797'/>
+ <pointer-type-def type-id='type-id-795' size-in-bits='64' id='type-id-802'/>
+ <reference-type-def kind='lvalue' type-id='type-id-802' size-in-bits='64' id='type-id-803'/>
+ <pointer-type-def type-id='type-id-794' size-in-bits='64' id='type-id-806'/>
+ <reference-type-def kind='lvalue' type-id='type-id-806' size-in-bits='64' id='type-id-807'/>
+ <reference-type-def kind='lvalue' type-id='type-id-796' size-in-bits='64' id='type-id-799'/>
+ <pointer-type-def type-id='type-id-619' size-in-bits='64' id='type-id-811'/>
+ <pointer-type-def type-id='type-id-809' size-in-bits='64' id='type-id-816'/>
+ <reference-type-def kind='lvalue' type-id='type-id-816' size-in-bits='64' id='type-id-817'/>
+ <pointer-type-def type-id='type-id-808' size-in-bits='64' id='type-id-820'/>
+ <reference-type-def kind='lvalue' type-id='type-id-820' size-in-bits='64' id='type-id-821'/>
+ <reference-type-def kind='lvalue' type-id='type-id-810' size-in-bits='64' id='type-id-813'/>
+ <pointer-type-def type-id='type-id-648' size-in-bits='64' id='type-id-824'/>
+ <pointer-type-def type-id='type-id-822' size-in-bits='64' id='type-id-825'/>
+ <reference-type-def kind='lvalue' type-id='type-id-297' size-in-bits='64' id='type-id-927'/>
+ <reference-type-def kind='lvalue' type-id='type-id-336' size-in-bits='64' id='type-id-928'/>
+ <qualified-type-def type-id='type-id-832' id='type-id-830'/>
+ <reference-type-def kind='lvalue' type-id='type-id-773' size-in-bits='64' id='type-id-832'/>
+ <pointer-type-def type-id='type-id-1070' size-in-bits='64' id='type-id-843'/>
+ <reference-type-def kind='lvalue' type-id='type-id-827' size-in-bits='64' id='type-id-840'/>
+ <pointer-type-def type-id='type-id-1071' size-in-bits='64' id='type-id-842'/>
+ <pointer-type-def type-id='type-id-828' size-in-bits='64' id='type-id-841'/>
+ <pointer-type-def type-id='type-id-829' size-in-bits='64' id='type-id-831'/>
+ <qualified-type-def type-id='type-id-850' id='type-id-848'/>
+ <reference-type-def kind='lvalue' type-id='type-id-774' size-in-bits='64' id='type-id-850'/>
+ <pointer-type-def type-id='type-id-1072' size-in-bits='64' id='type-id-861'/>
+ <reference-type-def kind='lvalue' type-id='type-id-845' size-in-bits='64' id='type-id-858'/>
+ <pointer-type-def type-id='type-id-1073' size-in-bits='64' id='type-id-860'/>
+ <pointer-type-def type-id='type-id-846' size-in-bits='64' id='type-id-859'/>
+ <pointer-type-def type-id='type-id-847' size-in-bits='64' id='type-id-849'/>
+ <reference-type-def kind='lvalue' type-id='type-id-787' size-in-bits='64' id='type-id-865'/>
+ <pointer-type-def type-id='type-id-787' size-in-bits='64' id='type-id-863'/>
+ <reference-type-def kind='lvalue' type-id='type-id-721' size-in-bits='64' id='type-id-875'/>
+ <pointer-type-def type-id='type-id-721' size-in-bits='64' id='type-id-872'/>
+ <reference-type-def kind='lvalue' type-id='type-id-870' size-in-bits='64' id='type-id-873'/>
+ <pointer-type-def type-id='type-id-867' size-in-bits='64' id='type-id-871'/>
+ <reference-type-def kind='lvalue' type-id='type-id-728' size-in-bits='64' id='type-id-885'/>
+ <pointer-type-def type-id='type-id-728' size-in-bits='64' id='type-id-882'/>
+ <reference-type-def kind='lvalue' type-id='type-id-880' size-in-bits='64' id='type-id-883'/>
+ <pointer-type-def type-id='type-id-877' size-in-bits='64' id='type-id-881'/>
+ <reference-type-def kind='lvalue' type-id='type-id-733' size-in-bits='64' id='type-id-893'/>
+ <pointer-type-def type-id='type-id-733' size-in-bits='64' id='type-id-891'/>
+ <reference-type-def kind='lvalue' type-id='type-id-889' size-in-bits='64' id='type-id-892'/>
+ <pointer-type-def type-id='type-id-888' size-in-bits='64' id='type-id-890'/>
+ <reference-type-def kind='lvalue' type-id='type-id-736' size-in-bits='64' id='type-id-900'/>
+ <pointer-type-def type-id='type-id-736' size-in-bits='64' id='type-id-898'/>
+ <reference-type-def kind='lvalue' type-id='type-id-896' size-in-bits='64' id='type-id-899'/>
+ <pointer-type-def type-id='type-id-895' size-in-bits='64' id='type-id-897'/>
<namespace-decl name='std'>
- <class-decl name='bidirectional_iterator_tag' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='100' column='1' id='type-id-952'>
+ <class-decl name='bidirectional_iterator_tag' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='100' column='1' id='type-id-951'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-185'/>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='iterator<std::output_iterator_tag, void, void, void, void>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='119' column='1' id='type-id-888'/>
+ <class-decl name='iterator<std::output_iterator_tag, void, void, void, void>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='119' column='1' id='type-id-887'/>
</namespace-decl>
- <typedef-decl name='__locale_t' type-id='type-id-1075' filepath='/usr/include/xlocale.h' line='40' column='1' id='type-id-956'/>
- <typedef-decl name='pthread_mutex_t' type-id='type-id-1076' filepath='/usr/include/bits/pthreadtypes.h' line='104' column='1' id='type-id-954'/>
- <typedef-decl name='pthread_once_t' type-id='type-id-36' filepath='/usr/include/bits/pthreadtypes.h' line='144' column='1' id='type-id-955'/>
+ <typedef-decl name='__locale_t' type-id='type-id-1074' filepath='/usr/include/xlocale.h' line='40' column='1' id='type-id-955'/>
+ <typedef-decl name='pthread_mutex_t' type-id='type-id-1075' filepath='/usr/include/bits/pthreadtypes.h' line='104' column='1' id='type-id-953'/>
+ <typedef-decl name='pthread_once_t' type-id='type-id-36' filepath='/usr/include/bits/pthreadtypes.h' line='144' column='1' id='type-id-954'/>
<namespace-decl name='std'>
- <typedef-decl name='__c_file' type-id='type-id-549' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++io.h' line='46' column='1' id='type-id-930'/>
+ <typedef-decl name='__c_file' type-id='type-id-549' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++io.h' line='46' column='1' id='type-id-929'/>
</namespace-decl>
- <pointer-type-def type-id='type-id-1077' size-in-bits='64' id='type-id-1075'/>
+ <pointer-type-def type-id='type-id-1076' size-in-bits='64' id='type-id-1074'/>
<namespace-decl name='std'>
- <class-decl name='money_base' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='840' column='1' id='type-id-1000'>
+ <class-decl name='money_base' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='840' column='1' id='type-id-999'>
<member-type access='private'>
- <class-decl name='pattern' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='844' column='1' id='type-id-1008'>
+ <class-decl name='pattern' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='844' column='1' id='type-id-1007'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='field' type-id='type-id-524' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='844' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='private'>
- <enum-decl name='part' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='843' column='1' id='type-id-1078'>
+ <enum-decl name='part' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='843' column='1' id='type-id-1077'>
<underlying-type type-id='type-id-6'/>
<enumerator name='none' value='0'/>
<enumerator name='space' value='1'/>
</enum-decl>
</member-type>
<member-type access='private'>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='849' column='1' id='type-id-1079'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='849' column='1' id='type-id-1078'>
<underlying-type type-id='type-id-6'/>
<enumerator name='_S_minus' value='0'/>
<enumerator name='_S_zero' value='1'/>
</enum-decl>
</member-type>
<member-type access='private'>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='849' column='1' id='type-id-1079'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='849' column='1' id='type-id-1078'>
<underlying-type type-id='type-id-6'/>
<enumerator name='_S_minus' value='0'/>
<enumerator name='_S_zero' value='1'/>
</enum-decl>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='_S_default_pattern' type-id='type-id-1080' mangled-name='_ZNSt10money_base18_S_default_patternE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='846' column='1' elf-symbol-id='_ZNSt10money_base18_S_default_patternE@@GLIBCXX_3.4'/>
+ <var-decl name='_S_default_pattern' type-id='type-id-1079' mangled-name='_ZNSt10money_base18_S_default_patternE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='846' column='1' elf-symbol-id='_ZNSt10money_base18_S_default_patternE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='private' static='yes'>
<var-decl name='_S_atoms' type-id='type-id-11' mangled-name='_ZNSt10money_base8_S_atomsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='857' column='1' elf-symbol-id='_ZNSt10money_base8_S_atomsE@@GLIBCXX_3.4'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-1008'/>
+ <return type-id='type-id-1007'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='time_base' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='52' column='1' id='type-id-1039'>
+ <class-decl name='time_base' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='52' column='1' id='type-id-1038'>
<member-type access='private'>
- <enum-decl name='dateorder' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='55' column='1' id='type-id-1043'>
+ <enum-decl name='dateorder' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='55' column='1' id='type-id-1042'>
<underlying-type type-id='type-id-6'/>
<enumerator name='no_order' value='0'/>
<enumerator name='dmy' value='1'/>
</member-type>
</class-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-23' const='yes' id='type-id-1006'/>
- <qualified-type-def type-id='type-id-602' const='yes' id='type-id-1054'/>
- <qualified-type-def type-id='type-id-796' const='yes' id='type-id-1055'/>
- <qualified-type-def type-id='type-id-795' const='yes' id='type-id-1056'/>
- <qualified-type-def type-id='type-id-620' const='yes' id='type-id-1057'/>
- <qualified-type-def type-id='type-id-810' const='yes' id='type-id-1058'/>
- <qualified-type-def type-id='type-id-809' const='yes' id='type-id-1059'/>
- <qualified-type-def type-id='type-id-649' const='yes' id='type-id-1060'/>
- <qualified-type-def type-id='type-id-823' const='yes' id='type-id-1061'/>
- <pointer-type-def type-id='type-id-1081' size-in-bits='64' id='type-id-961'/>
- <pointer-type-def type-id='type-id-1082' size-in-bits='64' id='type-id-965'/>
- <qualified-type-def type-id='type-id-835' const='yes' id='type-id-1062'/>
- <qualified-type-def type-id='type-id-830' const='yes' id='type-id-1063'/>
- <qualified-type-def type-id='type-id-853' const='yes' id='type-id-1064'/>
- <qualified-type-def type-id='type-id-848' const='yes' id='type-id-1065'/>
- <pointer-type-def type-id='type-id-1083' size-in-bits='64' id='type-id-967'/>
- <pointer-type-def type-id='type-id-1084' size-in-bits='64' id='type-id-969'/>
- <qualified-type-def type-id='type-id-788' const='yes' id='type-id-1066'/>
- <qualified-type-def type-id='type-id-722' const='yes' id='type-id-1067'/>
- <qualified-type-def type-id='type-id-729' const='yes' id='type-id-1068'/>
- <pointer-type-def type-id='type-id-1085' size-in-bits='64' id='type-id-972'/>
- <reference-type-def kind='lvalue' type-id='type-id-1086' size-in-bits='64' id='type-id-974'/>
- <pointer-type-def type-id='type-id-1087' size-in-bits='64' id='type-id-976'/>
- <reference-type-def kind='lvalue' type-id='type-id-1088' size-in-bits='64' id='type-id-977'/>
- <pointer-type-def type-id='type-id-1089' size-in-bits='64' id='type-id-983'/>
- <pointer-type-def type-id='type-id-1090' size-in-bits='64' id='type-id-988'/>
- <pointer-type-def type-id='type-id-1091' size-in-bits='64' id='type-id-993'/>
- <reference-type-def kind='lvalue' type-id='type-id-1092' size-in-bits='64' id='type-id-994'/>
- <pointer-type-def type-id='type-id-1093' size-in-bits='64' id='type-id-998'/>
- <reference-type-def kind='lvalue' type-id='type-id-1094' size-in-bits='64' id='type-id-999'/>
- <pointer-type-def type-id='type-id-1095' size-in-bits='64' id='type-id-1007'/>
- <pointer-type-def type-id='type-id-1096' size-in-bits='64' id='type-id-1014'/>
- <pointer-type-def type-id='type-id-1097' size-in-bits='64' id='type-id-1020'/>
- <pointer-type-def type-id='type-id-1098' size-in-bits='64' id='type-id-1026'/>
- <pointer-type-def type-id='type-id-1099' size-in-bits='64' id='type-id-1032'/>
- <pointer-type-def type-id='type-id-1100' size-in-bits='64' id='type-id-1038'/>
- <qualified-type-def type-id='type-id-734' const='yes' id='type-id-1069'/>
- <qualified-type-def type-id='type-id-737' const='yes' id='type-id-1070'/>
- <pointer-type-def type-id='type-id-1101' size-in-bits='64' id='type-id-1042'/>
- <pointer-type-def type-id='type-id-1102' size-in-bits='64' id='type-id-1047'/>
- <pointer-type-def type-id='type-id-1103' size-in-bits='64' id='type-id-1050'/>
- <pointer-type-def type-id='type-id-1104' size-in-bits='64' id='type-id-1053'/>
- <reference-type-def kind='lvalue' type-id='type-id-1105' size-in-bits='64' id='type-id-978'/>
+ <qualified-type-def type-id='type-id-23' const='yes' id='type-id-1005'/>
+ <qualified-type-def type-id='type-id-601' const='yes' id='type-id-1053'/>
+ <qualified-type-def type-id='type-id-795' const='yes' id='type-id-1054'/>
+ <qualified-type-def type-id='type-id-794' const='yes' id='type-id-1055'/>
+ <qualified-type-def type-id='type-id-619' const='yes' id='type-id-1056'/>
+ <qualified-type-def type-id='type-id-809' const='yes' id='type-id-1057'/>
+ <qualified-type-def type-id='type-id-808' const='yes' id='type-id-1058'/>
+ <qualified-type-def type-id='type-id-648' const='yes' id='type-id-1059'/>
+ <qualified-type-def type-id='type-id-822' const='yes' id='type-id-1060'/>
+ <pointer-type-def type-id='type-id-1080' size-in-bits='64' id='type-id-960'/>
+ <pointer-type-def type-id='type-id-1081' size-in-bits='64' id='type-id-964'/>
+ <qualified-type-def type-id='type-id-834' const='yes' id='type-id-1061'/>
+ <qualified-type-def type-id='type-id-829' const='yes' id='type-id-1062'/>
+ <qualified-type-def type-id='type-id-852' const='yes' id='type-id-1063'/>
+ <qualified-type-def type-id='type-id-847' const='yes' id='type-id-1064'/>
+ <pointer-type-def type-id='type-id-1082' size-in-bits='64' id='type-id-966'/>
+ <pointer-type-def type-id='type-id-1083' size-in-bits='64' id='type-id-968'/>
+ <qualified-type-def type-id='type-id-787' const='yes' id='type-id-1065'/>
+ <qualified-type-def type-id='type-id-721' const='yes' id='type-id-1066'/>
+ <qualified-type-def type-id='type-id-728' const='yes' id='type-id-1067'/>
+ <pointer-type-def type-id='type-id-1084' size-in-bits='64' id='type-id-971'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1085' size-in-bits='64' id='type-id-973'/>
+ <pointer-type-def type-id='type-id-1086' size-in-bits='64' id='type-id-975'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1087' size-in-bits='64' id='type-id-976'/>
+ <pointer-type-def type-id='type-id-1088' size-in-bits='64' id='type-id-982'/>
+ <pointer-type-def type-id='type-id-1089' size-in-bits='64' id='type-id-987'/>
+ <pointer-type-def type-id='type-id-1090' size-in-bits='64' id='type-id-992'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1091' size-in-bits='64' id='type-id-993'/>
+ <pointer-type-def type-id='type-id-1092' size-in-bits='64' id='type-id-997'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1093' size-in-bits='64' id='type-id-998'/>
+ <pointer-type-def type-id='type-id-1094' size-in-bits='64' id='type-id-1006'/>
+ <pointer-type-def type-id='type-id-1095' size-in-bits='64' id='type-id-1013'/>
+ <pointer-type-def type-id='type-id-1096' size-in-bits='64' id='type-id-1019'/>
+ <pointer-type-def type-id='type-id-1097' size-in-bits='64' id='type-id-1025'/>
+ <pointer-type-def type-id='type-id-1098' size-in-bits='64' id='type-id-1031'/>
+ <pointer-type-def type-id='type-id-1099' size-in-bits='64' id='type-id-1037'/>
+ <qualified-type-def type-id='type-id-733' const='yes' id='type-id-1068'/>
+ <qualified-type-def type-id='type-id-736' const='yes' id='type-id-1069'/>
+ <pointer-type-def type-id='type-id-1100' size-in-bits='64' id='type-id-1041'/>
+ <pointer-type-def type-id='type-id-1101' size-in-bits='64' id='type-id-1046'/>
+ <pointer-type-def type-id='type-id-1102' size-in-bits='64' id='type-id-1049'/>
+ <pointer-type-def type-id='type-id-1103' size-in-bits='64' id='type-id-1052'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1104' size-in-bits='64' id='type-id-977'/>
+ <function-type size-in-bits='64' id='type-id-1070'>
+ <parameter type-id='type-id-1105'/>
+ <return type-id='type-id-1105'/>
+ </function-type>
<function-type size-in-bits='64' id='type-id-1071'>
- <parameter type-id='type-id-1106'/>
- <return type-id='type-id-1106'/>
+ <parameter type-id='type-id-840'/>
+ <return type-id='type-id-840'/>
</function-type>
<function-type size-in-bits='64' id='type-id-1072'>
- <parameter type-id='type-id-841'/>
- <return type-id='type-id-841'/>
+ <parameter type-id='type-id-1106'/>
+ <return type-id='type-id-1106'/>
</function-type>
<function-type size-in-bits='64' id='type-id-1073'>
- <parameter type-id='type-id-1107'/>
- <return type-id='type-id-1107'/>
- </function-type>
- <function-type size-in-bits='64' id='type-id-1074'>
- <parameter type-id='type-id-859'/>
- <return type-id='type-id-859'/>
+ <parameter type-id='type-id-858'/>
+ <return type-id='type-id-858'/>
</function-type>
- <pointer-type-def type-id='type-id-958' size-in-bits='64' id='type-id-960'/>
- <pointer-type-def type-id='type-id-962' size-in-bits='64' id='type-id-964'/>
- <reference-type-def kind='lvalue' type-id='type-id-982' size-in-bits='64' id='type-id-984'/>
- <reference-type-def kind='lvalue' type-id='type-id-987' size-in-bits='64' id='type-id-989'/>
- <pointer-type-def type-id='type-id-1001' size-in-bits='64' id='type-id-1005'/>
- <pointer-type-def type-id='type-id-1009' size-in-bits='64' id='type-id-1013'/>
- <pointer-type-def type-id='type-id-1015' size-in-bits='64' id='type-id-1019'/>
- <pointer-type-def type-id='type-id-1021' size-in-bits='64' id='type-id-1025'/>
- <pointer-type-def type-id='type-id-1027' size-in-bits='64' id='type-id-1031'/>
- <pointer-type-def type-id='type-id-1033' size-in-bits='64' id='type-id-1037'/>
+ <pointer-type-def type-id='type-id-957' size-in-bits='64' id='type-id-959'/>
+ <pointer-type-def type-id='type-id-961' size-in-bits='64' id='type-id-963'/>
+ <reference-type-def kind='lvalue' type-id='type-id-981' size-in-bits='64' id='type-id-983'/>
+ <reference-type-def kind='lvalue' type-id='type-id-986' size-in-bits='64' id='type-id-988'/>
+ <pointer-type-def type-id='type-id-1000' size-in-bits='64' id='type-id-1004'/>
+ <pointer-type-def type-id='type-id-1008' size-in-bits='64' id='type-id-1012'/>
+ <pointer-type-def type-id='type-id-1014' size-in-bits='64' id='type-id-1018'/>
+ <pointer-type-def type-id='type-id-1020' size-in-bits='64' id='type-id-1024'/>
+ <pointer-type-def type-id='type-id-1026' size-in-bits='64' id='type-id-1030'/>
+ <pointer-type-def type-id='type-id-1032' size-in-bits='64' id='type-id-1036'/>
<namespace-decl name='std'>
- <class-decl name='__moneypunct_cache<char, false>' size-in-bits='896' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='866' column='1' id='type-id-1002'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='__moneypunct_cache<char, false>' size-in-bits='896' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='866' column='1' id='type-id-1001'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='_M_grouping' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='868' column='1'/>
</data-member>
<var-decl name='_M_frac_digits' type-id='type-id-36' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='879' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='736'>
- <var-decl name='_M_pos_format' type-id='type-id-1008' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='880' column='1'/>
+ <var-decl name='_M_pos_format' type-id='type-id-1007' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='880' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
- <var-decl name='_M_neg_format' type-id='type-id-1008' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='881' column='1'/>
+ <var-decl name='_M_neg_format' type-id='type-id-1007' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='881' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='800'>
- <var-decl name='_M_atoms' type-id='type-id-1108' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='886' column='1'/>
+ <var-decl name='_M_atoms' type-id='type-id-1107' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='886' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='888'>
<var-decl name='_M_allocated' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='888' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__moneypunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1109' is-artificial='yes'/>
+ <parameter type-id='type-id-1108' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_cache' mangled-name='_ZNSt18__moneypunct_cacheIcLb0EE8_M_cacheERKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='69' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIcLb0EE8_M_cacheERKSt6locale@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1109' is-artificial='yes'/>
+ <parameter type-id='type-id-1108' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt18__moneypunct_cacheIcLb0EEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='908' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1109' is-artificial='yes'/>
- <parameter type-id='type-id-1110'/>
- <return type-id='type-id-1111'/>
+ <parameter type-id='type-id-1108' is-artificial='yes'/>
+ <parameter type-id='type-id-1109'/>
+ <return type-id='type-id-1110'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__moneypunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='911' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1109' is-artificial='yes'/>
- <parameter type-id='type-id-1110'/>
+ <parameter type-id='type-id-1108' is-artificial='yes'/>
+ <parameter type-id='type-id-1109'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__moneypunct_cache' mangled-name='_ZNSt18__moneypunct_cacheIcLb0EEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='890' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIcLb0EEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1109' is-artificial='yes'/>
+ <parameter type-id='type-id-1108' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__moneypunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1109' is-artificial='yes'/>
+ <parameter type-id='type-id-1108' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__moneypunct_cache' mangled-name='_ZNSt18__moneypunct_cacheIcLb0EED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIcLb0EED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1109' is-artificial='yes'/>
+ <parameter type-id='type-id-1108' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__moneypunct_cache' mangled-name='_ZNSt18__moneypunct_cacheIcLb0EED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIcLb0EED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1109' is-artificial='yes'/>
+ <parameter type-id='type-id-1108' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__moneypunct_cache<char, true>' size-in-bits='896' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='866' column='1' id='type-id-1010'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='__moneypunct_cache<char, true>' size-in-bits='896' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='866' column='1' id='type-id-1009'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='_M_grouping' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='868' column='1'/>
</data-member>
<var-decl name='_M_frac_digits' type-id='type-id-36' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='879' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='736'>
- <var-decl name='_M_pos_format' type-id='type-id-1008' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='880' column='1'/>
+ <var-decl name='_M_pos_format' type-id='type-id-1007' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='880' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
- <var-decl name='_M_neg_format' type-id='type-id-1008' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='881' column='1'/>
+ <var-decl name='_M_neg_format' type-id='type-id-1007' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='881' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='800'>
- <var-decl name='_M_atoms' type-id='type-id-1108' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='886' column='1'/>
+ <var-decl name='_M_atoms' type-id='type-id-1107' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='886' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='888'>
<var-decl name='_M_allocated' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='888' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__moneypunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1112' is-artificial='yes'/>
+ <parameter type-id='type-id-1111' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_cache' mangled-name='_ZNSt18__moneypunct_cacheIcLb1EE8_M_cacheERKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='69' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIcLb1EE8_M_cacheERKSt6locale@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1112' is-artificial='yes'/>
+ <parameter type-id='type-id-1111' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt18__moneypunct_cacheIcLb1EEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='908' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1112' is-artificial='yes'/>
- <parameter type-id='type-id-1113'/>
- <return type-id='type-id-1114'/>
+ <parameter type-id='type-id-1111' is-artificial='yes'/>
+ <parameter type-id='type-id-1112'/>
+ <return type-id='type-id-1113'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__moneypunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='911' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1112' is-artificial='yes'/>
- <parameter type-id='type-id-1113'/>
+ <parameter type-id='type-id-1111' is-artificial='yes'/>
+ <parameter type-id='type-id-1112'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__moneypunct_cache' mangled-name='_ZNSt18__moneypunct_cacheIcLb1EEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='890' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIcLb1EEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1112' is-artificial='yes'/>
+ <parameter type-id='type-id-1111' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__moneypunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1112' is-artificial='yes'/>
+ <parameter type-id='type-id-1111' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__moneypunct_cache' mangled-name='_ZNSt18__moneypunct_cacheIcLb1EED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIcLb1EED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1112' is-artificial='yes'/>
+ <parameter type-id='type-id-1111' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__moneypunct_cache' mangled-name='_ZNSt18__moneypunct_cacheIcLb1EED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIcLb1EED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1112' is-artificial='yes'/>
+ <parameter type-id='type-id-1111' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__moneypunct_cache<wchar_t, false>' size-in-bits='1280' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='866' column='1' id='type-id-1016'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='__moneypunct_cache<wchar_t, false>' size-in-bits='1280' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='866' column='1' id='type-id-1015'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='_M_grouping' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='868' column='1'/>
</data-member>
<var-decl name='_M_frac_digits' type-id='type-id-36' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='879' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='800'>
- <var-decl name='_M_pos_format' type-id='type-id-1008' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='880' column='1'/>
+ <var-decl name='_M_pos_format' type-id='type-id-1007' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='880' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
- <var-decl name='_M_neg_format' type-id='type-id-1008' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='881' column='1'/>
+ <var-decl name='_M_neg_format' type-id='type-id-1007' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='881' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='864'>
- <var-decl name='_M_atoms' type-id='type-id-1115' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='886' column='1'/>
+ <var-decl name='_M_atoms' type-id='type-id-1114' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='886' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
<var-decl name='_M_allocated' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='888' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__moneypunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1116' is-artificial='yes'/>
+ <parameter type-id='type-id-1115' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_cache' mangled-name='_ZNSt18__moneypunct_cacheIwLb0EE8_M_cacheERKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='69' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIwLb0EE8_M_cacheERKSt6locale@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1116' is-artificial='yes'/>
+ <parameter type-id='type-id-1115' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt18__moneypunct_cacheIwLb0EEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='908' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1116' is-artificial='yes'/>
- <parameter type-id='type-id-1117'/>
- <return type-id='type-id-1118'/>
+ <parameter type-id='type-id-1115' is-artificial='yes'/>
+ <parameter type-id='type-id-1116'/>
+ <return type-id='type-id-1117'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__moneypunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='911' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1116' is-artificial='yes'/>
- <parameter type-id='type-id-1117'/>
+ <parameter type-id='type-id-1115' is-artificial='yes'/>
+ <parameter type-id='type-id-1116'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__moneypunct_cache' mangled-name='_ZNSt18__moneypunct_cacheIwLb0EEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='890' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIwLb0EEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1116' is-artificial='yes'/>
+ <parameter type-id='type-id-1115' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__moneypunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1116' is-artificial='yes'/>
+ <parameter type-id='type-id-1115' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__moneypunct_cache' mangled-name='_ZNSt18__moneypunct_cacheIwLb0EED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIwLb0EED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1116' is-artificial='yes'/>
+ <parameter type-id='type-id-1115' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__moneypunct_cache' mangled-name='_ZNSt18__moneypunct_cacheIwLb0EED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIwLb0EED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1116' is-artificial='yes'/>
+ <parameter type-id='type-id-1115' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__moneypunct_cache<wchar_t, true>' size-in-bits='1280' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='866' column='1' id='type-id-1022'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='__moneypunct_cache<wchar_t, true>' size-in-bits='1280' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='866' column='1' id='type-id-1021'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='_M_grouping' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='868' column='1'/>
</data-member>
<var-decl name='_M_frac_digits' type-id='type-id-36' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='879' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='800'>
- <var-decl name='_M_pos_format' type-id='type-id-1008' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='880' column='1'/>
+ <var-decl name='_M_pos_format' type-id='type-id-1007' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='880' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
- <var-decl name='_M_neg_format' type-id='type-id-1008' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='881' column='1'/>
+ <var-decl name='_M_neg_format' type-id='type-id-1007' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='881' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='864'>
- <var-decl name='_M_atoms' type-id='type-id-1115' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='886' column='1'/>
+ <var-decl name='_M_atoms' type-id='type-id-1114' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='886' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
<var-decl name='_M_allocated' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='888' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__moneypunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='890' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1119' is-artificial='yes'/>
+ <parameter type-id='type-id-1118' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_cache' mangled-name='_ZNSt18__moneypunct_cacheIwLb1EE8_M_cacheERKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='69' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIwLb1EE8_M_cacheERKSt6locale@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1119' is-artificial='yes'/>
+ <parameter type-id='type-id-1118' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt18__moneypunct_cacheIwLb1EEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='908' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1119' is-artificial='yes'/>
- <parameter type-id='type-id-1120'/>
- <return type-id='type-id-1121'/>
+ <parameter type-id='type-id-1118' is-artificial='yes'/>
+ <parameter type-id='type-id-1119'/>
+ <return type-id='type-id-1120'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__moneypunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='911' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1119' is-artificial='yes'/>
- <parameter type-id='type-id-1120'/>
+ <parameter type-id='type-id-1118' is-artificial='yes'/>
+ <parameter type-id='type-id-1119'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__moneypunct_cache' mangled-name='_ZNSt18__moneypunct_cacheIwLb1EEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='890' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIwLb1EEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1119' is-artificial='yes'/>
+ <parameter type-id='type-id-1118' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__moneypunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1119' is-artificial='yes'/>
+ <parameter type-id='type-id-1118' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__moneypunct_cache' mangled-name='_ZNSt18__moneypunct_cacheIwLb1EED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIwLb1EED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1119' is-artificial='yes'/>
+ <parameter type-id='type-id-1118' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__moneypunct_cache' mangled-name='_ZNSt18__moneypunct_cacheIwLb1EED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='915' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18__moneypunct_cacheIwLb1EED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1119' is-artificial='yes'/>
+ <parameter type-id='type-id-1118' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__numpunct_cache<char>' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1570' column='1' id='type-id-1028'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='__numpunct_cache<char>' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1570' column='1' id='type-id-1027'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='_M_grouping' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1572' column='1'/>
</data-member>
<var-decl name='_M_thousands_sep' type-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1580' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='592'>
- <var-decl name='_M_atoms_out' type-id='type-id-1122' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1586' column='1'/>
+ <var-decl name='_M_atoms_out' type-id='type-id-1121' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1586' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='880'>
- <var-decl name='_M_atoms_in' type-id='type-id-1123' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1592' column='1'/>
+ <var-decl name='_M_atoms_in' type-id='type-id-1122' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1592' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
<var-decl name='_M_allocated' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1594' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__numpunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1596' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1124' is-artificial='yes'/>
+ <parameter type-id='type-id-1123' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_cache' mangled-name='_ZNSt16__numpunct_cacheIcE8_M_cacheERKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='80' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16__numpunct_cacheIcE8_M_cacheERKSt6locale@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1124' is-artificial='yes'/>
+ <parameter type-id='type-id-1123' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt16__numpunct_cacheIcEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1611' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1124' is-artificial='yes'/>
- <parameter type-id='type-id-1125'/>
- <return type-id='type-id-1126'/>
+ <parameter type-id='type-id-1123' is-artificial='yes'/>
+ <parameter type-id='type-id-1124'/>
+ <return type-id='type-id-1125'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__numpunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1614' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1124' is-artificial='yes'/>
- <parameter type-id='type-id-1125'/>
+ <parameter type-id='type-id-1123' is-artificial='yes'/>
+ <parameter type-id='type-id-1124'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__numpunct_cache' mangled-name='_ZNSt16__numpunct_cacheIcEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1596' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16__numpunct_cacheIcEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1124' is-artificial='yes'/>
+ <parameter type-id='type-id-1123' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__numpunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1618' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1124' is-artificial='yes'/>
+ <parameter type-id='type-id-1123' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__numpunct_cache' mangled-name='_ZNSt16__numpunct_cacheIcED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1618' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16__numpunct_cacheIcED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1124' is-artificial='yes'/>
+ <parameter type-id='type-id-1123' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__numpunct_cache' mangled-name='_ZNSt16__numpunct_cacheIcED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1618' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16__numpunct_cacheIcED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1124' is-artificial='yes'/>
+ <parameter type-id='type-id-1123' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__numpunct_cache<wchar_t>' size-in-bits='2688' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1570' column='1' id='type-id-1034'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='__numpunct_cache<wchar_t>' size-in-bits='2688' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1570' column='1' id='type-id-1033'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='_M_grouping' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1572' column='1'/>
</data-member>
<var-decl name='_M_thousands_sep' type-id='type-id-105' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1580' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='_M_atoms_out' type-id='type-id-1127' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1586' column='1'/>
+ <var-decl name='_M_atoms_out' type-id='type-id-1126' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1586' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1792'>
- <var-decl name='_M_atoms_in' type-id='type-id-1128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1592' column='1'/>
+ <var-decl name='_M_atoms_in' type-id='type-id-1127' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1592' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2624'>
<var-decl name='_M_allocated' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1594' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__numpunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1596' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1129' is-artificial='yes'/>
+ <parameter type-id='type-id-1128' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_cache' mangled-name='_ZNSt16__numpunct_cacheIwE8_M_cacheERKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='80' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16__numpunct_cacheIwE8_M_cacheERKSt6locale@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1129' is-artificial='yes'/>
+ <parameter type-id='type-id-1128' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt16__numpunct_cacheIwEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1611' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1129' is-artificial='yes'/>
- <parameter type-id='type-id-1130'/>
- <return type-id='type-id-1131'/>
+ <parameter type-id='type-id-1128' is-artificial='yes'/>
+ <parameter type-id='type-id-1129'/>
+ <return type-id='type-id-1130'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__numpunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1614' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1129' is-artificial='yes'/>
- <parameter type-id='type-id-1130'/>
+ <parameter type-id='type-id-1128' is-artificial='yes'/>
+ <parameter type-id='type-id-1129'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__numpunct_cache' mangled-name='_ZNSt16__numpunct_cacheIwEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1596' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16__numpunct_cacheIwEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1129' is-artificial='yes'/>
+ <parameter type-id='type-id-1128' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__numpunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1618' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1129' is-artificial='yes'/>
+ <parameter type-id='type-id-1128' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__numpunct_cache' mangled-name='_ZNSt16__numpunct_cacheIwED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1618' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16__numpunct_cacheIwED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1129' is-artificial='yes'/>
+ <parameter type-id='type-id-1128' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__numpunct_cache' mangled-name='_ZNSt16__numpunct_cacheIwED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1618' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16__numpunct_cacheIwED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1129' is-artificial='yes'/>
+ <parameter type-id='type-id-1128' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__timepunct_cache<char>' size-in-bits='3200' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='59' column='1' id='type-id-959'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='__timepunct_cache<char>' size-in-bits='3200' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='59' column='1' id='type-id-958'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<data-member access='public' static='yes'>
- <var-decl name='_S_timezones' type-id='type-id-1132' mangled-name='_ZNSt17__timepunct_cacheIcE12_S_timezonesE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/locale_facets.cc' line='34' column='1' elf-symbol-id='_ZNSt17__timepunct_cacheIcE12_S_timezonesE@@GLIBCXX_3.4'/>
+ <var-decl name='_S_timezones' type-id='type-id-1131' mangled-name='_ZNSt17__timepunct_cacheIcE12_S_timezonesE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/locale_facets.cc' line='34' column='1' elf-symbol-id='_ZNSt17__timepunct_cacheIcE12_S_timezonesE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='_M_date_format' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='64' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__timepunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1133' is-artificial='yes'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_cache' mangled-name='_ZNSt17__timepunct_cacheIcE8_M_cacheERKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1133' is-artificial='yes'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt17__timepunct_cacheIcEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1133' is-artificial='yes'/>
- <parameter type-id='type-id-1134'/>
- <return type-id='type-id-1135'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
+ <parameter type-id='type-id-1133'/>
+ <return type-id='type-id-1134'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__timepunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1133' is-artificial='yes'/>
- <parameter type-id='type-id-1134'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
+ <parameter type-id='type-id-1133'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__timepunct_cache' mangled-name='_ZNSt17__timepunct_cacheIcEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17__timepunct_cacheIcEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1133' is-artificial='yes'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__timepunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1133' is-artificial='yes'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__timepunct_cache' mangled-name='_ZNSt17__timepunct_cacheIcED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17__timepunct_cacheIcED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1133' is-artificial='yes'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__timepunct_cache' mangled-name='_ZNSt17__timepunct_cacheIcED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17__timepunct_cacheIcED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1133' is-artificial='yes'/>
+ <parameter type-id='type-id-1132' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__timepunct_cache<wchar_t>' size-in-bits='3200' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='59' column='1' id='type-id-963'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
+ <class-decl name='__timepunct_cache<wchar_t>' size-in-bits='3200' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='59' column='1' id='type-id-962'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<data-member access='public' static='yes'>
- <var-decl name='_S_timezones' type-id='type-id-1136' mangled-name='_ZNSt17__timepunct_cacheIwE12_S_timezonesE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/locale_facets.cc' line='43' column='1' elf-symbol-id='_ZNSt17__timepunct_cacheIwE12_S_timezonesE@@GLIBCXX_3.4'/>
+ <var-decl name='_S_timezones' type-id='type-id-1135' mangled-name='_ZNSt17__timepunct_cacheIwE12_S_timezonesE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/locale_facets.cc' line='43' column='1' elf-symbol-id='_ZNSt17__timepunct_cacheIwE12_S_timezonesE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<var-decl name='_M_date_format' type-id='type-id-249' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='64' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__timepunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1137' is-artificial='yes'/>
+ <parameter type-id='type-id-1136' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_cache' mangled-name='_ZNSt17__timepunct_cacheIwE8_M_cacheERKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1137' is-artificial='yes'/>
+ <parameter type-id='type-id-1136' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt17__timepunct_cacheIwEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1137' is-artificial='yes'/>
- <parameter type-id='type-id-1138'/>
- <return type-id='type-id-1139'/>
+ <parameter type-id='type-id-1136' is-artificial='yes'/>
+ <parameter type-id='type-id-1137'/>
+ <return type-id='type-id-1138'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__timepunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1137' is-artificial='yes'/>
- <parameter type-id='type-id-1138'/>
+ <parameter type-id='type-id-1136' is-artificial='yes'/>
+ <parameter type-id='type-id-1137'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__timepunct_cache' mangled-name='_ZNSt17__timepunct_cacheIwEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17__timepunct_cacheIwEC1Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1137' is-artificial='yes'/>
+ <parameter type-id='type-id-1136' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__timepunct_cache' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1137' is-artificial='yes'/>
+ <parameter type-id='type-id-1136' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__timepunct_cache' mangled-name='_ZNSt17__timepunct_cacheIwED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17__timepunct_cacheIwED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1137' is-artificial='yes'/>
+ <parameter type-id='type-id-1136' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~__timepunct_cache' mangled-name='_ZNSt17__timepunct_cacheIwED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17__timepunct_cacheIwED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1137' is-artificial='yes'/>
+ <parameter type-id='type-id-1136' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='messages_base' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1668' column='1' id='type-id-970'>
+ <class-decl name='messages_base' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1668' column='1' id='type-id-969'>
<member-type access='public'>
- <typedef-decl name='catalog' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1670' column='1' id='type-id-973'/>
+ <typedef-decl name='catalog' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1670' column='1' id='type-id-972'/>
</member-type>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-532' size-in-bits='64' id='type-id-1044'/>
+ <pointer-type-def type-id='type-id-532' size-in-bits='64' id='type-id-1043'/>
<namespace-decl name='std'>
- <typedef-decl name='wstring' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stringfwd.h' line='70' column='1' id='type-id-979'/>
+ <typedef-decl name='wstring' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stringfwd.h' line='70' column='1' id='type-id-978'/>
</namespace-decl>
- <union-decl name='__anonymous_union__' size-in-bits='320' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='77' column='1' id='type-id-1076'>
+ <union-decl name='__anonymous_union__' size-in-bits='320' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='77' column='1' id='type-id-1075'>
<member-type access='private'>
- <class-decl name='__pthread_mutex_s' size-in-bits='320' is-struct='yes' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='78' column='1' id='type-id-1140'>
+ <class-decl name='__pthread_mutex_s' size-in-bits='320' is-struct='yes' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='78' column='1' id='type-id-1139'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='__lock' type-id='type-id-36' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='80' column='1'/>
</data-member>
<var-decl name='__spins' type-id='type-id-36' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='90' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='__list' type-id='type-id-1141' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='91' column='1'/>
+ <var-decl name='__list' type-id='type-id-1140' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='91' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='private'>
- <var-decl name='__data' type-id='type-id-1140' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='101' column='1'/>
+ <var-decl name='__data' type-id='type-id-1139' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='101' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='__size' type-id='type-id-1142' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='102' column='1'/>
+ <var-decl name='__size' type-id='type-id-1141' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='102' column='1'/>
</data-member>
<data-member access='private'>
<var-decl name='__align' type-id='type-id-55' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='103' column='1'/>
</data-member>
</union-decl>
- <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='88' id='type-id-1108'>
- <subrange length='11' type-id='type-id-515' id='type-id-1143'/>
+ <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='88' id='type-id-1107'>
+ <subrange length='11' type-id='type-id-515' id='type-id-1142'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='208' id='type-id-1123'>
- <subrange length='26' type-id='type-id-515' id='type-id-1144'/>
+ <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='208' id='type-id-1122'>
+ <subrange length='26' type-id='type-id-515' id='type-id-1143'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='288' id='type-id-1122'>
- <subrange length='36' type-id='type-id-515' id='type-id-1145'/>
+ <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='288' id='type-id-1121'>
+ <subrange length='36' type-id='type-id-515' id='type-id-1144'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='320' id='type-id-1142'>
- <subrange length='40' type-id='type-id-515' id='type-id-1146'/>
+ <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='320' id='type-id-1141'>
+ <subrange length='40' type-id='type-id-515' id='type-id-1145'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-11' size-in-bits='896' id='type-id-1132'>
- <subrange length='14' type-id='type-id-515' id='type-id-1147'/>
+ <array-type-def dimensions='1' type-id='type-id-11' size-in-bits='896' id='type-id-1131'>
+ <subrange length='14' type-id='type-id-515' id='type-id-1146'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-1148' size-in-bits='64' id='type-id-1110'/>
- <reference-type-def kind='lvalue' type-id='type-id-1149' size-in-bits='64' id='type-id-1113'/>
- <reference-type-def kind='lvalue' type-id='type-id-1150' size-in-bits='64' id='type-id-1117'/>
- <reference-type-def kind='lvalue' type-id='type-id-1151' size-in-bits='64' id='type-id-1120'/>
- <reference-type-def kind='lvalue' type-id='type-id-1152' size-in-bits='64' id='type-id-1125'/>
- <reference-type-def kind='lvalue' type-id='type-id-1153' size-in-bits='64' id='type-id-1130'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1147' size-in-bits='64' id='type-id-1109'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1148' size-in-bits='64' id='type-id-1112'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1149' size-in-bits='64' id='type-id-1116'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1150' size-in-bits='64' id='type-id-1119'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1151' size-in-bits='64' id='type-id-1124'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1152' size-in-bits='64' id='type-id-1129'/>
+ <qualified-type-def type-id='type-id-930' const='yes' id='type-id-1080'/>
<qualified-type-def type-id='type-id-931' const='yes' id='type-id-1081'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1153' size-in-bits='64' id='type-id-1133'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1154' size-in-bits='64' id='type-id-1137'/>
<qualified-type-def type-id='type-id-932' const='yes' id='type-id-1082'/>
- <reference-type-def kind='lvalue' type-id='type-id-1154' size-in-bits='64' id='type-id-1134'/>
- <reference-type-def kind='lvalue' type-id='type-id-1155' size-in-bits='64' id='type-id-1138'/>
<qualified-type-def type-id='type-id-933' const='yes' id='type-id-1083'/>
<qualified-type-def type-id='type-id-934' const='yes' id='type-id-1084'/>
- <qualified-type-def type-id='type-id-935' const='yes' id='type-id-1085'/>
- <qualified-type-def type-id='type-id-971' const='yes' id='type-id-1086'/>
- <qualified-type-def type-id='type-id-936' const='yes' id='type-id-1087'/>
- <qualified-type-def type-id='type-id-975' const='yes' id='type-id-1088'/>
- <qualified-type-def type-id='type-id-1008' const='yes' id='type-id-1080'/>
+ <qualified-type-def type-id='type-id-970' const='yes' id='type-id-1085'/>
+ <qualified-type-def type-id='type-id-935' const='yes' id='type-id-1086'/>
+ <qualified-type-def type-id='type-id-974' const='yes' id='type-id-1087'/>
+ <qualified-type-def type-id='type-id-1007' const='yes' id='type-id-1079'/>
+ <qualified-type-def type-id='type-id-936' const='yes' id='type-id-1088'/>
<qualified-type-def type-id='type-id-937' const='yes' id='type-id-1089'/>
<qualified-type-def type-id='type-id-938' const='yes' id='type-id-1090'/>
- <qualified-type-def type-id='type-id-939' const='yes' id='type-id-1091'/>
- <qualified-type-def type-id='type-id-992' const='yes' id='type-id-1092'/>
- <qualified-type-def type-id='type-id-940' const='yes' id='type-id-1093'/>
- <qualified-type-def type-id='type-id-997' const='yes' id='type-id-1094'/>
+ <qualified-type-def type-id='type-id-991' const='yes' id='type-id-1091'/>
+ <qualified-type-def type-id='type-id-939' const='yes' id='type-id-1092'/>
+ <qualified-type-def type-id='type-id-996' const='yes' id='type-id-1093'/>
+ <qualified-type-def type-id='type-id-940' const='yes' id='type-id-1094'/>
<qualified-type-def type-id='type-id-941' const='yes' id='type-id-1095'/>
<qualified-type-def type-id='type-id-942' const='yes' id='type-id-1096'/>
<qualified-type-def type-id='type-id-943' const='yes' id='type-id-1097'/>
<qualified-type-def type-id='type-id-947' const='yes' id='type-id-1101'/>
<qualified-type-def type-id='type-id-948' const='yes' id='type-id-1102'/>
<qualified-type-def type-id='type-id-949' const='yes' id='type-id-1103'/>
- <qualified-type-def type-id='type-id-950' const='yes' id='type-id-1104'/>
- <qualified-type-def type-id='type-id-979' const='yes' id='type-id-1105'/>
- <array-type-def dimensions='1' type-id='type-id-249' size-in-bits='896' id='type-id-1136'>
- <subrange length='14' type-id='type-id-515' id='type-id-1147'/>
+ <qualified-type-def type-id='type-id-978' const='yes' id='type-id-1104'/>
+ <array-type-def dimensions='1' type-id='type-id-249' size-in-bits='896' id='type-id-1135'>
+ <subrange length='14' type-id='type-id-515' id='type-id-1146'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-1002' size-in-bits='64' id='type-id-1111'/>
- <pointer-type-def type-id='type-id-1002' size-in-bits='64' id='type-id-1109'/>
- <reference-type-def kind='lvalue' type-id='type-id-1010' size-in-bits='64' id='type-id-1114'/>
- <pointer-type-def type-id='type-id-1010' size-in-bits='64' id='type-id-1112'/>
- <reference-type-def kind='lvalue' type-id='type-id-1016' size-in-bits='64' id='type-id-1118'/>
- <pointer-type-def type-id='type-id-1016' size-in-bits='64' id='type-id-1116'/>
- <reference-type-def kind='lvalue' type-id='type-id-1022' size-in-bits='64' id='type-id-1121'/>
- <pointer-type-def type-id='type-id-1022' size-in-bits='64' id='type-id-1119'/>
- <reference-type-def kind='lvalue' type-id='type-id-1028' size-in-bits='64' id='type-id-1126'/>
- <pointer-type-def type-id='type-id-1028' size-in-bits='64' id='type-id-1124'/>
- <reference-type-def kind='lvalue' type-id='type-id-1034' size-in-bits='64' id='type-id-1131'/>
- <pointer-type-def type-id='type-id-1034' size-in-bits='64' id='type-id-1129'/>
- <reference-type-def kind='lvalue' type-id='type-id-959' size-in-bits='64' id='type-id-1135'/>
- <pointer-type-def type-id='type-id-959' size-in-bits='64' id='type-id-1133'/>
- <reference-type-def kind='lvalue' type-id='type-id-963' size-in-bits='64' id='type-id-1139'/>
- <pointer-type-def type-id='type-id-963' size-in-bits='64' id='type-id-1137'/>
- <reference-type-def kind='lvalue' type-id='type-id-839' size-in-bits='64' id='type-id-1106'/>
- <reference-type-def kind='lvalue' type-id='type-id-857' size-in-bits='64' id='type-id-1107'/>
- <class-decl name='__locale_struct' size-in-bits='1856' is-struct='yes' visibility='default' filepath='/usr/include/xlocale.h' line='28' column='1' id='type-id-1077'>
+ <reference-type-def kind='lvalue' type-id='type-id-1001' size-in-bits='64' id='type-id-1110'/>
+ <pointer-type-def type-id='type-id-1001' size-in-bits='64' id='type-id-1108'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1009' size-in-bits='64' id='type-id-1113'/>
+ <pointer-type-def type-id='type-id-1009' size-in-bits='64' id='type-id-1111'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1015' size-in-bits='64' id='type-id-1117'/>
+ <pointer-type-def type-id='type-id-1015' size-in-bits='64' id='type-id-1115'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1021' size-in-bits='64' id='type-id-1120'/>
+ <pointer-type-def type-id='type-id-1021' size-in-bits='64' id='type-id-1118'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1027' size-in-bits='64' id='type-id-1125'/>
+ <pointer-type-def type-id='type-id-1027' size-in-bits='64' id='type-id-1123'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1033' size-in-bits='64' id='type-id-1130'/>
+ <pointer-type-def type-id='type-id-1033' size-in-bits='64' id='type-id-1128'/>
+ <reference-type-def kind='lvalue' type-id='type-id-958' size-in-bits='64' id='type-id-1134'/>
+ <pointer-type-def type-id='type-id-958' size-in-bits='64' id='type-id-1132'/>
+ <reference-type-def kind='lvalue' type-id='type-id-962' size-in-bits='64' id='type-id-1138'/>
+ <pointer-type-def type-id='type-id-962' size-in-bits='64' id='type-id-1136'/>
+ <reference-type-def kind='lvalue' type-id='type-id-838' size-in-bits='64' id='type-id-1105'/>
+ <reference-type-def kind='lvalue' type-id='type-id-856' size-in-bits='64' id='type-id-1106'/>
+ <class-decl name='__locale_struct' size-in-bits='1856' is-struct='yes' visibility='default' filepath='/usr/include/xlocale.h' line='28' column='1' id='type-id-1076'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='__locales' type-id='type-id-1156' visibility='default' filepath='/usr/include/xlocale.h' line='31' column='1'/>
+ <var-decl name='__locales' type-id='type-id-1155' visibility='default' filepath='/usr/include/xlocale.h' line='31' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
- <var-decl name='__ctype_b' type-id='type-id-1157' visibility='default' filepath='/usr/include/xlocale.h' line='34' column='1'/>
+ <var-decl name='__ctype_b' type-id='type-id-1156' visibility='default' filepath='/usr/include/xlocale.h' line='34' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
- <var-decl name='__ctype_tolower' type-id='type-id-951' visibility='default' filepath='/usr/include/xlocale.h' line='35' column='1'/>
+ <var-decl name='__ctype_tolower' type-id='type-id-950' visibility='default' filepath='/usr/include/xlocale.h' line='35' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='__ctype_toupper' type-id='type-id-951' visibility='default' filepath='/usr/include/xlocale.h' line='36' column='1'/>
+ <var-decl name='__ctype_toupper' type-id='type-id-950' visibility='default' filepath='/usr/include/xlocale.h' line='36' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
- <var-decl name='__names' type-id='type-id-1158' visibility='default' filepath='/usr/include/xlocale.h' line='39' column='1'/>
+ <var-decl name='__names' type-id='type-id-1157' visibility='default' filepath='/usr/include/xlocale.h' line='39' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='__pthread_list_t' type-id='type-id-1159' filepath='/usr/include/bits/pthreadtypes.h' line='65' column='1' id='type-id-1141'/>
- <array-type-def dimensions='1' type-id='type-id-105' size-in-bits='352' id='type-id-1115'>
- <subrange length='11' type-id='type-id-515' id='type-id-1143'/>
+ <typedef-decl name='__pthread_list_t' type-id='type-id-1158' filepath='/usr/include/bits/pthreadtypes.h' line='65' column='1' id='type-id-1140'/>
+ <array-type-def dimensions='1' type-id='type-id-105' size-in-bits='352' id='type-id-1114'>
+ <subrange length='11' type-id='type-id-515' id='type-id-1142'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-105' size-in-bits='832' id='type-id-1128'>
- <subrange length='26' type-id='type-id-515' id='type-id-1144'/>
+ <array-type-def dimensions='1' type-id='type-id-105' size-in-bits='832' id='type-id-1127'>
+ <subrange length='26' type-id='type-id-515' id='type-id-1143'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-105' size-in-bits='1152' id='type-id-1127'>
- <subrange length='36' type-id='type-id-515' id='type-id-1145'/>
+ <array-type-def dimensions='1' type-id='type-id-105' size-in-bits='1152' id='type-id-1126'>
+ <subrange length='36' type-id='type-id-515' id='type-id-1144'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-1160' size-in-bits='832' id='type-id-1156'>
- <subrange length='13' type-id='type-id-515' id='type-id-1161'/>
+ <array-type-def dimensions='1' type-id='type-id-1159' size-in-bits='832' id='type-id-1155'>
+ <subrange length='13' type-id='type-id-515' id='type-id-1160'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-11' size-in-bits='832' id='type-id-1158'>
- <subrange length='13' type-id='type-id-515' id='type-id-1161'/>
+ <array-type-def dimensions='1' type-id='type-id-11' size-in-bits='832' id='type-id-1157'>
+ <subrange length='13' type-id='type-id-515' id='type-id-1160'/>
</array-type-def>
- <qualified-type-def type-id='type-id-1002' const='yes' id='type-id-1148'/>
- <qualified-type-def type-id='type-id-1010' const='yes' id='type-id-1149'/>
- <qualified-type-def type-id='type-id-1016' const='yes' id='type-id-1150'/>
- <qualified-type-def type-id='type-id-1022' const='yes' id='type-id-1151'/>
- <qualified-type-def type-id='type-id-1028' const='yes' id='type-id-1152'/>
- <qualified-type-def type-id='type-id-1034' const='yes' id='type-id-1153'/>
- <qualified-type-def type-id='type-id-959' const='yes' id='type-id-1154'/>
- <qualified-type-def type-id='type-id-963' const='yes' id='type-id-1155'/>
- <pointer-type-def type-id='type-id-1162' size-in-bits='64' id='type-id-1157'/>
- <class-decl name='__pthread_internal_list' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='61' column='1' id='type-id-1159'>
+ <qualified-type-def type-id='type-id-1001' const='yes' id='type-id-1147'/>
+ <qualified-type-def type-id='type-id-1009' const='yes' id='type-id-1148'/>
+ <qualified-type-def type-id='type-id-1015' const='yes' id='type-id-1149'/>
+ <qualified-type-def type-id='type-id-1021' const='yes' id='type-id-1150'/>
+ <qualified-type-def type-id='type-id-1027' const='yes' id='type-id-1151'/>
+ <qualified-type-def type-id='type-id-1033' const='yes' id='type-id-1152'/>
+ <qualified-type-def type-id='type-id-958' const='yes' id='type-id-1153'/>
+ <qualified-type-def type-id='type-id-962' const='yes' id='type-id-1154'/>
+ <pointer-type-def type-id='type-id-1161' size-in-bits='64' id='type-id-1156'/>
+ <class-decl name='__pthread_internal_list' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='61' column='1' id='type-id-1158'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='__prev' type-id='type-id-1163' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='63' column='1'/>
+ <var-decl name='__prev' type-id='type-id-1162' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='63' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='__next' type-id='type-id-1163' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='64' column='1'/>
+ <var-decl name='__next' type-id='type-id-1162' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='64' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-1164' size-in-bits='64' id='type-id-1160'/>
- <pointer-type-def type-id='type-id-1159' size-in-bits='64' id='type-id-1163'/>
- <qualified-type-def type-id='type-id-507' const='yes' id='type-id-1162'/>
- <class-decl name='__locale_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1164'/>
+ <pointer-type-def type-id='type-id-1163' size-in-bits='64' id='type-id-1159'/>
+ <pointer-type-def type-id='type-id-1158' size-in-bits='64' id='type-id-1162'/>
+ <qualified-type-def type-id='type-id-507' const='yes' id='type-id-1161'/>
+ <class-decl name='__locale_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1163'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/src/c++98/compatibility-debug_list.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<namespace-decl name='__norm'>
- <class-decl name='_List_node_base' size-in-bits='128' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='41' column='1' id='type-id-1165'>
+ <class-decl name='_List_node_base' size-in-bits='128' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='41' column='1' id='type-id-1164'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_next' type-id='type-id-1166' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='41' column='1'/>
+ <var-decl name='_M_next' type-id='type-id-1165' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='41' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_prev' type-id='type-id-1166' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='42' column='1'/>
+ <var-decl name='_M_prev' type-id='type-id-1165' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='42' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='swap' mangled-name='_ZNSt6__norm15_List_node_base4swapERS0_S1_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='45' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6__norm15_List_node_base4swapERS0_S1_@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-1167'/>
- <parameter type-id='type-id-1167'/>
+ <parameter type-id='type-id-1166'/>
+ <parameter type-id='type-id-1166'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='transfer' mangled-name='_ZNSt6__norm15_List_node_base8transferEPS0_S1_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6__norm15_List_node_base8transferEPS0_S1_@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-1166' is-artificial='yes'/>
- <parameter type-id='type-id-1166'/>
- <parameter type-id='type-id-1166'/>
+ <parameter type-id='type-id-1165' is-artificial='yes'/>
+ <parameter type-id='type-id-1165'/>
+ <parameter type-id='type-id-1165'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='reverse' mangled-name='_ZNSt6__norm15_List_node_base7reverseEv' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='52' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6__norm15_List_node_base7reverseEv@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-1166' is-artificial='yes'/>
+ <parameter type-id='type-id-1165' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='hook' mangled-name='_ZNSt6__norm15_List_node_base4hookEPS0_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6__norm15_List_node_base4hookEPS0_@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-1166' is-artificial='yes'/>
- <parameter type-id='type-id-1166'/>
+ <parameter type-id='type-id-1165' is-artificial='yes'/>
+ <parameter type-id='type-id-1165'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='unhook' mangled-name='_ZNSt6__norm15_List_node_base6unhookEv' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='58' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6__norm15_List_node_base6unhookEv@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-1166' is-artificial='yes'/>
+ <parameter type-id='type-id-1165' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_transfer' mangled-name='_ZNSt6__norm15_List_node_base11_M_transferEPS0_S1_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='47' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6__norm15_List_node_base11_M_transferEPS0_S1_@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1166' is-artificial='yes'/>
- <parameter type-id='type-id-1166'/>
- <parameter type-id='type-id-1166'/>
+ <parameter type-id='type-id-1165' is-artificial='yes'/>
+ <parameter type-id='type-id-1165'/>
+ <parameter type-id='type-id-1165'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_reverse' mangled-name='_ZNSt6__norm15_List_node_base10_M_reverseEv' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='51' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6__norm15_List_node_base10_M_reverseEv@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1166' is-artificial='yes'/>
+ <parameter type-id='type-id-1165' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_hook' mangled-name='_ZNSt6__norm15_List_node_base7_M_hookEPS0_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='54' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6__norm15_List_node_base7_M_hookEPS0_@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1166' is-artificial='yes'/>
- <parameter type-id='type-id-1166'/>
+ <parameter type-id='type-id-1165' is-artificial='yes'/>
+ <parameter type-id='type-id-1165'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_unhook' mangled-name='_ZNSt6__norm15_List_node_base9_M_unhookEv' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='57' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6__norm15_List_node_base9_M_unhookEv@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1166' is-artificial='yes'/>
+ <parameter type-id='type-id-1165' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<function-decl name='swap<std::__norm::_List_node_base*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1168'/>
- <parameter type-id='type-id-1168'/>
+ <parameter type-id='type-id-1167'/>
+ <parameter type-id='type-id-1167'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1165' size-in-bits='64' id='type-id-1166'/>
+ <pointer-type-def type-id='type-id-1164' size-in-bits='64' id='type-id-1165'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1164' size-in-bits='64' id='type-id-1166'/>
<reference-type-def kind='lvalue' type-id='type-id-1165' size-in-bits='64' id='type-id-1167'/>
- <reference-type-def kind='lvalue' type-id='type-id-1166' size-in-bits='64' id='type-id-1168'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/src/c++98/compatibility-debug_list-2.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src' language='LANG_C_plus_plus'>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='_List_node_base' size-in-bits='128' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='41' column='1' id='type-id-1169'>
+ <class-decl name='_List_node_base' size-in-bits='128' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='41' column='1' id='type-id-1168'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_next' type-id='type-id-1170' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='41' column='1'/>
+ <var-decl name='_M_next' type-id='type-id-1169' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='41' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_prev' type-id='type-id-1170' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='42' column='1'/>
+ <var-decl name='_M_prev' type-id='type-id-1169' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='42' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='swap' mangled-name='_ZNSt15_List_node_base4swapERS_S0_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='45' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15_List_node_base4swapERS_S0_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1171'/>
- <parameter type-id='type-id-1171'/>
+ <parameter type-id='type-id-1170'/>
+ <parameter type-id='type-id-1170'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='transfer' mangled-name='_ZNSt15_List_node_base8transferEPS_S0_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15_List_node_base8transferEPS_S0_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1170' is-artificial='yes'/>
- <parameter type-id='type-id-1170'/>
- <parameter type-id='type-id-1170'/>
+ <parameter type-id='type-id-1169' is-artificial='yes'/>
+ <parameter type-id='type-id-1169'/>
+ <parameter type-id='type-id-1169'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='reverse' mangled-name='_ZNSt15_List_node_base7reverseEv' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='52' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15_List_node_base7reverseEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1170' is-artificial='yes'/>
+ <parameter type-id='type-id-1169' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='hook' mangled-name='_ZNSt15_List_node_base4hookEPS_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15_List_node_base4hookEPS_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1170' is-artificial='yes'/>
- <parameter type-id='type-id-1170'/>
+ <parameter type-id='type-id-1169' is-artificial='yes'/>
+ <parameter type-id='type-id-1169'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='unhook' mangled-name='_ZNSt15_List_node_base6unhookEv' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='58' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15_List_node_base6unhookEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1170' is-artificial='yes'/>
+ <parameter type-id='type-id-1169' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_transfer' mangled-name='_ZNSt15_List_node_base11_M_transferEPS_S0_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='47' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15_List_node_base11_M_transferEPS_S0_@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1170' is-artificial='yes'/>
- <parameter type-id='type-id-1170'/>
- <parameter type-id='type-id-1170'/>
+ <parameter type-id='type-id-1169' is-artificial='yes'/>
+ <parameter type-id='type-id-1169'/>
+ <parameter type-id='type-id-1169'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_reverse' mangled-name='_ZNSt15_List_node_base10_M_reverseEv' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='51' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15_List_node_base10_M_reverseEv@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1170' is-artificial='yes'/>
+ <parameter type-id='type-id-1169' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_hook' mangled-name='_ZNSt15_List_node_base7_M_hookEPS_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='54' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15_List_node_base7_M_hookEPS_@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1170' is-artificial='yes'/>
- <parameter type-id='type-id-1170'/>
+ <parameter type-id='type-id-1169' is-artificial='yes'/>
+ <parameter type-id='type-id-1169'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_unhook' mangled-name='_ZNSt15_List_node_base9_M_unhookEv' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='57' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15_List_node_base9_M_unhookEv@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1170' is-artificial='yes'/>
+ <parameter type-id='type-id-1169' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='swap<std::_List_node_base*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1172'/>
- <parameter type-id='type-id-1172'/>
+ <parameter type-id='type-id-1171'/>
+ <parameter type-id='type-id-1171'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1169' size-in-bits='64' id='type-id-1170'/>
+ <pointer-type-def type-id='type-id-1168' size-in-bits='64' id='type-id-1169'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1168' size-in-bits='64' id='type-id-1170'/>
<reference-type-def kind='lvalue' type-id='type-id-1169' size-in-bits='64' id='type-id-1171'/>
- <reference-type-def kind='lvalue' type-id='type-id-1170' size-in-bits='64' id='type-id-1172'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src' language='LANG_C_plus_plus'>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/src/c++98/compatibility-parallel_list.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<namespace-decl name='__cxx1998'>
- <class-decl name='_List_node_base' size-in-bits='128' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='41' column='1' id='type-id-1173'>
+ <class-decl name='_List_node_base' size-in-bits='128' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='41' column='1' id='type-id-1172'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_next' type-id='type-id-1174' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='41' column='1'/>
+ <var-decl name='_M_next' type-id='type-id-1173' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='41' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_prev' type-id='type-id-1174' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='42' column='1'/>
+ <var-decl name='_M_prev' type-id='type-id-1173' visibility='default' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='42' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='swap' mangled-name='_ZNSt9__cxx199815_List_node_base4swapERS0_S1_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='45' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9__cxx199815_List_node_base4swapERS0_S1_@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-1175'/>
- <parameter type-id='type-id-1175'/>
+ <parameter type-id='type-id-1174'/>
+ <parameter type-id='type-id-1174'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='transfer' mangled-name='_ZNSt9__cxx199815_List_node_base8transferEPS0_S1_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9__cxx199815_List_node_base8transferEPS0_S1_@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-1174' is-artificial='yes'/>
- <parameter type-id='type-id-1174'/>
- <parameter type-id='type-id-1174'/>
+ <parameter type-id='type-id-1173' is-artificial='yes'/>
+ <parameter type-id='type-id-1173'/>
+ <parameter type-id='type-id-1173'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='reverse' mangled-name='_ZNSt9__cxx199815_List_node_base7reverseEv' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='52' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9__cxx199815_List_node_base7reverseEv@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-1174' is-artificial='yes'/>
+ <parameter type-id='type-id-1173' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='hook' mangled-name='_ZNSt9__cxx199815_List_node_base4hookEPS0_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9__cxx199815_List_node_base4hookEPS0_@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-1174' is-artificial='yes'/>
- <parameter type-id='type-id-1174'/>
+ <parameter type-id='type-id-1173' is-artificial='yes'/>
+ <parameter type-id='type-id-1173'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='unhook' mangled-name='_ZNSt9__cxx199815_List_node_base6unhookEv' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list.cc' line='58' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9__cxx199815_List_node_base6unhookEv@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-1174' is-artificial='yes'/>
+ <parameter type-id='type-id-1173' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_transfer' mangled-name='_ZNSt9__cxx199815_List_node_base11_M_transferEPS0_S1_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='47' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9__cxx199815_List_node_base11_M_transferEPS0_S1_@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1174' is-artificial='yes'/>
- <parameter type-id='type-id-1174'/>
- <parameter type-id='type-id-1174'/>
+ <parameter type-id='type-id-1173' is-artificial='yes'/>
+ <parameter type-id='type-id-1173'/>
+ <parameter type-id='type-id-1173'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_reverse' mangled-name='_ZNSt9__cxx199815_List_node_base10_M_reverseEv' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='51' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9__cxx199815_List_node_base10_M_reverseEv@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1174' is-artificial='yes'/>
+ <parameter type-id='type-id-1173' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_hook' mangled-name='_ZNSt9__cxx199815_List_node_base7_M_hookEPS0_' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='54' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9__cxx199815_List_node_base7_M_hookEPS0_@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1174' is-artificial='yes'/>
- <parameter type-id='type-id-1174'/>
+ <parameter type-id='type-id-1173' is-artificial='yes'/>
+ <parameter type-id='type-id-1173'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_unhook' mangled-name='_ZNSt9__cxx199815_List_node_base9_M_unhookEv' filepath='../../.././libstdc++-v3/src/c++98/compatibility-list-2.cc' line='57' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9__cxx199815_List_node_base9_M_unhookEv@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1174' is-artificial='yes'/>
+ <parameter type-id='type-id-1173' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<function-decl name='swap<std::__cxx1998::_List_node_base*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1176'/>
- <parameter type-id='type-id-1176'/>
+ <parameter type-id='type-id-1175'/>
+ <parameter type-id='type-id-1175'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1173' size-in-bits='64' id='type-id-1174'/>
+ <pointer-type-def type-id='type-id-1172' size-in-bits='64' id='type-id-1173'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1172' size-in-bits='64' id='type-id-1174'/>
<reference-type-def kind='lvalue' type-id='type-id-1173' size-in-bits='64' id='type-id-1175'/>
- <reference-type-def kind='lvalue' type-id='type-id-1174' size-in-bits='64' id='type-id-1176'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/src/c++98/compatibility-parallel_list-2.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src' language='LANG_C_plus_plus'>
<namespace-decl name='chrono'>
- <class-decl name='system_clock' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='668' column='1' id='type-id-1177'>
+ <class-decl name='system_clock' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='668' column='1' id='type-id-1176'>
<member-type access='public'>
- <typedef-decl name='duration' type-id='type-id-1179' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='673' column='1' id='type-id-1178'/>
+ <typedef-decl name='duration' type-id='type-id-1178' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='673' column='1' id='type-id-1177'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='time_point' type-id='type-id-1181' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='680' column='1' id='type-id-1180'/>
+ <typedef-decl name='time_point' type-id='type-id-1180' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='680' column='1' id='type-id-1179'/>
</member-type>
<data-member access='public' static='yes'>
- <var-decl name='is_monotonic' type-id='type-id-1006' mangled-name='_ZNSt6chrono12system_clock12is_monotonicE' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='118' column='1' elf-symbol-id='_ZNSt6chrono12system_clock12is_monotonicE@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_monotonic' type-id='type-id-1005' mangled-name='_ZNSt6chrono12system_clock12is_monotonicE' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='118' column='1' elf-symbol-id='_ZNSt6chrono12system_clock12is_monotonicE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_steady' type-id='type-id-1006' mangled-name='_ZNSt6chrono12system_clock9is_steadyE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='686' column='1'/>
+ <var-decl name='is_steady' type-id='type-id-1005' mangled-name='_ZNSt6chrono12system_clock9is_steadyE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='686' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='now' mangled-name='_ZNSt6chrono12system_clock3nowEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='689' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6chrono12system_clock3nowEv@@GLIBCXX_3.4.11'>
- <return type-id='type-id-1180'/>
+ <return type-id='type-id-1179'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='to_time_t' mangled-name='_ZNSt6chrono12system_clock9to_time_tERKNS_10time_pointIS0_NS_8durationIlSt5ratioILl1ELl1000000EEEEEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='693' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1182'/>
- <return type-id='type-id-1183'/>
+ <parameter type-id='type-id-1181'/>
+ <return type-id='type-id-1182'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='from_time_t' mangled-name='_ZNSt6chrono12system_clock11from_time_tEl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='700' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1183'/>
- <return type-id='type-id-1180'/>
+ <parameter type-id='type-id-1182'/>
+ <return type-id='type-id-1179'/>
</function-decl>
</member-function>
</class-decl>
<parameter type-id='type-id-66'/>
<return type-id='type-id-66'/>
</function-decl>
- <class-decl name='iterator_traits<char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-783'>
+ <class-decl name='iterator_traits<char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-782'>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-56' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='180' column='1' id='type-id-442'/>
</member-type>
<typedef-decl name='reference' type-id='type-id-187' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='182' column='1' id='type-id-444'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='iterator_category' type-id='type-id-784' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='178' column='1' id='type-id-448'/>
+ <typedef-decl name='iterator_category' type-id='type-id-783' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='178' column='1' id='type-id-448'/>
</member-type>
</class-decl>
- <class-decl name='iterator_traits<wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-787'>
+ <class-decl name='iterator_traits<wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='176' column='1' id='type-id-786'>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-56' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='180' column='1' id='type-id-473'/>
</member-type>
<typedef-decl name='reference' type-id='type-id-254' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='182' column='1' id='type-id-475'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='iterator_category' type-id='type-id-784' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='178' column='1' id='type-id-479'/>
+ <typedef-decl name='iterator_category' type-id='type-id-783' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='178' column='1' id='type-id-479'/>
</member-type>
</class-decl>
- <class-decl name='_Hash_impl' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functional_hash.h' line='131' column='1' id='type-id-1184'>
+ <class-decl name='_Hash_impl' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functional_hash.h' line='131' column='1' id='type-id-1183'>
<member-function access='public' static='yes'>
<function-decl name='hash' mangled-name='_ZNSt10_Hash_impl4hashEPKvmm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functional_hash.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-33'/>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='hash<int>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functional_hash.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1185'/>
+ <parameter type-id='type-id-1184'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='__hash_combine<const std::error_category*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functional_hash.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1186'/>
+ <parameter type-id='type-id-1185'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='hash<void*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functional_hash.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1187'/>
+ <parameter type-id='type-id-1186'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='error_category' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='66' column='1' is-declaration-only='yes' id='type-id-1188'>
+ <class-decl name='error_category' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='66' column='1' is-declaration-only='yes' id='type-id-1187'>
<member-function access='protected' constructor='yes'>
<function-decl name='error_category' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1189' is-artificial='yes'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='error_category' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1189' is-artificial='yes'/>
- <parameter type-id='type-id-1190'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
+ <parameter type-id='type-id-1189'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt14error_categoryaSERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='75' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1189' is-artificial='yes'/>
- <parameter type-id='type-id-1190'/>
- <return type-id='type-id-1191'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
+ <parameter type-id='type-id-1189'/>
+ <return type-id='type-id-1190'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator<' mangled-name='_ZNKSt14error_categoryltERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1192' is-artificial='yes'/>
- <parameter type-id='type-id-1190'/>
+ <parameter type-id='type-id-1191' is-artificial='yes'/>
+ <parameter type-id='type-id-1189'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator==' mangled-name='_ZNKSt14error_categoryeqERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='97' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1192' is-artificial='yes'/>
- <parameter type-id='type-id-1190'/>
+ <parameter type-id='type-id-1191' is-artificial='yes'/>
+ <parameter type-id='type-id-1189'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator!=' mangled-name='_ZNKSt14error_categoryneERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='101' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1192' is-artificial='yes'/>
- <parameter type-id='type-id-1190'/>
+ <parameter type-id='type-id-1191' is-artificial='yes'/>
+ <parameter type-id='type-id-1189'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='error_category' mangled-name='_ZNSt14error_categoryC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='66' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14error_categoryC1Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-1189' is-artificial='yes'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~error_category' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1189' is-artificial='yes'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~error_category' mangled-name='_ZNSt14error_categoryD0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='66' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14error_categoryD0Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-1189' is-artificial='yes'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~error_category' mangled-name='_ZNSt14error_categoryD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='66' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14error_categoryD2Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-1189' is-artificial='yes'/>
+ <parameter type-id='type-id-1188' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='name' mangled-name='_ZNKSt14error_category4nameEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1192' is-artificial='yes'/>
+ <parameter type-id='type-id-1191' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='3'>
<function-decl name='message' mangled-name='_ZNKSt14error_category7messageEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1192' is-artificial='yes'/>
+ <parameter type-id='type-id-1191' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='4'>
<function-decl name='default_error_condition' mangled-name='_ZNKSt14error_category23default_error_conditionEi' filepath='../../../.././libstdc++-v3/src/c++11/system_error.cc' line='86' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt14error_category23default_error_conditionEi@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1192' is-artificial='yes'/>
+ <parameter type-id='type-id-1191' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-1193'/>
+ <return type-id='type-id-1192'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='5'>
<function-decl name='equivalent' mangled-name='_ZNKSt14error_category10equivalentEiRKSt15error_condition' filepath='../../../.././libstdc++-v3/src/c++11/system_error.cc' line='90' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt14error_category10equivalentEiRKSt15error_condition@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1192' is-artificial='yes'/>
+ <parameter type-id='type-id-1191' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-1194'/>
+ <parameter type-id='type-id-1193'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='6'>
<function-decl name='equivalent' mangled-name='_ZNKSt14error_category10equivalentERKSt10error_codei' filepath='../../../.././libstdc++-v3/src/c++11/system_error.cc' line='95' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt14error_category10equivalentERKSt10error_codei@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1192' is-artificial='yes'/>
- <parameter type-id='type-id-1195'/>
+ <parameter type-id='type-id-1191' is-artificial='yes'/>
+ <parameter type-id='type-id-1194'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='lock_error' size-in-bits='64' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='40' column='1' id='type-id-1196'>
+ <class-decl name='lock_error' size-in-bits='64' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='40' column='1' id='type-id-1195'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-86'/>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='what' mangled-name='_ZNKSt10lock_error4whatEv' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10lock_error4whatEv@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1197' is-artificial='yes'/>
+ <parameter type-id='type-id-1196' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<class-decl name='exception' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/exception' line='62' column='1' is-declaration-only='yes' id='type-id-86'>
<member-function access='private' constructor='yes'>
<function-decl name='exception' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/exception' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-660' is-artificial='yes'/>
+ <parameter type-id='type-id-659' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~exception' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-660' is-artificial='yes'/>
+ <parameter type-id='type-id-659' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~exception' mangled-name='_ZNSt9exceptionD0Ev' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9exceptionD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-660' is-artificial='yes'/>
+ <parameter type-id='type-id-659' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~exception' mangled-name='_ZNSt9exceptionD2Ev' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9exceptionD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-660' is-artificial='yes'/>
+ <parameter type-id='type-id-659' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='what' mangled-name='_ZNKSt9exception4whatEv' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9exception4whatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-661' is-artificial='yes'/>
+ <parameter type-id='type-id-660' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hash<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >' size-in-bits='8' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='57' column='1' id='type-id-1198'>
+ <class-decl name='hash<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >' size-in-bits='8' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='57' column='1' id='type-id-1197'>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt4hashISsEclESs' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='59' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt4hashISsEclESs@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-1199' is-artificial='yes'/>
+ <parameter type-id='type-id-1198' is-artificial='yes'/>
<parameter type-id='type-id-87'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hash<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='67' column='1' id='type-id-1200'>
+ <class-decl name='hash<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='67' column='1' id='type-id-1199'>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt4hashIRKSsEclES1_' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='69' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt4hashIRKSsEclES1_@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-1201' is-artificial='yes'/>
+ <parameter type-id='type-id-1200' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hash<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >' size-in-bits='8' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='78' column='1' id='type-id-1202'>
+ <class-decl name='hash<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >' size-in-bits='8' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='78' column='1' id='type-id-1201'>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt4hashISbIwSt11char_traitsIwESaIwEEEclES3_' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='80' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt4hashISbIwSt11char_traitsIwESaIwEEEclES3_@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-1203' is-artificial='yes'/>
- <parameter type-id='type-id-979'/>
+ <parameter type-id='type-id-1202' is-artificial='yes'/>
+ <parameter type-id='type-id-978'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hash<const std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='88' column='1' id='type-id-1204'>
+ <class-decl name='hash<const std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='88' column='1' id='type-id-1203'>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt4hashIRKSbIwSt11char_traitsIwESaIwEEEclES5_' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='90' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt4hashIRKSbIwSt11char_traitsIwESaIwEEEclES5_@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-1205' is-artificial='yes'/>
- <parameter type-id='type-id-978'/>
+ <parameter type-id='type-id-1204' is-artificial='yes'/>
+ <parameter type-id='type-id-977'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hash<std::error_code>' size-in-bits='8' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='100' column='1' id='type-id-1206'>
+ <class-decl name='hash<std::error_code>' size-in-bits='8' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='100' column='1' id='type-id-1205'>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt4hashISt10error_codeEclES0_' filepath='../../.././libstdc++-v3/src/c++11/compatibility-c++0x.cc' line='102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt4hashISt10error_codeEclES0_@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1207' is-artificial='yes'/>
- <parameter type-id='type-id-1208'/>
+ <parameter type-id='type-id-1206' is-artificial='yes'/>
+ <parameter type-id='type-id-1207'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='error_code' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='116' column='1' id='type-id-1208'>
+ <class-decl name='error_code' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='116' column='1' id='type-id-1207'>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='_M_value' type-id='type-id-36' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='167' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_cat' type-id='type-id-1192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='168' column='1'/>
+ <var-decl name='_M_cat' type-id='type-id-1191' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='168' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='error_code' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1209' is-artificial='yes'/>
+ <parameter type-id='type-id-1208' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='error_code' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1209' is-artificial='yes'/>
+ <parameter type-id='type-id-1208' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-1190'/>
+ <parameter type-id='type-id-1189'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='assign' mangled-name='_ZNSt10error_code6assignEiRKSt14error_category' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1209' is-artificial='yes'/>
+ <parameter type-id='type-id-1208' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-1190'/>
+ <parameter type-id='type-id-1189'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='clear' mangled-name='_ZNSt10error_code5clearEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1209' is-artificial='yes'/>
+ <parameter type-id='type-id-1208' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='value' mangled-name='_ZNKSt10error_code5valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='148' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1210' is-artificial='yes'/>
+ <parameter type-id='type-id-1209' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='category' mangled-name='_ZNKSt10error_code8categoryEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1210' is-artificial='yes'/>
- <return type-id='type-id-1190'/>
+ <parameter type-id='type-id-1209' is-artificial='yes'/>
+ <return type-id='type-id-1189'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='default_error_condition' mangled-name='_ZNKSt10error_code23default_error_conditionEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='154' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10error_code23default_error_conditionEv@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1210' is-artificial='yes'/>
- <return type-id='type-id-1193'/>
+ <parameter type-id='type-id-1209' is-artificial='yes'/>
+ <return type-id='type-id-1192'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='message' mangled-name='_ZNKSt10error_code7messageEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='157' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1210' is-artificial='yes'/>
+ <parameter type-id='type-id-1209' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='operator bool' mangled-name='_ZNKSt10error_codecvbEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='160' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1210' is-artificial='yes'/>
+ <parameter type-id='type-id-1209' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='error_condition' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='193' column='1' id='type-id-1193'>
+ <class-decl name='error_condition' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='193' column='1' id='type-id-1192'>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='_M_value' type-id='type-id-36' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='240' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_cat' type-id='type-id-1192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='241' column='1'/>
+ <var-decl name='_M_cat' type-id='type-id-1191' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='241' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='error_condition' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='195' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1211' is-artificial='yes'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='error_condition' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1211' is-artificial='yes'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-1190'/>
+ <parameter type-id='type-id-1189'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='assign' mangled-name='_ZNSt15error_condition6assignEiRKSt14error_category' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='207' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1211' is-artificial='yes'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-1190'/>
+ <parameter type-id='type-id-1189'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='clear' mangled-name='_ZNSt15error_condition5clearEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='221' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1211' is-artificial='yes'/>
+ <parameter type-id='type-id-1210' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='value' mangled-name='_ZNKSt15error_condition5valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='226' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1212' is-artificial='yes'/>
+ <parameter type-id='type-id-1211' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='category' mangled-name='_ZNKSt15error_condition8categoryEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='229' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1212' is-artificial='yes'/>
- <return type-id='type-id-1190'/>
+ <parameter type-id='type-id-1211' is-artificial='yes'/>
+ <return type-id='type-id-1189'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='message' mangled-name='_ZNKSt15error_condition7messageEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='232' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1212' is-artificial='yes'/>
+ <parameter type-id='type-id-1211' is-artificial='yes'/>
<return type-id='type-id-87'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator bool' mangled-name='_ZNKSt15error_conditioncvbEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='235' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1212' is-artificial='yes'/>
+ <parameter type-id='type-id-1211' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='integral_constant<bool, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='57' column='1' id='type-id-1213'>
+ <class-decl name='integral_constant<bool, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='57' column='1' id='type-id-1212'>
<data-member access='public' static='yes'>
- <var-decl name='value' type-id='type-id-1006' mangled-name='_ZNSt17integral_constantIbLb0EE5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='59' column='1'/>
+ <var-decl name='value' type-id='type-id-1005' mangled-name='_ZNSt17integral_constantIbLb0EE5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='59' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
<function-decl name='div' mangled-name='_ZN9__gnu_cxx3divExx' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/cstdlib' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-540'/>
<parameter type-id='type-id-540'/>
- <return type-id='type-id-1214'/>
+ <return type-id='type-id-1213'/>
</function-decl>
- <class-decl name='__numeric_traits_floating<float>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/numeric_traits.h' line='100' column='1' id='type-id-1215'>
+ <class-decl name='__numeric_traits_floating<float>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/numeric_traits.h' line='100' column='1' id='type-id-1214'>
<data-member access='public' static='yes'>
<var-decl name='__max_exponent10' type-id='type-id-496' mangled-name='_ZN9__gnu_cxx25__numeric_traits_floatingIfE16__max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/numeric_traits.h' line='108' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__numeric_traits_floating<double>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/numeric_traits.h' line='100' column='1' id='type-id-1216'>
+ <class-decl name='__numeric_traits_floating<double>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/numeric_traits.h' line='100' column='1' id='type-id-1215'>
<data-member access='public' static='yes'>
<var-decl name='__max_exponent10' type-id='type-id-496' mangled-name='_ZN9__gnu_cxx25__numeric_traits_floatingIdE16__max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/numeric_traits.h' line='108' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__numeric_traits_floating<long double>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/numeric_traits.h' line='100' column='1' id='type-id-1217'>
+ <class-decl name='__numeric_traits_floating<long double>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/numeric_traits.h' line='100' column='1' id='type-id-1216'>
<data-member access='public' static='yes'>
<var-decl name='__max_exponent10' type-id='type-id-496' mangled-name='_ZN9__gnu_cxx25__numeric_traits_floatingIeE16__max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/numeric_traits.h' line='108' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-1214' visibility='default' filepath='/usr/include/stdlib.h' line='119' column='1' id='type-id-1218'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-1213' visibility='default' filepath='/usr/include/stdlib.h' line='119' column='1' id='type-id-1217'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='quot' type-id='type-id-540' visibility='default' filepath='/usr/include/stdlib.h' line='120' column='1'/>
</data-member>
<var-decl name='rem' type-id='type-id-540' visibility='default' filepath='/usr/include/stdlib.h' line='121' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='lldiv_t' type-id='type-id-1218' filepath='/usr/include/stdlib.h' line='122' column='1' id='type-id-1214'/>
+ <typedef-decl name='lldiv_t' type-id='type-id-1217' filepath='/usr/include/stdlib.h' line='122' column='1' id='type-id-1213'/>
- <pointer-type-def type-id='type-id-1219' size-in-bits='64' id='type-id-1220'/>
+ <pointer-type-def type-id='type-id-1218' size-in-bits='64' id='type-id-1219'/>
<function-decl name='atexit' filepath='/usr/include/stdlib.h' line='518' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1220'/>
+ <parameter type-id='type-id-1219'/>
<return type-id='type-id-36'/>
</function-decl>
<function-decl name='atof' filepath='/usr/include/stdlib.h' line='279' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
<return type-id='type-id-55'/>
</function-decl>
- <pointer-type-def type-id='type-id-1221' size-in-bits='64' id='type-id-1222'/>
- <typedef-decl name='__compar_fn_t' type-id='type-id-1222' filepath='/usr/include/stdlib.h' line='742' column='1' id='type-id-1223'/>
+ <pointer-type-def type-id='type-id-1220' size-in-bits='64' id='type-id-1221'/>
+ <typedef-decl name='__compar_fn_t' type-id='type-id-1221' filepath='/usr/include/stdlib.h' line='742' column='1' id='type-id-1222'/>
<function-decl name='bsearch' filepath='/usr/include/stdlib.h' line='755' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-512'/>
<parameter type-id='type-id-512'/>
- <parameter type-id='type-id-1223'/>
+ <parameter type-id='type-id-1222'/>
<return type-id='type-id-33'/>
</function-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-1224' visibility='default' filepath='/usr/include/stdlib.h' line='99' column='1' id='type-id-1225'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-1223' visibility='default' filepath='/usr/include/stdlib.h' line='99' column='1' id='type-id-1224'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='quot' type-id='type-id-36' visibility='default' filepath='/usr/include/stdlib.h' line='100' column='1'/>
</data-member>
<var-decl name='rem' type-id='type-id-36' visibility='default' filepath='/usr/include/stdlib.h' line='101' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='div_t' type-id='type-id-1225' filepath='/usr/include/stdlib.h' line='102' column='1' id='type-id-1224'/>
+ <typedef-decl name='div_t' type-id='type-id-1224' filepath='/usr/include/stdlib.h' line='102' column='1' id='type-id-1223'/>
<function-decl name='div' filepath='/usr/include/stdlib.h' line='785' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-1224'/>
+ <return type-id='type-id-1223'/>
</function-decl>
<function-decl name='getenv' filepath='/usr/include/stdlib.h' line='567' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
<return type-id='type-id-149'/>
</function-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-1226' visibility='default' filepath='/usr/include/stdlib.h' line='107' column='1' id='type-id-1227'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-1225' visibility='default' filepath='/usr/include/stdlib.h' line='107' column='1' id='type-id-1226'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='quot' type-id='type-id-55' visibility='default' filepath='/usr/include/stdlib.h' line='108' column='1'/>
</data-member>
<var-decl name='rem' type-id='type-id-55' visibility='default' filepath='/usr/include/stdlib.h' line='109' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='ldiv_t' type-id='type-id-1227' filepath='/usr/include/stdlib.h' line='110' column='1' id='type-id-1226'/>
+ <typedef-decl name='ldiv_t' type-id='type-id-1226' filepath='/usr/include/stdlib.h' line='110' column='1' id='type-id-1225'/>
<function-decl name='ldiv' filepath='/usr/include/stdlib.h' line='787' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-55'/>
<parameter type-id='type-id-55'/>
- <return type-id='type-id-1226'/>
+ <return type-id='type-id-1225'/>
</function-decl>
<function-decl name='mblen' filepath='/usr/include/stdlib.h' line='860' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-512'/>
<parameter type-id='type-id-512'/>
- <parameter type-id='type-id-1223'/>
+ <parameter type-id='type-id-1222'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='rand' filepath='/usr/include/stdlib.h' line='380' column='1' visibility='default' binding='global' size-in-bits='64'>
</function-decl>
<function-decl name='strtod' filepath='/usr/include/stdlib.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-685'/>
+ <parameter type-id='type-id-684'/>
<return type-id='type-id-536'/>
</function-decl>
<function-decl name='strtol' filepath='/usr/include/stdlib.h' line='184' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-685'/>
+ <parameter type-id='type-id-684'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-55'/>
</function-decl>
<function-decl name='strtoul' filepath='/usr/include/stdlib.h' line='188' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-685'/>
+ <parameter type-id='type-id-684'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-69'/>
</function-decl>
<function-decl name='lldiv' filepath='/usr/include/stdlib.h' line='793' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-540'/>
<parameter type-id='type-id-540'/>
- <return type-id='type-id-1214'/>
+ <return type-id='type-id-1213'/>
</function-decl>
<function-decl name='atoll' filepath='/usr/include/stdlib.h' line='298' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
</function-decl>
<function-decl name='strtoll' filepath='/usr/include/stdlib.h' line='210' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-685'/>
+ <parameter type-id='type-id-684'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-540'/>
</function-decl>
<function-decl name='strtoull' filepath='/usr/include/stdlib.h' line='215' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-685'/>
+ <parameter type-id='type-id-684'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-541'/>
</function-decl>
<function-decl name='strtof' filepath='/usr/include/stdlib.h' line='173' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-685'/>
+ <parameter type-id='type-id-684'/>
<return type-id='type-id-538'/>
</function-decl>
<function-decl name='strtold' filepath='/usr/include/stdlib.h' line='176' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-685'/>
+ <parameter type-id='type-id-684'/>
<return type-id='type-id-539'/>
</function-decl>
- <reference-type-def kind='lvalue' type-id='type-id-496' size-in-bits='64' id='type-id-1185'/>
- <qualified-type-def type-id='type-id-1188' const='yes' id='type-id-1228'/>
- <pointer-type-def type-id='type-id-1228' size-in-bits='64' id='type-id-1192'/>
- <qualified-type-def type-id='type-id-1192' const='yes' id='type-id-1229'/>
- <reference-type-def kind='lvalue' type-id='type-id-1229' size-in-bits='64' id='type-id-1186'/>
- <qualified-type-def type-id='type-id-1196' const='yes' id='type-id-1230'/>
- <pointer-type-def type-id='type-id-1230' size-in-bits='64' id='type-id-1197'/>
- <qualified-type-def type-id='type-id-1198' const='yes' id='type-id-1231'/>
- <pointer-type-def type-id='type-id-1231' size-in-bits='64' id='type-id-1199'/>
- <qualified-type-def type-id='type-id-1200' const='yes' id='type-id-1232'/>
- <pointer-type-def type-id='type-id-1232' size-in-bits='64' id='type-id-1201'/>
- <qualified-type-def type-id='type-id-1202' const='yes' id='type-id-1233'/>
- <pointer-type-def type-id='type-id-1233' size-in-bits='64' id='type-id-1203'/>
- <qualified-type-def type-id='type-id-1204' const='yes' id='type-id-1234'/>
- <pointer-type-def type-id='type-id-1234' size-in-bits='64' id='type-id-1205'/>
- <qualified-type-def type-id='type-id-1206' const='yes' id='type-id-1235'/>
- <pointer-type-def type-id='type-id-1235' size-in-bits='64' id='type-id-1207'/>
- <pointer-type-def type-id='type-id-1208' size-in-bits='64' id='type-id-1209'/>
- <reference-type-def kind='lvalue' type-id='type-id-1228' size-in-bits='64' id='type-id-1190'/>
- <qualified-type-def type-id='type-id-1208' const='yes' id='type-id-1236'/>
- <pointer-type-def type-id='type-id-1236' size-in-bits='64' id='type-id-1210'/>
- <pointer-type-def type-id='type-id-1193' size-in-bits='64' id='type-id-1211'/>
- <qualified-type-def type-id='type-id-1193' const='yes' id='type-id-1237'/>
- <pointer-type-def type-id='type-id-1237' size-in-bits='64' id='type-id-1212'/>
+ <reference-type-def kind='lvalue' type-id='type-id-496' size-in-bits='64' id='type-id-1184'/>
+ <qualified-type-def type-id='type-id-1187' const='yes' id='type-id-1227'/>
+ <pointer-type-def type-id='type-id-1227' size-in-bits='64' id='type-id-1191'/>
+ <qualified-type-def type-id='type-id-1191' const='yes' id='type-id-1228'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1228' size-in-bits='64' id='type-id-1185'/>
+ <qualified-type-def type-id='type-id-1195' const='yes' id='type-id-1229'/>
+ <pointer-type-def type-id='type-id-1229' size-in-bits='64' id='type-id-1196'/>
+ <qualified-type-def type-id='type-id-1197' const='yes' id='type-id-1230'/>
+ <pointer-type-def type-id='type-id-1230' size-in-bits='64' id='type-id-1198'/>
+ <qualified-type-def type-id='type-id-1199' const='yes' id='type-id-1231'/>
+ <pointer-type-def type-id='type-id-1231' size-in-bits='64' id='type-id-1200'/>
+ <qualified-type-def type-id='type-id-1201' const='yes' id='type-id-1232'/>
+ <pointer-type-def type-id='type-id-1232' size-in-bits='64' id='type-id-1202'/>
+ <qualified-type-def type-id='type-id-1203' const='yes' id='type-id-1233'/>
+ <pointer-type-def type-id='type-id-1233' size-in-bits='64' id='type-id-1204'/>
+ <qualified-type-def type-id='type-id-1205' const='yes' id='type-id-1234'/>
+ <pointer-type-def type-id='type-id-1234' size-in-bits='64' id='type-id-1206'/>
+ <pointer-type-def type-id='type-id-1207' size-in-bits='64' id='type-id-1208'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1227' size-in-bits='64' id='type-id-1189'/>
+ <qualified-type-def type-id='type-id-1207' const='yes' id='type-id-1235'/>
+ <pointer-type-def type-id='type-id-1235' size-in-bits='64' id='type-id-1209'/>
+ <pointer-type-def type-id='type-id-1192' size-in-bits='64' id='type-id-1210'/>
+ <qualified-type-def type-id='type-id-1192' const='yes' id='type-id-1236'/>
+ <pointer-type-def type-id='type-id-1236' size-in-bits='64' id='type-id-1211'/>
<function-decl name='operator delete' mangled-name='_ZdlPv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/new' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZdlPv@@GLIBCXX_3.4'>
<parameter type-id='type-id-33'/>
<return type-id='type-id-4'/>
</function-decl>
- <reference-type-def kind='lvalue' type-id='type-id-1238' size-in-bits='64' id='type-id-1182'/>
- <reference-type-def kind='lvalue' type-id='type-id-1236' size-in-bits='64' id='type-id-1195'/>
- <reference-type-def kind='lvalue' type-id='type-id-1237' size-in-bits='64' id='type-id-1194'/>
- <function-type size-in-bits='64' id='type-id-1221'>
+ <reference-type-def kind='lvalue' type-id='type-id-1237' size-in-bits='64' id='type-id-1181'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1235' size-in-bits='64' id='type-id-1194'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1236' size-in-bits='64' id='type-id-1193'/>
+ <function-type size-in-bits='64' id='type-id-1220'>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-33'/>
<return type-id='type-id-36'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-1219'>
+ <function-type size-in-bits='64' id='type-id-1218'>
<return type-id='type-id-4'/>
</function-type>
- <reference-type-def kind='lvalue' type-id='type-id-1188' size-in-bits='64' id='type-id-1191'/>
- <pointer-type-def type-id='type-id-1188' size-in-bits='64' id='type-id-1189'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1187' size-in-bits='64' id='type-id-1190'/>
+ <pointer-type-def type-id='type-id-1187' size-in-bits='64' id='type-id-1188'/>
<namespace-decl name='std'>
<namespace-decl name='chrono'>
- <class-decl name='time_point<std::chrono::system_clock, std::chrono::duration<long int, std::ratio<1l, 1000000l> > >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='523' column='1' id='type-id-1181'>
+ <class-decl name='time_point<std::chrono::system_clock, std::chrono::duration<long int, std::ratio<1l, 1000000l> > >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='523' column='1' id='type-id-1180'>
<member-type access='public'>
- <typedef-decl name='duration' type-id='type-id-1240' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='526' column='1' id='type-id-1239'/>
+ <typedef-decl name='duration' type-id='type-id-1239' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='526' column='1' id='type-id-1238'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='__d' type-id='type-id-1239' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='573' column='1'/>
+ <var-decl name='__d' type-id='type-id-1238' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='573' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='time_point' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='530' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1241' is-artificial='yes'/>
+ <parameter type-id='type-id-1240' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='time_point' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='533' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1241' is-artificial='yes'/>
- <parameter type-id='type-id-1242'/>
+ <parameter type-id='type-id-1240' is-artificial='yes'/>
+ <parameter type-id='type-id-1241'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='time_since_epoch' mangled-name='_ZNKSt6chrono10time_pointINS_12system_clockENS_8durationIlSt5ratioILl1ELl1000000EEEEE16time_since_epochEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='545' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1243' is-artificial='yes'/>
- <return type-id='type-id-1239'/>
+ <parameter type-id='type-id-1242' is-artificial='yes'/>
+ <return type-id='type-id-1238'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator+=' mangled-name='_ZNSt6chrono10time_pointINS_12system_clockENS_8durationIlSt5ratioILl1ELl1000000EEEEEpLERKS5_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='550' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1241' is-artificial='yes'/>
- <parameter type-id='type-id-1242'/>
- <return type-id='type-id-1244'/>
+ <parameter type-id='type-id-1240' is-artificial='yes'/>
+ <parameter type-id='type-id-1241'/>
+ <return type-id='type-id-1243'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator-=' mangled-name='_ZNSt6chrono10time_pointINS_12system_clockENS_8durationIlSt5ratioILl1ELl1000000EEEEEmIERKS5_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='557' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1241' is-artificial='yes'/>
- <parameter type-id='type-id-1242'/>
- <return type-id='type-id-1244'/>
+ <parameter type-id='type-id-1240' is-artificial='yes'/>
+ <parameter type-id='type-id-1241'/>
+ <return type-id='type-id-1243'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='min' mangled-name='_ZNSt6chrono10time_pointINS_12system_clockENS_8durationIlSt5ratioILl1ELl1000000EEEEE3minEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='565' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-1181'/>
+ <return type-id='type-id-1180'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='max' mangled-name='_ZNSt6chrono10time_pointINS_12system_clockENS_8durationIlSt5ratioILl1ELl1000000EEEEE3maxEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='569' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-1181'/>
+ <return type-id='type-id-1180'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
<namespace-decl name='chrono'>
- <typedef-decl name='microseconds' type-id='type-id-1240' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='507' column='1' id='type-id-1179'/>
+ <typedef-decl name='microseconds' type-id='type-id-1239' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='507' column='1' id='type-id-1178'/>
</namespace-decl>
</namespace-decl>
- <typedef-decl name='time_t' type-id='type-id-1245' filepath='/usr/include/time.h' line='76' column='1' id='type-id-1183'/>
- <reference-type-def kind='lvalue' type-id='type-id-1246' size-in-bits='64' id='type-id-1187'/>
- <qualified-type-def type-id='type-id-1180' const='yes' id='type-id-1238'/>
- <pointer-type-def type-id='type-id-1247' size-in-bits='64' id='type-id-1243'/>
- <reference-type-def kind='lvalue' type-id='type-id-1248' size-in-bits='64' id='type-id-1242'/>
- <reference-type-def kind='lvalue' type-id='type-id-1181' size-in-bits='64' id='type-id-1244'/>
- <pointer-type-def type-id='type-id-1181' size-in-bits='64' id='type-id-1241'/>
+ <typedef-decl name='time_t' type-id='type-id-1244' filepath='/usr/include/time.h' line='76' column='1' id='type-id-1182'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1245' size-in-bits='64' id='type-id-1186'/>
+ <qualified-type-def type-id='type-id-1179' const='yes' id='type-id-1237'/>
+ <pointer-type-def type-id='type-id-1246' size-in-bits='64' id='type-id-1242'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1247' size-in-bits='64' id='type-id-1241'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1180' size-in-bits='64' id='type-id-1243'/>
+ <pointer-type-def type-id='type-id-1180' size-in-bits='64' id='type-id-1240'/>
<namespace-decl name='std'>
<namespace-decl name='chrono'>
- <class-decl name='duration<long int, std::ratio<1l, 1000000l> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='221' column='1' id='type-id-1240'>
+ <class-decl name='duration<long int, std::ratio<1l, 1000000l> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='221' column='1' id='type-id-1239'>
<member-type access='public'>
- <typedef-decl name='rep' type-id='type-id-55' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='223' column='1' id='type-id-1249'/>
+ <typedef-decl name='rep' type-id='type-id-55' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='223' column='1' id='type-id-1248'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='__r' type-id='type-id-1249' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='350' column='1'/>
+ <var-decl name='__r' type-id='type-id-1248' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='350' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='duration' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='232' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='duration' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='234' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
- <parameter type-id='type-id-1251'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <parameter type-id='type-id-1250'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~duration' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1000000EEEaSERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='251' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
- <parameter type-id='type-id-1251'/>
- <return type-id='type-id-1252'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <parameter type-id='type-id-1250'/>
+ <return type-id='type-id-1251'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='count' mangled-name='_ZNKSt6chrono8durationIlSt5ratioILl1ELl1000000EEE5countEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='255' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1253' is-artificial='yes'/>
- <return type-id='type-id-1249'/>
+ <parameter type-id='type-id-1252' is-artificial='yes'/>
+ <return type-id='type-id-1248'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='operator+' mangled-name='_ZNKSt6chrono8durationIlSt5ratioILl1ELl1000000EEEpsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='260' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1253' is-artificial='yes'/>
- <return type-id='type-id-1240'/>
+ <parameter type-id='type-id-1252' is-artificial='yes'/>
+ <return type-id='type-id-1239'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='operator-' mangled-name='_ZNKSt6chrono8durationIlSt5ratioILl1ELl1000000EEEngEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='264' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1253' is-artificial='yes'/>
- <return type-id='type-id-1240'/>
+ <parameter type-id='type-id-1252' is-artificial='yes'/>
+ <return type-id='type-id-1239'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1000000EEEppEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
- <return type-id='type-id-1252'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <return type-id='type-id-1251'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1000000EEEppEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='275' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-1240'/>
+ <return type-id='type-id-1239'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1000000EEEmmEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='279' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
- <return type-id='type-id-1252'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <return type-id='type-id-1251'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1000000EEEmmEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='286' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-1240'/>
+ <return type-id='type-id-1239'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator+=' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1000000EEEpLERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='290' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
- <parameter type-id='type-id-1251'/>
- <return type-id='type-id-1252'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <parameter type-id='type-id-1250'/>
+ <return type-id='type-id-1251'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator-=' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1000000EEEmIERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='297' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
- <parameter type-id='type-id-1251'/>
- <return type-id='type-id-1252'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <parameter type-id='type-id-1250'/>
+ <return type-id='type-id-1251'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator*=' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1000000EEEmLERKl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='304' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
- <parameter type-id='type-id-1254'/>
- <return type-id='type-id-1252'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <parameter type-id='type-id-1253'/>
+ <return type-id='type-id-1251'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator/=' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1000000EEEdVERKl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='311' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
- <parameter type-id='type-id-1254'/>
- <return type-id='type-id-1252'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <parameter type-id='type-id-1253'/>
+ <return type-id='type-id-1251'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='zero' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1000000EEE4zeroEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-1240'/>
+ <return type-id='type-id-1239'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='min' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1000000EEE3minEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='342' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-1240'/>
+ <return type-id='type-id-1239'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='max' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1000000EEE3maxEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-1240'/>
+ <return type-id='type-id-1239'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='duration<long int, void>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='240' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
<parameter type-id='type-id-9'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='duration<long int, std::ratio<1l>, void>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='247' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1250' is-artificial='yes'/>
- <parameter type-id='type-id-1255'/>
+ <parameter type-id='type-id-1249' is-artificial='yes'/>
+ <parameter type-id='type-id-1254'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
</namespace-decl>
- <typedef-decl name='__time_t' type-id='type-id-55' filepath='/usr/include/bits/types.h' line='149' column='1' id='type-id-1245'/>
- <qualified-type-def type-id='type-id-33' const='yes' id='type-id-1246'/>
- <reference-type-def kind='lvalue' type-id='type-id-1256' size-in-bits='64' id='type-id-1251'/>
- <pointer-type-def type-id='type-id-1256' size-in-bits='64' id='type-id-1253'/>
+ <typedef-decl name='__time_t' type-id='type-id-55' filepath='/usr/include/bits/types.h' line='149' column='1' id='type-id-1244'/>
+ <qualified-type-def type-id='type-id-33' const='yes' id='type-id-1245'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1255' size-in-bits='64' id='type-id-1250'/>
+ <pointer-type-def type-id='type-id-1255' size-in-bits='64' id='type-id-1252'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1256' size-in-bits='64' id='type-id-1253'/>
<reference-type-def kind='lvalue' type-id='type-id-1257' size-in-bits='64' id='type-id-1254'/>
- <reference-type-def kind='lvalue' type-id='type-id-1258' size-in-bits='64' id='type-id-1255'/>
- <qualified-type-def type-id='type-id-1181' const='yes' id='type-id-1247'/>
- <qualified-type-def type-id='type-id-1239' const='yes' id='type-id-1248'/>
- <reference-type-def kind='lvalue' type-id='type-id-1240' size-in-bits='64' id='type-id-1252'/>
- <pointer-type-def type-id='type-id-1240' size-in-bits='64' id='type-id-1250'/>
- <qualified-type-def type-id='type-id-1240' const='yes' id='type-id-1256'/>
- <qualified-type-def type-id='type-id-1249' const='yes' id='type-id-1257'/>
- <qualified-type-def type-id='type-id-1259' const='yes' id='type-id-1258'/>
+ <qualified-type-def type-id='type-id-1180' const='yes' id='type-id-1246'/>
+ <qualified-type-def type-id='type-id-1238' const='yes' id='type-id-1247'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1239' size-in-bits='64' id='type-id-1251'/>
+ <pointer-type-def type-id='type-id-1239' size-in-bits='64' id='type-id-1249'/>
+ <qualified-type-def type-id='type-id-1239' const='yes' id='type-id-1255'/>
+ <qualified-type-def type-id='type-id-1248' const='yes' id='type-id-1256'/>
+ <qualified-type-def type-id='type-id-1258' const='yes' id='type-id-1257'/>
<namespace-decl name='std'>
<namespace-decl name='chrono'>
- <class-decl name='duration<long int, std::ratio<1l, 1l> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='221' column='1' id='type-id-1259'>
+ <class-decl name='duration<long int, std::ratio<1l, 1l> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='221' column='1' id='type-id-1258'>
<member-type access='public'>
- <typedef-decl name='rep' type-id='type-id-55' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='223' column='1' id='type-id-1260'/>
+ <typedef-decl name='rep' type-id='type-id-55' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='223' column='1' id='type-id-1259'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='__r' type-id='type-id-1260' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='350' column='1'/>
+ <var-decl name='__r' type-id='type-id-1259' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='350' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='duration' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='232' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1261' is-artificial='yes'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='duration' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='234' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1261' is-artificial='yes'/>
- <parameter type-id='type-id-1255'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
+ <parameter type-id='type-id-1254'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~duration' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1261' is-artificial='yes'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1EEEaSERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='251' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1261' is-artificial='yes'/>
- <parameter type-id='type-id-1255'/>
- <return type-id='type-id-1262'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
+ <parameter type-id='type-id-1254'/>
+ <return type-id='type-id-1261'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='count' mangled-name='_ZNKSt6chrono8durationIlSt5ratioILl1ELl1EEE5countEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='255' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1263' is-artificial='yes'/>
- <return type-id='type-id-1260'/>
+ <parameter type-id='type-id-1262' is-artificial='yes'/>
+ <return type-id='type-id-1259'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='operator+' mangled-name='_ZNKSt6chrono8durationIlSt5ratioILl1ELl1EEEpsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='260' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1263' is-artificial='yes'/>
- <return type-id='type-id-1259'/>
+ <parameter type-id='type-id-1262' is-artificial='yes'/>
+ <return type-id='type-id-1258'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='operator-' mangled-name='_ZNKSt6chrono8durationIlSt5ratioILl1ELl1EEEngEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='264' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1263' is-artificial='yes'/>
- <return type-id='type-id-1259'/>
+ <parameter type-id='type-id-1262' is-artificial='yes'/>
+ <return type-id='type-id-1258'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1EEEppEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='268' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1261' is-artificial='yes'/>
- <return type-id='type-id-1262'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
+ <return type-id='type-id-1261'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1EEEppEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='275' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1261' is-artificial='yes'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-1259'/>
+ <return type-id='type-id-1258'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1EEEmmEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='279' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1261' is-artificial='yes'/>
- <return type-id='type-id-1262'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
+ <return type-id='type-id-1261'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1EEEmmEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='286' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1261' is-artificial='yes'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-1259'/>
+ <return type-id='type-id-1258'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator+=' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1EEEpLERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='290' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1261' is-artificial='yes'/>
- <parameter type-id='type-id-1255'/>
- <return type-id='type-id-1262'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
+ <parameter type-id='type-id-1254'/>
+ <return type-id='type-id-1261'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator-=' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1EEEmIERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='297' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1261' is-artificial='yes'/>
- <parameter type-id='type-id-1255'/>
- <return type-id='type-id-1262'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
+ <parameter type-id='type-id-1254'/>
+ <return type-id='type-id-1261'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator*=' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1EEEmLERKl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='304' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1261' is-artificial='yes'/>
- <parameter type-id='type-id-1264'/>
- <return type-id='type-id-1262'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
+ <parameter type-id='type-id-1263'/>
+ <return type-id='type-id-1261'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator/=' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1EEEdVERKl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='311' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1261' is-artificial='yes'/>
- <parameter type-id='type-id-1264'/>
- <return type-id='type-id-1262'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
+ <parameter type-id='type-id-1263'/>
+ <return type-id='type-id-1261'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='zero' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1EEE4zeroEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='338' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-1259'/>
+ <return type-id='type-id-1258'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='min' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1EEE3minEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='342' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-1259'/>
+ <return type-id='type-id-1258'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='max' mangled-name='_ZNSt6chrono8durationIlSt5ratioILl1ELl1EEE3maxEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='346' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-1259'/>
+ <return type-id='type-id-1258'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='duration<long int, void>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='240' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1261' is-artificial='yes'/>
+ <parameter type-id='type-id-1260' is-artificial='yes'/>
<parameter type-id='type-id-9'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1258' size-in-bits='64' id='type-id-1263'/>
- <reference-type-def kind='lvalue' type-id='type-id-1265' size-in-bits='64' id='type-id-1264'/>
- <reference-type-def kind='lvalue' type-id='type-id-1259' size-in-bits='64' id='type-id-1262'/>
- <pointer-type-def type-id='type-id-1259' size-in-bits='64' id='type-id-1261'/>
- <qualified-type-def type-id='type-id-1260' const='yes' id='type-id-1265'/>
+ <pointer-type-def type-id='type-id-1257' size-in-bits='64' id='type-id-1262'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1264' size-in-bits='64' id='type-id-1263'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1258' size-in-bits='64' id='type-id-1261'/>
+ <pointer-type-def type-id='type-id-1258' size-in-bits='64' id='type-id-1260'/>
+ <qualified-type-def type-id='type-id-1259' const='yes' id='type-id-1264'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<namespace-decl name='__atomic0'>
- <class-decl name='atomic_flag' size-in-bits='8' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc' line='64' column='1' id='type-id-1266'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1267'/>
+ <class-decl name='atomic_flag' size-in-bits='8' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc' line='64' column='1' id='type-id-1265'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1266'/>
<member-function access='public'>
<function-decl name='test_and_set' mangled-name='_ZNSt9__atomic011atomic_flag12test_and_setESt12memory_order' filepath='../../.././libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc' line='67' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9__atomic011atomic_flag12test_and_setESt12memory_order@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1268' is-artificial='yes'/>
- <parameter type-id='type-id-1269'/>
+ <parameter type-id='type-id-1267' is-artificial='yes'/>
+ <parameter type-id='type-id-1268'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='clear' mangled-name='_ZNSt9__atomic011atomic_flag5clearESt12memory_order' filepath='../../.././libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc' line='70' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9__atomic011atomic_flag5clearESt12memory_order@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-1268' is-artificial='yes'/>
- <parameter type-id='type-id-1269'/>
+ <parameter type-id='type-id-1267' is-artificial='yes'/>
+ <parameter type-id='type-id-1268'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <class-decl name='__atomic_flag_base' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='234' column='1' id='type-id-1267'>
+ <class-decl name='__atomic_flag_base' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='234' column='1' id='type-id-1266'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_i' type-id='type-id-1270' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='236' column='1'/>
+ <var-decl name='_M_i' type-id='type-id-1269' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='236' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='__atomic_flag_data_type' type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='217' column='1' id='type-id-1270'/>
- <enum-decl name='memory_order' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='52' column='1' id='type-id-1271'>
+ <typedef-decl name='__atomic_flag_data_type' type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='217' column='1' id='type-id-1269'/>
+ <enum-decl name='memory_order' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='52' column='1' id='type-id-1270'>
<underlying-type type-id='type-id-6'/>
<enumerator name='memory_order_relaxed' value='0'/>
<enumerator name='memory_order_consume' value='1'/>
<enumerator name='memory_order_acq_rel' value='4'/>
<enumerator name='memory_order_seq_cst' value='5'/>
</enum-decl>
- <typedef-decl name='memory_order' type-id='type-id-1271' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='60' column='1' id='type-id-1269'/>
+ <typedef-decl name='memory_order' type-id='type-id-1270' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='60' column='1' id='type-id-1268'/>
<function-decl name='atomic_flag_test_and_set_explicit' mangled-name='atomic_flag_test_and_set_explicit' filepath='../../.././libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='atomic_flag_test_and_set_explicit@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1272'/>
- <parameter type-id='type-id-1269'/>
+ <parameter type-id='type-id-1271'/>
+ <parameter type-id='type-id-1268'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='atomic_flag_clear_explicit' mangled-name='atomic_flag_clear_explicit' filepath='../../.././libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc' line='105' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='atomic_flag_clear_explicit@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1272'/>
- <parameter type-id='type-id-1269'/>
+ <parameter type-id='type-id-1271'/>
+ <parameter type-id='type-id-1268'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__atomic_flag_wait_explicit' mangled-name='__atomic_flag_wait_explicit' filepath='../../.././libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc' line='113' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__atomic_flag_wait_explicit@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1272'/>
- <parameter type-id='type-id-1269'/>
+ <parameter type-id='type-id-1271'/>
+ <parameter type-id='type-id-1268'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__atomic_flag_for_address' mangled-name='__atomic_flag_for_address' filepath='../../.././libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__atomic_flag_for_address@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1273'/>
- <return type-id='type-id-1272'/>
+ <parameter type-id='type-id-1272'/>
+ <return type-id='type-id-1271'/>
</function-decl>
<function-decl name='__throw_system_error' mangled-name='_ZSt20__throw_system_errori' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functexcept.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt20__throw_system_errori@@GLIBCXX_3.4.11'>
<parameter type-id='type-id-36'/>
<return type-id='type-id-4'/>
</function-decl>
- <class-decl name='lock_guard<std::mutex>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='444' column='1' id='type-id-1274'>
+ <class-decl name='lock_guard<std::mutex>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='444' column='1' id='type-id-1273'>
<member-type access='private'>
- <typedef-decl name='mutex_type' type-id='type-id-1276' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='447' column='1' id='type-id-1275'/>
+ <typedef-decl name='mutex_type' type-id='type-id-1275' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='447' column='1' id='type-id-1274'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_device' type-id='type-id-1277' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='462' column='1'/>
+ <var-decl name='_M_device' type-id='type-id-1276' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='462' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='lock_guard' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='449' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1278' is-artificial='yes'/>
- <parameter type-id='type-id-1279'/>
+ <parameter type-id='type-id-1277' is-artificial='yes'/>
+ <parameter type-id='type-id-1278'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='lock_guard' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='452' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1278' is-artificial='yes'/>
+ <parameter type-id='type-id-1277' is-artificial='yes'/>
+ <parameter type-id='type-id-1278'/>
<parameter type-id='type-id-1279'/>
- <parameter type-id='type-id-1280'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~lock_guard' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='455' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1278' is-artificial='yes'/>
+ <parameter type-id='type-id-1277' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='lock_guard' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='458' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1278' is-artificial='yes'/>
- <parameter type-id='type-id-1281'/>
+ <parameter type-id='type-id-1277' is-artificial='yes'/>
+ <parameter type-id='type-id-1280'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt10lock_guardISt5mutexEaSERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='459' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1278' is-artificial='yes'/>
- <parameter type-id='type-id-1281'/>
- <return type-id='type-id-1282'/>
+ <parameter type-id='type-id-1277' is-artificial='yes'/>
+ <parameter type-id='type-id-1280'/>
+ <return type-id='type-id-1281'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='mutex' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='153' column='1' id='type-id-1276'>
- <base-class access='private' layout-offset-in-bits='0' type-id='type-id-1283'/>
+ <class-decl name='mutex' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='153' column='1' id='type-id-1275'>
+ <base-class access='private' layout-offset-in-bits='0' type-id='type-id-1282'/>
<member-type access='private'>
- <typedef-decl name='native_handle_type' type-id='type-id-1285' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='156' column='1' id='type-id-1284'/>
+ <typedef-decl name='native_handle_type' type-id='type-id-1284' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='156' column='1' id='type-id-1283'/>
</member-type>
<member-function access='private' constructor='yes'>
<function-decl name='mutex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='161' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1286' is-artificial='yes'/>
+ <parameter type-id='type-id-1285' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~mutex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='162' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1286' is-artificial='yes'/>
+ <parameter type-id='type-id-1285' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='mutex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1286' is-artificial='yes'/>
- <parameter type-id='type-id-1287'/>
+ <parameter type-id='type-id-1285' is-artificial='yes'/>
+ <parameter type-id='type-id-1286'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt5mutexaSERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1286' is-artificial='yes'/>
- <parameter type-id='type-id-1287'/>
- <return type-id='type-id-1288'/>
+ <parameter type-id='type-id-1285' is-artificial='yes'/>
+ <parameter type-id='type-id-1286'/>
+ <return type-id='type-id-1287'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='lock' mangled-name='_ZNSt5mutex4lockEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='168' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1286' is-artificial='yes'/>
+ <parameter type-id='type-id-1285' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='try_lock' mangled-name='_ZNSt5mutex8try_lockEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1286' is-artificial='yes'/>
+ <parameter type-id='type-id-1285' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unlock' mangled-name='_ZNSt5mutex6unlockEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='185' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1286' is-artificial='yes'/>
+ <parameter type-id='type-id-1285' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='native_handle' mangled-name='_ZNSt5mutex13native_handleEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='192' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1286' is-artificial='yes'/>
- <return type-id='type-id-1284'/>
+ <parameter type-id='type-id-1285' is-artificial='yes'/>
+ <return type-id='type-id-1283'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__mutex_base' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='57' column='1' id='type-id-1283'>
+ <class-decl name='__mutex_base' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='57' column='1' id='type-id-1282'>
<member-type access='protected'>
- <typedef-decl name='__native_type' type-id='type-id-778' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='60' column='1' id='type-id-1289'/>
+ <typedef-decl name='__native_type' type-id='type-id-777' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='60' column='1' id='type-id-1288'/>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='_M_mutex' type-id='type-id-1289' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='63' column='1'/>
+ <var-decl name='_M_mutex' type-id='type-id-1288' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='63' column='1'/>
</data-member>
<member-function access='protected' constructor='yes'>
<function-decl name='__mutex_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1290' is-artificial='yes'/>
+ <parameter type-id='type-id-1289' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='__mutex_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1290' is-artificial='yes'/>
- <parameter type-id='type-id-1291'/>
+ <parameter type-id='type-id-1289' is-artificial='yes'/>
+ <parameter type-id='type-id-1290'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZNSt12__mutex_baseaSERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1290' is-artificial='yes'/>
- <parameter type-id='type-id-1291'/>
- <return type-id='type-id-1292'/>
+ <parameter type-id='type-id-1289' is-artificial='yes'/>
+ <parameter type-id='type-id-1290'/>
+ <return type-id='type-id-1291'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='adopt_lock_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='434' column='1' id='type-id-1280'/>
- <class-decl name='atomic_flag' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='244' column='1' id='type-id-1293'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1267'/>
+ <class-decl name='adopt_lock_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='434' column='1' id='type-id-1279'/>
+ <class-decl name='atomic_flag' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='244' column='1' id='type-id-1292'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1266'/>
<member-function access='public' constructor='yes'>
<function-decl name='atomic_flag' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='246' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1294' is-artificial='yes'/>
+ <parameter type-id='type-id-1293' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~atomic_flag' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='247' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1294' is-artificial='yes'/>
+ <parameter type-id='type-id-1293' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='atomic_flag' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='248' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1294' is-artificial='yes'/>
- <parameter type-id='type-id-1295'/>
+ <parameter type-id='type-id-1293' is-artificial='yes'/>
+ <parameter type-id='type-id-1294'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11atomic_flagaSERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='249' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1294' is-artificial='yes'/>
- <parameter type-id='type-id-1295'/>
- <return type-id='type-id-1296'/>
+ <parameter type-id='type-id-1293' is-artificial='yes'/>
+ <parameter type-id='type-id-1294'/>
+ <return type-id='type-id-1295'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='atomic_flag' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='253' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1294' is-artificial='yes'/>
+ <parameter type-id='type-id-1293' is-artificial='yes'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='test_and_set' mangled-name='_ZNSt11atomic_flag12test_and_setESt12memory_order' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1294' is-artificial='yes'/>
- <parameter type-id='type-id-1269'/>
+ <parameter type-id='type-id-1293' is-artificial='yes'/>
+ <parameter type-id='type-id-1268'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='clear' mangled-name='_ZNSt11atomic_flag5clearESt12memory_order' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='270' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1294' is-artificial='yes'/>
- <parameter type-id='type-id-1269'/>
+ <parameter type-id='type-id-1293' is-artificial='yes'/>
+ <parameter type-id='type-id-1268'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_init' mangled-name='_ZNSt11atomic_flag7_S_initEb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/atomic_base.h' line='291' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-23'/>
- <return type-id='type-id-1270'/>
+ <return type-id='type-id-1269'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='integral_constant<bool, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='57' column='1' id='type-id-1297'>
+ <class-decl name='integral_constant<bool, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='57' column='1' id='type-id-1296'>
<data-member access='public' static='yes'>
- <var-decl name='value' type-id='type-id-1006' mangled-name='_ZNSt17integral_constantIbLb1EE5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='59' column='1'/>
+ <var-decl name='value' type-id='type-id-1005' mangled-name='_ZNSt17integral_constantIbLb1EE5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='59' column='1'/>
</data-member>
</class-decl>
- <class-decl name='ratio<1l, 1000000l>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='266' column='1' id='type-id-1298'>
+ <class-decl name='ratio<1l, 1000000l>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='266' column='1' id='type-id-1297'>
<data-member access='public' static='yes'>
- <var-decl name='num' type-id='type-id-1299' mangled-name='_ZNSt5ratioILl1ELl1000000EE3numE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='274' column='1'/>
+ <var-decl name='num' type-id='type-id-1298' mangled-name='_ZNSt5ratioILl1ELl1000000EE3numE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='274' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='den' type-id='type-id-1299' mangled-name='_ZNSt5ratioILl1ELl1000000EE3denE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='277' column='1'/>
+ <var-decl name='den' type-id='type-id-1298' mangled-name='_ZNSt5ratioILl1ELl1000000EE3denE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='277' column='1'/>
</data-member>
</class-decl>
- <class-decl name='integral_constant<long int, 1l>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='57' column='1' id='type-id-1300'>
+ <class-decl name='integral_constant<long int, 1l>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='57' column='1' id='type-id-1299'>
<data-member access='public' static='yes'>
<var-decl name='value' type-id='type-id-432' mangled-name='_ZNSt17integral_constantIlLl1EE5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='59' column='1'/>
</data-member>
</class-decl>
- <class-decl name='integral_constant<long int, 1000000l>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='57' column='1' id='type-id-1301'>
+ <class-decl name='integral_constant<long int, 1000000l>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='57' column='1' id='type-id-1300'>
<data-member access='public' static='yes'>
<var-decl name='value' type-id='type-id-432' mangled-name='_ZNSt17integral_constantIlLl1000000EE5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='59' column='1'/>
</data-member>
</class-decl>
- <class-decl name='ratio<1000000l, 1l>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='266' column='1' id='type-id-1302'>
+ <class-decl name='ratio<1000000l, 1l>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='266' column='1' id='type-id-1301'>
<data-member access='public' static='yes'>
- <var-decl name='num' type-id='type-id-1299' mangled-name='_ZNSt5ratioILl1000000ELl1EE3numE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='274' column='1'/>
+ <var-decl name='num' type-id='type-id-1298' mangled-name='_ZNSt5ratioILl1000000ELl1EE3numE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='274' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='den' type-id='type-id-1299' mangled-name='_ZNSt5ratioILl1000000ELl1EE3denE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='277' column='1'/>
+ <var-decl name='den' type-id='type-id-1298' mangled-name='_ZNSt5ratioILl1000000ELl1EE3denE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='277' column='1'/>
</data-member>
</class-decl>
- <class-decl name='ratio<1l, 1l>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='266' column='1' id='type-id-1303'>
+ <class-decl name='ratio<1l, 1l>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='266' column='1' id='type-id-1302'>
<data-member access='public' static='yes'>
- <var-decl name='num' type-id='type-id-1299' mangled-name='_ZNSt5ratioILl1ELl1EE3numE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='274' column='1'/>
+ <var-decl name='num' type-id='type-id-1298' mangled-name='_ZNSt5ratioILl1ELl1EE3numE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='274' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='den' type-id='type-id-1299' mangled-name='_ZNSt5ratioILl1ELl1EE3denE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='277' column='1'/>
+ <var-decl name='den' type-id='type-id-1298' mangled-name='_ZNSt5ratioILl1ELl1EE3denE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='277' column='1'/>
</data-member>
</class-decl>
- <class-decl name='ratio<1l, 1000000000l>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='266' column='1' id='type-id-1304'>
+ <class-decl name='ratio<1l, 1000000000l>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='266' column='1' id='type-id-1303'>
<data-member access='public' static='yes'>
- <var-decl name='num' type-id='type-id-1299' mangled-name='_ZNSt5ratioILl1ELl1000000000EE3numE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='274' column='1'/>
+ <var-decl name='num' type-id='type-id-1298' mangled-name='_ZNSt5ratioILl1ELl1000000000EE3numE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='274' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='den' type-id='type-id-1299' mangled-name='_ZNSt5ratioILl1ELl1000000000EE3denE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='277' column='1'/>
+ <var-decl name='den' type-id='type-id-1298' mangled-name='_ZNSt5ratioILl1ELl1000000000EE3denE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ratio' line='277' column='1'/>
</data-member>
</class-decl>
- <class-decl name='integral_constant<long int, 1000000000l>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='57' column='1' id='type-id-1305'>
+ <class-decl name='integral_constant<long int, 1000000000l>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='57' column='1' id='type-id-1304'>
<data-member access='public' static='yes'>
<var-decl name='value' type-id='type-id-432' mangled-name='_ZNSt17integral_constantIlLl1000000000EE5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='59' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1267' size-in-bits='64' id='type-id-1272'/>
- <qualified-type-def type-id='type-id-4' volatile='yes' id='type-id-1306'/>
- <qualified-type-def type-id='type-id-1306' const='yes' id='type-id-1307'/>
- <pointer-type-def type-id='type-id-1307' size-in-bits='64' id='type-id-1273'/>
- <typedef-decl name='__clock_t' type-id='type-id-55' filepath='/usr/include/bits/types.h' line='145' column='1' id='type-id-1308'/>
- <typedef-decl name='clock_t' type-id='type-id-1308' filepath='/usr/include/time.h' line='60' column='1' id='type-id-1309'/>
+ <pointer-type-def type-id='type-id-1266' size-in-bits='64' id='type-id-1271'/>
+ <qualified-type-def type-id='type-id-4' volatile='yes' id='type-id-1305'/>
+ <qualified-type-def type-id='type-id-1305' const='yes' id='type-id-1306'/>
+ <pointer-type-def type-id='type-id-1306' size-in-bits='64' id='type-id-1272'/>
+ <typedef-decl name='__clock_t' type-id='type-id-55' filepath='/usr/include/bits/types.h' line='145' column='1' id='type-id-1307'/>
+ <typedef-decl name='clock_t' type-id='type-id-1307' filepath='/usr/include/time.h' line='60' column='1' id='type-id-1308'/>
<function-decl name='clock' filepath='/usr/include/time.h' line='183' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-1309'/>
+ <return type-id='type-id-1308'/>
</function-decl>
<function-decl name='difftime' filepath='/usr/include/time.h' line='189' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1183'/>
- <parameter type-id='type-id-1183'/>
+ <parameter type-id='type-id-1182'/>
+ <parameter type-id='type-id-1182'/>
<return type-id='type-id-536'/>
</function-decl>
<function-decl name='mktime' filepath='/usr/include/time.h' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1044'/>
- <return type-id='type-id-1183'/>
+ <parameter type-id='type-id-1043'/>
+ <return type-id='type-id-1182'/>
</function-decl>
- <pointer-type-def type-id='type-id-1183' size-in-bits='64' id='type-id-1310'/>
+ <pointer-type-def type-id='type-id-1182' size-in-bits='64' id='type-id-1309'/>
<function-decl name='time' filepath='/usr/include/time.h' line='186' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1310'/>
- <return type-id='type-id-1183'/>
+ <parameter type-id='type-id-1309'/>
+ <return type-id='type-id-1182'/>
</function-decl>
<function-decl name='asctime' filepath='/usr/include/time.h' line='255' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-534'/>
<return type-id='type-id-149'/>
</function-decl>
- <qualified-type-def type-id='type-id-1183' const='yes' id='type-id-1311'/>
- <pointer-type-def type-id='type-id-1311' size-in-bits='64' id='type-id-1312'/>
+ <qualified-type-def type-id='type-id-1182' const='yes' id='type-id-1310'/>
+ <pointer-type-def type-id='type-id-1310' size-in-bits='64' id='type-id-1311'/>
<function-decl name='ctime' filepath='/usr/include/time.h' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1312'/>
+ <parameter type-id='type-id-1311'/>
<return type-id='type-id-149'/>
</function-decl>
<function-decl name='gmtime' filepath='/usr/include/time.h' line='233' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1312'/>
- <return type-id='type-id-1044'/>
+ <parameter type-id='type-id-1311'/>
+ <return type-id='type-id-1043'/>
</function-decl>
<function-decl name='localtime' filepath='/usr/include/time.h' line='237' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1312'/>
- <return type-id='type-id-1044'/>
+ <parameter type-id='type-id-1311'/>
+ <return type-id='type-id-1043'/>
</function-decl>
<function-decl name='strftime' filepath='/usr/include/time.h' line='199' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-149'/>
- <pointer-type-def type-id='type-id-1283' size-in-bits='64' id='type-id-1290'/>
- <qualified-type-def type-id='type-id-1283' const='yes' id='type-id-1313'/>
- <reference-type-def kind='lvalue' type-id='type-id-1313' size-in-bits='64' id='type-id-1291'/>
- <reference-type-def kind='lvalue' type-id='type-id-1283' size-in-bits='64' id='type-id-1292'/>
- <pointer-type-def type-id='type-id-1289' size-in-bits='64' id='type-id-1285'/>
- <pointer-type-def type-id='type-id-1276' size-in-bits='64' id='type-id-1286'/>
- <qualified-type-def type-id='type-id-1276' const='yes' id='type-id-1314'/>
- <reference-type-def kind='lvalue' type-id='type-id-1314' size-in-bits='64' id='type-id-1287'/>
- <reference-type-def kind='lvalue' type-id='type-id-1276' size-in-bits='64' id='type-id-1288'/>
- <reference-type-def kind='lvalue' type-id='type-id-1275' size-in-bits='64' id='type-id-1279'/>
- <qualified-type-def type-id='type-id-1279' id='type-id-1277'/>
- <pointer-type-def type-id='type-id-1274' size-in-bits='64' id='type-id-1278'/>
- <qualified-type-def type-id='type-id-1274' const='yes' id='type-id-1315'/>
- <reference-type-def kind='lvalue' type-id='type-id-1315' size-in-bits='64' id='type-id-1281'/>
- <reference-type-def kind='lvalue' type-id='type-id-1274' size-in-bits='64' id='type-id-1282'/>
- <pointer-type-def type-id='type-id-1266' size-in-bits='64' id='type-id-1268'/>
- <pointer-type-def type-id='type-id-1293' size-in-bits='64' id='type-id-1294'/>
- <qualified-type-def type-id='type-id-1293' const='yes' id='type-id-1316'/>
- <reference-type-def kind='lvalue' type-id='type-id-1316' size-in-bits='64' id='type-id-1295'/>
- <reference-type-def kind='lvalue' type-id='type-id-1293' size-in-bits='64' id='type-id-1296'/>
- <typedef-decl name='intmax_t' type-id='type-id-55' filepath='/usr/include/stdint.h' line='135' column='1' id='type-id-1317'/>
- <qualified-type-def type-id='type-id-1317' const='yes' id='type-id-1299'/>
+ <pointer-type-def type-id='type-id-1282' size-in-bits='64' id='type-id-1289'/>
+ <qualified-type-def type-id='type-id-1282' const='yes' id='type-id-1312'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1312' size-in-bits='64' id='type-id-1290'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1282' size-in-bits='64' id='type-id-1291'/>
+ <pointer-type-def type-id='type-id-1288' size-in-bits='64' id='type-id-1284'/>
+ <pointer-type-def type-id='type-id-1275' size-in-bits='64' id='type-id-1285'/>
+ <qualified-type-def type-id='type-id-1275' const='yes' id='type-id-1313'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1313' size-in-bits='64' id='type-id-1286'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1275' size-in-bits='64' id='type-id-1287'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1274' size-in-bits='64' id='type-id-1278'/>
+ <qualified-type-def type-id='type-id-1278' id='type-id-1276'/>
+ <pointer-type-def type-id='type-id-1273' size-in-bits='64' id='type-id-1277'/>
+ <qualified-type-def type-id='type-id-1273' const='yes' id='type-id-1314'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1314' size-in-bits='64' id='type-id-1280'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1273' size-in-bits='64' id='type-id-1281'/>
+ <pointer-type-def type-id='type-id-1265' size-in-bits='64' id='type-id-1267'/>
+ <pointer-type-def type-id='type-id-1292' size-in-bits='64' id='type-id-1293'/>
+ <qualified-type-def type-id='type-id-1292' const='yes' id='type-id-1315'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1315' size-in-bits='64' id='type-id-1294'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1292' size-in-bits='64' id='type-id-1295'/>
+ <typedef-decl name='intmax_t' type-id='type-id-55' filepath='/usr/include/stdint.h' line='135' column='1' id='type-id-1316'/>
+ <qualified-type-def type-id='type-id-1316' const='yes' id='type-id-1298'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='thread' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='60' column='1' id='type-id-1318'>
+ <class-decl name='thread' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='60' column='1' id='type-id-1317'>
<member-type access='private'>
- <class-decl name='id' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='68' column='1' id='type-id-1319'>
+ <class-decl name='id' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='68' column='1' id='type-id-1318'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_thread' type-id='type-id-1320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='70' column='1'/>
+ <var-decl name='_M_thread' type-id='type-id-1319' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='70' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='id' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1321' is-artificial='yes'/>
+ <parameter type-id='type-id-1320' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='id' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1321' is-artificial='yes'/>
- <parameter type-id='type-id-1320'/>
+ <parameter type-id='type-id-1320' is-artificial='yes'/>
+ <parameter type-id='type-id-1319'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='private'>
- <typedef-decl name='native_handle_type' type-id='type-id-1322' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='63' column='1' id='type-id-1320'/>
+ <typedef-decl name='native_handle_type' type-id='type-id-1321' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='63' column='1' id='type-id-1319'/>
</member-type>
<member-type access='private'>
- <class-decl name='_Impl_base' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='97' column='1' id='type-id-1323'>
+ <class-decl name='_Impl_base' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='97' column='1' id='type-id-1322'>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_this_ptr' type-id='type-id-1324' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='99' column='1'/>
+ <var-decl name='_M_this_ptr' type-id='type-id-1323' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='99' column='1'/>
</data-member>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~_Impl_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='97' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1325' is-artificial='yes'/>
+ <parameter type-id='type-id-1324' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' vtable-offset='2'>
<function-decl name='_M_run' mangled-name='_ZNSt6thread10_Impl_base6_M_runEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1325' is-artificial='yes'/>
+ <parameter type-id='type-id-1324' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='private'>
- <typedef-decl name='__shared_base_type' type-id='type-id-1326' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='65' column='1' id='type-id-1324'/>
+ <typedef-decl name='__shared_base_type' type-id='type-id-1325' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='65' column='1' id='type-id-1323'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_id' type-id='type-id-1319' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='119' column='1'/>
+ <var-decl name='_M_id' type-id='type-id-1318' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='119' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='thread' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1327' is-artificial='yes'/>
+ <parameter type-id='type-id-1326' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='thread' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1327' is-artificial='yes'/>
- <parameter type-id='type-id-1328'/>
+ <parameter type-id='type-id-1326' is-artificial='yes'/>
+ <parameter type-id='type-id-1327'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='thread' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1327' is-artificial='yes'/>
- <parameter type-id='type-id-1329'/>
+ <parameter type-id='type-id-1326' is-artificial='yes'/>
+ <parameter type-id='type-id-1328'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~thread' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1327' is-artificial='yes'/>
+ <parameter type-id='type-id-1326' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt6threadaSERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1327' is-artificial='yes'/>
- <parameter type-id='type-id-1329'/>
- <return type-id='type-id-1328'/>
+ <parameter type-id='type-id-1326' is-artificial='yes'/>
+ <parameter type-id='type-id-1328'/>
+ <return type-id='type-id-1327'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt6threadaSEOS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1327' is-artificial='yes'/>
- <parameter type-id='type-id-1328'/>
- <return type-id='type-id-1328'/>
+ <parameter type-id='type-id-1326' is-artificial='yes'/>
+ <parameter type-id='type-id-1327'/>
+ <return type-id='type-id-1327'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt6thread4swapERS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1327' is-artificial='yes'/>
- <parameter type-id='type-id-1328'/>
+ <parameter type-id='type-id-1326' is-artificial='yes'/>
+ <parameter type-id='type-id-1327'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='joinable' mangled-name='_ZNKSt6thread8joinableEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='159' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1330' is-artificial='yes'/>
+ <parameter type-id='type-id-1329' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='join' mangled-name='_ZNSt6thread4joinEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='163' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6thread4joinEv@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1327' is-artificial='yes'/>
+ <parameter type-id='type-id-1326' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='detach' mangled-name='_ZNSt6thread6detachEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='166' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6thread6detachEv@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1327' is-artificial='yes'/>
+ <parameter type-id='type-id-1326' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get_id' mangled-name='_ZNKSt6thread6get_idEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='169' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1330' is-artificial='yes'/>
- <return type-id='type-id-1319'/>
+ <parameter type-id='type-id-1329' is-artificial='yes'/>
+ <return type-id='type-id-1318'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='native_handle' mangled-name='_ZNSt6thread13native_handleEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1327' is-artificial='yes'/>
- <return type-id='type-id-1320'/>
+ <parameter type-id='type-id-1326' is-artificial='yes'/>
+ <return type-id='type-id-1319'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
</member-function>
<member-function access='private'>
<function-decl name='_M_start_thread' mangled-name='_ZNSt6thread15_M_start_threadESt10shared_ptrINS_10_Impl_baseEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='184' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6thread15_M_start_threadESt10shared_ptrINS_10_Impl_baseEE@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1327' is-artificial='yes'/>
- <parameter type-id='type-id-1324'/>
+ <parameter type-id='type-id-1326' is-artificial='yes'/>
+ <parameter type-id='type-id-1323'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='shared_ptr<std::thread::_Impl_base>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr.h' line='93' column='1' id='type-id-1326'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1331'/>
+ <class-decl name='shared_ptr<std::thread::_Impl_base>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr.h' line='93' column='1' id='type-id-1325'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1330'/>
<member-function access='private'>
<function-decl name='shared_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr.h' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1332' is-artificial='yes'/>
+ <parameter type-id='type-id-1331' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='shared_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1332' is-artificial='yes'/>
- <parameter type-id='type-id-1333'/>
+ <parameter type-id='type-id-1331' is-artificial='yes'/>
+ <parameter type-id='type-id-1332'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='shared_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr.h' line='226' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1332' is-artificial='yes'/>
- <parameter type-id='type-id-1334'/>
+ <parameter type-id='type-id-1331' is-artificial='yes'/>
+ <parameter type-id='type-id-1333'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt10shared_ptrINSt6thread10_Impl_baseEEaSERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr.h' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1332' is-artificial='yes'/>
- <parameter type-id='type-id-1333'/>
- <return type-id='type-id-1334'/>
+ <parameter type-id='type-id-1331' is-artificial='yes'/>
+ <parameter type-id='type-id-1332'/>
+ <return type-id='type-id-1333'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt10shared_ptrINSt6thread10_Impl_baseEEaSEOS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr.h' line='290' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1332' is-artificial='yes'/>
- <parameter type-id='type-id-1334'/>
- <return type-id='type-id-1334'/>
+ <parameter type-id='type-id-1331' is-artificial='yes'/>
+ <parameter type-id='type-id-1333'/>
+ <return type-id='type-id-1333'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__shared_ptr<std::thread::_Impl_base, (__gnu_cxx::_Lock_policy)2u>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='760' column='1' id='type-id-1331'>
+ <class-decl name='__shared_ptr<std::thread::_Impl_base, (__gnu_cxx::_Lock_policy)2u>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='760' column='1' id='type-id-1330'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_ptr' type-id='type-id-1325' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='1061' column='1'/>
+ <var-decl name='_M_ptr' type-id='type-id-1324' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='1061' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_refcount' type-id='type-id-1335' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='1062' column='1'/>
+ <var-decl name='_M_refcount' type-id='type-id-1334' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='1062' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='__shared_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1336' is-artificial='yes'/>
+ <parameter type-id='type-id-1335' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__shared_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1336' is-artificial='yes'/>
- <parameter type-id='type-id-1337'/>
+ <parameter type-id='type-id-1335' is-artificial='yes'/>
+ <parameter type-id='type-id-1336'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt12__shared_ptrINSt6thread10_Impl_baseELN9__gnu_cxx12_Lock_policyE2EEaSERKS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='812' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1336' is-artificial='yes'/>
- <parameter type-id='type-id-1337'/>
- <return type-id='type-id-1338'/>
+ <parameter type-id='type-id-1335' is-artificial='yes'/>
+ <parameter type-id='type-id-1336'/>
+ <return type-id='type-id-1337'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__shared_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='813' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1336' is-artificial='yes'/>
+ <parameter type-id='type-id-1335' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__shared_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='821' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1336' is-artificial='yes'/>
- <parameter type-id='type-id-1338'/>
+ <parameter type-id='type-id-1335' is-artificial='yes'/>
+ <parameter type-id='type-id-1337'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt12__shared_ptrINSt6thread10_Impl_baseELN9__gnu_cxx12_Lock_policyE2EEaSEOS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='898' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1336' is-artificial='yes'/>
- <parameter type-id='type-id-1338'/>
- <return type-id='type-id-1338'/>
+ <parameter type-id='type-id-1335' is-artificial='yes'/>
+ <parameter type-id='type-id-1337'/>
+ <return type-id='type-id-1337'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='reset' mangled-name='_ZNSt12__shared_ptrINSt6thread10_Impl_baseELN9__gnu_cxx12_Lock_policyE2EE5resetEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='921' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1336' is-artificial='yes'/>
+ <parameter type-id='type-id-1335' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator*' mangled-name='_ZNKSt12__shared_ptrINSt6thread10_Impl_baseELN9__gnu_cxx12_Lock_policyE2EEdeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='945' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1339' is-artificial='yes'/>
- <return type-id='type-id-1340'/>
+ <parameter type-id='type-id-1338' is-artificial='yes'/>
+ <return type-id='type-id-1339'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator->' mangled-name='_ZNKSt12__shared_ptrINSt6thread10_Impl_baseELN9__gnu_cxx12_Lock_policyE2EEptEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='952' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1339' is-artificial='yes'/>
- <return type-id='type-id-1325'/>
+ <parameter type-id='type-id-1338' is-artificial='yes'/>
+ <return type-id='type-id-1324'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt12__shared_ptrINSt6thread10_Impl_baseELN9__gnu_cxx12_Lock_policyE2EE3getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='959' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1339' is-artificial='yes'/>
- <return type-id='type-id-1325'/>
+ <parameter type-id='type-id-1338' is-artificial='yes'/>
+ <return type-id='type-id-1324'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator bool' mangled-name='_ZNKSt12__shared_ptrINSt6thread10_Impl_baseELN9__gnu_cxx12_Lock_policyE2EEcvbEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='962' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1339' is-artificial='yes'/>
+ <parameter type-id='type-id-1338' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='unique' mangled-name='_ZNKSt12__shared_ptrINSt6thread10_Impl_baseELN9__gnu_cxx12_Lock_policyE2EE6uniqueEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='966' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1339' is-artificial='yes'/>
+ <parameter type-id='type-id-1338' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='use_count' mangled-name='_ZNKSt12__shared_ptrINSt6thread10_Impl_baseELN9__gnu_cxx12_Lock_policyE2EE9use_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='970' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1339' is-artificial='yes'/>
+ <parameter type-id='type-id-1338' is-artificial='yes'/>
<return type-id='type-id-55'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt12__shared_ptrINSt6thread10_Impl_baseELN9__gnu_cxx12_Lock_policyE2EE4swapERS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='974' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1336' is-artificial='yes'/>
- <parameter type-id='type-id-1338'/>
+ <parameter type-id='type-id-1335' is-artificial='yes'/>
+ <parameter type-id='type-id-1337'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_get_deleter' mangled-name='_ZNKSt12__shared_ptrINSt6thread10_Impl_baseELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='1052' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1339' is-artificial='yes'/>
- <parameter type-id='type-id-1341'/>
+ <parameter type-id='type-id-1338' is-artificial='yes'/>
+ <parameter type-id='type-id-1340'/>
<return type-id='type-id-33'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__shared_count<(__gnu_cxx::_Lock_policy)2u>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='443' column='1' id='type-id-1335'>
+ <class-decl name='__shared_count<(__gnu_cxx::_Lock_policy)2u>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='443' column='1' id='type-id-1334'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_pi' type-id='type-id-1342' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='639' column='1'/>
+ <var-decl name='_M_pi' type-id='type-id-1341' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='639' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='__shared_count' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='446' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1343' is-artificial='yes'/>
+ <parameter type-id='type-id-1342' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__shared_count' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='727' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1343' is-artificial='yes'/>
- <parameter type-id='type-id-1344'/>
+ <parameter type-id='type-id-1342' is-artificial='yes'/>
+ <parameter type-id='type-id-1343'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__shared_count' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='555' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1343' is-artificial='yes'/>
+ <parameter type-id='type-id-1342' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__shared_count' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='561' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1343' is-artificial='yes'/>
- <parameter type-id='type-id-1345'/>
+ <parameter type-id='type-id-1342' is-artificial='yes'/>
+ <parameter type-id='type-id-1344'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEaSERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='569' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1343' is-artificial='yes'/>
- <parameter type-id='type-id-1345'/>
- <return type-id='type-id-1346'/>
+ <parameter type-id='type-id-1342' is-artificial='yes'/>
+ <parameter type-id='type-id-1344'/>
+ <return type-id='type-id-1345'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_swap' mangled-name='_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EE7_M_swapERS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='584' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1343' is-artificial='yes'/>
- <parameter type-id='type-id-1346'/>
+ <parameter type-id='type-id-1342' is-artificial='yes'/>
+ <parameter type-id='type-id-1345'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_get_use_count' mangled-name='_ZNKSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EE16_M_get_use_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='592' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1347' is-artificial='yes'/>
+ <parameter type-id='type-id-1346' is-artificial='yes'/>
<return type-id='type-id-55'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_unique' mangled-name='_ZNKSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EE9_M_uniqueEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='596' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1347' is-artificial='yes'/>
+ <parameter type-id='type-id-1346' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_get_deleter' mangled-name='_ZNKSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='600' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1347' is-artificial='yes'/>
- <parameter type-id='type-id-1341'/>
+ <parameter type-id='type-id-1346' is-artificial='yes'/>
+ <parameter type-id='type-id-1340'/>
<return type-id='type-id-33'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_less' mangled-name='_ZNKSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EE7_M_lessERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='604' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1347' is-artificial='yes'/>
- <parameter type-id='type-id-1345'/>
+ <parameter type-id='type-id-1346' is-artificial='yes'/>
+ <parameter type-id='type-id-1344'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_less' mangled-name='_ZNKSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EE7_M_lessERKSt12__weak_countILS1_2EE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='608' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1347' is-artificial='yes'/>
- <parameter type-id='type-id-1344'/>
+ <parameter type-id='type-id-1346' is-artificial='yes'/>
+ <parameter type-id='type-id-1343'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Sp_counted_base<(__gnu_cxx::_Lock_policy)2u>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='108' column='1' id='type-id-1348'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1349'/>
+ <class-decl name='_Sp_counted_base<(__gnu_cxx::_Lock_policy)2u>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='108' column='1' id='type-id-1347'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1348'/>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='_M_use_count' type-id='type-id-78' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='204' column='1'/>
</data-member>
</data-member>
<member-function access='private'>
<function-decl name='_Sp_counted_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1342' is-artificial='yes'/>
+ <parameter type-id='type-id-1341' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_add_ref_copy' mangled-name='_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE15_M_add_ref_copyEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1342' is-artificial='yes'/>
+ <parameter type-id='type-id-1341' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_add_ref_lock' mangled-name='_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE15_M_add_ref_lockEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='235' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1342' is-artificial='yes'/>
+ <parameter type-id='type-id-1341' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_release' mangled-name='_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1342' is-artificial='yes'/>
+ <parameter type-id='type-id-1341' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_weak_add_ref' mangled-name='_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE15_M_weak_add_refEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1342' is-artificial='yes'/>
+ <parameter type-id='type-id-1341' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_weak_release' mangled-name='_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE15_M_weak_releaseEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1342' is-artificial='yes'/>
+ <parameter type-id='type-id-1341' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_get_use_count' mangled-name='_ZNKSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE16_M_get_use_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1350' is-artificial='yes'/>
+ <parameter type-id='type-id-1349' is-artificial='yes'/>
<return type-id='type-id-55'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_Sp_counted_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='201' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1342' is-artificial='yes'/>
- <parameter type-id='type-id-1351'/>
+ <parameter type-id='type-id-1341' is-artificial='yes'/>
+ <parameter type-id='type-id-1350'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EEaSERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1342' is-artificial='yes'/>
- <parameter type-id='type-id-1351'/>
- <return type-id='type-id-1352'/>
+ <parameter type-id='type-id-1341' is-artificial='yes'/>
+ <parameter type-id='type-id-1350'/>
+ <return type-id='type-id-1351'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~_Sp_counted_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='116' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1342' is-artificial='yes'/>
+ <parameter type-id='type-id-1341' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' vtable-offset='2'>
<function-decl name='_M_dispose' mangled-name='_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1342' is-artificial='yes'/>
+ <parameter type-id='type-id-1341' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' vtable-offset='3'>
<function-decl name='_M_destroy' mangled-name='_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='126' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1342' is-artificial='yes'/>
+ <parameter type-id='type-id-1341' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' vtable-offset='4'>
<function-decl name='_M_get_deleter' mangled-name='_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1342' is-artificial='yes'/>
- <parameter type-id='type-id-1341'/>
+ <parameter type-id='type-id-1341' is-artificial='yes'/>
+ <parameter type-id='type-id-1340'/>
<return type-id='type-id-33'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Mutex_base<(__gnu_cxx::_Lock_policy)2u>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='89' column='1' id='type-id-1349'/>
- <class-decl name='type_info' size-in-bits='128' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/typeinfo' line='90' column='1' id='type-id-1353'>
+ <class-decl name='_Mutex_base<(__gnu_cxx::_Lock_policy)2u>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='89' column='1' id='type-id-1348'/>
+ <class-decl name='type_info' size-in-bits='128' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/typeinfo' line='90' column='1' id='type-id-1352'>
<data-member access='protected' layout-offset-in-bits='64'>
<var-decl name='__name' type-id='type-id-11' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/typeinfo' line='173' column='1'/>
</data-member>
<member-function access='private' const='yes'>
<function-decl name='operator==' mangled-name='_ZNKSt9type_infoeqERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/typeinfo' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1354' is-artificial='yes'/>
- <parameter type-id='type-id-1341'/>
+ <parameter type-id='type-id-1353' is-artificial='yes'/>
+ <parameter type-id='type-id-1340'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator!=' mangled-name='_ZNKSt9type_infoneERKS_' filepath='../../.././libstdc++-v3/libsupc++/typeinfo' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1354' is-artificial='yes'/>
- <parameter type-id='type-id-1341'/>
+ <parameter type-id='type-id-1353' is-artificial='yes'/>
+ <parameter type-id='type-id-1340'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='name' mangled-name='_ZNKSt9type_info4nameEv' filepath='../../.././libstdc++-v3/libsupc++/typeinfo' line='101' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1354' is-artificial='yes'/>
+ <parameter type-id='type-id-1353' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='before' mangled-name='_ZNKSt9type_info6beforeERKS_' filepath='../../.././libstdc++-v3/libsupc++/typeinfo' line='117' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1354' is-artificial='yes'/>
- <parameter type-id='type-id-1341'/>
+ <parameter type-id='type-id-1353' is-artificial='yes'/>
+ <parameter type-id='type-id-1340'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='type_info' filepath='../../.././libstdc++-v3/libsupc++/typeinfo' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1355' is-artificial='yes'/>
+ <parameter type-id='type-id-1354' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt9type_infoaSERKS_' filepath='../../.././libstdc++-v3/libsupc++/typeinfo' line='179' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1355' is-artificial='yes'/>
- <parameter type-id='type-id-1341'/>
- <return type-id='type-id-1356'/>
+ <parameter type-id='type-id-1354' is-artificial='yes'/>
+ <parameter type-id='type-id-1340'/>
+ <return type-id='type-id-1355'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='type_info' filepath='../../.././libstdc++-v3/libsupc++/typeinfo' line='180' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1355' is-artificial='yes'/>
- <parameter type-id='type-id-1341'/>
+ <parameter type-id='type-id-1354' is-artificial='yes'/>
+ <parameter type-id='type-id-1340'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~type_info' filepath='../../.././libstdc++-v3/libsupc++/tinfo.cc' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1355' is-artificial='yes'/>
+ <parameter type-id='type-id-1354' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~type_info' mangled-name='_ZNSt9type_infoD0Ev' filepath='../../.././libstdc++-v3/libsupc++/tinfo.cc' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9type_infoD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1355' is-artificial='yes'/>
+ <parameter type-id='type-id-1354' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~type_info' mangled-name='_ZNSt9type_infoD2Ev' filepath='../../.././libstdc++-v3/libsupc++/tinfo.cc' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9type_infoD2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1355' is-artificial='yes'/>
+ <parameter type-id='type-id-1354' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='__is_pointer_p' mangled-name='_ZNKSt9type_info14__is_pointer_pEv' filepath='../../.././libstdc++-v3/libsupc++/tinfo.cc' line='57' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9type_info14__is_pointer_pEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1354' is-artificial='yes'/>
+ <parameter type-id='type-id-1353' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='3'>
<function-decl name='__is_function_p' mangled-name='_ZNKSt9type_info15__is_function_pEv' filepath='../../.././libstdc++-v3/libsupc++/tinfo.cc' line='64' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9type_info15__is_function_pEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1354' is-artificial='yes'/>
+ <parameter type-id='type-id-1353' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='4'>
<function-decl name='__do_catch' mangled-name='_ZNKSt9type_info10__do_catchEPKS_PPvj' filepath='../../.././libstdc++-v3/libsupc++/tinfo.cc' line='71' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9type_info10__do_catchEPKS_PPvj@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1354' is-artificial='yes'/>
- <parameter type-id='type-id-1354'/>
+ <parameter type-id='type-id-1353' is-artificial='yes'/>
+ <parameter type-id='type-id-1353'/>
<parameter type-id='type-id-304'/>
<parameter type-id='type-id-502'/>
<return type-id='type-id-23'/>
</member-function>
<member-function access='private' const='yes' vtable-offset='5'>
<function-decl name='__do_upcast' mangled-name='_ZNKSt9type_info11__do_upcastEPKN10__cxxabiv117__class_type_infoEPPv' filepath='../../.././libstdc++-v3/libsupc++/tinfo.cc' line='78' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9type_info11__do_upcastEPKN10__cxxabiv117__class_type_infoEPPv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1354' is-artificial='yes'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1353' is-artificial='yes'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-304'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__weak_count<(__gnu_cxx::_Lock_policy)2u>' visibility='default' is-declaration-only='yes' id='type-id-1358'/>
- <class-decl name='__add_lvalue_reference_helper<std::thread::_Impl_base, true, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1345' column='1' id='type-id-1359'>
+ <class-decl name='__weak_count<(__gnu_cxx::_Lock_policy)2u>' visibility='default' is-declaration-only='yes' id='type-id-1357'/>
+ <class-decl name='__add_lvalue_reference_helper<std::thread::_Impl_base, true, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1345' column='1' id='type-id-1358'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1360' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1346' column='1' id='type-id-1340'/>
+ <typedef-decl name='type' type-id='type-id-1359' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1346' column='1' id='type-id-1339'/>
</member-type>
</class-decl>
<function-decl name='operator==' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='83' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1319'/>
- <parameter type-id='type-id-1319'/>
+ <parameter type-id='type-id-1318'/>
+ <parameter type-id='type-id-1318'/>
<return type-id='type-id-23'/>
</function-decl>
- <class-decl name='_Mem_fn<void (std::thread::*)()>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='525' column='1' id='type-id-1361'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1362'/>
+ <class-decl name='_Mem_fn<void (std::thread::*)()>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='525' column='1' id='type-id-1360'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1361'/>
<member-type access='private'>
- <typedef-decl name='_Functor' type-id='type-id-1364' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='528' column='1' id='type-id-1363'/>
+ <typedef-decl name='_Functor' type-id='type-id-1363' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='528' column='1' id='type-id-1362'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='__pmf' type-id='type-id-1363' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='566' column='1'/>
+ <var-decl name='__pmf' type-id='type-id-1362' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='566' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_Mem_fn' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='544' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1365' is-artificial='yes'/>
- <parameter type-id='type-id-1363'/>
+ <parameter type-id='type-id-1364' is-artificial='yes'/>
+ <parameter type-id='type-id-1362'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt7_Mem_fnIMSt6threadFvvEEclERS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='548' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1366' is-artificial='yes'/>
- <parameter type-id='type-id-1328'/>
+ <parameter type-id='type-id-1365' is-artificial='yes'/>
+ <parameter type-id='type-id-1327'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt7_Mem_fnIMSt6threadFvvEEclEPS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='553' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1366' is-artificial='yes'/>
- <parameter type-id='type-id-1327'/>
+ <parameter type-id='type-id-1365' is-artificial='yes'/>
+ <parameter type-id='type-id-1326'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Maybe_unary_or_binary_function<void, std::thread*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='515' column='1' id='type-id-1362'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1367'/>
+ <class-decl name='_Maybe_unary_or_binary_function<void, std::thread*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='515' column='1' id='type-id-1361'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1366'/>
</class-decl>
- <class-decl name='unary_function<std::thread*, void>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-1367'/>
- <class-decl name='remove_reference<std::_Mem_fn<void (std::thread::*)()> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1326' column='1' id='type-id-1368'>
+ <class-decl name='unary_function<std::thread*, void>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-1366'/>
+ <class-decl name='remove_reference<std::_Mem_fn<void (std::thread::*)()> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1326' column='1' id='type-id-1367'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1361' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1327' column='1' id='type-id-1369'/>
+ <typedef-decl name='type' type-id='type-id-1360' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1327' column='1' id='type-id-1368'/>
</member-type>
</class-decl>
<function-decl name='forward<std::_Mem_fn<void (std::thread::*)()> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='77' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1370'/>
- <return type-id='type-id-1371'/>
+ <parameter type-id='type-id-1369'/>
+ <return type-id='type-id-1370'/>
</function-decl>
- <class-decl name='reference_wrapper<std::thread>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='432' column='1' id='type-id-1372'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1373'/>
+ <class-decl name='reference_wrapper<std::thread>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='432' column='1' id='type-id-1371'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1372'/>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_data' type-id='type-id-1327' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='435' column='1'/>
+ <var-decl name='_M_data' type-id='type-id-1326' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='435' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='reference_wrapper' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='440' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1374' is-artificial='yes'/>
- <parameter type-id='type-id-1328'/>
+ <parameter type-id='type-id-1373' is-artificial='yes'/>
+ <parameter type-id='type-id-1327'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='reference_wrapper' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='446' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1374' is-artificial='yes'/>
- <parameter type-id='type-id-1375'/>
+ <parameter type-id='type-id-1373' is-artificial='yes'/>
+ <parameter type-id='type-id-1374'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt17reference_wrapperISt6threadEaSERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='451' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1374' is-artificial='yes'/>
- <parameter type-id='type-id-1375'/>
- <return type-id='type-id-1376'/>
+ <parameter type-id='type-id-1373' is-artificial='yes'/>
+ <parameter type-id='type-id-1374'/>
+ <return type-id='type-id-1375'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator std::thread&' mangled-name='_ZNKSt17reference_wrapperISt6threadEcvRS0_Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='457' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1377' is-artificial='yes'/>
- <return type-id='type-id-1328'/>
+ <parameter type-id='type-id-1376' is-artificial='yes'/>
+ <return type-id='type-id-1327'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt17reference_wrapperISt6threadE3getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='461' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1377' is-artificial='yes'/>
- <return type-id='type-id-1328'/>
+ <parameter type-id='type-id-1376' is-artificial='yes'/>
+ <return type-id='type-id-1327'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Reference_wrapper_base<std::thread>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='316' column='1' id='type-id-1373'>
+ <class-decl name='_Reference_wrapper_base<std::thread>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='316' column='1' id='type-id-1372'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1377'/>
+ </class-decl>
+ <class-decl name='_Reference_wrapper_base_impl<false, false, std::thread>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='274' column='1' id='type-id-1377'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-1378'/>
</class-decl>
- <class-decl name='_Reference_wrapper_base_impl<false, false, std::thread>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='274' column='1' id='type-id-1378'>
+ <class-decl name='_Weak_result_type<std::thread>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='185' column='1' id='type-id-1378'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-1379'/>
</class-decl>
- <class-decl name='_Weak_result_type<std::thread>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='185' column='1' id='type-id-1379'>
+ <class-decl name='_Weak_result_type_impl<std::thread>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='87' column='1' id='type-id-1379'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-1380'/>
</class-decl>
- <class-decl name='_Weak_result_type_impl<std::thread>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='87' column='1' id='type-id-1380'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1381'/>
- </class-decl>
- <class-decl name='_Maybe_get_result_type<false, std::thread>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='75' column='1' id='type-id-1381'/>
- <class-decl name='remove_reference<std::reference_wrapper<std::thread> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1326' column='1' id='type-id-1382'>
+ <class-decl name='_Maybe_get_result_type<false, std::thread>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='75' column='1' id='type-id-1380'/>
+ <class-decl name='remove_reference<std::reference_wrapper<std::thread> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1326' column='1' id='type-id-1381'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1372' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1327' column='1' id='type-id-1383'/>
+ <typedef-decl name='type' type-id='type-id-1371' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1327' column='1' id='type-id-1382'/>
</member-type>
</class-decl>
<function-decl name='forward<std::reference_wrapper<std::thread> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='77' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1384'/>
- <return type-id='type-id-1376'/>
+ <parameter type-id='type-id-1383'/>
+ <return type-id='type-id-1375'/>
</function-decl>
- <class-decl name='remove_reference<std::_Mem_fn<void (std::thread::*)()>&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1330' column='1' id='type-id-1385'>
+ <class-decl name='remove_reference<std::_Mem_fn<void (std::thread::*)()>&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1330' column='1' id='type-id-1384'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1361' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1331' column='1' id='type-id-1386'/>
+ <typedef-decl name='type' type-id='type-id-1360' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1331' column='1' id='type-id-1385'/>
</member-type>
</class-decl>
<function-decl name='move<std::_Mem_fn<void (std::thread::*)()>&>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1371'/>
- <return type-id='type-id-1387'/>
+ <parameter type-id='type-id-1370'/>
+ <return type-id='type-id-1386'/>
</function-decl>
<function-decl name='__addressof<std::thread>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='47' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1328'/>
- <return type-id='type-id-1327'/>
+ <parameter type-id='type-id-1327'/>
+ <return type-id='type-id-1326'/>
</function-decl>
- <class-decl name='remove_reference<void (std::thread::*)()>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1326' column='1' id='type-id-1388'>
+ <class-decl name='remove_reference<void (std::thread::*)()>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1326' column='1' id='type-id-1387'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1364' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1327' column='1' id='type-id-1389'/>
+ <typedef-decl name='type' type-id='type-id-1363' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1327' column='1' id='type-id-1388'/>
</member-type>
</class-decl>
<function-decl name='forward<void (std::thread::*)()>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='77' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1390'/>
- <return type-id='type-id-1391'/>
+ <parameter type-id='type-id-1389'/>
+ <return type-id='type-id-1390'/>
</function-decl>
<function-decl name='ref<std::thread>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='476' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1328'/>
- <return type-id='type-id-1372'/>
+ <parameter type-id='type-id-1327'/>
+ <return type-id='type-id-1371'/>
</function-decl>
- <class-decl name='__add_ref<std::_Mem_fn<void (std::thread::*)()> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='56' column='1' id='type-id-1392'>
+ <class-decl name='__add_ref<std::_Mem_fn<void (std::thread::*)()> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='56' column='1' id='type-id-1391'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1371' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='57' column='1' id='type-id-1393'/>
+ <typedef-decl name='type' type-id='type-id-1370' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='57' column='1' id='type-id-1392'/>
</member-type>
</class-decl>
- <class-decl name='_Tuple_impl<0ul, std::_Mem_fn<void (std::thread::*)()>, std::reference_wrapper<std::thread> >' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='215' column='1' id='type-id-1394'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1395'/>
- <base-class access='public' layout-offset-in-bits='64' type-id='type-id-1396'/>
+ <class-decl name='_Tuple_impl<0ul, std::_Mem_fn<void (std::thread::*)()>, std::reference_wrapper<std::thread> >' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='215' column='1' id='type-id-1393'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1394'/>
+ <base-class access='public' layout-offset-in-bits='64' type-id='type-id-1395'/>
<member-type access='public'>
- <typedef-decl name='_Inherited' type-id='type-id-1395' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='221' column='1' id='type-id-1397'/>
+ <typedef-decl name='_Inherited' type-id='type-id-1394' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='221' column='1' id='type-id-1396'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EISt7_Mem_fnIMSt6threadFvvEESt17reference_wrapperIS1_EEE7_M_headERS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='225' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1398'/>
- <return type-id='type-id-1371'/>
+ <parameter type-id='type-id-1397'/>
+ <return type-id='type-id-1370'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EISt7_Mem_fnIMSt6threadFvvEESt17reference_wrapperIS1_EEE7_M_headERKS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1399'/>
- <return type-id='type-id-1400'/>
+ <parameter type-id='type-id-1398'/>
+ <return type-id='type-id-1399'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EISt7_Mem_fnIMSt6threadFvvEESt17reference_wrapperIS1_EEE7_M_tailERS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='231' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1398'/>
- <return type-id='type-id-1401'/>
+ <parameter type-id='type-id-1397'/>
+ <return type-id='type-id-1400'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EISt7_Mem_fnIMSt6threadFvvEESt17reference_wrapperIS1_EEE7_M_tailERKS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='234' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1399'/>
- <return type-id='type-id-1402'/>
+ <parameter type-id='type-id-1398'/>
+ <return type-id='type-id-1401'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='236' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1403' is-artificial='yes'/>
+ <parameter type-id='type-id-1402' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='240' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1403' is-artificial='yes'/>
- <parameter type-id='type-id-1400'/>
- <parameter type-id='type-id-1375'/>
+ <parameter type-id='type-id-1402' is-artificial='yes'/>
+ <parameter type-id='type-id-1399'/>
+ <parameter type-id='type-id-1374'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1403' is-artificial='yes'/>
- <parameter type-id='type-id-1399'/>
+ <parameter type-id='type-id-1402' is-artificial='yes'/>
+ <parameter type-id='type-id-1398'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='253' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1403' is-artificial='yes'/>
- <parameter type-id='type-id-1398'/>
+ <parameter type-id='type-id-1402' is-artificial='yes'/>
+ <parameter type-id='type-id-1397'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EISt7_Mem_fnIMSt6threadFvvEESt17reference_wrapperIS1_EEEaSERKS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='322' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1403' is-artificial='yes'/>
- <parameter type-id='type-id-1399'/>
- <return type-id='type-id-1398'/>
+ <parameter type-id='type-id-1402' is-artificial='yes'/>
+ <parameter type-id='type-id-1398'/>
+ <return type-id='type-id-1397'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EISt7_Mem_fnIMSt6threadFvvEESt17reference_wrapperIS1_EEEaSEOS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='330' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1403' is-artificial='yes'/>
- <parameter type-id='type-id-1398'/>
- <return type-id='type-id-1398'/>
+ <parameter type-id='type-id-1402' is-artificial='yes'/>
+ <parameter type-id='type-id-1397'/>
+ <return type-id='type-id-1397'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm0EISt7_Mem_fnIMSt6threadFvvEESt17reference_wrapperIS1_EEE7_M_swapERS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='361' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1403' is-artificial='yes'/>
- <parameter type-id='type-id-1398'/>
+ <parameter type-id='type-id-1402' is-artificial='yes'/>
+ <parameter type-id='type-id-1397'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl<std::_Mem_fn<void (std::thread::*)()>, std::reference_wrapper<std::thread>, void>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='246' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1403' is-artificial='yes'/>
- <parameter type-id='type-id-1371'/>
- <parameter type-id='type-id-1376'/>
+ <parameter type-id='type-id-1402' is-artificial='yes'/>
+ <parameter type-id='type-id-1370'/>
+ <parameter type-id='type-id-1375'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Tuple_impl<1ul, std::reference_wrapper<std::thread> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='215' column='1' id='type-id-1395'>
+ <class-decl name='_Tuple_impl<1ul, std::reference_wrapper<std::thread> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='215' column='1' id='type-id-1394'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1403'/>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-1404'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1405'/>
<member-type access='public'>
- <typedef-decl name='_Inherited' type-id='type-id-1404' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='221' column='1' id='type-id-1406'/>
+ <typedef-decl name='_Inherited' type-id='type-id-1403' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='221' column='1' id='type-id-1405'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm1EISt17reference_wrapperISt6threadEEE7_M_headERS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='225' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1407'/>
- <return type-id='type-id-1376'/>
+ <parameter type-id='type-id-1406'/>
+ <return type-id='type-id-1375'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm1EISt17reference_wrapperISt6threadEEE7_M_headERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1408'/>
- <return type-id='type-id-1375'/>
+ <parameter type-id='type-id-1407'/>
+ <return type-id='type-id-1374'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm1EISt17reference_wrapperISt6threadEEE7_M_tailERS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='231' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1407'/>
- <return type-id='type-id-1409'/>
+ <parameter type-id='type-id-1406'/>
+ <return type-id='type-id-1408'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm1EISt17reference_wrapperISt6threadEEE7_M_tailERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='234' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1408'/>
- <return type-id='type-id-1410'/>
+ <parameter type-id='type-id-1407'/>
+ <return type-id='type-id-1409'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='236' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1411' is-artificial='yes'/>
+ <parameter type-id='type-id-1410' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='240' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1411' is-artificial='yes'/>
- <parameter type-id='type-id-1375'/>
+ <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1374'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1411' is-artificial='yes'/>
- <parameter type-id='type-id-1408'/>
+ <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1407'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='253' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1411' is-artificial='yes'/>
- <parameter type-id='type-id-1407'/>
+ <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1406'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm1EISt17reference_wrapperISt6threadEEEaSERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='322' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1411' is-artificial='yes'/>
- <parameter type-id='type-id-1408'/>
- <return type-id='type-id-1407'/>
+ <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1407'/>
+ <return type-id='type-id-1406'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm1EISt17reference_wrapperISt6threadEEEaSEOS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='330' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1411' is-artificial='yes'/>
- <parameter type-id='type-id-1407'/>
- <return type-id='type-id-1407'/>
+ <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1406'/>
+ <return type-id='type-id-1406'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm1EISt17reference_wrapperISt6threadEEE7_M_swapERS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='361' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1411' is-artificial='yes'/>
- <parameter type-id='type-id-1407'/>
+ <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1406'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl<std::reference_wrapper<std::thread>, void>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='246' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1411' is-artificial='yes'/>
- <parameter type-id='type-id-1376'/>
+ <parameter type-id='type-id-1410' is-artificial='yes'/>
+ <parameter type-id='type-id-1375'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Tuple_impl<2ul>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='185' column='1' id='type-id-1404'>
+ <class-decl name='_Tuple_impl<2ul>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='185' column='1' id='type-id-1403'>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='189' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1412' is-artificial='yes'/>
+ <parameter type-id='type-id-1411' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm2EIEE7_M_swapERS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='201' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1412' is-artificial='yes'/>
- <parameter type-id='type-id-1413'/>
+ <parameter type-id='type-id-1411' is-artificial='yes'/>
+ <parameter type-id='type-id-1412'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Head_base<1ul, std::reference_wrapper<std::thread>, false>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='122' column='1' id='type-id-1405'>
+ <class-decl name='_Head_base<1ul, std::reference_wrapper<std::thread>, false>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='122' column='1' id='type-id-1404'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_head_impl' type-id='type-id-1372' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='166' column='1'/>
+ <var-decl name='_M_head_impl' type-id='type-id-1371' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='166' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1414' is-artificial='yes'/>
+ <parameter type-id='type-id-1413' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1414' is-artificial='yes'/>
- <parameter type-id='type-id-1375'/>
+ <parameter type-id='type-id-1413' is-artificial='yes'/>
+ <parameter type-id='type-id-1374'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1414' is-artificial='yes'/>
- <parameter type-id='type-id-1415'/>
+ <parameter type-id='type-id-1413' is-artificial='yes'/>
+ <parameter type-id='type-id-1414'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm1ESt17reference_wrapperISt6threadELb0EE7_M_headERS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='161' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1416'/>
- <return type-id='type-id-1376'/>
+ <parameter type-id='type-id-1415'/>
+ <return type-id='type-id-1375'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm1ESt17reference_wrapperISt6threadELb0EE7_M_headERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1417'/>
- <return type-id='type-id-1375'/>
+ <parameter type-id='type-id-1416'/>
+ <return type-id='type-id-1374'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base<std::reference_wrapper<std::thread>, void>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1414' is-artificial='yes'/>
- <parameter type-id='type-id-1376'/>
+ <parameter type-id='type-id-1413' is-artificial='yes'/>
+ <parameter type-id='type-id-1375'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__uses_alloc0' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/uses_allocator.h' line='69' column='1' id='type-id-1415'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1418'/>
+ <class-decl name='__uses_alloc0' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/uses_allocator.h' line='69' column='1' id='type-id-1414'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1417'/>
<member-type access='public'>
- <class-decl name='_Anything' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/uses_allocator.h' line='70' column='1' id='type-id-1419'>
+ <class-decl name='_Anything' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/uses_allocator.h' line='70' column='1' id='type-id-1418'>
<member-function access='public' constructor='yes'>
<function-decl name='_Anything' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/uses_allocator.h' line='70' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1420' is-artificial='yes'/>
+ <parameter type-id='type-id-1419' is-artificial='yes'/>
<parameter is-variadic='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_a' type-id='type-id-1419' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/uses_allocator.h' line='70' column='1'/>
+ <var-decl name='_M_a' type-id='type-id-1418' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/uses_allocator.h' line='70' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__uses_alloc_base' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/uses_allocator.h' line='68' column='1' id='type-id-1418'/>
- <class-decl name='_Head_base<0ul, std::_Mem_fn<void (std::thread::*)()>, false>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='122' column='1' id='type-id-1396'>
+ <class-decl name='__uses_alloc_base' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/uses_allocator.h' line='68' column='1' id='type-id-1417'/>
+ <class-decl name='_Head_base<0ul, std::_Mem_fn<void (std::thread::*)()>, false>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='122' column='1' id='type-id-1395'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_head_impl' type-id='type-id-1361' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='166' column='1'/>
+ <var-decl name='_M_head_impl' type-id='type-id-1360' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='166' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1421' is-artificial='yes'/>
+ <parameter type-id='type-id-1420' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1421' is-artificial='yes'/>
- <parameter type-id='type-id-1400'/>
+ <parameter type-id='type-id-1420' is-artificial='yes'/>
+ <parameter type-id='type-id-1399'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1421' is-artificial='yes'/>
- <parameter type-id='type-id-1415'/>
+ <parameter type-id='type-id-1420' is-artificial='yes'/>
+ <parameter type-id='type-id-1414'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm0ESt7_Mem_fnIMSt6threadFvvEELb0EE7_M_headERS5_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='161' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1422'/>
- <return type-id='type-id-1371'/>
+ <parameter type-id='type-id-1421'/>
+ <return type-id='type-id-1370'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm0ESt7_Mem_fnIMSt6threadFvvEELb0EE7_M_headERKS5_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1423'/>
- <return type-id='type-id-1400'/>
+ <parameter type-id='type-id-1422'/>
+ <return type-id='type-id-1399'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base<std::_Mem_fn<void (std::thread::*)()>, void>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1421' is-artificial='yes'/>
- <parameter type-id='type-id-1371'/>
+ <parameter type-id='type-id-1420' is-artificial='yes'/>
+ <parameter type-id='type-id-1370'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='__get_helper<0ul, std::_Mem_fn<void (std::thread::*)()>, std::reference_wrapper<std::thread> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='728' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1398'/>
- <return type-id='type-id-1393'/>
+ <parameter type-id='type-id-1397'/>
+ <return type-id='type-id-1392'/>
</function-decl>
- <class-decl name='__add_ref<std::reference_wrapper<std::thread> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='56' column='1' id='type-id-1424'>
+ <class-decl name='__add_ref<std::reference_wrapper<std::thread> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='56' column='1' id='type-id-1423'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1376' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='57' column='1' id='type-id-1425'/>
+ <typedef-decl name='type' type-id='type-id-1375' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='57' column='1' id='type-id-1424'/>
</member-type>
</class-decl>
<function-decl name='__get_helper<1ul, std::reference_wrapper<std::thread> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='728' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1407'/>
- <return type-id='type-id-1425'/>
+ <parameter type-id='type-id-1406'/>
+ <return type-id='type-id-1424'/>
</function-decl>
- <class-decl name='tuple<std::_Mem_fn<void (std::thread::*)()>, std::reference_wrapper<std::thread> >' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='507' column='1' id='type-id-1426'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1394'/>
+ <class-decl name='tuple<std::_Mem_fn<void (std::thread::*)()>, std::reference_wrapper<std::thread> >' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='507' column='1' id='type-id-1425'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1393'/>
<member-function access='private'>
<function-decl name='tuple' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='512' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1427' is-artificial='yes'/>
+ <parameter type-id='type-id-1426' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='tuple' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='516' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1427' is-artificial='yes'/>
- <parameter type-id='type-id-1400'/>
- <parameter type-id='type-id-1375'/>
+ <parameter type-id='type-id-1426' is-artificial='yes'/>
+ <parameter type-id='type-id-1399'/>
+ <parameter type-id='type-id-1374'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='tuple' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='526' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1427' is-artificial='yes'/>
- <parameter type-id='type-id-1428'/>
+ <parameter type-id='type-id-1426' is-artificial='yes'/>
+ <parameter type-id='type-id-1427'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='tuple' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='528' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1427' is-artificial='yes'/>
- <parameter type-id='type-id-1429'/>
+ <parameter type-id='type-id-1426' is-artificial='yes'/>
+ <parameter type-id='type-id-1428'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIISt7_Mem_fnIMSt6threadFvvEESt17reference_wrapperIS1_EEEaSERKS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='602' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1427' is-artificial='yes'/>
- <parameter type-id='type-id-1428'/>
- <return type-id='type-id-1429'/>
+ <parameter type-id='type-id-1426' is-artificial='yes'/>
+ <parameter type-id='type-id-1427'/>
+ <return type-id='type-id-1428'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIISt7_Mem_fnIMSt6threadFvvEESt17reference_wrapperIS1_EEEaSEOS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='609' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1427' is-artificial='yes'/>
- <parameter type-id='type-id-1429'/>
- <return type-id='type-id-1429'/>
+ <parameter type-id='type-id-1426' is-artificial='yes'/>
+ <parameter type-id='type-id-1428'/>
+ <return type-id='type-id-1428'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt5tupleIISt7_Mem_fnIMSt6threadFvvEESt17reference_wrapperIS1_EEE4swapERS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='651' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1427' is-artificial='yes'/>
- <parameter type-id='type-id-1429'/>
+ <parameter type-id='type-id-1426' is-artificial='yes'/>
+ <parameter type-id='type-id-1428'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='tuple<std::_Mem_fn<void (std::thread::*)()>, std::reference_wrapper<std::thread>, void>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='523' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1427' is-artificial='yes'/>
- <parameter type-id='type-id-1371'/>
- <parameter type-id='type-id-1376'/>
+ <parameter type-id='type-id-1426' is-artificial='yes'/>
+ <parameter type-id='type-id-1370'/>
+ <parameter type-id='type-id-1375'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='get<1ul, std::_Mem_fn<void (std::thread::*)()>, std::reference_wrapper<std::thread> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='743' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1429'/>
- <return type-id='type-id-1425'/>
+ <parameter type-id='type-id-1428'/>
+ <return type-id='type-id-1424'/>
</function-decl>
<function-decl name='get<0ul, std::_Mem_fn<void (std::thread::*)()>, std::reference_wrapper<std::thread> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='743' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1429'/>
- <return type-id='type-id-1393'/>
+ <parameter type-id='type-id-1428'/>
+ <return type-id='type-id-1392'/>
</function-decl>
<function-decl name='__once_call_impl<std::_Bind_simple<std::_Mem_fn<void (std::thread::*)()>(std::reference_wrapper<std::thread>)> >' mangled-name='_ZSt16__once_call_implISt12_Bind_simpleIFSt7_Mem_fnIMSt6threadFvvEESt17reference_wrapperIS2_EEEEvv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='788' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-4'/>
</function-decl>
- <class-decl name='_Bind_simple_helper<void (std::thread::*)(), std::reference_wrapper<std::thread> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1605' column='1' id='type-id-1430'>
+ <class-decl name='_Bind_simple_helper<void (std::thread::*)(), std::reference_wrapper<std::thread> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1605' column='1' id='type-id-1429'>
<member-type access='public'>
- <typedef-decl name='__type' type-id='type-id-1432' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1611' column='1' id='type-id-1431'/>
+ <typedef-decl name='__type' type-id='type-id-1431' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1611' column='1' id='type-id-1430'/>
</member-type>
</class-decl>
- <class-decl name='_Bind_simple<std::_Mem_fn<void (std::thread::*)()>(std::reference_wrapper<std::thread>)>' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1561' column='1' id='type-id-1432'>
+ <class-decl name='_Bind_simple<std::_Mem_fn<void (std::thread::*)()>(std::reference_wrapper<std::thread>)>' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1561' column='1' id='type-id-1431'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_bound' type-id='type-id-1426' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1601' column='1'/>
+ <var-decl name='_M_bound' type-id='type-id-1425' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1601' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Bind_simple' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1579' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1433' is-artificial='yes'/>
- <parameter type-id='type-id-1434'/>
+ <parameter type-id='type-id-1432' is-artificial='yes'/>
+ <parameter type-id='type-id-1433'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Bind_simple' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1580' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1433' is-artificial='yes'/>
- <parameter type-id='type-id-1435'/>
+ <parameter type-id='type-id-1432' is-artificial='yes'/>
+ <parameter type-id='type-id-1434'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNSt12_Bind_simpleIFSt7_Mem_fnIMSt6threadFvvEESt17reference_wrapperIS1_EEEclEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1583' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1433' is-artificial='yes'/>
+ <parameter type-id='type-id-1432' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Bind_simple<std::reference_wrapper<std::thread>, void>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1575' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1433' is-artificial='yes'/>
- <parameter type-id='type-id-1371'/>
- <parameter type-id='type-id-1376'/>
+ <parameter type-id='type-id-1432' is-artificial='yes'/>
+ <parameter type-id='type-id-1370'/>
+ <parameter type-id='type-id-1375'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_invoke<0ul>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1593' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1433' is-artificial='yes'/>
- <parameter type-id='type-id-1436'/>
+ <parameter type-id='type-id-1432' is-artificial='yes'/>
+ <parameter type-id='type-id-1435'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Index_tuple<0ul>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='894' column='1' id='type-id-1436'/>
+ <class-decl name='_Index_tuple<0ul>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='894' column='1' id='type-id-1435'/>
<function-decl name='__bind_simple<void (std::thread::*)(), std::reference_wrapper<std::thread> >' mangled-name='_ZSt13__bind_simpleIMSt6threadFvvEISt17reference_wrapperIS0_EEENSt19_Bind_simple_helperIT_IDpT0_EE6__typeEOS6_DpOS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1618' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1391'/>
- <parameter type-id='type-id-1376'/>
- <return type-id='type-id-1431'/>
+ <parameter type-id='type-id-1390'/>
+ <parameter type-id='type-id-1375'/>
+ <return type-id='type-id-1430'/>
</function-decl>
- <class-decl name='once_flag' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='762' column='1' id='type-id-1437'>
+ <class-decl name='once_flag' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='762' column='1' id='type-id-1436'>
<member-type access='private'>
- <typedef-decl name='__native_type' type-id='type-id-673' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='765' column='1' id='type-id-1438'/>
+ <typedef-decl name='__native_type' type-id='type-id-672' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='765' column='1' id='type-id-1437'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_once' type-id='type-id-1438' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='766' column='1'/>
+ <var-decl name='_M_once' type-id='type-id-1437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='766' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='once_flag' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='770' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1439' is-artificial='yes'/>
+ <parameter type-id='type-id-1438' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='once_flag' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='773' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1439' is-artificial='yes'/>
- <parameter type-id='type-id-1440'/>
+ <parameter type-id='type-id-1438' is-artificial='yes'/>
+ <parameter type-id='type-id-1439'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt9once_flagaSERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='775' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1439' is-artificial='yes'/>
- <parameter type-id='type-id-1440'/>
- <return type-id='type-id-1441'/>
+ <parameter type-id='type-id-1438' is-artificial='yes'/>
+ <parameter type-id='type-id-1439'/>
+ <return type-id='type-id-1440'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='call_once<void (std::thread::*)(), std::reference_wrapper<std::thread> >' mangled-name='_ZSt9call_onceIMSt6threadFvvEISt17reference_wrapperIS0_EEEvRSt9once_flagOT_DpOT0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='807' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1441'/>
- <parameter type-id='type-id-1391'/>
- <parameter type-id='type-id-1376'/>
+ <parameter type-id='type-id-1440'/>
+ <parameter type-id='type-id-1390'/>
+ <parameter type-id='type-id-1375'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='terminate' mangled-name='_ZSt9terminatev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/exception' line='99' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9terminatev@@GLIBCXX_3.4'>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='future_category' mangled-name='_ZSt15future_categoryv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='75' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt15future_categoryv@@GLIBCXX_3.4.15'>
- <return type-id='type-id-1190'/>
+ <return type-id='type-id-1189'/>
</function-decl>
- <class-decl name='__future_base' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='190' column='1' id='type-id-1442'>
+ <class-decl name='__future_base' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='190' column='1' id='type-id-1441'>
<member-type access='public'>
- <class-decl name='_State_base' size-in-bits='896' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='307' column='1' id='type-id-1443'>
+ <class-decl name='_State_base' size-in-bits='896' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='307' column='1' id='type-id-1442'>
<member-type access='private'>
- <class-decl name='_Setter<void, void>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1182' column='1' id='type-id-1444'>
+ <class-decl name='_Setter<void, void>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1182' column='1' id='type-id-1443'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_promise' type-id='type-id-1445' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1190' column='1'/>
+ <var-decl name='_M_promise' type-id='type-id-1444' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1190' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='operator()' mangled-name='_ZNSt13__future_base11_State_base7_SetterIvvEclEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1184' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1446' is-artificial='yes'/>
- <return type-id='type-id-1447'/>
+ <parameter type-id='type-id-1445' is-artificial='yes'/>
+ <return type-id='type-id-1446'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='private'>
- <typedef-decl name='_Ptr_type' type-id='type-id-1449' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='309' column='1' id='type-id-1448'/>
+ <typedef-decl name='_Ptr_type' type-id='type-id-1448' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='309' column='1' id='type-id-1447'/>
</member-type>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_result' type-id='type-id-1448' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='311' column='1'/>
+ <var-decl name='_M_result' type-id='type-id-1447' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='311' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_mutex' type-id='type-id-1276' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='312' column='1'/>
+ <var-decl name='_M_mutex' type-id='type-id-1275' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='312' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='448'>
- <var-decl name='_M_cond' type-id='type-id-1450' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='313' column='1'/>
+ <var-decl name='_M_cond' type-id='type-id-1449' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='313' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='832'>
- <var-decl name='_M_retrieved' type-id='type-id-1293' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='314' column='1'/>
+ <var-decl name='_M_retrieved' type-id='type-id-1292' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='314' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='864'>
- <var-decl name='_M_once' type-id='type-id-1437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='315' column='1'/>
+ <var-decl name='_M_once' type-id='type-id-1436' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='315' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='_State_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='318' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1451' is-artificial='yes'/>
+ <parameter type-id='type-id-1450' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='_State_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='319' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1451' is-artificial='yes'/>
- <parameter type-id='type-id-1452'/>
+ <parameter type-id='type-id-1450' is-artificial='yes'/>
+ <parameter type-id='type-id-1451'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt13__future_base11_State_baseaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='320' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1451' is-artificial='yes'/>
- <parameter type-id='type-id-1452'/>
- <return type-id='type-id-1453'/>
+ <parameter type-id='type-id-1450' is-artificial='yes'/>
+ <parameter type-id='type-id-1451'/>
+ <return type-id='type-id-1452'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='wait' mangled-name='_ZNSt13__future_base11_State_base4waitEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='324' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1451' is-artificial='yes'/>
- <return type-id='type-id-1454'/>
+ <parameter type-id='type-id-1450' is-artificial='yes'/>
+ <return type-id='type-id-1453'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_set_result' mangled-name='_ZNSt13__future_base11_State_base13_M_set_resultESt8functionIFSt10unique_ptrINS_12_Result_baseENS3_8_DeleterEEvEEb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='353' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1451' is-artificial='yes'/>
- <parameter type-id='type-id-1455'/>
+ <parameter type-id='type-id-1450' is-artificial='yes'/>
+ <parameter type-id='type-id-1454'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_break_promise' mangled-name='_ZNSt13__future_base11_State_base16_M_break_promiseESt10unique_ptrINS_12_Result_baseENS2_8_DeleterEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='365' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1451' is-artificial='yes'/>
- <parameter type-id='type-id-1448'/>
+ <parameter type-id='type-id-1450' is-artificial='yes'/>
+ <parameter type-id='type-id-1447'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_set_retrieved_flag' mangled-name='_ZNSt13__future_base11_State_base21_M_set_retrieved_flagEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='381' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1451' is-artificial='yes'/>
+ <parameter type-id='type-id-1450' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='__setter' mangled-name='_ZNSt13__future_base11_State_base8__setterEPSt7promiseIvE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1194' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1445'/>
- <return type-id='type-id-1444'/>
+ <parameter type-id='type-id-1444'/>
+ <return type-id='type-id-1443'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_do_set' mangled-name='_ZNSt13__future_base11_State_base9_M_do_setERSt8functionIFSt10unique_ptrINS_12_Result_baseENS3_8_DeleterEEvEERb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='468' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1451' is-artificial='yes'/>
- <parameter type-id='type-id-1456'/>
+ <parameter type-id='type-id-1450' is-artificial='yes'/>
+ <parameter type-id='type-id-1455'/>
<parameter type-id='type-id-310'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_ready' mangled-name='_ZNKSt13__future_base11_State_base8_M_readyEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='479' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1457' is-artificial='yes'/>
+ <parameter type-id='type-id-1456' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~_State_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='307' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1451' is-artificial='yes'/>
+ <parameter type-id='type-id-1450' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~_State_base' mangled-name='_ZNSt13__future_base11_State_baseD0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='307' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13__future_base11_State_baseD0Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-1451' is-artificial='yes'/>
+ <parameter type-id='type-id-1450' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~_State_base' mangled-name='_ZNSt13__future_base11_State_baseD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='307' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13__future_base11_State_baseD2Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-1451' is-artificial='yes'/>
+ <parameter type-id='type-id-1450' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' vtable-offset='2'>
<function-decl name='_M_run_deferred' mangled-name='_ZNSt13__future_base11_State_base15_M_run_deferredEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='482' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1451' is-artificial='yes'/>
+ <parameter type-id='type-id-1450' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='public'>
- <class-decl name='_Async_state_common' size-in-bits='1024' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1422' column='1' id='type-id-1458'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1443'/>
+ <class-decl name='_Async_state_common' size-in-bits='1024' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1422' column='1' id='type-id-1457'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1442'/>
<data-member access='protected' layout-offset-in-bits='896'>
- <var-decl name='_M_thread' type-id='type-id-1318' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1437' column='1'/>
+ <var-decl name='_M_thread' type-id='type-id-1317' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1437' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='960'>
- <var-decl name='_M_once' type-id='type-id-1437' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1438' column='1'/>
+ <var-decl name='_M_once' type-id='type-id-1436' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1438' column='1'/>
</data-member>
<member-function access='protected'>
<function-decl name='_M_join' mangled-name='_ZNSt13__future_base19_Async_state_common7_M_joinEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1435' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1459' is-artificial='yes'/>
+ <parameter type-id='type-id-1458' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~_Async_state_common' filepath='../../.././libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1459' is-artificial='yes'/>
+ <parameter type-id='type-id-1458' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~_Async_state_common' mangled-name='_ZNSt13__future_base19_Async_state_commonD0Ev' filepath='../../.././libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13__future_base19_Async_state_commonD0Ev@@GLIBCXX_3.4.17'>
- <parameter type-id='type-id-1459' is-artificial='yes'/>
+ <parameter type-id='type-id-1458' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~_Async_state_common' mangled-name='_ZNSt13__future_base19_Async_state_commonD2Ev' filepath='../../.././libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13__future_base19_Async_state_commonD1Ev@@GLIBCXX_3.4.17'>
- <parameter type-id='type-id-1459' is-artificial='yes'/>
+ <parameter type-id='type-id-1458' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='2'>
<function-decl name='_M_run_deferred' mangled-name='_ZNSt13__future_base19_Async_state_common15_M_run_deferredEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1433' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1459' is-artificial='yes'/>
+ <parameter type-id='type-id-1458' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='public'>
- <class-decl name='_Result_base' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='193' column='1' id='type-id-1460'>
+ <class-decl name='_Result_base' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='193' column='1' id='type-id-1459'>
<member-type access='public'>
- <class-decl name='_Deleter' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='203' column='1' id='type-id-1461'>
+ <class-decl name='_Deleter' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='203' column='1' id='type-id-1460'>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt13__future_base12_Result_base8_DeleterclEPS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='205' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1462' is-artificial='yes'/>
- <parameter type-id='type-id-1463'/>
+ <parameter type-id='type-id-1461' is-artificial='yes'/>
+ <parameter type-id='type-id-1462'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_error' type-id='type-id-1464' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='195' column='1'/>
+ <var-decl name='_M_error' type-id='type-id-1463' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='195' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='_Result_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1463' is-artificial='yes'/>
- <parameter type-id='type-id-1465'/>
+ <parameter type-id='type-id-1462' is-artificial='yes'/>
+ <parameter type-id='type-id-1464'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt13__future_base12_Result_baseaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1463' is-artificial='yes'/>
- <parameter type-id='type-id-1465'/>
- <return type-id='type-id-1454'/>
+ <parameter type-id='type-id-1462' is-artificial='yes'/>
+ <parameter type-id='type-id-1464'/>
+ <return type-id='type-id-1453'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='_Result_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1463' is-artificial='yes'/>
+ <parameter type-id='type-id-1462' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='_Result_base' mangled-name='_ZNSt13__future_base12_Result_baseC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='193' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13__future_base12_Result_baseC2Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-1463' is-artificial='yes'/>
+ <parameter type-id='type-id-1462' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~_Result_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1463' is-artificial='yes'/>
+ <parameter type-id='type-id-1462' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~_Result_base' mangled-name='_ZNSt13__future_base12_Result_baseD0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='193' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13__future_base12_Result_baseD0Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-1463' is-artificial='yes'/>
+ <parameter type-id='type-id-1462' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~_Result_base' mangled-name='_ZNSt13__future_base12_Result_baseD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='193' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13__future_base12_Result_baseD2Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-1463' is-artificial='yes'/>
+ <parameter type-id='type-id-1462' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' vtable-offset='0'>
<function-decl name='_M_destroy' mangled-name='_ZNSt13__future_base12_Result_base10_M_destroyEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='201' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1463' is-artificial='yes'/>
+ <parameter type-id='type-id-1462' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='public'>
- <class-decl name='_Result<void>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='543' column='1' id='type-id-1466'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1460'/>
+ <class-decl name='_Result<void>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='543' column='1' id='type-id-1465'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1459'/>
<member-function access='private' vtable-offset='0'>
<function-decl name='_M_destroy' mangled-name='_ZNSt13__future_base7_ResultIvE10_M_destroyEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='546' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1467' is-artificial='yes'/>
+ <parameter type-id='type-id-1466' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='public'>
- <typedef-decl name='_Ptr' type-id='type-id-1468' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='260' column='1' id='type-id-1449'/>
+ <typedef-decl name='_Ptr' type-id='type-id-1467' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='260' column='1' id='type-id-1448'/>
</member-type>
</class-decl>
- <class-decl name='_Maybe_wrap_member_pointer<void (std::thread::*)()>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1102' column='1' id='type-id-1469'>
+ <class-decl name='_Maybe_wrap_member_pointer<void (std::thread::*)()>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1102' column='1' id='type-id-1468'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1361' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1104' column='1' id='type-id-1470'/>
+ <typedef-decl name='type' type-id='type-id-1360' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1104' column='1' id='type-id-1469'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='__do_wrap' mangled-name='_ZNSt26_Maybe_wrap_member_pointerIMSt6threadFvvEE9__do_wrapES2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1107' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1364'/>
- <return type-id='type-id-1470'/>
+ <parameter type-id='type-id-1363'/>
+ <return type-id='type-id-1469'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u>' size-in-bits='1088' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='382' column='1' id='type-id-1471'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1348'/>
+ <class-decl name='_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u>' size-in-bits='1088' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='382' column='1' id='type-id-1470'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1347'/>
<member-type access='private'>
- <class-decl name='_Impl' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='387' column='1' id='type-id-1472'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1473'/>
+ <class-decl name='_Impl' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='387' column='1' id='type-id-1471'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1472'/>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_ptr' type-id='type-id-1451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='391' column='1'/>
+ <var-decl name='_M_ptr' type-id='type-id-1450' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='391' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='_Impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='390' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1474' is-artificial='yes'/>
- <parameter type-id='type-id-1473'/>
+ <parameter type-id='type-id-1473' is-artificial='yes'/>
+ <parameter type-id='type-id-1472'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_impl' type-id='type-id-1472' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='437' column='1'/>
+ <var-decl name='_M_impl' type-id='type-id-1471' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='437' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='_M_storage' type-id='type-id-1475' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='439' column='1'/>
+ <var-decl name='_M_storage' type-id='type-id-1474' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='439' column='1'/>
</data-member>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~_Sp_counted_ptr_inplace' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='406' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1476' is-artificial='yes'/>
+ <parameter type-id='type-id-1475' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' vtable-offset='2'>
<function-decl name='_M_dispose' mangled-name='_ZNSt23_Sp_counted_ptr_inplaceINSt13__future_base11_State_baseESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='409' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1476' is-artificial='yes'/>
+ <parameter type-id='type-id-1475' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' vtable-offset='3'>
<function-decl name='_M_destroy' mangled-name='_ZNSt23_Sp_counted_ptr_inplaceINSt13__future_base11_State_baseESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='414' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1476' is-artificial='yes'/>
+ <parameter type-id='type-id-1475' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' vtable-offset='4'>
<function-decl name='_M_get_deleter' mangled-name='_ZNSt23_Sp_counted_ptr_inplaceINSt13__future_base11_State_baseESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='425' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1476' is-artificial='yes'/>
- <parameter type-id='type-id-1341'/>
+ <parameter type-id='type-id-1475' is-artificial='yes'/>
+ <parameter type-id='type-id-1340'/>
<return type-id='type-id-33'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='allocator<std::__future_base::_State_base>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='89' column='1' id='type-id-1473'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1477'/>
+ <class-decl name='allocator<std::__future_base::_State_base>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='89' column='1' id='type-id-1472'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1476'/>
<member-function access='private'>
<function-decl name='allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1478' is-artificial='yes'/>
+ <parameter type-id='type-id-1477' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1478' is-artificial='yes'/>
- <parameter type-id='type-id-1479'/>
+ <parameter type-id='type-id-1477' is-artificial='yes'/>
+ <parameter type-id='type-id-1478'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1478' is-artificial='yes'/>
+ <parameter type-id='type-id-1477' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='aligned_storage<112ul, 8ul>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1645' column='1' id='type-id-1480'>
+ <class-decl name='aligned_storage<112ul, 8ul>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1645' column='1' id='type-id-1479'>
<member-type access='public'>
- <union-decl name='type' size-in-bits='896' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1647' column='1' id='type-id-1475'>
+ <union-decl name='type' size-in-bits='896' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1647' column='1' id='type-id-1474'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1650' column='1' id='type-id-1481'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1650' column='1' id='type-id-1480'/>
</member-type>
<data-member access='private'>
- <var-decl name='__data' type-id='type-id-1482' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1649' column='1'/>
+ <var-decl name='__data' type-id='type-id-1481' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1649' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='__align' type-id='type-id-1481' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1650' column='1'/>
+ <var-decl name='__align' type-id='type-id-1480' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1650' column='1'/>
</data-member>
</union-decl>
</member-type>
</class-decl>
- <class-decl name='allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u> > >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='87' column='1' id='type-id-1483'>
+ <class-decl name='allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u> > >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='87' column='1' id='type-id-1482'>
<member-type access='private'>
- <typedef-decl name='__pointer' type-id='type-id-1485' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='102' column='1' id='type-id-1484'/>
+ <typedef-decl name='__pointer' type-id='type-id-1484' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='102' column='1' id='type-id-1483'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-1484' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='109' column='1' id='type-id-1486'/>
+ <typedef-decl name='pointer' type-id='type-id-1483' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='109' column='1' id='type-id-1485'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__size_type' type-id='type-id-1488' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='156' column='1' id='type-id-1487'/>
+ <typedef-decl name='__size_type' type-id='type-id-1487' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='156' column='1' id='type-id-1486'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='size_type' type-id='type-id-1487' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='164' column='1' id='type-id-1489'/>
+ <typedef-decl name='size_type' type-id='type-id-1486' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='164' column='1' id='type-id-1488'/>
</member-type>
<member-type access='private'>
- <class-decl name='__construct_helper<std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u>, const std::allocator<std::__future_base::_State_base> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='238' column='1' id='type-id-1490'>
+ <class-decl name='__construct_helper<std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u>, const std::allocator<std::__future_base::_State_base> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='238' column='1' id='type-id-1489'>
<data-member access='public' static='yes'>
- <var-decl name='value' type-id='type-id-1006' mangled-name='_ZNSt16allocator_traitsISaISt23_Sp_counted_ptr_inplaceINSt13__future_base11_State_baseESaIS2_ELN9__gnu_cxx12_Lock_policyE2EEEE18__construct_helperIS6_IKS3_EE5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='249' column='1'/>
+ <var-decl name='value' type-id='type-id-1005' mangled-name='_ZNSt16allocator_traitsISaISt23_Sp_counted_ptr_inplaceINSt13__future_base11_State_baseESaIS2_ELN9__gnu_cxx12_Lock_policyE2EEEE18__construct_helperIS6_IKS3_EE5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='249' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='__destroy_helper<std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='266' column='1' id='type-id-1491'>
+ <class-decl name='__destroy_helper<std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='266' column='1' id='type-id-1490'>
<data-member access='public' static='yes'>
- <var-decl name='value' type-id='type-id-1006' mangled-name='_ZNSt16allocator_traitsISaISt23_Sp_counted_ptr_inplaceINSt13__future_base11_State_baseESaIS2_ELN9__gnu_cxx12_Lock_policyE2EEEE16__destroy_helperIS6_E5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='277' column='1'/>
+ <var-decl name='value' type-id='type-id-1005' mangled-name='_ZNSt16allocator_traitsISaISt23_Sp_counted_ptr_inplaceINSt13__future_base11_State_baseESaIS2_ELN9__gnu_cxx12_Lock_policyE2EEEE16__destroy_helperIS6_E5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='277' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='deallocate' mangled-name='_ZNSt16allocator_traitsISaISt23_Sp_counted_ptr_inplaceINSt13__future_base11_State_baseESaIS2_ELN9__gnu_cxx12_Lock_policyE2EEEE10deallocateERS7_PS6_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='378' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1492'/>
- <parameter type-id='type-id-1486'/>
- <parameter type-id='type-id-1489'/>
+ <parameter type-id='type-id-1491'/>
+ <parameter type-id='type-id-1485'/>
+ <parameter type-id='type-id-1488'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_destroy<std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='282' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1492'/>
- <parameter type-id='type-id-1476'/>
+ <parameter type-id='type-id-1491'/>
+ <parameter type-id='type-id-1475'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='destroy<std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='406' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1492'/>
- <parameter type-id='type-id-1476'/>
+ <parameter type-id='type-id-1491'/>
+ <parameter type-id='type-id-1475'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='allocator<std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u> >' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='89' column='1' id='type-id-1493'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1494'/>
+ <class-decl name='allocator<std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u> >' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='89' column='1' id='type-id-1492'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1493'/>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='92' column='1' id='type-id-1488'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='92' column='1' id='type-id-1487'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-1476' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='94' column='1' id='type-id-1485'/>
+ <typedef-decl name='pointer' type-id='type-id-1475' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='94' column='1' id='type-id-1484'/>
</member-type>
<member-function access='private'>
<function-decl name='allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1495' is-artificial='yes'/>
+ <parameter type-id='type-id-1494' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1495' is-artificial='yes'/>
- <parameter type-id='type-id-1496'/>
+ <parameter type-id='type-id-1494' is-artificial='yes'/>
+ <parameter type-id='type-id-1495'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1495' is-artificial='yes'/>
+ <parameter type-id='type-id-1494' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocator<std::__future_base::_State_base>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1495' is-artificial='yes'/>
- <parameter type-id='type-id-1479'/>
+ <parameter type-id='type-id-1494' is-artificial='yes'/>
+ <parameter type-id='type-id-1478'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='allocator_traits<std::allocator<std::__future_base::_State_base> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='87' column='1' id='type-id-1497'>
+ <class-decl name='allocator_traits<std::allocator<std::__future_base::_State_base> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='87' column='1' id='type-id-1496'>
<member-type access='private'>
- <class-decl name='__construct_helper<std::__future_base::_State_base>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='238' column='1' id='type-id-1498'>
+ <class-decl name='__construct_helper<std::__future_base::_State_base>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='238' column='1' id='type-id-1497'>
<data-member access='public' static='yes'>
- <var-decl name='value' type-id='type-id-1006' mangled-name='_ZNSt16allocator_traitsISaINSt13__future_base11_State_baseEEE18__construct_helperIS1_IEE5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='249' column='1'/>
+ <var-decl name='value' type-id='type-id-1005' mangled-name='_ZNSt16allocator_traitsISaINSt13__future_base11_State_baseEEE18__construct_helperIS1_IEE5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='249' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='__destroy_helper<std::__future_base::_State_base>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='266' column='1' id='type-id-1499'>
+ <class-decl name='__destroy_helper<std::__future_base::_State_base>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='266' column='1' id='type-id-1498'>
<data-member access='public' static='yes'>
- <var-decl name='value' type-id='type-id-1006' mangled-name='_ZNSt16allocator_traitsISaINSt13__future_base11_State_baseEEE16__destroy_helperIS1_E5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='277' column='1'/>
+ <var-decl name='value' type-id='type-id-1005' mangled-name='_ZNSt16allocator_traitsISaINSt13__future_base11_State_baseEEE16__destroy_helperIS1_E5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='277' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-function access='private' static='yes'>
<function-decl name='_S_destroy<std::__future_base::_State_base>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='282' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1500'/>
- <parameter type-id='type-id-1451'/>
+ <parameter type-id='type-id-1499'/>
+ <parameter type-id='type-id-1450'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='destroy<std::__future_base::_State_base>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='406' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1500'/>
- <parameter type-id='type-id-1451'/>
+ <parameter type-id='type-id-1499'/>
+ <parameter type-id='type-id-1450'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='defer_lock_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='427' column='1' id='type-id-1501'/>
- <class-decl name='try_to_lock_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='430' column='1' id='type-id-1502'/>
- <class-decl name='__alloctr_rebind_helper<std::allocator<std::__future_base::_State_base>, std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u> >' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='46' column='1' id='type-id-1503'>
+ <class-decl name='defer_lock_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='427' column='1' id='type-id-1500'/>
+ <class-decl name='try_to_lock_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='430' column='1' id='type-id-1501'/>
+ <class-decl name='__alloctr_rebind_helper<std::allocator<std::__future_base::_State_base>, std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u> >' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='46' column='1' id='type-id-1502'>
<data-member access='private' static='yes'>
- <var-decl name='__value' type-id='type-id-1006' mangled-name='_ZNSt23__alloctr_rebind_helperISaINSt13__future_base11_State_baseEESt23_Sp_counted_ptr_inplaceIS1_S2_LN9__gnu_cxx12_Lock_policyE2EEE7__valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='59' column='1'/>
+ <var-decl name='__value' type-id='type-id-1005' mangled-name='_ZNSt23__alloctr_rebind_helperISaINSt13__future_base11_State_baseEESt23_Sp_counted_ptr_inplaceIS1_S2_LN9__gnu_cxx12_Lock_policyE2EEE7__valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='59' column='1'/>
</data-member>
</class-decl>
- <class-decl name='integral_constant<long unsigned int, 8ul>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='57' column='1' id='type-id-1504'>
+ <class-decl name='integral_constant<long unsigned int, 8ul>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='57' column='1' id='type-id-1503'>
<data-member access='public' static='yes'>
- <var-decl name='value' type-id='type-id-1505' mangled-name='_ZNSt17integral_constantImLm8EE5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='59' column='1'/>
+ <var-decl name='value' type-id='type-id-1504' mangled-name='_ZNSt17integral_constantImLm8EE5valueE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='59' column='1'/>
</data-member>
</class-decl>
</namespace-decl>
- <typedef-decl name='pthread_t' type-id='type-id-69' filepath='/usr/include/bits/pthreadtypes.h' line='50' column='1' id='type-id-1506'/>
- <typedef-decl name='__gthread_t' type-id='type-id-1506' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/gthr-default.h' line='53' column='1' id='type-id-1322'/>
- <pointer-type-def type-id='type-id-1319' size-in-bits='64' id='type-id-1321'/>
- <pointer-type-def type-id='type-id-1323' size-in-bits='64' id='type-id-1325'/>
- <pointer-type-def type-id='type-id-1348' size-in-bits='64' id='type-id-1342'/>
- <qualified-type-def type-id='type-id-1353' const='yes' id='type-id-1507'/>
- <pointer-type-def type-id='type-id-1507' size-in-bits='64' id='type-id-1354'/>
- <reference-type-def kind='lvalue' type-id='type-id-1507' size-in-bits='64' id='type-id-1341'/>
- <qualified-type-def type-id='type-id-1348' const='yes' id='type-id-1508'/>
- <pointer-type-def type-id='type-id-1508' size-in-bits='64' id='type-id-1350'/>
- <reference-type-def kind='lvalue' type-id='type-id-1508' size-in-bits='64' id='type-id-1351'/>
- <reference-type-def kind='lvalue' type-id='type-id-1348' size-in-bits='64' id='type-id-1352'/>
- <pointer-type-def type-id='type-id-1335' size-in-bits='64' id='type-id-1343'/>
- <qualified-type-def type-id='type-id-1358' const='yes' id='type-id-1509'/>
+ <typedef-decl name='pthread_t' type-id='type-id-69' filepath='/usr/include/bits/pthreadtypes.h' line='50' column='1' id='type-id-1505'/>
+ <typedef-decl name='__gthread_t' type-id='type-id-1505' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/gthr-default.h' line='53' column='1' id='type-id-1321'/>
+ <pointer-type-def type-id='type-id-1318' size-in-bits='64' id='type-id-1320'/>
+ <pointer-type-def type-id='type-id-1322' size-in-bits='64' id='type-id-1324'/>
+ <pointer-type-def type-id='type-id-1347' size-in-bits='64' id='type-id-1341'/>
+ <qualified-type-def type-id='type-id-1352' const='yes' id='type-id-1506'/>
+ <pointer-type-def type-id='type-id-1506' size-in-bits='64' id='type-id-1353'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1506' size-in-bits='64' id='type-id-1340'/>
+ <qualified-type-def type-id='type-id-1347' const='yes' id='type-id-1507'/>
+ <pointer-type-def type-id='type-id-1507' size-in-bits='64' id='type-id-1349'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1507' size-in-bits='64' id='type-id-1350'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1347' size-in-bits='64' id='type-id-1351'/>
+ <pointer-type-def type-id='type-id-1334' size-in-bits='64' id='type-id-1342'/>
+ <qualified-type-def type-id='type-id-1357' const='yes' id='type-id-1508'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1508' size-in-bits='64' id='type-id-1343'/>
+ <qualified-type-def type-id='type-id-1334' const='yes' id='type-id-1509'/>
<reference-type-def kind='lvalue' type-id='type-id-1509' size-in-bits='64' id='type-id-1344'/>
- <qualified-type-def type-id='type-id-1335' const='yes' id='type-id-1510'/>
- <reference-type-def kind='lvalue' type-id='type-id-1510' size-in-bits='64' id='type-id-1345'/>
- <reference-type-def kind='lvalue' type-id='type-id-1335' size-in-bits='64' id='type-id-1346'/>
- <pointer-type-def type-id='type-id-1510' size-in-bits='64' id='type-id-1347'/>
- <pointer-type-def type-id='type-id-1331' size-in-bits='64' id='type-id-1336'/>
- <qualified-type-def type-id='type-id-1331' const='yes' id='type-id-1511'/>
- <reference-type-def kind='lvalue' type-id='type-id-1511' size-in-bits='64' id='type-id-1337'/>
- <reference-type-def kind='lvalue' type-id='type-id-1331' size-in-bits='64' id='type-id-1338'/>
- <reference-type-def kind='lvalue' type-id='type-id-1323' size-in-bits='64' id='type-id-1360'/>
- <pointer-type-def type-id='type-id-1511' size-in-bits='64' id='type-id-1339'/>
- <pointer-type-def type-id='type-id-1326' size-in-bits='64' id='type-id-1332'/>
- <qualified-type-def type-id='type-id-1326' const='yes' id='type-id-1512'/>
- <reference-type-def kind='lvalue' type-id='type-id-1512' size-in-bits='64' id='type-id-1333'/>
- <reference-type-def kind='lvalue' type-id='type-id-1326' size-in-bits='64' id='type-id-1334'/>
- <pointer-type-def type-id='type-id-1318' size-in-bits='64' id='type-id-1327'/>
- <reference-type-def kind='lvalue' type-id='type-id-1318' size-in-bits='64' id='type-id-1328'/>
- <qualified-type-def type-id='type-id-1318' const='yes' id='type-id-1513'/>
- <reference-type-def kind='lvalue' type-id='type-id-1513' size-in-bits='64' id='type-id-1329'/>
- <pointer-type-def type-id='type-id-1513' size-in-bits='64' id='type-id-1330'/>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-1363' visibility='default' id='type-id-1364'>
+ <reference-type-def kind='lvalue' type-id='type-id-1334' size-in-bits='64' id='type-id-1345'/>
+ <pointer-type-def type-id='type-id-1509' size-in-bits='64' id='type-id-1346'/>
+ <pointer-type-def type-id='type-id-1330' size-in-bits='64' id='type-id-1335'/>
+ <qualified-type-def type-id='type-id-1330' const='yes' id='type-id-1510'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1510' size-in-bits='64' id='type-id-1336'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1330' size-in-bits='64' id='type-id-1337'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1322' size-in-bits='64' id='type-id-1359'/>
+ <pointer-type-def type-id='type-id-1510' size-in-bits='64' id='type-id-1338'/>
+ <pointer-type-def type-id='type-id-1325' size-in-bits='64' id='type-id-1331'/>
+ <qualified-type-def type-id='type-id-1325' const='yes' id='type-id-1511'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1511' size-in-bits='64' id='type-id-1332'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1325' size-in-bits='64' id='type-id-1333'/>
+ <pointer-type-def type-id='type-id-1317' size-in-bits='64' id='type-id-1326'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1317' size-in-bits='64' id='type-id-1327'/>
+ <qualified-type-def type-id='type-id-1317' const='yes' id='type-id-1512'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1512' size-in-bits='64' id='type-id-1328'/>
+ <pointer-type-def type-id='type-id-1512' size-in-bits='64' id='type-id-1329'/>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-1362' visibility='default' id='type-id-1363'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='__pfn' type-id='type-id-1514' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1435' column='1'/>
+ <var-decl name='__pfn' type-id='type-id-1513' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1435' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='__delta' type-id='type-id-55' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1435' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-1515' size-in-bits='64' id='type-id-1514'/>
- <pointer-type-def type-id='type-id-1361' size-in-bits='64' id='type-id-1365'/>
- <qualified-type-def type-id='type-id-1361' const='yes' id='type-id-1516'/>
- <pointer-type-def type-id='type-id-1516' size-in-bits='64' id='type-id-1366'/>
- <reference-type-def kind='lvalue' type-id='type-id-1361' size-in-bits='64' id='type-id-1371'/>
- <reference-type-def kind='lvalue' type-id='type-id-1369' size-in-bits='64' id='type-id-1370'/>
- <pointer-type-def type-id='type-id-1372' size-in-bits='64' id='type-id-1374'/>
- <qualified-type-def type-id='type-id-1372' const='yes' id='type-id-1517'/>
- <reference-type-def kind='lvalue' type-id='type-id-1517' size-in-bits='64' id='type-id-1375'/>
- <reference-type-def kind='lvalue' type-id='type-id-1372' size-in-bits='64' id='type-id-1376'/>
- <pointer-type-def type-id='type-id-1517' size-in-bits='64' id='type-id-1377'/>
- <reference-type-def kind='lvalue' type-id='type-id-1383' size-in-bits='64' id='type-id-1384'/>
- <reference-type-def kind='lvalue' type-id='type-id-1386' size-in-bits='64' id='type-id-1387'/>
- <reference-type-def kind='lvalue' type-id='type-id-1364' size-in-bits='64' id='type-id-1391'/>
- <reference-type-def kind='lvalue' type-id='type-id-1389' size-in-bits='64' id='type-id-1390'/>
- <pointer-type-def type-id='type-id-1404' size-in-bits='64' id='type-id-1412'/>
- <reference-type-def kind='lvalue' type-id='type-id-1404' size-in-bits='64' id='type-id-1413'/>
- <pointer-type-def type-id='type-id-1405' size-in-bits='64' id='type-id-1414'/>
- <pointer-type-def type-id='type-id-1419' size-in-bits='64' id='type-id-1420'/>
- <reference-type-def kind='lvalue' type-id='type-id-1405' size-in-bits='64' id='type-id-1416'/>
- <qualified-type-def type-id='type-id-1405' const='yes' id='type-id-1518'/>
- <reference-type-def kind='lvalue' type-id='type-id-1518' size-in-bits='64' id='type-id-1417'/>
- <reference-type-def kind='lvalue' type-id='type-id-1395' size-in-bits='64' id='type-id-1407'/>
- <qualified-type-def type-id='type-id-1395' const='yes' id='type-id-1519'/>
- <reference-type-def kind='lvalue' type-id='type-id-1519' size-in-bits='64' id='type-id-1408'/>
- <reference-type-def kind='lvalue' type-id='type-id-1406' size-in-bits='64' id='type-id-1409'/>
- <qualified-type-def type-id='type-id-1406' const='yes' id='type-id-1520'/>
- <reference-type-def kind='lvalue' type-id='type-id-1520' size-in-bits='64' id='type-id-1410'/>
- <pointer-type-def type-id='type-id-1395' size-in-bits='64' id='type-id-1411'/>
- <pointer-type-def type-id='type-id-1396' size-in-bits='64' id='type-id-1421'/>
- <reference-type-def kind='lvalue' type-id='type-id-1516' size-in-bits='64' id='type-id-1400'/>
- <reference-type-def kind='lvalue' type-id='type-id-1396' size-in-bits='64' id='type-id-1422'/>
- <qualified-type-def type-id='type-id-1396' const='yes' id='type-id-1521'/>
- <reference-type-def kind='lvalue' type-id='type-id-1521' size-in-bits='64' id='type-id-1423'/>
- <reference-type-def kind='lvalue' type-id='type-id-1394' size-in-bits='64' id='type-id-1398'/>
- <qualified-type-def type-id='type-id-1394' const='yes' id='type-id-1522'/>
- <reference-type-def kind='lvalue' type-id='type-id-1522' size-in-bits='64' id='type-id-1399'/>
- <reference-type-def kind='lvalue' type-id='type-id-1397' size-in-bits='64' id='type-id-1401'/>
- <qualified-type-def type-id='type-id-1397' const='yes' id='type-id-1523'/>
- <reference-type-def kind='lvalue' type-id='type-id-1523' size-in-bits='64' id='type-id-1402'/>
- <pointer-type-def type-id='type-id-1394' size-in-bits='64' id='type-id-1403'/>
- <pointer-type-def type-id='type-id-1426' size-in-bits='64' id='type-id-1427'/>
- <qualified-type-def type-id='type-id-1426' const='yes' id='type-id-1524'/>
- <reference-type-def kind='lvalue' type-id='type-id-1524' size-in-bits='64' id='type-id-1428'/>
- <reference-type-def kind='lvalue' type-id='type-id-1426' size-in-bits='64' id='type-id-1429'/>
- <pointer-type-def type-id='type-id-1432' size-in-bits='64' id='type-id-1433'/>
- <qualified-type-def type-id='type-id-1432' const='yes' id='type-id-1525'/>
- <reference-type-def kind='lvalue' type-id='type-id-1525' size-in-bits='64' id='type-id-1434'/>
- <reference-type-def kind='lvalue' type-id='type-id-1432' size-in-bits='64' id='type-id-1435'/>
- <pointer-type-def type-id='type-id-1437' size-in-bits='64' id='type-id-1439'/>
- <qualified-type-def type-id='type-id-1437' const='yes' id='type-id-1526'/>
- <reference-type-def kind='lvalue' type-id='type-id-1526' size-in-bits='64' id='type-id-1440'/>
- <reference-type-def kind='lvalue' type-id='type-id-1437' size-in-bits='64' id='type-id-1441'/>
+ <pointer-type-def type-id='type-id-1514' size-in-bits='64' id='type-id-1513'/>
+ <pointer-type-def type-id='type-id-1360' size-in-bits='64' id='type-id-1364'/>
+ <qualified-type-def type-id='type-id-1360' const='yes' id='type-id-1515'/>
+ <pointer-type-def type-id='type-id-1515' size-in-bits='64' id='type-id-1365'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1360' size-in-bits='64' id='type-id-1370'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1368' size-in-bits='64' id='type-id-1369'/>
+ <pointer-type-def type-id='type-id-1371' size-in-bits='64' id='type-id-1373'/>
+ <qualified-type-def type-id='type-id-1371' const='yes' id='type-id-1516'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1516' size-in-bits='64' id='type-id-1374'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1371' size-in-bits='64' id='type-id-1375'/>
+ <pointer-type-def type-id='type-id-1516' size-in-bits='64' id='type-id-1376'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1382' size-in-bits='64' id='type-id-1383'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1385' size-in-bits='64' id='type-id-1386'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1363' size-in-bits='64' id='type-id-1390'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1388' size-in-bits='64' id='type-id-1389'/>
+ <pointer-type-def type-id='type-id-1403' size-in-bits='64' id='type-id-1411'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1403' size-in-bits='64' id='type-id-1412'/>
+ <pointer-type-def type-id='type-id-1404' size-in-bits='64' id='type-id-1413'/>
+ <pointer-type-def type-id='type-id-1418' size-in-bits='64' id='type-id-1419'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1404' size-in-bits='64' id='type-id-1415'/>
+ <qualified-type-def type-id='type-id-1404' const='yes' id='type-id-1517'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1517' size-in-bits='64' id='type-id-1416'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1394' size-in-bits='64' id='type-id-1406'/>
+ <qualified-type-def type-id='type-id-1394' const='yes' id='type-id-1518'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1518' size-in-bits='64' id='type-id-1407'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1405' size-in-bits='64' id='type-id-1408'/>
+ <qualified-type-def type-id='type-id-1405' const='yes' id='type-id-1519'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1519' size-in-bits='64' id='type-id-1409'/>
+ <pointer-type-def type-id='type-id-1394' size-in-bits='64' id='type-id-1410'/>
+ <pointer-type-def type-id='type-id-1395' size-in-bits='64' id='type-id-1420'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1515' size-in-bits='64' id='type-id-1399'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1395' size-in-bits='64' id='type-id-1421'/>
+ <qualified-type-def type-id='type-id-1395' const='yes' id='type-id-1520'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1520' size-in-bits='64' id='type-id-1422'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1393' size-in-bits='64' id='type-id-1397'/>
+ <qualified-type-def type-id='type-id-1393' const='yes' id='type-id-1521'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1521' size-in-bits='64' id='type-id-1398'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1396' size-in-bits='64' id='type-id-1400'/>
+ <qualified-type-def type-id='type-id-1396' const='yes' id='type-id-1522'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1522' size-in-bits='64' id='type-id-1401'/>
+ <pointer-type-def type-id='type-id-1393' size-in-bits='64' id='type-id-1402'/>
+ <pointer-type-def type-id='type-id-1425' size-in-bits='64' id='type-id-1426'/>
+ <qualified-type-def type-id='type-id-1425' const='yes' id='type-id-1523'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1523' size-in-bits='64' id='type-id-1427'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1425' size-in-bits='64' id='type-id-1428'/>
+ <pointer-type-def type-id='type-id-1431' size-in-bits='64' id='type-id-1432'/>
+ <qualified-type-def type-id='type-id-1431' const='yes' id='type-id-1524'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1524' size-in-bits='64' id='type-id-1433'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1431' size-in-bits='64' id='type-id-1434'/>
+ <pointer-type-def type-id='type-id-1436' size-in-bits='64' id='type-id-1438'/>
+ <qualified-type-def type-id='type-id-1436' const='yes' id='type-id-1525'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1525' size-in-bits='64' id='type-id-1439'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1436' size-in-bits='64' id='type-id-1440'/>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='new_allocator<std::__future_base::_State_base>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='54' column='1' id='type-id-1477'>
+ <class-decl name='new_allocator<std::__future_base::_State_base>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='54' column='1' id='type-id-1476'>
<member-type access='public'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='57' column='1' id='type-id-1527'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='57' column='1' id='type-id-1526'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-1451' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='59' column='1' id='type-id-1528'/>
+ <typedef-decl name='pointer' type-id='type-id-1450' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='59' column='1' id='type-id-1527'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_pointer' type-id='type-id-1457' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='60' column='1' id='type-id-1529'/>
+ <typedef-decl name='const_pointer' type-id='type-id-1456' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='60' column='1' id='type-id-1528'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-1453' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='61' column='1' id='type-id-1530'/>
+ <typedef-decl name='reference' type-id='type-id-1452' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='61' column='1' id='type-id-1529'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_reference' type-id='type-id-1452' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='62' column='1' id='type-id-1531'/>
+ <typedef-decl name='const_reference' type-id='type-id-1451' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='62' column='1' id='type-id-1530'/>
</member-type>
<member-function access='public'>
<function-decl name='new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1532' is-artificial='yes'/>
+ <parameter type-id='type-id-1531' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='71' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1532' is-artificial='yes'/>
- <parameter type-id='type-id-1533'/>
+ <parameter type-id='type-id-1531' is-artificial='yes'/>
+ <parameter type-id='type-id-1532'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1532' is-artificial='yes'/>
+ <parameter type-id='type-id-1531' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx13new_allocatorINSt13__future_base11_State_baseEE7addressERS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1534' is-artificial='yes'/>
- <parameter type-id='type-id-1530'/>
- <return type-id='type-id-1528'/>
+ <parameter type-id='type-id-1533' is-artificial='yes'/>
+ <parameter type-id='type-id-1529'/>
+ <return type-id='type-id-1527'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx13new_allocatorINSt13__future_base11_State_baseEE7addressERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='83' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1534' is-artificial='yes'/>
- <parameter type-id='type-id-1531'/>
- <return type-id='type-id-1529'/>
+ <parameter type-id='type-id-1533' is-artificial='yes'/>
+ <parameter type-id='type-id-1530'/>
+ <return type-id='type-id-1528'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx13new_allocatorINSt13__future_base11_State_baseEE8allocateEmPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1532' is-artificial='yes'/>
- <parameter type-id='type-id-1527'/>
+ <parameter type-id='type-id-1531' is-artificial='yes'/>
+ <parameter type-id='type-id-1526'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-1528'/>
+ <return type-id='type-id-1527'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx13new_allocatorINSt13__future_base11_State_baseEE10deallocateEPS2_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1532' is-artificial='yes'/>
- <parameter type-id='type-id-1528'/>
+ <parameter type-id='type-id-1531' is-artificial='yes'/>
<parameter type-id='type-id-1527'/>
+ <parameter type-id='type-id-1526'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='max_size' mangled-name='_ZNK9__gnu_cxx13new_allocatorINSt13__future_base11_State_baseEE8max_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1534' is-artificial='yes'/>
- <return type-id='type-id-1527'/>
+ <parameter type-id='type-id-1533' is-artificial='yes'/>
+ <return type-id='type-id-1526'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='destroy<std::__future_base::_State_base>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1532' is-artificial='yes'/>
- <parameter type-id='type-id-1451'/>
+ <parameter type-id='type-id-1531' is-artificial='yes'/>
+ <parameter type-id='type-id-1450'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='new_allocator<std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='54' column='1' id='type-id-1494'>
+ <class-decl name='new_allocator<std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='54' column='1' id='type-id-1493'>
<member-type access='public'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='57' column='1' id='type-id-1535'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='57' column='1' id='type-id-1534'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-1476' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='59' column='1' id='type-id-1536'/>
+ <typedef-decl name='pointer' type-id='type-id-1475' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='59' column='1' id='type-id-1535'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_pointer' type-id='type-id-1538' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='60' column='1' id='type-id-1537'/>
+ <typedef-decl name='const_pointer' type-id='type-id-1537' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='60' column='1' id='type-id-1536'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-1540' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='61' column='1' id='type-id-1539'/>
+ <typedef-decl name='reference' type-id='type-id-1539' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='61' column='1' id='type-id-1538'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_reference' type-id='type-id-1542' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='62' column='1' id='type-id-1541'/>
+ <typedef-decl name='const_reference' type-id='type-id-1541' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='62' column='1' id='type-id-1540'/>
</member-type>
<member-function access='public'>
<function-decl name='new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1543' is-artificial='yes'/>
+ <parameter type-id='type-id-1542' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='71' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1543' is-artificial='yes'/>
- <parameter type-id='type-id-1544'/>
+ <parameter type-id='type-id-1542' is-artificial='yes'/>
+ <parameter type-id='type-id-1543'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1543' is-artificial='yes'/>
+ <parameter type-id='type-id-1542' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx13new_allocatorISt23_Sp_counted_ptr_inplaceINSt13__future_base11_State_baseESaIS3_ELNS_12_Lock_policyE2EEE7addressERS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1545' is-artificial='yes'/>
- <parameter type-id='type-id-1539'/>
- <return type-id='type-id-1536'/>
+ <parameter type-id='type-id-1544' is-artificial='yes'/>
+ <parameter type-id='type-id-1538'/>
+ <return type-id='type-id-1535'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx13new_allocatorISt23_Sp_counted_ptr_inplaceINSt13__future_base11_State_baseESaIS3_ELNS_12_Lock_policyE2EEE7addressERKS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='83' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1545' is-artificial='yes'/>
- <parameter type-id='type-id-1541'/>
- <return type-id='type-id-1537'/>
+ <parameter type-id='type-id-1544' is-artificial='yes'/>
+ <parameter type-id='type-id-1540'/>
+ <return type-id='type-id-1536'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx13new_allocatorISt23_Sp_counted_ptr_inplaceINSt13__future_base11_State_baseESaIS3_ELNS_12_Lock_policyE2EEE8allocateEmPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1543' is-artificial='yes'/>
- <parameter type-id='type-id-1535'/>
+ <parameter type-id='type-id-1542' is-artificial='yes'/>
+ <parameter type-id='type-id-1534'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-1536'/>
+ <return type-id='type-id-1535'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx13new_allocatorISt23_Sp_counted_ptr_inplaceINSt13__future_base11_State_baseESaIS3_ELNS_12_Lock_policyE2EEE10deallocateEPS6_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1543' is-artificial='yes'/>
- <parameter type-id='type-id-1536'/>
+ <parameter type-id='type-id-1542' is-artificial='yes'/>
<parameter type-id='type-id-1535'/>
+ <parameter type-id='type-id-1534'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='max_size' mangled-name='_ZNK9__gnu_cxx13new_allocatorISt23_Sp_counted_ptr_inplaceINSt13__future_base11_State_baseESaIS3_ELNS_12_Lock_policyE2EEE8max_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1545' is-artificial='yes'/>
- <return type-id='type-id-1535'/>
+ <parameter type-id='type-id-1544' is-artificial='yes'/>
+ <return type-id='type-id-1534'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='destroy<std::_Sp_counted_ptr_inplace<std::__future_base::_State_base, std::allocator<std::__future_base::_State_base>, (__gnu_cxx::_Lock_policy)2u> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1543' is-artificial='yes'/>
- <parameter type-id='type-id-1476'/>
+ <parameter type-id='type-id-1542' is-artificial='yes'/>
+ <parameter type-id='type-id-1475'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <var-decl name='future_category' type-id='type-id-1192' mangled-name='_ZSt15future_category' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc' line='49' column='1' elf-symbol-id='_ZSt15future_category@@GLIBCXX_3.4.14'/>
- <var-decl name='defer_lock' type-id='type-id-1501' mangled-name='_ZSt10defer_lock' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc' line='66' column='1' elf-symbol-id='_ZSt10defer_lock@@GLIBCXX_3.4.11'/>
- <var-decl name='try_to_lock' type-id='type-id-1502' mangled-name='_ZSt11try_to_lock' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc' line='67' column='1' elf-symbol-id='_ZSt11try_to_lock@@GLIBCXX_3.4.11'/>
- <var-decl name='adopt_lock' type-id='type-id-1280' mangled-name='_ZSt10adopt_lock' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc' line='68' column='1' elf-symbol-id='_ZSt10adopt_lock@@GLIBCXX_3.4.11'/>
+ <var-decl name='future_category' type-id='type-id-1191' mangled-name='_ZSt15future_category' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc' line='49' column='1' elf-symbol-id='_ZSt15future_category@@GLIBCXX_3.4.14'/>
+ <var-decl name='defer_lock' type-id='type-id-1500' mangled-name='_ZSt10defer_lock' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc' line='66' column='1' elf-symbol-id='_ZSt10defer_lock@@GLIBCXX_3.4.11'/>
+ <var-decl name='try_to_lock' type-id='type-id-1501' mangled-name='_ZSt11try_to_lock' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc' line='67' column='1' elf-symbol-id='_ZSt11try_to_lock@@GLIBCXX_3.4.11'/>
+ <var-decl name='adopt_lock' type-id='type-id-1279' mangled-name='_ZSt10adopt_lock' visibility='default' filepath='../../.././libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc' line='68' column='1' elf-symbol-id='_ZSt10adopt_lock@@GLIBCXX_3.4.11'/>
</namespace-decl>
- <pointer-type-def type-id='type-id-1458' size-in-bits='64' id='type-id-1459'/>
- <qualified-type-def type-id='type-id-1443' const='yes' id='type-id-1546'/>
- <pointer-type-def type-id='type-id-1443' size-in-bits='64' id='type-id-1451'/>
- <pointer-type-def type-id='type-id-1546' size-in-bits='64' id='type-id-1457'/>
- <reference-type-def kind='lvalue' type-id='type-id-1443' size-in-bits='64' id='type-id-1453'/>
- <reference-type-def kind='lvalue' type-id='type-id-1546' size-in-bits='64' id='type-id-1452'/>
- <pointer-type-def type-id='type-id-1477' size-in-bits='64' id='type-id-1532'/>
- <qualified-type-def type-id='type-id-1477' const='yes' id='type-id-1547'/>
- <reference-type-def kind='lvalue' type-id='type-id-1547' size-in-bits='64' id='type-id-1533'/>
- <pointer-type-def type-id='type-id-1547' size-in-bits='64' id='type-id-1534'/>
- <pointer-type-def type-id='type-id-1473' size-in-bits='64' id='type-id-1478'/>
- <qualified-type-def type-id='type-id-1473' const='yes' id='type-id-1548'/>
- <reference-type-def kind='lvalue' type-id='type-id-1548' size-in-bits='64' id='type-id-1479'/>
- <pointer-type-def type-id='type-id-1472' size-in-bits='64' id='type-id-1474'/>
- <type-decl name='unsigned char' size-in-bits='8' id='type-id-1549'/>
+ <pointer-type-def type-id='type-id-1457' size-in-bits='64' id='type-id-1458'/>
+ <qualified-type-def type-id='type-id-1442' const='yes' id='type-id-1545'/>
+ <pointer-type-def type-id='type-id-1442' size-in-bits='64' id='type-id-1450'/>
+ <pointer-type-def type-id='type-id-1545' size-in-bits='64' id='type-id-1456'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1442' size-in-bits='64' id='type-id-1452'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1545' size-in-bits='64' id='type-id-1451'/>
+ <pointer-type-def type-id='type-id-1476' size-in-bits='64' id='type-id-1531'/>
+ <qualified-type-def type-id='type-id-1476' const='yes' id='type-id-1546'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1546' size-in-bits='64' id='type-id-1532'/>
+ <pointer-type-def type-id='type-id-1546' size-in-bits='64' id='type-id-1533'/>
+ <pointer-type-def type-id='type-id-1472' size-in-bits='64' id='type-id-1477'/>
+ <qualified-type-def type-id='type-id-1472' const='yes' id='type-id-1547'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1547' size-in-bits='64' id='type-id-1478'/>
+ <pointer-type-def type-id='type-id-1471' size-in-bits='64' id='type-id-1473'/>
+ <type-decl name='unsigned char' size-in-bits='8' id='type-id-1548'/>
- <array-type-def dimensions='1' type-id='type-id-1549' size-in-bits='896' id='type-id-1482'>
- <subrange length='112' type-id='type-id-515' id='type-id-1550'/>
+ <array-type-def dimensions='1' type-id='type-id-1548' size-in-bits='896' id='type-id-1481'>
+ <subrange length='112' type-id='type-id-515' id='type-id-1549'/>
</array-type-def>
- <pointer-type-def type-id='type-id-1471' size-in-bits='64' id='type-id-1476'/>
- <qualified-type-def type-id='type-id-1471' const='yes' id='type-id-1551'/>
- <pointer-type-def type-id='type-id-1551' size-in-bits='64' id='type-id-1538'/>
- <reference-type-def kind='lvalue' type-id='type-id-1471' size-in-bits='64' id='type-id-1540'/>
- <reference-type-def kind='lvalue' type-id='type-id-1551' size-in-bits='64' id='type-id-1542'/>
- <pointer-type-def type-id='type-id-1494' size-in-bits='64' id='type-id-1543'/>
- <qualified-type-def type-id='type-id-1494' const='yes' id='type-id-1552'/>
- <reference-type-def kind='lvalue' type-id='type-id-1552' size-in-bits='64' id='type-id-1544'/>
- <pointer-type-def type-id='type-id-1552' size-in-bits='64' id='type-id-1545'/>
- <pointer-type-def type-id='type-id-1493' size-in-bits='64' id='type-id-1495'/>
- <qualified-type-def type-id='type-id-1493' const='yes' id='type-id-1553'/>
- <reference-type-def kind='lvalue' type-id='type-id-1553' size-in-bits='64' id='type-id-1496'/>
- <reference-type-def kind='lvalue' type-id='type-id-1493' size-in-bits='64' id='type-id-1492'/>
- <reference-type-def kind='lvalue' type-id='type-id-1473' size-in-bits='64' id='type-id-1500'/>
- <qualified-type-def type-id='type-id-69' const='yes' id='type-id-1505'/>
+ <pointer-type-def type-id='type-id-1470' size-in-bits='64' id='type-id-1475'/>
+ <qualified-type-def type-id='type-id-1470' const='yes' id='type-id-1550'/>
+ <pointer-type-def type-id='type-id-1550' size-in-bits='64' id='type-id-1537'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1470' size-in-bits='64' id='type-id-1539'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1550' size-in-bits='64' id='type-id-1541'/>
+ <pointer-type-def type-id='type-id-1493' size-in-bits='64' id='type-id-1542'/>
+ <qualified-type-def type-id='type-id-1493' const='yes' id='type-id-1551'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1551' size-in-bits='64' id='type-id-1543'/>
+ <pointer-type-def type-id='type-id-1551' size-in-bits='64' id='type-id-1544'/>
+ <pointer-type-def type-id='type-id-1492' size-in-bits='64' id='type-id-1494'/>
+ <qualified-type-def type-id='type-id-1492' const='yes' id='type-id-1552'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1552' size-in-bits='64' id='type-id-1495'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1492' size-in-bits='64' id='type-id-1491'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1472' size-in-bits='64' id='type-id-1499'/>
+ <qualified-type-def type-id='type-id-69' const='yes' id='type-id-1504'/>
<namespace-decl name='std'>
<namespace-decl name='__exception_ptr'>
- <class-decl name='exception_ptr' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='75' column='1' id='type-id-1464'>
+ <class-decl name='exception_ptr' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='75' column='1' id='type-id-1463'>
<member-type access='private'>
- <typedef-decl name='__safe_bool' type-id='type-id-1555' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='105' column='1' id='type-id-1554'/>
+ <typedef-decl name='__safe_bool' type-id='type-id-1554' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='105' column='1' id='type-id-1553'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='_M_exception_object' type-id='type-id-33' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='77' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='exception_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
<parameter type-id='type-id-33'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_addref' mangled-name='_ZNSt15__exception_ptr13exception_ptr9_M_addrefEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_release' mangled-name='_ZNSt15__exception_ptr13exception_ptr10_M_releaseEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_get' mangled-name='_ZNKSt15__exception_ptr13exception_ptr6_M_getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1557' is-artificial='yes'/>
+ <parameter type-id='type-id-1556' is-artificial='yes'/>
<return type-id='type-id-33'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='exception_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='exception_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='92' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
- <parameter type-id='type-id-1558'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
+ <parameter type-id='type-id-1557'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='exception_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
- <parameter type-id='type-id-1559'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
+ <parameter type-id='type-id-1558'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='exception_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
- <parameter type-id='type-id-1554'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
+ <parameter type-id='type-id-1553'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt15__exception_ptr13exception_ptraSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15__exception_ptr13exception_ptraSERKS0_@@CXXABI_1.3.3'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
- <parameter type-id='type-id-1558'/>
- <return type-id='type-id-1559'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
+ <parameter type-id='type-id-1557'/>
+ <return type-id='type-id-1558'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt15__exception_ptr13exception_ptraSEOS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='116' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
- <parameter type-id='type-id-1559'/>
- <return type-id='type-id-1559'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
+ <parameter type-id='type-id-1558'/>
+ <return type-id='type-id-1558'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~exception_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='123' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt15__exception_ptr13exception_ptr4swapERS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='126' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15__exception_ptr13exception_ptr4swapERS0_@@CXXABI_1.3.3'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
- <parameter type-id='type-id-1559'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
+ <parameter type-id='type-id-1558'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_safe_bool_dummy' mangled-name='_ZNSt15__exception_ptr13exception_ptr18_M_safe_bool_dummyEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator!' mangled-name='_ZNKSt15__exception_ptr13exception_ptrntEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt15__exception_ptr13exception_ptrntEv@@CXXABI_1.3.3'>
- <parameter type-id='type-id-1557' is-artificial='yes'/>
+ <parameter type-id='type-id-1556' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator std::__exception_ptr::exception_ptr::__safe_bool' mangled-name='_ZNKSt15__exception_ptr13exception_ptrcvMS0_FvvEEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt15__exception_ptr13exception_ptrcvMS0_FvvEEv@@CXXABI_1.3.3'>
- <parameter type-id='type-id-1557' is-artificial='yes'/>
- <return type-id='type-id-1554'/>
+ <parameter type-id='type-id-1556' is-artificial='yes'/>
+ <return type-id='type-id-1553'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator bool' mangled-name='_ZNKSt15__exception_ptr13exception_ptrcvbEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1557' is-artificial='yes'/>
+ <parameter type-id='type-id-1556' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='__cxa_exception_type' mangled-name='_ZNKSt15__exception_ptr13exception_ptr20__cxa_exception_typeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='147' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt15__exception_ptr13exception_ptr20__cxa_exception_typeEv@@CXXABI_1.3.3'>
- <parameter type-id='type-id-1557' is-artificial='yes'/>
- <return type-id='type-id-1354'/>
+ <parameter type-id='type-id-1556' is-artificial='yes'/>
+ <return type-id='type-id-1353'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='exception_ptr' mangled-name='_ZNSt15__exception_ptr13exception_ptrC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15__exception_ptr13exception_ptrC1Ev@@CXXABI_1.3.3'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='exception_ptr' mangled-name='_ZNSt15__exception_ptr13exception_ptrC2EMS0_FvvE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15__exception_ptr13exception_ptrC1EMS0_FvvE@@CXXABI_1.3.3'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
- <parameter type-id='type-id-1554'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
+ <parameter type-id='type-id-1553'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='exception_ptr' mangled-name='_ZNSt15__exception_ptr13exception_ptrC2ERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='92' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15__exception_ptr13exception_ptrC2ERKS0_@@CXXABI_1.3.3'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
- <parameter type-id='type-id-1558'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
+ <parameter type-id='type-id-1557'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='exception_ptr' mangled-name='_ZNSt15__exception_ptr13exception_ptrC2EPv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
<parameter type-id='type-id-33'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~exception_ptr' mangled-name='_ZNSt15__exception_ptr13exception_ptrD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='123' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15__exception_ptr13exception_ptrD2Ev@@CXXABI_1.3.3'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='condition_variable' size-in-bits='384' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='59' column='1' id='type-id-1450'>
+ <class-decl name='condition_variable' size-in-bits='384' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='59' column='1' id='type-id-1449'>
<member-type access='private'>
- <typedef-decl name='__native_type' type-id='type-id-1561' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='62' column='1' id='type-id-1560'/>
+ <typedef-decl name='__native_type' type-id='type-id-1560' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='62' column='1' id='type-id-1559'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='native_handle_type' type-id='type-id-1563' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='71' column='1' id='type-id-1562'/>
+ <typedef-decl name='native_handle_type' type-id='type-id-1562' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='71' column='1' id='type-id-1561'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_cond' type-id='type-id-1560' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='65' column='1'/>
+ <var-decl name='_M_cond' type-id='type-id-1559' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='65' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='condition_variable' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1564' is-artificial='yes'/>
+ <parameter type-id='type-id-1563' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~condition_variable' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='74' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1564' is-artificial='yes'/>
+ <parameter type-id='type-id-1563' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='condition_variable' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1564' is-artificial='yes'/>
- <parameter type-id='type-id-1565'/>
+ <parameter type-id='type-id-1563' is-artificial='yes'/>
+ <parameter type-id='type-id-1564'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt18condition_variableaSERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='77' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1564' is-artificial='yes'/>
- <parameter type-id='type-id-1565'/>
- <return type-id='type-id-1566'/>
+ <parameter type-id='type-id-1563' is-artificial='yes'/>
+ <parameter type-id='type-id-1564'/>
+ <return type-id='type-id-1565'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='notify_one' mangled-name='_ZNSt18condition_variable10notify_oneEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='80' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18condition_variable10notify_oneEv@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1564' is-artificial='yes'/>
+ <parameter type-id='type-id-1563' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='notify_all' mangled-name='_ZNSt18condition_variable10notify_allEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='83' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18condition_variable10notify_allEv@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1564' is-artificial='yes'/>
+ <parameter type-id='type-id-1563' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='wait' mangled-name='_ZNSt18condition_variable4waitERSt11unique_lockISt5mutexE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='86' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18condition_variable4waitERSt11unique_lockISt5mutexE@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1564' is-artificial='yes'/>
- <parameter type-id='type-id-1567'/>
+ <parameter type-id='type-id-1563' is-artificial='yes'/>
+ <parameter type-id='type-id-1566'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='native_handle' mangled-name='_ZNSt18condition_variable13native_handleEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1564' is-artificial='yes'/>
- <return type-id='type-id-1562'/>
+ <parameter type-id='type-id-1563' is-artificial='yes'/>
+ <return type-id='type-id-1561'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='condition_variable' mangled-name='_ZNSt18condition_variableC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='73' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18condition_variableC2Ev@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1564' is-artificial='yes'/>
+ <parameter type-id='type-id-1563' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~condition_variable' mangled-name='_ZNSt18condition_variableD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='74' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18condition_variableD1Ev@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-1564' is-artificial='yes'/>
+ <parameter type-id='type-id-1563' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='function<std::unique_ptr<std::__future_base::_Result_base, std::__future_base::_Result_base::_Deleter>()>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2024' column='1' id='type-id-1455'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1568'/>
- <base-class access='private' layout-offset-in-bits='0' type-id='type-id-1569'/>
+ <class-decl name='function<std::unique_ptr<std::__future_base::_Result_base, std::__future_base::_Result_base::_Deleter>()>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2024' column='1' id='type-id-1454'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1567'/>
+ <base-class access='private' layout-offset-in-bits='0' type-id='type-id-1568'/>
<member-type access='private'>
- <typedef-decl name='_Invoker_type' type-id='type-id-1571' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2267' column='1' id='type-id-1570'/>
+ <typedef-decl name='_Invoker_type' type-id='type-id-1570' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2267' column='1' id='type-id-1569'/>
</member-type>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='_M_invoker' type-id='type-id-1570' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2268' column='1'/>
+ <var-decl name='_M_invoker' type-id='type-id-1569' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2268' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='function' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2041' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1572' is-artificial='yes'/>
+ <parameter type-id='type-id-1571' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='function' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2273' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1572' is-artificial='yes'/>
- <parameter type-id='type-id-1573'/>
+ <parameter type-id='type-id-1571' is-artificial='yes'/>
+ <parameter type-id='type-id-1572'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='function' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2068' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1572' is-artificial='yes'/>
- <parameter type-id='type-id-1456'/>
+ <parameter type-id='type-id-1571' is-artificial='yes'/>
+ <parameter type-id='type-id-1455'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8functionIFSt10unique_ptrINSt13__future_base12_Result_baseENS2_8_DeleterEEvEEaSERKS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2110' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1572' is-artificial='yes'/>
- <parameter type-id='type-id-1573'/>
- <return type-id='type-id-1456'/>
+ <parameter type-id='type-id-1571' is-artificial='yes'/>
+ <parameter type-id='type-id-1572'/>
+ <return type-id='type-id-1455'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8functionIFSt10unique_ptrINSt13__future_base12_Result_baseENS2_8_DeleterEEvEEaSEOS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2128' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1572' is-artificial='yes'/>
- <parameter type-id='type-id-1456'/>
- <return type-id='type-id-1456'/>
+ <parameter type-id='type-id-1571' is-artificial='yes'/>
+ <parameter type-id='type-id-1455'/>
+ <return type-id='type-id-1455'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8functionIFSt10unique_ptrINSt13__future_base12_Result_baseENS2_8_DeleterEEvEEaSEDn' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1572' is-artificial='yes'/>
- <return type-id='type-id-1456'/>
+ <parameter type-id='type-id-1571' is-artificial='yes'/>
+ <return type-id='type-id-1455'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt8functionIFSt10unique_ptrINSt13__future_base12_Result_baseENS2_8_DeleterEEvEE4swapERS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2195' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1572' is-artificial='yes'/>
- <parameter type-id='type-id-1456'/>
+ <parameter type-id='type-id-1571' is-artificial='yes'/>
+ <parameter type-id='type-id-1455'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator bool' mangled-name='_ZNKSt8functionIFSt10unique_ptrINSt13__future_base12_Result_baseENS2_8_DeleterEEvEEcvbEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2223' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1574' is-artificial='yes'/>
+ <parameter type-id='type-id-1573' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt8functionIFSt10unique_ptrINSt13__future_base12_Result_baseENS2_8_DeleterEEvEEclEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2305' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1574' is-artificial='yes'/>
- <return type-id='type-id-1575'/>
+ <parameter type-id='type-id-1573' is-artificial='yes'/>
+ <return type-id='type-id-1574'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='target_type' mangled-name='_ZNKSt8functionIFSt10unique_ptrINSt13__future_base12_Result_baseENS2_8_DeleterEEvEE11target_typeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2316' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1574' is-artificial='yes'/>
- <return type-id='type-id-1341'/>
+ <parameter type-id='type-id-1573' is-artificial='yes'/>
+ <return type-id='type-id-1340'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='unique_ptr<std::__future_base::_Result<void>, std::__future_base::_Result_base::_Deleter>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='88' column='1' id='type-id-1468'>
+ <class-decl name='unique_ptr<std::__future_base::_Result<void>, std::__future_base::_Result_base::_Deleter>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='88' column='1' id='type-id-1467'>
<member-type access='private'>
- <class-decl name='_Pointer' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='91' column='1' id='type-id-1576'>
+ <class-decl name='_Pointer' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='91' column='1' id='type-id-1575'>
<member-type access='private'>
- <typedef-decl name='type' type-id='type-id-1467' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='102' column='1' id='type-id-1577'/>
+ <typedef-decl name='type' type-id='type-id-1466' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='102' column='1' id='type-id-1576'/>
</member-type>
</class-decl>
</member-type>
<member-type access='private'>
- <typedef-decl name='__tuple_type' type-id='type-id-1579' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='105' column='1' id='type-id-1578'/>
+ <typedef-decl name='__tuple_type' type-id='type-id-1578' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='105' column='1' id='type-id-1577'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-1577' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='109' column='1' id='type-id-1580'/>
+ <typedef-decl name='pointer' type-id='type-id-1576' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='109' column='1' id='type-id-1579'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='deleter_type' type-id='type-id-1461' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='111' column='1' id='type-id-1581'/>
+ <typedef-decl name='deleter_type' type-id='type-id-1460' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='111' column='1' id='type-id-1580'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_t' type-id='type-id-1578' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='106' column='1'/>
+ <var-decl name='_M_t' type-id='type-id-1577' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='106' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='unique_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1582' is-artificial='yes'/>
+ <parameter type-id='type-id-1581' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1582' is-artificial='yes'/>
- <parameter type-id='type-id-1580'/>
+ <parameter type-id='type-id-1581' is-artificial='yes'/>
+ <parameter type-id='type-id-1579'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='125' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1582' is-artificial='yes'/>
- <parameter type-id='type-id-1580'/>
- <parameter type-id='type-id-1583'/>
+ <parameter type-id='type-id-1581' is-artificial='yes'/>
+ <parameter type-id='type-id-1579'/>
+ <parameter type-id='type-id-1582'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1582' is-artificial='yes'/>
- <parameter type-id='type-id-1580'/>
- <parameter type-id='type-id-1584'/>
+ <parameter type-id='type-id-1581' is-artificial='yes'/>
+ <parameter type-id='type-id-1579'/>
+ <parameter type-id='type-id-1583'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1582' is-artificial='yes'/>
- <parameter type-id='type-id-1585'/>
+ <parameter type-id='type-id-1581' is-artificial='yes'/>
+ <parameter type-id='type-id-1584'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~unique_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='169' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1582' is-artificial='yes'/>
+ <parameter type-id='type-id-1581' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt10unique_ptrINSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEaSEOS5_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='179' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1582' is-artificial='yes'/>
- <parameter type-id='type-id-1585'/>
- <return type-id='type-id-1585'/>
+ <parameter type-id='type-id-1581' is-artificial='yes'/>
+ <parameter type-id='type-id-1584'/>
+ <return type-id='type-id-1584'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt10unique_ptrINSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEaSEDn' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='200' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1582' is-artificial='yes'/>
- <return type-id='type-id-1585'/>
+ <parameter type-id='type-id-1581' is-artificial='yes'/>
+ <return type-id='type-id-1584'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator*' mangled-name='_ZNKSt10unique_ptrINSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEdeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='208' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1586' is-artificial='yes'/>
- <return type-id='type-id-1587'/>
+ <parameter type-id='type-id-1585' is-artificial='yes'/>
+ <return type-id='type-id-1586'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator->' mangled-name='_ZNKSt10unique_ptrINSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEptEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='215' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1586' is-artificial='yes'/>
- <return type-id='type-id-1580'/>
+ <parameter type-id='type-id-1585' is-artificial='yes'/>
+ <return type-id='type-id-1579'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt10unique_ptrINSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEE3getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='222' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1586' is-artificial='yes'/>
- <return type-id='type-id-1580'/>
+ <parameter type-id='type-id-1585' is-artificial='yes'/>
+ <return type-id='type-id-1579'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='get_deleter' mangled-name='_ZNSt10unique_ptrINSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEE11get_deleterEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='226' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1582' is-artificial='yes'/>
- <return type-id='type-id-1588'/>
+ <parameter type-id='type-id-1581' is-artificial='yes'/>
+ <return type-id='type-id-1587'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get_deleter' mangled-name='_ZNKSt10unique_ptrINSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEE11get_deleterEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='230' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1586' is-artificial='yes'/>
- <return type-id='type-id-1589'/>
+ <parameter type-id='type-id-1585' is-artificial='yes'/>
+ <return type-id='type-id-1588'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator bool' mangled-name='_ZNKSt10unique_ptrINSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEcvbEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='233' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1586' is-artificial='yes'/>
+ <parameter type-id='type-id-1585' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='release' mangled-name='_ZNSt10unique_ptrINSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEE7releaseEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1582' is-artificial='yes'/>
- <return type-id='type-id-1580'/>
+ <parameter type-id='type-id-1581' is-artificial='yes'/>
+ <return type-id='type-id-1579'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='reset' mangled-name='_ZNSt10unique_ptrINSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEE5resetEPS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='246' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1582' is-artificial='yes'/>
- <parameter type-id='type-id-1580'/>
+ <parameter type-id='type-id-1581' is-artificial='yes'/>
+ <parameter type-id='type-id-1579'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt10unique_ptrINSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEE4swapERS5_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='255' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1582' is-artificial='yes'/>
- <parameter type-id='type-id-1585'/>
+ <parameter type-id='type-id-1581' is-artificial='yes'/>
+ <parameter type-id='type-id-1584'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='262' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1582' is-artificial='yes'/>
- <parameter type-id='type-id-1590'/>
+ <parameter type-id='type-id-1581' is-artificial='yes'/>
+ <parameter type-id='type-id-1589'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt10unique_ptrINSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEaSERKS5_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='263' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1582' is-artificial='yes'/>
- <parameter type-id='type-id-1590'/>
- <return type-id='type-id-1585'/>
+ <parameter type-id='type-id-1581' is-artificial='yes'/>
+ <parameter type-id='type-id-1589'/>
+ <return type-id='type-id-1584'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1591' size-in-bits='64' id='type-id-1357'/>
- <reference-type-def kind='lvalue' type-id='type-id-1592' size-in-bits='64' id='type-id-1465'/>
- <pointer-type-def type-id='type-id-1593' size-in-bits='64' id='type-id-1462'/>
- <function-type size-in-bits='64' method-class-id='type-id-1318' id='type-id-1515'>
- <parameter type-id='type-id-1327' is-artificial='yes'/>
+ <pointer-type-def type-id='type-id-1590' size-in-bits='64' id='type-id-1356'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1591' size-in-bits='64' id='type-id-1464'/>
+ <pointer-type-def type-id='type-id-1592' size-in-bits='64' id='type-id-1461'/>
+ <function-type size-in-bits='64' method-class-id='type-id-1317' id='type-id-1514'>
+ <parameter type-id='type-id-1326' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-type>
- <pointer-type-def type-id='type-id-1466' size-in-bits='64' id='type-id-1467'/>
- <reference-type-def kind='lvalue' type-id='type-id-1460' size-in-bits='64' id='type-id-1454'/>
- <pointer-type-def type-id='type-id-1460' size-in-bits='64' id='type-id-1463'/>
- <pointer-type-def type-id='type-id-1444' size-in-bits='64' id='type-id-1446'/>
- <reference-type-def kind='lvalue' type-id='type-id-1455' size-in-bits='64' id='type-id-1456'/>
- <pointer-type-def type-id='type-id-1594' size-in-bits='64' id='type-id-1445'/>
- <reference-type-def kind='lvalue' type-id='type-id-1353' size-in-bits='64' id='type-id-1356'/>
- <pointer-type-def type-id='type-id-1353' size-in-bits='64' id='type-id-1355'/>
+ <pointer-type-def type-id='type-id-1465' size-in-bits='64' id='type-id-1466'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1459' size-in-bits='64' id='type-id-1453'/>
+ <pointer-type-def type-id='type-id-1459' size-in-bits='64' id='type-id-1462'/>
+ <pointer-type-def type-id='type-id-1443' size-in-bits='64' id='type-id-1445'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1454' size-in-bits='64' id='type-id-1455'/>
+ <pointer-type-def type-id='type-id-1593' size-in-bits='64' id='type-id-1444'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1352' size-in-bits='64' id='type-id-1355'/>
+ <pointer-type-def type-id='type-id-1352' size-in-bits='64' id='type-id-1354'/>
<namespace-decl name='std'>
- <class-decl name='promise<void>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1106' column='1' id='type-id-1594'>
+ <class-decl name='promise<void>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1106' column='1' id='type-id-1593'>
<member-type access='private'>
- <typedef-decl name='_Ptr_type' type-id='type-id-1449' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1110' column='1' id='type-id-1447'/>
+ <typedef-decl name='_Ptr_type' type-id='type-id-1448' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1110' column='1' id='type-id-1446'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Function_base' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1723' column='1' id='type-id-1569'>
+ <class-decl name='_Function_base' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1723' column='1' id='type-id-1568'>
<member-type access='private'>
- <typedef-decl name='_Manager_type' type-id='type-id-1596' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1891' column='1' id='type-id-1595'/>
+ <typedef-decl name='_Manager_type' type-id='type-id-1595' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1891' column='1' id='type-id-1594'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='_M_max_size' type-id='type-id-642' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1726' column='1'/>
+ <var-decl name='_M_max_size' type-id='type-id-641' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1726' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_M_max_align' type-id='type-id-642' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1727' column='1'/>
+ <var-decl name='_M_max_align' type-id='type-id-641' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1727' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_functor' type-id='type-id-1597' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1893' column='1'/>
+ <var-decl name='_M_functor' type-id='type-id-1596' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1893' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_manager' type-id='type-id-1595' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1894' column='1'/>
+ <var-decl name='_M_manager' type-id='type-id-1594' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1894' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='_Function_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1879' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1598' is-artificial='yes'/>
+ <parameter type-id='type-id-1597' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~_Function_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1881' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1598' is-artificial='yes'/>
+ <parameter type-id='type-id-1597' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_empty' mangled-name='_ZNKSt14_Function_base8_M_emptyEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1888' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1599' is-artificial='yes'/>
+ <parameter type-id='type-id-1598' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='promise<void>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1106' column='1' id='type-id-1594'>
+ <class-decl name='promise<void>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1106' column='1' id='type-id-1593'>
<member-type access='private'>
- <typedef-decl name='_Ptr_type' type-id='type-id-1449' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1110' column='1' id='type-id-1447'/>
+ <typedef-decl name='_Ptr_type' type-id='type-id-1448' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1110' column='1' id='type-id-1446'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_future' type-id='type-id-1600' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1113' column='1'/>
+ <var-decl name='_M_future' type-id='type-id-1599' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1113' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_storage' type-id='type-id-1447' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1114' column='1'/>
+ <var-decl name='_M_storage' type-id='type-id-1446' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1114' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='promise' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1117' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1445' is-artificial='yes'/>
+ <parameter type-id='type-id-1444' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='promise' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1445' is-artificial='yes'/>
- <parameter type-id='type-id-1601'/>
+ <parameter type-id='type-id-1444' is-artificial='yes'/>
+ <parameter type-id='type-id-1600'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='promise' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1445' is-artificial='yes'/>
- <parameter type-id='type-id-1602'/>
+ <parameter type-id='type-id-1444' is-artificial='yes'/>
+ <parameter type-id='type-id-1601'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~promise' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1141' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1445' is-artificial='yes'/>
+ <parameter type-id='type-id-1444' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt7promiseIvEaSEOS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1149' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1445' is-artificial='yes'/>
- <parameter type-id='type-id-1601'/>
- <return type-id='type-id-1601'/>
+ <parameter type-id='type-id-1444' is-artificial='yes'/>
+ <parameter type-id='type-id-1600'/>
+ <return type-id='type-id-1600'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt7promiseIvEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1445' is-artificial='yes'/>
- <parameter type-id='type-id-1602'/>
- <return type-id='type-id-1601'/>
+ <parameter type-id='type-id-1444' is-artificial='yes'/>
+ <parameter type-id='type-id-1601'/>
+ <return type-id='type-id-1600'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt7promiseIvE4swapERS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1158' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1445' is-artificial='yes'/>
- <parameter type-id='type-id-1601'/>
+ <parameter type-id='type-id-1444' is-artificial='yes'/>
+ <parameter type-id='type-id-1600'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='get_future' mangled-name='_ZNSt7promiseIvE10get_futureEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1166' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1445' is-artificial='yes'/>
- <return type-id='type-id-1603'/>
+ <parameter type-id='type-id-1444' is-artificial='yes'/>
+ <return type-id='type-id-1602'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='set_value' mangled-name='_ZNSt7promiseIvE9set_valueEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1170' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1445' is-artificial='yes'/>
+ <parameter type-id='type-id-1444' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='set_exception' mangled-name='_ZNSt7promiseIvE13set_exceptionENSt15__exception_ptr13exception_ptrE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='1173' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1445' is-artificial='yes'/>
- <parameter type-id='type-id-1464'/>
+ <parameter type-id='type-id-1444' is-artificial='yes'/>
+ <parameter type-id='type-id-1463'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='tuple<std::__future_base::_Result<void>*, std::__future_base::_Result_base::_Deleter>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='507' column='1' id='type-id-1579'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1604'/>
+ <class-decl name='tuple<std::__future_base::_Result<void>*, std::__future_base::_Result_base::_Deleter>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='507' column='1' id='type-id-1578'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1603'/>
<member-function access='private'>
<function-decl name='tuple' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='512' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1605' is-artificial='yes'/>
+ <parameter type-id='type-id-1604' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='tuple' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='516' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1605' is-artificial='yes'/>
+ <parameter type-id='type-id-1604' is-artificial='yes'/>
+ <parameter type-id='type-id-1605'/>
<parameter type-id='type-id-1606'/>
- <parameter type-id='type-id-1607'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='tuple' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='526' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1605' is-artificial='yes'/>
- <parameter type-id='type-id-1608'/>
+ <parameter type-id='type-id-1604' is-artificial='yes'/>
+ <parameter type-id='type-id-1607'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='tuple' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='528' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1605' is-artificial='yes'/>
- <parameter type-id='type-id-1609'/>
+ <parameter type-id='type-id-1604' is-artificial='yes'/>
+ <parameter type-id='type-id-1608'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIIPNSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEEaSERKS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='602' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1605' is-artificial='yes'/>
- <parameter type-id='type-id-1608'/>
- <return type-id='type-id-1609'/>
+ <parameter type-id='type-id-1604' is-artificial='yes'/>
+ <parameter type-id='type-id-1607'/>
+ <return type-id='type-id-1608'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIIPNSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEEaSEOS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='609' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1605' is-artificial='yes'/>
- <parameter type-id='type-id-1609'/>
- <return type-id='type-id-1609'/>
+ <parameter type-id='type-id-1604' is-artificial='yes'/>
+ <parameter type-id='type-id-1608'/>
+ <return type-id='type-id-1608'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt5tupleIIPNSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEE4swapERS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='651' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1605' is-artificial='yes'/>
- <parameter type-id='type-id-1609'/>
+ <parameter type-id='type-id-1604' is-artificial='yes'/>
+ <parameter type-id='type-id-1608'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='unique_ptr<std::__future_base::_Result_base, std::__future_base::_Result_base::_Deleter>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='88' column='1' id='type-id-1575'>
+ <class-decl name='unique_ptr<std::__future_base::_Result_base, std::__future_base::_Result_base::_Deleter>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='88' column='1' id='type-id-1574'>
<member-type access='private'>
- <class-decl name='_Pointer' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='91' column='1' id='type-id-1610'>
+ <class-decl name='_Pointer' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='91' column='1' id='type-id-1609'>
<member-type access='private'>
- <typedef-decl name='type' type-id='type-id-1463' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='102' column='1' id='type-id-1611'/>
+ <typedef-decl name='type' type-id='type-id-1462' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='102' column='1' id='type-id-1610'/>
</member-type>
</class-decl>
</member-type>
<member-type access='private'>
- <typedef-decl name='__tuple_type' type-id='type-id-1613' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='105' column='1' id='type-id-1612'/>
+ <typedef-decl name='__tuple_type' type-id='type-id-1612' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='105' column='1' id='type-id-1611'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-1611' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='109' column='1' id='type-id-1614'/>
+ <typedef-decl name='pointer' type-id='type-id-1610' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='109' column='1' id='type-id-1613'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='deleter_type' type-id='type-id-1461' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='111' column='1' id='type-id-1615'/>
+ <typedef-decl name='deleter_type' type-id='type-id-1460' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='111' column='1' id='type-id-1614'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_t' type-id='type-id-1612' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='106' column='1'/>
+ <var-decl name='_M_t' type-id='type-id-1611' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='106' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='unique_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
- <parameter type-id='type-id-1614'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
+ <parameter type-id='type-id-1613'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='125' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
- <parameter type-id='type-id-1614'/>
- <parameter type-id='type-id-1583'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
+ <parameter type-id='type-id-1613'/>
+ <parameter type-id='type-id-1582'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
- <parameter type-id='type-id-1614'/>
- <parameter type-id='type-id-1584'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
+ <parameter type-id='type-id-1613'/>
+ <parameter type-id='type-id-1583'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
- <parameter type-id='type-id-1617'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
+ <parameter type-id='type-id-1616'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~unique_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='169' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt10unique_ptrINSt13__future_base12_Result_baseENS1_8_DeleterEEaSEOS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='179' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
- <parameter type-id='type-id-1617'/>
- <return type-id='type-id-1617'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
+ <parameter type-id='type-id-1616'/>
+ <return type-id='type-id-1616'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt10unique_ptrINSt13__future_base12_Result_baseENS1_8_DeleterEEaSEDn' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='200' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
- <return type-id='type-id-1617'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
+ <return type-id='type-id-1616'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator*' mangled-name='_ZNKSt10unique_ptrINSt13__future_base12_Result_baseENS1_8_DeleterEEdeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='208' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1618' is-artificial='yes'/>
- <return type-id='type-id-1619'/>
+ <parameter type-id='type-id-1617' is-artificial='yes'/>
+ <return type-id='type-id-1618'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator->' mangled-name='_ZNKSt10unique_ptrINSt13__future_base12_Result_baseENS1_8_DeleterEEptEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='215' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1618' is-artificial='yes'/>
- <return type-id='type-id-1614'/>
+ <parameter type-id='type-id-1617' is-artificial='yes'/>
+ <return type-id='type-id-1613'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt10unique_ptrINSt13__future_base12_Result_baseENS1_8_DeleterEE3getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='222' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1618' is-artificial='yes'/>
- <return type-id='type-id-1614'/>
+ <parameter type-id='type-id-1617' is-artificial='yes'/>
+ <return type-id='type-id-1613'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='get_deleter' mangled-name='_ZNSt10unique_ptrINSt13__future_base12_Result_baseENS1_8_DeleterEE11get_deleterEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='226' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
- <return type-id='type-id-1620'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
+ <return type-id='type-id-1619'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get_deleter' mangled-name='_ZNKSt10unique_ptrINSt13__future_base12_Result_baseENS1_8_DeleterEE11get_deleterEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='230' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1618' is-artificial='yes'/>
- <return type-id='type-id-1621'/>
+ <parameter type-id='type-id-1617' is-artificial='yes'/>
+ <return type-id='type-id-1620'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator bool' mangled-name='_ZNKSt10unique_ptrINSt13__future_base12_Result_baseENS1_8_DeleterEEcvbEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='233' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1618' is-artificial='yes'/>
+ <parameter type-id='type-id-1617' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='release' mangled-name='_ZNSt10unique_ptrINSt13__future_base12_Result_baseENS1_8_DeleterEE7releaseEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
- <return type-id='type-id-1614'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
+ <return type-id='type-id-1613'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='reset' mangled-name='_ZNSt10unique_ptrINSt13__future_base12_Result_baseENS1_8_DeleterEE5resetEPS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='246' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
- <parameter type-id='type-id-1614'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
+ <parameter type-id='type-id-1613'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt10unique_ptrINSt13__future_base12_Result_baseENS1_8_DeleterEE4swapERS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='255' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
- <parameter type-id='type-id-1617'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
+ <parameter type-id='type-id-1616'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='262' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
- <parameter type-id='type-id-1622'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
+ <parameter type-id='type-id-1621'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt10unique_ptrINSt13__future_base12_Result_baseENS1_8_DeleterEEaSERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h' line='263' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1616' is-artificial='yes'/>
- <parameter type-id='type-id-1622'/>
- <return type-id='type-id-1617'/>
+ <parameter type-id='type-id-1615' is-artificial='yes'/>
+ <parameter type-id='type-id-1621'/>
+ <return type-id='type-id-1616'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1623' size-in-bits='64' id='type-id-1571'/>
- <qualified-type-def type-id='type-id-1624' const='yes' id='type-id-1591'/>
- <reference-type-def kind='lvalue' type-id='type-id-1625' size-in-bits='64' id='type-id-1558'/>
- <pointer-type-def type-id='type-id-1625' size-in-bits='64' id='type-id-1557'/>
+ <pointer-type-def type-id='type-id-1622' size-in-bits='64' id='type-id-1570'/>
+ <qualified-type-def type-id='type-id-1623' const='yes' id='type-id-1590'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1624' size-in-bits='64' id='type-id-1557'/>
+ <pointer-type-def type-id='type-id-1624' size-in-bits='64' id='type-id-1556'/>
+ <qualified-type-def type-id='type-id-1459' const='yes' id='type-id-1591'/>
<qualified-type-def type-id='type-id-1460' const='yes' id='type-id-1592'/>
- <qualified-type-def type-id='type-id-1461' const='yes' id='type-id-1593'/>
- <reference-type-def kind='lvalue' type-id='type-id-1626' size-in-bits='64' id='type-id-1565'/>
- <reference-type-def kind='lvalue' type-id='type-id-1627' size-in-bits='64' id='type-id-1573'/>
- <pointer-type-def type-id='type-id-1627' size-in-bits='64' id='type-id-1574'/>
- <reference-type-def kind='lvalue' type-id='type-id-1628' size-in-bits='64' id='type-id-1590'/>
- <pointer-type-def type-id='type-id-1628' size-in-bits='64' id='type-id-1586'/>
- <reference-type-def kind='lvalue' type-id='type-id-1629' size-in-bits='64' id='type-id-1589'/>
- <reference-type-def kind='lvalue' type-id='type-id-1464' size-in-bits='64' id='type-id-1559'/>
- <pointer-type-def type-id='type-id-1464' size-in-bits='64' id='type-id-1556'/>
- <reference-type-def kind='lvalue' type-id='type-id-1450' size-in-bits='64' id='type-id-1566'/>
- <pointer-type-def type-id='type-id-1450' size-in-bits='64' id='type-id-1564'/>
- <pointer-type-def type-id='type-id-1560' size-in-bits='64' id='type-id-1563'/>
- <pointer-type-def type-id='type-id-1455' size-in-bits='64' id='type-id-1572'/>
- <reference-type-def kind='lvalue' type-id='type-id-1630' size-in-bits='64' id='type-id-1584'/>
- <reference-type-def kind='lvalue' type-id='type-id-1631' size-in-bits='64' id='type-id-1567'/>
- <reference-type-def kind='lvalue' type-id='type-id-1468' size-in-bits='64' id='type-id-1585'/>
- <pointer-type-def type-id='type-id-1468' size-in-bits='64' id='type-id-1582'/>
- <reference-type-def kind='lvalue' type-id='type-id-1581' size-in-bits='64' id='type-id-1588'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1625' size-in-bits='64' id='type-id-1564'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1626' size-in-bits='64' id='type-id-1572'/>
+ <pointer-type-def type-id='type-id-1626' size-in-bits='64' id='type-id-1573'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1627' size-in-bits='64' id='type-id-1589'/>
+ <pointer-type-def type-id='type-id-1627' size-in-bits='64' id='type-id-1585'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1628' size-in-bits='64' id='type-id-1588'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1463' size-in-bits='64' id='type-id-1558'/>
+ <pointer-type-def type-id='type-id-1463' size-in-bits='64' id='type-id-1555'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1449' size-in-bits='64' id='type-id-1565'/>
+ <pointer-type-def type-id='type-id-1449' size-in-bits='64' id='type-id-1563'/>
+ <pointer-type-def type-id='type-id-1559' size-in-bits='64' id='type-id-1562'/>
+ <pointer-type-def type-id='type-id-1454' size-in-bits='64' id='type-id-1571'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1629' size-in-bits='64' id='type-id-1583'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1630' size-in-bits='64' id='type-id-1566'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1467' size-in-bits='64' id='type-id-1584'/>
+ <pointer-type-def type-id='type-id-1467' size-in-bits='64' id='type-id-1581'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1580' size-in-bits='64' id='type-id-1587'/>
<namespace-decl name='std'>
- <class-decl name='_Maybe_unary_or_binary_function<std::unique_ptr<std::__future_base::_Result_base, std::__future_base::_Result_base::_Deleter> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='511' column='1' id='type-id-1568'/>
+ <class-decl name='_Maybe_unary_or_binary_function<std::unique_ptr<std::__future_base::_Result_base, std::__future_base::_Result_base::_Deleter> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='511' column='1' id='type-id-1567'/>
</namespace-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-1554' visibility='default' id='type-id-1555'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' naming-typedef-id='type-id-1553' visibility='default' id='type-id-1554'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='__pfn' type-id='type-id-1632' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='105' column='1'/>
+ <var-decl name='__pfn' type-id='type-id-1631' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='105' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='__delta' type-id='type-id-55' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/exception_ptr.h' line='105' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='__gthread_cond_t' type-id='type-id-1633' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/gthr-default.h' line='58' column='1' id='type-id-1561'/>
+ <typedef-decl name='__gthread_cond_t' type-id='type-id-1632' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/gthr-default.h' line='58' column='1' id='type-id-1560'/>
<namespace-decl name='std'>
- <class-decl name='__add_lvalue_reference_helper<std::__future_base::_Result<void>, true, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1345' column='1' id='type-id-1634'>
+ <class-decl name='__add_lvalue_reference_helper<std::__future_base::_Result<void>, true, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1345' column='1' id='type-id-1633'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1635' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1346' column='1' id='type-id-1587'/>
+ <typedef-decl name='type' type-id='type-id-1634' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1346' column='1' id='type-id-1586'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='conditional<false, std::__future_base::_Result_base::_Deleter, const std::__future_base::_Result_base::_Deleter&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1735' column='1' id='type-id-1636'>
+ <class-decl name='conditional<false, std::__future_base::_Result_base::_Deleter, const std::__future_base::_Result_base::_Deleter&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1735' column='1' id='type-id-1635'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1607' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1736' column='1' id='type-id-1583'/>
+ <typedef-decl name='type' type-id='type-id-1606' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1736' column='1' id='type-id-1582'/>
</member-type>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1637' size-in-bits='64' id='type-id-1596'/>
+ <pointer-type-def type-id='type-id-1636' size-in-bits='64' id='type-id-1595'/>
<namespace-decl name='__cxxabiv1'>
- <class-decl name='__class_type_info' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='385' column='1' id='type-id-1624'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1353'/>
+ <class-decl name='__class_type_info' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='385' column='1' id='type-id-1623'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1352'/>
<member-type access='private'>
- <enum-decl name='__sub_kind' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='399' column='1' id='type-id-1638'>
+ <enum-decl name='__sub_kind' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='399' column='1' id='type-id-1637'>
<underlying-type type-id='type-id-6'/>
<enumerator name='__unknown' value='0'/>
<enumerator name='__not_contained' value='1'/>
</enum-decl>
</member-type>
<member-type access='private'>
- <class-decl name='__upcast_result' size-in-bits='192' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='132' column='1' id='type-id-1639'>
+ <class-decl name='__upcast_result' size-in-bits='192' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='132' column='1' id='type-id-1638'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='dst_ptr' type-id='type-id-33' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='134' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='part2dst' type-id='type-id-1638' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='135' column='1'/>
+ <var-decl name='part2dst' type-id='type-id-1637' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='135' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<var-decl name='src_details' type-id='type-id-36' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='136' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='base_type' type-id='type-id-1357' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='137' column='1'/>
+ <var-decl name='base_type' type-id='type-id-1356' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='137' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='__upcast_result' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1640' is-artificial='yes'/>
+ <parameter type-id='type-id-1639' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='__dyncast_result' size-in-bits='192' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='148' column='1' id='type-id-1641'>
+ <class-decl name='__dyncast_result' size-in-bits='192' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='148' column='1' id='type-id-1640'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='dst_ptr' type-id='type-id-33' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='150' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='whole2dst' type-id='type-id-1638' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='151' column='1'/>
+ <var-decl name='whole2dst' type-id='type-id-1637' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='151' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
- <var-decl name='whole2src' type-id='type-id-1638' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='152' column='1'/>
+ <var-decl name='whole2src' type-id='type-id-1637' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='152' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='dst2src' type-id='type-id-1638' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='153' column='1'/>
+ <var-decl name='dst2src' type-id='type-id-1637' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='153' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='160'>
<var-decl name='whole_details' type-id='type-id-36' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='154' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='__dyncast_result' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='156' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1642' is-artificial='yes'/>
+ <parameter type-id='type-id-1641' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='__dyncast_result' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='163' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1642' is-artificial='yes'/>
- <parameter type-id='type-id-1643'/>
+ <parameter type-id='type-id-1641' is-artificial='yes'/>
+ <parameter type-id='type-id-1642'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZN10__cxxabiv117__class_type_info16__dyncast_resultaSERKS1_' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='166' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1642' is-artificial='yes'/>
- <parameter type-id='type-id-1643'/>
- <return type-id='type-id-1644'/>
+ <parameter type-id='type-id-1641' is-artificial='yes'/>
+ <parameter type-id='type-id-1642'/>
+ <return type-id='type-id-1643'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-function access='private' constructor='yes'>
<function-decl name='__class_type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='389' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1645' is-artificial='yes'/>
+ <parameter type-id='type-id-1644' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='__find_public_src' mangled-name='_ZNK10__cxxabiv117__class_type_info17__find_public_srcElPKvPKS0_S2_' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='169' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1357' is-artificial='yes'/>
- <parameter type-id='type-id-1646'/>
+ <parameter type-id='type-id-1356' is-artificial='yes'/>
+ <parameter type-id='type-id-1645'/>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-1638'/>
+ <return type-id='type-id-1637'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__class_type_info' filepath='../../.././libstdc++-v3/libsupc++/class_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1645' is-artificial='yes'/>
+ <parameter type-id='type-id-1644' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__class_type_info' mangled-name='_ZN10__cxxabiv117__class_type_infoD0Ev' filepath='../../.././libstdc++-v3/libsupc++/class_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv117__class_type_infoD0Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1645' is-artificial='yes'/>
+ <parameter type-id='type-id-1644' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__class_type_info' mangled-name='_ZN10__cxxabiv117__class_type_infoD2Ev' filepath='../../.././libstdc++-v3/libsupc++/class_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv117__class_type_infoD1Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1645' is-artificial='yes'/>
+ <parameter type-id='type-id-1644' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='__do_catch' mangled-name='_ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj' filepath='../../.././libstdc++-v3/libsupc++/class_type_info.cc' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj@@CXXABI_1.3'>
- <parameter type-id='type-id-1357' is-artificial='yes'/>
- <parameter type-id='type-id-1354'/>
+ <parameter type-id='type-id-1356' is-artificial='yes'/>
+ <parameter type-id='type-id-1353'/>
<parameter type-id='type-id-304'/>
<parameter type-id='type-id-502'/>
<return type-id='type-id-23'/>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='__do_upcast' mangled-name='_ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv' filepath='../../.././libstdc++-v3/libsupc++/class_type_info.cc' line='46' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv@@CXXABI_1.3'>
- <parameter type-id='type-id-1357' is-artificial='yes'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1356' is-artificial='yes'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-304'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='6'>
<function-decl name='__do_upcast' mangled-name='_ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE' filepath='../../.././libstdc++-v3/libsupc++/class_type_info.cc' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE@@CXXABI_1.3'>
- <parameter type-id='type-id-1357' is-artificial='yes'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1356' is-artificial='yes'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1647'/>
+ <parameter type-id='type-id-1646'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='7'>
<function-decl name='__do_dyncast' mangled-name='_ZNK10__cxxabiv117__class_type_info12__do_dyncastElNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE' filepath='../../.././libstdc++-v3/libsupc++/class_type_info.cc' line='71' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv117__class_type_info12__do_dyncastElNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE@@CXXABI_1.3'>
- <parameter type-id='type-id-1357' is-artificial='yes'/>
- <parameter type-id='type-id-1646'/>
- <parameter type-id='type-id-1638'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1356' is-artificial='yes'/>
+ <parameter type-id='type-id-1645'/>
+ <parameter type-id='type-id-1637'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1644'/>
+ <parameter type-id='type-id-1643'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='8'>
<function-decl name='__do_find_public_src' mangled-name='_ZNK10__cxxabiv117__class_type_info20__do_find_public_srcElPKvPKS0_S2_' filepath='../../.././libstdc++-v3/libsupc++/class_type_info.cc' line='59' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv117__class_type_info20__do_find_public_srcElPKvPKS0_S2_@@CXXABI_1.3'>
- <parameter type-id='type-id-1357' is-artificial='yes'/>
- <parameter type-id='type-id-1646'/>
+ <parameter type-id='type-id-1356' is-artificial='yes'/>
+ <parameter type-id='type-id-1645'/>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-1638'/>
+ <return type-id='type-id-1637'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='future<void>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='728' column='1' id='type-id-1603'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1648'/>
+ <class-decl name='future<void>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='728' column='1' id='type-id-1602'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1647'/>
<member-type access='private'>
- <typedef-decl name='__state_type' type-id='type-id-1650' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='737' column='1' id='type-id-1649'/>
+ <typedef-decl name='__state_type' type-id='type-id-1649' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='737' column='1' id='type-id-1648'/>
</member-type>
<member-function access='private'>
<function-decl name='future' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='740' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1651' is-artificial='yes'/>
- <parameter type-id='type-id-1652'/>
+ <parameter type-id='type-id-1650' is-artificial='yes'/>
+ <parameter type-id='type-id-1651'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='future' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='743' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1651' is-artificial='yes'/>
+ <parameter type-id='type-id-1650' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='future' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='746' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1651' is-artificial='yes'/>
- <parameter type-id='type-id-1653'/>
+ <parameter type-id='type-id-1650' is-artificial='yes'/>
+ <parameter type-id='type-id-1652'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='future' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1651' is-artificial='yes'/>
- <parameter type-id='type-id-1654'/>
+ <parameter type-id='type-id-1650' is-artificial='yes'/>
+ <parameter type-id='type-id-1653'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt6futureIvEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='750' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1651' is-artificial='yes'/>
- <parameter type-id='type-id-1654'/>
- <return type-id='type-id-1653'/>
+ <parameter type-id='type-id-1650' is-artificial='yes'/>
+ <parameter type-id='type-id-1653'/>
+ <return type-id='type-id-1652'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt6futureIvEaSEOS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='752' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1651' is-artificial='yes'/>
- <parameter type-id='type-id-1653'/>
- <return type-id='type-id-1653'/>
+ <parameter type-id='type-id-1650' is-artificial='yes'/>
+ <parameter type-id='type-id-1652'/>
+ <return type-id='type-id-1652'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='get' mangled-name='_ZNSt6futureIvE3getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='760' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1651' is-artificial='yes'/>
+ <parameter type-id='type-id-1650' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='share' mangled-name='_ZNSt6futureIvE5shareEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='766' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1651' is-artificial='yes'/>
- <return type-id='type-id-1655'/>
+ <parameter type-id='type-id-1650' is-artificial='yes'/>
+ <return type-id='type-id-1654'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='shared_ptr<std::__future_base::_State_base>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr.h' line='93' column='1' id='type-id-1600'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1656'/>
+ <class-decl name='shared_ptr<std::__future_base::_State_base>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr.h' line='93' column='1' id='type-id-1599'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1655'/>
<member-function access='private'>
<function-decl name='shared_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr.h' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1657' is-artificial='yes'/>
+ <parameter type-id='type-id-1656' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='shared_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1657' is-artificial='yes'/>
- <parameter type-id='type-id-1658'/>
+ <parameter type-id='type-id-1656' is-artificial='yes'/>
+ <parameter type-id='type-id-1657'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='shared_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr.h' line='226' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1657' is-artificial='yes'/>
- <parameter type-id='type-id-1659'/>
+ <parameter type-id='type-id-1656' is-artificial='yes'/>
+ <parameter type-id='type-id-1658'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt10shared_ptrINSt13__future_base11_State_baseEEaSERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr.h' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1657' is-artificial='yes'/>
- <parameter type-id='type-id-1658'/>
- <return type-id='type-id-1659'/>
+ <parameter type-id='type-id-1656' is-artificial='yes'/>
+ <parameter type-id='type-id-1657'/>
+ <return type-id='type-id-1658'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt10shared_ptrINSt13__future_base11_State_baseEEaSEOS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr.h' line='290' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1657' is-artificial='yes'/>
- <parameter type-id='type-id-1659'/>
- <return type-id='type-id-1659'/>
+ <parameter type-id='type-id-1656' is-artificial='yes'/>
+ <parameter type-id='type-id-1658'/>
+ <return type-id='type-id-1658'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='tuple<std::__future_base::_Result_base*, std::__future_base::_Result_base::_Deleter>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='507' column='1' id='type-id-1613'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1660'/>
+ <class-decl name='tuple<std::__future_base::_Result_base*, std::__future_base::_Result_base::_Deleter>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='507' column='1' id='type-id-1612'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1659'/>
<member-function access='private'>
<function-decl name='tuple' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='512' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1661' is-artificial='yes'/>
+ <parameter type-id='type-id-1660' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='tuple' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='516' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1661' is-artificial='yes'/>
- <parameter type-id='type-id-1662'/>
- <parameter type-id='type-id-1607'/>
+ <parameter type-id='type-id-1660' is-artificial='yes'/>
+ <parameter type-id='type-id-1661'/>
+ <parameter type-id='type-id-1606'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='tuple' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='526' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1661' is-artificial='yes'/>
- <parameter type-id='type-id-1663'/>
+ <parameter type-id='type-id-1660' is-artificial='yes'/>
+ <parameter type-id='type-id-1662'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='tuple' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='528' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1661' is-artificial='yes'/>
- <parameter type-id='type-id-1664'/>
+ <parameter type-id='type-id-1660' is-artificial='yes'/>
+ <parameter type-id='type-id-1663'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIIPNSt13__future_base12_Result_baseENS1_8_DeleterEEEaSERKS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='602' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1661' is-artificial='yes'/>
- <parameter type-id='type-id-1663'/>
- <return type-id='type-id-1664'/>
+ <parameter type-id='type-id-1660' is-artificial='yes'/>
+ <parameter type-id='type-id-1662'/>
+ <return type-id='type-id-1663'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt5tupleIIPNSt13__future_base12_Result_baseENS1_8_DeleterEEEaSEOS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='609' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1661' is-artificial='yes'/>
- <parameter type-id='type-id-1664'/>
- <return type-id='type-id-1664'/>
+ <parameter type-id='type-id-1660' is-artificial='yes'/>
+ <parameter type-id='type-id-1663'/>
+ <return type-id='type-id-1663'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt5tupleIIPNSt13__future_base12_Result_baseENS1_8_DeleterEEE4swapERS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='651' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1661' is-artificial='yes'/>
- <parameter type-id='type-id-1664'/>
+ <parameter type-id='type-id-1660' is-artificial='yes'/>
+ <parameter type-id='type-id-1663'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='unique_lock<std::mutex>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='467' column='1' id='type-id-1631'>
+ <class-decl name='unique_lock<std::mutex>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='467' column='1' id='type-id-1630'>
<member-type access='private'>
- <typedef-decl name='mutex_type' type-id='type-id-1276' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='470' column='1' id='type-id-1665'/>
+ <typedef-decl name='mutex_type' type-id='type-id-1275' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='470' column='1' id='type-id-1664'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_device' type-id='type-id-1666' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='636' column='1'/>
+ <var-decl name='_M_device' type-id='type-id-1665' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='636' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='_M_owns' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='637' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='unique_lock' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='472' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_lock' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='476' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
- <parameter type-id='type-id-1668'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
+ <parameter type-id='type-id-1667'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_lock' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='483' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
- <parameter type-id='type-id-1668'/>
- <parameter type-id='type-id-1501'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
+ <parameter type-id='type-id-1667'/>
+ <parameter type-id='type-id-1500'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_lock' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='487' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
- <parameter type-id='type-id-1668'/>
- <parameter type-id='type-id-1502'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
+ <parameter type-id='type-id-1667'/>
+ <parameter type-id='type-id-1501'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_lock' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='491' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
- <parameter type-id='type-id-1668'/>
- <parameter type-id='type-id-1280'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
+ <parameter type-id='type-id-1667'/>
+ <parameter type-id='type-id-1279'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~unique_lock' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='509' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_lock' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='515' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
- <parameter type-id='type-id-1669'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
+ <parameter type-id='type-id-1668'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt11unique_lockISt5mutexEaSERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='516' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
- <parameter type-id='type-id-1669'/>
- <return type-id='type-id-1567'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
+ <parameter type-id='type-id-1668'/>
+ <return type-id='type-id-1566'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unique_lock' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='518' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
- <parameter type-id='type-id-1567'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
+ <parameter type-id='type-id-1566'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt11unique_lockISt5mutexEaSEOS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='525' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
- <parameter type-id='type-id-1567'/>
- <return type-id='type-id-1567'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
+ <parameter type-id='type-id-1566'/>
+ <return type-id='type-id-1566'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='lock' mangled-name='_ZNSt11unique_lockISt5mutexE4lockEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='539' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='try_lock' mangled-name='_ZNSt11unique_lockISt5mutexE8try_lockEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='553' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unlock' mangled-name='_ZNSt11unique_lockISt5mutexE6unlockEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='597' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt11unique_lockISt5mutexE4swapERS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='609' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
- <parameter type-id='type-id-1567'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
+ <parameter type-id='type-id-1566'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='release' mangled-name='_ZNSt11unique_lockISt5mutexE7releaseEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='616' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1667' is-artificial='yes'/>
- <return type-id='type-id-1666'/>
+ <parameter type-id='type-id-1666' is-artificial='yes'/>
+ <return type-id='type-id-1665'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='owns_lock' mangled-name='_ZNKSt11unique_lockISt5mutexE9owns_lockEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='625' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1670' is-artificial='yes'/>
+ <parameter type-id='type-id-1669' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator bool' mangled-name='_ZNKSt11unique_lockISt5mutexEcvbEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='628' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1670' is-artificial='yes'/>
+ <parameter type-id='type-id-1669' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='mutex' mangled-name='_ZNKSt11unique_lockISt5mutexE5mutexEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex' line='632' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1670' is-artificial='yes'/>
- <return type-id='type-id-1666'/>
- </function-decl>
- </member-function>
- </class-decl>
- </namespace-decl>
- <pointer-type-def type-id='type-id-1671' size-in-bits='64' id='type-id-1599'/>
- <qualified-type-def type-id='type-id-1464' const='yes' id='type-id-1625'/>
- <reference-type-def kind='lvalue' type-id='type-id-1593' size-in-bits='64' id='type-id-1607'/>
- <qualified-type-def type-id='type-id-1450' const='yes' id='type-id-1626'/>
- <qualified-type-def type-id='type-id-1455' const='yes' id='type-id-1627'/>
- <reference-type-def kind='lvalue' type-id='type-id-1672' size-in-bits='64' id='type-id-1602'/>
- <reference-type-def kind='lvalue' type-id='type-id-1673' size-in-bits='64' id='type-id-1608'/>
- <qualified-type-def type-id='type-id-1468' const='yes' id='type-id-1628'/>
- <qualified-type-def type-id='type-id-1581' const='yes' id='type-id-1629'/>
- <reference-type-def kind='lvalue' type-id='type-id-1674' size-in-bits='64' id='type-id-1622'/>
- <pointer-type-def type-id='type-id-1674' size-in-bits='64' id='type-id-1618'/>
- <reference-type-def kind='lvalue' type-id='type-id-1675' size-in-bits='64' id='type-id-1621'/>
- <function-type size-in-bits='64' id='type-id-1623'>
- <parameter type-id='type-id-1676'/>
- <return type-id='type-id-1575'/>
+ <parameter type-id='type-id-1669' is-artificial='yes'/>
+ <return type-id='type-id-1665'/>
+ </function-decl>
+ </member-function>
+ </class-decl>
+ </namespace-decl>
+ <pointer-type-def type-id='type-id-1670' size-in-bits='64' id='type-id-1598'/>
+ <qualified-type-def type-id='type-id-1463' const='yes' id='type-id-1624'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1592' size-in-bits='64' id='type-id-1606'/>
+ <qualified-type-def type-id='type-id-1449' const='yes' id='type-id-1625'/>
+ <qualified-type-def type-id='type-id-1454' const='yes' id='type-id-1626'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1671' size-in-bits='64' id='type-id-1601'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1672' size-in-bits='64' id='type-id-1607'/>
+ <qualified-type-def type-id='type-id-1467' const='yes' id='type-id-1627'/>
+ <qualified-type-def type-id='type-id-1580' const='yes' id='type-id-1628'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1673' size-in-bits='64' id='type-id-1621'/>
+ <pointer-type-def type-id='type-id-1673' size-in-bits='64' id='type-id-1617'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1674' size-in-bits='64' id='type-id-1620'/>
+ <function-type size-in-bits='64' id='type-id-1622'>
+ <parameter type-id='type-id-1675'/>
+ <return type-id='type-id-1574'/>
</function-type>
- <pointer-type-def type-id='type-id-1569' size-in-bits='64' id='type-id-1598'/>
- <reference-type-def kind='lvalue' type-id='type-id-1466' size-in-bits='64' id='type-id-1635'/>
- <reference-type-def kind='lvalue' type-id='type-id-1677' size-in-bits='64' id='type-id-1606'/>
- <reference-type-def kind='lvalue' type-id='type-id-1594' size-in-bits='64' id='type-id-1601'/>
- <reference-type-def kind='lvalue' type-id='type-id-1579' size-in-bits='64' id='type-id-1609'/>
- <pointer-type-def type-id='type-id-1579' size-in-bits='64' id='type-id-1605'/>
- <reference-type-def kind='lvalue' type-id='type-id-1575' size-in-bits='64' id='type-id-1617'/>
- <pointer-type-def type-id='type-id-1575' size-in-bits='64' id='type-id-1616'/>
- <reference-type-def kind='lvalue' type-id='type-id-1615' size-in-bits='64' id='type-id-1620'/>
+ <pointer-type-def type-id='type-id-1568' size-in-bits='64' id='type-id-1597'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1465' size-in-bits='64' id='type-id-1634'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1676' size-in-bits='64' id='type-id-1605'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1593' size-in-bits='64' id='type-id-1600'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1578' size-in-bits='64' id='type-id-1608'/>
+ <pointer-type-def type-id='type-id-1578' size-in-bits='64' id='type-id-1604'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1574' size-in-bits='64' id='type-id-1616'/>
+ <pointer-type-def type-id='type-id-1574' size-in-bits='64' id='type-id-1615'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1614' size-in-bits='64' id='type-id-1619'/>
<namespace-decl name='std'>
- <class-decl name='_Tuple_impl<0ul, std::__future_base::_Result<void>*, std::__future_base::_Result_base::_Deleter>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='215' column='1' id='type-id-1604'>
+ <class-decl name='_Tuple_impl<0ul, std::__future_base::_Result<void>*, std::__future_base::_Result_base::_Deleter>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='215' column='1' id='type-id-1603'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1677'/>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-1678'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1679'/>
<member-type access='public'>
- <typedef-decl name='_Inherited' type-id='type-id-1678' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='221' column='1' id='type-id-1680'/>
+ <typedef-decl name='_Inherited' type-id='type-id-1677' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='221' column='1' id='type-id-1679'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EIPNSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEE7_M_headERS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='225' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1681'/>
- <return type-id='type-id-1682'/>
+ <parameter type-id='type-id-1680'/>
+ <return type-id='type-id-1681'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EIPNSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEE7_M_headERKS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1683'/>
- <return type-id='type-id-1606'/>
+ <parameter type-id='type-id-1682'/>
+ <return type-id='type-id-1605'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EIPNSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEE7_M_tailERS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='231' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1681'/>
- <return type-id='type-id-1684'/>
+ <parameter type-id='type-id-1680'/>
+ <return type-id='type-id-1683'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EIPNSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEE7_M_tailERKS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='234' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1683'/>
- <return type-id='type-id-1685'/>
+ <parameter type-id='type-id-1682'/>
+ <return type-id='type-id-1684'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='236' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1686' is-artificial='yes'/>
+ <parameter type-id='type-id-1685' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='240' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1686' is-artificial='yes'/>
+ <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1605'/>
<parameter type-id='type-id-1606'/>
- <parameter type-id='type-id-1607'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1686' is-artificial='yes'/>
- <parameter type-id='type-id-1683'/>
+ <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1682'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='253' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1686' is-artificial='yes'/>
- <parameter type-id='type-id-1681'/>
+ <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1680'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EIPNSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEEaSERKS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='322' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1686' is-artificial='yes'/>
- <parameter type-id='type-id-1683'/>
- <return type-id='type-id-1681'/>
+ <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1682'/>
+ <return type-id='type-id-1680'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EIPNSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEEaSEOS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='330' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1686' is-artificial='yes'/>
- <parameter type-id='type-id-1681'/>
- <return type-id='type-id-1681'/>
+ <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1680'/>
+ <return type-id='type-id-1680'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm0EIPNSt13__future_base7_ResultIvEENS0_12_Result_base8_DeleterEEE7_M_swapERS6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='361' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1686' is-artificial='yes'/>
- <parameter type-id='type-id-1681'/>
+ <parameter type-id='type-id-1685' is-artificial='yes'/>
+ <parameter type-id='type-id-1680'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <typedef-decl name='pthread_cond_t' type-id='type-id-1687' filepath='/usr/include/bits/pthreadtypes.h' line='130' column='1' id='type-id-1633'/>
+ <typedef-decl name='pthread_cond_t' type-id='type-id-1686' filepath='/usr/include/bits/pthreadtypes.h' line='130' column='1' id='type-id-1632'/>
<namespace-decl name='std'>
- <class-decl name='__add_lvalue_reference_helper<std::__future_base::_Result_base, true, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1345' column='1' id='type-id-1688'>
+ <class-decl name='__add_lvalue_reference_helper<std::__future_base::_Result_base, true, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1345' column='1' id='type-id-1687'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1454' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1346' column='1' id='type-id-1619'/>
+ <typedef-decl name='type' type-id='type-id-1453' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1346' column='1' id='type-id-1618'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='remove_reference<std::__future_base::_Result_base::_Deleter>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1326' column='1' id='type-id-1689'>
+ <class-decl name='remove_reference<std::__future_base::_Result_base::_Deleter>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1326' column='1' id='type-id-1688'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1461' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1327' column='1' id='type-id-1630'/>
+ <typedef-decl name='type' type-id='type-id-1460' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1327' column='1' id='type-id-1629'/>
</member-type>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <union-decl name='_Any_data' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1660' column='1' id='type-id-1597'>
+ <union-decl name='_Any_data' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1660' column='1' id='type-id-1596'>
<data-member access='private'>
- <var-decl name='_M_unused' type-id='type-id-1690' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1675' column='1'/>
+ <var-decl name='_M_unused' type-id='type-id-1689' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1675' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='_M_pod_data' type-id='type-id-1691' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1676' column='1'/>
+ <var-decl name='_M_pod_data' type-id='type-id-1690' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1676' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_M_access' mangled-name='_ZNSt9_Any_data9_M_accessEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1662' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1692' is-artificial='yes'/>
+ <parameter type-id='type-id-1691' is-artificial='yes'/>
<return type-id='type-id-33'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_access' mangled-name='_ZNKSt9_Any_data9_M_accessEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1663' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1693' is-artificial='yes'/>
+ <parameter type-id='type-id-1692' is-artificial='yes'/>
<return type-id='type-id-33'/>
</function-decl>
</member-function>
</union-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1694' size-in-bits='64' id='type-id-1632'/>
- <pointer-type-def type-id='type-id-1624' size-in-bits='64' id='type-id-1645'/>
- <reference-type-def kind='lvalue' type-id='type-id-1641' size-in-bits='64' id='type-id-1644'/>
- <pointer-type-def type-id='type-id-1641' size-in-bits='64' id='type-id-1642'/>
- <reference-type-def kind='lvalue' type-id='type-id-1639' size-in-bits='64' id='type-id-1647'/>
- <pointer-type-def type-id='type-id-1639' size-in-bits='64' id='type-id-1640'/>
- <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='128' id='type-id-1691'>
- <subrange length='16' type-id='type-id-515' id='type-id-957'/>
+ <pointer-type-def type-id='type-id-1693' size-in-bits='64' id='type-id-1631'/>
+ <pointer-type-def type-id='type-id-1623' size-in-bits='64' id='type-id-1644'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1640' size-in-bits='64' id='type-id-1643'/>
+ <pointer-type-def type-id='type-id-1640' size-in-bits='64' id='type-id-1641'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1638' size-in-bits='64' id='type-id-1646'/>
+ <pointer-type-def type-id='type-id-1638' size-in-bits='64' id='type-id-1639'/>
+ <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='128' id='type-id-1690'>
+ <subrange length='16' type-id='type-id-515' id='type-id-956'/>
</array-type-def>
<namespace-decl name='std'>
- <class-decl name='__basic_future<void>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='552' column='1' id='type-id-1648'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1442'/>
+ <class-decl name='__basic_future<void>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='552' column='1' id='type-id-1647'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1441'/>
<member-type access='protected'>
- <typedef-decl name='__state_type' type-id='type-id-1600' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='555' column='1' id='type-id-1650'/>
+ <typedef-decl name='__state_type' type-id='type-id-1599' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='555' column='1' id='type-id-1649'/>
</member-type>
<member-type access='protected'>
- <typedef-decl name='__result_type' type-id='type-id-1635' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='556' column='1' id='type-id-1695'/>
+ <typedef-decl name='__result_type' type-id='type-id-1634' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='556' column='1' id='type-id-1694'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_state' type-id='type-id-1650' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='559' column='1'/>
+ <var-decl name='_M_state' type-id='type-id-1649' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='559' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='__basic_future' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='563' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1696' is-artificial='yes'/>
- <parameter type-id='type-id-1697'/>
+ <parameter type-id='type-id-1695' is-artificial='yes'/>
+ <parameter type-id='type-id-1696'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt14__basic_futureIvEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='564' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1696' is-artificial='yes'/>
- <parameter type-id='type-id-1697'/>
- <return type-id='type-id-1698'/>
+ <parameter type-id='type-id-1695' is-artificial='yes'/>
+ <parameter type-id='type-id-1696'/>
+ <return type-id='type-id-1697'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='valid' mangled-name='_ZNKSt14__basic_futureIvE5validEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='567' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1699' is-artificial='yes'/>
+ <parameter type-id='type-id-1698' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='wait' mangled-name='_ZNKSt14__basic_futureIvE4waitEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='570' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1699' is-artificial='yes'/>
+ <parameter type-id='type-id-1698' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_get_result' mangled-name='_ZNSt14__basic_futureIvE13_M_get_resultEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='595' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1696' is-artificial='yes'/>
- <return type-id='type-id-1695'/>
+ <parameter type-id='type-id-1695' is-artificial='yes'/>
+ <return type-id='type-id-1694'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt14__basic_futureIvE7_M_swapERS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='604' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1696' is-artificial='yes'/>
- <parameter type-id='type-id-1698'/>
+ <parameter type-id='type-id-1695' is-artificial='yes'/>
+ <parameter type-id='type-id-1697'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='__basic_future' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='611' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1696' is-artificial='yes'/>
- <parameter type-id='type-id-1700'/>
+ <parameter type-id='type-id-1695' is-artificial='yes'/>
+ <parameter type-id='type-id-1699'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='__basic_future' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='619' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1696' is-artificial='yes'/>
- <parameter type-id='type-id-1701'/>
+ <parameter type-id='type-id-1695' is-artificial='yes'/>
+ <parameter type-id='type-id-1700'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='__basic_future' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='623' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1696' is-artificial='yes'/>
- <parameter type-id='type-id-1702'/>
+ <parameter type-id='type-id-1695' is-artificial='yes'/>
+ <parameter type-id='type-id-1701'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='__basic_future' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='627' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1696' is-artificial='yes'/>
- <parameter type-id='type-id-1653'/>
+ <parameter type-id='type-id-1695' is-artificial='yes'/>
+ <parameter type-id='type-id-1652'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='__basic_future' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='629' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1696' is-artificial='yes'/>
+ <parameter type-id='type-id-1695' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='__shared_ptr<std::__future_base::_State_base, (__gnu_cxx::_Lock_policy)2u>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='760' column='1' id='type-id-1656'>
+ <class-decl name='__shared_ptr<std::__future_base::_State_base, (__gnu_cxx::_Lock_policy)2u>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='760' column='1' id='type-id-1655'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_ptr' type-id='type-id-1451' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='1061' column='1'/>
+ <var-decl name='_M_ptr' type-id='type-id-1450' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='1061' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_refcount' type-id='type-id-1335' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='1062' column='1'/>
+ <var-decl name='_M_refcount' type-id='type-id-1334' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='1062' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='__shared_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1703' is-artificial='yes'/>
+ <parameter type-id='type-id-1702' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__shared_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='811' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1703' is-artificial='yes'/>
- <parameter type-id='type-id-1704'/>
+ <parameter type-id='type-id-1702' is-artificial='yes'/>
+ <parameter type-id='type-id-1703'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt12__shared_ptrINSt13__future_base11_State_baseELN9__gnu_cxx12_Lock_policyE2EEaSERKS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='812' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1703' is-artificial='yes'/>
- <parameter type-id='type-id-1704'/>
- <return type-id='type-id-1705'/>
+ <parameter type-id='type-id-1702' is-artificial='yes'/>
+ <parameter type-id='type-id-1703'/>
+ <return type-id='type-id-1704'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__shared_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='813' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1703' is-artificial='yes'/>
+ <parameter type-id='type-id-1702' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__shared_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='821' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1703' is-artificial='yes'/>
- <parameter type-id='type-id-1705'/>
+ <parameter type-id='type-id-1702' is-artificial='yes'/>
+ <parameter type-id='type-id-1704'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt12__shared_ptrINSt13__future_base11_State_baseELN9__gnu_cxx12_Lock_policyE2EEaSEOS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='898' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1703' is-artificial='yes'/>
- <parameter type-id='type-id-1705'/>
- <return type-id='type-id-1705'/>
+ <parameter type-id='type-id-1702' is-artificial='yes'/>
+ <parameter type-id='type-id-1704'/>
+ <return type-id='type-id-1704'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='reset' mangled-name='_ZNSt12__shared_ptrINSt13__future_base11_State_baseELN9__gnu_cxx12_Lock_policyE2EE5resetEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='921' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1703' is-artificial='yes'/>
+ <parameter type-id='type-id-1702' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator*' mangled-name='_ZNKSt12__shared_ptrINSt13__future_base11_State_baseELN9__gnu_cxx12_Lock_policyE2EEdeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='945' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1706' is-artificial='yes'/>
- <return type-id='type-id-1707'/>
+ <parameter type-id='type-id-1705' is-artificial='yes'/>
+ <return type-id='type-id-1706'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator->' mangled-name='_ZNKSt12__shared_ptrINSt13__future_base11_State_baseELN9__gnu_cxx12_Lock_policyE2EEptEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='952' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1706' is-artificial='yes'/>
- <return type-id='type-id-1451'/>
+ <parameter type-id='type-id-1705' is-artificial='yes'/>
+ <return type-id='type-id-1450'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get' mangled-name='_ZNKSt12__shared_ptrINSt13__future_base11_State_baseELN9__gnu_cxx12_Lock_policyE2EE3getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='959' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1706' is-artificial='yes'/>
- <return type-id='type-id-1451'/>
+ <parameter type-id='type-id-1705' is-artificial='yes'/>
+ <return type-id='type-id-1450'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator bool' mangled-name='_ZNKSt12__shared_ptrINSt13__future_base11_State_baseELN9__gnu_cxx12_Lock_policyE2EEcvbEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='962' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1706' is-artificial='yes'/>
+ <parameter type-id='type-id-1705' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='unique' mangled-name='_ZNKSt12__shared_ptrINSt13__future_base11_State_baseELN9__gnu_cxx12_Lock_policyE2EE6uniqueEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='966' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1706' is-artificial='yes'/>
+ <parameter type-id='type-id-1705' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='use_count' mangled-name='_ZNKSt12__shared_ptrINSt13__future_base11_State_baseELN9__gnu_cxx12_Lock_policyE2EE9use_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='970' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1706' is-artificial='yes'/>
+ <parameter type-id='type-id-1705' is-artificial='yes'/>
<return type-id='type-id-55'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt12__shared_ptrINSt13__future_base11_State_baseELN9__gnu_cxx12_Lock_policyE2EE4swapERS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='974' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1703' is-artificial='yes'/>
- <parameter type-id='type-id-1705'/>
+ <parameter type-id='type-id-1702' is-artificial='yes'/>
+ <parameter type-id='type-id-1704'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_get_deleter' mangled-name='_ZNKSt12__shared_ptrINSt13__future_base11_State_baseELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='1052' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1706' is-artificial='yes'/>
- <parameter type-id='type-id-1341'/>
+ <parameter type-id='type-id-1705' is-artificial='yes'/>
+ <parameter type-id='type-id-1340'/>
<return type-id='type-id-33'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='shared_future<void>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='855' column='1' id='type-id-1655'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1648'/>
+ <class-decl name='shared_future<void>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='855' column='1' id='type-id-1654'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1647'/>
<member-function access='private'>
<function-decl name='shared_future' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='860' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1708' is-artificial='yes'/>
+ <parameter type-id='type-id-1707' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='shared_future' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='863' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1708' is-artificial='yes'/>
- <parameter type-id='type-id-1701'/>
+ <parameter type-id='type-id-1707' is-artificial='yes'/>
+ <parameter type-id='type-id-1700'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='shared_future' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='866' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1708' is-artificial='yes'/>
- <parameter type-id='type-id-1653'/>
+ <parameter type-id='type-id-1707' is-artificial='yes'/>
+ <parameter type-id='type-id-1652'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='shared_future' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='871' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1708' is-artificial='yes'/>
- <parameter type-id='type-id-1702'/>
+ <parameter type-id='type-id-1707' is-artificial='yes'/>
+ <parameter type-id='type-id-1701'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt13shared_futureIvEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='875' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1708' is-artificial='yes'/>
- <parameter type-id='type-id-1701'/>
- <return type-id='type-id-1702'/>
+ <parameter type-id='type-id-1707' is-artificial='yes'/>
+ <parameter type-id='type-id-1700'/>
+ <return type-id='type-id-1701'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt13shared_futureIvEaSEOS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='881' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1708' is-artificial='yes'/>
- <parameter type-id='type-id-1702'/>
- <return type-id='type-id-1702'/>
+ <parameter type-id='type-id-1707' is-artificial='yes'/>
+ <parameter type-id='type-id-1701'/>
+ <return type-id='type-id-1701'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='get' mangled-name='_ZNSt13shared_futureIvE3getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='889' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1708' is-artificial='yes'/>
- <return type-id='type-id-4'/>
- </function-decl>
- </member-function>
- </class-decl>
- </namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-1709' size-in-bits='64' id='type-id-1643'/>
- <reference-type-def kind='lvalue' type-id='type-id-1710' size-in-bits='64' id='type-id-1676'/>
- <pointer-type-def type-id='type-id-1710' size-in-bits='64' id='type-id-1693'/>
- <qualified-type-def type-id='type-id-1569' const='yes' id='type-id-1671'/>
- <reference-type-def kind='lvalue' type-id='type-id-1711' size-in-bits='64' id='type-id-1683'/>
- <reference-type-def kind='lvalue' type-id='type-id-1712' size-in-bits='64' id='type-id-1685'/>
- <reference-type-def kind='lvalue' type-id='type-id-1713' size-in-bits='64' id='type-id-1654'/>
- <reference-type-def kind='lvalue' type-id='type-id-1714' size-in-bits='64' id='type-id-1652'/>
- <qualified-type-def type-id='type-id-1594' const='yes' id='type-id-1672'/>
- <reference-type-def kind='lvalue' type-id='type-id-1715' size-in-bits='64' id='type-id-1658'/>
- <qualified-type-def type-id='type-id-1579' const='yes' id='type-id-1673'/>
- <reference-type-def kind='lvalue' type-id='type-id-1716' size-in-bits='64' id='type-id-1663'/>
- <reference-type-def kind='lvalue' type-id='type-id-1717' size-in-bits='64' id='type-id-1669'/>
- <pointer-type-def type-id='type-id-1717' size-in-bits='64' id='type-id-1670'/>
- <qualified-type-def type-id='type-id-1575' const='yes' id='type-id-1674'/>
- <qualified-type-def type-id='type-id-1615' const='yes' id='type-id-1675'/>
- <function-type size-in-bits='64' id='type-id-1637'>
+ <parameter type-id='type-id-1707' is-artificial='yes'/>
+ <return type-id='type-id-4'/>
+ </function-decl>
+ </member-function>
+ </class-decl>
+ </namespace-decl>
+ <reference-type-def kind='lvalue' type-id='type-id-1708' size-in-bits='64' id='type-id-1642'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1709' size-in-bits='64' id='type-id-1675'/>
+ <pointer-type-def type-id='type-id-1709' size-in-bits='64' id='type-id-1692'/>
+ <qualified-type-def type-id='type-id-1568' const='yes' id='type-id-1670'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1710' size-in-bits='64' id='type-id-1682'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1711' size-in-bits='64' id='type-id-1684'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1712' size-in-bits='64' id='type-id-1653'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1713' size-in-bits='64' id='type-id-1651'/>
+ <qualified-type-def type-id='type-id-1593' const='yes' id='type-id-1671'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1714' size-in-bits='64' id='type-id-1657'/>
+ <qualified-type-def type-id='type-id-1578' const='yes' id='type-id-1672'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1715' size-in-bits='64' id='type-id-1662'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1716' size-in-bits='64' id='type-id-1668'/>
+ <pointer-type-def type-id='type-id-1716' size-in-bits='64' id='type-id-1669'/>
+ <qualified-type-def type-id='type-id-1574' const='yes' id='type-id-1673'/>
+ <qualified-type-def type-id='type-id-1614' const='yes' id='type-id-1674'/>
+ <function-type size-in-bits='64' id='type-id-1636'>
+ <parameter type-id='type-id-1717'/>
+ <parameter type-id='type-id-1675'/>
<parameter type-id='type-id-1718'/>
- <parameter type-id='type-id-1676'/>
- <parameter type-id='type-id-1719'/>
<return type-id='type-id-23'/>
</function-type>
- <function-type size-in-bits='64' method-class-id='type-id-1464' id='type-id-1694'>
- <parameter type-id='type-id-1556' is-artificial='yes'/>
+ <function-type size-in-bits='64' method-class-id='type-id-1463' id='type-id-1693'>
+ <parameter type-id='type-id-1555' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-type>
- <pointer-type-def type-id='type-id-1597' size-in-bits='64' id='type-id-1692'/>
- <reference-type-def kind='lvalue' type-id='type-id-1604' size-in-bits='64' id='type-id-1681'/>
- <pointer-type-def type-id='type-id-1604' size-in-bits='64' id='type-id-1686'/>
- <reference-type-def kind='lvalue' type-id='type-id-1680' size-in-bits='64' id='type-id-1684'/>
- <qualified-type-def type-id='type-id-1467' const='yes' id='type-id-1677'/>
- <reference-type-def kind='lvalue' type-id='type-id-1467' size-in-bits='64' id='type-id-1682'/>
- <reference-type-def kind='lvalue' type-id='type-id-1720' size-in-bits='64' id='type-id-1662'/>
- <reference-type-def kind='lvalue' type-id='type-id-1603' size-in-bits='64' id='type-id-1653'/>
- <pointer-type-def type-id='type-id-1603' size-in-bits='64' id='type-id-1651'/>
- <reference-type-def kind='lvalue' type-id='type-id-1600' size-in-bits='64' id='type-id-1659'/>
- <pointer-type-def type-id='type-id-1600' size-in-bits='64' id='type-id-1657'/>
- <reference-type-def kind='lvalue' type-id='type-id-1613' size-in-bits='64' id='type-id-1664'/>
- <pointer-type-def type-id='type-id-1613' size-in-bits='64' id='type-id-1661'/>
- <pointer-type-def type-id='type-id-1631' size-in-bits='64' id='type-id-1667'/>
- <reference-type-def kind='lvalue' type-id='type-id-1665' size-in-bits='64' id='type-id-1668'/>
- <pointer-type-def type-id='type-id-1665' size-in-bits='64' id='type-id-1666'/>
+ <pointer-type-def type-id='type-id-1596' size-in-bits='64' id='type-id-1691'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1603' size-in-bits='64' id='type-id-1680'/>
+ <pointer-type-def type-id='type-id-1603' size-in-bits='64' id='type-id-1685'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1679' size-in-bits='64' id='type-id-1683'/>
+ <qualified-type-def type-id='type-id-1466' const='yes' id='type-id-1676'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1466' size-in-bits='64' id='type-id-1681'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1719' size-in-bits='64' id='type-id-1661'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1602' size-in-bits='64' id='type-id-1652'/>
+ <pointer-type-def type-id='type-id-1602' size-in-bits='64' id='type-id-1650'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1599' size-in-bits='64' id='type-id-1658'/>
+ <pointer-type-def type-id='type-id-1599' size-in-bits='64' id='type-id-1656'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1612' size-in-bits='64' id='type-id-1663'/>
+ <pointer-type-def type-id='type-id-1612' size-in-bits='64' id='type-id-1660'/>
+ <pointer-type-def type-id='type-id-1630' size-in-bits='64' id='type-id-1666'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1664' size-in-bits='64' id='type-id-1667'/>
+ <pointer-type-def type-id='type-id-1664' size-in-bits='64' id='type-id-1665'/>
<namespace-decl name='std'>
- <class-decl name='_Head_base<0ul, std::__future_base::_Result<void>*, false>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='122' column='1' id='type-id-1679'>
+ <class-decl name='_Head_base<0ul, std::__future_base::_Result<void>*, false>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='122' column='1' id='type-id-1678'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_head_impl' type-id='type-id-1467' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='166' column='1'/>
+ <var-decl name='_M_head_impl' type-id='type-id-1466' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='166' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1721' is-artificial='yes'/>
+ <parameter type-id='type-id-1720' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1721' is-artificial='yes'/>
- <parameter type-id='type-id-1606'/>
+ <parameter type-id='type-id-1720' is-artificial='yes'/>
+ <parameter type-id='type-id-1605'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1721' is-artificial='yes'/>
- <parameter type-id='type-id-1415'/>
+ <parameter type-id='type-id-1720' is-artificial='yes'/>
+ <parameter type-id='type-id-1414'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm0EPNSt13__future_base7_ResultIvEELb0EE7_M_headERS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='161' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1722'/>
- <return type-id='type-id-1682'/>
+ <parameter type-id='type-id-1721'/>
+ <return type-id='type-id-1681'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm0EPNSt13__future_base7_ResultIvEELb0EE7_M_headERKS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1723'/>
- <return type-id='type-id-1606'/>
+ <parameter type-id='type-id-1722'/>
+ <return type-id='type-id-1605'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Tuple_impl<0ul, std::__future_base::_Result_base*, std::__future_base::_Result_base::_Deleter>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='215' column='1' id='type-id-1660'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1678'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1724'/>
+ <class-decl name='_Tuple_impl<0ul, std::__future_base::_Result_base*, std::__future_base::_Result_base::_Deleter>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='215' column='1' id='type-id-1659'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1677'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1723'/>
<member-type access='public'>
- <typedef-decl name='_Inherited' type-id='type-id-1678' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='221' column='1' id='type-id-1725'/>
+ <typedef-decl name='_Inherited' type-id='type-id-1677' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='221' column='1' id='type-id-1724'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EIPNSt13__future_base12_Result_baseENS1_8_DeleterEEE7_M_headERS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='225' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1726'/>
- <return type-id='type-id-1727'/>
+ <parameter type-id='type-id-1725'/>
+ <return type-id='type-id-1726'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm0EIPNSt13__future_base12_Result_baseENS1_8_DeleterEEE7_M_headERKS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1728'/>
- <return type-id='type-id-1662'/>
+ <parameter type-id='type-id-1727'/>
+ <return type-id='type-id-1661'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EIPNSt13__future_base12_Result_baseENS1_8_DeleterEEE7_M_tailERS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='231' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1726'/>
- <return type-id='type-id-1729'/>
+ <parameter type-id='type-id-1725'/>
+ <return type-id='type-id-1728'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm0EIPNSt13__future_base12_Result_baseENS1_8_DeleterEEE7_M_tailERKS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='234' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1728'/>
- <return type-id='type-id-1730'/>
+ <parameter type-id='type-id-1727'/>
+ <return type-id='type-id-1729'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='236' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1731' is-artificial='yes'/>
+ <parameter type-id='type-id-1730' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='240' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1731' is-artificial='yes'/>
- <parameter type-id='type-id-1662'/>
- <parameter type-id='type-id-1607'/>
+ <parameter type-id='type-id-1730' is-artificial='yes'/>
+ <parameter type-id='type-id-1661'/>
+ <parameter type-id='type-id-1606'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1731' is-artificial='yes'/>
- <parameter type-id='type-id-1728'/>
+ <parameter type-id='type-id-1730' is-artificial='yes'/>
+ <parameter type-id='type-id-1727'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='253' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1731' is-artificial='yes'/>
- <parameter type-id='type-id-1726'/>
+ <parameter type-id='type-id-1730' is-artificial='yes'/>
+ <parameter type-id='type-id-1725'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EIPNSt13__future_base12_Result_baseENS1_8_DeleterEEEaSERKS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='322' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1731' is-artificial='yes'/>
- <parameter type-id='type-id-1728'/>
- <return type-id='type-id-1726'/>
+ <parameter type-id='type-id-1730' is-artificial='yes'/>
+ <parameter type-id='type-id-1727'/>
+ <return type-id='type-id-1725'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm0EIPNSt13__future_base12_Result_baseENS1_8_DeleterEEEaSEOS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='330' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1731' is-artificial='yes'/>
- <parameter type-id='type-id-1726'/>
- <return type-id='type-id-1726'/>
+ <parameter type-id='type-id-1730' is-artificial='yes'/>
+ <parameter type-id='type-id-1725'/>
+ <return type-id='type-id-1725'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm0EIPNSt13__future_base12_Result_baseENS1_8_DeleterEEE7_M_swapERS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='361' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1731' is-artificial='yes'/>
- <parameter type-id='type-id-1726'/>
+ <parameter type-id='type-id-1730' is-artificial='yes'/>
+ <parameter type-id='type-id-1725'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Tuple_impl<1ul, std::__future_base::_Result_base::_Deleter>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='215' column='1' id='type-id-1678'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1404'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1732'/>
+ <class-decl name='_Tuple_impl<1ul, std::__future_base::_Result_base::_Deleter>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='215' column='1' id='type-id-1677'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1403'/>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1731'/>
<member-type access='public'>
- <typedef-decl name='_Inherited' type-id='type-id-1404' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='221' column='1' id='type-id-1733'/>
+ <typedef-decl name='_Inherited' type-id='type-id-1403' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='221' column='1' id='type-id-1732'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm1EINSt13__future_base12_Result_base8_DeleterEEE7_M_headERS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='225' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1734'/>
- <return type-id='type-id-1735'/>
+ <parameter type-id='type-id-1733'/>
+ <return type-id='type-id-1734'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt11_Tuple_implILm1EINSt13__future_base12_Result_base8_DeleterEEE7_M_headERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1736'/>
- <return type-id='type-id-1607'/>
+ <parameter type-id='type-id-1735'/>
+ <return type-id='type-id-1606'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm1EINSt13__future_base12_Result_base8_DeleterEEE7_M_tailERS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='231' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1734'/>
- <return type-id='type-id-1737'/>
+ <parameter type-id='type-id-1733'/>
+ <return type-id='type-id-1736'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_tail' mangled-name='_ZNSt11_Tuple_implILm1EINSt13__future_base12_Result_base8_DeleterEEE7_M_tailERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='234' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1736'/>
- <return type-id='type-id-1738'/>
+ <parameter type-id='type-id-1735'/>
+ <return type-id='type-id-1737'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='236' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1739' is-artificial='yes'/>
+ <parameter type-id='type-id-1738' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='240' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1739' is-artificial='yes'/>
- <parameter type-id='type-id-1607'/>
+ <parameter type-id='type-id-1738' is-artificial='yes'/>
+ <parameter type-id='type-id-1606'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1739' is-artificial='yes'/>
- <parameter type-id='type-id-1736'/>
+ <parameter type-id='type-id-1738' is-artificial='yes'/>
+ <parameter type-id='type-id-1735'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Tuple_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='253' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1739' is-artificial='yes'/>
- <parameter type-id='type-id-1734'/>
+ <parameter type-id='type-id-1738' is-artificial='yes'/>
+ <parameter type-id='type-id-1733'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm1EINSt13__future_base12_Result_base8_DeleterEEEaSERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='322' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1739' is-artificial='yes'/>
- <parameter type-id='type-id-1736'/>
- <return type-id='type-id-1734'/>
+ <parameter type-id='type-id-1738' is-artificial='yes'/>
+ <parameter type-id='type-id-1735'/>
+ <return type-id='type-id-1733'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt11_Tuple_implILm1EINSt13__future_base12_Result_base8_DeleterEEEaSEOS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='330' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1739' is-artificial='yes'/>
- <parameter type-id='type-id-1734'/>
- <return type-id='type-id-1734'/>
+ <parameter type-id='type-id-1738' is-artificial='yes'/>
+ <parameter type-id='type-id-1733'/>
+ <return type-id='type-id-1733'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZNSt11_Tuple_implILm1EINSt13__future_base12_Result_base8_DeleterEEE7_M_swapERS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='361' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1739' is-artificial='yes'/>
- <parameter type-id='type-id-1734'/>
+ <parameter type-id='type-id-1738' is-artificial='yes'/>
+ <parameter type-id='type-id-1733'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <typedef-decl name='ptrdiff_t' type-id='type-id-55' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/stddef.h' line='150' column='1' id='type-id-1646'/>
+ <typedef-decl name='ptrdiff_t' type-id='type-id-55' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/stddef.h' line='150' column='1' id='type-id-1645'/>
<namespace-decl name='std'>
- <union-decl name='_Nocopy_types' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1652' column='1' id='type-id-1690'>
+ <union-decl name='_Nocopy_types' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1652' column='1' id='type-id-1689'>
<data-member access='private'>
<var-decl name='_M_object' type-id='type-id-33' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1654' column='1'/>
</data-member>
<var-decl name='_M_const_object' type-id='type-id-33' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1655' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='_M_function_pointer' type-id='type-id-1220' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1656' column='1'/>
+ <var-decl name='_M_function_pointer' type-id='type-id-1219' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1656' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='_M_member_pointer' type-id='type-id-1740' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1657' column='1'/>
+ <var-decl name='_M_member_pointer' type-id='type-id-1739' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1657' column='1'/>
</data-member>
</union-decl>
</namespace-decl>
- <union-decl name='__anonymous_union__' size-in-bits='384' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='116' column='1' id='type-id-1687'>
+ <union-decl name='__anonymous_union__' size-in-bits='384' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='116' column='1' id='type-id-1686'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='118' column='1' id='type-id-1741'>
+ <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='118' column='1' id='type-id-1740'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='__lock' type-id='type-id-36' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='119' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='private'>
- <var-decl name='__data' type-id='type-id-1741' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='127' column='1'/>
+ <var-decl name='__data' type-id='type-id-1740' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='127' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='__size' type-id='type-id-1742' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='128' column='1'/>
+ <var-decl name='__size' type-id='type-id-1741' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='128' column='1'/>
</data-member>
<data-member access='private'>
<var-decl name='__align' type-id='type-id-540' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='129' column='1'/>
</data-member>
</union-decl>
- <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='384' id='type-id-1742'>
- <subrange length='48' type-id='type-id-515' id='type-id-1743'/>
+ <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='384' id='type-id-1741'>
+ <subrange length='48' type-id='type-id-515' id='type-id-1742'/>
</array-type-def>
- <qualified-type-def type-id='type-id-1641' const='yes' id='type-id-1709'/>
- <qualified-type-def type-id='type-id-1597' const='yes' id='type-id-1710'/>
- <reference-type-def kind='lvalue' type-id='type-id-1744' size-in-bits='64' id='type-id-1723'/>
- <qualified-type-def type-id='type-id-1604' const='yes' id='type-id-1711'/>
- <qualified-type-def type-id='type-id-1680' const='yes' id='type-id-1712'/>
- <reference-type-def kind='lvalue' type-id='type-id-1745' size-in-bits='64' id='type-id-1728'/>
- <reference-type-def kind='lvalue' type-id='type-id-1746' size-in-bits='64' id='type-id-1730'/>
- <reference-type-def kind='lvalue' type-id='type-id-1747' size-in-bits='64' id='type-id-1736'/>
- <reference-type-def kind='lvalue' type-id='type-id-1748' size-in-bits='64' id='type-id-1738'/>
- <reference-type-def kind='lvalue' type-id='type-id-1749' size-in-bits='64' id='type-id-1697'/>
- <pointer-type-def type-id='type-id-1749' size-in-bits='64' id='type-id-1699'/>
- <reference-type-def kind='lvalue' type-id='type-id-1750' size-in-bits='64' id='type-id-1700'/>
- <reference-type-def kind='lvalue' type-id='type-id-1751' size-in-bits='64' id='type-id-1704'/>
- <pointer-type-def type-id='type-id-1751' size-in-bits='64' id='type-id-1706'/>
- <qualified-type-def type-id='type-id-1603' const='yes' id='type-id-1713'/>
- <qualified-type-def type-id='type-id-1649' const='yes' id='type-id-1714'/>
- <reference-type-def kind='lvalue' type-id='type-id-1752' size-in-bits='64' id='type-id-1701'/>
- <qualified-type-def type-id='type-id-1600' const='yes' id='type-id-1715'/>
- <qualified-type-def type-id='type-id-1613' const='yes' id='type-id-1716'/>
- <qualified-type-def type-id='type-id-1631' const='yes' id='type-id-1717'/>
+ <qualified-type-def type-id='type-id-1640' const='yes' id='type-id-1708'/>
+ <qualified-type-def type-id='type-id-1596' const='yes' id='type-id-1709'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1743' size-in-bits='64' id='type-id-1722'/>
+ <qualified-type-def type-id='type-id-1603' const='yes' id='type-id-1710'/>
+ <qualified-type-def type-id='type-id-1679' const='yes' id='type-id-1711'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1744' size-in-bits='64' id='type-id-1727'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1745' size-in-bits='64' id='type-id-1729'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1746' size-in-bits='64' id='type-id-1735'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1747' size-in-bits='64' id='type-id-1737'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1748' size-in-bits='64' id='type-id-1696'/>
+ <pointer-type-def type-id='type-id-1748' size-in-bits='64' id='type-id-1698'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1749' size-in-bits='64' id='type-id-1699'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1750' size-in-bits='64' id='type-id-1703'/>
+ <pointer-type-def type-id='type-id-1750' size-in-bits='64' id='type-id-1705'/>
+ <qualified-type-def type-id='type-id-1602' const='yes' id='type-id-1712'/>
+ <qualified-type-def type-id='type-id-1648' const='yes' id='type-id-1713'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1751' size-in-bits='64' id='type-id-1700'/>
+ <qualified-type-def type-id='type-id-1599' const='yes' id='type-id-1714'/>
+ <qualified-type-def type-id='type-id-1612' const='yes' id='type-id-1715'/>
+ <qualified-type-def type-id='type-id-1630' const='yes' id='type-id-1716'/>
<namespace-decl name='std'>
- <enum-decl name='_Manager_operation' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1679' column='1' id='type-id-1719'>
+ <enum-decl name='_Manager_operation' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1679' column='1' id='type-id-1718'>
<underlying-type type-id='type-id-6'/>
<enumerator name='__get_type_info' value='0'/>
<enumerator name='__get_functor_ptr' value='1'/>
<enumerator name='__destroy_functor' value='3'/>
</enum-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-1597' size-in-bits='64' id='type-id-1718'/>
- <reference-type-def kind='lvalue' type-id='type-id-1679' size-in-bits='64' id='type-id-1722'/>
- <pointer-type-def type-id='type-id-1679' size-in-bits='64' id='type-id-1721'/>
- <reference-type-def kind='lvalue' type-id='type-id-1660' size-in-bits='64' id='type-id-1726'/>
- <pointer-type-def type-id='type-id-1660' size-in-bits='64' id='type-id-1731'/>
- <reference-type-def kind='lvalue' type-id='type-id-1725' size-in-bits='64' id='type-id-1729'/>
- <reference-type-def kind='lvalue' type-id='type-id-1678' size-in-bits='64' id='type-id-1734'/>
- <pointer-type-def type-id='type-id-1678' size-in-bits='64' id='type-id-1739'/>
- <reference-type-def kind='lvalue' type-id='type-id-1733' size-in-bits='64' id='type-id-1737'/>
- <reference-type-def kind='lvalue' type-id='type-id-1648' size-in-bits='64' id='type-id-1698'/>
- <pointer-type-def type-id='type-id-1648' size-in-bits='64' id='type-id-1696'/>
- <qualified-type-def type-id='type-id-1463' const='yes' id='type-id-1720'/>
- <reference-type-def kind='lvalue' type-id='type-id-1463' size-in-bits='64' id='type-id-1727'/>
- <reference-type-def kind='lvalue' type-id='type-id-1461' size-in-bits='64' id='type-id-1735'/>
- <reference-type-def kind='lvalue' type-id='type-id-1656' size-in-bits='64' id='type-id-1705'/>
- <pointer-type-def type-id='type-id-1656' size-in-bits='64' id='type-id-1703'/>
- <reference-type-def kind='lvalue' type-id='type-id-1655' size-in-bits='64' id='type-id-1702'/>
- <pointer-type-def type-id='type-id-1655' size-in-bits='64' id='type-id-1708'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1596' size-in-bits='64' id='type-id-1717'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1678' size-in-bits='64' id='type-id-1721'/>
+ <pointer-type-def type-id='type-id-1678' size-in-bits='64' id='type-id-1720'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1659' size-in-bits='64' id='type-id-1725'/>
+ <pointer-type-def type-id='type-id-1659' size-in-bits='64' id='type-id-1730'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1724' size-in-bits='64' id='type-id-1728'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1677' size-in-bits='64' id='type-id-1733'/>
+ <pointer-type-def type-id='type-id-1677' size-in-bits='64' id='type-id-1738'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1732' size-in-bits='64' id='type-id-1736'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1647' size-in-bits='64' id='type-id-1697'/>
+ <pointer-type-def type-id='type-id-1647' size-in-bits='64' id='type-id-1695'/>
+ <qualified-type-def type-id='type-id-1462' const='yes' id='type-id-1719'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1462' size-in-bits='64' id='type-id-1726'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1460' size-in-bits='64' id='type-id-1734'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1655' size-in-bits='64' id='type-id-1704'/>
+ <pointer-type-def type-id='type-id-1655' size-in-bits='64' id='type-id-1702'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1654' size-in-bits='64' id='type-id-1701'/>
+ <pointer-type-def type-id='type-id-1654' size-in-bits='64' id='type-id-1707'/>
<namespace-decl name='std'>
- <class-decl name='_Head_base<0ul, std::__future_base::_Result_base*, false>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='122' column='1' id='type-id-1724'>
+ <class-decl name='_Head_base<0ul, std::__future_base::_Result_base*, false>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='122' column='1' id='type-id-1723'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_head_impl' type-id='type-id-1463' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='166' column='1'/>
+ <var-decl name='_M_head_impl' type-id='type-id-1462' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='166' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='127' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
- <parameter type-id='type-id-1662'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
+ <parameter type-id='type-id-1661'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1753' is-artificial='yes'/>
- <parameter type-id='type-id-1415'/>
+ <parameter type-id='type-id-1752' is-artificial='yes'/>
+ <parameter type-id='type-id-1414'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm0EPNSt13__future_base12_Result_baseELb0EE7_M_headERS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='161' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1754'/>
- <return type-id='type-id-1727'/>
+ <parameter type-id='type-id-1753'/>
+ <return type-id='type-id-1726'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm0EPNSt13__future_base12_Result_baseELb0EE7_M_headERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1755'/>
- <return type-id='type-id-1662'/>
+ <parameter type-id='type-id-1754'/>
+ <return type-id='type-id-1661'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='_Head_base<1ul, std::__future_base::_Result_base::_Deleter, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='76' column='1' id='type-id-1732'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1461'/>
+ <class-decl name='_Head_base<1ul, std::__future_base::_Result_base::_Deleter, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='76' column='1' id='type-id-1731'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1460'/>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1756' is-artificial='yes'/>
+ <parameter type-id='type-id-1755' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='82' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1756' is-artificial='yes'/>
- <parameter type-id='type-id-1607'/>
+ <parameter type-id='type-id-1755' is-artificial='yes'/>
+ <parameter type-id='type-id-1606'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Head_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='91' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1756' is-artificial='yes'/>
- <parameter type-id='type-id-1415'/>
+ <parameter type-id='type-id-1755' is-artificial='yes'/>
+ <parameter type-id='type-id-1414'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm1ENSt13__future_base12_Result_base8_DeleterELb1EE7_M_headERS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1757'/>
- <return type-id='type-id-1735'/>
+ <parameter type-id='type-id-1756'/>
+ <return type-id='type-id-1734'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_M_head' mangled-name='_ZNSt10_Head_baseILm1ENSt13__future_base12_Result_base8_DeleterELb1EE7_M_headERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1758'/>
- <return type-id='type-id-1607'/>
+ <parameter type-id='type-id-1757'/>
+ <return type-id='type-id-1606'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' id='type-id-1740'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' id='type-id-1739'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='__pfn' type-id='type-id-1759' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1657' column='1'/>
+ <var-decl name='__pfn' type-id='type-id-1758' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1657' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='__delta' type-id='type-id-55' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1657' column='1'/>
</data-member>
</class-decl>
<namespace-decl name='std'>
- <class-decl name='__add_lvalue_reference_helper<std::__future_base::_State_base, true, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1345' column='1' id='type-id-1760'>
+ <class-decl name='__add_lvalue_reference_helper<std::__future_base::_State_base, true, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1345' column='1' id='type-id-1759'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1453' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1346' column='1' id='type-id-1707'/>
- </member-type>
- </class-decl>
- </namespace-decl>
- <qualified-type-def type-id='type-id-1679' const='yes' id='type-id-1744'/>
- <reference-type-def kind='lvalue' type-id='type-id-1761' size-in-bits='64' id='type-id-1755'/>
- <reference-type-def kind='lvalue' type-id='type-id-1762' size-in-bits='64' id='type-id-1758'/>
- <qualified-type-def type-id='type-id-1660' const='yes' id='type-id-1745'/>
- <qualified-type-def type-id='type-id-1725' const='yes' id='type-id-1746'/>
- <qualified-type-def type-id='type-id-1678' const='yes' id='type-id-1747'/>
- <qualified-type-def type-id='type-id-1733' const='yes' id='type-id-1748'/>
- <qualified-type-def type-id='type-id-1648' const='yes' id='type-id-1749'/>
- <qualified-type-def type-id='type-id-1650' const='yes' id='type-id-1750'/>
- <qualified-type-def type-id='type-id-1656' const='yes' id='type-id-1751'/>
- <qualified-type-def type-id='type-id-1655' const='yes' id='type-id-1752'/>
- <reference-type-def kind='lvalue' type-id='type-id-1724' size-in-bits='64' id='type-id-1754'/>
- <pointer-type-def type-id='type-id-1724' size-in-bits='64' id='type-id-1753'/>
- <reference-type-def kind='lvalue' type-id='type-id-1732' size-in-bits='64' id='type-id-1757'/>
- <pointer-type-def type-id='type-id-1732' size-in-bits='64' id='type-id-1756'/>
- <pointer-type-def type-id='type-id-1763' size-in-bits='64' id='type-id-1759'/>
- <qualified-type-def type-id='type-id-1724' const='yes' id='type-id-1761'/>
- <qualified-type-def type-id='type-id-1732' const='yes' id='type-id-1762'/>
- <function-type size-in-bits='64' method-class-id='type-id-1764' id='type-id-1763'>
- <parameter type-id='type-id-1765' is-artificial='yes'/>
+ <typedef-decl name='type' type-id='type-id-1452' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1346' column='1' id='type-id-1706'/>
+ </member-type>
+ </class-decl>
+ </namespace-decl>
+ <qualified-type-def type-id='type-id-1678' const='yes' id='type-id-1743'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1760' size-in-bits='64' id='type-id-1754'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1761' size-in-bits='64' id='type-id-1757'/>
+ <qualified-type-def type-id='type-id-1659' const='yes' id='type-id-1744'/>
+ <qualified-type-def type-id='type-id-1724' const='yes' id='type-id-1745'/>
+ <qualified-type-def type-id='type-id-1677' const='yes' id='type-id-1746'/>
+ <qualified-type-def type-id='type-id-1732' const='yes' id='type-id-1747'/>
+ <qualified-type-def type-id='type-id-1647' const='yes' id='type-id-1748'/>
+ <qualified-type-def type-id='type-id-1649' const='yes' id='type-id-1749'/>
+ <qualified-type-def type-id='type-id-1655' const='yes' id='type-id-1750'/>
+ <qualified-type-def type-id='type-id-1654' const='yes' id='type-id-1751'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1723' size-in-bits='64' id='type-id-1753'/>
+ <pointer-type-def type-id='type-id-1723' size-in-bits='64' id='type-id-1752'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1731' size-in-bits='64' id='type-id-1756'/>
+ <pointer-type-def type-id='type-id-1731' size-in-bits='64' id='type-id-1755'/>
+ <pointer-type-def type-id='type-id-1762' size-in-bits='64' id='type-id-1758'/>
+ <qualified-type-def type-id='type-id-1723' const='yes' id='type-id-1760'/>
+ <qualified-type-def type-id='type-id-1731' const='yes' id='type-id-1761'/>
+ <function-type size-in-bits='64' method-class-id='type-id-1763' id='type-id-1762'>
+ <parameter type-id='type-id-1764' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-type>
- <pointer-type-def type-id='type-id-1764' size-in-bits='64' id='type-id-1765'/>
+ <pointer-type-def type-id='type-id-1763' size-in-bits='64' id='type-id-1764'/>
<namespace-decl name='std'>
- <class-decl name='_Undefined_class' visibility='default' is-declaration-only='yes' id='type-id-1764'/>
+ <class-decl name='_Undefined_class' visibility='default' is-declaration-only='yes' id='type-id-1763'/>
</namespace-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/array_type_info.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
- <class-decl name='__array_type_info' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='219' column='1' id='type-id-1766'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1353'/>
+ <class-decl name='__array_type_info' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='219' column='1' id='type-id-1765'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1352'/>
<member-function access='private' constructor='yes'>
<function-decl name='__array_type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__array_type_info' filepath='../../.././libstdc++-v3/libsupc++/array_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__array_type_info' mangled-name='_ZN10__cxxabiv117__array_type_infoD0Ev' filepath='../../.././libstdc++-v3/libsupc++/array_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv117__array_type_infoD0Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__array_type_info' mangled-name='_ZN10__cxxabiv117__array_type_infoD2Ev' filepath='../../.././libstdc++-v3/libsupc++/array_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv117__array_type_infoD1Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1767' is-artificial='yes'/>
+ <parameter type-id='type-id-1766' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1766' size-in-bits='64' id='type-id-1767'/>
+ <pointer-type-def type-id='type-id-1765' size-in-bits='64' id='type-id-1766'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/atexit_arm.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/bad_alloc.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='bad_alloc' size-in-bits='64' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/new' line='56' column='1' id='type-id-1768'>
+ <class-decl name='bad_alloc' size-in-bits='64' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/new' line='56' column='1' id='type-id-1767'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-86'/>
<member-function access='private' constructor='yes'>
<function-decl name='bad_alloc' filepath='../../.././libstdc++-v3/libsupc++/new' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1769' is-artificial='yes'/>
+ <parameter type-id='type-id-1768' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_alloc' filepath='../../.././libstdc++-v3/libsupc++/bad_alloc.cc' line='28' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1769' is-artificial='yes'/>
+ <parameter type-id='type-id-1768' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_alloc' mangled-name='_ZNSt9bad_allocD0Ev' filepath='../../.././libstdc++-v3/libsupc++/bad_alloc.cc' line='28' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9bad_allocD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1769' is-artificial='yes'/>
+ <parameter type-id='type-id-1768' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_alloc' mangled-name='_ZNSt9bad_allocD2Ev' filepath='../../.././libstdc++-v3/libsupc++/bad_alloc.cc' line='28' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9bad_allocD2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1769' is-artificial='yes'/>
+ <parameter type-id='type-id-1768' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='what' mangled-name='_ZNKSt9bad_alloc4whatEv' filepath='../../.././libstdc++-v3/libsupc++/bad_alloc.cc' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9bad_alloc4whatEv@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-1770' is-artificial='yes'/>
+ <parameter type-id='type-id-1769' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1768' size-in-bits='64' id='type-id-1769'/>
- <qualified-type-def type-id='type-id-1768' const='yes' id='type-id-1771'/>
- <pointer-type-def type-id='type-id-1771' size-in-bits='64' id='type-id-1770'/>
+ <pointer-type-def type-id='type-id-1767' size-in-bits='64' id='type-id-1768'/>
+ <qualified-type-def type-id='type-id-1767' const='yes' id='type-id-1770'/>
+ <pointer-type-def type-id='type-id-1770' size-in-bits='64' id='type-id-1769'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/bad_cast.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='bad_cast' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/typeinfo' line='189' column='1' id='type-id-1772'>
+ <class-decl name='bad_cast' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/typeinfo' line='189' column='1' id='type-id-1771'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-86'/>
<member-function access='private' constructor='yes'>
<function-decl name='bad_cast' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/typeinfo' line='192' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1773' is-artificial='yes'/>
+ <parameter type-id='type-id-1772' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_cast' filepath='../../.././libstdc++-v3/libsupc++/bad_cast.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1773' is-artificial='yes'/>
+ <parameter type-id='type-id-1772' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_cast' mangled-name='_ZNSt8bad_castD0Ev' filepath='../../.././libstdc++-v3/libsupc++/bad_cast.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8bad_castD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1773' is-artificial='yes'/>
+ <parameter type-id='type-id-1772' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_cast' mangled-name='_ZNSt8bad_castD2Ev' filepath='../../.././libstdc++-v3/libsupc++/bad_cast.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8bad_castD2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1773' is-artificial='yes'/>
+ <parameter type-id='type-id-1772' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='what' mangled-name='_ZNKSt8bad_cast4whatEv' filepath='../../.././libstdc++-v3/libsupc++/bad_cast.cc' line='32' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8bad_cast4whatEv@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-1774' is-artificial='yes'/>
+ <parameter type-id='type-id-1773' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1772' size-in-bits='64' id='type-id-1773'/>
- <qualified-type-def type-id='type-id-1772' const='yes' id='type-id-1775'/>
- <pointer-type-def type-id='type-id-1775' size-in-bits='64' id='type-id-1774'/>
+ <pointer-type-def type-id='type-id-1771' size-in-bits='64' id='type-id-1772'/>
+ <qualified-type-def type-id='type-id-1771' const='yes' id='type-id-1774'/>
+ <pointer-type-def type-id='type-id-1774' size-in-bits='64' id='type-id-1773'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/bad_typeid.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='bad_typeid' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/typeinfo' line='206' column='1' id='type-id-1776'>
+ <class-decl name='bad_typeid' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/typeinfo' line='206' column='1' id='type-id-1775'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-86'/>
<member-function access='private' constructor='yes'>
<function-decl name='bad_typeid' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/typeinfo' line='209' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1777' is-artificial='yes'/>
+ <parameter type-id='type-id-1776' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_typeid' filepath='../../.././libstdc++-v3/libsupc++/bad_typeid.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1777' is-artificial='yes'/>
+ <parameter type-id='type-id-1776' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_typeid' mangled-name='_ZNSt10bad_typeidD0Ev' filepath='../../.././libstdc++-v3/libsupc++/bad_typeid.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10bad_typeidD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1777' is-artificial='yes'/>
+ <parameter type-id='type-id-1776' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_typeid' mangled-name='_ZNSt10bad_typeidD2Ev' filepath='../../.././libstdc++-v3/libsupc++/bad_typeid.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10bad_typeidD2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1777' is-artificial='yes'/>
+ <parameter type-id='type-id-1776' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='what' mangled-name='_ZNKSt10bad_typeid4whatEv' filepath='../../.././libstdc++-v3/libsupc++/bad_typeid.cc' line='32' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10bad_typeid4whatEv@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-1778' is-artificial='yes'/>
+ <parameter type-id='type-id-1777' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1776' size-in-bits='64' id='type-id-1777'/>
- <qualified-type-def type-id='type-id-1776' const='yes' id='type-id-1779'/>
- <pointer-type-def type-id='type-id-1779' size-in-bits='64' id='type-id-1778'/>
+ <pointer-type-def type-id='type-id-1775' size-in-bits='64' id='type-id-1776'/>
+ <qualified-type-def type-id='type-id-1775' const='yes' id='type-id-1778'/>
+ <pointer-type-def type-id='type-id-1778' size-in-bits='64' id='type-id-1777'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/class_type_info.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/del_opnt.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='nothrow_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/new' line='69' column='1' id='type-id-1780'/>
+ <class-decl name='nothrow_t' size-in-bits='8' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/new' line='69' column='1' id='type-id-1779'/>
</namespace-decl>
- <qualified-type-def type-id='type-id-1780' const='yes' id='type-id-1781'/>
- <reference-type-def kind='lvalue' type-id='type-id-1781' size-in-bits='64' id='type-id-1782'/>
- <qualified-type-def type-id='type-id-1782' id='type-id-1783'/>
+ <qualified-type-def type-id='type-id-1779' const='yes' id='type-id-1780'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1780' size-in-bits='64' id='type-id-1781'/>
+ <qualified-type-def type-id='type-id-1781' id='type-id-1782'/>
<function-decl name='operator delete' mangled-name='_ZdlPvRKSt9nothrow_t' filepath='../../.././libstdc++-v3/libsupc++/del_opnt.cc' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZdlPvRKSt9nothrow_t@@GLIBCXX_3.4'>
<parameter type-id='type-id-33' name='ptr' filepath='../../.././libstdc++-v3/libsupc++/del_opnt.cc' line='33' column='1'/>
- <parameter type-id='type-id-1783'/>
+ <parameter type-id='type-id-1782'/>
<return type-id='type-id-4'/>
</function-decl>
</abi-instr>
<function-decl name='operator delete []' mangled-name='_ZdaPvRKSt9nothrow_t' filepath='../../.././libstdc++-v3/libsupc++/del_opvnt.cc' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZdaPvRKSt9nothrow_t@@GLIBCXX_3.4'>
<parameter type-id='type-id-33' name='ptr' filepath='../../.././libstdc++-v3/libsupc++/del_opnt.cc' line='33' column='1'/>
- <parameter type-id='type-id-1783'/>
+ <parameter type-id='type-id-1782'/>
<return type-id='type-id-4'/>
</function-decl>
</abi-instr>
<function-decl name='__dynamic_cast' mangled-name='__dynamic_cast' filepath='../../.././libstdc++-v3/libsupc++/dyncast.cc' line='46' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__dynamic_cast@@CXXABI_1.3'>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1357'/>
- <parameter type-id='type-id-1357'/>
- <parameter type-id='type-id-1646'/>
+ <parameter type-id='type-id-1356'/>
+ <parameter type-id='type-id-1356'/>
+ <parameter type-id='type-id-1645'/>
<return type-id='type-id-33'/>
</function-decl>
</namespace-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/eh_alloc.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <typedef-decl name='unexpected_handler' type-id='type-id-1220' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/exception' line='92' column='1' id='type-id-1784'/>
- <typedef-decl name='terminate_handler' type-id='type-id-1220' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/exception' line='89' column='1' id='type-id-1785'/>
+ <typedef-decl name='unexpected_handler' type-id='type-id-1219' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/exception' line='92' column='1' id='type-id-1783'/>
+ <typedef-decl name='terminate_handler' type-id='type-id-1219' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/exception' line='89' column='1' id='type-id-1784'/>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
<function-decl name='__throw_concurrence_lock_error' mangled-name='_ZN9__gnu_cxx30__throw_concurrence_lock_errorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64'>
<function-decl name='__throw_concurrence_unlock_error' mangled-name='_ZN9__gnu_cxx32__throw_concurrence_unlock_errorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-4'/>
</function-decl>
- <class-decl name='__concurrence_lock_error' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='68' column='1' id='type-id-1786'>
+ <class-decl name='__concurrence_lock_error' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='68' column='1' id='type-id-1785'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-86'/>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='what' mangled-name='_ZNK9__gnu_cxx24__concurrence_lock_error4whatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1787' is-artificial='yes'/>
+ <parameter type-id='type-id-1786' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__concurrence_unlock_error' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='76' column='1' id='type-id-1788'>
+ <class-decl name='__concurrence_unlock_error' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='76' column='1' id='type-id-1787'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-86'/>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='what' mangled-name='_ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='80' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1789' is-artificial='yes'/>
+ <parameter type-id='type-id-1788' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__mutex' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='143' column='1' id='type-id-1790'>
+ <class-decl name='__mutex' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='143' column='1' id='type-id-1789'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_mutex' type-id='type-id-778' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='147' column='1'/>
+ <var-decl name='_M_mutex' type-id='type-id-777' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='147' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='__mutex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1791' is-artificial='yes'/>
- <parameter type-id='type-id-1792'/>
+ <parameter type-id='type-id-1790' is-artificial='yes'/>
+ <parameter type-id='type-id-1791'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZN9__gnu_cxx7__mutexaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1791' is-artificial='yes'/>
- <parameter type-id='type-id-1792'/>
- <return type-id='type-id-1793'/>
+ <parameter type-id='type-id-1790' is-artificial='yes'/>
+ <parameter type-id='type-id-1791'/>
+ <return type-id='type-id-1792'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='__mutex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='156' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1791' is-artificial='yes'/>
+ <parameter type-id='type-id-1790' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='lock' mangled-name='_ZN9__gnu_cxx7__mutex4lockEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='172' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1791' is-artificial='yes'/>
+ <parameter type-id='type-id-1790' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='unlock' mangled-name='_ZN9__gnu_cxx7__mutex6unlockEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='183' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1791' is-artificial='yes'/>
+ <parameter type-id='type-id-1790' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='gthread_mutex' mangled-name='_ZN9__gnu_cxx7__mutex13gthread_mutexEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='194' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1791' is-artificial='yes'/>
- <return type-id='type-id-1794'/>
+ <parameter type-id='type-id-1790' is-artificial='yes'/>
+ <return type-id='type-id-1793'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__scoped_lock' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='293' column='1' id='type-id-1795'>
+ <class-decl name='__scoped_lock' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='293' column='1' id='type-id-1794'>
<member-type access='private'>
- <typedef-decl name='__mutex_type' type-id='type-id-1790' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='296' column='1' id='type-id-1796'/>
+ <typedef-decl name='__mutex_type' type-id='type-id-1789' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='296' column='1' id='type-id-1795'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_device' type-id='type-id-1797' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='299' column='1'/>
+ <var-decl name='_M_device' type-id='type-id-1796' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='299' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='__scoped_lock' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='301' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1798' is-artificial='yes'/>
- <parameter type-id='type-id-1799'/>
+ <parameter type-id='type-id-1797' is-artificial='yes'/>
+ <parameter type-id='type-id-1798'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZN9__gnu_cxx13__scoped_lockaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='302' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1798' is-artificial='yes'/>
- <parameter type-id='type-id-1799'/>
- <return type-id='type-id-1800'/>
+ <parameter type-id='type-id-1797' is-artificial='yes'/>
+ <parameter type-id='type-id-1798'/>
+ <return type-id='type-id-1799'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='__scoped_lock' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='305' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1798' is-artificial='yes'/>
- <parameter type-id='type-id-1801'/>
+ <parameter type-id='type-id-1797' is-artificial='yes'/>
+ <parameter type-id='type-id-1800'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__scoped_lock' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='308' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1798' is-artificial='yes'/>
+ <parameter type-id='type-id-1797' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__scoped_lock' mangled-name='_ZN9__gnu_cxx13__scoped_lockD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='308' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1798' is-artificial='yes'/>
+ <parameter type-id='type-id-1797' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__scoped_lock' mangled-name='_ZN9__gnu_cxx13__scoped_lockD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='308' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1798' is-artificial='yes'/>
+ <parameter type-id='type-id-1797' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__scoped_lock' mangled-name='_ZN9__gnu_cxx13__scoped_lockD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='308' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1798' is-artificial='yes'/>
+ <parameter type-id='type-id-1797' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__scoped_lock' mangled-name='_ZN9__gnu_cxx13__scoped_lockD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/concurrence.h' line='308' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1798' is-artificial='yes'/>
+ <parameter type-id='type-id-1797' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
<parameter type-id='type-id-33'/>
<return type-id='type-id-4'/>
</function-decl>
- <class-decl name='__cxa_dependent_exception' size-in-bits='896' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='100' column='1' id='type-id-1802'>
+ <class-decl name='__cxa_dependent_exception' size-in-bits='896' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='100' column='1' id='type-id-1801'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='primaryException' type-id='type-id-33' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='103' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='unexpectedHandler' type-id='type-id-1784' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='107' column='1'/>
+ <var-decl name='unexpectedHandler' type-id='type-id-1783' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='107' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='terminateHandler' type-id='type-id-1785' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='108' column='1'/>
+ <var-decl name='terminateHandler' type-id='type-id-1784' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='108' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='nextException' type-id='type-id-1803' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='111' column='1'/>
+ <var-decl name='nextException' type-id='type-id-1802' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='111' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<var-decl name='handlerCount' type-id='type-id-36' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='115' column='1'/>
<var-decl name='handlerSwitchValue' type-id='type-id-36' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='126' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='actionRecord' type-id='type-id-1804' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='127' column='1'/>
+ <var-decl name='actionRecord' type-id='type-id-1803' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='127' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='languageSpecificData' type-id='type-id-1804' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='128' column='1'/>
+ <var-decl name='languageSpecificData' type-id='type-id-1803' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='128' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='catchTemp' type-id='type-id-1805' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='129' column='1'/>
+ <var-decl name='catchTemp' type-id='type-id-1804' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='129' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<var-decl name='adjustedPtr' type-id='type-id-33' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='130' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='unwindHeader' type-id='type-id-1806' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='134' column='1'/>
+ <var-decl name='unwindHeader' type-id='type-id-1805' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='134' column='1'/>
</data-member>
</class-decl>
- <class-decl name='__cxa_exception' size-in-bits='896' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='50' column='1' id='type-id-1807'>
+ <class-decl name='__cxa_exception' size-in-bits='896' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='50' column='1' id='type-id-1806'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='exceptionType' type-id='type-id-1355' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='53' column='1'/>
+ <var-decl name='exceptionType' type-id='type-id-1354' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='53' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='exceptionDestructor' type-id='type-id-1808' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='54' column='1'/>
+ <var-decl name='exceptionDestructor' type-id='type-id-1807' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='54' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='unexpectedHandler' type-id='type-id-1784' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='58' column='1'/>
+ <var-decl name='unexpectedHandler' type-id='type-id-1783' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='terminateHandler' type-id='type-id-1785' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='59' column='1'/>
+ <var-decl name='terminateHandler' type-id='type-id-1784' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='59' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='nextException' type-id='type-id-1803' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='62' column='1'/>
+ <var-decl name='nextException' type-id='type-id-1802' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='62' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<var-decl name='handlerCount' type-id='type-id-36' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='66' column='1'/>
<var-decl name='handlerSwitchValue' type-id='type-id-36' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='77' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='actionRecord' type-id='type-id-1804' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='78' column='1'/>
+ <var-decl name='actionRecord' type-id='type-id-1803' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='78' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='languageSpecificData' type-id='type-id-1804' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='79' column='1'/>
+ <var-decl name='languageSpecificData' type-id='type-id-1803' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='79' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='catchTemp' type-id='type-id-1805' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='80' column='1'/>
+ <var-decl name='catchTemp' type-id='type-id-1804' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='80' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<var-decl name='adjustedPtr' type-id='type-id-33' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='81' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='unwindHeader' type-id='type-id-1806' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='85' column='1'/>
+ <var-decl name='unwindHeader' type-id='type-id-1805' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='85' column='1'/>
</data-member>
</class-decl>
<function-decl name='__cxa_allocate_dependent_exception' mangled-name='__cxa_allocate_dependent_exception' filepath='../../.././libstdc++-v3/libsupc++/eh_alloc.cc' line='155' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_allocate_dependent_exception@@CXXABI_1.3.6'>
- <return type-id='type-id-1809'/>
+ <return type-id='type-id-1808'/>
</function-decl>
<function-decl name='__cxa_free_dependent_exception' mangled-name='__cxa_free_dependent_exception' filepath='../../.././libstdc++-v3/libsupc++/eh_alloc.cc' line='192' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_free_dependent_exception@@CXXABI_1.3.6'>
- <parameter type-id='type-id-1809'/>
+ <parameter type-id='type-id-1808'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1810' size-in-bits='64' id='type-id-1808'/>
- <pointer-type-def type-id='type-id-1807' size-in-bits='64' id='type-id-1803'/>
- <qualified-type-def type-id='type-id-1549' const='yes' id='type-id-1811'/>
- <pointer-type-def type-id='type-id-1811' size-in-bits='64' id='type-id-1804'/>
- <typedef-decl name='_Unwind_Ptr' type-id='type-id-69' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='48' column='1' id='type-id-1805'/>
- <class-decl name='_Unwind_Exception' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='85' column='1' id='type-id-1806'>
+ <pointer-type-def type-id='type-id-1809' size-in-bits='64' id='type-id-1807'/>
+ <pointer-type-def type-id='type-id-1806' size-in-bits='64' id='type-id-1802'/>
+ <qualified-type-def type-id='type-id-1548' const='yes' id='type-id-1810'/>
+ <pointer-type-def type-id='type-id-1810' size-in-bits='64' id='type-id-1803'/>
+ <typedef-decl name='_Unwind_Ptr' type-id='type-id-69' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='48' column='1' id='type-id-1804'/>
+ <class-decl name='_Unwind_Exception' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='85' column='1' id='type-id-1805'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='exception_class' type-id='type-id-1812' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='87' column='1'/>
+ <var-decl name='exception_class' type-id='type-id-1811' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='87' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='exception_cleanup' type-id='type-id-1813' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='88' column='1'/>
+ <var-decl name='exception_cleanup' type-id='type-id-1812' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='88' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='private_1' type-id='type-id-1814' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='89' column='1'/>
+ <var-decl name='private_1' type-id='type-id-1813' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='89' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='private_2' type-id='type-id-1814' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='90' column='1'/>
+ <var-decl name='private_2' type-id='type-id-1813' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='90' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='_Unwind_Exception_Class' type-id='type-id-69' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='56' column='1' id='type-id-1812'/>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' linkage-name='19_Unwind_Reason_Code' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='61' column='1' id='type-id-1815'>
+ <typedef-decl name='_Unwind_Exception_Class' type-id='type-id-69' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='56' column='1' id='type-id-1811'/>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' linkage-name='19_Unwind_Reason_Code' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='61' column='1' id='type-id-1814'>
<underlying-type type-id='type-id-6'/>
<enumerator name='_URC_NO_REASON' value='0'/>
<enumerator name='_URC_FOREIGN_EXCEPTION_CAUGHT' value='1'/>
<enumerator name='_URC_INSTALL_CONTEXT' value='7'/>
<enumerator name='_URC_CONTINUE_UNWIND' value='8'/>
</enum-decl>
- <typedef-decl name='_Unwind_Reason_Code' type-id='type-id-1815' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='71' column='1' id='type-id-1816'/>
- <pointer-type-def type-id='type-id-1806' size-in-bits='64' id='type-id-1817'/>
- <pointer-type-def type-id='type-id-1818' size-in-bits='64' id='type-id-1819'/>
- <typedef-decl name='_Unwind_Exception_Cleanup_Fn' type-id='type-id-1819' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='82' column='1' id='type-id-1813'/>
- <typedef-decl name='_Unwind_Word' type-id='type-id-69' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='43' column='1' id='type-id-1814'/>
- <pointer-type-def type-id='type-id-1802' size-in-bits='64' id='type-id-1809'/>
-
- <qualified-type-def type-id='type-id-1786' const='yes' id='type-id-1820'/>
- <pointer-type-def type-id='type-id-1820' size-in-bits='64' id='type-id-1787'/>
- <qualified-type-def type-id='type-id-1788' const='yes' id='type-id-1821'/>
- <pointer-type-def type-id='type-id-1821' size-in-bits='64' id='type-id-1789'/>
- <pointer-type-def type-id='type-id-1790' size-in-bits='64' id='type-id-1791'/>
- <qualified-type-def type-id='type-id-1790' const='yes' id='type-id-1822'/>
- <reference-type-def kind='lvalue' type-id='type-id-1822' size-in-bits='64' id='type-id-1792'/>
- <reference-type-def kind='lvalue' type-id='type-id-1790' size-in-bits='64' id='type-id-1793'/>
- <pointer-type-def type-id='type-id-778' size-in-bits='64' id='type-id-1794'/>
- <reference-type-def kind='lvalue' type-id='type-id-1796' size-in-bits='64' id='type-id-1801'/>
- <qualified-type-def type-id='type-id-1801' id='type-id-1797'/>
- <pointer-type-def type-id='type-id-1795' size-in-bits='64' id='type-id-1798'/>
- <qualified-type-def type-id='type-id-1795' const='yes' id='type-id-1823'/>
- <reference-type-def kind='lvalue' type-id='type-id-1823' size-in-bits='64' id='type-id-1799'/>
+ <typedef-decl name='_Unwind_Reason_Code' type-id='type-id-1814' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='71' column='1' id='type-id-1815'/>
+ <pointer-type-def type-id='type-id-1805' size-in-bits='64' id='type-id-1816'/>
+ <pointer-type-def type-id='type-id-1817' size-in-bits='64' id='type-id-1818'/>
+ <typedef-decl name='_Unwind_Exception_Cleanup_Fn' type-id='type-id-1818' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='82' column='1' id='type-id-1812'/>
+ <typedef-decl name='_Unwind_Word' type-id='type-id-69' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='43' column='1' id='type-id-1813'/>
+ <pointer-type-def type-id='type-id-1801' size-in-bits='64' id='type-id-1808'/>
+
+ <qualified-type-def type-id='type-id-1785' const='yes' id='type-id-1819'/>
+ <pointer-type-def type-id='type-id-1819' size-in-bits='64' id='type-id-1786'/>
+ <qualified-type-def type-id='type-id-1787' const='yes' id='type-id-1820'/>
+ <pointer-type-def type-id='type-id-1820' size-in-bits='64' id='type-id-1788'/>
+ <pointer-type-def type-id='type-id-1789' size-in-bits='64' id='type-id-1790'/>
+ <qualified-type-def type-id='type-id-1789' const='yes' id='type-id-1821'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1821' size-in-bits='64' id='type-id-1791'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1789' size-in-bits='64' id='type-id-1792'/>
+ <pointer-type-def type-id='type-id-777' size-in-bits='64' id='type-id-1793'/>
<reference-type-def kind='lvalue' type-id='type-id-1795' size-in-bits='64' id='type-id-1800'/>
+ <qualified-type-def type-id='type-id-1800' id='type-id-1796'/>
+ <pointer-type-def type-id='type-id-1794' size-in-bits='64' id='type-id-1797'/>
+ <qualified-type-def type-id='type-id-1794' const='yes' id='type-id-1822'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1822' size-in-bits='64' id='type-id-1798'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1794' size-in-bits='64' id='type-id-1799'/>
<function-decl name='malloc' filepath='/usr/include/stdlib.h' line='471' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-512'/>
<return type-id='type-id-33'/>
</function-decl>
- <function-type size-in-bits='64' id='type-id-1818'>
+ <function-type size-in-bits='64' id='type-id-1817'>
+ <parameter type-id='type-id-1815'/>
<parameter type-id='type-id-1816'/>
- <parameter type-id='type-id-1817'/>
<return type-id='type-id-4'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-1810'>
+ <function-type size-in-bits='64' id='type-id-1809'>
<parameter type-id='type-id-33'/>
<return type-id='type-id-4'/>
</function-type>
<namespace-decl name='__cxxabiv1'>
<function-decl name='__terminate' mangled-name='_ZN10__cxxabiv111__terminateEPFvvE' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='175' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1785'/>
+ <parameter type-id='type-id-1784'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__cxa_begin_catch' mangled-name='__cxa_begin_catch' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='611' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_begin_catch@@CXXABI_1.3'>
<function-decl name='__cxa_end_catch' mangled-name='__cxa_end_catch' filepath='../../.././libstdc++-v3/libsupc++/eh_catch.cc' line='91' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_end_catch@@CXXABI_1.3'>
<return type-id='type-id-4'/>
</function-decl>
- <class-decl name='__cxa_eh_globals' size-in-bits='128' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='138' column='1' id='type-id-1824'>
+ <class-decl name='__cxa_eh_globals' size-in-bits='128' is-struct='yes' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='138' column='1' id='type-id-1823'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='caughtExceptions' type-id='type-id-1803' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='140' column='1'/>
+ <var-decl name='caughtExceptions' type-id='type-id-1802' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='140' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='uncaughtExceptions' type-id='type-id-502' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='141' column='1'/>
</data-member>
</class-decl>
<function-decl name='__cxa_get_globals' mangled-name='__cxa_get_globals' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='588' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_get_globals@@CXXABI_1.3'>
- <return type-id='type-id-1825'/>
+ <return type-id='type-id-1824'/>
</function-decl>
<function-decl name='__cxa_get_globals_fast' mangled-name='__cxa_get_globals_fast' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='591' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_get_globals_fast@@CXXABI_1.3'>
- <return type-id='type-id-1825'/>
+ <return type-id='type-id-1824'/>
</function-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1824' size-in-bits='64' id='type-id-1825'/>
+ <pointer-type-def type-id='type-id-1823' size-in-bits='64' id='type-id-1824'/>
<function-decl name='_Unwind_DeleteException' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1817'/>
+ <parameter type-id='type-id-1816'/>
<return type-id='type-id-4'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/eh_exception.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
- <class-decl name='__forced_unwind' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/cxxabi_forced.h' line='48' column='1' id='type-id-1826'>
+ <class-decl name='__forced_unwind' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/cxxabi_forced.h' line='48' column='1' id='type-id-1825'>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__forced_unwind' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1827' is-artificial='yes'/>
+ <parameter type-id='type-id-1826' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__forced_unwind' mangled-name='_ZN10__cxxabiv115__forced_unwindD2Ev' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1827' is-artificial='yes'/>
+ <parameter type-id='type-id-1826' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__forced_unwind' mangled-name='_ZN10__cxxabiv115__forced_unwindD0Ev' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1827' is-artificial='yes'/>
+ <parameter type-id='type-id-1826' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' vtable-offset='2'>
<function-decl name='__pure_dummy' mangled-name='_ZN10__cxxabiv115__forced_unwind12__pure_dummyEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/cxxabi_forced.h' line='53' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1827' is-artificial='yes'/>
+ <parameter type-id='type-id-1826' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__foreign_exception' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='638' column='1' id='type-id-1828'>
+ <class-decl name='__foreign_exception' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='638' column='1' id='type-id-1827'>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__foreign_exception' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1829' is-artificial='yes'/>
+ <parameter type-id='type-id-1828' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__foreign_exception' mangled-name='_ZN10__cxxabiv119__foreign_exceptionD2Ev' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1829' is-artificial='yes'/>
+ <parameter type-id='type-id-1828' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__foreign_exception' mangled-name='_ZN10__cxxabiv119__foreign_exceptionD0Ev' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1829' is-artificial='yes'/>
+ <parameter type-id='type-id-1828' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' vtable-offset='2'>
<function-decl name='__pure_dummy' mangled-name='_ZN10__cxxabiv119__foreign_exception12__pure_dummyEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='641' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1829' is-artificial='yes'/>
+ <parameter type-id='type-id-1828' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='bad_exception' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/exception' line='75' column='1' id='type-id-1830'>
+ <class-decl name='bad_exception' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/exception' line='75' column='1' id='type-id-1829'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-86'/>
<member-function access='private' constructor='yes'>
<function-decl name='bad_exception' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/exception' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1831' is-artificial='yes'/>
+ <parameter type-id='type-id-1830' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_exception' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='33' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1831' is-artificial='yes'/>
+ <parameter type-id='type-id-1830' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_exception' mangled-name='_ZNSt13bad_exceptionD0Ev' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13bad_exceptionD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1831' is-artificial='yes'/>
+ <parameter type-id='type-id-1830' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_exception' mangled-name='_ZNSt13bad_exceptionD2Ev' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13bad_exceptionD2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1831' is-artificial='yes'/>
+ <parameter type-id='type-id-1830' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='what' mangled-name='_ZNKSt13bad_exception4whatEv' filepath='../../.././libstdc++-v3/libsupc++/eh_exception.cc' line='49' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt13bad_exception4whatEv@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-1832' is-artificial='yes'/>
+ <parameter type-id='type-id-1831' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1830' size-in-bits='64' id='type-id-1831'/>
- <qualified-type-def type-id='type-id-1830' const='yes' id='type-id-1833'/>
- <pointer-type-def type-id='type-id-1833' size-in-bits='64' id='type-id-1832'/>
- <pointer-type-def type-id='type-id-1826' size-in-bits='64' id='type-id-1827'/>
- <pointer-type-def type-id='type-id-1828' size-in-bits='64' id='type-id-1829'/>
+ <pointer-type-def type-id='type-id-1829' size-in-bits='64' id='type-id-1830'/>
+ <qualified-type-def type-id='type-id-1829' const='yes' id='type-id-1832'/>
+ <pointer-type-def type-id='type-id-1832' size-in-bits='64' id='type-id-1831'/>
+ <pointer-type-def type-id='type-id-1825' size-in-bits='64' id='type-id-1826'/>
+ <pointer-type-def type-id='type-id-1827' size-in-bits='64' id='type-id-1828'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/eh_globals.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
<function-decl name='__gxx_personality_v0' mangled-name='__gxx_personality_v0' filepath='../../.././libstdc++-v3/libsupc++/eh_personality.cc' line='345' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__gxx_personality_v0@@CXXABI_1.3'>
<parameter type-id='type-id-36'/>
+ <parameter type-id='type-id-1833'/>
+ <parameter type-id='type-id-1811'/>
+ <parameter type-id='type-id-1816'/>
<parameter type-id='type-id-1834'/>
- <parameter type-id='type-id-1812'/>
- <parameter type-id='type-id-1817'/>
- <parameter type-id='type-id-1835'/>
- <return type-id='type-id-1816'/>
+ <return type-id='type-id-1815'/>
</function-decl>
<function-decl name='__cxa_call_unexpected' mangled-name='__cxa_call_unexpected' filepath='../../.././libstdc++-v3/libsupc++/eh_personality.cc' line='719' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_call_unexpected@@CXXABI_1.3'>
<parameter type-id='type-id-33'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__cxa_call_terminate' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1817'/>
+ <parameter type-id='type-id-1816'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__unexpected' mangled-name='_ZN10__cxxabiv112__unexpectedEPFvvE' filepath='../../.././libstdc++-v3/libsupc++/unwind-cxx.h' line='177' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1784'/>
+ <parameter type-id='type-id-1783'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
- <typedef-decl name='_Unwind_Action' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='100' column='1' id='type-id-1834'/>
- <class-decl name='_Unwind_Context' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1836'/>
- <pointer-type-def type-id='type-id-1836' size-in-bits='64' id='type-id-1835'/>
+ <typedef-decl name='_Unwind_Action' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='100' column='1' id='type-id-1833'/>
+ <class-decl name='_Unwind_Context' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1835'/>
+ <pointer-type-def type-id='type-id-1835' size-in-bits='64' id='type-id-1834'/>
<function-decl name='abort' filepath='/usr/include/stdlib.h' line='514' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='_Unwind_GetRegionStart' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='172' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1835'/>
- <return type-id='type-id-1805'/>
+ <parameter type-id='type-id-1834'/>
+ <return type-id='type-id-1804'/>
</function-decl>
<function-decl name='_Unwind_GetTextRelBase' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='234' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1835'/>
- <return type-id='type-id-1805'/>
+ <parameter type-id='type-id-1834'/>
+ <return type-id='type-id-1804'/>
</function-decl>
<function-decl name='_Unwind_GetDataRelBase' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='233' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1835'/>
- <return type-id='type-id-1805'/>
+ <parameter type-id='type-id-1834'/>
+ <return type-id='type-id-1804'/>
</function-decl>
<function-decl name='_Unwind_SetGR' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='161' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1835'/>
+ <parameter type-id='type-id-1834'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-1814'/>
+ <parameter type-id='type-id-1813'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='_Unwind_SetIP' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1835'/>
- <parameter type-id='type-id-1805'/>
+ <parameter type-id='type-id-1834'/>
+ <parameter type-id='type-id-1804'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='_Unwind_GetLanguageSpecificData' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1835'/>
+ <parameter type-id='type-id-1834'/>
<return type-id='type-id-33'/>
</function-decl>
- <pointer-type-def type-id='type-id-36' size-in-bits='64' id='type-id-1837'/>
+ <pointer-type-def type-id='type-id-36' size-in-bits='64' id='type-id-1836'/>
<function-decl name='_Unwind_GetIPInfo' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1835'/>
- <parameter type-id='type-id-1837'/>
- <return type-id='type-id-1805'/>
+ <parameter type-id='type-id-1834'/>
+ <parameter type-id='type-id-1836'/>
+ <return type-id='type-id-1804'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/eh_ptr.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<namespace-decl name='__exception_ptr'>
<function-decl name='operator==' mangled-name='_ZNSt15__exception_ptreqERKNS_13exception_ptrES2_' filepath='../../.././libstdc++-v3/libsupc++/eh_ptr.cc' line='146' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15__exception_ptreqERKNS_13exception_ptrES2_@@CXXABI_1.3.3'>
- <parameter type-id='type-id-1558'/>
- <parameter type-id='type-id-1558'/>
+ <parameter type-id='type-id-1557'/>
+ <parameter type-id='type-id-1557'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator!=' mangled-name='_ZNSt15__exception_ptrneERKNS_13exception_ptrES2_' filepath='../../.././libstdc++-v3/libsupc++/eh_ptr.cc' line='152' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15__exception_ptrneERKNS_13exception_ptrES2_@@CXXABI_1.3.3'>
- <parameter type-id='type-id-1558'/>
- <parameter type-id='type-id-1558'/>
+ <parameter type-id='type-id-1557'/>
+ <parameter type-id='type-id-1557'/>
<return type-id='type-id-23'/>
</function-decl>
</namespace-decl>
<function-decl name='current_exception' mangled-name='_ZSt17current_exceptionv' filepath='../../.././libstdc++-v3/libsupc++/eh_ptr.cc' line='159' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt17current_exceptionv@@CXXABI_1.3.3'>
- <return type-id='type-id-1464'/>
+ <return type-id='type-id-1463'/>
</function-decl>
<function-decl name='rethrow_exception' mangled-name='_ZSt17rethrow_exceptionNSt15__exception_ptr13exception_ptrE' filepath='../../.././libstdc++-v3/libsupc++/eh_ptr.cc' line='205' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt17rethrow_exceptionNSt15__exception_ptr13exception_ptrE@@CXXABI_1.3.3'>
- <parameter type-id='type-id-1464'/>
+ <parameter type-id='type-id-1463'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
<function-decl name='_Unwind_RaiseException' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1817'/>
- <return type-id='type-id-1816'/>
+ <parameter type-id='type-id-1816'/>
+ <return type-id='type-id-1815'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/eh_term_handler.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
- <var-decl name='__terminate_handler' type-id='type-id-1785' mangled-name='_ZN10__cxxabiv119__terminate_handlerE' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/eh_term_handler.cc' line='40' column='1'/>
+ <var-decl name='__terminate_handler' type-id='type-id-1784' mangled-name='_ZN10__cxxabiv119__terminate_handlerE' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/eh_term_handler.cc' line='40' column='1'/>
</namespace-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/eh_terminate.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<function-decl name='set_terminate' mangled-name='_ZSt13set_terminatePFvvE' filepath='../../.././libstdc++-v3/libsupc++/eh_terminate.cc' line='67' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt13set_terminatePFvvE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1785'/>
- <return type-id='type-id-1785'/>
- </function-decl>
- <function-decl name='set_unexpected' mangled-name='_ZSt14set_unexpectedPFvvE' filepath='../../.././libstdc++-v3/libsupc++/eh_terminate.cc' line='75' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt14set_unexpectedPFvvE@@GLIBCXX_3.4'>
<parameter type-id='type-id-1784'/>
<return type-id='type-id-1784'/>
</function-decl>
+ <function-decl name='set_unexpected' mangled-name='_ZSt14set_unexpectedPFvvE' filepath='../../.././libstdc++-v3/libsupc++/eh_terminate.cc' line='75' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt14set_unexpectedPFvvE@@GLIBCXX_3.4'>
+ <parameter type-id='type-id-1783'/>
+ <return type-id='type-id-1783'/>
+ </function-decl>
</namespace-decl>
<namespace-decl name='__cxxabiv1'>
<function-decl name='__cxa_throw' mangled-name='__cxa_throw' filepath='../../.././libstdc++-v3/libsupc++/eh_throw.cc' line='61' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_throw@@CXXABI_1.3'>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1355'/>
- <parameter type-id='type-id-1808'/>
+ <parameter type-id='type-id-1354'/>
+ <parameter type-id='type-id-1807'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__cxa_rethrow' mangled-name='__cxa_rethrow' filepath='../../.././libstdc++-v3/libsupc++/eh_throw.cc' line='90' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_rethrow@@CXXABI_1.3'>
</function-decl>
</namespace-decl>
<function-decl name='_Unwind_Resume_or_Rethrow' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/host-x86_64-unknown-linux-gnu/gcc/include/unwind.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1817'/>
- <return type-id='type-id-1816'/>
+ <parameter type-id='type-id-1816'/>
+ <return type-id='type-id-1815'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/eh_type.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
<function-decl name='__cxa_current_exception_type' mangled-name='__cxa_current_exception_type' filepath='../../.././libstdc++-v3/libsupc++/eh_type.cc' line='36' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_current_exception_type@@CXXABI_1.3'>
- <return type-id='type-id-1355'/>
+ <return type-id='type-id-1354'/>
</function-decl>
</namespace-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/eh_unex_handler.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
- <var-decl name='__unexpected_handler' type-id='type-id-1784' mangled-name='_ZN10__cxxabiv120__unexpected_handlerE' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/eh_unex_handler.cc' line='28' column='1'/>
+ <var-decl name='__unexpected_handler' type-id='type-id-1783' mangled-name='_ZN10__cxxabiv120__unexpected_handlerE' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/eh_unex_handler.cc' line='28' column='1'/>
</namespace-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/enum_type_info.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
- <class-decl name='__enum_type_info' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='246' column='1' id='type-id-1838'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1353'/>
+ <class-decl name='__enum_type_info' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='246' column='1' id='type-id-1837'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1352'/>
<member-function access='private' constructor='yes'>
<function-decl name='__enum_type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='250' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1839' is-artificial='yes'/>
+ <parameter type-id='type-id-1838' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__enum_type_info' filepath='../../.././libstdc++-v3/libsupc++/enum_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1839' is-artificial='yes'/>
+ <parameter type-id='type-id-1838' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__enum_type_info' mangled-name='_ZN10__cxxabiv116__enum_type_infoD0Ev' filepath='../../.././libstdc++-v3/libsupc++/enum_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv116__enum_type_infoD0Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1839' is-artificial='yes'/>
+ <parameter type-id='type-id-1838' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__enum_type_info' mangled-name='_ZN10__cxxabiv116__enum_type_infoD2Ev' filepath='../../.././libstdc++-v3/libsupc++/enum_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv116__enum_type_infoD1Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1839' is-artificial='yes'/>
+ <parameter type-id='type-id-1838' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1838' size-in-bits='64' id='type-id-1839'/>
+ <pointer-type-def type-id='type-id-1837' size-in-bits='64' id='type-id-1838'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/function_type_info.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
- <class-decl name='__function_type_info' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='230' column='1' id='type-id-1840'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1353'/>
+ <class-decl name='__function_type_info' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='230' column='1' id='type-id-1839'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1352'/>
<member-function access='private' constructor='yes'>
<function-decl name='__function_type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='234' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1841' is-artificial='yes'/>
+ <parameter type-id='type-id-1840' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__function_type_info' filepath='../../.././libstdc++-v3/libsupc++/function_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1841' is-artificial='yes'/>
+ <parameter type-id='type-id-1840' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__function_type_info' mangled-name='_ZN10__cxxabiv120__function_type_infoD0Ev' filepath='../../.././libstdc++-v3/libsupc++/function_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv120__function_type_infoD0Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1841' is-artificial='yes'/>
+ <parameter type-id='type-id-1840' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__function_type_info' mangled-name='_ZN10__cxxabiv120__function_type_infoD2Ev' filepath='../../.././libstdc++-v3/libsupc++/function_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv120__function_type_infoD1Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1841' is-artificial='yes'/>
+ <parameter type-id='type-id-1840' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='__is_function_p' mangled-name='_ZNK10__cxxabiv120__function_type_info15__is_function_pEv' filepath='../../.././libstdc++-v3/libsupc++/function_type_info.cc' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv120__function_type_info15__is_function_pEv@@CXXABI_1.3'>
- <parameter type-id='type-id-1842' is-artificial='yes'/>
+ <parameter type-id='type-id-1841' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1840' size-in-bits='64' id='type-id-1841'/>
- <qualified-type-def type-id='type-id-1840' const='yes' id='type-id-1843'/>
- <pointer-type-def type-id='type-id-1843' size-in-bits='64' id='type-id-1842'/>
+ <pointer-type-def type-id='type-id-1839' size-in-bits='64' id='type-id-1840'/>
+ <qualified-type-def type-id='type-id-1839' const='yes' id='type-id-1842'/>
+ <pointer-type-def type-id='type-id-1842' size-in-bits='64' id='type-id-1841'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/fundamental_type_info.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
- <class-decl name='__fundamental_type_info' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='208' column='1' id='type-id-1844'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1353'/>
+ <class-decl name='__fundamental_type_info' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='208' column='1' id='type-id-1843'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1352'/>
<member-function access='private' constructor='yes'>
<function-decl name='__fundamental_type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='212' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1845' is-artificial='yes'/>
+ <parameter type-id='type-id-1844' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__fundamental_type_info' filepath='../../.././libstdc++-v3/libsupc++/fundamental_type_info.cc' line='32' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1845' is-artificial='yes'/>
+ <parameter type-id='type-id-1844' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__fundamental_type_info' mangled-name='_ZN10__cxxabiv123__fundamental_type_infoD0Ev' filepath='../../.././libstdc++-v3/libsupc++/fundamental_type_info.cc' line='32' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv123__fundamental_type_infoD0Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1845' is-artificial='yes'/>
+ <parameter type-id='type-id-1844' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__fundamental_type_info' mangled-name='_ZN10__cxxabiv123__fundamental_type_infoD2Ev' filepath='../../.././libstdc++-v3/libsupc++/fundamental_type_info.cc' line='32' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv123__fundamental_type_infoD1Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1845' is-artificial='yes'/>
+ <parameter type-id='type-id-1844' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1844' size-in-bits='64' id='type-id-1845'/>
+ <pointer-type-def type-id='type-id-1843' size-in-bits='64' id='type-id-1844'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/guard.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
- <typedef-decl name='__guard' type-id='type-id-55' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/cxxabi_tweaks.h' line='46' column='1' id='type-id-1846'/>
+ <typedef-decl name='__guard' type-id='type-id-55' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/cxxabi_tweaks.h' line='46' column='1' id='type-id-1845'/>
<function-decl name='__cxa_guard_acquire' mangled-name='__cxa_guard_acquire' filepath='../../.././libstdc++-v3/libsupc++/guard.cc' line='232' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_guard_acquire@@CXXABI_1.3'>
- <parameter type-id='type-id-1847'/>
+ <parameter type-id='type-id-1846'/>
<return type-id='type-id-36'/>
</function-decl>
<function-decl name='__cxa_guard_abort' mangled-name='__cxa_guard_abort' filepath='../../.././libstdc++-v3/libsupc++/guard.cc' line='338' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_guard_abort@@CXXABI_1.3'>
- <parameter type-id='type-id-1847'/>
+ <parameter type-id='type-id-1846'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__cxa_guard_release' mangled-name='__cxa_guard_release' filepath='../../.././libstdc++-v3/libsupc++/guard.cc' line='377' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_guard_release@@CXXABI_1.3'>
- <parameter type-id='type-id-1847'/>
+ <parameter type-id='type-id-1846'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1846' size-in-bits='64' id='type-id-1847'/>
+ <pointer-type-def type-id='type-id-1845' size-in-bits='64' id='type-id-1846'/>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='recursive_init_error' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='682' column='1' id='type-id-1848'>
+ <class-decl name='recursive_init_error' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='682' column='1' id='type-id-1847'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-86'/>
<member-function access='private' constructor='yes'>
<function-decl name='recursive_init_error' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='685' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1849' is-artificial='yes'/>
+ <parameter type-id='type-id-1848' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~recursive_init_error' filepath='../../.././libstdc++-v3/libsupc++/guard_error.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1849' is-artificial='yes'/>
+ <parameter type-id='type-id-1848' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~recursive_init_error' mangled-name='_ZN9__gnu_cxx20recursive_init_errorD2Ev' filepath='../../.././libstdc++-v3/libsupc++/guard_error.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1849' is-artificial='yes'/>
+ <parameter type-id='type-id-1848' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~recursive_init_error' mangled-name='_ZN9__gnu_cxx20recursive_init_errorD0Ev' filepath='../../.././libstdc++-v3/libsupc++/guard_error.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1849' is-artificial='yes'/>
+ <parameter type-id='type-id-1848' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1848' size-in-bits='64' id='type-id-1849'/>
+ <pointer-type-def type-id='type-id-1847' size-in-bits='64' id='type-id-1848'/>
<function-decl name='syscall' filepath='/usr/include/unistd.h' line='1068' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-55'/>
<parameter is-variadic='yes'/>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/nested_exception.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='nested_exception' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/nested_exception.h' line='55' column='1' id='type-id-1850'>
+ <class-decl name='nested_exception' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/nested_exception.h' line='55' column='1' id='type-id-1849'>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_ptr' type-id='type-id-1464' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/nested_exception.h' line='57' column='1'/>
+ <var-decl name='_M_ptr' type-id='type-id-1463' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/nested_exception.h' line='57' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='nested_exception' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/nested_exception.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1851' is-artificial='yes'/>
+ <parameter type-id='type-id-1850' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='nested_exception' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/nested_exception.h' line='62' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1851' is-artificial='yes'/>
- <parameter type-id='type-id-1852'/>
+ <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1851'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt16nested_exceptionaSERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/nested_exception.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1851' is-artificial='yes'/>
- <parameter type-id='type-id-1852'/>
- <return type-id='type-id-1853'/>
+ <parameter type-id='type-id-1850' is-artificial='yes'/>
+ <parameter type-id='type-id-1851'/>
+ <return type-id='type-id-1852'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rethrow_nested' mangled-name='_ZNKSt16nested_exception14rethrow_nestedEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/nested_exception.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1854' is-artificial='yes'/>
+ <parameter type-id='type-id-1853' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='nested_ptr' mangled-name='_ZNKSt16nested_exception10nested_ptrEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/nested_exception.h' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1854' is-artificial='yes'/>
- <return type-id='type-id-1464'/>
+ <parameter type-id='type-id-1853' is-artificial='yes'/>
+ <return type-id='type-id-1463'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~nested_exception' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/nested_exception.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1851' is-artificial='yes'/>
+ <parameter type-id='type-id-1850' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~nested_exception' mangled-name='_ZNSt16nested_exceptionD0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/nested_exception.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16nested_exceptionD0Ev@@CXXABI_1.3.5'>
- <parameter type-id='type-id-1851' is-artificial='yes'/>
+ <parameter type-id='type-id-1850' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~nested_exception' mangled-name='_ZNSt16nested_exceptionD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/nested_exception.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16nested_exceptionD1Ev@@CXXABI_1.3.5'>
- <parameter type-id='type-id-1851' is-artificial='yes'/>
+ <parameter type-id='type-id-1850' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1850' size-in-bits='64' id='type-id-1851'/>
- <qualified-type-def type-id='type-id-1850' const='yes' id='type-id-1855'/>
- <reference-type-def kind='lvalue' type-id='type-id-1855' size-in-bits='64' id='type-id-1852'/>
- <reference-type-def kind='lvalue' type-id='type-id-1850' size-in-bits='64' id='type-id-1853'/>
- <pointer-type-def type-id='type-id-1855' size-in-bits='64' id='type-id-1854'/>
+ <pointer-type-def type-id='type-id-1849' size-in-bits='64' id='type-id-1850'/>
+ <qualified-type-def type-id='type-id-1849' const='yes' id='type-id-1854'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1854' size-in-bits='64' id='type-id-1851'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1849' size-in-bits='64' id='type-id-1852'/>
+ <pointer-type-def type-id='type-id-1854' size-in-bits='64' id='type-id-1853'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/new_handler.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <typedef-decl name='new_handler' type-id='type-id-1220' filepath='../../.././libstdc++-v3/libsupc++/new' line='75' column='1' id='type-id-1856'/>
+ <typedef-decl name='new_handler' type-id='type-id-1219' filepath='../../.././libstdc++-v3/libsupc++/new' line='75' column='1' id='type-id-1855'/>
<function-decl name='set_new_handler' mangled-name='_ZSt15set_new_handlerPFvvE' filepath='../../.././libstdc++-v3/libsupc++/new_handler.cc' line='36' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt15set_new_handlerPFvvE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-1856'/>
- <return type-id='type-id-1856'/>
+ <parameter type-id='type-id-1855'/>
+ <return type-id='type-id-1855'/>
</function-decl>
- <var-decl name='nothrow' type-id='type-id-1781' mangled-name='_ZSt7nothrow' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/new_handler.cc' line='30' column='1' elf-symbol-id='_ZSt7nothrow@@GLIBCXX_3.4'/>
+ <var-decl name='nothrow' type-id='type-id-1780' mangled-name='_ZSt7nothrow' visibility='default' filepath='../../.././libstdc++-v3/libsupc++/new_handler.cc' line='30' column='1' elf-symbol-id='_ZSt7nothrow@@GLIBCXX_3.4'/>
</namespace-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/new_op.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<function-decl name='operator new' mangled-name='_ZnwmRKSt9nothrow_t' filepath='../../.././libstdc++-v3/libsupc++/new_opnt.cc' line='37' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZnwmRKSt9nothrow_t@@GLIBCXX_3.4'>
<parameter type-id='type-id-66' name='sz' filepath='../../.././libstdc++-v3/libsupc++/new_opnt.cc' line='37' column='1'/>
- <parameter type-id='type-id-1783'/>
+ <parameter type-id='type-id-1782'/>
<return type-id='type-id-33'/>
</function-decl>
<function-decl name='malloc' filepath='../../.././libstdc++-v3/libsupc++/new_opnt.cc' line='33' column='1' visibility='default' binding='global' size-in-bits='64'>
<function-decl name='operator new []' mangled-name='_ZnamRKSt9nothrow_t' filepath='../../.././libstdc++-v3/libsupc++/new_opvnt.cc' line='31' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZnamRKSt9nothrow_t@@GLIBCXX_3.4'>
<parameter type-id='type-id-66' name='sz' filepath='../../.././libstdc++-v3/libsupc++/new_opnt.cc' line='37' column='1'/>
- <parameter type-id='type-id-1783'/>
+ <parameter type-id='type-id-1782'/>
<return type-id='type-id-33'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/pbase_type_info.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
- <class-decl name='__pbase_type_info' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='257' column='1' id='type-id-1857'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1353'/>
+ <class-decl name='__pbase_type_info' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='257' column='1' id='type-id-1856'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1352'/>
<member-type access='private'>
- <enum-decl name='__masks' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='273' column='1' id='type-id-1858'>
+ <enum-decl name='__masks' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='273' column='1' id='type-id-1857'>
<underlying-type type-id='type-id-6'/>
<enumerator name='__const_mask' value='1'/>
<enumerator name='__volatile_mask' value='2'/>
<var-decl name='__flags' type-id='type-id-502' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='260' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='__pointee' type-id='type-id-1354' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='261' column='1'/>
+ <var-decl name='__pointee' type-id='type-id-1353' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='261' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='__pbase_type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='264' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1859' is-artificial='yes'/>
+ <parameter type-id='type-id-1858' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-1354'/>
+ <parameter type-id='type-id-1353'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='__pbase_type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='283' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1859' is-artificial='yes'/>
- <parameter type-id='type-id-1860'/>
+ <parameter type-id='type-id-1858' is-artificial='yes'/>
+ <parameter type-id='type-id-1859'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZN10__cxxabiv117__pbase_type_infoaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='286' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1859' is-artificial='yes'/>
- <parameter type-id='type-id-1860'/>
- <return type-id='type-id-1861'/>
+ <parameter type-id='type-id-1858' is-artificial='yes'/>
+ <parameter type-id='type-id-1859'/>
+ <return type-id='type-id-1860'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__pbase_type_info' filepath='../../.././libstdc++-v3/libsupc++/pbase_type_info.cc' line='30' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1859' is-artificial='yes'/>
+ <parameter type-id='type-id-1858' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__pbase_type_info' mangled-name='_ZN10__cxxabiv117__pbase_type_infoD0Ev' filepath='../../.././libstdc++-v3/libsupc++/pbase_type_info.cc' line='30' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv117__pbase_type_infoD0Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1859' is-artificial='yes'/>
+ <parameter type-id='type-id-1858' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__pbase_type_info' mangled-name='_ZN10__cxxabiv117__pbase_type_infoD2Ev' filepath='../../.././libstdc++-v3/libsupc++/pbase_type_info.cc' line='30' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv117__pbase_type_infoD2Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1859' is-artificial='yes'/>
+ <parameter type-id='type-id-1858' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='__do_catch' mangled-name='_ZNK10__cxxabiv117__pbase_type_info10__do_catchEPKSt9type_infoPPvj' filepath='../../.././libstdc++-v3/libsupc++/pbase_type_info.cc' line='34' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv117__pbase_type_info10__do_catchEPKSt9type_infoPPvj@@CXXABI_1.3'>
- <parameter type-id='type-id-1862' is-artificial='yes'/>
- <parameter type-id='type-id-1354'/>
+ <parameter type-id='type-id-1861' is-artificial='yes'/>
+ <parameter type-id='type-id-1353'/>
<parameter type-id='type-id-304'/>
<parameter type-id='type-id-502'/>
<return type-id='type-id-23'/>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='__pointer_catch' mangled-name='_ZNK10__cxxabiv117__pbase_type_info15__pointer_catchEPKS0_PPvj' filepath='../../.././libstdc++-v3/libsupc++/tinfo.h' line='35' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv117__pbase_type_info15__pointer_catchEPKS0_PPvj@@CXXABI_1.3'>
- <parameter type-id='type-id-1862' is-artificial='yes'/>
- <parameter type-id='type-id-1862'/>
+ <parameter type-id='type-id-1861' is-artificial='yes'/>
+ <parameter type-id='type-id-1861'/>
<parameter type-id='type-id-304'/>
<parameter type-id='type-id-502'/>
<return type-id='type-id-23'/>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1857' size-in-bits='64' id='type-id-1859'/>
- <qualified-type-def type-id='type-id-1857' const='yes' id='type-id-1863'/>
- <reference-type-def kind='lvalue' type-id='type-id-1863' size-in-bits='64' id='type-id-1860'/>
- <reference-type-def kind='lvalue' type-id='type-id-1857' size-in-bits='64' id='type-id-1861'/>
- <pointer-type-def type-id='type-id-1863' size-in-bits='64' id='type-id-1862'/>
+ <pointer-type-def type-id='type-id-1856' size-in-bits='64' id='type-id-1858'/>
+ <qualified-type-def type-id='type-id-1856' const='yes' id='type-id-1862'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1862' size-in-bits='64' id='type-id-1859'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1856' size-in-bits='64' id='type-id-1860'/>
+ <pointer-type-def type-id='type-id-1862' size-in-bits='64' id='type-id-1861'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/pmem_type_info.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
- <class-decl name='__pointer_to_member_type_info' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='324' column='1' id='type-id-1864'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1857'/>
+ <class-decl name='__pointer_to_member_type_info' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='324' column='1' id='type-id-1863'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1856'/>
<data-member access='private' layout-offset-in-bits='256'>
- <var-decl name='__context' type-id='type-id-1645' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='327' column='1'/>
+ <var-decl name='__context' type-id='type-id-1644' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='327' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='__pointer_to_member_type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='330' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1865' is-artificial='yes'/>
+ <parameter type-id='type-id-1864' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-1354'/>
- <parameter type-id='type-id-1645'/>
+ <parameter type-id='type-id-1353'/>
+ <parameter type-id='type-id-1644'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='__pointer_to_member_type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='339' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1865' is-artificial='yes'/>
- <parameter type-id='type-id-1866'/>
+ <parameter type-id='type-id-1864' is-artificial='yes'/>
+ <parameter type-id='type-id-1865'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZN10__cxxabiv129__pointer_to_member_type_infoaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='342' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1865' is-artificial='yes'/>
- <parameter type-id='type-id-1866'/>
- <return type-id='type-id-1867'/>
+ <parameter type-id='type-id-1864' is-artificial='yes'/>
+ <parameter type-id='type-id-1865'/>
+ <return type-id='type-id-1866'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__pointer_to_member_type_info' filepath='../../.././libstdc++-v3/libsupc++/pmem_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1865' is-artificial='yes'/>
+ <parameter type-id='type-id-1864' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__pointer_to_member_type_info' mangled-name='_ZN10__cxxabiv129__pointer_to_member_type_infoD0Ev' filepath='../../.././libstdc++-v3/libsupc++/pmem_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv129__pointer_to_member_type_infoD0Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1865' is-artificial='yes'/>
+ <parameter type-id='type-id-1864' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__pointer_to_member_type_info' mangled-name='_ZN10__cxxabiv129__pointer_to_member_type_infoD2Ev' filepath='../../.././libstdc++-v3/libsupc++/pmem_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv129__pointer_to_member_type_infoD2Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1865' is-artificial='yes'/>
+ <parameter type-id='type-id-1864' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='__pointer_catch' mangled-name='_ZNK10__cxxabiv129__pointer_to_member_type_info15__pointer_catchEPKNS_17__pbase_type_infoEPPvj' filepath='../../.././libstdc++-v3/libsupc++/pmem_type_info.cc' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv129__pointer_to_member_type_info15__pointer_catchEPKNS_17__pbase_type_infoEPPvj@@CXXABI_1.3'>
- <parameter type-id='type-id-1868' is-artificial='yes'/>
- <parameter type-id='type-id-1862'/>
+ <parameter type-id='type-id-1867' is-artificial='yes'/>
+ <parameter type-id='type-id-1861'/>
<parameter type-id='type-id-304'/>
<parameter type-id='type-id-502'/>
<return type-id='type-id-23'/>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1864' size-in-bits='64' id='type-id-1865'/>
- <qualified-type-def type-id='type-id-1864' const='yes' id='type-id-1869'/>
- <reference-type-def kind='lvalue' type-id='type-id-1869' size-in-bits='64' id='type-id-1866'/>
- <reference-type-def kind='lvalue' type-id='type-id-1864' size-in-bits='64' id='type-id-1867'/>
- <pointer-type-def type-id='type-id-1869' size-in-bits='64' id='type-id-1868'/>
+ <pointer-type-def type-id='type-id-1863' size-in-bits='64' id='type-id-1864'/>
+ <qualified-type-def type-id='type-id-1863' const='yes' id='type-id-1868'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1868' size-in-bits='64' id='type-id-1865'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1863' size-in-bits='64' id='type-id-1866'/>
+ <pointer-type-def type-id='type-id-1868' size-in-bits='64' id='type-id-1867'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/pointer_type_info.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
- <class-decl name='__pointer_type_info' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='299' column='1' id='type-id-1870'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1857'/>
+ <class-decl name='__pointer_type_info' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='299' column='1' id='type-id-1869'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1856'/>
<member-function access='private' constructor='yes'>
<function-decl name='__pointer_type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='303' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1871' is-artificial='yes'/>
+ <parameter type-id='type-id-1870' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-1354'/>
+ <parameter type-id='type-id-1353'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__pointer_type_info' filepath='../../.././libstdc++-v3/libsupc++/pointer_type_info.cc' line='30' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1871' is-artificial='yes'/>
+ <parameter type-id='type-id-1870' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__pointer_type_info' mangled-name='_ZN10__cxxabiv119__pointer_type_infoD0Ev' filepath='../../.././libstdc++-v3/libsupc++/pointer_type_info.cc' line='30' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv119__pointer_type_infoD0Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1871' is-artificial='yes'/>
+ <parameter type-id='type-id-1870' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__pointer_type_info' mangled-name='_ZN10__cxxabiv119__pointer_type_infoD2Ev' filepath='../../.././libstdc++-v3/libsupc++/pointer_type_info.cc' line='30' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv119__pointer_type_infoD1Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1871' is-artificial='yes'/>
+ <parameter type-id='type-id-1870' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='__is_pointer_p' mangled-name='_ZNK10__cxxabiv119__pointer_type_info14__is_pointer_pEv' filepath='../../.././libstdc++-v3/libsupc++/pointer_type_info.cc' line='34' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv119__pointer_type_info14__is_pointer_pEv@@CXXABI_1.3'>
- <parameter type-id='type-id-1872' is-artificial='yes'/>
+ <parameter type-id='type-id-1871' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='__pointer_catch' mangled-name='_ZNK10__cxxabiv119__pointer_type_info15__pointer_catchEPKNS_17__pbase_type_infoEPPvj' filepath='../../.././libstdc++-v3/libsupc++/pointer_type_info.cc' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv119__pointer_type_info15__pointer_catchEPKNS_17__pbase_type_infoEPPvj@@CXXABI_1.3'>
- <parameter type-id='type-id-1872' is-artificial='yes'/>
- <parameter type-id='type-id-1862'/>
+ <parameter type-id='type-id-1871' is-artificial='yes'/>
+ <parameter type-id='type-id-1861'/>
<parameter type-id='type-id-304'/>
<parameter type-id='type-id-502'/>
<return type-id='type-id-23'/>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1870' size-in-bits='64' id='type-id-1871'/>
- <qualified-type-def type-id='type-id-1870' const='yes' id='type-id-1873'/>
- <pointer-type-def type-id='type-id-1873' size-in-bits='64' id='type-id-1872'/>
+ <pointer-type-def type-id='type-id-1869' size-in-bits='64' id='type-id-1870'/>
+ <qualified-type-def type-id='type-id-1869' const='yes' id='type-id-1872'/>
+ <pointer-type-def type-id='type-id-1872' size-in-bits='64' id='type-id-1871'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/pure.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
</function-decl>
</namespace-decl>
- <typedef-decl name='__ssize_t' type-id='type-id-55' filepath='/usr/include/bits/types.h' line='180' column='1' id='type-id-1874'/>
- <typedef-decl name='ssize_t' type-id='type-id-1874' filepath='/usr/include/unistd.h' line='221' column='1' id='type-id-1875'/>
+ <typedef-decl name='__ssize_t' type-id='type-id-55' filepath='/usr/include/bits/types.h' line='180' column='1' id='type-id-1873'/>
+ <typedef-decl name='ssize_t' type-id='type-id-1873' filepath='/usr/include/unistd.h' line='221' column='1' id='type-id-1874'/>
<function-decl name='write' filepath='/usr/include/unistd.h' line='363' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-512'/>
- <return type-id='type-id-1875'/>
+ <return type-id='type-id-1874'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/si_class_type_info.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
- <class-decl name='__si_class_type_info' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='478' column='1' id='type-id-1876'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1624'/>
+ <class-decl name='__si_class_type_info' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='478' column='1' id='type-id-1875'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1623'/>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='__base_type' type-id='type-id-1357' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='481' column='1'/>
+ <var-decl name='__base_type' type-id='type-id-1356' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='481' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='__si_class_type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='484' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1877' is-artificial='yes'/>
+ <parameter type-id='type-id-1876' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1356'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='__si_class_type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='491' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1877' is-artificial='yes'/>
- <parameter type-id='type-id-1878'/>
+ <parameter type-id='type-id-1876' is-artificial='yes'/>
+ <parameter type-id='type-id-1877'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZN10__cxxabiv120__si_class_type_infoaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='494' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1877' is-artificial='yes'/>
- <parameter type-id='type-id-1878'/>
- <return type-id='type-id-1879'/>
+ <parameter type-id='type-id-1876' is-artificial='yes'/>
+ <parameter type-id='type-id-1877'/>
+ <return type-id='type-id-1878'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__si_class_type_info' filepath='../../.././libstdc++-v3/libsupc++/si_class_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1877' is-artificial='yes'/>
+ <parameter type-id='type-id-1876' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__si_class_type_info' mangled-name='_ZN10__cxxabiv120__si_class_type_infoD0Ev' filepath='../../.././libstdc++-v3/libsupc++/si_class_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv120__si_class_type_infoD0Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1877' is-artificial='yes'/>
+ <parameter type-id='type-id-1876' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__si_class_type_info' mangled-name='_ZN10__cxxabiv120__si_class_type_infoD2Ev' filepath='../../.././libstdc++-v3/libsupc++/si_class_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv120__si_class_type_infoD2Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1877' is-artificial='yes'/>
+ <parameter type-id='type-id-1876' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='__do_upcast' mangled-name='_ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE' filepath='../../.././libstdc++-v3/libsupc++/si_class_type_info.cc' line='75' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE@@CXXABI_1.3'>
- <parameter type-id='type-id-1880' is-artificial='yes'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1879' is-artificial='yes'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1647'/>
+ <parameter type-id='type-id-1646'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='__do_dyncast' mangled-name='_ZNK10__cxxabiv120__si_class_type_info12__do_dyncastElNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE' filepath='../../.././libstdc++-v3/libsupc++/si_class_type_info.cc' line='44' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv120__si_class_type_info12__do_dyncastElNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE@@CXXABI_1.3'>
- <parameter type-id='type-id-1880' is-artificial='yes'/>
- <parameter type-id='type-id-1646'/>
- <parameter type-id='type-id-1638'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1879' is-artificial='yes'/>
+ <parameter type-id='type-id-1645'/>
+ <parameter type-id='type-id-1637'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1644'/>
+ <parameter type-id='type-id-1643'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='__do_find_public_src' mangled-name='_ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcElPKvPKNS_17__class_type_infoES2_' filepath='../../.././libstdc++-v3/libsupc++/si_class_type_info.cc' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcElPKvPKNS_17__class_type_infoES2_@@CXXABI_1.3'>
- <parameter type-id='type-id-1880' is-artificial='yes'/>
- <parameter type-id='type-id-1646'/>
+ <parameter type-id='type-id-1879' is-artificial='yes'/>
+ <parameter type-id='type-id-1645'/>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-1638'/>
+ <return type-id='type-id-1637'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-1876' size-in-bits='64' id='type-id-1877'/>
- <qualified-type-def type-id='type-id-1876' const='yes' id='type-id-1881'/>
- <reference-type-def kind='lvalue' type-id='type-id-1881' size-in-bits='64' id='type-id-1878'/>
- <reference-type-def kind='lvalue' type-id='type-id-1876' size-in-bits='64' id='type-id-1879'/>
- <pointer-type-def type-id='type-id-1881' size-in-bits='64' id='type-id-1880'/>
+ <pointer-type-def type-id='type-id-1875' size-in-bits='64' id='type-id-1876'/>
+ <qualified-type-def type-id='type-id-1875' const='yes' id='type-id-1880'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1880' size-in-bits='64' id='type-id-1877'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1875' size-in-bits='64' id='type-id-1878'/>
+ <pointer-type-def type-id='type-id-1880' size-in-bits='64' id='type-id-1879'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/tinfo.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/vec.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
- <typedef-decl name='__cxa_cdtor_type' type-id='type-id-1808' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='65' column='1' id='type-id-1882'/>
+ <typedef-decl name='__cxa_cdtor_type' type-id='type-id-1807' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='65' column='1' id='type-id-1881'/>
<function-decl name='__cxa_vec_cleanup' mangled-name='__cxa_vec_cleanup' filepath='../../.././libstdc++-v3/libsupc++/vec.cc' line='253' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_vec_cleanup@@CXXABI_1.3'>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-1882'/>
+ <parameter type-id='type-id-1881'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__cxa_vec_dtor' mangled-name='__cxa_vec_dtor' filepath='../../.././libstdc++-v3/libsupc++/vec.cc' line='218' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_vec_dtor@@CXXABI_1.3'>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-1882'/>
+ <parameter type-id='type-id-1881'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__cxa_vec_cctor' mangled-name='__cxa_vec_cctor' filepath='../../.././libstdc++-v3/libsupc++/vec.cc' line='187' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_vec_cctor@@CXXABI_1.3'>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-1883'/>
<parameter type-id='type-id-1882'/>
+ <parameter type-id='type-id-1881'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__cxa_vec_ctor' mangled-name='__cxa_vec_ctor' filepath='../../.././libstdc++-v3/libsupc++/vec.cc' line='159' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_vec_ctor@@CXXABI_1.3'>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-1882'/>
- <parameter type-id='type-id-1882'/>
+ <parameter type-id='type-id-1881'/>
+ <parameter type-id='type-id-1881'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__cxa_vec_new3' mangled-name='__cxa_vec_new3' filepath='../../.././libstdc++-v3/libsupc++/vec.cc' line='119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_vec_new3@@CXXABI_1.3'>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-1882'/>
- <parameter type-id='type-id-1882'/>
+ <parameter type-id='type-id-1881'/>
+ <parameter type-id='type-id-1881'/>
+ <parameter type-id='type-id-1883'/>
<parameter type-id='type-id-1884'/>
- <parameter type-id='type-id-1885'/>
<return type-id='type-id-33'/>
</function-decl>
<function-decl name='__cxa_vec_new2' mangled-name='__cxa_vec_new2' filepath='../../.././libstdc++-v3/libsupc++/vec.cc' line='78' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_vec_new2@@CXXABI_1.3'>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-1882'/>
- <parameter type-id='type-id-1882'/>
- <parameter type-id='type-id-1884'/>
- <parameter type-id='type-id-1808'/>
+ <parameter type-id='type-id-1881'/>
+ <parameter type-id='type-id-1881'/>
+ <parameter type-id='type-id-1883'/>
+ <parameter type-id='type-id-1807'/>
<return type-id='type-id-33'/>
</function-decl>
<function-decl name='__cxa_vec_new' mangled-name='__cxa_vec_new' filepath='../../.././libstdc++-v3/libsupc++/vec.cc' line='66' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_vec_new@@CXXABI_1.3'>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-1882'/>
- <parameter type-id='type-id-1882'/>
+ <parameter type-id='type-id-1881'/>
+ <parameter type-id='type-id-1881'/>
<return type-id='type-id-33'/>
</function-decl>
<function-decl name='__cxa_vec_delete2' mangled-name='__cxa_vec_delete2' filepath='../../.././libstdc++-v3/libsupc++/vec.cc' line='293' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_vec_delete2@@CXXABI_1.3'>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-1882'/>
- <parameter type-id='type-id-1808'/>
+ <parameter type-id='type-id-1881'/>
+ <parameter type-id='type-id-1807'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__cxa_vec_delete' mangled-name='__cxa_vec_delete' filepath='../../.././libstdc++-v3/libsupc++/vec.cc' line='282' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_vec_delete@@CXXABI_1.3'>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-1882'/>
+ <parameter type-id='type-id-1881'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__cxa_vec_delete3' mangled-name='__cxa_vec_delete3' filepath='../../.././libstdc++-v3/libsupc++/vec.cc' line='326' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_vec_delete3@@CXXABI_1.3'>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-1882'/>
- <parameter type-id='type-id-1885'/>
+ <parameter type-id='type-id-1881'/>
+ <parameter type-id='type-id-1884'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
+ <pointer-type-def type-id='type-id-1885' size-in-bits='64' id='type-id-1882'/>
<pointer-type-def type-id='type-id-1886' size-in-bits='64' id='type-id-1883'/>
<pointer-type-def type-id='type-id-1887' size-in-bits='64' id='type-id-1884'/>
- <pointer-type-def type-id='type-id-1888' size-in-bits='64' id='type-id-1885'/>
- <function-type size-in-bits='64' id='type-id-1888'>
+ <function-type size-in-bits='64' id='type-id-1887'>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-1886'>
+ <function-type size-in-bits='64' id='type-id-1885'>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-33'/>
<return type-id='type-id-4'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-1887'>
+ <function-type size-in-bits='64' id='type-id-1886'>
<parameter type-id='type-id-66'/>
<return type-id='type-id-33'/>
</function-type>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/vmi_class_type_info.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<namespace-decl name='__cxxabiv1'>
- <class-decl name='__base_class_type_info' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='351' column='1' id='type-id-1889'>
+ <class-decl name='__base_class_type_info' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='351' column='1' id='type-id-1888'>
<member-type access='private'>
- <enum-decl name='__offset_flags_masks' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='357' column='1' id='type-id-1890'>
+ <enum-decl name='__offset_flags_masks' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='357' column='1' id='type-id-1889'>
<underlying-type type-id='type-id-6'/>
<enumerator name='__virtual_mask' value='1'/>
<enumerator name='__public_mask' value='2'/>
</enum-decl>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='__base_type' type-id='type-id-1357' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='354' column='1'/>
+ <var-decl name='__base_type' type-id='type-id-1356' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='354' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='__offset_flags' type-id='type-id-55' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='355' column='1'/>
</data-member>
<member-function access='private' const='yes'>
<function-decl name='__is_virtual_p' mangled-name='_ZNK10__cxxabiv122__base_class_type_info14__is_virtual_pEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='367' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1891' is-artificial='yes'/>
+ <parameter type-id='type-id-1890' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='__is_public_p' mangled-name='_ZNK10__cxxabiv122__base_class_type_info13__is_public_pEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='371' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1891' is-artificial='yes'/>
+ <parameter type-id='type-id-1890' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='__offset' mangled-name='_ZNK10__cxxabiv122__base_class_type_info8__offsetEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='375' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1891' is-artificial='yes'/>
- <return type-id='type-id-1646'/>
+ <parameter type-id='type-id-1890' is-artificial='yes'/>
+ <return type-id='type-id-1645'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__vmi_class_type_info' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='514' column='1' id='type-id-1892'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1624'/>
+ <class-decl name='__vmi_class_type_info' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='514' column='1' id='type-id-1891'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1623'/>
<member-type access='private'>
- <enum-decl name='__flags_masks' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='533' column='1' id='type-id-1893'>
+ <enum-decl name='__flags_masks' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='533' column='1' id='type-id-1892'>
<underlying-type type-id='type-id-6'/>
<enumerator name='__non_diamond_repeat_mask' value='1'/>
<enumerator name='__diamond_shaped_mask' value='2'/>
<var-decl name='__base_count' type-id='type-id-502' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='518' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='__base_info' type-id='type-id-1894' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='523' column='1'/>
+ <var-decl name='__base_info' type-id='type-id-1893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='523' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='__vmi_class_type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='526' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1895' is-artificial='yes'/>
+ <parameter type-id='type-id-1894' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__vmi_class_type_info' filepath='../../.././libstdc++-v3/libsupc++/vmi_class_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1895' is-artificial='yes'/>
+ <parameter type-id='type-id-1894' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__vmi_class_type_info' mangled-name='_ZN10__cxxabiv121__vmi_class_type_infoD0Ev' filepath='../../.././libstdc++-v3/libsupc++/vmi_class_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv121__vmi_class_type_infoD0Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1895' is-artificial='yes'/>
+ <parameter type-id='type-id-1894' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~__vmi_class_type_info' mangled-name='_ZN10__cxxabiv121__vmi_class_type_infoD2Ev' filepath='../../.././libstdc++-v3/libsupc++/vmi_class_type_info.cc' line='29' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN10__cxxabiv121__vmi_class_type_infoD1Ev@@CXXABI_1.3'>
- <parameter type-id='type-id-1895' is-artificial='yes'/>
+ <parameter type-id='type-id-1894' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='__do_upcast' mangled-name='_ZNK10__cxxabiv121__vmi_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE' filepath='../../.././libstdc++-v3/libsupc++/vmi_class_type_info.cc' line='305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv121__vmi_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE@@CXXABI_1.3'>
- <parameter type-id='type-id-1896' is-artificial='yes'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1895' is-artificial='yes'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1647'/>
+ <parameter type-id='type-id-1646'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='__do_dyncast' mangled-name='_ZNK10__cxxabiv121__vmi_class_type_info12__do_dyncastElNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE' filepath='../../.././libstdc++-v3/libsupc++/vmi_class_type_info.cc' line='80' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv121__vmi_class_type_info12__do_dyncastElNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE@@CXXABI_1.3'>
- <parameter type-id='type-id-1896' is-artificial='yes'/>
- <parameter type-id='type-id-1646'/>
- <parameter type-id='type-id-1638'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1895' is-artificial='yes'/>
+ <parameter type-id='type-id-1645'/>
+ <parameter type-id='type-id-1637'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1644'/>
+ <parameter type-id='type-id-1643'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='__do_find_public_src' mangled-name='_ZNK10__cxxabiv121__vmi_class_type_info20__do_find_public_srcElPKvPKNS_17__class_type_infoES2_' filepath='../../.././libstdc++-v3/libsupc++/vmi_class_type_info.cc' line='33' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK10__cxxabiv121__vmi_class_type_info20__do_find_public_srcElPKvPKNS_17__class_type_infoES2_@@CXXABI_1.3'>
- <parameter type-id='type-id-1896' is-artificial='yes'/>
- <parameter type-id='type-id-1646'/>
+ <parameter type-id='type-id-1895' is-artificial='yes'/>
+ <parameter type-id='type-id-1645'/>
<parameter type-id='type-id-33'/>
- <parameter type-id='type-id-1357'/>
+ <parameter type-id='type-id-1356'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-1638'/>
+ <return type-id='type-id-1637'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-1889' const='yes' id='type-id-1897'/>
- <pointer-type-def type-id='type-id-1897' size-in-bits='64' id='type-id-1891'/>
+ <qualified-type-def type-id='type-id-1888' const='yes' id='type-id-1896'/>
+ <pointer-type-def type-id='type-id-1896' size-in-bits='64' id='type-id-1890'/>
- <array-type-def dimensions='1' type-id='type-id-1889' size-in-bits='128' id='type-id-1894'>
+ <array-type-def dimensions='1' type-id='type-id-1888' size-in-bits='128' id='type-id-1893'>
<subrange length='1' type-id='type-id-515' id='type-id-516'/>
</array-type-def>
- <pointer-type-def type-id='type-id-1892' size-in-bits='64' id='type-id-1895'/>
- <qualified-type-def type-id='type-id-1892' const='yes' id='type-id-1898'/>
- <pointer-type-def type-id='type-id-1898' size-in-bits='64' id='type-id-1896'/>
+ <pointer-type-def type-id='type-id-1891' size-in-bits='64' id='type-id-1894'/>
+ <qualified-type-def type-id='type-id-1891' const='yes' id='type-id-1897'/>
+ <pointer-type-def type-id='type-id-1897' size-in-bits='64' id='type-id-1895'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../.././libstdc++-v3/libsupc++/vterminate.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++' language='LANG_C_plus_plus'>
<function-decl name='__cxa_demangle' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/libsupc++/cxxabi.h' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-149'/>
- <parameter type-id='type-id-1899'/>
- <parameter type-id='type-id-1837'/>
+ <parameter type-id='type-id-1898'/>
+ <parameter type-id='type-id-1836'/>
<return type-id='type-id-149'/>
</function-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-512' size-in-bits='64' id='type-id-1899'/>
+ <pointer-type-def type-id='type-id-512' size-in-bits='64' id='type-id-1898'/>
<function-decl name='fputs' filepath='/usr/include/stdio.h' line='684' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-550'/>
<function-decl name='__cxa_demangle' mangled-name='__cxa_demangle' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++/cp-demangle.c' line='5305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='__cxa_demangle@@CXXABI_1.3'>
<parameter type-id='type-id-11' name='mangled_name' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++/cp-demangle.c' line='5305' column='1'/>
<parameter type-id='type-id-149' name='output_buffer' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++/cp-demangle.c' line='5305' column='1'/>
- <parameter type-id='type-id-1899' name='length' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++/cp-demangle.c' line='5306' column='1'/>
- <parameter type-id='type-id-1837' name='status' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++/cp-demangle.c' line='5306' column='1'/>
+ <parameter type-id='type-id-1898' name='length' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++/cp-demangle.c' line='5306' column='1'/>
+ <parameter type-id='type-id-1836' name='status' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++/cp-demangle.c' line='5306' column='1'/>
<return type-id='type-id-149'/>
</function-decl>
<function-decl name='memcmp' filepath='/usr/include/string.h' line='68' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-255'/>
<return type-id='type-id-249'/>
</function-decl>
- <class-decl name='pair<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*, __gnu_cxx::bitmap_allocator<char>::_Alloc_block*>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='88' column='1' id='type-id-1900'>
+ <class-decl name='pair<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*, __gnu_cxx::bitmap_allocator<char>::_Alloc_block*>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='88' column='1' id='type-id-1899'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='first' type-id='type-id-1901' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='93' column='1'/>
+ <var-decl name='first' type-id='type-id-1900' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='93' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='second' type-id='type-id-1901' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='94' column='1'/>
+ <var-decl name='second' type-id='type-id-1900' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='94' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='pair' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1902' is-artificial='yes'/>
+ <parameter type-id='type-id-1901' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='pair' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1902' is-artificial='yes'/>
- <parameter type-id='type-id-1903'/>
- <parameter type-id='type-id-1903'/>
+ <parameter type-id='type-id-1901' is-artificial='yes'/>
+ <parameter type-id='type-id-1902'/>
+ <parameter type-id='type-id-1902'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='pair<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*, __gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='88' column='1' id='type-id-1904'>
+ <class-decl name='pair<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*, __gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='88' column='1' id='type-id-1903'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='first' type-id='type-id-1905' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='93' column='1'/>
+ <var-decl name='first' type-id='type-id-1904' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='93' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='second' type-id='type-id-1905' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='94' column='1'/>
+ <var-decl name='second' type-id='type-id-1904' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='94' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='pair' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1906' is-artificial='yes'/>
+ <parameter type-id='type-id-1905' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='pair' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1906' is-artificial='yes'/>
- <parameter type-id='type-id-1907'/>
- <parameter type-id='type-id-1907'/>
+ <parameter type-id='type-id-1905' is-artificial='yes'/>
+ <parameter type-id='type-id-1906'/>
+ <parameter type-id='type-id-1906'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='unary_function<std::pair<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*, __gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-1908'>
+ <class-decl name='unary_function<std::pair<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*, __gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-1907'>
<member-type access='public'>
- <typedef-decl name='argument_type' type-id='type-id-1904' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='106' column='1' id='type-id-1909'/>
+ <typedef-decl name='argument_type' type-id='type-id-1903' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='106' column='1' id='type-id-1908'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='result_type' type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='109' column='1' id='type-id-1910'/>
+ <typedef-decl name='result_type' type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='109' column='1' id='type-id-1909'/>
</member-type>
</class-decl>
- <class-decl name='unary_function<std::pair<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*, __gnu_cxx::bitmap_allocator<char>::_Alloc_block*>, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-1911'>
+ <class-decl name='unary_function<std::pair<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*, __gnu_cxx::bitmap_allocator<char>::_Alloc_block*>, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-1910'>
<member-type access='public'>
- <typedef-decl name='argument_type' type-id='type-id-1900' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='106' column='1' id='type-id-1912'/>
+ <typedef-decl name='argument_type' type-id='type-id-1899' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='106' column='1' id='type-id-1911'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='result_type' type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='109' column='1' id='type-id-1913'/>
+ <typedef-decl name='result_type' type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='109' column='1' id='type-id-1912'/>
</member-type>
</class-decl>
<function-decl name='make_pair<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*, __gnu_cxx::bitmap_allocator<char>::_Alloc_block*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='278' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1901'/>
- <parameter type-id='type-id-1901'/>
- <return type-id='type-id-1900'/>
+ <parameter type-id='type-id-1900'/>
+ <parameter type-id='type-id-1900'/>
+ <return type-id='type-id-1899'/>
</function-decl>
<function-decl name='make_pair<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*, __gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h' line='278' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1905'/>
- <parameter type-id='type-id-1905'/>
- <return type-id='type-id-1904'/>
+ <parameter type-id='type-id-1904'/>
+ <parameter type-id='type-id-1904'/>
+ <return type-id='type-id-1903'/>
</function-decl>
<function-decl name='__throw_bad_alloc' mangled-name='_ZSt17__throw_bad_allocv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functexcept.h' line='53' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt17__throw_bad_allocv@@GLIBCXX_3.4'>
<return type-id='type-id-4'/>
</function-decl>
- <class-decl name='greater_equal<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='242' column='1' id='type-id-1914'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1915'/>
+ <class-decl name='greater_equal<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='242' column='1' id='type-id-1913'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1914'/>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt13greater_equalIPN9__gnu_cxx16bitmap_allocatorIcE12_Alloc_blockEEclERKS4_S7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='245' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1916' is-artificial='yes'/>
- <parameter type-id='type-id-1903'/>
- <parameter type-id='type-id-1903'/>
+ <parameter type-id='type-id-1915' is-artificial='yes'/>
+ <parameter type-id='type-id-1902'/>
+ <parameter type-id='type-id-1902'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='binary_function<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*, __gnu_cxx::bitmap_allocator<char>::_Alloc_block*, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='116' column='1' id='type-id-1915'/>
- <class-decl name='less_equal<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='251' column='1' id='type-id-1917'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1915'/>
+ <class-decl name='binary_function<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*, __gnu_cxx::bitmap_allocator<char>::_Alloc_block*, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='116' column='1' id='type-id-1914'/>
+ <class-decl name='less_equal<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='251' column='1' id='type-id-1916'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1914'/>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt10less_equalIPN9__gnu_cxx16bitmap_allocatorIcE12_Alloc_blockEEclERKS4_S7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1918' is-artificial='yes'/>
- <parameter type-id='type-id-1903'/>
- <parameter type-id='type-id-1903'/>
+ <parameter type-id='type-id-1917' is-artificial='yes'/>
+ <parameter type-id='type-id-1902'/>
+ <parameter type-id='type-id-1902'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='greater_equal<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='242' column='1' id='type-id-1919'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1920'/>
+ <class-decl name='greater_equal<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='242' column='1' id='type-id-1918'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1919'/>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt13greater_equalIPN9__gnu_cxx16bitmap_allocatorIwE12_Alloc_blockEEclERKS4_S7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='245' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1921' is-artificial='yes'/>
- <parameter type-id='type-id-1907'/>
- <parameter type-id='type-id-1907'/>
+ <parameter type-id='type-id-1920' is-artificial='yes'/>
+ <parameter type-id='type-id-1906'/>
+ <parameter type-id='type-id-1906'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='binary_function<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*, __gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='116' column='1' id='type-id-1920'/>
- <class-decl name='less_equal<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='251' column='1' id='type-id-1922'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1920'/>
+ <class-decl name='binary_function<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*, __gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='116' column='1' id='type-id-1919'/>
+ <class-decl name='less_equal<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='251' column='1' id='type-id-1921'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1919'/>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt10less_equalIPN9__gnu_cxx16bitmap_allocatorIwE12_Alloc_blockEEclERKS4_S7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='254' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1923' is-artificial='yes'/>
- <parameter type-id='type-id-1907'/>
- <parameter type-id='type-id-1907'/>
+ <parameter type-id='type-id-1922' is-artificial='yes'/>
+ <parameter type-id='type-id-1906'/>
+ <parameter type-id='type-id-1906'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<namespace-decl name='__gnu_cxx'>
<namespace-decl name='__detail'>
<function-decl name='__num_blocks<std::pair<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*, __gnu_cxx::bitmap_allocator<char>::_Alloc_block*> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1900'/>
+ <parameter type-id='type-id-1899'/>
<return type-id='type-id-66'/>
</function-decl>
<function-decl name='__bit_free' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='500' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1924'/>
+ <parameter type-id='type-id-1923'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__num_bitmaps<std::pair<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*, __gnu_cxx::bitmap_allocator<char>::_Alloc_block*> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='277' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1900'/>
+ <parameter type-id='type-id-1899'/>
<return type-id='type-id-66'/>
</function-decl>
- <class-decl name='__mini_vector<long unsigned int*>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='70' column='1' id='type-id-1925'>
+ <class-decl name='__mini_vector<long unsigned int*>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='70' column='1' id='type-id-1924'>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-1927' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='77' column='1' id='type-id-1926'/>
+ <typedef-decl name='pointer' type-id='type-id-1926' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='77' column='1' id='type-id-1925'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-1929' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='78' column='1' id='type-id-1928'/>
+ <typedef-decl name='reference' type-id='type-id-1928' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='78' column='1' id='type-id-1927'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-1931' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='79' column='1' id='type-id-1930'/>
+ <typedef-decl name='const_reference' type-id='type-id-1930' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='79' column='1' id='type-id-1929'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='80' column='1' id='type-id-1932'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='80' column='1' id='type-id-1931'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iterator' type-id='type-id-1926' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='82' column='1' id='type-id-1933'/>
+ <typedef-decl name='iterator' type-id='type-id-1925' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='82' column='1' id='type-id-1932'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_start' type-id='type-id-1926' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='85' column='1'/>
+ <var-decl name='_M_start' type-id='type-id-1925' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='85' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_finish' type-id='type-id-1926' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='86' column='1'/>
+ <var-decl name='_M_finish' type-id='type-id-1925' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='86' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_end_of_storage' type-id='type-id-1926' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='87' column='1'/>
+ <var-decl name='_M_end_of_storage' type-id='type-id-1925' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='87' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='__mini_vector' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1934' is-artificial='yes'/>
- <parameter type-id='type-id-1935'/>
+ <parameter type-id='type-id-1933' is-artificial='yes'/>
+ <parameter type-id='type-id-1934'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorIPmEaSERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1934' is-artificial='yes'/>
- <parameter type-id='type-id-1935'/>
- <return type-id='type-id-1936'/>
+ <parameter type-id='type-id-1933' is-artificial='yes'/>
+ <parameter type-id='type-id-1934'/>
+ <return type-id='type-id-1935'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_space_left' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorIPmE13_M_space_leftEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1937' is-artificial='yes'/>
- <return type-id='type-id-1932'/>
+ <parameter type-id='type-id-1936' is-artificial='yes'/>
+ <return type-id='type-id-1931'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorIPmE8allocateEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1934' is-artificial='yes'/>
- <parameter type-id='type-id-1932'/>
- <return type-id='type-id-1926'/>
+ <parameter type-id='type-id-1933' is-artificial='yes'/>
+ <parameter type-id='type-id-1931'/>
+ <return type-id='type-id-1925'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorIPmE10deallocateEPS2_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='98' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1934' is-artificial='yes'/>
- <parameter type-id='type-id-1926'/>
- <parameter type-id='type-id-1932'/>
+ <parameter type-id='type-id-1933' is-artificial='yes'/>
+ <parameter type-id='type-id-1925'/>
+ <parameter type-id='type-id-1931'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__mini_vector' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1934' is-artificial='yes'/>
+ <parameter type-id='type-id-1933' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='size' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorIPmE4sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1937' is-artificial='yes'/>
- <return type-id='type-id-1932'/>
+ <parameter type-id='type-id-1936' is-artificial='yes'/>
+ <return type-id='type-id-1931'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='begin' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorIPmE5beginEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1937' is-artificial='yes'/>
- <return type-id='type-id-1933'/>
+ <parameter type-id='type-id-1936' is-artificial='yes'/>
+ <return type-id='type-id-1932'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='end' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorIPmE3endEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1937' is-artificial='yes'/>
- <return type-id='type-id-1933'/>
+ <parameter type-id='type-id-1936' is-artificial='yes'/>
+ <return type-id='type-id-1932'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='back' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorIPmE4backEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1937' is-artificial='yes'/>
- <return type-id='type-id-1928'/>
+ <parameter type-id='type-id-1936' is-artificial='yes'/>
+ <return type-id='type-id-1927'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator[]' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorIPmEixEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='126' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1937' is-artificial='yes'/>
- <parameter type-id='type-id-1932'/>
- <return type-id='type-id-1928'/>
+ <parameter type-id='type-id-1936' is-artificial='yes'/>
+ <parameter type-id='type-id-1931'/>
+ <return type-id='type-id-1927'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='insert' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorIPmE6insertEPS2_RKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='158' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1934' is-artificial='yes'/>
- <parameter type-id='type-id-1933'/>
- <parameter type-id='type-id-1930'/>
+ <parameter type-id='type-id-1933' is-artificial='yes'/>
+ <parameter type-id='type-id-1932'/>
+ <parameter type-id='type-id-1929'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='push_back' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorIPmE9push_backERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1934' is-artificial='yes'/>
- <parameter type-id='type-id-1930'/>
+ <parameter type-id='type-id-1933' is-artificial='yes'/>
+ <parameter type-id='type-id-1929'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='pop_back' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorIPmE8pop_backEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1934' is-artificial='yes'/>
+ <parameter type-id='type-id-1933' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='erase' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorIPmE5eraseEPS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='203' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1934' is-artificial='yes'/>
- <parameter type-id='type-id-1933'/>
+ <parameter type-id='type-id-1933' is-artificial='yes'/>
+ <parameter type-id='type-id-1932'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='clear' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorIPmE5clearEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1934' is-artificial='yes'/>
+ <parameter type-id='type-id-1933' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__mini_vector' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorIPmEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1934' is-artificial='yes'/>
+ <parameter type-id='type-id-1933' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__mini_vector<std::pair<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*, __gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*> >' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='70' column='1' id='type-id-1938'>
+ <class-decl name='__mini_vector<std::pair<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*, __gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*> >' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='70' column='1' id='type-id-1937'>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-1906' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='77' column='1' id='type-id-1939'/>
+ <typedef-decl name='pointer' type-id='type-id-1905' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='77' column='1' id='type-id-1938'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-1941' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='78' column='1' id='type-id-1940'/>
+ <typedef-decl name='reference' type-id='type-id-1940' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='78' column='1' id='type-id-1939'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-1943' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='79' column='1' id='type-id-1942'/>
+ <typedef-decl name='const_reference' type-id='type-id-1942' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='79' column='1' id='type-id-1941'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='80' column='1' id='type-id-1944'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='80' column='1' id='type-id-1943'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='difference_type' type-id='type-id-56' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='81' column='1' id='type-id-1945'/>
+ <typedef-decl name='difference_type' type-id='type-id-56' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='81' column='1' id='type-id-1944'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iterator' type-id='type-id-1939' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='82' column='1' id='type-id-1946'/>
+ <typedef-decl name='iterator' type-id='type-id-1938' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='82' column='1' id='type-id-1945'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_start' type-id='type-id-1939' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='85' column='1'/>
+ <var-decl name='_M_start' type-id='type-id-1938' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='85' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_finish' type-id='type-id-1939' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='86' column='1'/>
+ <var-decl name='_M_finish' type-id='type-id-1938' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='86' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_end_of_storage' type-id='type-id-1939' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='87' column='1'/>
+ <var-decl name='_M_end_of_storage' type-id='type-id-1938' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='87' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='__mini_vector' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1947' is-artificial='yes'/>
- <parameter type-id='type-id-1948'/>
+ <parameter type-id='type-id-1946' is-artificial='yes'/>
+ <parameter type-id='type-id-1947'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EEaSERKS8_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1947' is-artificial='yes'/>
- <parameter type-id='type-id-1948'/>
- <return type-id='type-id-1949'/>
+ <parameter type-id='type-id-1946' is-artificial='yes'/>
+ <parameter type-id='type-id-1947'/>
+ <return type-id='type-id-1948'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_space_left' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EE13_M_space_leftEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1950' is-artificial='yes'/>
- <return type-id='type-id-1944'/>
+ <parameter type-id='type-id-1949' is-artificial='yes'/>
+ <return type-id='type-id-1943'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EE8allocateEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1947' is-artificial='yes'/>
- <parameter type-id='type-id-1944'/>
- <return type-id='type-id-1939'/>
+ <parameter type-id='type-id-1946' is-artificial='yes'/>
+ <parameter type-id='type-id-1943'/>
+ <return type-id='type-id-1938'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EE10deallocateEPS7_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='98' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1947' is-artificial='yes'/>
- <parameter type-id='type-id-1939'/>
- <parameter type-id='type-id-1944'/>
+ <parameter type-id='type-id-1946' is-artificial='yes'/>
+ <parameter type-id='type-id-1938'/>
+ <parameter type-id='type-id-1943'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__mini_vector' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1947' is-artificial='yes'/>
+ <parameter type-id='type-id-1946' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='size' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EE4sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1950' is-artificial='yes'/>
- <return type-id='type-id-1944'/>
+ <parameter type-id='type-id-1949' is-artificial='yes'/>
+ <return type-id='type-id-1943'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='begin' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EE5beginEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1950' is-artificial='yes'/>
- <return type-id='type-id-1946'/>
+ <parameter type-id='type-id-1949' is-artificial='yes'/>
+ <return type-id='type-id-1945'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='end' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EE3endEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1950' is-artificial='yes'/>
- <return type-id='type-id-1946'/>
+ <parameter type-id='type-id-1949' is-artificial='yes'/>
+ <return type-id='type-id-1945'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='back' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EE4backEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1950' is-artificial='yes'/>
- <return type-id='type-id-1940'/>
+ <parameter type-id='type-id-1949' is-artificial='yes'/>
+ <return type-id='type-id-1939'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator[]' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EEixEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='126' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1950' is-artificial='yes'/>
- <parameter type-id='type-id-1944'/>
- <return type-id='type-id-1940'/>
+ <parameter type-id='type-id-1949' is-artificial='yes'/>
+ <parameter type-id='type-id-1943'/>
+ <return type-id='type-id-1939'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='insert' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EE6insertEPS7_RKS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='158' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1947' is-artificial='yes'/>
- <parameter type-id='type-id-1946'/>
- <parameter type-id='type-id-1942'/>
+ <parameter type-id='type-id-1946' is-artificial='yes'/>
+ <parameter type-id='type-id-1945'/>
+ <parameter type-id='type-id-1941'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='push_back' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EE9push_backERKS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1947' is-artificial='yes'/>
- <parameter type-id='type-id-1942'/>
+ <parameter type-id='type-id-1946' is-artificial='yes'/>
+ <parameter type-id='type-id-1941'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='pop_back' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EE8pop_backEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1947' is-artificial='yes'/>
+ <parameter type-id='type-id-1946' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='erase' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EE5eraseEPS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='203' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1947' is-artificial='yes'/>
- <parameter type-id='type-id-1946'/>
+ <parameter type-id='type-id-1946' is-artificial='yes'/>
+ <parameter type-id='type-id-1945'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='clear' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EE5clearEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1947' is-artificial='yes'/>
+ <parameter type-id='type-id-1946' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__mini_vector' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIwE12_Alloc_blockES6_EEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1947' is-artificial='yes'/>
+ <parameter type-id='type-id-1946' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Bitmap_counter<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='397' column='1' id='type-id-1951'>
+ <class-decl name='_Bitmap_counter<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='397' column='1' id='type-id-1950'>
<member-type access='private'>
- <typedef-decl name='_BPVector' type-id='type-id-1938' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='400' column='1' id='type-id-1952'/>
+ <typedef-decl name='_BPVector' type-id='type-id-1937' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='400' column='1' id='type-id-1951'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='_Index_type' type-id='type-id-1944' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='401' column='1' id='type-id-1953'/>
+ <typedef-decl name='_Index_type' type-id='type-id-1943' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='401' column='1' id='type-id-1952'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-1905' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='402' column='1' id='type-id-1954'/>
+ <typedef-decl name='pointer' type-id='type-id-1904' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='402' column='1' id='type-id-1953'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_vbp' type-id='type-id-1955' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='404' column='1'/>
+ <var-decl name='_M_vbp' type-id='type-id-1954' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='404' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_curr_bmap' type-id='type-id-1924' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='405' column='1'/>
+ <var-decl name='_M_curr_bmap' type-id='type-id-1923' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='405' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_last_bmap_in_block' type-id='type-id-1924' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='406' column='1'/>
+ <var-decl name='_M_last_bmap_in_block' type-id='type-id-1923' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='406' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='_M_curr_index' type-id='type-id-1953' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='407' column='1'/>
+ <var-decl name='_M_curr_index' type-id='type-id-1952' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='407' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_Bitmap_counter' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='413' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1956' is-artificial='yes'/>
- <parameter type-id='type-id-1957'/>
+ <parameter type-id='type-id-1955' is-artificial='yes'/>
+ <parameter type-id='type-id-1956'/>
<parameter type-id='type-id-55'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_reset' mangled-name='_ZN9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIwE12_Alloc_blockEE8_M_resetEl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='417' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1956' is-artificial='yes'/>
+ <parameter type-id='type-id-1955' is-artificial='yes'/>
<parameter type-id='type-id-55'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_set_internal_bitmap' mangled-name='_ZN9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIwE12_Alloc_blockEE22_M_set_internal_bitmapEPm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='442' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1956' is-artificial='yes'/>
- <parameter type-id='type-id-1924'/>
+ <parameter type-id='type-id-1955' is-artificial='yes'/>
+ <parameter type-id='type-id-1923'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_finished' mangled-name='_ZNK9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIwE12_Alloc_blockEE11_M_finishedEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='446' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1958' is-artificial='yes'/>
+ <parameter type-id='type-id-1957' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator++' mangled-name='_ZN9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIwE12_Alloc_blockEEppEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='450' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1956' is-artificial='yes'/>
- <return type-id='type-id-1959'/>
+ <parameter type-id='type-id-1955' is-artificial='yes'/>
+ <return type-id='type-id-1958'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_get' mangled-name='_ZNK9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIwE12_Alloc_blockEE6_M_getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='465' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1958' is-artificial='yes'/>
- <return type-id='type-id-1924'/>
+ <parameter type-id='type-id-1957' is-artificial='yes'/>
+ <return type-id='type-id-1923'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_base' mangled-name='_ZNK9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIwE12_Alloc_blockEE7_M_baseEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='469' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1958' is-artificial='yes'/>
- <return type-id='type-id-1954'/>
+ <parameter type-id='type-id-1957' is-artificial='yes'/>
+ <return type-id='type-id-1953'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_offset' mangled-name='_ZNK9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIwE12_Alloc_blockEE9_M_offsetEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='473' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1958' is-artificial='yes'/>
- <return type-id='type-id-1953'/>
+ <parameter type-id='type-id-1957' is-artificial='yes'/>
+ <return type-id='type-id-1952'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_where' mangled-name='_ZNK9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIwE12_Alloc_blockEE8_M_whereEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='481' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1958' is-artificial='yes'/>
- <return type-id='type-id-1953'/>
+ <parameter type-id='type-id-1957' is-artificial='yes'/>
+ <return type-id='type-id-1952'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Functor_Ref<__gnu_cxx::__detail::_Ffit_finder<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*> >' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='306' column='1' id='type-id-1960'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1908'/>
+ <class-decl name='_Functor_Ref<__gnu_cxx::__detail::_Ffit_finder<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*> >' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='306' column='1' id='type-id-1959'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1907'/>
<member-type access='private'>
- <typedef-decl name='argument_type' type-id='type-id-1909' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='313' column='1' id='type-id-1961'/>
+ <typedef-decl name='argument_type' type-id='type-id-1908' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='313' column='1' id='type-id-1960'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='result_type' type-id='type-id-1910' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='314' column='1' id='type-id-1962'/>
+ <typedef-decl name='result_type' type-id='type-id-1909' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='314' column='1' id='type-id-1961'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_fref' type-id='type-id-1963' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='310' column='1'/>
+ <var-decl name='_M_fref' type-id='type-id-1962' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='310' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_Functor_Ref' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='316' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1964' is-artificial='yes'/>
- <parameter type-id='type-id-1965'/>
+ <parameter type-id='type-id-1963' is-artificial='yes'/>
+ <parameter type-id='type-id-1964'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator()' mangled-name='_ZN9__gnu_cxx8__detail12_Functor_RefINS0_12_Ffit_finderIPNS_16bitmap_allocatorIwE12_Alloc_blockEEEEclESt4pairIS6_S6_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='320' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1964' is-artificial='yes'/>
- <parameter type-id='type-id-1961'/>
- <return type-id='type-id-1962'/>
+ <parameter type-id='type-id-1963' is-artificial='yes'/>
+ <parameter type-id='type-id-1960'/>
+ <return type-id='type-id-1961'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Ffit_finder<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='332' column='1' id='type-id-1966'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1908'/>
+ <class-decl name='_Ffit_finder<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='332' column='1' id='type-id-1965'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1907'/>
<member-type access='private'>
- <typedef-decl name='_Counter_type' type-id='type-id-1945' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='337' column='1' id='type-id-1967'/>
+ <typedef-decl name='_Counter_type' type-id='type-id-1944' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='337' column='1' id='type-id-1966'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='_Block_pair' type-id='type-id-1904' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='335' column='1' id='type-id-1968'/>
+ <typedef-decl name='_Block_pair' type-id='type-id-1903' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='335' column='1' id='type-id-1967'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_pbitmap' type-id='type-id-1924' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='339' column='1'/>
+ <var-decl name='_M_pbitmap' type-id='type-id-1923' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='339' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_data_offset' type-id='type-id-1967' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='340' column='1'/>
+ <var-decl name='_M_data_offset' type-id='type-id-1966' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='340' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_Ffit_finder' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='343' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1969' is-artificial='yes'/>
+ <parameter type-id='type-id-1968' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator()' mangled-name='_ZN9__gnu_cxx8__detail12_Ffit_finderIPNS_16bitmap_allocatorIwE12_Alloc_blockEEclESt4pairIS5_S5_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='347' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1969' is-artificial='yes'/>
- <parameter type-id='type-id-1968'/>
+ <parameter type-id='type-id-1968' is-artificial='yes'/>
+ <parameter type-id='type-id-1967'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_get' mangled-name='_ZNK9__gnu_cxx8__detail12_Ffit_finderIPNS_16bitmap_allocatorIwE12_Alloc_blockEE6_M_getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='381' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1970' is-artificial='yes'/>
- <return type-id='type-id-1924'/>
+ <parameter type-id='type-id-1969' is-artificial='yes'/>
+ <return type-id='type-id-1923'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_offset' mangled-name='_ZNK9__gnu_cxx8__detail12_Ffit_finderIPNS_16bitmap_allocatorIwE12_Alloc_blockEE9_M_offsetEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='385' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1970' is-artificial='yes'/>
- <return type-id='type-id-1967'/>
+ <parameter type-id='type-id-1969' is-artificial='yes'/>
+ <return type-id='type-id-1966'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Inclusive_between<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='282' column='1' id='type-id-1971'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1908'/>
+ <class-decl name='_Inclusive_between<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='282' column='1' id='type-id-1970'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1907'/>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-1905' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='285' column='1' id='type-id-1972'/>
+ <typedef-decl name='pointer' type-id='type-id-1904' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='285' column='1' id='type-id-1971'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='_Block_pair' type-id='type-id-1904' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='287' column='1' id='type-id-1973'/>
+ <typedef-decl name='_Block_pair' type-id='type-id-1903' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='287' column='1' id='type-id-1972'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_ptr_value' type-id='type-id-1972' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='286' column='1'/>
+ <var-decl name='_M_ptr_value' type-id='type-id-1971' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='286' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_Inclusive_between' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='290' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1974' is-artificial='yes'/>
- <parameter type-id='type-id-1972'/>
+ <parameter type-id='type-id-1973' is-artificial='yes'/>
+ <parameter type-id='type-id-1971'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator()' mangled-name='_ZNK9__gnu_cxx8__detail18_Inclusive_betweenIPNS_16bitmap_allocatorIwE12_Alloc_blockEEclESt4pairIS5_S5_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='294' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1975' is-artificial='yes'/>
- <parameter type-id='type-id-1973'/>
+ <parameter type-id='type-id-1974' is-artificial='yes'/>
+ <parameter type-id='type-id-1972'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='__num_blocks<std::pair<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*, __gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1904'/>
+ <parameter type-id='type-id-1903'/>
<return type-id='type-id-66'/>
</function-decl>
<function-decl name='__num_bitmaps<std::pair<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*, __gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='277' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1904'/>
+ <parameter type-id='type-id-1903'/>
<return type-id='type-id-66'/>
</function-decl>
<function-decl name='__bit_allocate' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='489' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1924'/>
+ <parameter type-id='type-id-1923'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__lower_bound<long unsigned int**, long unsigned int, __gnu_cxx::free_list::_LT_pointer_compare>' mangled-name='_ZN9__gnu_cxx8__detail13__lower_boundIPPmmNS_9free_list19_LT_pointer_compareEEET_S6_S6_RKT0_T1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='237' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1927'/>
- <parameter type-id='type-id-1927'/>
+ <parameter type-id='type-id-1926'/>
+ <parameter type-id='type-id-1926'/>
+ <parameter type-id='type-id-1975'/>
<parameter type-id='type-id-1976'/>
- <parameter type-id='type-id-1977'/>
- <return type-id='type-id-1927'/>
+ <return type-id='type-id-1926'/>
</function-decl>
- <class-decl name='__mini_vector<std::pair<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*, __gnu_cxx::bitmap_allocator<char>::_Alloc_block*> >' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='70' column='1' id='type-id-1978'>
+ <class-decl name='__mini_vector<std::pair<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*, __gnu_cxx::bitmap_allocator<char>::_Alloc_block*> >' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='70' column='1' id='type-id-1977'>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-1902' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='77' column='1' id='type-id-1979'/>
+ <typedef-decl name='pointer' type-id='type-id-1901' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='77' column='1' id='type-id-1978'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-1981' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='78' column='1' id='type-id-1980'/>
+ <typedef-decl name='reference' type-id='type-id-1980' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='78' column='1' id='type-id-1979'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-1983' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='79' column='1' id='type-id-1982'/>
+ <typedef-decl name='const_reference' type-id='type-id-1982' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='79' column='1' id='type-id-1981'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='80' column='1' id='type-id-1984'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='80' column='1' id='type-id-1983'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='difference_type' type-id='type-id-56' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='81' column='1' id='type-id-1985'/>
+ <typedef-decl name='difference_type' type-id='type-id-56' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='81' column='1' id='type-id-1984'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iterator' type-id='type-id-1979' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='82' column='1' id='type-id-1986'/>
+ <typedef-decl name='iterator' type-id='type-id-1978' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='82' column='1' id='type-id-1985'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_start' type-id='type-id-1979' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='85' column='1'/>
+ <var-decl name='_M_start' type-id='type-id-1978' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='85' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_finish' type-id='type-id-1979' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='86' column='1'/>
+ <var-decl name='_M_finish' type-id='type-id-1978' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='86' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_end_of_storage' type-id='type-id-1979' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='87' column='1'/>
+ <var-decl name='_M_end_of_storage' type-id='type-id-1978' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='87' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='__mini_vector' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='72' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1987' is-artificial='yes'/>
- <parameter type-id='type-id-1988'/>
+ <parameter type-id='type-id-1986' is-artificial='yes'/>
+ <parameter type-id='type-id-1987'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EEaSERKS8_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1987' is-artificial='yes'/>
- <parameter type-id='type-id-1988'/>
- <return type-id='type-id-1989'/>
+ <parameter type-id='type-id-1986' is-artificial='yes'/>
+ <parameter type-id='type-id-1987'/>
+ <return type-id='type-id-1988'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_space_left' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EE13_M_space_leftEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1990' is-artificial='yes'/>
- <return type-id='type-id-1984'/>
+ <parameter type-id='type-id-1989' is-artificial='yes'/>
+ <return type-id='type-id-1983'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EE8allocateEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1987' is-artificial='yes'/>
- <parameter type-id='type-id-1984'/>
- <return type-id='type-id-1979'/>
+ <parameter type-id='type-id-1986' is-artificial='yes'/>
+ <parameter type-id='type-id-1983'/>
+ <return type-id='type-id-1978'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EE10deallocateEPS7_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='98' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1987' is-artificial='yes'/>
- <parameter type-id='type-id-1979'/>
- <parameter type-id='type-id-1984'/>
+ <parameter type-id='type-id-1986' is-artificial='yes'/>
+ <parameter type-id='type-id-1978'/>
+ <parameter type-id='type-id-1983'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__mini_vector' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1987' is-artificial='yes'/>
+ <parameter type-id='type-id-1986' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='size' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EE4sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1990' is-artificial='yes'/>
- <return type-id='type-id-1984'/>
+ <parameter type-id='type-id-1989' is-artificial='yes'/>
+ <return type-id='type-id-1983'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='begin' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EE5beginEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1990' is-artificial='yes'/>
- <return type-id='type-id-1986'/>
+ <parameter type-id='type-id-1989' is-artificial='yes'/>
+ <return type-id='type-id-1985'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='end' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EE3endEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1990' is-artificial='yes'/>
- <return type-id='type-id-1986'/>
+ <parameter type-id='type-id-1989' is-artificial='yes'/>
+ <return type-id='type-id-1985'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='back' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EE4backEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1990' is-artificial='yes'/>
- <return type-id='type-id-1980'/>
+ <parameter type-id='type-id-1989' is-artificial='yes'/>
+ <return type-id='type-id-1979'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator[]' mangled-name='_ZNK9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EEixEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='126' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1990' is-artificial='yes'/>
- <parameter type-id='type-id-1984'/>
- <return type-id='type-id-1980'/>
+ <parameter type-id='type-id-1989' is-artificial='yes'/>
+ <parameter type-id='type-id-1983'/>
+ <return type-id='type-id-1979'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='insert' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EE6insertEPS7_RKS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='158' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1987' is-artificial='yes'/>
- <parameter type-id='type-id-1986'/>
- <parameter type-id='type-id-1982'/>
+ <parameter type-id='type-id-1986' is-artificial='yes'/>
+ <parameter type-id='type-id-1985'/>
+ <parameter type-id='type-id-1981'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='push_back' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EE9push_backERKS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1987' is-artificial='yes'/>
- <parameter type-id='type-id-1982'/>
+ <parameter type-id='type-id-1986' is-artificial='yes'/>
+ <parameter type-id='type-id-1981'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='pop_back' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EE8pop_backEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1987' is-artificial='yes'/>
+ <parameter type-id='type-id-1986' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='erase' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EE5eraseEPS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='203' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1987' is-artificial='yes'/>
- <parameter type-id='type-id-1986'/>
+ <parameter type-id='type-id-1986' is-artificial='yes'/>
+ <parameter type-id='type-id-1985'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='clear' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EE5clearEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1987' is-artificial='yes'/>
+ <parameter type-id='type-id-1986' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__mini_vector' mangled-name='_ZN9__gnu_cxx8__detail13__mini_vectorISt4pairIPNS_16bitmap_allocatorIcE12_Alloc_blockES6_EEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1987' is-artificial='yes'/>
+ <parameter type-id='type-id-1986' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Bitmap_counter<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='397' column='1' id='type-id-1991'>
+ <class-decl name='_Bitmap_counter<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='397' column='1' id='type-id-1990'>
<member-type access='private'>
- <typedef-decl name='_BPVector' type-id='type-id-1978' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='400' column='1' id='type-id-1992'/>
+ <typedef-decl name='_BPVector' type-id='type-id-1977' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='400' column='1' id='type-id-1991'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='_Index_type' type-id='type-id-1984' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='401' column='1' id='type-id-1993'/>
+ <typedef-decl name='_Index_type' type-id='type-id-1983' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='401' column='1' id='type-id-1992'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-1901' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='402' column='1' id='type-id-1994'/>
+ <typedef-decl name='pointer' type-id='type-id-1900' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='402' column='1' id='type-id-1993'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_vbp' type-id='type-id-1995' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='404' column='1'/>
+ <var-decl name='_M_vbp' type-id='type-id-1994' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='404' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_curr_bmap' type-id='type-id-1924' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='405' column='1'/>
+ <var-decl name='_M_curr_bmap' type-id='type-id-1923' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='405' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_last_bmap_in_block' type-id='type-id-1924' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='406' column='1'/>
+ <var-decl name='_M_last_bmap_in_block' type-id='type-id-1923' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='406' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='_M_curr_index' type-id='type-id-1993' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='407' column='1'/>
+ <var-decl name='_M_curr_index' type-id='type-id-1992' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='407' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_Bitmap_counter' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='413' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1996' is-artificial='yes'/>
- <parameter type-id='type-id-1997'/>
+ <parameter type-id='type-id-1995' is-artificial='yes'/>
+ <parameter type-id='type-id-1996'/>
<parameter type-id='type-id-55'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_reset' mangled-name='_ZN9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIcE12_Alloc_blockEE8_M_resetEl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='417' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1996' is-artificial='yes'/>
+ <parameter type-id='type-id-1995' is-artificial='yes'/>
<parameter type-id='type-id-55'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_set_internal_bitmap' mangled-name='_ZN9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIcE12_Alloc_blockEE22_M_set_internal_bitmapEPm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='442' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1996' is-artificial='yes'/>
- <parameter type-id='type-id-1924'/>
+ <parameter type-id='type-id-1995' is-artificial='yes'/>
+ <parameter type-id='type-id-1923'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_finished' mangled-name='_ZNK9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIcE12_Alloc_blockEE11_M_finishedEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='446' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1998' is-artificial='yes'/>
+ <parameter type-id='type-id-1997' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator++' mangled-name='_ZN9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIcE12_Alloc_blockEEppEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='450' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1996' is-artificial='yes'/>
- <return type-id='type-id-1999'/>
+ <parameter type-id='type-id-1995' is-artificial='yes'/>
+ <return type-id='type-id-1998'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_get' mangled-name='_ZNK9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIcE12_Alloc_blockEE6_M_getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='465' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1998' is-artificial='yes'/>
- <return type-id='type-id-1924'/>
+ <parameter type-id='type-id-1997' is-artificial='yes'/>
+ <return type-id='type-id-1923'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_base' mangled-name='_ZNK9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIcE12_Alloc_blockEE7_M_baseEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='469' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1998' is-artificial='yes'/>
- <return type-id='type-id-1994'/>
+ <parameter type-id='type-id-1997' is-artificial='yes'/>
+ <return type-id='type-id-1993'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_offset' mangled-name='_ZNK9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIcE12_Alloc_blockEE9_M_offsetEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='473' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1998' is-artificial='yes'/>
- <return type-id='type-id-1993'/>
+ <parameter type-id='type-id-1997' is-artificial='yes'/>
+ <return type-id='type-id-1992'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_where' mangled-name='_ZNK9__gnu_cxx8__detail15_Bitmap_counterIPNS_16bitmap_allocatorIcE12_Alloc_blockEE8_M_whereEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='481' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1998' is-artificial='yes'/>
- <return type-id='type-id-1993'/>
+ <parameter type-id='type-id-1997' is-artificial='yes'/>
+ <return type-id='type-id-1992'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Functor_Ref<__gnu_cxx::__detail::_Ffit_finder<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*> >' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='306' column='1' id='type-id-2000'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1911'/>
+ <class-decl name='_Functor_Ref<__gnu_cxx::__detail::_Ffit_finder<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*> >' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='306' column='1' id='type-id-1999'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1910'/>
<member-type access='private'>
- <typedef-decl name='argument_type' type-id='type-id-1912' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='313' column='1' id='type-id-2001'/>
+ <typedef-decl name='argument_type' type-id='type-id-1911' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='313' column='1' id='type-id-2000'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='result_type' type-id='type-id-1913' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='314' column='1' id='type-id-2002'/>
+ <typedef-decl name='result_type' type-id='type-id-1912' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='314' column='1' id='type-id-2001'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_fref' type-id='type-id-2003' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='310' column='1'/>
+ <var-decl name='_M_fref' type-id='type-id-2002' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='310' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_Functor_Ref' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='316' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2004' is-artificial='yes'/>
- <parameter type-id='type-id-2005'/>
+ <parameter type-id='type-id-2003' is-artificial='yes'/>
+ <parameter type-id='type-id-2004'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator()' mangled-name='_ZN9__gnu_cxx8__detail12_Functor_RefINS0_12_Ffit_finderIPNS_16bitmap_allocatorIcE12_Alloc_blockEEEEclESt4pairIS6_S6_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='320' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2004' is-artificial='yes'/>
- <parameter type-id='type-id-2001'/>
- <return type-id='type-id-2002'/>
+ <parameter type-id='type-id-2003' is-artificial='yes'/>
+ <parameter type-id='type-id-2000'/>
+ <return type-id='type-id-2001'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Ffit_finder<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='332' column='1' id='type-id-2006'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1911'/>
+ <class-decl name='_Ffit_finder<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='332' column='1' id='type-id-2005'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1910'/>
<member-type access='private'>
- <typedef-decl name='_Counter_type' type-id='type-id-1985' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='337' column='1' id='type-id-2007'/>
+ <typedef-decl name='_Counter_type' type-id='type-id-1984' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='337' column='1' id='type-id-2006'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='_Block_pair' type-id='type-id-1900' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='335' column='1' id='type-id-2008'/>
+ <typedef-decl name='_Block_pair' type-id='type-id-1899' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='335' column='1' id='type-id-2007'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_pbitmap' type-id='type-id-1924' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='339' column='1'/>
+ <var-decl name='_M_pbitmap' type-id='type-id-1923' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='339' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_data_offset' type-id='type-id-2007' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='340' column='1'/>
+ <var-decl name='_M_data_offset' type-id='type-id-2006' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='340' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_Ffit_finder' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='343' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2009' is-artificial='yes'/>
+ <parameter type-id='type-id-2008' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator()' mangled-name='_ZN9__gnu_cxx8__detail12_Ffit_finderIPNS_16bitmap_allocatorIcE12_Alloc_blockEEclESt4pairIS5_S5_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='347' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2009' is-artificial='yes'/>
- <parameter type-id='type-id-2008'/>
+ <parameter type-id='type-id-2008' is-artificial='yes'/>
+ <parameter type-id='type-id-2007'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_get' mangled-name='_ZNK9__gnu_cxx8__detail12_Ffit_finderIPNS_16bitmap_allocatorIcE12_Alloc_blockEE6_M_getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='381' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2010' is-artificial='yes'/>
- <return type-id='type-id-1924'/>
+ <parameter type-id='type-id-2009' is-artificial='yes'/>
+ <return type-id='type-id-1923'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_offset' mangled-name='_ZNK9__gnu_cxx8__detail12_Ffit_finderIPNS_16bitmap_allocatorIcE12_Alloc_blockEE9_M_offsetEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='385' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2010' is-artificial='yes'/>
- <return type-id='type-id-2007'/>
+ <parameter type-id='type-id-2009' is-artificial='yes'/>
+ <return type-id='type-id-2006'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Inclusive_between<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='282' column='1' id='type-id-2011'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1911'/>
+ <class-decl name='_Inclusive_between<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*>' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='282' column='1' id='type-id-2010'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-1910'/>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-1901' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='285' column='1' id='type-id-2012'/>
+ <typedef-decl name='pointer' type-id='type-id-1900' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='285' column='1' id='type-id-2011'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='_Block_pair' type-id='type-id-1900' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='287' column='1' id='type-id-2013'/>
+ <typedef-decl name='_Block_pair' type-id='type-id-1899' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='287' column='1' id='type-id-2012'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_ptr_value' type-id='type-id-2012' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='286' column='1'/>
+ <var-decl name='_M_ptr_value' type-id='type-id-2011' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='286' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_Inclusive_between' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='290' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2014' is-artificial='yes'/>
- <parameter type-id='type-id-2012'/>
+ <parameter type-id='type-id-2013' is-artificial='yes'/>
+ <parameter type-id='type-id-2011'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator()' mangled-name='_ZNK9__gnu_cxx8__detail18_Inclusive_betweenIPNS_16bitmap_allocatorIcE12_Alloc_blockEEclESt4pairIS5_S5_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='294' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2015' is-artificial='yes'/>
- <parameter type-id='type-id-2013'/>
+ <parameter type-id='type-id-2014' is-artificial='yes'/>
+ <parameter type-id='type-id-2012'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <class-decl name='bitmap_allocator<wchar_t>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='688' column='1' id='type-id-2016'>
- <base-class access='private' layout-offset-in-bits='0' type-id='type-id-2017'/>
+ <class-decl name='bitmap_allocator<wchar_t>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='688' column='1' id='type-id-2015'>
+ <base-class access='private' layout-offset-in-bits='0' type-id='type-id-2016'/>
<member-type access='private'>
- <class-decl name='_Alloc_block' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='717' column='1' id='type-id-2018'>
+ <class-decl name='_Alloc_block' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='717' column='1' id='type-id-2017'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='__M_unused' type-id='type-id-2019' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='720' column='1'/>
+ <var-decl name='__M_unused' type-id='type-id-2018' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='720' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='private'>
- <typedef-decl name='_BPVector' type-id='type-id-1938' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='726' column='1' id='type-id-2020'/>
+ <typedef-decl name='_BPVector' type-id='type-id-1937' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='726' column='1' id='type-id-2019'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__mutex_type' type-id='type-id-2022' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='698' column='1' id='type-id-2021'/>
+ <typedef-decl name='__mutex_type' type-id='type-id-2021' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='698' column='1' id='type-id-2020'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='691' column='1' id='type-id-2023'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='691' column='1' id='type-id-2022'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-219' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='693' column='1' id='type-id-2024'/>
+ <typedef-decl name='pointer' type-id='type-id-219' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='693' column='1' id='type-id-2023'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_pointer' type-id='type-id-249' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='694' column='1' id='type-id-2025'/>
+ <typedef-decl name='const_pointer' type-id='type-id-249' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='694' column='1' id='type-id-2024'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-254' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='695' column='1' id='type-id-2026'/>
+ <typedef-decl name='reference' type-id='type-id-254' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='695' column='1' id='type-id-2025'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-255' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='696' column='1' id='type-id-2027'/>
+ <typedef-decl name='const_reference' type-id='type-id-255' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='696' column='1' id='type-id-2026'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='_Block_pair' type-id='type-id-1904' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='724' column='1' id='type-id-2028'/>
+ <typedef-decl name='_Block_pair' type-id='type-id-1903' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='724' column='1' id='type-id-2027'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='_BPiter' type-id='type-id-1946' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='727' column='1' id='type-id-2029'/>
+ <typedef-decl name='_BPiter' type-id='type-id-1945' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='727' column='1' id='type-id-2028'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='_S_mem_blocks' type-id='type-id-2020' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE13_S_mem_blocksE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1089' column='1'/>
+ <var-decl name='_S_mem_blocks' type-id='type-id-2019' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE13_S_mem_blocksE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1089' column='1'/>
</data-member>
<data-member access='private' static='yes'>
<var-decl name='_S_block_size' type-id='type-id-66' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE13_S_block_sizeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1092' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_last_request' type-id='type-id-1951' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE15_S_last_requestE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1102' column='1'/>
+ <var-decl name='_S_last_request' type-id='type-id-1950' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE15_S_last_requestE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1102' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_last_dealloc_index' type-id='type-id-1944' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE21_S_last_dealloc_indexE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1097' column='1'/>
+ <var-decl name='_S_last_dealloc_index' type-id='type-id-1943' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE21_S_last_dealloc_indexE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1097' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_mut' type-id='type-id-2021' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE6_S_mutE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1107' column='1'/>
+ <var-decl name='_S_mut' type-id='type-id-2020' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE6_S_mutE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1107' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_S_refill_pool' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE14_S_refill_poolEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='764' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2030' is-artificial='yes'/>
+ <parameter type-id='type-id-2029' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_allocate_single_object' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE25_M_allocate_single_objectEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='822' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2030' is-artificial='yes'/>
- <return type-id='type-id-2024'/>
+ <parameter type-id='type-id-2029' is-artificial='yes'/>
+ <return type-id='type-id-2023'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_deallocate_single_object' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE27_M_deallocate_single_objectEPw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='912' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2030' is-artificial='yes'/>
- <parameter type-id='type-id-2024'/>
+ <parameter type-id='type-id-2029' is-artificial='yes'/>
+ <parameter type-id='type-id-2023'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='bitmap_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='997' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2030' is-artificial='yes'/>
+ <parameter type-id='type-id-2029' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='bitmap_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1000' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2030' is-artificial='yes'/>
- <parameter type-id='type-id-2031'/>
+ <parameter type-id='type-id-2029' is-artificial='yes'/>
+ <parameter type-id='type-id-2030'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~bitmap_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1007' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2030' is-artificial='yes'/>
+ <parameter type-id='type-id-2029' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE8allocateEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1011' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2030' is-artificial='yes'/>
- <parameter type-id='type-id-2023'/>
- <return type-id='type-id-2024'/>
+ <parameter type-id='type-id-2029' is-artificial='yes'/>
+ <parameter type-id='type-id-2022'/>
+ <return type-id='type-id-2023'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE8allocateEmPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1026' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2030' is-artificial='yes'/>
- <parameter type-id='type-id-2023'/>
- <parameter type-id='type-id-2032'/>
- <return type-id='type-id-2024'/>
+ <parameter type-id='type-id-2029' is-artificial='yes'/>
+ <parameter type-id='type-id-2022'/>
+ <parameter type-id='type-id-2031'/>
+ <return type-id='type-id-2023'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE10deallocateEPwm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1030' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2030' is-artificial='yes'/>
- <parameter type-id='type-id-2024'/>
+ <parameter type-id='type-id-2029' is-artificial='yes'/>
<parameter type-id='type-id-2023'/>
+ <parameter type-id='type-id-2022'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx16bitmap_allocatorIwE7addressERw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1042' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2033' is-artificial='yes'/>
- <parameter type-id='type-id-2026'/>
- <return type-id='type-id-2024'/>
+ <parameter type-id='type-id-2032' is-artificial='yes'/>
+ <parameter type-id='type-id-2025'/>
+ <return type-id='type-id-2023'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx16bitmap_allocatorIwE7addressERKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1046' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2033' is-artificial='yes'/>
- <parameter type-id='type-id-2027'/>
- <return type-id='type-id-2025'/>
+ <parameter type-id='type-id-2032' is-artificial='yes'/>
+ <parameter type-id='type-id-2026'/>
+ <return type-id='type-id-2024'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='max_size' mangled-name='_ZNK9__gnu_cxx16bitmap_allocatorIwE8max_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1050' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2033' is-artificial='yes'/>
- <return type-id='type-id-2023'/>
+ <parameter type-id='type-id-2032' is-artificial='yes'/>
+ <return type-id='type-id-2022'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='construct' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE9constructEPwRKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1065' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2030' is-artificial='yes'/>
- <parameter type-id='type-id-2024'/>
- <parameter type-id='type-id-2027'/>
+ <parameter type-id='type-id-2029' is-artificial='yes'/>
+ <parameter type-id='type-id-2023'/>
+ <parameter type-id='type-id-2026'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='destroy' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE7destroyEPw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1069' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2030' is-artificial='yes'/>
- <parameter type-id='type-id-2024'/>
+ <parameter type-id='type-id-2029' is-artificial='yes'/>
+ <parameter type-id='type-id-2023'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_find<__gnu_cxx::__detail::_Functor_Ref<__gnu_cxx::__detail::_Ffit_finder<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*> > >' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwE7_S_findINS_8__detail12_Functor_RefINS3_12_Ffit_finderIPNS1_12_Alloc_blockEEEEEEEPSt4pairIS7_S7_ET_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='731' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1960'/>
- <return type-id='type-id-2029'/>
+ <parameter type-id='type-id-1959'/>
+ <return type-id='type-id-2028'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_find<__gnu_cxx::__detail::_Inclusive_between<__gnu_cxx::bitmap_allocator<wchar_t>::_Alloc_block*> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='731' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1971'/>
- <return type-id='type-id-2029'/>
+ <parameter type-id='type-id-1970'/>
+ <return type-id='type-id-2028'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='bitmap_allocator' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='997' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2030' is-artificial='yes'/>
+ <parameter type-id='type-id-2029' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='bitmap_allocator' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwEC2ERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1000' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2030' is-artificial='yes'/>
- <parameter type-id='type-id-2031'/>
+ <parameter type-id='type-id-2029' is-artificial='yes'/>
+ <parameter type-id='type-id-2030'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~bitmap_allocator' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIwED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1007' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2030' is-artificial='yes'/>
+ <parameter type-id='type-id-2029' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='free_list' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='522' column='1' id='type-id-2017'>
+ <class-decl name='free_list' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='522' column='1' id='type-id-2016'>
<member-type access='private'>
- <class-decl name='_LT_pointer_compare' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='531' column='1' id='type-id-1977'>
+ <class-decl name='_LT_pointer_compare' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='531' column='1' id='type-id-1976'>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNK9__gnu_cxx9free_list19_LT_pointer_compareclEPKmm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='534' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2034' is-artificial='yes'/>
- <parameter type-id='type-id-2035'/>
+ <parameter type-id='type-id-2033' is-artificial='yes'/>
+ <parameter type-id='type-id-2034'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-23'/>
</function-decl>
</class-decl>
</member-type>
<member-type access='private'>
- <typedef-decl name='vector_type' type-id='type-id-1925' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='526' column='1' id='type-id-2036'/>
+ <typedef-decl name='vector_type' type-id='type-id-1924' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='526' column='1' id='type-id-2035'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iterator' type-id='type-id-1933' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='527' column='1' id='type-id-2037'/>
+ <typedef-decl name='iterator' type-id='type-id-1932' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='527' column='1' id='type-id-2036'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__mutex_type' type-id='type-id-1790' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='528' column='1' id='type-id-2022'/>
+ <typedef-decl name='__mutex_type' type-id='type-id-1789' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='528' column='1' id='type-id-2021'/>
</member-type>
<member-function access='private'>
<function-decl name='_M_get_mutex' mangled-name='_ZN9__gnu_cxx9free_list12_M_get_mutexEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='541' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2038' is-artificial='yes'/>
- <return type-id='type-id-2039'/>
+ <parameter type-id='type-id-2037' is-artificial='yes'/>
+ <return type-id='type-id-2038'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_get_free_list' mangled-name='_ZN9__gnu_cxx9free_list16_M_get_free_listEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='549' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2038' is-artificial='yes'/>
- <return type-id='type-id-2040'/>
+ <parameter type-id='type-id-2037' is-artificial='yes'/>
+ <return type-id='type-id-2039'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_validate' mangled-name='_ZN9__gnu_cxx9free_list11_M_validateEPm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='566' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2038' is-artificial='yes'/>
- <parameter type-id='type-id-1924'/>
+ <parameter type-id='type-id-2037' is-artificial='yes'/>
+ <parameter type-id='type-id-1923'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_should_i_give' mangled-name='_ZN9__gnu_cxx9free_list16_M_should_i_giveEmm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='612' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2038' is-artificial='yes'/>
+ <parameter type-id='type-id-2037' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-23'/>
</member-function>
<member-function access='private'>
<function-decl name='_M_insert' mangled-name='_ZN9__gnu_cxx9free_list9_M_insertEPm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='632' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2038' is-artificial='yes'/>
- <parameter type-id='type-id-1924'/>
+ <parameter type-id='type-id-2037' is-artificial='yes'/>
+ <parameter type-id='type-id-1923'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_get' mangled-name='_ZN9__gnu_cxx9free_list6_M_getEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='652' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx9free_list6_M_getEm@@GLIBCXX_3.4.4'>
- <parameter type-id='type-id-2038' is-artificial='yes'/>
+ <parameter type-id='type-id-2037' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-1924'/>
+ <return type-id='type-id-1923'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_clear' mangled-name='_ZN9__gnu_cxx9free_list8_M_clearEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='658' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx9free_list8_M_clearEv@@GLIBCXX_3.4.4'>
- <parameter type-id='type-id-2038' is-artificial='yes'/>
+ <parameter type-id='type-id-2037' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='bitmap_allocator<void>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='668' column='1' id='type-id-2041'>
+ <class-decl name='bitmap_allocator<void>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='668' column='1' id='type-id-2040'>
<member-type access='private'>
- <typedef-decl name='const_pointer' type-id='type-id-33' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='672' column='1' id='type-id-2032'/>
+ <typedef-decl name='const_pointer' type-id='type-id-33' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='672' column='1' id='type-id-2031'/>
</member-type>
</class-decl>
<function-decl name='_Bit_scan_forward' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='514' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-66'/>
<return type-id='type-id-66'/>
</function-decl>
- <class-decl name='bitmap_allocator<char>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='688' column='1' id='type-id-2042'>
- <base-class access='private' layout-offset-in-bits='0' type-id='type-id-2017'/>
+ <class-decl name='bitmap_allocator<char>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='688' column='1' id='type-id-2041'>
+ <base-class access='private' layout-offset-in-bits='0' type-id='type-id-2016'/>
<member-type access='private'>
- <class-decl name='_Alloc_block' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='717' column='1' id='type-id-2043'>
+ <class-decl name='_Alloc_block' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='717' column='1' id='type-id-2042'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='__M_unused' type-id='type-id-2019' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='720' column='1'/>
+ <var-decl name='__M_unused' type-id='type-id-2018' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='720' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='private'>
- <typedef-decl name='_BPVector' type-id='type-id-1978' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='726' column='1' id='type-id-2044'/>
+ <typedef-decl name='_BPVector' type-id='type-id-1977' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='726' column='1' id='type-id-2043'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__mutex_type' type-id='type-id-2022' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='698' column='1' id='type-id-2045'/>
+ <typedef-decl name='__mutex_type' type-id='type-id-2021' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='698' column='1' id='type-id-2044'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='691' column='1' id='type-id-2046'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='691' column='1' id='type-id-2045'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-149' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='693' column='1' id='type-id-2047'/>
+ <typedef-decl name='pointer' type-id='type-id-149' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='693' column='1' id='type-id-2046'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_pointer' type-id='type-id-11' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='694' column='1' id='type-id-2048'/>
+ <typedef-decl name='const_pointer' type-id='type-id-11' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='694' column='1' id='type-id-2047'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-187' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='695' column='1' id='type-id-2049'/>
+ <typedef-decl name='reference' type-id='type-id-187' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='695' column='1' id='type-id-2048'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-188' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='696' column='1' id='type-id-2050'/>
+ <typedef-decl name='const_reference' type-id='type-id-188' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='696' column='1' id='type-id-2049'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='_Block_pair' type-id='type-id-1900' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='724' column='1' id='type-id-2051'/>
+ <typedef-decl name='_Block_pair' type-id='type-id-1899' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='724' column='1' id='type-id-2050'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='_BPiter' type-id='type-id-1986' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='727' column='1' id='type-id-2052'/>
+ <typedef-decl name='_BPiter' type-id='type-id-1985' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='727' column='1' id='type-id-2051'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='_S_mem_blocks' type-id='type-id-2044' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE13_S_mem_blocksE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1089' column='1'/>
+ <var-decl name='_S_mem_blocks' type-id='type-id-2043' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE13_S_mem_blocksE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1089' column='1'/>
</data-member>
<data-member access='private' static='yes'>
<var-decl name='_S_block_size' type-id='type-id-66' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE13_S_block_sizeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1092' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_last_request' type-id='type-id-1991' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE15_S_last_requestE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1102' column='1'/>
+ <var-decl name='_S_last_request' type-id='type-id-1990' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE15_S_last_requestE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1102' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_last_dealloc_index' type-id='type-id-1984' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE21_S_last_dealloc_indexE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1097' column='1'/>
+ <var-decl name='_S_last_dealloc_index' type-id='type-id-1983' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE21_S_last_dealloc_indexE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1097' column='1'/>
</data-member>
<data-member access='private' static='yes'>
- <var-decl name='_S_mut' type-id='type-id-2045' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE6_S_mutE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1107' column='1'/>
+ <var-decl name='_S_mut' type-id='type-id-2044' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE6_S_mutE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1107' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_S_refill_pool' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE14_S_refill_poolEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='764' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2053' is-artificial='yes'/>
+ <parameter type-id='type-id-2052' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_allocate_single_object' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE25_M_allocate_single_objectEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='822' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2053' is-artificial='yes'/>
- <return type-id='type-id-2047'/>
+ <parameter type-id='type-id-2052' is-artificial='yes'/>
+ <return type-id='type-id-2046'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_deallocate_single_object' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE27_M_deallocate_single_objectEPc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='912' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2053' is-artificial='yes'/>
- <parameter type-id='type-id-2047'/>
+ <parameter type-id='type-id-2052' is-artificial='yes'/>
+ <parameter type-id='type-id-2046'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='bitmap_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='997' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2053' is-artificial='yes'/>
+ <parameter type-id='type-id-2052' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='bitmap_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1000' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2053' is-artificial='yes'/>
- <parameter type-id='type-id-2054'/>
+ <parameter type-id='type-id-2052' is-artificial='yes'/>
+ <parameter type-id='type-id-2053'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~bitmap_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1007' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2053' is-artificial='yes'/>
+ <parameter type-id='type-id-2052' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE8allocateEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1011' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2053' is-artificial='yes'/>
- <parameter type-id='type-id-2046'/>
- <return type-id='type-id-2047'/>
+ <parameter type-id='type-id-2052' is-artificial='yes'/>
+ <parameter type-id='type-id-2045'/>
+ <return type-id='type-id-2046'/>
</function-decl>
</member-function>
<member-function access='private'>
- <function-decl name='allocate' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE8allocateEmPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1026' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2053' is-artificial='yes'/>
- <parameter type-id='type-id-2046'/>
- <parameter type-id='type-id-2032'/>
- <return type-id='type-id-2047'/>
+ <function-decl name='allocate' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE8allocateEmPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1026' column='1' visibility='default' binding='global' size-in-bits='64'>
+ <parameter type-id='type-id-2052' is-artificial='yes'/>
+ <parameter type-id='type-id-2045'/>
+ <parameter type-id='type-id-2031'/>
+ <return type-id='type-id-2046'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE10deallocateEPcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1030' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2053' is-artificial='yes'/>
- <parameter type-id='type-id-2047'/>
+ <parameter type-id='type-id-2052' is-artificial='yes'/>
<parameter type-id='type-id-2046'/>
+ <parameter type-id='type-id-2045'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx16bitmap_allocatorIcE7addressERc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1042' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2055' is-artificial='yes'/>
- <parameter type-id='type-id-2049'/>
- <return type-id='type-id-2047'/>
+ <parameter type-id='type-id-2054' is-artificial='yes'/>
+ <parameter type-id='type-id-2048'/>
+ <return type-id='type-id-2046'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx16bitmap_allocatorIcE7addressERKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1046' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2055' is-artificial='yes'/>
- <parameter type-id='type-id-2050'/>
- <return type-id='type-id-2048'/>
+ <parameter type-id='type-id-2054' is-artificial='yes'/>
+ <parameter type-id='type-id-2049'/>
+ <return type-id='type-id-2047'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='max_size' mangled-name='_ZNK9__gnu_cxx16bitmap_allocatorIcE8max_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1050' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2055' is-artificial='yes'/>
- <return type-id='type-id-2046'/>
+ <parameter type-id='type-id-2054' is-artificial='yes'/>
+ <return type-id='type-id-2045'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='construct' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE9constructEPcRKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1065' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2053' is-artificial='yes'/>
- <parameter type-id='type-id-2047'/>
- <parameter type-id='type-id-2050'/>
+ <parameter type-id='type-id-2052' is-artificial='yes'/>
+ <parameter type-id='type-id-2046'/>
+ <parameter type-id='type-id-2049'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='destroy' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE7destroyEPc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1069' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2053' is-artificial='yes'/>
- <parameter type-id='type-id-2047'/>
+ <parameter type-id='type-id-2052' is-artificial='yes'/>
+ <parameter type-id='type-id-2046'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_find<__gnu_cxx::__detail::_Functor_Ref<__gnu_cxx::__detail::_Ffit_finder<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*> > >' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcE7_S_findINS_8__detail12_Functor_RefINS3_12_Ffit_finderIPNS1_12_Alloc_blockEEEEEEEPSt4pairIS7_S7_ET_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='731' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2000'/>
- <return type-id='type-id-2052'/>
+ <parameter type-id='type-id-1999'/>
+ <return type-id='type-id-2051'/>
</function-decl>
</member-function>
<member-function access='private' static='yes'>
<function-decl name='_S_find<__gnu_cxx::__detail::_Inclusive_between<__gnu_cxx::bitmap_allocator<char>::_Alloc_block*> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='731' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2011'/>
- <return type-id='type-id-2052'/>
+ <parameter type-id='type-id-2010'/>
+ <return type-id='type-id-2051'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='bitmap_allocator' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='997' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2053' is-artificial='yes'/>
+ <parameter type-id='type-id-2052' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='bitmap_allocator' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcEC2ERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1000' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2053' is-artificial='yes'/>
- <parameter type-id='type-id-2054'/>
+ <parameter type-id='type-id-2052' is-artificial='yes'/>
+ <parameter type-id='type-id-2053'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~bitmap_allocator' mangled-name='_ZN9__gnu_cxx16bitmap_allocatorIcED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/bitmap_allocator.h' line='1007' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2053' is-artificial='yes'/>
+ <parameter type-id='type-id-2052' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-66' size-in-bits='64' id='type-id-1924'/>
+ <pointer-type-def type-id='type-id-66' size-in-bits='64' id='type-id-1923'/>
- <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='64' id='type-id-2019'>
- <subrange length='8' type-id='type-id-515' id='type-id-596'/>
+ <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='64' id='type-id-2018'>
+ <subrange length='8' type-id='type-id-515' id='type-id-595'/>
</array-type-def>
- <qualified-type-def type-id='type-id-1977' const='yes' id='type-id-2056'/>
- <pointer-type-def type-id='type-id-2056' size-in-bits='64' id='type-id-2034'/>
- <pointer-type-def type-id='type-id-642' size-in-bits='64' id='type-id-2035'/>
- <pointer-type-def type-id='type-id-69' size-in-bits='64' id='type-id-2057'/>
- <pointer-type-def type-id='type-id-2057' size-in-bits='64' id='type-id-1927'/>
- <reference-type-def kind='lvalue' type-id='type-id-2057' size-in-bits='64' id='type-id-1929'/>
- <qualified-type-def type-id='type-id-2057' const='yes' id='type-id-2058'/>
- <reference-type-def kind='lvalue' type-id='type-id-2058' size-in-bits='64' id='type-id-1931'/>
- <pointer-type-def type-id='type-id-1925' size-in-bits='64' id='type-id-1934'/>
- <qualified-type-def type-id='type-id-1925' const='yes' id='type-id-2059'/>
- <reference-type-def kind='lvalue' type-id='type-id-2059' size-in-bits='64' id='type-id-1935'/>
- <reference-type-def kind='lvalue' type-id='type-id-1925' size-in-bits='64' id='type-id-1936'/>
- <pointer-type-def type-id='type-id-2059' size-in-bits='64' id='type-id-1937'/>
- <qualified-type-def type-id='type-id-1930' const='yes' id='type-id-2060'/>
- <qualified-type-def type-id='type-id-1932' const='yes' id='type-id-2061'/>
- <reference-type-def kind='lvalue' type-id='type-id-2022' size-in-bits='64' id='type-id-2039'/>
- <pointer-type-def type-id='type-id-2017' size-in-bits='64' id='type-id-2038'/>
- <reference-type-def kind='lvalue' type-id='type-id-2036' size-in-bits='64' id='type-id-2040'/>
- <qualified-type-def type-id='type-id-2036' const='yes' id='type-id-2062'/>
- <pointer-type-def type-id='type-id-1904' size-in-bits='64' id='type-id-1906'/>
- <reference-type-def kind='lvalue' type-id='type-id-1904' size-in-bits='64' id='type-id-1941'/>
- <qualified-type-def type-id='type-id-1904' const='yes' id='type-id-2063'/>
- <reference-type-def kind='lvalue' type-id='type-id-2063' size-in-bits='64' id='type-id-1943'/>
- <pointer-type-def type-id='type-id-1938' size-in-bits='64' id='type-id-1947'/>
- <qualified-type-def type-id='type-id-1938' const='yes' id='type-id-2064'/>
- <reference-type-def kind='lvalue' type-id='type-id-2064' size-in-bits='64' id='type-id-1948'/>
- <reference-type-def kind='lvalue' type-id='type-id-1938' size-in-bits='64' id='type-id-1949'/>
- <pointer-type-def type-id='type-id-2064' size-in-bits='64' id='type-id-1950'/>
- <qualified-type-def type-id='type-id-1944' const='yes' id='type-id-2065'/>
- <qualified-type-def type-id='type-id-1942' const='yes' id='type-id-2066'/>
- <reference-type-def kind='lvalue' type-id='type-id-1952' size-in-bits='64' id='type-id-1957'/>
- <qualified-type-def type-id='type-id-1957' id='type-id-1955'/>
- <pointer-type-def type-id='type-id-2018' size-in-bits='64' id='type-id-1905'/>
- <pointer-type-def type-id='type-id-1951' size-in-bits='64' id='type-id-1956'/>
- <qualified-type-def type-id='type-id-1951' const='yes' id='type-id-2067'/>
- <pointer-type-def type-id='type-id-2067' size-in-bits='64' id='type-id-1958'/>
- <reference-type-def kind='lvalue' type-id='type-id-1951' size-in-bits='64' id='type-id-1959'/>
- <pointer-type-def type-id='type-id-2016' size-in-bits='64' id='type-id-2030'/>
- <qualified-type-def type-id='type-id-2016' const='yes' id='type-id-2068'/>
- <reference-type-def kind='lvalue' type-id='type-id-2068' size-in-bits='64' id='type-id-2031'/>
- <pointer-type-def type-id='type-id-2068' size-in-bits='64' id='type-id-2033'/>
+ <qualified-type-def type-id='type-id-1976' const='yes' id='type-id-2055'/>
+ <pointer-type-def type-id='type-id-2055' size-in-bits='64' id='type-id-2033'/>
+ <pointer-type-def type-id='type-id-641' size-in-bits='64' id='type-id-2034'/>
+ <pointer-type-def type-id='type-id-69' size-in-bits='64' id='type-id-2056'/>
+ <pointer-type-def type-id='type-id-2056' size-in-bits='64' id='type-id-1926'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2056' size-in-bits='64' id='type-id-1928'/>
+ <qualified-type-def type-id='type-id-2056' const='yes' id='type-id-2057'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2057' size-in-bits='64' id='type-id-1930'/>
+ <pointer-type-def type-id='type-id-1924' size-in-bits='64' id='type-id-1933'/>
+ <qualified-type-def type-id='type-id-1924' const='yes' id='type-id-2058'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2058' size-in-bits='64' id='type-id-1934'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1924' size-in-bits='64' id='type-id-1935'/>
+ <pointer-type-def type-id='type-id-2058' size-in-bits='64' id='type-id-1936'/>
+ <qualified-type-def type-id='type-id-1929' const='yes' id='type-id-2059'/>
+ <qualified-type-def type-id='type-id-1931' const='yes' id='type-id-2060'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2021' size-in-bits='64' id='type-id-2038'/>
+ <pointer-type-def type-id='type-id-2016' size-in-bits='64' id='type-id-2037'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2035' size-in-bits='64' id='type-id-2039'/>
+ <qualified-type-def type-id='type-id-2035' const='yes' id='type-id-2061'/>
+ <pointer-type-def type-id='type-id-1903' size-in-bits='64' id='type-id-1905'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1903' size-in-bits='64' id='type-id-1940'/>
+ <qualified-type-def type-id='type-id-1903' const='yes' id='type-id-2062'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2062' size-in-bits='64' id='type-id-1942'/>
+ <pointer-type-def type-id='type-id-1937' size-in-bits='64' id='type-id-1946'/>
+ <qualified-type-def type-id='type-id-1937' const='yes' id='type-id-2063'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2063' size-in-bits='64' id='type-id-1947'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1937' size-in-bits='64' id='type-id-1948'/>
+ <pointer-type-def type-id='type-id-2063' size-in-bits='64' id='type-id-1949'/>
+ <qualified-type-def type-id='type-id-1943' const='yes' id='type-id-2064'/>
+ <qualified-type-def type-id='type-id-1941' const='yes' id='type-id-2065'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1951' size-in-bits='64' id='type-id-1956'/>
+ <qualified-type-def type-id='type-id-1956' id='type-id-1954'/>
+ <pointer-type-def type-id='type-id-2017' size-in-bits='64' id='type-id-1904'/>
+ <pointer-type-def type-id='type-id-1950' size-in-bits='64' id='type-id-1955'/>
+ <qualified-type-def type-id='type-id-1950' const='yes' id='type-id-2066'/>
+ <pointer-type-def type-id='type-id-2066' size-in-bits='64' id='type-id-1957'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1950' size-in-bits='64' id='type-id-1958'/>
+ <pointer-type-def type-id='type-id-2015' size-in-bits='64' id='type-id-2029'/>
+ <qualified-type-def type-id='type-id-2015' const='yes' id='type-id-2067'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2067' size-in-bits='64' id='type-id-2030'/>
+ <pointer-type-def type-id='type-id-2067' size-in-bits='64' id='type-id-2032'/>
+ <qualified-type-def type-id='type-id-2025' const='yes' id='type-id-2068'/>
<qualified-type-def type-id='type-id-2026' const='yes' id='type-id-2069'/>
- <qualified-type-def type-id='type-id-2027' const='yes' id='type-id-2070'/>
- <pointer-type-def type-id='type-id-1966' size-in-bits='64' id='type-id-1969'/>
- <qualified-type-def type-id='type-id-1966' const='yes' id='type-id-2071'/>
- <pointer-type-def type-id='type-id-2071' size-in-bits='64' id='type-id-1970'/>
- <reference-type-def kind='lvalue' type-id='type-id-1966' size-in-bits='64' id='type-id-1965'/>
- <qualified-type-def type-id='type-id-1965' id='type-id-1963'/>
- <pointer-type-def type-id='type-id-1960' size-in-bits='64' id='type-id-1964'/>
- <pointer-type-def type-id='type-id-1971' size-in-bits='64' id='type-id-1974'/>
- <qualified-type-def type-id='type-id-1971' const='yes' id='type-id-2072'/>
- <pointer-type-def type-id='type-id-2072' size-in-bits='64' id='type-id-1975'/>
- <qualified-type-def type-id='type-id-2023' const='yes' id='type-id-2073'/>
- <qualified-type-def type-id='type-id-1905' const='yes' id='type-id-2074'/>
- <reference-type-def kind='lvalue' type-id='type-id-2074' size-in-bits='64' id='type-id-1907'/>
- <reference-type-def kind='lvalue' type-id='type-id-1505' size-in-bits='64' id='type-id-1976'/>
- <pointer-type-def type-id='type-id-1900' size-in-bits='64' id='type-id-1902'/>
- <reference-type-def kind='lvalue' type-id='type-id-1900' size-in-bits='64' id='type-id-1981'/>
- <qualified-type-def type-id='type-id-1900' const='yes' id='type-id-2075'/>
- <reference-type-def kind='lvalue' type-id='type-id-2075' size-in-bits='64' id='type-id-1983'/>
- <pointer-type-def type-id='type-id-1978' size-in-bits='64' id='type-id-1987'/>
- <qualified-type-def type-id='type-id-1978' const='yes' id='type-id-2076'/>
- <reference-type-def kind='lvalue' type-id='type-id-2076' size-in-bits='64' id='type-id-1988'/>
- <reference-type-def kind='lvalue' type-id='type-id-1978' size-in-bits='64' id='type-id-1989'/>
- <pointer-type-def type-id='type-id-2076' size-in-bits='64' id='type-id-1990'/>
- <qualified-type-def type-id='type-id-1984' const='yes' id='type-id-2077'/>
- <qualified-type-def type-id='type-id-1982' const='yes' id='type-id-2078'/>
- <reference-type-def kind='lvalue' type-id='type-id-1992' size-in-bits='64' id='type-id-1997'/>
- <qualified-type-def type-id='type-id-1997' id='type-id-1995'/>
- <pointer-type-def type-id='type-id-2043' size-in-bits='64' id='type-id-1901'/>
- <pointer-type-def type-id='type-id-1991' size-in-bits='64' id='type-id-1996'/>
- <qualified-type-def type-id='type-id-1991' const='yes' id='type-id-2079'/>
- <pointer-type-def type-id='type-id-2079' size-in-bits='64' id='type-id-1998'/>
- <reference-type-def kind='lvalue' type-id='type-id-1991' size-in-bits='64' id='type-id-1999'/>
- <pointer-type-def type-id='type-id-2042' size-in-bits='64' id='type-id-2053'/>
- <qualified-type-def type-id='type-id-2042' const='yes' id='type-id-2080'/>
- <reference-type-def kind='lvalue' type-id='type-id-2080' size-in-bits='64' id='type-id-2054'/>
- <pointer-type-def type-id='type-id-2080' size-in-bits='64' id='type-id-2055'/>
+ <pointer-type-def type-id='type-id-1965' size-in-bits='64' id='type-id-1968'/>
+ <qualified-type-def type-id='type-id-1965' const='yes' id='type-id-2070'/>
+ <pointer-type-def type-id='type-id-2070' size-in-bits='64' id='type-id-1969'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1965' size-in-bits='64' id='type-id-1964'/>
+ <qualified-type-def type-id='type-id-1964' id='type-id-1962'/>
+ <pointer-type-def type-id='type-id-1959' size-in-bits='64' id='type-id-1963'/>
+ <pointer-type-def type-id='type-id-1970' size-in-bits='64' id='type-id-1973'/>
+ <qualified-type-def type-id='type-id-1970' const='yes' id='type-id-2071'/>
+ <pointer-type-def type-id='type-id-2071' size-in-bits='64' id='type-id-1974'/>
+ <qualified-type-def type-id='type-id-2022' const='yes' id='type-id-2072'/>
+ <qualified-type-def type-id='type-id-1904' const='yes' id='type-id-2073'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2073' size-in-bits='64' id='type-id-1906'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1504' size-in-bits='64' id='type-id-1975'/>
+ <pointer-type-def type-id='type-id-1899' size-in-bits='64' id='type-id-1901'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1899' size-in-bits='64' id='type-id-1980'/>
+ <qualified-type-def type-id='type-id-1899' const='yes' id='type-id-2074'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2074' size-in-bits='64' id='type-id-1982'/>
+ <pointer-type-def type-id='type-id-1977' size-in-bits='64' id='type-id-1986'/>
+ <qualified-type-def type-id='type-id-1977' const='yes' id='type-id-2075'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2075' size-in-bits='64' id='type-id-1987'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1977' size-in-bits='64' id='type-id-1988'/>
+ <pointer-type-def type-id='type-id-2075' size-in-bits='64' id='type-id-1989'/>
+ <qualified-type-def type-id='type-id-1983' const='yes' id='type-id-2076'/>
+ <qualified-type-def type-id='type-id-1981' const='yes' id='type-id-2077'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1991' size-in-bits='64' id='type-id-1996'/>
+ <qualified-type-def type-id='type-id-1996' id='type-id-1994'/>
+ <pointer-type-def type-id='type-id-2042' size-in-bits='64' id='type-id-1900'/>
+ <pointer-type-def type-id='type-id-1990' size-in-bits='64' id='type-id-1995'/>
+ <qualified-type-def type-id='type-id-1990' const='yes' id='type-id-2078'/>
+ <pointer-type-def type-id='type-id-2078' size-in-bits='64' id='type-id-1997'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1990' size-in-bits='64' id='type-id-1998'/>
+ <pointer-type-def type-id='type-id-2041' size-in-bits='64' id='type-id-2052'/>
+ <qualified-type-def type-id='type-id-2041' const='yes' id='type-id-2079'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2079' size-in-bits='64' id='type-id-2053'/>
+ <pointer-type-def type-id='type-id-2079' size-in-bits='64' id='type-id-2054'/>
+ <qualified-type-def type-id='type-id-2048' const='yes' id='type-id-2080'/>
<qualified-type-def type-id='type-id-2049' const='yes' id='type-id-2081'/>
- <qualified-type-def type-id='type-id-2050' const='yes' id='type-id-2082'/>
- <pointer-type-def type-id='type-id-2006' size-in-bits='64' id='type-id-2009'/>
- <qualified-type-def type-id='type-id-2006' const='yes' id='type-id-2083'/>
- <pointer-type-def type-id='type-id-2083' size-in-bits='64' id='type-id-2010'/>
- <reference-type-def kind='lvalue' type-id='type-id-2006' size-in-bits='64' id='type-id-2005'/>
- <qualified-type-def type-id='type-id-2005' id='type-id-2003'/>
- <pointer-type-def type-id='type-id-2000' size-in-bits='64' id='type-id-2004'/>
- <pointer-type-def type-id='type-id-2011' size-in-bits='64' id='type-id-2014'/>
- <qualified-type-def type-id='type-id-2011' const='yes' id='type-id-2084'/>
- <pointer-type-def type-id='type-id-2084' size-in-bits='64' id='type-id-2015'/>
- <qualified-type-def type-id='type-id-2046' const='yes' id='type-id-2085'/>
- <qualified-type-def type-id='type-id-1901' const='yes' id='type-id-2086'/>
- <reference-type-def kind='lvalue' type-id='type-id-2086' size-in-bits='64' id='type-id-1903'/>
-
- <qualified-type-def type-id='type-id-1914' const='yes' id='type-id-2087'/>
- <pointer-type-def type-id='type-id-2087' size-in-bits='64' id='type-id-1916'/>
- <qualified-type-def type-id='type-id-1917' const='yes' id='type-id-2088'/>
- <pointer-type-def type-id='type-id-2088' size-in-bits='64' id='type-id-1918'/>
- <qualified-type-def type-id='type-id-1919' const='yes' id='type-id-2089'/>
- <pointer-type-def type-id='type-id-2089' size-in-bits='64' id='type-id-1921'/>
- <qualified-type-def type-id='type-id-1922' const='yes' id='type-id-2090'/>
- <pointer-type-def type-id='type-id-2090' size-in-bits='64' id='type-id-1923'/>
+ <pointer-type-def type-id='type-id-2005' size-in-bits='64' id='type-id-2008'/>
+ <qualified-type-def type-id='type-id-2005' const='yes' id='type-id-2082'/>
+ <pointer-type-def type-id='type-id-2082' size-in-bits='64' id='type-id-2009'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2005' size-in-bits='64' id='type-id-2004'/>
+ <qualified-type-def type-id='type-id-2004' id='type-id-2002'/>
+ <pointer-type-def type-id='type-id-1999' size-in-bits='64' id='type-id-2003'/>
+ <pointer-type-def type-id='type-id-2010' size-in-bits='64' id='type-id-2013'/>
+ <qualified-type-def type-id='type-id-2010' const='yes' id='type-id-2083'/>
+ <pointer-type-def type-id='type-id-2083' size-in-bits='64' id='type-id-2014'/>
+ <qualified-type-def type-id='type-id-2045' const='yes' id='type-id-2084'/>
+ <qualified-type-def type-id='type-id-1900' const='yes' id='type-id-2085'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2085' size-in-bits='64' id='type-id-1902'/>
+
+ <qualified-type-def type-id='type-id-1913' const='yes' id='type-id-2086'/>
+ <pointer-type-def type-id='type-id-2086' size-in-bits='64' id='type-id-1915'/>
+ <qualified-type-def type-id='type-id-1916' const='yes' id='type-id-2087'/>
+ <pointer-type-def type-id='type-id-2087' size-in-bits='64' id='type-id-1917'/>
+ <qualified-type-def type-id='type-id-1918' const='yes' id='type-id-2088'/>
+ <pointer-type-def type-id='type-id-2088' size-in-bits='64' id='type-id-1920'/>
+ <qualified-type-def type-id='type-id-1921' const='yes' id='type-id-2089'/>
+ <pointer-type-def type-id='type-id-2089' size-in-bits='64' id='type-id-1922'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/pool_allocator.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__pool_alloc_base' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='77' column='1' id='type-id-2091'>
+ <class-decl name='__pool_alloc_base' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='77' column='1' id='type-id-2090'>
<member-type access='protected'>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='81' column='1' id='type-id-2092'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='81' column='1' id='type-id-2091'>
<underlying-type type-id='type-id-6'/>
<enumerator name='_S_align' value='8'/>
</enum-decl>
</member-type>
<member-type access='protected'>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='82' column='1' id='type-id-2093'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='82' column='1' id='type-id-2092'>
<underlying-type type-id='type-id-6'/>
<enumerator name='_S_max_bytes' value='128'/>
</enum-decl>
</member-type>
<member-type access='protected'>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='83' column='1' id='type-id-2094'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='83' column='1' id='type-id-2093'>
<underlying-type type-id='type-id-6'/>
<enumerator name='_S_free_list_size' value='16'/>
</enum-decl>
</member-type>
<member-type access='protected'>
- <union-decl name='_Obj' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='85' column='1' id='type-id-2095'>
+ <union-decl name='_Obj' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='85' column='1' id='type-id-2094'>
<data-member access='private'>
- <var-decl name='_M_free_list_link' type-id='type-id-2096' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='87' column='1'/>
+ <var-decl name='_M_free_list_link' type-id='type-id-2095' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='87' column='1'/>
</data-member>
<data-member access='private'>
<var-decl name='_M_client_data' type-id='type-id-509' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='88' column='1'/>
</union-decl>
</member-type>
<data-member access='protected' static='yes'>
- <var-decl name='_S_free_list' type-id='type-id-2097' mangled-name='_ZN9__gnu_cxx17__pool_alloc_base12_S_free_listE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='91' column='1'/>
+ <var-decl name='_S_free_list' type-id='type-id-2096' mangled-name='_ZN9__gnu_cxx17__pool_alloc_base12_S_free_listE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='91' column='1'/>
</data-member>
<data-member access='protected' static='yes'>
<var-decl name='_S_start_free' type-id='type-id-149' mangled-name='_ZN9__gnu_cxx17__pool_alloc_base13_S_start_freeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='94' column='1'/>
</data-member>
<member-function access='protected'>
<function-decl name='_M_round_up' mangled-name='_ZN9__gnu_cxx17__pool_alloc_base11_M_round_upEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2098' is-artificial='yes'/>
+ <parameter type-id='type-id-2097' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_get_free_list' mangled-name='_ZN9__gnu_cxx17__pool_alloc_base16_M_get_free_listEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx17__pool_alloc_base16_M_get_free_listEm@@GLIBCXX_3.4.2'>
- <parameter type-id='type-id-2098' is-artificial='yes'/>
+ <parameter type-id='type-id-2097' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-2099'/>
+ <return type-id='type-id-2098'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_get_mutex' mangled-name='_ZN9__gnu_cxx17__pool_alloc_base12_M_get_mutexEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx17__pool_alloc_base12_M_get_mutexEv@@GLIBCXX_3.4.2'>
- <parameter type-id='type-id-2098' is-artificial='yes'/>
- <return type-id='type-id-1793'/>
+ <parameter type-id='type-id-2097' is-artificial='yes'/>
+ <return type-id='type-id-1792'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_refill' mangled-name='_ZN9__gnu_cxx17__pool_alloc_base9_M_refillEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='111' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx17__pool_alloc_base9_M_refillEm@@GLIBCXX_3.4.2'>
- <parameter type-id='type-id-2098' is-artificial='yes'/>
+ <parameter type-id='type-id-2097' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-33'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_allocate_chunk' mangled-name='_ZN9__gnu_cxx17__pool_alloc_base17_M_allocate_chunkEmRi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='116' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2098' is-artificial='yes'/>
+ <parameter type-id='type-id-2097' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-313'/>
<return type-id='type-id-149'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__pool_alloc<char>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='125' column='1' id='type-id-2100'>
- <base-class access='private' layout-offset-in-bits='0' type-id='type-id-2091'/>
+ <class-decl name='__pool_alloc<char>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='125' column='1' id='type-id-2099'>
+ <base-class access='private' layout-offset-in-bits='0' type-id='type-id-2090'/>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='131' column='1' id='type-id-2101'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='131' column='1' id='type-id-2100'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-149' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='133' column='1' id='type-id-2102'/>
+ <typedef-decl name='pointer' type-id='type-id-149' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='133' column='1' id='type-id-2101'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_pointer' type-id='type-id-11' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='134' column='1' id='type-id-2103'/>
+ <typedef-decl name='const_pointer' type-id='type-id-11' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='134' column='1' id='type-id-2102'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-187' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='135' column='1' id='type-id-2104'/>
+ <typedef-decl name='reference' type-id='type-id-187' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='135' column='1' id='type-id-2103'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-188' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='136' column='1' id='type-id-2105'/>
+ <typedef-decl name='const_reference' type-id='type-id-188' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='136' column='1' id='type-id-2104'/>
</member-type>
<data-member access='private' static='yes'>
<var-decl name='_S_force_new' type-id='type-id-78' mangled-name='_ZN9__gnu_cxx12__pool_allocIcE12_S_force_newE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='203' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='__pool_alloc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2106' is-artificial='yes'/>
+ <parameter type-id='type-id-2105' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__pool_alloc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2106' is-artificial='yes'/>
- <parameter type-id='type-id-2107'/>
+ <parameter type-id='type-id-2105' is-artificial='yes'/>
+ <parameter type-id='type-id-2106'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__pool_alloc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2106' is-artificial='yes'/>
+ <parameter type-id='type-id-2105' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx12__pool_allocIcE7addressERc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2108' is-artificial='yes'/>
- <parameter type-id='type-id-2104'/>
- <return type-id='type-id-2102'/>
+ <parameter type-id='type-id-2107' is-artificial='yes'/>
+ <parameter type-id='type-id-2103'/>
+ <return type-id='type-id-2101'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx12__pool_allocIcE7addressERKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='157' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2108' is-artificial='yes'/>
- <parameter type-id='type-id-2105'/>
- <return type-id='type-id-2103'/>
+ <parameter type-id='type-id-2107' is-artificial='yes'/>
+ <parameter type-id='type-id-2104'/>
+ <return type-id='type-id-2102'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='max_size' mangled-name='_ZNK9__gnu_cxx12__pool_allocIcE8max_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='161' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2108' is-artificial='yes'/>
- <return type-id='type-id-2101'/>
+ <parameter type-id='type-id-2107' is-artificial='yes'/>
+ <return type-id='type-id-2100'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='construct' mangled-name='_ZN9__gnu_cxx12__pool_allocIcE9constructEPcRKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='177' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2106' is-artificial='yes'/>
- <parameter type-id='type-id-2102'/>
+ <parameter type-id='type-id-2105' is-artificial='yes'/>
+ <parameter type-id='type-id-2101'/>
<parameter type-id='type-id-188'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='destroy' mangled-name='_ZN9__gnu_cxx12__pool_allocIcE7destroyEPc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2106' is-artificial='yes'/>
- <parameter type-id='type-id-2102'/>
+ <parameter type-id='type-id-2105' is-artificial='yes'/>
+ <parameter type-id='type-id-2101'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx12__pool_allocIcE8allocateEmPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='207' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2106' is-artificial='yes'/>
- <parameter type-id='type-id-2101'/>
+ <parameter type-id='type-id-2105' is-artificial='yes'/>
+ <parameter type-id='type-id-2100'/>
<parameter type-id='type-id-33'/>
<return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx12__pool_allocIcE10deallocateEPcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='251' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2106' is-artificial='yes'/>
- <parameter type-id='type-id-2102'/>
+ <parameter type-id='type-id-2105' is-artificial='yes'/>
<parameter type-id='type-id-2101'/>
+ <parameter type-id='type-id-2100'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__pool_alloc' mangled-name='_ZN9__gnu_cxx12__pool_allocIcEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2106' is-artificial='yes'/>
+ <parameter type-id='type-id-2105' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__pool_alloc' mangled-name='_ZN9__gnu_cxx12__pool_allocIcEC2ERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2106' is-artificial='yes'/>
- <parameter type-id='type-id-2107'/>
+ <parameter type-id='type-id-2105' is-artificial='yes'/>
+ <parameter type-id='type-id-2106'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__pool_alloc' mangled-name='_ZN9__gnu_cxx12__pool_allocIcED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2106' is-artificial='yes'/>
+ <parameter type-id='type-id-2105' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__pool_alloc<wchar_t>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='125' column='1' id='type-id-2109'>
- <base-class access='private' layout-offset-in-bits='0' type-id='type-id-2091'/>
+ <class-decl name='__pool_alloc<wchar_t>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='125' column='1' id='type-id-2108'>
+ <base-class access='private' layout-offset-in-bits='0' type-id='type-id-2090'/>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='131' column='1' id='type-id-2110'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='131' column='1' id='type-id-2109'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-219' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='133' column='1' id='type-id-2111'/>
+ <typedef-decl name='pointer' type-id='type-id-219' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='133' column='1' id='type-id-2110'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_pointer' type-id='type-id-249' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='134' column='1' id='type-id-2112'/>
+ <typedef-decl name='const_pointer' type-id='type-id-249' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='134' column='1' id='type-id-2111'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-254' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='135' column='1' id='type-id-2113'/>
+ <typedef-decl name='reference' type-id='type-id-254' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='135' column='1' id='type-id-2112'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-255' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='136' column='1' id='type-id-2114'/>
+ <typedef-decl name='const_reference' type-id='type-id-255' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='136' column='1' id='type-id-2113'/>
</member-type>
<data-member access='private' static='yes'>
<var-decl name='_S_force_new' type-id='type-id-78' mangled-name='_ZN9__gnu_cxx12__pool_allocIwE12_S_force_newE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='203' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='__pool_alloc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2115' is-artificial='yes'/>
+ <parameter type-id='type-id-2114' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__pool_alloc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2115' is-artificial='yes'/>
- <parameter type-id='type-id-2116'/>
+ <parameter type-id='type-id-2114' is-artificial='yes'/>
+ <parameter type-id='type-id-2115'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__pool_alloc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2115' is-artificial='yes'/>
+ <parameter type-id='type-id-2114' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx12__pool_allocIwE7addressERw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='153' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2117' is-artificial='yes'/>
- <parameter type-id='type-id-2113'/>
- <return type-id='type-id-2111'/>
+ <parameter type-id='type-id-2116' is-artificial='yes'/>
+ <parameter type-id='type-id-2112'/>
+ <return type-id='type-id-2110'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx12__pool_allocIwE7addressERKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='157' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2117' is-artificial='yes'/>
- <parameter type-id='type-id-2114'/>
- <return type-id='type-id-2112'/>
+ <parameter type-id='type-id-2116' is-artificial='yes'/>
+ <parameter type-id='type-id-2113'/>
+ <return type-id='type-id-2111'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='max_size' mangled-name='_ZNK9__gnu_cxx12__pool_allocIwE8max_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='161' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2117' is-artificial='yes'/>
- <return type-id='type-id-2110'/>
+ <parameter type-id='type-id-2116' is-artificial='yes'/>
+ <return type-id='type-id-2109'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='construct' mangled-name='_ZN9__gnu_cxx12__pool_allocIwE9constructEPwRKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='177' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2115' is-artificial='yes'/>
- <parameter type-id='type-id-2111'/>
+ <parameter type-id='type-id-2114' is-artificial='yes'/>
+ <parameter type-id='type-id-2110'/>
<parameter type-id='type-id-255'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='destroy' mangled-name='_ZN9__gnu_cxx12__pool_allocIwE7destroyEPw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2115' is-artificial='yes'/>
- <parameter type-id='type-id-2111'/>
+ <parameter type-id='type-id-2114' is-artificial='yes'/>
+ <parameter type-id='type-id-2110'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx12__pool_allocIwE8allocateEmPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='207' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2115' is-artificial='yes'/>
- <parameter type-id='type-id-2110'/>
+ <parameter type-id='type-id-2114' is-artificial='yes'/>
+ <parameter type-id='type-id-2109'/>
<parameter type-id='type-id-33'/>
<return type-id='type-id-219'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx12__pool_allocIwE10deallocateEPwm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='251' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2115' is-artificial='yes'/>
- <parameter type-id='type-id-2111'/>
+ <parameter type-id='type-id-2114' is-artificial='yes'/>
<parameter type-id='type-id-2110'/>
+ <parameter type-id='type-id-2109'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__pool_alloc' mangled-name='_ZN9__gnu_cxx12__pool_allocIwEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2115' is-artificial='yes'/>
+ <parameter type-id='type-id-2114' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__pool_alloc' mangled-name='_ZN9__gnu_cxx12__pool_allocIwEC2ERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2115' is-artificial='yes'/>
- <parameter type-id='type-id-2116'/>
+ <parameter type-id='type-id-2114' is-artificial='yes'/>
+ <parameter type-id='type-id-2115'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__pool_alloc' mangled-name='_ZN9__gnu_cxx12__pool_allocIwED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pool_allocator.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2115' is-artificial='yes'/>
+ <parameter type-id='type-id-2114' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-2095' size-in-bits='64' id='type-id-2096'/>
+ <pointer-type-def type-id='type-id-2094' size-in-bits='64' id='type-id-2095'/>
- <array-type-def dimensions='1' type-id='type-id-2118' size-in-bits='1024' id='type-id-2097'>
- <subrange length='16' type-id='type-id-515' id='type-id-957'/>
+ <array-type-def dimensions='1' type-id='type-id-2117' size-in-bits='1024' id='type-id-2096'>
+ <subrange length='16' type-id='type-id-515' id='type-id-956'/>
</array-type-def>
- <qualified-type-def type-id='type-id-2096' volatile='yes' id='type-id-2118'/>
- <pointer-type-def type-id='type-id-2091' size-in-bits='64' id='type-id-2098'/>
- <qualified-type-def type-id='type-id-2096' volatile='yes' id='type-id-2119'/>
- <pointer-type-def type-id='type-id-2119' size-in-bits='64' id='type-id-2099'/>
- <pointer-type-def type-id='type-id-2100' size-in-bits='64' id='type-id-2106'/>
- <qualified-type-def type-id='type-id-2100' const='yes' id='type-id-2120'/>
- <reference-type-def kind='lvalue' type-id='type-id-2120' size-in-bits='64' id='type-id-2107'/>
- <pointer-type-def type-id='type-id-2120' size-in-bits='64' id='type-id-2108'/>
- <qualified-type-def type-id='type-id-2104' const='yes' id='type-id-2121'/>
- <qualified-type-def type-id='type-id-2105' const='yes' id='type-id-2122'/>
- <pointer-type-def type-id='type-id-2109' size-in-bits='64' id='type-id-2115'/>
- <qualified-type-def type-id='type-id-2109' const='yes' id='type-id-2123'/>
- <reference-type-def kind='lvalue' type-id='type-id-2123' size-in-bits='64' id='type-id-2116'/>
- <pointer-type-def type-id='type-id-2123' size-in-bits='64' id='type-id-2117'/>
- <qualified-type-def type-id='type-id-2113' const='yes' id='type-id-2124'/>
- <qualified-type-def type-id='type-id-2114' const='yes' id='type-id-2125'/>
+ <qualified-type-def type-id='type-id-2095' volatile='yes' id='type-id-2117'/>
+ <pointer-type-def type-id='type-id-2090' size-in-bits='64' id='type-id-2097'/>
+ <pointer-type-def type-id='type-id-2117' size-in-bits='64' id='type-id-2098'/>
+ <pointer-type-def type-id='type-id-2099' size-in-bits='64' id='type-id-2105'/>
+ <qualified-type-def type-id='type-id-2099' const='yes' id='type-id-2118'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2118' size-in-bits='64' id='type-id-2106'/>
+ <pointer-type-def type-id='type-id-2118' size-in-bits='64' id='type-id-2107'/>
+ <qualified-type-def type-id='type-id-2103' const='yes' id='type-id-2119'/>
+ <qualified-type-def type-id='type-id-2104' const='yes' id='type-id-2120'/>
+ <pointer-type-def type-id='type-id-2108' size-in-bits='64' id='type-id-2114'/>
+ <qualified-type-def type-id='type-id-2108' const='yes' id='type-id-2121'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2121' size-in-bits='64' id='type-id-2115'/>
+ <pointer-type-def type-id='type-id-2121' size-in-bits='64' id='type-id-2116'/>
+ <qualified-type-def type-id='type-id-2112' const='yes' id='type-id-2122'/>
+ <qualified-type-def type-id='type-id-2113' const='yes' id='type-id-2123'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/mt_allocator.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__pool_base' size-in-bits='576' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='49' column='1' id='type-id-2126'>
+ <class-decl name='__pool_base' size-in-bits='576' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='49' column='1' id='type-id-2124'>
<member-type access='public'>
- <class-decl name='_Tune' size-in-bits='448' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='57' column='1' id='type-id-2127'>
+ <class-decl name='_Tune' size-in-bits='448' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='57' column='1' id='type-id-2125'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_align' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='70' column='1'/>
</data-member>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='_Tune' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2128' is-artificial='yes'/>
+ <parameter type-id='type-id-2126' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_Tune' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2128' is-artificial='yes'/>
+ <parameter type-id='type-id-2126' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
</class-decl>
</member-type>
<member-type access='public'>
- <class-decl name='_Block_address' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='128' column='1' id='type-id-2129'>
+ <class-decl name='_Block_address' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='128' column='1' id='type-id-2127'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_initial' type-id='type-id-33' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='130' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_next' type-id='type-id-2130' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='131' column='1'/>
+ <var-decl name='_M_next' type-id='type-id-2128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='131' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='public'>
- <typedef-decl name='_Binmap_type' type-id='type-id-507' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='53' column='1' id='type-id-2131'/>
+ <typedef-decl name='_Binmap_type' type-id='type-id-507' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='53' column='1' id='type-id-2129'/>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='_M_options' type-id='type-id-2127' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='174' column='1'/>
+ <var-decl name='_M_options' type-id='type-id-2125' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='174' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='448'>
- <var-decl name='_M_binmap' type-id='type-id-2132' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='176' column='1'/>
+ <var-decl name='_M_binmap' type-id='type-id-2130' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='176' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='512'>
<var-decl name='_M_init' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='181' column='1'/>
</data-member>
<member-function access='public' const='yes'>
<function-decl name='_M_get_options' mangled-name='_ZNK9__gnu_cxx11__pool_base14_M_get_optionsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2133' is-artificial='yes'/>
- <return type-id='type-id-2134'/>
+ <parameter type-id='type-id-2131' is-artificial='yes'/>
+ <return type-id='type-id-2132'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_set_options' mangled-name='_ZN9__gnu_cxx11__pool_base14_M_set_optionsENS0_5_TuneE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2135' is-artificial='yes'/>
- <parameter type-id='type-id-2127'/>
+ <parameter type-id='type-id-2133' is-artificial='yes'/>
+ <parameter type-id='type-id-2125'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_check_threshold' mangled-name='_ZN9__gnu_cxx11__pool_base18_M_check_thresholdEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2135' is-artificial='yes'/>
+ <parameter type-id='type-id-2133' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_get_binmap' mangled-name='_ZN9__gnu_cxx11__pool_base13_M_get_binmapEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2135' is-artificial='yes'/>
+ <parameter type-id='type-id-2133' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_get_align' mangled-name='_ZN9__gnu_cxx11__pool_base12_M_get_alignEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='154' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2135' is-artificial='yes'/>
+ <parameter type-id='type-id-2133' is-artificial='yes'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='__pool_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='158' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2135' is-artificial='yes'/>
+ <parameter type-id='type-id-2133' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='__pool_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='162' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2135' is-artificial='yes'/>
- <parameter type-id='type-id-2134'/>
+ <parameter type-id='type-id-2133' is-artificial='yes'/>
+ <parameter type-id='type-id-2132'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='__pool_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2135' is-artificial='yes'/>
- <parameter type-id='type-id-2136'/>
+ <parameter type-id='type-id-2133' is-artificial='yes'/>
+ <parameter type-id='type-id-2134'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZN9__gnu_cxx11__pool_baseaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2135' is-artificial='yes'/>
- <parameter type-id='type-id-2136'/>
- <return type-id='type-id-2137'/>
+ <parameter type-id='type-id-2133' is-artificial='yes'/>
+ <parameter type-id='type-id-2134'/>
+ <return type-id='type-id-2135'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__pool<true>' size-in-bits='832' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='261' column='1' id='type-id-2138'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2126'/>
+ <class-decl name='__pool<true>' size-in-bits='832' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='261' column='1' id='type-id-2136'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2124'/>
<member-type access='private'>
- <class-decl name='_Thread_record' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='273' column='1' id='type-id-2139'>
+ <class-decl name='_Thread_record' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='273' column='1' id='type-id-2137'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_next' type-id='type-id-2140' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='276' column='1'/>
+ <var-decl name='_M_next' type-id='type-id-2138' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='276' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='_M_id' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='279' column='1'/>
</class-decl>
</member-type>
<member-type access='private'>
- <union-decl name='_Block_record' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='282' column='1' id='type-id-2141'>
+ <union-decl name='_Block_record' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='282' column='1' id='type-id-2139'>
<data-member access='private'>
- <var-decl name='_M_next' type-id='type-id-2142' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='285' column='1'/>
+ <var-decl name='_M_next' type-id='type-id-2140' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='285' column='1'/>
</data-member>
<data-member access='private'>
<var-decl name='_M_thread_id' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='288' column='1'/>
</union-decl>
</member-type>
<member-type access='private'>
- <class-decl name='_Bin_record' size-in-bits='320' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='291' column='1' id='type-id-2143'>
+ <class-decl name='_Bin_record' size-in-bits='320' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='291' column='1' id='type-id-2141'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_first' type-id='type-id-2144' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='296' column='1'/>
+ <var-decl name='_M_first' type-id='type-id-2142' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='296' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_address' type-id='type-id-2130' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='299' column='1'/>
+ <var-decl name='_M_address' type-id='type-id-2128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='299' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='_M_free' type-id='type-id-1924' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='310' column='1'/>
+ <var-decl name='_M_free' type-id='type-id-1923' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='310' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='_M_used' type-id='type-id-1924' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='311' column='1'/>
+ <var-decl name='_M_used' type-id='type-id-1923' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='311' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='_M_mutex' type-id='type-id-1794' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='316' column='1'/>
+ <var-decl name='_M_mutex' type-id='type-id-1793' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='316' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='private' layout-offset-in-bits='576'>
- <var-decl name='_M_bin' type-id='type-id-2145' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='375' column='1'/>
+ <var-decl name='_M_bin' type-id='type-id-2143' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='375' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='640'>
<var-decl name='_M_bin_size' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='378' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='704'>
- <var-decl name='_M_thread_freelist' type-id='type-id-2140' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='380' column='1'/>
+ <var-decl name='_M_thread_freelist' type-id='type-id-2138' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='380' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='768'>
<var-decl name='_M_thread_freelist_initial' type-id='type-id-33' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='381' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_M_initialize' mangled-name='_ZN9__gnu_cxx6__poolILb1EE13_M_initializeEPFvPvE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx6__poolILb1EE13_M_initializeEPFvPvE@@GLIBCXX_3.4.4'>
- <parameter type-id='type-id-2146' is-artificial='yes'/>
- <parameter type-id='type-id-2147'/>
+ <parameter type-id='type-id-2144' is-artificial='yes'/>
+ <parameter type-id='type-id-2145'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_initialize_once' mangled-name='_ZN9__gnu_cxx6__poolILb1EE18_M_initialize_onceEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='324' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2146' is-artificial='yes'/>
+ <parameter type-id='type-id-2144' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_destroy' mangled-name='_ZN9__gnu_cxx6__poolILb1EE10_M_destroyEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='331' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx6__poolILb1EE10_M_destroyEv@@GLIBCXX_3.4.4'>
- <parameter type-id='type-id-2146' is-artificial='yes'/>
+ <parameter type-id='type-id-2144' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_reserve_block' mangled-name='_ZN9__gnu_cxx6__poolILb1EE16_M_reserve_blockEmm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='334' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx6__poolILb1EE16_M_reserve_blockEmm@@GLIBCXX_3.4.4'>
- <parameter type-id='type-id-2146' is-artificial='yes'/>
+ <parameter type-id='type-id-2144' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-149'/>
</member-function>
<member-function access='private'>
<function-decl name='_M_reclaim_block' mangled-name='_ZN9__gnu_cxx6__poolILb1EE16_M_reclaim_blockEPcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx6__poolILb1EE16_M_reclaim_blockEPcm@@GLIBCXX_3.4.4'>
- <parameter type-id='type-id-2146' is-artificial='yes'/>
+ <parameter type-id='type-id-2144' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='_M_get_bin' mangled-name='_ZN9__gnu_cxx6__poolILb1EE10_M_get_binEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2146' is-artificial='yes'/>
+ <parameter type-id='type-id-2144' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-2148'/>
+ <return type-id='type-id-2146'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_adjust_freelist' mangled-name='_ZN9__gnu_cxx6__poolILb1EE18_M_adjust_freelistERKNS1_11_Bin_recordEPNS1_13_Block_recordEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='344' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2146' is-artificial='yes'/>
- <parameter type-id='type-id-2148'/>
- <parameter type-id='type-id-2142'/>
+ <parameter type-id='type-id-2144' is-artificial='yes'/>
+ <parameter type-id='type-id-2146'/>
+ <parameter type-id='type-id-2140'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_destroy_thread_key' mangled-name='_ZN9__gnu_cxx6__poolILb1EE21_M_destroy_thread_keyEPv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='357' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx6__poolILb1EE21_M_destroy_thread_keyEPv@@GLIBCXX_3.4.4'>
- <parameter type-id='type-id-2146' is-artificial='yes'/>
+ <parameter type-id='type-id-2144' is-artificial='yes'/>
<parameter type-id='type-id-33'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_get_thread_id' mangled-name='_ZN9__gnu_cxx6__poolILb1EE16_M_get_thread_idEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx6__poolILb1EE16_M_get_thread_idEv@@GLIBCXX_3.4.4'>
- <parameter type-id='type-id-2146' is-artificial='yes'/>
+ <parameter type-id='type-id-2144' is-artificial='yes'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__pool' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='362' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2146' is-artificial='yes'/>
+ <parameter type-id='type-id-2144' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__pool' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='366' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2146' is-artificial='yes'/>
- <parameter type-id='type-id-2134'/>
+ <parameter type-id='type-id-2144' is-artificial='yes'/>
+ <parameter type-id='type-id-2132'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_initialize' mangled-name='_ZN9__gnu_cxx6__poolILb1EE13_M_initializeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='384' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx6__poolILb1EE13_M_initializeEv@@GLIBCXX_3.4.6'>
- <parameter type-id='type-id-2146' is-artificial='yes'/>
+ <parameter type-id='type-id-2144' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <typedef-decl name='__destroy_handler' type-id='type-id-1808' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='46' column='1' id='type-id-2147'/>
- <class-decl name='__mt_alloc_base<char>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='568' column='1' id='type-id-2149'>
+ <typedef-decl name='__destroy_handler' type-id='type-id-1807' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='46' column='1' id='type-id-2145'/>
+ <class-decl name='__mt_alloc_base<char>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='568' column='1' id='type-id-2147'>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='571' column='1' id='type-id-2150'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='571' column='1' id='type-id-2148'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-149' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='573' column='1' id='type-id-2151'/>
+ <typedef-decl name='pointer' type-id='type-id-149' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='573' column='1' id='type-id-2149'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_pointer' type-id='type-id-11' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='574' column='1' id='type-id-2152'/>
+ <typedef-decl name='const_pointer' type-id='type-id-11' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='574' column='1' id='type-id-2150'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-187' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='575' column='1' id='type-id-2153'/>
+ <typedef-decl name='reference' type-id='type-id-187' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='575' column='1' id='type-id-2151'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-188' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='576' column='1' id='type-id-2154'/>
+ <typedef-decl name='const_reference' type-id='type-id-188' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='576' column='1' id='type-id-2152'/>
</member-type>
<member-function access='private' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx15__mt_alloc_baseIcE7addressERc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='580' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2155' is-artificial='yes'/>
- <parameter type-id='type-id-2153'/>
- <return type-id='type-id-2151'/>
+ <parameter type-id='type-id-2153' is-artificial='yes'/>
+ <parameter type-id='type-id-2151'/>
+ <return type-id='type-id-2149'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx15__mt_alloc_baseIcE7addressERKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='584' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2155' is-artificial='yes'/>
- <parameter type-id='type-id-2154'/>
- <return type-id='type-id-2152'/>
+ <parameter type-id='type-id-2153' is-artificial='yes'/>
+ <parameter type-id='type-id-2152'/>
+ <return type-id='type-id-2150'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='max_size' mangled-name='_ZNK9__gnu_cxx15__mt_alloc_baseIcE8max_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='588' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2155' is-artificial='yes'/>
- <return type-id='type-id-2150'/>
+ <parameter type-id='type-id-2153' is-artificial='yes'/>
+ <return type-id='type-id-2148'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='construct' mangled-name='_ZN9__gnu_cxx15__mt_alloc_baseIcE9constructEPcRKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='604' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2156' is-artificial='yes'/>
- <parameter type-id='type-id-2151'/>
+ <parameter type-id='type-id-2154' is-artificial='yes'/>
+ <parameter type-id='type-id-2149'/>
<parameter type-id='type-id-188'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='destroy' mangled-name='_ZN9__gnu_cxx15__mt_alloc_baseIcE7destroyEPc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='608' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2156' is-artificial='yes'/>
- <parameter type-id='type-id-2151'/>
+ <parameter type-id='type-id-2154' is-artificial='yes'/>
+ <parameter type-id='type-id-2149'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__mt_alloc_base<wchar_t>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='568' column='1' id='type-id-2157'>
+ <class-decl name='__mt_alloc_base<wchar_t>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='568' column='1' id='type-id-2155'>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='571' column='1' id='type-id-2158'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='571' column='1' id='type-id-2156'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-219' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='573' column='1' id='type-id-2159'/>
+ <typedef-decl name='pointer' type-id='type-id-219' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='573' column='1' id='type-id-2157'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_pointer' type-id='type-id-249' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='574' column='1' id='type-id-2160'/>
+ <typedef-decl name='const_pointer' type-id='type-id-249' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='574' column='1' id='type-id-2158'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reference' type-id='type-id-254' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='575' column='1' id='type-id-2161'/>
+ <typedef-decl name='reference' type-id='type-id-254' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='575' column='1' id='type-id-2159'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-255' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='576' column='1' id='type-id-2162'/>
+ <typedef-decl name='const_reference' type-id='type-id-255' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='576' column='1' id='type-id-2160'/>
</member-type>
<member-function access='private' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx15__mt_alloc_baseIwE7addressERw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='580' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2163' is-artificial='yes'/>
- <parameter type-id='type-id-2161'/>
- <return type-id='type-id-2159'/>
+ <parameter type-id='type-id-2161' is-artificial='yes'/>
+ <parameter type-id='type-id-2159'/>
+ <return type-id='type-id-2157'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx15__mt_alloc_baseIwE7addressERKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='584' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2163' is-artificial='yes'/>
- <parameter type-id='type-id-2162'/>
- <return type-id='type-id-2160'/>
+ <parameter type-id='type-id-2161' is-artificial='yes'/>
+ <parameter type-id='type-id-2160'/>
+ <return type-id='type-id-2158'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='max_size' mangled-name='_ZNK9__gnu_cxx15__mt_alloc_baseIwE8max_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='588' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2163' is-artificial='yes'/>
- <return type-id='type-id-2158'/>
+ <parameter type-id='type-id-2161' is-artificial='yes'/>
+ <return type-id='type-id-2156'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='construct' mangled-name='_ZN9__gnu_cxx15__mt_alloc_baseIwE9constructEPwRKw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='604' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2164' is-artificial='yes'/>
- <parameter type-id='type-id-2159'/>
+ <parameter type-id='type-id-2162' is-artificial='yes'/>
+ <parameter type-id='type-id-2157'/>
<parameter type-id='type-id-255'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='destroy' mangled-name='_ZN9__gnu_cxx15__mt_alloc_baseIwE7destroyEPw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='608' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2164' is-artificial='yes'/>
- <parameter type-id='type-id-2159'/>
+ <parameter type-id='type-id-2162' is-artificial='yes'/>
+ <parameter type-id='type-id-2157'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__common_pool<__gnu_cxx::__pool, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='389' column='1' id='type-id-2165'>
+ <class-decl name='__common_pool<__gnu_cxx::__pool, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='389' column='1' id='type-id-2163'>
<member-type access='public'>
- <typedef-decl name='pool_type' type-id='type-id-2138' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='391' column='1' id='type-id-2166'/>
+ <typedef-decl name='pool_type' type-id='type-id-2136' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='391' column='1' id='type-id-2164'/>
</member-type>
<member-function access='public' static='yes'>
<function-decl name='_S_get_pool' mangled-name='_ZN9__gnu_cxx13__common_poolINS_6__poolELb1EE11_S_get_poolEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='394' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-2167'/>
+ <return type-id='type-id-2165'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__common_pool_base<__gnu_cxx::__pool, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='424' column='1' id='type-id-2168'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2165'/>
+ <class-decl name='__common_pool_base<__gnu_cxx::__pool, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='424' column='1' id='type-id-2166'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2163'/>
<member-function access='public' static='yes'>
<function-decl name='_S_initialize' mangled-name='_ZN9__gnu_cxx18__common_pool_baseINS_6__poolELb1EE13_S_initializeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='430' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__pool<false>' size-in-bits='704' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='194' column='1' id='type-id-2169'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2126'/>
+ <class-decl name='__pool<false>' size-in-bits='704' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='194' column='1' id='type-id-2167'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2124'/>
<member-type access='private'>
- <union-decl name='_Block_record' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='197' column='1' id='type-id-2170'>
+ <union-decl name='_Block_record' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='197' column='1' id='type-id-2168'>
<data-member access='private'>
- <var-decl name='_M_next' type-id='type-id-2171' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='200' column='1'/>
+ <var-decl name='_M_next' type-id='type-id-2169' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='200' column='1'/>
</data-member>
</union-decl>
</member-type>
<member-type access='private'>
- <class-decl name='_Bin_record' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='203' column='1' id='type-id-2172'>
+ <class-decl name='_Bin_record' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='203' column='1' id='type-id-2170'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_first' type-id='type-id-2173' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='206' column='1'/>
+ <var-decl name='_M_first' type-id='type-id-2171' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='206' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_address' type-id='type-id-2130' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='209' column='1'/>
+ <var-decl name='_M_address' type-id='type-id-2128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='209' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='private' layout-offset-in-bits='576'>
- <var-decl name='_M_bin' type-id='type-id-2174' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='249' column='1'/>
+ <var-decl name='_M_bin' type-id='type-id-2172' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='249' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='640'>
<var-decl name='_M_bin_size' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='252' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_M_initialize_once' mangled-name='_ZN9__gnu_cxx6__poolILb0EE18_M_initialize_onceEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='213' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2175' is-artificial='yes'/>
+ <parameter type-id='type-id-2173' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_destroy' mangled-name='_ZN9__gnu_cxx6__poolILb0EE10_M_destroyEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='220' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx6__poolILb0EE10_M_destroyEv@@GLIBCXX_3.4.4'>
- <parameter type-id='type-id-2175' is-artificial='yes'/>
+ <parameter type-id='type-id-2173' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_reserve_block' mangled-name='_ZN9__gnu_cxx6__poolILb0EE16_M_reserve_blockEmm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='223' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx6__poolILb0EE16_M_reserve_blockEmm@@GLIBCXX_3.4.4'>
- <parameter type-id='type-id-2175' is-artificial='yes'/>
+ <parameter type-id='type-id-2173' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-149'/>
</member-function>
<member-function access='private'>
<function-decl name='_M_reclaim_block' mangled-name='_ZN9__gnu_cxx6__poolILb0EE16_M_reclaim_blockEPcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='226' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx6__poolILb0EE16_M_reclaim_blockEPcm@@GLIBCXX_3.4.4'>
- <parameter type-id='type-id-2175' is-artificial='yes'/>
+ <parameter type-id='type-id-2173' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='_M_get_thread_id' mangled-name='_ZN9__gnu_cxx6__poolILb0EE16_M_get_thread_idEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='229' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2175' is-artificial='yes'/>
+ <parameter type-id='type-id-2173' is-artificial='yes'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_get_bin' mangled-name='_ZN9__gnu_cxx6__poolILb0EE10_M_get_binEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='232' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2175' is-artificial='yes'/>
+ <parameter type-id='type-id-2173' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-2176'/>
+ <return type-id='type-id-2174'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_adjust_freelist' mangled-name='_ZN9__gnu_cxx6__poolILb0EE18_M_adjust_freelistERKNS1_11_Bin_recordEPNS1_13_Block_recordEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='236' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2175' is-artificial='yes'/>
- <parameter type-id='type-id-2176'/>
- <parameter type-id='type-id-2171'/>
+ <parameter type-id='type-id-2173' is-artificial='yes'/>
+ <parameter type-id='type-id-2174'/>
+ <parameter type-id='type-id-2169'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__pool' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='239' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2175' is-artificial='yes'/>
+ <parameter type-id='type-id-2173' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__pool' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='242' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2175' is-artificial='yes'/>
- <parameter type-id='type-id-2134'/>
+ <parameter type-id='type-id-2173' is-artificial='yes'/>
+ <parameter type-id='type-id-2132'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_initialize' mangled-name='_ZN9__gnu_cxx6__poolILb0EE13_M_initializeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='255' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx6__poolILb0EE13_M_initializeEv@@GLIBCXX_3.4.4'>
- <parameter type-id='type-id-2175' is-artificial='yes'/>
+ <parameter type-id='type-id-2173' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__mt_alloc<char, __gnu_cxx::__common_pool_policy<__gnu_cxx::__pool, true> >' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='631' column='1' id='type-id-2177'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2149'/>
+ <class-decl name='__mt_alloc<char, __gnu_cxx::__common_pool_policy<__gnu_cxx::__pool, true> >' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='631' column='1' id='type-id-2175'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2147'/>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='634' column='1' id='type-id-2178'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='634' column='1' id='type-id-2176'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-149' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='636' column='1' id='type-id-2179'/>
+ <typedef-decl name='pointer' type-id='type-id-149' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='636' column='1' id='type-id-2177'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__pool_type' type-id='type-id-2166' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='642' column='1' id='type-id-2180'/>
+ <typedef-decl name='__pool_type' type-id='type-id-2164' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='642' column='1' id='type-id-2178'/>
</member-type>
<member-function access='private'>
<function-decl name='__mt_alloc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='651' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2181' is-artificial='yes'/>
+ <parameter type-id='type-id-2179' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__mt_alloc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='653' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2181' is-artificial='yes'/>
- <parameter type-id='type-id-2182'/>
+ <parameter type-id='type-id-2179' is-artificial='yes'/>
+ <parameter type-id='type-id-2180'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__mt_alloc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='658' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2181' is-artificial='yes'/>
+ <parameter type-id='type-id-2179' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx10__mt_allocIcNS_20__common_pool_policyINS_6__poolELb1EEEE8allocateEmPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='680' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2181' is-artificial='yes'/>
- <parameter type-id='type-id-2178'/>
+ <parameter type-id='type-id-2179' is-artificial='yes'/>
+ <parameter type-id='type-id-2176'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-2179'/>
+ <return type-id='type-id-2177'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx10__mt_allocIcNS_20__common_pool_policyINS_6__poolELb1EEEE10deallocateEPcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='727' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2181' is-artificial='yes'/>
- <parameter type-id='type-id-2179'/>
- <parameter type-id='type-id-2178'/>
+ <parameter type-id='type-id-2179' is-artificial='yes'/>
+ <parameter type-id='type-id-2177'/>
+ <parameter type-id='type-id-2176'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_get_options' mangled-name='_ZN9__gnu_cxx10__mt_allocIcNS_20__common_pool_policyINS_6__poolELb1EEEE14_M_get_optionsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='667' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2181' is-artificial='yes'/>
- <return type-id='type-id-2183'/>
+ <parameter type-id='type-id-2179' is-artificial='yes'/>
+ <return type-id='type-id-2181'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_set_options' mangled-name='_ZN9__gnu_cxx10__mt_allocIcNS_20__common_pool_policyINS_6__poolELb1EEEE14_M_set_optionsENS_11__pool_base5_TuneE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='674' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2181' is-artificial='yes'/>
- <parameter type-id='type-id-2127'/>
+ <parameter type-id='type-id-2179' is-artificial='yes'/>
+ <parameter type-id='type-id-2125'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__mt_alloc' mangled-name='_ZN9__gnu_cxx10__mt_allocIcNS_20__common_pool_policyINS_6__poolELb1EEEEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='651' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2181' is-artificial='yes'/>
+ <parameter type-id='type-id-2179' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__mt_alloc' mangled-name='_ZN9__gnu_cxx10__mt_allocIcNS_20__common_pool_policyINS_6__poolELb1EEEEC2ERKS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='653' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2181' is-artificial='yes'/>
- <parameter type-id='type-id-2182'/>
+ <parameter type-id='type-id-2179' is-artificial='yes'/>
+ <parameter type-id='type-id-2180'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__mt_alloc' mangled-name='_ZN9__gnu_cxx10__mt_allocIcNS_20__common_pool_policyINS_6__poolELb1EEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='658' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2181' is-artificial='yes'/>
+ <parameter type-id='type-id-2179' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__mt_alloc<wchar_t, __gnu_cxx::__common_pool_policy<__gnu_cxx::__pool, true> >' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='631' column='1' id='type-id-2184'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2157'/>
+ <class-decl name='__mt_alloc<wchar_t, __gnu_cxx::__common_pool_policy<__gnu_cxx::__pool, true> >' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='631' column='1' id='type-id-2182'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2155'/>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='634' column='1' id='type-id-2185'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='634' column='1' id='type-id-2183'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-219' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='636' column='1' id='type-id-2186'/>
+ <typedef-decl name='pointer' type-id='type-id-219' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='636' column='1' id='type-id-2184'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__pool_type' type-id='type-id-2166' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='642' column='1' id='type-id-2187'/>
+ <typedef-decl name='__pool_type' type-id='type-id-2164' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='642' column='1' id='type-id-2185'/>
</member-type>
<member-function access='private'>
<function-decl name='__mt_alloc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='651' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2188' is-artificial='yes'/>
+ <parameter type-id='type-id-2186' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__mt_alloc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='653' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2188' is-artificial='yes'/>
- <parameter type-id='type-id-2189'/>
+ <parameter type-id='type-id-2186' is-artificial='yes'/>
+ <parameter type-id='type-id-2187'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__mt_alloc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='658' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2188' is-artificial='yes'/>
+ <parameter type-id='type-id-2186' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx10__mt_allocIwNS_20__common_pool_policyINS_6__poolELb1EEEE8allocateEmPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='680' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2188' is-artificial='yes'/>
- <parameter type-id='type-id-2185'/>
+ <parameter type-id='type-id-2186' is-artificial='yes'/>
+ <parameter type-id='type-id-2183'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-2186'/>
+ <return type-id='type-id-2184'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx10__mt_allocIwNS_20__common_pool_policyINS_6__poolELb1EEEE10deallocateEPwm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='727' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2188' is-artificial='yes'/>
- <parameter type-id='type-id-2186'/>
- <parameter type-id='type-id-2185'/>
+ <parameter type-id='type-id-2186' is-artificial='yes'/>
+ <parameter type-id='type-id-2184'/>
+ <parameter type-id='type-id-2183'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_get_options' mangled-name='_ZN9__gnu_cxx10__mt_allocIwNS_20__common_pool_policyINS_6__poolELb1EEEE14_M_get_optionsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='667' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2188' is-artificial='yes'/>
- <return type-id='type-id-2183'/>
+ <parameter type-id='type-id-2186' is-artificial='yes'/>
+ <return type-id='type-id-2181'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_set_options' mangled-name='_ZN9__gnu_cxx10__mt_allocIwNS_20__common_pool_policyINS_6__poolELb1EEEE14_M_set_optionsENS_11__pool_base5_TuneE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='674' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2188' is-artificial='yes'/>
- <parameter type-id='type-id-2127'/>
+ <parameter type-id='type-id-2186' is-artificial='yes'/>
+ <parameter type-id='type-id-2125'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__mt_alloc' mangled-name='_ZN9__gnu_cxx10__mt_allocIwNS_20__common_pool_policyINS_6__poolELb1EEEEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='651' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2188' is-artificial='yes'/>
+ <parameter type-id='type-id-2186' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='__mt_alloc' mangled-name='_ZN9__gnu_cxx10__mt_allocIwNS_20__common_pool_policyINS_6__poolELb1EEEEC2ERKS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='653' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2188' is-artificial='yes'/>
- <parameter type-id='type-id-2189'/>
+ <parameter type-id='type-id-2186' is-artificial='yes'/>
+ <parameter type-id='type-id-2187'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~__mt_alloc' mangled-name='_ZN9__gnu_cxx10__mt_allocIwNS_20__common_pool_policyINS_6__poolELb1EEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/mt_allocator.h' line='658' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2188' is-artificial='yes'/>
+ <parameter type-id='type-id-2186' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</class-decl>
</namespace-decl>
+ <pointer-type-def type-id='type-id-2125' size-in-bits='64' id='type-id-2126'/>
<pointer-type-def type-id='type-id-2127' size-in-bits='64' id='type-id-2128'/>
<pointer-type-def type-id='type-id-2129' size-in-bits='64' id='type-id-2130'/>
- <pointer-type-def type-id='type-id-2131' size-in-bits='64' id='type-id-2132'/>
- <qualified-type-def type-id='type-id-2127' const='yes' id='type-id-2183'/>
- <reference-type-def kind='lvalue' type-id='type-id-2183' size-in-bits='64' id='type-id-2134'/>
- <qualified-type-def type-id='type-id-2126' const='yes' id='type-id-2190'/>
- <pointer-type-def type-id='type-id-2190' size-in-bits='64' id='type-id-2133'/>
- <pointer-type-def type-id='type-id-2126' size-in-bits='64' id='type-id-2135'/>
- <reference-type-def kind='lvalue' type-id='type-id-2190' size-in-bits='64' id='type-id-2136'/>
- <reference-type-def kind='lvalue' type-id='type-id-2126' size-in-bits='64' id='type-id-2137'/>
+ <qualified-type-def type-id='type-id-2125' const='yes' id='type-id-2181'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2181' size-in-bits='64' id='type-id-2132'/>
+ <qualified-type-def type-id='type-id-2124' const='yes' id='type-id-2188'/>
+ <pointer-type-def type-id='type-id-2188' size-in-bits='64' id='type-id-2131'/>
+ <pointer-type-def type-id='type-id-2124' size-in-bits='64' id='type-id-2133'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2188' size-in-bits='64' id='type-id-2134'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2124' size-in-bits='64' id='type-id-2135'/>
+ <pointer-type-def type-id='type-id-2137' size-in-bits='64' id='type-id-2138'/>
<pointer-type-def type-id='type-id-2139' size-in-bits='64' id='type-id-2140'/>
- <pointer-type-def type-id='type-id-2141' size-in-bits='64' id='type-id-2142'/>
- <pointer-type-def type-id='type-id-2142' size-in-bits='64' id='type-id-2144'/>
- <pointer-type-def type-id='type-id-2143' size-in-bits='64' id='type-id-2145'/>
- <pointer-type-def type-id='type-id-2138' size-in-bits='64' id='type-id-2146'/>
- <qualified-type-def type-id='type-id-2143' const='yes' id='type-id-2191'/>
- <reference-type-def kind='lvalue' type-id='type-id-2191' size-in-bits='64' id='type-id-2148'/>
- <qualified-type-def type-id='type-id-2149' const='yes' id='type-id-2192'/>
- <pointer-type-def type-id='type-id-2192' size-in-bits='64' id='type-id-2155'/>
- <pointer-type-def type-id='type-id-2149' size-in-bits='64' id='type-id-2156'/>
- <qualified-type-def type-id='type-id-2157' const='yes' id='type-id-2193'/>
- <pointer-type-def type-id='type-id-2193' size-in-bits='64' id='type-id-2163'/>
- <pointer-type-def type-id='type-id-2157' size-in-bits='64' id='type-id-2164'/>
- <reference-type-def kind='lvalue' type-id='type-id-2166' size-in-bits='64' id='type-id-2167'/>
- <pointer-type-def type-id='type-id-2170' size-in-bits='64' id='type-id-2171'/>
- <pointer-type-def type-id='type-id-2171' size-in-bits='64' id='type-id-2173'/>
- <pointer-type-def type-id='type-id-2172' size-in-bits='64' id='type-id-2174'/>
- <pointer-type-def type-id='type-id-2169' size-in-bits='64' id='type-id-2175'/>
- <qualified-type-def type-id='type-id-2172' const='yes' id='type-id-2194'/>
- <reference-type-def kind='lvalue' type-id='type-id-2194' size-in-bits='64' id='type-id-2176'/>
- <pointer-type-def type-id='type-id-2177' size-in-bits='64' id='type-id-2181'/>
- <qualified-type-def type-id='type-id-2177' const='yes' id='type-id-2195'/>
- <reference-type-def kind='lvalue' type-id='type-id-2195' size-in-bits='64' id='type-id-2182'/>
- <pointer-type-def type-id='type-id-2184' size-in-bits='64' id='type-id-2188'/>
- <qualified-type-def type-id='type-id-2184' const='yes' id='type-id-2196'/>
- <reference-type-def kind='lvalue' type-id='type-id-2196' size-in-bits='64' id='type-id-2189'/>
+ <pointer-type-def type-id='type-id-2140' size-in-bits='64' id='type-id-2142'/>
+ <pointer-type-def type-id='type-id-2141' size-in-bits='64' id='type-id-2143'/>
+ <pointer-type-def type-id='type-id-2136' size-in-bits='64' id='type-id-2144'/>
+ <qualified-type-def type-id='type-id-2141' const='yes' id='type-id-2189'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2189' size-in-bits='64' id='type-id-2146'/>
+ <qualified-type-def type-id='type-id-2147' const='yes' id='type-id-2190'/>
+ <pointer-type-def type-id='type-id-2190' size-in-bits='64' id='type-id-2153'/>
+ <pointer-type-def type-id='type-id-2147' size-in-bits='64' id='type-id-2154'/>
+ <qualified-type-def type-id='type-id-2155' const='yes' id='type-id-2191'/>
+ <pointer-type-def type-id='type-id-2191' size-in-bits='64' id='type-id-2161'/>
+ <pointer-type-def type-id='type-id-2155' size-in-bits='64' id='type-id-2162'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2164' size-in-bits='64' id='type-id-2165'/>
+ <pointer-type-def type-id='type-id-2168' size-in-bits='64' id='type-id-2169'/>
+ <pointer-type-def type-id='type-id-2169' size-in-bits='64' id='type-id-2171'/>
+ <pointer-type-def type-id='type-id-2170' size-in-bits='64' id='type-id-2172'/>
+ <pointer-type-def type-id='type-id-2167' size-in-bits='64' id='type-id-2173'/>
+ <qualified-type-def type-id='type-id-2170' const='yes' id='type-id-2192'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2192' size-in-bits='64' id='type-id-2174'/>
+ <pointer-type-def type-id='type-id-2175' size-in-bits='64' id='type-id-2179'/>
+ <qualified-type-def type-id='type-id-2175' const='yes' id='type-id-2193'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2193' size-in-bits='64' id='type-id-2180'/>
+ <pointer-type-def type-id='type-id-2182' size-in-bits='64' id='type-id-2186'/>
+ <qualified-type-def type-id='type-id-2182' const='yes' id='type-id-2194'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2194' size-in-bits='64' id='type-id-2187'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/codecvt.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<function-decl name='min<long unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_algobase.h' line='187' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1976'/>
- <parameter type-id='type-id-1976'/>
- <return type-id='type-id-1976'/>
+ <parameter type-id='type-id-1975'/>
+ <parameter type-id='type-id-1975'/>
+ <return type-id='type-id-1975'/>
</function-decl>
</namespace-decl>
- <class-decl name='__locale_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1164'/>
+ <class-decl name='__locale_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-1163'/>
</abi-instr>
<namespace-decl name='std'>
<function-decl name='__check_facet<std::ctype<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/basic_ios.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-657'/>
- <return type-id='type-id-2197'/>
+ <parameter type-id='type-id-656'/>
+ <return type-id='type-id-2195'/>
</function-decl>
<function-decl name='operator|' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ios_base.h' line='121' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-70'/>
<function-decl name='__distance<char*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_funcs.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-149'/>
- <parameter type-id='type-id-784'/>
+ <parameter type-id='type-id-783'/>
<return type-id='type-id-442'/>
</function-decl>
<function-decl name='distance<char*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_funcs.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
<function-decl name='__distance<wchar_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_funcs.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-219'/>
<parameter type-id='type-id-219'/>
- <parameter type-id='type-id-784'/>
+ <parameter type-id='type-id-783'/>
<return type-id='type-id-473'/>
</function-decl>
<function-decl name='distance<wchar_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_funcs.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-219'/>
<return type-id='type-id-473'/>
</function-decl>
- <class-decl name='complex<float>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1039' column='1' id='type-id-2198'>
+ <class-decl name='complex<float>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1039' column='1' id='type-id-2196'>
<member-type access='public'>
- <typedef-decl name='_ComplexT' type-id='type-id-2200' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1042' column='1' id='type-id-2199'/>
+ <typedef-decl name='_ComplexT' type-id='type-id-2198' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1042' column='1' id='type-id-2197'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_value' type-id='type-id-2199' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1180' column='1'/>
+ <var-decl name='_M_value' type-id='type-id-2197' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1180' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='complex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1044' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2201' is-artificial='yes'/>
- <parameter type-id='type-id-2199'/>
+ <parameter type-id='type-id-2199' is-artificial='yes'/>
+ <parameter type-id='type-id-2197'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='complex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1046' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2201' is-artificial='yes'/>
+ <parameter type-id='type-id-2199' is-artificial='yes'/>
<parameter type-id='type-id-538'/>
<parameter type-id='type-id-538'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='public'>
<function-decl name='complex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1056' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2201' is-artificial='yes'/>
- <parameter type-id='type-id-2202'/>
+ <parameter type-id='type-id-2199' is-artificial='yes'/>
+ <parameter type-id='type-id-2200'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='complex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1057' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2201' is-artificial='yes'/>
- <parameter type-id='type-id-2203'/>
+ <parameter type-id='type-id-2199' is-artificial='yes'/>
+ <parameter type-id='type-id-2201'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='real' mangled-name='_ZNSt7complexIfE4realEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1069' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2201' is-artificial='yes'/>
+ <parameter type-id='type-id-2199' is-artificial='yes'/>
<return type-id='type-id-301'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='real' mangled-name='_ZNKSt7complexIfE4realEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1072' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2204' is-artificial='yes'/>
- <return type-id='type-id-2205'/>
+ <parameter type-id='type-id-2202' is-artificial='yes'/>
+ <return type-id='type-id-2203'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='imag' mangled-name='_ZNSt7complexIfE4imagEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1075' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2201' is-artificial='yes'/>
+ <parameter type-id='type-id-2199' is-artificial='yes'/>
<return type-id='type-id-301'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='imag' mangled-name='_ZNKSt7complexIfE4imagEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1078' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2204' is-artificial='yes'/>
- <return type-id='type-id-2205'/>
+ <parameter type-id='type-id-2202' is-artificial='yes'/>
+ <return type-id='type-id-2203'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='real' mangled-name='_ZNSt7complexIfE4realEf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1084' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2201' is-artificial='yes'/>
+ <parameter type-id='type-id-2199' is-artificial='yes'/>
<parameter type-id='type-id-538'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='imag' mangled-name='_ZNSt7complexIfE4imagEf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1087' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2201' is-artificial='yes'/>
+ <parameter type-id='type-id-2199' is-artificial='yes'/>
<parameter type-id='type-id-538'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator=' mangled-name='_ZNSt7complexIfEaSEf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1090' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2201' is-artificial='yes'/>
+ <parameter type-id='type-id-2199' is-artificial='yes'/>
<parameter type-id='type-id-538'/>
- <return type-id='type-id-2206'/>
+ <return type-id='type-id-2204'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator+=' mangled-name='_ZNSt7complexIfEpLEf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1097' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2201' is-artificial='yes'/>
+ <parameter type-id='type-id-2199' is-artificial='yes'/>
<parameter type-id='type-id-538'/>
- <return type-id='type-id-2206'/>
+ <return type-id='type-id-2204'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator-=' mangled-name='_ZNSt7complexIfEmIEf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2201' is-artificial='yes'/>
+ <parameter type-id='type-id-2199' is-artificial='yes'/>
<parameter type-id='type-id-538'/>
- <return type-id='type-id-2206'/>
+ <return type-id='type-id-2204'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator*=' mangled-name='_ZNSt7complexIfEmLEf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1111' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2201' is-artificial='yes'/>
+ <parameter type-id='type-id-2199' is-artificial='yes'/>
<parameter type-id='type-id-538'/>
- <return type-id='type-id-2206'/>
+ <return type-id='type-id-2204'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator/=' mangled-name='_ZNSt7complexIfEdVEf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2201' is-artificial='yes'/>
+ <parameter type-id='type-id-2199' is-artificial='yes'/>
<parameter type-id='type-id-538'/>
- <return type-id='type-id-2206'/>
+ <return type-id='type-id-2204'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='__rep' mangled-name='_ZNKSt7complexIfE5__repEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1177' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2204' is-artificial='yes'/>
- <return type-id='type-id-2207'/>
+ <parameter type-id='type-id-2202' is-artificial='yes'/>
+ <return type-id='type-id-2205'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='complex<double>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1186' column='1' id='type-id-2208'>
+ <class-decl name='complex<double>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1186' column='1' id='type-id-2206'>
<member-type access='private'>
- <typedef-decl name='_ComplexT' type-id='type-id-2210' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1189' column='1' id='type-id-2209'/>
+ <typedef-decl name='_ComplexT' type-id='type-id-2208' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1189' column='1' id='type-id-2207'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_value' type-id='type-id-2209' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1328' column='1'/>
+ <var-decl name='_M_value' type-id='type-id-2207' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1328' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='complex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1191' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2211' is-artificial='yes'/>
- <parameter type-id='type-id-2209'/>
+ <parameter type-id='type-id-2209' is-artificial='yes'/>
+ <parameter type-id='type-id-2207'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='complex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1193' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2211' is-artificial='yes'/>
+ <parameter type-id='type-id-2209' is-artificial='yes'/>
<parameter type-id='type-id-536'/>
<parameter type-id='type-id-536'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='complex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1203' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2211' is-artificial='yes'/>
- <parameter type-id='type-id-2212'/>
+ <parameter type-id='type-id-2209' is-artificial='yes'/>
+ <parameter type-id='type-id-2210'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='complex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1206' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2211' is-artificial='yes'/>
- <parameter type-id='type-id-2203'/>
+ <parameter type-id='type-id-2209' is-artificial='yes'/>
+ <parameter type-id='type-id-2201'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='real' mangled-name='_ZNSt7complexIdE4realEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1218' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2211' is-artificial='yes'/>
+ <parameter type-id='type-id-2209' is-artificial='yes'/>
<return type-id='type-id-302'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='real' mangled-name='_ZNKSt7complexIdE4realEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1221' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2213' is-artificial='yes'/>
- <return type-id='type-id-2214'/>
+ <parameter type-id='type-id-2211' is-artificial='yes'/>
+ <return type-id='type-id-2212'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='imag' mangled-name='_ZNSt7complexIdE4imagEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1224' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2211' is-artificial='yes'/>
+ <parameter type-id='type-id-2209' is-artificial='yes'/>
<return type-id='type-id-302'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='imag' mangled-name='_ZNKSt7complexIdE4imagEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1227' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2213' is-artificial='yes'/>
- <return type-id='type-id-2214'/>
+ <parameter type-id='type-id-2211' is-artificial='yes'/>
+ <return type-id='type-id-2212'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='real' mangled-name='_ZNSt7complexIdE4realEd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1233' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2211' is-artificial='yes'/>
+ <parameter type-id='type-id-2209' is-artificial='yes'/>
<parameter type-id='type-id-536'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='imag' mangled-name='_ZNSt7complexIdE4imagEd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1236' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2211' is-artificial='yes'/>
+ <parameter type-id='type-id-2209' is-artificial='yes'/>
<parameter type-id='type-id-536'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt7complexIdEaSEd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1239' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2211' is-artificial='yes'/>
+ <parameter type-id='type-id-2209' is-artificial='yes'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-2215'/>
+ <return type-id='type-id-2213'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator+=' mangled-name='_ZNSt7complexIdEpLEd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1246' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2211' is-artificial='yes'/>
+ <parameter type-id='type-id-2209' is-artificial='yes'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-2215'/>
+ <return type-id='type-id-2213'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator-=' mangled-name='_ZNSt7complexIdEmIEd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1253' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2211' is-artificial='yes'/>
+ <parameter type-id='type-id-2209' is-artificial='yes'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-2215'/>
+ <return type-id='type-id-2213'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator*=' mangled-name='_ZNSt7complexIdEmLEd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1260' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2211' is-artificial='yes'/>
+ <parameter type-id='type-id-2209' is-artificial='yes'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-2215'/>
+ <return type-id='type-id-2213'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator/=' mangled-name='_ZNSt7complexIdEdVEd' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1267' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2211' is-artificial='yes'/>
+ <parameter type-id='type-id-2209' is-artificial='yes'/>
<parameter type-id='type-id-536'/>
- <return type-id='type-id-2215'/>
+ <return type-id='type-id-2213'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='__rep' mangled-name='_ZNKSt7complexIdE5__repEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1325' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2213' is-artificial='yes'/>
- <return type-id='type-id-2216'/>
+ <parameter type-id='type-id-2211' is-artificial='yes'/>
+ <return type-id='type-id-2214'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='complex<long double>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1334' column='1' id='type-id-2217'>
+ <class-decl name='complex<long double>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1334' column='1' id='type-id-2215'>
<member-type access='private'>
- <typedef-decl name='_ComplexT' type-id='type-id-2219' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1337' column='1' id='type-id-2218'/>
+ <typedef-decl name='_ComplexT' type-id='type-id-2217' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1337' column='1' id='type-id-2216'/>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_value' type-id='type-id-2218' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1478' column='1'/>
+ <var-decl name='_M_value' type-id='type-id-2216' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1478' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='complex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1339' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2220' is-artificial='yes'/>
- <parameter type-id='type-id-2218'/>
+ <parameter type-id='type-id-2218' is-artificial='yes'/>
+ <parameter type-id='type-id-2216'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='complex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1341' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2220' is-artificial='yes'/>
+ <parameter type-id='type-id-2218' is-artificial='yes'/>
<parameter type-id='type-id-539'/>
<parameter type-id='type-id-539'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='complex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1352' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2220' is-artificial='yes'/>
- <parameter type-id='type-id-2212'/>
+ <parameter type-id='type-id-2218' is-artificial='yes'/>
+ <parameter type-id='type-id-2210'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='complex' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1355' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2220' is-artificial='yes'/>
- <parameter type-id='type-id-2202'/>
+ <parameter type-id='type-id-2218' is-artificial='yes'/>
+ <parameter type-id='type-id-2200'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='real' mangled-name='_ZNSt7complexIeE4realEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1368' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2220' is-artificial='yes'/>
+ <parameter type-id='type-id-2218' is-artificial='yes'/>
<return type-id='type-id-303'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='real' mangled-name='_ZNKSt7complexIeE4realEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1371' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2221' is-artificial='yes'/>
- <return type-id='type-id-2222'/>
+ <parameter type-id='type-id-2219' is-artificial='yes'/>
+ <return type-id='type-id-2220'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='imag' mangled-name='_ZNSt7complexIeE4imagEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1374' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2220' is-artificial='yes'/>
+ <parameter type-id='type-id-2218' is-artificial='yes'/>
<return type-id='type-id-303'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='imag' mangled-name='_ZNKSt7complexIeE4imagEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1377' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2221' is-artificial='yes'/>
- <return type-id='type-id-2222'/>
+ <parameter type-id='type-id-2219' is-artificial='yes'/>
+ <return type-id='type-id-2220'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='real' mangled-name='_ZNSt7complexIeE4realEe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1383' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2220' is-artificial='yes'/>
+ <parameter type-id='type-id-2218' is-artificial='yes'/>
<parameter type-id='type-id-539'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='imag' mangled-name='_ZNSt7complexIeE4imagEe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1386' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2220' is-artificial='yes'/>
+ <parameter type-id='type-id-2218' is-artificial='yes'/>
<parameter type-id='type-id-539'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt7complexIeEaSEe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1389' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2220' is-artificial='yes'/>
+ <parameter type-id='type-id-2218' is-artificial='yes'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-2223'/>
+ <return type-id='type-id-2221'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator+=' mangled-name='_ZNSt7complexIeEpLEe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1396' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2220' is-artificial='yes'/>
+ <parameter type-id='type-id-2218' is-artificial='yes'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-2223'/>
+ <return type-id='type-id-2221'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator-=' mangled-name='_ZNSt7complexIeEmIEe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1403' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2220' is-artificial='yes'/>
+ <parameter type-id='type-id-2218' is-artificial='yes'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-2223'/>
+ <return type-id='type-id-2221'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator*=' mangled-name='_ZNSt7complexIeEmLEe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1410' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2220' is-artificial='yes'/>
+ <parameter type-id='type-id-2218' is-artificial='yes'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-2223'/>
+ <return type-id='type-id-2221'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator/=' mangled-name='_ZNSt7complexIeEdVEe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1417' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2220' is-artificial='yes'/>
+ <parameter type-id='type-id-2218' is-artificial='yes'/>
<parameter type-id='type-id-539'/>
- <return type-id='type-id-2223'/>
+ <return type-id='type-id-2221'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='__rep' mangled-name='_ZNKSt7complexIeE5__repEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='1475' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2221' is-artificial='yes'/>
- <return type-id='type-id-2224'/>
+ <parameter type-id='type-id-2219' is-artificial='yes'/>
+ <return type-id='type-id-2222'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='operator>><float, char, std::char_traits<char> >' mangled-name='_ZStrsIfcSt11char_traitsIcEERSt13basic_istreamIT0_T1_ES6_RSt7complexIT_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='486' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIfcSt11char_traitsIcEERSt13basic_istreamIT0_T1_ES6_RSt7complexIT_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-289'/>
- <parameter type-id='type-id-2206'/>
+ <parameter type-id='type-id-2204'/>
<return type-id='type-id-289'/>
</function-decl>
<function-decl name='operator>><double, char, std::char_traits<char> >' mangled-name='_ZStrsIdcSt11char_traitsIcEERSt13basic_istreamIT0_T1_ES6_RSt7complexIT_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='486' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIdcSt11char_traitsIcEERSt13basic_istreamIT0_T1_ES6_RSt7complexIT_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-289'/>
- <parameter type-id='type-id-2215'/>
+ <parameter type-id='type-id-2213'/>
<return type-id='type-id-289'/>
</function-decl>
<function-decl name='operator>><long double, char, std::char_traits<char> >' mangled-name='_ZStrsIecSt11char_traitsIcEERSt13basic_istreamIT0_T1_ES6_RSt7complexIT_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='486' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIecSt11char_traitsIcEERSt13basic_istreamIT0_T1_ES6_RSt7complexIT_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-289'/>
- <parameter type-id='type-id-2223'/>
+ <parameter type-id='type-id-2221'/>
<return type-id='type-id-289'/>
</function-decl>
<function-decl name='operator>><float, wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStrsIfwSt11char_traitsIwEERSt13basic_istreamIT0_T1_ES6_RSt7complexIT_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='486' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIfwSt11char_traitsIwEERSt13basic_istreamIT0_T1_ES6_RSt7complexIT_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-328'/>
- <parameter type-id='type-id-2206'/>
+ <parameter type-id='type-id-2204'/>
<return type-id='type-id-328'/>
</function-decl>
<function-decl name='operator>><double, wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStrsIdwSt11char_traitsIwEERSt13basic_istreamIT0_T1_ES6_RSt7complexIT_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='486' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIdwSt11char_traitsIwEERSt13basic_istreamIT0_T1_ES6_RSt7complexIT_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-328'/>
- <parameter type-id='type-id-2215'/>
+ <parameter type-id='type-id-2213'/>
<return type-id='type-id-328'/>
</function-decl>
<function-decl name='operator>><long double, wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStrsIewSt11char_traitsIwEERSt13basic_istreamIT0_T1_ES6_RSt7complexIT_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='486' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIewSt11char_traitsIwEERSt13basic_istreamIT0_T1_ES6_RSt7complexIT_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-328'/>
- <parameter type-id='type-id-2223'/>
+ <parameter type-id='type-id-2221'/>
<return type-id='type-id-328'/>
</function-decl>
<function-decl name='operator<< <std::char_traits<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='480' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <char, std::char_traits<char>, std::allocator<char> >' mangled-name='_ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKSbIS4_S5_T1_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/basic_string.h' line='2750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKSbIS4_S5_T1_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
<parameter type-id='type-id-181'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <long double, char, std::char_traits<char> >' mangled-name='_ZStlsIecSt11char_traitsIcEERSt13basic_ostreamIT0_T1_ES6_RKSt7complexIT_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='519' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIecSt11char_traitsIcEERSt13basic_ostreamIT0_T1_ES6_RKSt7complexIT_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <parameter type-id='type-id-2203'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <parameter type-id='type-id-2201'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <double, char, std::char_traits<char> >' mangled-name='_ZStlsIdcSt11char_traitsIcEERSt13basic_ostreamIT0_T1_ES6_RKSt7complexIT_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='519' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIdcSt11char_traitsIcEERSt13basic_ostreamIT0_T1_ES6_RKSt7complexIT_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <parameter type-id='type-id-2202'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <parameter type-id='type-id-2200'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <float, char, std::char_traits<char> >' mangled-name='_ZStlsIfcSt11char_traitsIcEERSt13basic_ostreamIT0_T1_ES6_RKSt7complexIT_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='519' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIfcSt11char_traitsIcEERSt13basic_ostreamIT0_T1_ES6_RKSt7complexIT_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <parameter type-id='type-id-2212'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <parameter type-id='type-id-2210'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_c' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='474' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_c@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='operator<< <wchar_t, std::char_traits<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='469' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
<parameter type-id='type-id-105'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='operator<< <wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >' mangled-name='_ZStlsIwSt11char_traitsIwESaIwEERSt13basic_ostreamIT_T0_ES7_RKSbIS4_S5_T1_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/basic_string.h' line='2750' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIwSt11char_traitsIwESaIwEERSt13basic_ostreamIT_T0_ES7_RKSbIS4_S5_T1_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
<parameter type-id='type-id-250'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='operator<< <long double, wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStlsIewSt11char_traitsIwEERSt13basic_ostreamIT0_T1_ES6_RKSt7complexIT_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='519' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIewSt11char_traitsIwEERSt13basic_ostreamIT0_T1_ES6_RKSt7complexIT_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
- <parameter type-id='type-id-2203'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
+ <parameter type-id='type-id-2201'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='operator<< <double, wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStlsIdwSt11char_traitsIwEERSt13basic_ostreamIT0_T1_ES6_RKSt7complexIT_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='519' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIdwSt11char_traitsIwEERSt13basic_ostreamIT0_T1_ES6_RKSt7complexIT_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
- <parameter type-id='type-id-2202'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
+ <parameter type-id='type-id-2200'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='operator<< <float, wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStlsIfwSt11char_traitsIwEERSt13basic_ostreamIT0_T1_ES6_RKSt7complexIT_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex' line='519' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIfwSt11char_traitsIwEERSt13basic_ostreamIT0_T1_ES6_RKSt7complexIT_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
- <parameter type-id='type-id-2212'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
+ <parameter type-id='type-id-2210'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='operator>><char, std::char_traits<char> >' mangled-name='_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_RS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/istream.tcc' line='925' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_RS3_@@GLIBCXX_3.4'>
<parameter type-id='type-id-289'/>
<return type-id='type-id-328'/>
</function-decl>
<function-decl name='__ostream_insert<char, std::char_traits<char> >' mangled-name='_ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream_insert.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_l@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-48'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='__throw_bad_cast' mangled-name='_ZSt16__throw_bad_castv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functexcept.h' line='57' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt16__throw_bad_castv@@GLIBCXX_3.4'>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__ostream_insert<wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZSt16__ostream_insertIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_PKS3_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream_insert.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt16__ostream_insertIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_PKS3_l@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-48'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
- <class-decl name='basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' size-in-bits='640' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='60' column='1' id='type-id-2225'>
+ <class-decl name='basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >' size-in-bits='640' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='60' column='1' id='type-id-2223'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-37'/>
<member-type access='private'>
- <typedef-decl name='__string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='74' column='1' id='type-id-2226'/>
+ <typedef-decl name='__string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='74' column='1' id='type-id-2224'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='64' column='1' id='type-id-2227'/>
+ <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='64' column='1' id='type-id-2225'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='int_type' type-id='type-id-40' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='69' column='1' id='type-id-2228'/>
+ <typedef-decl name='int_type' type-id='type-id-40' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='69' column='1' id='type-id-2226'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pos_type' type-id='type-id-42' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='70' column='1' id='type-id-2229'/>
+ <typedef-decl name='pos_type' type-id='type-id-42' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='70' column='1' id='type-id-2227'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='off_type' type-id='type-id-44' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='71' column='1' id='type-id-2230'/>
+ <typedef-decl name='off_type' type-id='type-id-44' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='71' column='1' id='type-id-2228'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__streambuf_type' type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='73' column='1' id='type-id-2231'/>
+ <typedef-decl name='__streambuf_type' type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='73' column='1' id='type-id-2229'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__size_type' type-id='type-id-152' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='75' column='1' id='type-id-2232'/>
+ <typedef-decl name='__size_type' type-id='type-id-152' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='75' column='1' id='type-id-2230'/>
</member-type>
<data-member access='protected' layout-offset-in-bits='512'>
<var-decl name='_M_mode' type-id='type-id-51' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='79' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='576'>
- <var-decl name='_M_string' type-id='type-id-2226' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='82' column='1'/>
+ <var-decl name='_M_string' type-id='type-id-2224' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='82' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='basic_stringbuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='str' mangled-name='_ZNKSt15basic_stringbufIcSt11char_traitsIcESaIcEE3strEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='122' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt15basic_stringbufIcSt11char_traitsIcESaIcEE3strEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2234' is-artificial='yes'/>
- <return type-id='type-id-2226'/>
+ <parameter type-id='type-id-2232' is-artificial='yes'/>
+ <return type-id='type-id-2224'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringbuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='107' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
- <parameter type-id='type-id-2235'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
+ <parameter type-id='type-id-2233'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='str' mangled-name='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE3strERKSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='146' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE3strERKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
- <parameter type-id='type-id-2235'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
+ <parameter type-id='type-id-2233'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_stringbuf_init' mangled-name='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE17_M_stringbuf_initESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE17_M_stringbuf_initESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_sync' mangled-name='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE7_M_syncEPcmm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/sstream.tcc' line='228' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE7_M_syncEPcmm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
- <parameter type-id='type-id-2236'/>
- <parameter type-id='type-id-2232'/>
- <parameter type-id='type-id-2232'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
+ <parameter type-id='type-id-2234'/>
+ <parameter type-id='type-id-2230'/>
+ <parameter type-id='type-id-2230'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_update_egptr' mangled-name='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE15_M_update_egptrEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE15_M_update_egptrEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_pbump' mangled-name='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE8_M_pbumpEPcS4_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/sstream.tcc' line='259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE8_M_pbumpEPcS4_l@@GLIBCXX_3.4.16'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
- <parameter type-id='type-id-2236'/>
- <parameter type-id='type-id-2236'/>
- <parameter type-id='type-id-2230'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
+ <parameter type-id='type-id-2234'/>
+ <parameter type-id='type-id-2234'/>
+ <parameter type-id='type-id-2228'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringbuf' mangled-name='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEEC2ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='94' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEEC1ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringbuf' mangled-name='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEEC2ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEEC2ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
- <parameter type-id='type-id-2235'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
+ <parameter type-id='type-id-2233'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='3'>
<function-decl name='setbuf' mangled-name='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE6setbufEPcl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE6setbufEPcl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
- <parameter type-id='type-id-2236'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
+ <parameter type-id='type-id-2234'/>
<parameter type-id='type-id-48'/>
- <return type-id='type-id-2237'/>
+ <return type-id='type-id-2235'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='4'>
<function-decl name='seekoff' mangled-name='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE7seekoffElSt12_Ios_SeekdirSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/sstream.tcc' line='150' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE7seekoffElSt12_Ios_SeekdirSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
- <parameter type-id='type-id-2230'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
+ <parameter type-id='type-id-2228'/>
<parameter type-id='type-id-50'/>
<parameter type-id='type-id-51'/>
- <return type-id='type-id-2229'/>
+ <return type-id='type-id-2227'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='5'>
<function-decl name='seekpos' mangled-name='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/sstream.tcc' line='198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
- <parameter type-id='type-id-2229'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
+ <parameter type-id='type-id-2227'/>
<parameter type-id='type-id-51'/>
- <return type-id='type-id-2229'/>
+ <return type-id='type-id-2227'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='7'>
<function-decl name='showmanyc' mangled-name='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE9showmanycEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='166' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE9showmanycEv@@GLIBCXX_3.4.6'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
<return type-id='type-id-48'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='9'>
<function-decl name='underflow' mangled-name='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE9underflowEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/sstream.tcc' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE9underflowEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
- <return type-id='type-id-2228'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
+ <return type-id='type-id-2226'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='11'>
<function-decl name='pbackfail' mangled-name='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE9pbackfailEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/sstream.tcc' line='47' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE9pbackfailEi@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
- <parameter type-id='type-id-2228'/>
- <return type-id='type-id-2228'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
+ <parameter type-id='type-id-2226'/>
+ <return type-id='type-id-2226'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='13'>
<function-decl name='overflow' mangled-name='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE8overflowEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/sstream.tcc' line='81' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE8overflowEi@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2233' is-artificial='yes'/>
- <parameter type-id='type-id-2228'/>
- <return type-id='type-id-2228'/>
+ <parameter type-id='type-id-2231' is-artificial='yes'/>
+ <parameter type-id='type-id-2226'/>
+ <return type-id='type-id-2226'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' size-in-bits='2816' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='373' column='1' id='type-id-2238'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-774'/>
+ <class-decl name='basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >' size-in-bits='2816' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='373' column='1' id='type-id-2236'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-773'/>
<member-type access='private'>
- <typedef-decl name='__string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='387' column='1' id='type-id-2239'/>
+ <typedef-decl name='__string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='387' column='1' id='type-id-2237'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__stringbuf_type' type-id='type-id-2225' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='388' column='1' id='type-id-2240'/>
+ <typedef-decl name='__stringbuf_type' type-id='type-id-2223' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='388' column='1' id='type-id-2238'/>
</member-type>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_stringbuf' type-id='type-id-2240' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='392' column='1'/>
+ <var-decl name='_M_stringbuf' type-id='type-id-2238' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='392' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='basic_ostringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='409' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2241' is-artificial='yes'/>
+ <parameter type-id='type-id-2239' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='str' mangled-name='_ZNKSt19basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='457' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt19basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2242' is-artificial='yes'/>
- <return type-id='type-id-2239'/>
+ <parameter type-id='type-id-2240' is-artificial='yes'/>
+ <return type-id='type-id-2237'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_ostringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='427' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2241' is-artificial='yes'/>
+ <parameter type-id='type-id-2239' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2243'/>
+ <parameter type-id='type-id-2241'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt19basic_ostringstreamIcSt11char_traitsIcESaIcEE5rdbufEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='449' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt19basic_ostringstreamIcSt11char_traitsIcESaIcEE5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2242' is-artificial='yes'/>
- <return type-id='type-id-2244'/>
+ <parameter type-id='type-id-2240' is-artificial='yes'/>
+ <return type-id='type-id-2242'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='str' mangled-name='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEE3strERKSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='467' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEE3strERKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2241' is-artificial='yes'/>
- <parameter type-id='type-id-2243'/>
+ <parameter type-id='type-id-2239' is-artificial='yes'/>
+ <parameter type-id='type-id-2241'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_ostringstream' mangled-name='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC2ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='409' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC2ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2241' is-artificial='yes'/>
+ <parameter type-id='type-id-2239' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ostringstream' mangled-name='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC1ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='409' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC1ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2241' is-artificial='yes'/>
+ <parameter type-id='type-id-2239' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ostringstream' mangled-name='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC2ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='427' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC2ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2241' is-artificial='yes'/>
+ <parameter type-id='type-id-2239' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2243'/>
+ <parameter type-id='type-id-2241'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_ostringstream' mangled-name='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC1ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='427' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC1ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2241' is-artificial='yes'/>
+ <parameter type-id='type-id-2239' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2243'/>
+ <parameter type-id='type-id-2241'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ostringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='438' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2241' is-artificial='yes'/>
+ <parameter type-id='type-id-2239' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ostringstream' mangled-name='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='438' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2241' is-artificial='yes'/>
+ <parameter type-id='type-id-2239' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ostringstream' mangled-name='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='438' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2241' is-artificial='yes'/>
+ <parameter type-id='type-id-2239' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ostringstream' mangled-name='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='438' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2241' is-artificial='yes'/>
+ <parameter type-id='type-id-2239' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='basic_stringbuf<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >' size-in-bits='640' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='60' column='1' id='type-id-2245'>
+ <class-decl name='basic_stringbuf<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >' size-in-bits='640' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='60' column='1' id='type-id-2243'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-121'/>
<member-type access='private'>
- <typedef-decl name='__string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='74' column='1' id='type-id-2246'/>
+ <typedef-decl name='__string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='74' column='1' id='type-id-2244'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='64' column='1' id='type-id-2247'/>
+ <typedef-decl name='char_type' type-id='type-id-105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='64' column='1' id='type-id-2245'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='int_type' type-id='type-id-124' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='69' column='1' id='type-id-2248'/>
+ <typedef-decl name='int_type' type-id='type-id-124' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='69' column='1' id='type-id-2246'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='pos_type' type-id='type-id-126' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='70' column='1' id='type-id-2249'/>
+ <typedef-decl name='pos_type' type-id='type-id-126' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='70' column='1' id='type-id-2247'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='off_type' type-id='type-id-128' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='71' column='1' id='type-id-2250'/>
+ <typedef-decl name='off_type' type-id='type-id-128' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='71' column='1' id='type-id-2248'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__streambuf_type' type-id='type-id-121' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='73' column='1' id='type-id-2251'/>
+ <typedef-decl name='__streambuf_type' type-id='type-id-121' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='73' column='1' id='type-id-2249'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__size_type' type-id='type-id-221' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='75' column='1' id='type-id-2252'/>
+ <typedef-decl name='__size_type' type-id='type-id-221' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='75' column='1' id='type-id-2250'/>
</member-type>
<data-member access='protected' layout-offset-in-bits='512'>
<var-decl name='_M_mode' type-id='type-id-51' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='79' column='1'/>
</data-member>
<data-member access='protected' layout-offset-in-bits='576'>
- <var-decl name='_M_string' type-id='type-id-2246' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='82' column='1'/>
+ <var-decl name='_M_string' type-id='type-id-2244' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='82' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='basic_stringbuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='str' mangled-name='_ZNKSt15basic_stringbufIwSt11char_traitsIwESaIwEE3strEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='122' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt15basic_stringbufIwSt11char_traitsIwESaIwEE3strEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2254' is-artificial='yes'/>
- <return type-id='type-id-2246'/>
+ <parameter type-id='type-id-2252' is-artificial='yes'/>
+ <return type-id='type-id-2244'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringbuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='107' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
- <parameter type-id='type-id-2255'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
+ <parameter type-id='type-id-2253'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='str' mangled-name='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE3strERKSbIwS1_S2_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='146' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE3strERKSbIwS1_S2_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
- <parameter type-id='type-id-2255'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
+ <parameter type-id='type-id-2253'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_stringbuf_init' mangled-name='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE17_M_stringbuf_initESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE17_M_stringbuf_initESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_sync' mangled-name='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE7_M_syncEPwmm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/sstream.tcc' line='228' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE7_M_syncEPwmm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
- <parameter type-id='type-id-2256'/>
- <parameter type-id='type-id-2252'/>
- <parameter type-id='type-id-2252'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
+ <parameter type-id='type-id-2254'/>
+ <parameter type-id='type-id-2250'/>
+ <parameter type-id='type-id-2250'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_update_egptr' mangled-name='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE15_M_update_egptrEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE15_M_update_egptrEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_pbump' mangled-name='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE8_M_pbumpEPwS4_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/sstream.tcc' line='259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE8_M_pbumpEPwS4_l@@GLIBCXX_3.4.16'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
- <parameter type-id='type-id-2256'/>
- <parameter type-id='type-id-2256'/>
- <parameter type-id='type-id-2250'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
+ <parameter type-id='type-id-2254'/>
+ <parameter type-id='type-id-2254'/>
+ <parameter type-id='type-id-2248'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringbuf' mangled-name='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEEC2ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='94' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEEC1ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringbuf' mangled-name='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEEC2ERKSbIwS1_S2_ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEEC2ERKSbIwS1_S2_ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
- <parameter type-id='type-id-2255'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
+ <parameter type-id='type-id-2253'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='3'>
<function-decl name='setbuf' mangled-name='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE6setbufEPwl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE6setbufEPwl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
- <parameter type-id='type-id-2256'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
+ <parameter type-id='type-id-2254'/>
<parameter type-id='type-id-48'/>
- <return type-id='type-id-2257'/>
+ <return type-id='type-id-2255'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='4'>
<function-decl name='seekoff' mangled-name='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE7seekoffElSt12_Ios_SeekdirSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/sstream.tcc' line='150' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE7seekoffElSt12_Ios_SeekdirSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
- <parameter type-id='type-id-2250'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
+ <parameter type-id='type-id-2248'/>
<parameter type-id='type-id-50'/>
<parameter type-id='type-id-51'/>
- <return type-id='type-id-2249'/>
+ <return type-id='type-id-2247'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='5'>
<function-decl name='seekpos' mangled-name='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/sstream.tcc' line='198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
- <parameter type-id='type-id-2249'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
+ <parameter type-id='type-id-2247'/>
<parameter type-id='type-id-51'/>
- <return type-id='type-id-2249'/>
+ <return type-id='type-id-2247'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='7'>
<function-decl name='showmanyc' mangled-name='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE9showmanycEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='166' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE9showmanycEv@@GLIBCXX_3.4.6'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
<return type-id='type-id-48'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='9'>
<function-decl name='underflow' mangled-name='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE9underflowEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/sstream.tcc' line='132' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE9underflowEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
- <return type-id='type-id-2248'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
+ <return type-id='type-id-2246'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='11'>
<function-decl name='pbackfail' mangled-name='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE9pbackfailEj' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/sstream.tcc' line='47' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE9pbackfailEj@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
- <parameter type-id='type-id-2248'/>
- <return type-id='type-id-2248'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
+ <parameter type-id='type-id-2246'/>
+ <return type-id='type-id-2246'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='13'>
<function-decl name='overflow' mangled-name='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE8overflowEj' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/sstream.tcc' line='81' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE8overflowEj@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2253' is-artificial='yes'/>
- <parameter type-id='type-id-2248'/>
- <return type-id='type-id-2248'/>
+ <parameter type-id='type-id-2251' is-artificial='yes'/>
+ <parameter type-id='type-id-2246'/>
+ <return type-id='type-id-2246'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='basic_ostringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >' size-in-bits='2816' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='373' column='1' id='type-id-2258'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-775'/>
+ <class-decl name='basic_ostringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >' size-in-bits='2816' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='373' column='1' id='type-id-2256'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-774'/>
<member-type access='private'>
- <typedef-decl name='__string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='387' column='1' id='type-id-2259'/>
+ <typedef-decl name='__string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='387' column='1' id='type-id-2257'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__stringbuf_type' type-id='type-id-2245' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='388' column='1' id='type-id-2260'/>
+ <typedef-decl name='__stringbuf_type' type-id='type-id-2243' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='388' column='1' id='type-id-2258'/>
</member-type>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_stringbuf' type-id='type-id-2260' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='392' column='1'/>
+ <var-decl name='_M_stringbuf' type-id='type-id-2258' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='392' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='basic_ostringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='409' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2261' is-artificial='yes'/>
+ <parameter type-id='type-id-2259' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='str' mangled-name='_ZNKSt19basic_ostringstreamIwSt11char_traitsIwESaIwEE3strEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='457' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt19basic_ostringstreamIwSt11char_traitsIwESaIwEE3strEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2262' is-artificial='yes'/>
- <return type-id='type-id-2259'/>
+ <parameter type-id='type-id-2260' is-artificial='yes'/>
+ <return type-id='type-id-2257'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_ostringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='427' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2261' is-artificial='yes'/>
+ <parameter type-id='type-id-2259' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2263'/>
+ <parameter type-id='type-id-2261'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt19basic_ostringstreamIwSt11char_traitsIwESaIwEE5rdbufEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='449' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt19basic_ostringstreamIwSt11char_traitsIwESaIwEE5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2262' is-artificial='yes'/>
- <return type-id='type-id-2264'/>
+ <parameter type-id='type-id-2260' is-artificial='yes'/>
+ <return type-id='type-id-2262'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='str' mangled-name='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEE3strERKSbIwS1_S2_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='467' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEE3strERKSbIwS1_S2_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2261' is-artificial='yes'/>
- <parameter type-id='type-id-2263'/>
+ <parameter type-id='type-id-2259' is-artificial='yes'/>
+ <parameter type-id='type-id-2261'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_ostringstream' mangled-name='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEEC2ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='409' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEEC2ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2261' is-artificial='yes'/>
+ <parameter type-id='type-id-2259' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ostringstream' mangled-name='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEEC1ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='409' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEEC1ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2261' is-artificial='yes'/>
+ <parameter type-id='type-id-2259' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ostringstream' mangled-name='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEEC2ERKSbIwS1_S2_ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='427' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEEC2ERKSbIwS1_S2_ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2261' is-artificial='yes'/>
+ <parameter type-id='type-id-2259' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2263'/>
+ <parameter type-id='type-id-2261'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_ostringstream' mangled-name='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEEC1ERKSbIwS1_S2_ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='427' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEEC1ERKSbIwS1_S2_ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2261' is-artificial='yes'/>
+ <parameter type-id='type-id-2259' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2263'/>
+ <parameter type-id='type-id-2261'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ostringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='438' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2261' is-artificial='yes'/>
+ <parameter type-id='type-id-2259' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ostringstream' mangled-name='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='438' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2261' is-artificial='yes'/>
+ <parameter type-id='type-id-2259' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ostringstream' mangled-name='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEED1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='438' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2261' is-artificial='yes'/>
+ <parameter type-id='type-id-2259' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ostringstream' mangled-name='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='438' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_ostringstreamIwSt11char_traitsIwESaIwEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2261' is-artificial='yes'/>
+ <parameter type-id='type-id-2259' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
</class-decl>
<function-decl name='operator<< <std::char_traits<char> >' mangled-name='_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='480' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_S3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='469' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_S3_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
<parameter type-id='type-id-105'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-914' size-in-bits='64' id='type-id-2197'/>
+ <reference-type-def kind='lvalue' type-id='type-id-913' size-in-bits='64' id='type-id-2195'/>
<namespace-decl name='__gnu_cxx'>
<function-decl name='__is_null_pointer<char>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-149'/>
<return type-id='type-id-23'/>
</function-decl>
</namespace-decl>
- <type-decl name='complex float' size-in-bits='64' id='type-id-2200'/>
- <pointer-type-def type-id='type-id-2198' size-in-bits='64' id='type-id-2201'/>
- <type-decl name='complex double' size-in-bits='128' id='type-id-2210'/>
- <pointer-type-def type-id='type-id-2208' size-in-bits='64' id='type-id-2211'/>
- <qualified-type-def type-id='type-id-2198' const='yes' id='type-id-2265'/>
- <reference-type-def kind='lvalue' type-id='type-id-2265' size-in-bits='64' id='type-id-2212'/>
- <type-decl name='complex long double' size-in-bits='256' id='type-id-2219'/>
- <pointer-type-def type-id='type-id-2217' size-in-bits='64' id='type-id-2220'/>
- <qualified-type-def type-id='type-id-2208' const='yes' id='type-id-2266'/>
- <reference-type-def kind='lvalue' type-id='type-id-2266' size-in-bits='64' id='type-id-2202'/>
- <qualified-type-def type-id='type-id-539' const='yes' id='type-id-2267'/>
- <reference-type-def kind='lvalue' type-id='type-id-2267' size-in-bits='64' id='type-id-2222'/>
- <qualified-type-def type-id='type-id-2217' const='yes' id='type-id-2268'/>
- <pointer-type-def type-id='type-id-2268' size-in-bits='64' id='type-id-2221'/>
- <reference-type-def kind='lvalue' type-id='type-id-2217' size-in-bits='64' id='type-id-2223'/>
- <qualified-type-def type-id='type-id-2218' const='yes' id='type-id-2224'/>
+ <type-decl name='complex float' size-in-bits='64' id='type-id-2198'/>
+ <pointer-type-def type-id='type-id-2196' size-in-bits='64' id='type-id-2199'/>
+ <type-decl name='complex double' size-in-bits='128' id='type-id-2208'/>
+ <pointer-type-def type-id='type-id-2206' size-in-bits='64' id='type-id-2209'/>
+ <qualified-type-def type-id='type-id-2196' const='yes' id='type-id-2263'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2263' size-in-bits='64' id='type-id-2210'/>
+ <type-decl name='complex long double' size-in-bits='256' id='type-id-2217'/>
+ <pointer-type-def type-id='type-id-2215' size-in-bits='64' id='type-id-2218'/>
+ <qualified-type-def type-id='type-id-2206' const='yes' id='type-id-2264'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2264' size-in-bits='64' id='type-id-2200'/>
+ <qualified-type-def type-id='type-id-539' const='yes' id='type-id-2265'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2265' size-in-bits='64' id='type-id-2220'/>
+ <qualified-type-def type-id='type-id-2215' const='yes' id='type-id-2266'/>
+ <pointer-type-def type-id='type-id-2266' size-in-bits='64' id='type-id-2219'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2215' size-in-bits='64' id='type-id-2221'/>
+ <qualified-type-def type-id='type-id-2216' const='yes' id='type-id-2222'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2266' size-in-bits='64' id='type-id-2201'/>
+ <qualified-type-def type-id='type-id-536' const='yes' id='type-id-2267'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2267' size-in-bits='64' id='type-id-2212'/>
+ <pointer-type-def type-id='type-id-2264' size-in-bits='64' id='type-id-2211'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2206' size-in-bits='64' id='type-id-2213'/>
+ <qualified-type-def type-id='type-id-2207' const='yes' id='type-id-2214'/>
+ <qualified-type-def type-id='type-id-538' const='yes' id='type-id-2268'/>
<reference-type-def kind='lvalue' type-id='type-id-2268' size-in-bits='64' id='type-id-2203'/>
- <qualified-type-def type-id='type-id-536' const='yes' id='type-id-2269'/>
- <reference-type-def kind='lvalue' type-id='type-id-2269' size-in-bits='64' id='type-id-2214'/>
- <pointer-type-def type-id='type-id-2266' size-in-bits='64' id='type-id-2213'/>
- <reference-type-def kind='lvalue' type-id='type-id-2208' size-in-bits='64' id='type-id-2215'/>
- <qualified-type-def type-id='type-id-2209' const='yes' id='type-id-2216'/>
- <qualified-type-def type-id='type-id-538' const='yes' id='type-id-2270'/>
- <reference-type-def kind='lvalue' type-id='type-id-2270' size-in-bits='64' id='type-id-2205'/>
- <pointer-type-def type-id='type-id-2265' size-in-bits='64' id='type-id-2204'/>
- <reference-type-def kind='lvalue' type-id='type-id-2198' size-in-bits='64' id='type-id-2206'/>
- <qualified-type-def type-id='type-id-2199' const='yes' id='type-id-2207'/>
-
-
-
- <pointer-type-def type-id='type-id-2225' size-in-bits='64' id='type-id-2233'/>
- <qualified-type-def type-id='type-id-2225' const='yes' id='type-id-2271'/>
- <pointer-type-def type-id='type-id-2271' size-in-bits='64' id='type-id-2234'/>
- <pointer-type-def type-id='type-id-2238' size-in-bits='64' id='type-id-2241'/>
- <qualified-type-def type-id='type-id-2238' const='yes' id='type-id-2272'/>
- <pointer-type-def type-id='type-id-2272' size-in-bits='64' id='type-id-2242'/>
- <pointer-type-def type-id='type-id-2245' size-in-bits='64' id='type-id-2253'/>
- <qualified-type-def type-id='type-id-2245' const='yes' id='type-id-2273'/>
- <pointer-type-def type-id='type-id-2273' size-in-bits='64' id='type-id-2254'/>
- <pointer-type-def type-id='type-id-2258' size-in-bits='64' id='type-id-2261'/>
- <qualified-type-def type-id='type-id-2258' const='yes' id='type-id-2274'/>
- <pointer-type-def type-id='type-id-2274' size-in-bits='64' id='type-id-2262'/>
- <reference-type-def kind='lvalue' type-id='type-id-2275' size-in-bits='64' id='type-id-2243'/>
- <reference-type-def kind='lvalue' type-id='type-id-2276' size-in-bits='64' id='type-id-2263'/>
- <reference-type-def kind='lvalue' type-id='type-id-2277' size-in-bits='64' id='type-id-2235'/>
- <reference-type-def kind='lvalue' type-id='type-id-2278' size-in-bits='64' id='type-id-2255'/>
- <pointer-type-def type-id='type-id-2240' size-in-bits='64' id='type-id-2244'/>
- <pointer-type-def type-id='type-id-2260' size-in-bits='64' id='type-id-2264'/>
- <pointer-type-def type-id='type-id-2231' size-in-bits='64' id='type-id-2237'/>
- <pointer-type-def type-id='type-id-2227' size-in-bits='64' id='type-id-2236'/>
- <pointer-type-def type-id='type-id-2251' size-in-bits='64' id='type-id-2257'/>
- <pointer-type-def type-id='type-id-2247' size-in-bits='64' id='type-id-2256'/>
- <qualified-type-def type-id='type-id-2239' const='yes' id='type-id-2275'/>
- <qualified-type-def type-id='type-id-2259' const='yes' id='type-id-2276'/>
- <qualified-type-def type-id='type-id-2226' const='yes' id='type-id-2277'/>
- <qualified-type-def type-id='type-id-2246' const='yes' id='type-id-2278'/>
+ <pointer-type-def type-id='type-id-2263' size-in-bits='64' id='type-id-2202'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2196' size-in-bits='64' id='type-id-2204'/>
+ <qualified-type-def type-id='type-id-2197' const='yes' id='type-id-2205'/>
+
+
+
+ <pointer-type-def type-id='type-id-2223' size-in-bits='64' id='type-id-2231'/>
+ <qualified-type-def type-id='type-id-2223' const='yes' id='type-id-2269'/>
+ <pointer-type-def type-id='type-id-2269' size-in-bits='64' id='type-id-2232'/>
+ <pointer-type-def type-id='type-id-2236' size-in-bits='64' id='type-id-2239'/>
+ <qualified-type-def type-id='type-id-2236' const='yes' id='type-id-2270'/>
+ <pointer-type-def type-id='type-id-2270' size-in-bits='64' id='type-id-2240'/>
+ <pointer-type-def type-id='type-id-2243' size-in-bits='64' id='type-id-2251'/>
+ <qualified-type-def type-id='type-id-2243' const='yes' id='type-id-2271'/>
+ <pointer-type-def type-id='type-id-2271' size-in-bits='64' id='type-id-2252'/>
+ <pointer-type-def type-id='type-id-2256' size-in-bits='64' id='type-id-2259'/>
+ <qualified-type-def type-id='type-id-2256' const='yes' id='type-id-2272'/>
+ <pointer-type-def type-id='type-id-2272' size-in-bits='64' id='type-id-2260'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2273' size-in-bits='64' id='type-id-2241'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2274' size-in-bits='64' id='type-id-2261'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2275' size-in-bits='64' id='type-id-2233'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2276' size-in-bits='64' id='type-id-2253'/>
+ <pointer-type-def type-id='type-id-2238' size-in-bits='64' id='type-id-2242'/>
+ <pointer-type-def type-id='type-id-2258' size-in-bits='64' id='type-id-2262'/>
+ <pointer-type-def type-id='type-id-2229' size-in-bits='64' id='type-id-2235'/>
+ <pointer-type-def type-id='type-id-2225' size-in-bits='64' id='type-id-2234'/>
+ <pointer-type-def type-id='type-id-2249' size-in-bits='64' id='type-id-2255'/>
+ <pointer-type-def type-id='type-id-2245' size-in-bits='64' id='type-id-2254'/>
+ <qualified-type-def type-id='type-id-2237' const='yes' id='type-id-2273'/>
+ <qualified-type-def type-id='type-id-2257' const='yes' id='type-id-2274'/>
+ <qualified-type-def type-id='type-id-2224' const='yes' id='type-id-2275'/>
+ <qualified-type-def type-id='type-id-2244' const='yes' id='type-id-2276'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/ctype.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='ctype_byname<wchar_t>' size-in-bits='10752' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1497' column='1' id='type-id-2279'>
+ <class-decl name='ctype_byname<wchar_t>' size-in-bits='10752' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1497' column='1' id='type-id-2277'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-107'/>
<member-function access='private'>
<function-decl name='ctype_byname' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='117' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2280' is-artificial='yes'/>
+ <parameter type-id='type-id-2278' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='ctype_byname' mangled-name='_ZNSt12ctype_bynameIwEC2EPKcm' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='117' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12ctype_bynameIwEC2EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2280' is-artificial='yes'/>
+ <parameter type-id='type-id-2278' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~ctype_byname' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='128' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2280' is-artificial='yes'/>
+ <parameter type-id='type-id-2278' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~ctype_byname' mangled-name='_ZNSt12ctype_bynameIwED0Ev' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12ctype_bynameIwED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2280' is-artificial='yes'/>
+ <parameter type-id='type-id-2278' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~ctype_byname' mangled-name='_ZNSt12ctype_bynameIwED2Ev' filepath='../../../.././libstdc++-v3/src/c++98/ctype.cc' line='128' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12ctype_bynameIwED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2280' is-artificial='yes'/>
+ <parameter type-id='type-id-2278' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
- <pointer-type-def type-id='type-id-2279' size-in-bits='64' id='type-id-2280'/>
+ <pointer-type-def type-id='type-id-2277' size-in-bits='64' id='type-id-2278'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/globals_io.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <typedef-decl name='fake_istream' type-id='type-id-2281' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='53' column='1' id='type-id-2282'/>
- <var-decl name='cin' type-id='type-id-2282' mangled-name='_ZSt3cin' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='57' column='1' elf-symbol-id='_ZSt3cin@@GLIBCXX_3.4'/>
- <typedef-decl name='fake_ostream' type-id='type-id-2283' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='55' column='1' id='type-id-2284'/>
- <var-decl name='cout' type-id='type-id-2284' mangled-name='_ZSt4cout' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='58' column='1' elf-symbol-id='_ZSt4cout@@GLIBCXX_3.4'/>
- <var-decl name='cerr' type-id='type-id-2284' mangled-name='_ZSt4cerr' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='59' column='1' elf-symbol-id='_ZSt4cerr@@GLIBCXX_3.4'/>
- <var-decl name='clog' type-id='type-id-2284' mangled-name='_ZSt4clog' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='60' column='1' elf-symbol-id='_ZSt4clog@@GLIBCXX_3.4'/>
- <typedef-decl name='fake_wistream' type-id='type-id-2281' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='63' column='1' id='type-id-2285'/>
- <var-decl name='wcin' type-id='type-id-2285' mangled-name='_ZSt4wcin' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='67' column='1' elf-symbol-id='_ZSt4wcin@@GLIBCXX_3.4'/>
- <typedef-decl name='fake_wostream' type-id='type-id-2283' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='65' column='1' id='type-id-2286'/>
- <var-decl name='wcout' type-id='type-id-2286' mangled-name='_ZSt5wcout' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='68' column='1' elf-symbol-id='_ZSt5wcout@@GLIBCXX_3.4'/>
- <var-decl name='wcerr' type-id='type-id-2286' mangled-name='_ZSt5wcerr' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='69' column='1' elf-symbol-id='_ZSt5wcerr@@GLIBCXX_3.4'/>
- <var-decl name='wclog' type-id='type-id-2286' mangled-name='_ZSt5wclog' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='70' column='1' elf-symbol-id='_ZSt5wclog@@GLIBCXX_3.4'/>
+ <typedef-decl name='fake_istream' type-id='type-id-2279' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='53' column='1' id='type-id-2280'/>
+ <var-decl name='cin' type-id='type-id-2280' mangled-name='_ZSt3cin' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='57' column='1' elf-symbol-id='_ZSt3cin@@GLIBCXX_3.4'/>
+ <typedef-decl name='fake_ostream' type-id='type-id-2281' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='55' column='1' id='type-id-2282'/>
+ <var-decl name='cout' type-id='type-id-2282' mangled-name='_ZSt4cout' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='58' column='1' elf-symbol-id='_ZSt4cout@@GLIBCXX_3.4'/>
+ <var-decl name='cerr' type-id='type-id-2282' mangled-name='_ZSt4cerr' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='59' column='1' elf-symbol-id='_ZSt4cerr@@GLIBCXX_3.4'/>
+ <var-decl name='clog' type-id='type-id-2282' mangled-name='_ZSt4clog' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='60' column='1' elf-symbol-id='_ZSt4clog@@GLIBCXX_3.4'/>
+ <typedef-decl name='fake_wistream' type-id='type-id-2279' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='63' column='1' id='type-id-2283'/>
+ <var-decl name='wcin' type-id='type-id-2283' mangled-name='_ZSt4wcin' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='67' column='1' elf-symbol-id='_ZSt4wcin@@GLIBCXX_3.4'/>
+ <typedef-decl name='fake_wostream' type-id='type-id-2281' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='65' column='1' id='type-id-2284'/>
+ <var-decl name='wcout' type-id='type-id-2284' mangled-name='_ZSt5wcout' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='68' column='1' elf-symbol-id='_ZSt5wcout@@GLIBCXX_3.4'/>
+ <var-decl name='wcerr' type-id='type-id-2284' mangled-name='_ZSt5wcerr' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='69' column='1' elf-symbol-id='_ZSt5wcerr@@GLIBCXX_3.4'/>
+ <var-decl name='wclog' type-id='type-id-2284' mangled-name='_ZSt5wclog' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='70' column='1' elf-symbol-id='_ZSt5wclog@@GLIBCXX_3.4'/>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t> >' size-in-bits='640' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='57' column='1' id='type-id-2287'>
+ <class-decl name='stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t> >' size-in-bits='640' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='57' column='1' id='type-id-2285'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-121'/>
<member-type access='private'>
- <typedef-decl name='int_type' type-id='type-id-124' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='63' column='1' id='type-id-2288'/>
+ <typedef-decl name='int_type' type-id='type-id-124' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='63' column='1' id='type-id-2286'/>
</member-type>
<data-member access='private' layout-offset-in-bits='512'>
- <var-decl name='_M_file' type-id='type-id-2289' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='69' column='1'/>
+ <var-decl name='_M_file' type-id='type-id-2287' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='69' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='576'>
- <var-decl name='_M_unget_buf' type-id='type-id-2288' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='73' column='1'/>
+ <var-decl name='_M_unget_buf' type-id='type-id-2286' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='73' column='1'/>
</data-member>
<member-function access='protected'>
<function-decl name='syncgetc' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE8syncgetcEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='228' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
- <return type-id='type-id-2288'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
+ <return type-id='type-id-2286'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='syncputc' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE8syncputcEj' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='238' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
- <parameter type-id='type-id-2288'/>
- <return type-id='type-id-2288'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
+ <parameter type-id='type-id-2286'/>
+ <return type-id='type-id-2286'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='stdio_sync_filebuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='77' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
- <parameter type-id='type-id-598'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
+ <parameter type-id='type-id-597'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='file' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE4fileEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE4fileEv@@GLIBCXX_3.4.2'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
- <return type-id='type-id-2289'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
+ <return type-id='type-id-2287'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='syncungetc' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE10syncungetcEj' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='233' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
- <parameter type-id='type-id-2288'/>
- <return type-id='type-id-2288'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
+ <parameter type-id='type-id-2286'/>
+ <return type-id='type-id-2286'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='stdio_sync_filebuf' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEEC2EP8_IO_FILE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='77' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEEC2EP8_IO_FILE@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
- <parameter type-id='type-id-598'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
+ <parameter type-id='type-id-597'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='4'>
<function-decl name='seekoff' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE7seekoffElSt12_Ios_SeekdirSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE7seekoffElSt12_Ios_SeekdirSt13_Ios_Openmode@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
<parameter type-id='type-id-60'/>
<parameter type-id='type-id-50'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='protected' vtable-offset='5'>
<function-decl name='seekpos' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='187' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
<parameter type-id='type-id-59'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-59'/>
</member-function>
<member-function access='protected' vtable-offset='6'>
<function-decl name='sync' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE4syncEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE4syncEv@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='8'>
<function-decl name='xsgetn' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE6xsgetnEPwl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='243' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE6xsgetnEPwl@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
<parameter type-id='type-id-219'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-48'/>
</member-function>
<member-function access='protected' vtable-offset='9'>
<function-decl name='underflow' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE9underflowEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE9underflowEv@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
- <return type-id='type-id-2288'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
+ <return type-id='type-id-2286'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='10'>
<function-decl name='uflow' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE5uflowEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='109' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE5uflowEv@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
- <return type-id='type-id-2288'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
+ <return type-id='type-id-2286'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='11'>
<function-decl name='pbackfail' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE9pbackfailEj' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='117' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE9pbackfailEj@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
- <parameter type-id='type-id-2288'/>
- <return type-id='type-id-2288'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
+ <parameter type-id='type-id-2286'/>
+ <return type-id='type-id-2286'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='12'>
<function-decl name='xsputn' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE6xsputnEPKwl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='265' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE6xsputnEPKwl@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-48'/>
</member-function>
<member-function access='protected' vtable-offset='13'>
<function-decl name='overflow' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE8overflowEj' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEE8overflowEj@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2290' is-artificial='yes'/>
- <parameter type-id='type-id-2288'/>
- <return type-id='type-id-2288'/>
+ <parameter type-id='type-id-2288' is-artificial='yes'/>
+ <parameter type-id='type-id-2286'/>
+ <return type-id='type-id-2286'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<namespace-decl name='__gnu_internal'>
- <typedef-decl name='fake_stdiobuf' type-id='type-id-2291' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='83' column='1' id='type-id-2292'/>
- <var-decl name='buf_cout_sync' type-id='type-id-2292' mangled-name='_ZN14__gnu_internal13buf_cout_syncE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='85' column='1'/>
- <var-decl name='buf_cin_sync' type-id='type-id-2292' mangled-name='_ZN14__gnu_internal12buf_cin_syncE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='86' column='1'/>
- <var-decl name='buf_cerr_sync' type-id='type-id-2292' mangled-name='_ZN14__gnu_internal13buf_cerr_syncE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='87' column='1'/>
- <typedef-decl name='fake_filebuf' type-id='type-id-2293' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='89' column='1' id='type-id-2294'/>
- <var-decl name='buf_cout' type-id='type-id-2294' mangled-name='_ZN14__gnu_internal8buf_coutE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='91' column='1'/>
- <var-decl name='buf_cin' type-id='type-id-2294' mangled-name='_ZN14__gnu_internal7buf_cinE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='92' column='1'/>
- <var-decl name='buf_cerr' type-id='type-id-2294' mangled-name='_ZN14__gnu_internal8buf_cerrE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='93' column='1'/>
- <typedef-decl name='fake_wstdiobuf' type-id='type-id-2291' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='96' column='1' id='type-id-2295'/>
- <var-decl name='buf_wcout_sync' type-id='type-id-2295' mangled-name='_ZN14__gnu_internal14buf_wcout_syncE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='98' column='1'/>
- <var-decl name='buf_wcin_sync' type-id='type-id-2295' mangled-name='_ZN14__gnu_internal13buf_wcin_syncE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='99' column='1'/>
- <var-decl name='buf_wcerr_sync' type-id='type-id-2295' mangled-name='_ZN14__gnu_internal14buf_wcerr_syncE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='100' column='1'/>
- <typedef-decl name='fake_wfilebuf' type-id='type-id-2293' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='102' column='1' id='type-id-2296'/>
- <var-decl name='buf_wcout' type-id='type-id-2296' mangled-name='_ZN14__gnu_internal9buf_wcoutE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='104' column='1'/>
- <var-decl name='buf_wcin' type-id='type-id-2296' mangled-name='_ZN14__gnu_internal8buf_wcinE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='105' column='1'/>
- <var-decl name='buf_wcerr' type-id='type-id-2296' mangled-name='_ZN14__gnu_internal9buf_wcerrE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='106' column='1'/>
- </namespace-decl>
- <pointer-type-def type-id='type-id-2287' size-in-bits='64' id='type-id-2290'/>
-
- <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='640' id='type-id-2291'>
- <subrange length='80' type-id='type-id-515' id='type-id-2297'/>
+ <typedef-decl name='fake_stdiobuf' type-id='type-id-2289' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='83' column='1' id='type-id-2290'/>
+ <var-decl name='buf_cout_sync' type-id='type-id-2290' mangled-name='_ZN14__gnu_internal13buf_cout_syncE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='85' column='1'/>
+ <var-decl name='buf_cin_sync' type-id='type-id-2290' mangled-name='_ZN14__gnu_internal12buf_cin_syncE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='86' column='1'/>
+ <var-decl name='buf_cerr_sync' type-id='type-id-2290' mangled-name='_ZN14__gnu_internal13buf_cerr_syncE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='87' column='1'/>
+ <typedef-decl name='fake_filebuf' type-id='type-id-2291' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='89' column='1' id='type-id-2292'/>
+ <var-decl name='buf_cout' type-id='type-id-2292' mangled-name='_ZN14__gnu_internal8buf_coutE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='91' column='1'/>
+ <var-decl name='buf_cin' type-id='type-id-2292' mangled-name='_ZN14__gnu_internal7buf_cinE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='92' column='1'/>
+ <var-decl name='buf_cerr' type-id='type-id-2292' mangled-name='_ZN14__gnu_internal8buf_cerrE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='93' column='1'/>
+ <typedef-decl name='fake_wstdiobuf' type-id='type-id-2289' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='96' column='1' id='type-id-2293'/>
+ <var-decl name='buf_wcout_sync' type-id='type-id-2293' mangled-name='_ZN14__gnu_internal14buf_wcout_syncE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='98' column='1'/>
+ <var-decl name='buf_wcin_sync' type-id='type-id-2293' mangled-name='_ZN14__gnu_internal13buf_wcin_syncE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='99' column='1'/>
+ <var-decl name='buf_wcerr_sync' type-id='type-id-2293' mangled-name='_ZN14__gnu_internal14buf_wcerr_syncE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='100' column='1'/>
+ <typedef-decl name='fake_wfilebuf' type-id='type-id-2291' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='102' column='1' id='type-id-2294'/>
+ <var-decl name='buf_wcout' type-id='type-id-2294' mangled-name='_ZN14__gnu_internal9buf_wcoutE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='104' column='1'/>
+ <var-decl name='buf_wcin' type-id='type-id-2294' mangled-name='_ZN14__gnu_internal8buf_wcinE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='105' column='1'/>
+ <var-decl name='buf_wcerr' type-id='type-id-2294' mangled-name='_ZN14__gnu_internal9buf_wcerrE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/globals_io.cc' line='106' column='1'/>
+ </namespace-decl>
+ <pointer-type-def type-id='type-id-2285' size-in-bits='64' id='type-id-2288'/>
+
+ <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='640' id='type-id-2289'>
+ <subrange length='80' type-id='type-id-515' id='type-id-2295'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='1920' id='type-id-2293'>
- <subrange length='240' type-id='type-id-515' id='type-id-2298'/>
+ <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='1920' id='type-id-2291'>
+ <subrange length='240' type-id='type-id-515' id='type-id-2296'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='2240' id='type-id-2281'>
- <subrange length='280' type-id='type-id-515' id='type-id-2299'/>
+ <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='2240' id='type-id-2279'>
+ <subrange length='280' type-id='type-id-515' id='type-id-2297'/>
</array-type-def>
- <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='2176' id='type-id-2283'>
- <subrange length='272' type-id='type-id-515' id='type-id-2300'/>
+ <array-type-def dimensions='1' type-id='type-id-15' size-in-bits='2176' id='type-id-2281'>
+ <subrange length='272' type-id='type-id-515' id='type-id-2298'/>
</array-type-def>
- <qualified-type-def type-id='type-id-598' const='yes' id='type-id-2289'/>
+ <qualified-type-def type-id='type-id-597' const='yes' id='type-id-2287'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/hash_tr1.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<namespace-decl name='tr1'>
- <class-decl name='_Fnv_hash_base<8ul>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='121' column='1' id='type-id-2301'>
+ <class-decl name='_Fnv_hash_base<8ul>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='121' column='1' id='type-id-2299'>
<member-function access='public' static='yes'>
<function-decl name='hash<char>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='125' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hash<long double>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='45' column='1' id='type-id-2302'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2303'/>
+ <class-decl name='hash<long double>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='45' column='1' id='type-id-2300'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2301'/>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt3tr14hashIeEclEe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt3tr14hashIeEclEe@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2304' is-artificial='yes'/>
+ <parameter type-id='type-id-2302' is-artificial='yes'/>
<parameter type-id='type-id-539'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hash<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='45' column='1' id='type-id-2305'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2306'/>
+ <class-decl name='hash<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='45' column='1' id='type-id-2303'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2304'/>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt3tr14hashISsEclESs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt3tr14hashISsEclESs@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2307' is-artificial='yes'/>
+ <parameter type-id='type-id-2305' is-artificial='yes'/>
<parameter type-id='type-id-146'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hash<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='45' column='1' id='type-id-2308'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2309'/>
+ <class-decl name='hash<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='45' column='1' id='type-id-2306'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2307'/>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt3tr14hashIRKSsEclES2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt3tr14hashIRKSsEclES2_@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2310' is-artificial='yes'/>
+ <parameter type-id='type-id-2308' is-artificial='yes'/>
<parameter type-id='type-id-181'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hash<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='45' column='1' id='type-id-2311'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2312'/>
+ <class-decl name='hash<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='45' column='1' id='type-id-2309'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2310'/>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt3tr14hashISbIwSt11char_traitsIwESaIwEEEclES4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt3tr14hashISbIwSt11char_traitsIwESaIwEEEclES4_@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2313' is-artificial='yes'/>
+ <parameter type-id='type-id-2311' is-artificial='yes'/>
<parameter type-id='type-id-216'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='hash<const std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='45' column='1' id='type-id-2314'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2315'/>
+ <class-decl name='hash<const std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='45' column='1' id='type-id-2312'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2313'/>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt3tr14hashIRKSbIwSt11char_traitsIwESaIwEEEclES6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tr1/functional_hash.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt3tr14hashIRKSbIwSt11char_traitsIwESaIwEEEclES6_@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2316' is-artificial='yes'/>
+ <parameter type-id='type-id-2314' is-artificial='yes'/>
<parameter type-id='type-id-250'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <class-decl name='unary_function<long double, long unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-2303'/>
- <class-decl name='unary_function<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, long unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-2306'/>
- <class-decl name='unary_function<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, long unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-2309'/>
- <class-decl name='unary_function<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, long unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-2312'/>
- <class-decl name='unary_function<const std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&, long unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-2315'/>
- </namespace-decl>
-
-
- <qualified-type-def type-id='type-id-2302' const='yes' id='type-id-2317'/>
- <pointer-type-def type-id='type-id-2317' size-in-bits='64' id='type-id-2304'/>
- <qualified-type-def type-id='type-id-2305' const='yes' id='type-id-2318'/>
- <pointer-type-def type-id='type-id-2318' size-in-bits='64' id='type-id-2307'/>
- <qualified-type-def type-id='type-id-2308' const='yes' id='type-id-2319'/>
- <pointer-type-def type-id='type-id-2319' size-in-bits='64' id='type-id-2310'/>
- <qualified-type-def type-id='type-id-2311' const='yes' id='type-id-2320'/>
- <pointer-type-def type-id='type-id-2320' size-in-bits='64' id='type-id-2313'/>
- <qualified-type-def type-id='type-id-2314' const='yes' id='type-id-2321'/>
- <pointer-type-def type-id='type-id-2321' size-in-bits='64' id='type-id-2316'/>
+ <class-decl name='unary_function<long double, long unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-2301'/>
+ <class-decl name='unary_function<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, long unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-2304'/>
+ <class-decl name='unary_function<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, long unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-2307'/>
+ <class-decl name='unary_function<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, long unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-2310'/>
+ <class-decl name='unary_function<const std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&, long unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-2313'/>
+ </namespace-decl>
+
+
+ <qualified-type-def type-id='type-id-2300' const='yes' id='type-id-2315'/>
+ <pointer-type-def type-id='type-id-2315' size-in-bits='64' id='type-id-2302'/>
+ <qualified-type-def type-id='type-id-2303' const='yes' id='type-id-2316'/>
+ <pointer-type-def type-id='type-id-2316' size-in-bits='64' id='type-id-2305'/>
+ <qualified-type-def type-id='type-id-2306' const='yes' id='type-id-2317'/>
+ <pointer-type-def type-id='type-id-2317' size-in-bits='64' id='type-id-2308'/>
+ <qualified-type-def type-id='type-id-2309' const='yes' id='type-id-2318'/>
+ <pointer-type-def type-id='type-id-2318' size-in-bits='64' id='type-id-2311'/>
+ <qualified-type-def type-id='type-id-2312' const='yes' id='type-id-2319'/>
+ <pointer-type-def type-id='type-id-2319' size-in-bits='64' id='type-id-2314'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/hashtable_tr1.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<namespace-decl name='tr1'>
<namespace-decl name='__detail'>
- <var-decl name='__prime_list' type-id='type-id-2322' mangled-name='_ZNSt3tr18__detail12__prime_listE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/../shared/hashtable-aux.cc' line='30' column='1' elf-symbol-id='_ZNSt3tr18__detail12__prime_listE@@GLIBCXX_3.4.10'/>
+ <var-decl name='__prime_list' type-id='type-id-2320' mangled-name='_ZNSt3tr18__detail12__prime_listE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++98/../shared/hashtable-aux.cc' line='30' column='1' elf-symbol-id='_ZNSt3tr18__detail12__prime_listE@@GLIBCXX_3.4.10'/>
</namespace-decl>
</namespace-decl>
</namespace-decl>
- <array-type-def dimensions='1' type-id='type-id-2323' size-in-bits='19520' id='type-id-2322'>
- <subrange length='305' type-id='type-id-515' id='type-id-2324'/>
+ <array-type-def dimensions='1' type-id='type-id-1504' size-in-bits='19520' id='type-id-2320'>
+ <subrange length='305' type-id='type-id-515' id='type-id-2321'/>
</array-type-def>
- <qualified-type-def type-id='type-id-69' const='yes' id='type-id-2323'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/ios.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
- <class-decl name='numeric_limits<int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='982' column='1' id='type-id-2325'>
+ <class-decl name='numeric_limits<int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='982' column='1' id='type-id-2322'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIiE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='984' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIiE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='984' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIiE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='997' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIiE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1000' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIiE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1002' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIiE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1002' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIiE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1003' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIiE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1003' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIiE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1004' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIiE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1004' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIiE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1005' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIiE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1016' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIiE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1018' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIiE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1018' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIiE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1019' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIiE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1019' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIiE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1020' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIiE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1020' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIiE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1022' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIiE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1022' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIiE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1023' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIiE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1023' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIiE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1037' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIiE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1037' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIiE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1038' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIiE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1038' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIiE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1039' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIiE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1039' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIiE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1041' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIiE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1041' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIiE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1042' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIiE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1042' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIiE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1044' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIiE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1044' column='1' elf-symbol-id='_ZNSt14numeric_limitsIiE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='max' mangled-name='_ZNSt14numeric_limitsIiE3maxEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='990' column='1' visibility='default' binding='global' size-in-bits='64'>
- <qualified-type-def type-id='type-id-2328' const='yes' id='type-id-2326'/>
- <qualified-type-def type-id='type-id-2329' const='yes' id='type-id-2327'/>
+ <qualified-type-def type-id='type-id-2325' const='yes' id='type-id-2323'/>
+ <qualified-type-def type-id='type-id-2326' const='yes' id='type-id-2324'/>
<namespace-decl name='std'>
- <enum-decl name='float_denorm_style' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='172' column='1' id='type-id-2328'>
+ <enum-decl name='float_denorm_style' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='172' column='1' id='type-id-2325'>
<underlying-type type-id='type-id-6'/>
<enumerator name='denorm_indeterminate' value='-1'/>
<enumerator name='denorm_absent' value='0'/>
</enum-decl>
</namespace-decl>
<namespace-decl name='std'>
- <enum-decl name='float_round_style' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='157' column='1' id='type-id-2329'>
+ <enum-decl name='float_round_style' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='157' column='1' id='type-id-2326'>
<underlying-type type-id='type-id-6'/>
<enumerator name='round_indeterminate' value='-1'/>
<enumerator name='round_toward_zero' value='0'/>
<return type-id='type-id-70'/>
</function-decl>
<function-decl name='operator|=' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ios_base.h' line='93' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2330'/>
+ <parameter type-id='type-id-2327'/>
<parameter type-id='type-id-73'/>
- <return type-id='type-id-2331'/>
+ <return type-id='type-id-2328'/>
</function-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-73' const='yes' id='type-id-2332'/>
- <reference-type-def kind='lvalue' type-id='type-id-2332' size-in-bits='64' id='type-id-2331'/>
- <reference-type-def kind='lvalue' type-id='type-id-73' size-in-bits='64' id='type-id-2330'/>
+ <qualified-type-def type-id='type-id-73' const='yes' id='type-id-2329'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2329' size-in-bits='64' id='type-id-2328'/>
+ <reference-type-def kind='lvalue' type-id='type-id-73' size-in-bits='64' id='type-id-2327'/>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='stdio_sync_filebuf<char, std::char_traits<char> >' size-in-bits='640' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='57' column='1' id='type-id-2333'>
+ <class-decl name='stdio_sync_filebuf<char, std::char_traits<char> >' size-in-bits='640' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='57' column='1' id='type-id-2330'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-37'/>
<member-type access='private'>
- <typedef-decl name='int_type' type-id='type-id-40' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='63' column='1' id='type-id-2334'/>
+ <typedef-decl name='int_type' type-id='type-id-40' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='63' column='1' id='type-id-2331'/>
</member-type>
<data-member access='private' layout-offset-in-bits='512'>
- <var-decl name='_M_file' type-id='type-id-2289' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='69' column='1'/>
+ <var-decl name='_M_file' type-id='type-id-2287' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='69' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='576'>
- <var-decl name='_M_unget_buf' type-id='type-id-2334' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='73' column='1'/>
+ <var-decl name='_M_unget_buf' type-id='type-id-2331' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='73' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='stdio_sync_filebuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='77' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
- <parameter type-id='type-id-598'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
+ <parameter type-id='type-id-597'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='file' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE4fileEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE4fileEv@@GLIBCXX_3.4.2'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
- <return type-id='type-id-2289'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
+ <return type-id='type-id-2287'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='syncgetc' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE8syncgetcEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='195' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
- <return type-id='type-id-2334'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
+ <return type-id='type-id-2331'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='syncungetc' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE10syncungetcEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='200' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
- <parameter type-id='type-id-2334'/>
- <return type-id='type-id-2334'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
+ <parameter type-id='type-id-2331'/>
+ <return type-id='type-id-2331'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='syncputc' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE8syncputcEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='205' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
- <parameter type-id='type-id-2334'/>
- <return type-id='type-id-2334'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
+ <parameter type-id='type-id-2331'/>
+ <return type-id='type-id-2331'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='stdio_sync_filebuf' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEEC2EP8_IO_FILE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='77' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEEC2EP8_IO_FILE@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
- <parameter type-id='type-id-598'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
+ <parameter type-id='type-id-597'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='4'>
<function-decl name='seekoff' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE7seekoffElSt12_Ios_SeekdirSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='165' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE7seekoffElSt12_Ios_SeekdirSt13_Ios_Openmode@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
<parameter type-id='type-id-60'/>
<parameter type-id='type-id-50'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='protected' vtable-offset='5'>
<function-decl name='seekpos' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='187' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
<parameter type-id='type-id-59'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-59'/>
</member-function>
<member-function access='protected' vtable-offset='6'>
<function-decl name='sync' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE4syncEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE4syncEv@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='8'>
<function-decl name='xsgetn' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE6xsgetnEPcl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='210' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE6xsgetnEPcl@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-48'/>
</member-function>
<member-function access='protected' vtable-offset='9'>
<function-decl name='underflow' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE9underflowEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE9underflowEv@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
- <return type-id='type-id-2334'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
+ <return type-id='type-id-2331'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='10'>
<function-decl name='uflow' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE5uflowEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='109' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE5uflowEv@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
- <return type-id='type-id-2334'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
+ <return type-id='type-id-2331'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='11'>
<function-decl name='pbackfail' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE9pbackfailEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='117' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE9pbackfailEi@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
- <parameter type-id='type-id-2334'/>
- <return type-id='type-id-2334'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
+ <parameter type-id='type-id-2331'/>
+ <return type-id='type-id-2331'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='12'>
<function-decl name='xsputn' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE6xsputnEPKcl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='222' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE6xsputnEPKcl@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-48'/>
</member-function>
<member-function access='protected' vtable-offset='13'>
<function-decl name='overflow' mangled-name='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE8overflowEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_sync_filebuf.h' line='142' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE8overflowEi@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2335' is-artificial='yes'/>
- <parameter type-id='type-id-2334'/>
- <return type-id='type-id-2334'/>
+ <parameter type-id='type-id-2332' is-artificial='yes'/>
+ <parameter type-id='type-id-2331'/>
+ <return type-id='type-id-2331'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-2333' size-in-bits='64' id='type-id-2335'/>
+ <pointer-type-def type-id='type-id-2330' size-in-bits='64' id='type-id-2332'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/ios_locale.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<namespace-decl name='__detail'>
- <class-decl name='_List_node_base' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_list.h' line='78' column='1' id='type-id-2336'>
+ <class-decl name='_List_node_base' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_list.h' line='78' column='1' id='type-id-2333'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_next' type-id='type-id-2337' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_list.h' line='80' column='1'/>
+ <var-decl name='_M_next' type-id='type-id-2334' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_list.h' line='80' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_prev' type-id='type-id-2337' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_list.h' line='81' column='1'/>
+ <var-decl name='_M_prev' type-id='type-id-2334' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_list.h' line='81' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='swap' mangled-name='_ZNSt8__detail15_List_node_base4swapERS0_S1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_list.h' line='84' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8__detail15_List_node_base4swapERS0_S1_@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-2338'/>
- <parameter type-id='type-id-2338'/>
+ <parameter type-id='type-id-2335'/>
+ <parameter type-id='type-id-2335'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_transfer' mangled-name='_ZNSt8__detail15_List_node_base11_M_transferEPS0_S1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_list.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8__detail15_List_node_base11_M_transferEPS0_S1_@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-2337' is-artificial='yes'/>
- <parameter type-id='type-id-2337'/>
- <parameter type-id='type-id-2337'/>
+ <parameter type-id='type-id-2334' is-artificial='yes'/>
+ <parameter type-id='type-id-2334'/>
+ <parameter type-id='type-id-2334'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_reverse' mangled-name='_ZNSt8__detail15_List_node_base10_M_reverseEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_list.h' line='91' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8__detail15_List_node_base10_M_reverseEv@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-2337' is-artificial='yes'/>
+ <parameter type-id='type-id-2334' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_hook' mangled-name='_ZNSt8__detail15_List_node_base7_M_hookEPS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_list.h' line='94' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8__detail15_List_node_base7_M_hookEPS0_@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-2337' is-artificial='yes'/>
- <parameter type-id='type-id-2337'/>
+ <parameter type-id='type-id-2334' is-artificial='yes'/>
+ <parameter type-id='type-id-2334'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_unhook' mangled-name='_ZNSt8__detail15_List_node_base9_M_unhookEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_list.h' line='97' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8__detail15_List_node_base9_M_unhookEv@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-2337' is-artificial='yes'/>
+ <parameter type-id='type-id-2334' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
<function-decl name='swap<std::__detail::_List_node_base*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2339'/>
- <parameter type-id='type-id-2339'/>
+ <parameter type-id='type-id-2336'/>
+ <parameter type-id='type-id-2336'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-2336' size-in-bits='64' id='type-id-2337'/>
- <reference-type-def kind='lvalue' type-id='type-id-2336' size-in-bits='64' id='type-id-2338'/>
- <reference-type-def kind='lvalue' type-id='type-id-2337' size-in-bits='64' id='type-id-2339'/>
+ <pointer-type-def type-id='type-id-2333' size-in-bits='64' id='type-id-2334'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2333' size-in-bits='64' id='type-id-2335'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2334' size-in-bits='64' id='type-id-2336'/>
</abi-instr>
<function-decl name='operator==<char>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/basic_string.h' line='2490' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-181'/>
<parameter type-id='type-id-181'/>
- <return type-id='type-id-2340'/>
+ <return type-id='type-id-2337'/>
</function-decl>
<function-decl name='__throw_runtime_error' mangled-name='_ZSt21__throw_runtime_errorPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functexcept.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt21__throw_runtime_errorPKc@@GLIBCXX_3.4'>
<parameter type-id='type-id-11'/>
</function-decl>
</namespace-decl>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__enable_if<true, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='47' column='1' id='type-id-2341'>
+ <class-decl name='__enable_if<true, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='47' column='1' id='type-id-2338'>
<member-type access='public'>
- <typedef-decl name='__type' type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='48' column='1' id='type-id-2340'/>
+ <typedef-decl name='__type' type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='48' column='1' id='type-id-2337'/>
</member-type>
</class-decl>
</namespace-decl>
<parameter type-id='type-id-89'/>
<return type-id='type-id-23'/>
</function-decl>
- <class-decl name='__num_base' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1520' column='1' id='type-id-2342'>
+ <class-decl name='__num_base' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1520' column='1' id='type-id-2339'>
<data-member access='private' static='yes'>
<var-decl name='_S_atoms_out' type-id='type-id-11' mangled-name='_ZNSt10__num_base12_S_atoms_outE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1545' column='1' elf-symbol-id='_ZNSt10__num_base12_S_atoms_outE@@GLIBCXX_3.4'/>
</data-member>
<namespace-decl name='__gnu_cxx'>
<function-decl name='operator-<char*, std::basic_string<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='898' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2343'/>
- <parameter type-id='type-id-2343'/>
+ <parameter type-id='type-id-2340'/>
+ <parameter type-id='type-id-2340'/>
<return type-id='type-id-441'/>
</function-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-740' size-in-bits='64' id='type-id-2343'/>
+ <reference-type-def kind='lvalue' type-id='type-id-739' size-in-bits='64' id='type-id-2340'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/math_stubs_float.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='logic_error' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='56' column='1' id='type-id-2344'>
+ <class-decl name='logic_error' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='56' column='1' id='type-id-2341'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-86'/>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='_M_msg' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='58' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='logic_error' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='37' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2345' is-artificial='yes'/>
+ <parameter type-id='type-id-2342' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='logic_error' mangled-name='_ZNSt11logic_errorC2ERKSs' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='37' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11logic_errorC2ERKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2345' is-artificial='yes'/>
+ <parameter type-id='type-id-2342' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~logic_error' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='40' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2345' is-artificial='yes'/>
+ <parameter type-id='type-id-2342' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~logic_error' mangled-name='_ZNSt11logic_errorD0Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11logic_errorD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2345' is-artificial='yes'/>
+ <parameter type-id='type-id-2342' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~logic_error' mangled-name='_ZNSt11logic_errorD2Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11logic_errorD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2345' is-artificial='yes'/>
+ <parameter type-id='type-id-2342' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='what' mangled-name='_ZNKSt11logic_error4whatEv' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='43' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt11logic_error4whatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2346' is-artificial='yes'/>
+ <parameter type-id='type-id-2343' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='runtime_error' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='113' column='1' id='type-id-2347'>
+ <class-decl name='runtime_error' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='113' column='1' id='type-id-2344'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-86'/>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='_M_msg' type-id='type-id-87' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='115' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='runtime_error' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2348' is-artificial='yes'/>
+ <parameter type-id='type-id-2345' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='runtime_error' mangled-name='_ZNSt13runtime_errorC2ERKSs' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='66' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13runtime_errorC1ERKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2348' is-artificial='yes'/>
+ <parameter type-id='type-id-2345' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~runtime_error' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2348' is-artificial='yes'/>
+ <parameter type-id='type-id-2345' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~runtime_error' mangled-name='_ZNSt13runtime_errorD0Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='69' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13runtime_errorD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2348' is-artificial='yes'/>
+ <parameter type-id='type-id-2345' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~runtime_error' mangled-name='_ZNSt13runtime_errorD2Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='69' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13runtime_errorD2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2348' is-artificial='yes'/>
+ <parameter type-id='type-id-2345' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='what' mangled-name='_ZNKSt13runtime_error4whatEv' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='72' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt13runtime_error4whatEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2349' is-artificial='yes'/>
+ <parameter type-id='type-id-2346' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='out_of_range' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='101' column='1' id='type-id-2350'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2344'/>
+ <class-decl name='out_of_range' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='101' column='1' id='type-id-2347'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2341'/>
<member-function access='private' constructor='yes'>
<function-decl name='out_of_range' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2351' is-artificial='yes'/>
+ <parameter type-id='type-id-2348' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='out_of_range' mangled-name='_ZNSt12out_of_rangeC2ERKSs' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='61' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12out_of_rangeC1ERKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2351' is-artificial='yes'/>
+ <parameter type-id='type-id-2348' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~out_of_range' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2351' is-artificial='yes'/>
+ <parameter type-id='type-id-2348' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~out_of_range' mangled-name='_ZNSt12out_of_rangeD0Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='64' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12out_of_rangeD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2351' is-artificial='yes'/>
+ <parameter type-id='type-id-2348' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~out_of_range' mangled-name='_ZNSt12out_of_rangeD2Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='64' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12out_of_rangeD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2351' is-artificial='yes'/>
+ <parameter type-id='type-id-2348' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='length_error' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='92' column='1' id='type-id-2352'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2344'/>
+ <class-decl name='length_error' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='92' column='1' id='type-id-2349'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2341'/>
<member-function access='private' constructor='yes'>
<function-decl name='length_error' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='56' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2353' is-artificial='yes'/>
+ <parameter type-id='type-id-2350' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='length_error' mangled-name='_ZNSt12length_errorC2ERKSs' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12length_errorC2ERKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2353' is-artificial='yes'/>
+ <parameter type-id='type-id-2350' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~length_error' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2353' is-artificial='yes'/>
+ <parameter type-id='type-id-2350' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~length_error' mangled-name='_ZNSt12length_errorD0Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='59' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12length_errorD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2353' is-artificial='yes'/>
+ <parameter type-id='type-id-2350' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~length_error' mangled-name='_ZNSt12length_errorD2Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='59' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12length_errorD2Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-2353' is-artificial='yes'/>
+ <parameter type-id='type-id-2350' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='invalid_argument' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='83' column='1' id='type-id-2354'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2344'/>
+ <class-decl name='invalid_argument' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='83' column='1' id='type-id-2351'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2341'/>
<member-function access='private' constructor='yes'>
<function-decl name='invalid_argument' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='51' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2355' is-artificial='yes'/>
+ <parameter type-id='type-id-2352' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='invalid_argument' mangled-name='_ZNSt16invalid_argumentC2ERKSs' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='51' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16invalid_argumentC2ERKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2355' is-artificial='yes'/>
+ <parameter type-id='type-id-2352' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~invalid_argument' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2355' is-artificial='yes'/>
+ <parameter type-id='type-id-2352' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~invalid_argument' mangled-name='_ZNSt16invalid_argumentD0Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='54' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16invalid_argumentD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2355' is-artificial='yes'/>
+ <parameter type-id='type-id-2352' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~invalid_argument' mangled-name='_ZNSt16invalid_argumentD2Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='54' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt16invalid_argumentD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2355' is-artificial='yes'/>
+ <parameter type-id='type-id-2352' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='domain_error' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='75' column='1' id='type-id-2356'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2344'/>
+ <class-decl name='domain_error' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='75' column='1' id='type-id-2353'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2341'/>
<member-function access='private' constructor='yes'>
<function-decl name='domain_error' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2357' is-artificial='yes'/>
+ <parameter type-id='type-id-2354' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='domain_error' mangled-name='_ZNSt12domain_errorC2ERKSs' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='46' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12domain_errorC2ERKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2357' is-artificial='yes'/>
+ <parameter type-id='type-id-2354' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~domain_error' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2357' is-artificial='yes'/>
+ <parameter type-id='type-id-2354' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~domain_error' mangled-name='_ZNSt12domain_errorD0Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='49' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12domain_errorD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2357' is-artificial='yes'/>
+ <parameter type-id='type-id-2354' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~domain_error' mangled-name='_ZNSt12domain_errorD2Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='49' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12domain_errorD2Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-2357' is-artificial='yes'/>
+ <parameter type-id='type-id-2354' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='underflow_error' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='147' column='1' id='type-id-2358'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2347'/>
+ <class-decl name='underflow_error' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='147' column='1' id='type-id-2355'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2344'/>
<member-function access='private' constructor='yes'>
<function-decl name='underflow_error' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='85' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2359' is-artificial='yes'/>
+ <parameter type-id='type-id-2356' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='underflow_error' mangled-name='_ZNSt15underflow_errorC2ERKSs' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='85' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15underflow_errorC1ERKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2359' is-artificial='yes'/>
+ <parameter type-id='type-id-2356' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~underflow_error' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='88' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2359' is-artificial='yes'/>
+ <parameter type-id='type-id-2356' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~underflow_error' mangled-name='_ZNSt15underflow_errorD0Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='88' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15underflow_errorD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2359' is-artificial='yes'/>
+ <parameter type-id='type-id-2356' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~underflow_error' mangled-name='_ZNSt15underflow_errorD2Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='88' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15underflow_errorD2Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-2359' is-artificial='yes'/>
+ <parameter type-id='type-id-2356' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='overflow_error' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='139' column='1' id='type-id-2360'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2347'/>
+ <class-decl name='overflow_error' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='139' column='1' id='type-id-2357'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2344'/>
<member-function access='private' constructor='yes'>
<function-decl name='overflow_error' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='80' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2361' is-artificial='yes'/>
+ <parameter type-id='type-id-2358' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='overflow_error' mangled-name='_ZNSt14overflow_errorC2ERKSs' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='80' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14overflow_errorC2ERKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2361' is-artificial='yes'/>
+ <parameter type-id='type-id-2358' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~overflow_error' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='83' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2361' is-artificial='yes'/>
+ <parameter type-id='type-id-2358' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~overflow_error' mangled-name='_ZNSt14overflow_errorD0Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='83' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14overflow_errorD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2361' is-artificial='yes'/>
+ <parameter type-id='type-id-2358' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~overflow_error' mangled-name='_ZNSt14overflow_errorD2Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='83' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14overflow_errorD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2361' is-artificial='yes'/>
+ <parameter type-id='type-id-2358' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='range_error' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='131' column='1' id='type-id-2362'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2347'/>
+ <class-decl name='range_error' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/stdexcept' line='131' column='1' id='type-id-2359'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2344'/>
<member-function access='private' constructor='yes'>
<function-decl name='range_error' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='75' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2363' is-artificial='yes'/>
+ <parameter type-id='type-id-2360' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='range_error' mangled-name='_ZNSt11range_errorC2ERKSs' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='75' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11range_errorC1ERKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2363' is-artificial='yes'/>
+ <parameter type-id='type-id-2360' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~range_error' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2363' is-artificial='yes'/>
+ <parameter type-id='type-id-2360' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~range_error' mangled-name='_ZNSt11range_errorD0Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='78' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11range_errorD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2363' is-artificial='yes'/>
+ <parameter type-id='type-id-2360' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~range_error' mangled-name='_ZNSt11range_errorD2Ev' filepath='../../../.././libstdc++-v3/src/c++98/stdexcept.cc' line='78' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11range_errorD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2363' is-artificial='yes'/>
+ <parameter type-id='type-id-2360' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
+ <pointer-type-def type-id='type-id-2341' size-in-bits='64' id='type-id-2342'/>
+ <qualified-type-def type-id='type-id-2341' const='yes' id='type-id-2361'/>
+ <pointer-type-def type-id='type-id-2361' size-in-bits='64' id='type-id-2343'/>
<pointer-type-def type-id='type-id-2344' size-in-bits='64' id='type-id-2345'/>
- <qualified-type-def type-id='type-id-2344' const='yes' id='type-id-2364'/>
- <pointer-type-def type-id='type-id-2364' size-in-bits='64' id='type-id-2346'/>
+ <qualified-type-def type-id='type-id-2344' const='yes' id='type-id-2362'/>
+ <pointer-type-def type-id='type-id-2362' size-in-bits='64' id='type-id-2346'/>
<pointer-type-def type-id='type-id-2347' size-in-bits='64' id='type-id-2348'/>
- <qualified-type-def type-id='type-id-2347' const='yes' id='type-id-2365'/>
- <pointer-type-def type-id='type-id-2365' size-in-bits='64' id='type-id-2349'/>
- <pointer-type-def type-id='type-id-2350' size-in-bits='64' id='type-id-2351'/>
- <pointer-type-def type-id='type-id-2352' size-in-bits='64' id='type-id-2353'/>
- <pointer-type-def type-id='type-id-2354' size-in-bits='64' id='type-id-2355'/>
- <pointer-type-def type-id='type-id-2356' size-in-bits='64' id='type-id-2357'/>
- <pointer-type-def type-id='type-id-2358' size-in-bits='64' id='type-id-2359'/>
- <pointer-type-def type-id='type-id-2360' size-in-bits='64' id='type-id-2361'/>
- <pointer-type-def type-id='type-id-2362' size-in-bits='64' id='type-id-2363'/>
+ <pointer-type-def type-id='type-id-2349' size-in-bits='64' id='type-id-2350'/>
+ <pointer-type-def type-id='type-id-2351' size-in-bits='64' id='type-id-2352'/>
+ <pointer-type-def type-id='type-id-2353' size-in-bits='64' id='type-id-2354'/>
+ <pointer-type-def type-id='type-id-2355' size-in-bits='64' id='type-id-2356'/>
+ <pointer-type-def type-id='type-id-2357' size-in-bits='64' id='type-id-2358'/>
+ <pointer-type-def type-id='type-id-2359' size-in-bits='64' id='type-id-2360'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/strstream.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<parameter type-id='type-id-9'/>
<return type-id='type-id-9'/>
</function-decl>
- <class-decl name='strstreambuf' size-in-bits='704' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='65' column='1' id='type-id-2366'>
+ <class-decl name='strstreambuf' size-in-bits='704' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='65' column='1' id='type-id-2363'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-37'/>
<data-member access='private' layout-offset-in-bits='512'>
- <var-decl name='_M_alloc_fun' type-id='type-id-1884' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='118' column='1'/>
+ <var-decl name='_M_alloc_fun' type-id='type-id-1883' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='118' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='576'>
- <var-decl name='_M_free_fun' type-id='type-id-1808' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='119' column='1'/>
+ <var-decl name='_M_free_fun' type-id='type-id-1807' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='119' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='7'>
<var-decl name='_M_dynamic' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='121' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='56' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='70' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
- <parameter type-id='type-id-1884'/>
- <parameter type-id='type-id-1808'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
+ <parameter type-id='type-id-1883'/>
+ <parameter type-id='type-id-1807'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='84' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-48'/>
<parameter type-id='type-id-149'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
- <parameter type-id='type-id-2368'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
+ <parameter type-id='type-id-2365'/>
<parameter type-id='type-id-48'/>
- <parameter type-id='type-id-2368'/>
+ <parameter type-id='type-id-2365'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
- <parameter type-id='type-id-2369'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
+ <parameter type-id='type-id-2366'/>
<parameter type-id='type-id-48'/>
- <parameter type-id='type-id-2369'/>
+ <parameter type-id='type-id-2366'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
- <parameter type-id='type-id-2370'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
+ <parameter type-id='type-id-2367'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
- <parameter type-id='type-id-1804'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
+ <parameter type-id='type-id-1803'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='freeze' mangled-name='_ZNSt12strstreambuf6freezeEb' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='122' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambuf6freezeEb@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='str' mangled-name='_ZNSt12strstreambuf3strEv' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='129' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambuf3strEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='pcount' mangled-name='_ZNKSt12strstreambuf6pcountEv' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='136' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt12strstreambuf6pcountEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2371' is-artificial='yes'/>
+ <parameter type-id='type-id-2368' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt12strstreambufaSERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
- <parameter type-id='type-id-2372'/>
- <return type-id='type-id-2373'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
+ <parameter type-id='type-id-2369'/>
+ <return type-id='type-id-2370'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='107' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
- <parameter type-id='type-id-2372'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
+ <parameter type-id='type-id-2369'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_alloc' mangled-name='_ZNSt12strstreambuf8_M_allocEm' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='300' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambuf8_M_allocEm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_free' mangled-name='_ZNSt12strstreambuf7_M_freeEPc' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='309' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambuf7_M_freeEPc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_setup' mangled-name='_ZNSt12strstreambuf8_M_setupEPcS0_l' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='321' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambuf8_M_setupEPcS0_l@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-48'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' mangled-name='_ZNSt12strstreambufC2EPFPvmEPFvS0_E' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='70' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambufC1EPFPvmEPFvS0_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
- <parameter type-id='type-id-1884'/>
- <parameter type-id='type-id-1808'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
+ <parameter type-id='type-id-1883'/>
+ <parameter type-id='type-id-1807'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' mangled-name='_ZNSt12strstreambufC2El' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='56' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambufC2El@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' mangled-name='_ZNSt12strstreambufC2EPKhl' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='110' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambufC1EPKhl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
- <parameter type-id='type-id-1804'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
+ <parameter type-id='type-id-1803'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' mangled-name='_ZNSt12strstreambufC2EPKal' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='105' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambufC1EPKal@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
- <parameter type-id='type-id-2370'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
+ <parameter type-id='type-id-2367'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' mangled-name='_ZNSt12strstreambufC2EPKcl' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambufC1EPKcl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' mangled-name='_ZNSt12strstreambufC2EPhlS0_' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='94' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambufC1EPhlS0_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
- <parameter type-id='type-id-2369'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
+ <parameter type-id='type-id-2366'/>
<parameter type-id='type-id-48'/>
- <parameter type-id='type-id-2369'/>
+ <parameter type-id='type-id-2366'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' mangled-name='_ZNSt12strstreambufC2EPalS0_' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambufC1EPalS0_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
- <parameter type-id='type-id-2368'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
+ <parameter type-id='type-id-2365'/>
<parameter type-id='type-id-48'/>
- <parameter type-id='type-id-2368'/>
+ <parameter type-id='type-id-2365'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstreambuf' mangled-name='_ZNSt12strstreambufC2EPclS0_' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='84' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambufC1EPclS0_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-48'/>
<parameter type-id='type-id-149'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~strstreambuf' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~strstreambuf' mangled-name='_ZNSt12strstreambufD0Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='115' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambufD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~strstreambuf' mangled-name='_ZNSt12strstreambufD2Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='115' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambufD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='3'>
<function-decl name='setbuf' mangled-name='_ZNSt12strstreambuf6setbufEPcl' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='223' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambuf6setbufEPcl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-24'/>
</member-function>
<member-function access='protected' vtable-offset='4'>
<function-decl name='seekoff' mangled-name='_ZNSt12strstreambuf7seekoffElSt12_Ios_SeekdirSt13_Ios_Openmode' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='227' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambuf7seekoffElSt12_Ios_SeekdirSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-43'/>
<parameter type-id='type-id-50'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='protected' vtable-offset='5'>
<function-decl name='seekpos' mangled-name='_ZNSt12strstreambuf7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='296' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambuf7seekposESt4fposI11__mbstate_tESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-41'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-41'/>
</member-function>
<member-function access='protected' vtable-offset='9'>
<function-decl name='underflow' mangled-name='_ZNSt12strstreambuf9underflowEv' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='211' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambuf9underflowEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<return type-id='type-id-39'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='11'>
<function-decl name='pbackfail' mangled-name='_ZNSt12strstreambuf9pbackfailEi' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='186' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambuf9pbackfailEi@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-39'/>
<return type-id='type-id-39'/>
</function-decl>
</member-function>
<member-function access='protected' vtable-offset='13'>
<function-decl name='overflow' mangled-name='_ZNSt12strstreambuf8overflowEi' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='140' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12strstreambuf8overflowEi@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2367' is-artificial='yes'/>
+ <parameter type-id='type-id-2364' is-artificial='yes'/>
<parameter type-id='type-id-39'/>
<return type-id='type-id-39'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='basic_iostream<char, std::char_traits<char> >' size-in-bits='2304' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='789' column='1' id='type-id-2374'>
+ <class-decl name='basic_iostream<char, std::char_traits<char> >' size-in-bits='2304' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='789' column='1' id='type-id-2371'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-282'/>
- <base-class access='public' layout-offset-in-bits='128' type-id='type-id-774'/>
+ <base-class access='public' layout-offset-in-bits='128' type-id='type-id-773'/>
<member-function access='private'>
<function-decl name='basic_iostream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='814' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2375' is-artificial='yes'/>
+ <parameter type-id='type-id-2372' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-24'/>
</member-function>
<member-function access='protected'>
<function-decl name='basic_iostream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='824' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2375' is-artificial='yes'/>
+ <parameter type-id='type-id-2372' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_iostream' mangled-name='_ZNSdC2EPSt15basic_streambufIcSt11char_traitsIcEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='814' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSdC2EPSt15basic_streambufIcSt11char_traitsIcEE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2375' is-artificial='yes'/>
+ <parameter type-id='type-id-2372' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-24'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_iostream' mangled-name='_ZNSdC1EPSt15basic_streambufIcSt11char_traitsIcEE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='814' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSdC1EPSt15basic_streambufIcSt11char_traitsIcEE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2375' is-artificial='yes'/>
+ <parameter type-id='type-id-2372' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-24'/>
</member-function>
<member-function access='protected'>
<function-decl name='basic_iostream' mangled-name='_ZNSdC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='824' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSdC2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2375' is-artificial='yes'/>
+ <parameter type-id='type-id-2372' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected'>
<function-decl name='basic_iostream' mangled-name='_ZNSdC1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='824' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSdC1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2375' is-artificial='yes'/>
+ <parameter type-id='type-id-2372' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_iostream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='821' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2375' is-artificial='yes'/>
+ <parameter type-id='type-id-2372' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_iostream' mangled-name='_ZNSdD0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='821' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSdD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2375' is-artificial='yes'/>
+ <parameter type-id='type-id-2372' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_iostream' mangled-name='_ZNSdD1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='821' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSdD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2375' is-artificial='yes'/>
+ <parameter type-id='type-id-2372' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_iostream' mangled-name='_ZNSdD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='821' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSdD2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2375' is-artificial='yes'/>
+ <parameter type-id='type-id-2372' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='strstream' size-in-bits='3008' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='161' column='1' id='type-id-2376'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2374'/>
+ <class-decl name='strstream' size-in-bits='3008' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='161' column='1' id='type-id-2373'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2371'/>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='_M_buf' type-id='type-id-2366' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='179' column='1'/>
+ <var-decl name='_M_buf' type-id='type-id-2363' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='179' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='strstream' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='390' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2377' is-artificial='yes'/>
+ <parameter type-id='type-id-2374' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstream' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='394' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2377' is-artificial='yes'/>
+ <parameter type-id='type-id-2374' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt9strstream5rdbufEv' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='402' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9strstream5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2378' is-artificial='yes'/>
- <return type-id='type-id-2367'/>
+ <parameter type-id='type-id-2375' is-artificial='yes'/>
+ <return type-id='type-id-2364'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='freeze' mangled-name='_ZNSt9strstream6freezeEb' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='406' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9strstream6freezeEb@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2377' is-artificial='yes'/>
+ <parameter type-id='type-id-2374' is-artificial='yes'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='pcount' mangled-name='_ZNKSt9strstream6pcountEv' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='410' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt9strstream6pcountEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2378' is-artificial='yes'/>
+ <parameter type-id='type-id-2375' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='str' mangled-name='_ZNSt9strstream3strEv' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='414' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9strstream3strEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2377' is-artificial='yes'/>
+ <parameter type-id='type-id-2374' is-artificial='yes'/>
<return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstream' mangled-name='_ZNSt9strstreamC2Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='390' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9strstreamC2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2377' is-artificial='yes'/>
+ <parameter type-id='type-id-2374' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstream' mangled-name='_ZNSt9strstreamC1Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='390' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9strstreamC1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2377' is-artificial='yes'/>
+ <parameter type-id='type-id-2374' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstream' mangled-name='_ZNSt9strstreamC2EPciSt13_Ios_Openmode' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='394' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9strstreamC2EPciSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2377' is-artificial='yes'/>
+ <parameter type-id='type-id-2374' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='strstream' mangled-name='_ZNSt9strstreamC1EPciSt13_Ios_Openmode' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='394' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9strstreamC1EPciSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2377' is-artificial='yes'/>
+ <parameter type-id='type-id-2374' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~strstream' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='399' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2377' is-artificial='yes'/>
+ <parameter type-id='type-id-2374' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~strstream' mangled-name='_ZNSt9strstreamD0Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='399' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9strstreamD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2377' is-artificial='yes'/>
+ <parameter type-id='type-id-2374' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~strstream' mangled-name='_ZNSt9strstreamD1Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='399' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9strstreamD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2377' is-artificial='yes'/>
+ <parameter type-id='type-id-2374' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~strstream' mangled-name='_ZNSt9strstreamD2Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='399' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt9strstreamD2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2377' is-artificial='yes'/>
+ <parameter type-id='type-id-2374' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='ostrstream' size-in-bits='2880' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='144' column='1' id='type-id-2379'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-774'/>
+ <class-decl name='ostrstream' size-in-bits='2880' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='144' column='1' id='type-id-2376'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-773'/>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_buf' type-id='type-id-2366' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='157' column='1'/>
+ <var-decl name='_M_buf' type-id='type-id-2363' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='157' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='ostrstream' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='363' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2380' is-artificial='yes'/>
+ <parameter type-id='type-id-2377' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='ostrstream' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='367' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2380' is-artificial='yes'/>
+ <parameter type-id='type-id-2377' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt10ostrstream5rdbufEv' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='375' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10ostrstream5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2381' is-artificial='yes'/>
- <return type-id='type-id-2367'/>
+ <parameter type-id='type-id-2378' is-artificial='yes'/>
+ <return type-id='type-id-2364'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='freeze' mangled-name='_ZNSt10ostrstream6freezeEb' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='379' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10ostrstream6freezeEb@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2380' is-artificial='yes'/>
+ <parameter type-id='type-id-2377' is-artificial='yes'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='str' mangled-name='_ZNSt10ostrstream3strEv' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='383' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10ostrstream3strEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2380' is-artificial='yes'/>
+ <parameter type-id='type-id-2377' is-artificial='yes'/>
<return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='pcount' mangled-name='_ZNKSt10ostrstream6pcountEv' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='387' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10ostrstream6pcountEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2381' is-artificial='yes'/>
+ <parameter type-id='type-id-2378' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='ostrstream' mangled-name='_ZNSt10ostrstreamC2Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='363' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10ostrstreamC2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2380' is-artificial='yes'/>
+ <parameter type-id='type-id-2377' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='ostrstream' mangled-name='_ZNSt10ostrstreamC1Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='363' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10ostrstreamC1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2380' is-artificial='yes'/>
+ <parameter type-id='type-id-2377' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='ostrstream' mangled-name='_ZNSt10ostrstreamC2EPciSt13_Ios_Openmode' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='367' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10ostrstreamC2EPciSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2380' is-artificial='yes'/>
+ <parameter type-id='type-id-2377' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='ostrstream' mangled-name='_ZNSt10ostrstreamC1EPciSt13_Ios_Openmode' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='367' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10ostrstreamC1EPciSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2380' is-artificial='yes'/>
+ <parameter type-id='type-id-2377' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~ostrstream' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2380' is-artificial='yes'/>
+ <parameter type-id='type-id-2377' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~ostrstream' mangled-name='_ZNSt10ostrstreamD0Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='372' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10ostrstreamD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2380' is-artificial='yes'/>
+ <parameter type-id='type-id-2377' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~ostrstream' mangled-name='_ZNSt10ostrstreamD1Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='372' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10ostrstreamD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2380' is-artificial='yes'/>
+ <parameter type-id='type-id-2377' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~ostrstream' mangled-name='_ZNSt10ostrstreamD2Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='372' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10ostrstreamD2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2380' is-artificial='yes'/>
+ <parameter type-id='type-id-2377' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='istrstream' size-in-bits='2944' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='127' column='1' id='type-id-2382'>
+ <class-decl name='istrstream' size-in-bits='2944' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='127' column='1' id='type-id-2379'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-282'/>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_buf' type-id='type-id-2366' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='140' column='1'/>
+ <var-decl name='_M_buf' type-id='type-id-2363' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/backward/strstream' line='140' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='istrstream' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='337' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='istrstream' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='341' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='istrstream' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='345' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='istrstream' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='349' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt10istrstream5rdbufEv' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='356' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt10istrstream5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2384' is-artificial='yes'/>
- <return type-id='type-id-2367'/>
+ <parameter type-id='type-id-2381' is-artificial='yes'/>
+ <return type-id='type-id-2364'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='str' mangled-name='_ZNSt10istrstream3strEv' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='360' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10istrstream3strEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<return type-id='type-id-149'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='istrstream' mangled-name='_ZNSt10istrstreamC2EPc' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10istrstreamC2EPc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='istrstream' mangled-name='_ZNSt10istrstreamC1EPc' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='337' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10istrstreamC1EPc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='istrstream' mangled-name='_ZNSt10istrstreamC2EPKc' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='341' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10istrstreamC2EPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='istrstream' mangled-name='_ZNSt10istrstreamC1EPKc' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='341' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10istrstreamC1EPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='istrstream' mangled-name='_ZNSt10istrstreamC2EPcl' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='345' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10istrstreamC2EPcl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='istrstream' mangled-name='_ZNSt10istrstreamC1EPcl' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='345' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10istrstreamC1EPcl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='istrstream' mangled-name='_ZNSt10istrstreamC2EPKcl' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='349' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10istrstreamC2EPKcl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='istrstream' mangled-name='_ZNSt10istrstreamC1EPKcl' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='349' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10istrstreamC1EPKcl@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~istrstream' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='353' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~istrstream' mangled-name='_ZNSt10istrstreamD0Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10istrstreamD0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~istrstream' mangled-name='_ZNSt10istrstreamD1Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10istrstreamD1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~istrstream' mangled-name='_ZNSt10istrstreamD2Ev' filepath='../../../.././libstdc++-v3/src/c++98/strstream.cc' line='353' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt10istrstreamD2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2383' is-artificial='yes'/>
+ <parameter type-id='type-id-2380' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</namespace-decl>
- <pointer-type-def type-id='type-id-2366' size-in-bits='64' id='type-id-2367'/>
- <pointer-type-def type-id='type-id-508' size-in-bits='64' id='type-id-2368'/>
- <pointer-type-def type-id='type-id-1549' size-in-bits='64' id='type-id-2369'/>
- <qualified-type-def type-id='type-id-508' const='yes' id='type-id-2385'/>
- <pointer-type-def type-id='type-id-2385' size-in-bits='64' id='type-id-2370'/>
- <qualified-type-def type-id='type-id-2366' const='yes' id='type-id-2386'/>
- <pointer-type-def type-id='type-id-2386' size-in-bits='64' id='type-id-2371'/>
- <reference-type-def kind='lvalue' type-id='type-id-2366' size-in-bits='64' id='type-id-2373'/>
- <reference-type-def kind='lvalue' type-id='type-id-2386' size-in-bits='64' id='type-id-2372'/>
- <pointer-type-def type-id='type-id-2374' size-in-bits='64' id='type-id-2375'/>
+ <pointer-type-def type-id='type-id-2363' size-in-bits='64' id='type-id-2364'/>
+ <pointer-type-def type-id='type-id-508' size-in-bits='64' id='type-id-2365'/>
+ <pointer-type-def type-id='type-id-1548' size-in-bits='64' id='type-id-2366'/>
+ <qualified-type-def type-id='type-id-508' const='yes' id='type-id-2382'/>
+ <pointer-type-def type-id='type-id-2382' size-in-bits='64' id='type-id-2367'/>
+ <qualified-type-def type-id='type-id-2363' const='yes' id='type-id-2383'/>
+ <pointer-type-def type-id='type-id-2383' size-in-bits='64' id='type-id-2368'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2363' size-in-bits='64' id='type-id-2370'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2383' size-in-bits='64' id='type-id-2369'/>
+ <pointer-type-def type-id='type-id-2371' size-in-bits='64' id='type-id-2372'/>
+ <pointer-type-def type-id='type-id-2373' size-in-bits='64' id='type-id-2374'/>
+ <qualified-type-def type-id='type-id-2373' const='yes' id='type-id-2384'/>
+ <pointer-type-def type-id='type-id-2384' size-in-bits='64' id='type-id-2375'/>
<pointer-type-def type-id='type-id-2376' size-in-bits='64' id='type-id-2377'/>
- <qualified-type-def type-id='type-id-2376' const='yes' id='type-id-2387'/>
- <pointer-type-def type-id='type-id-2387' size-in-bits='64' id='type-id-2378'/>
+ <qualified-type-def type-id='type-id-2376' const='yes' id='type-id-2385'/>
+ <pointer-type-def type-id='type-id-2385' size-in-bits='64' id='type-id-2378'/>
<pointer-type-def type-id='type-id-2379' size-in-bits='64' id='type-id-2380'/>
- <qualified-type-def type-id='type-id-2379' const='yes' id='type-id-2388'/>
- <pointer-type-def type-id='type-id-2388' size-in-bits='64' id='type-id-2381'/>
- <pointer-type-def type-id='type-id-2382' size-in-bits='64' id='type-id-2383'/>
- <qualified-type-def type-id='type-id-2382' const='yes' id='type-id-2389'/>
- <pointer-type-def type-id='type-id-2389' size-in-bits='64' id='type-id-2384'/>
+ <qualified-type-def type-id='type-id-2379' const='yes' id='type-id-2386'/>
+ <pointer-type-def type-id='type-id-2386' size-in-bits='64' id='type-id-2381'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/tree.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <enum-decl name='_Rb_tree_color' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='88' column='1' id='type-id-2390'>
+ <enum-decl name='_Rb_tree_color' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='88' column='1' id='type-id-2387'>
<underlying-type type-id='type-id-6'/>
<enumerator name='_S_red' value='0'/>
<enumerator name='_S_black' value='1'/>
</enum-decl>
<function-decl name='swap<std::_Rb_tree_color>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2391'/>
- <parameter type-id='type-id-2391'/>
+ <parameter type-id='type-id-2388'/>
+ <parameter type-id='type-id-2388'/>
<return type-id='type-id-4'/>
</function-decl>
- <class-decl name='_Rb_tree_node_base' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='90' column='1' id='type-id-2392'>
+ <class-decl name='_Rb_tree_node_base' size-in-bits='256' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='90' column='1' id='type-id-2389'>
<member-type access='public'>
- <typedef-decl name='_Base_ptr' type-id='type-id-2394' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='92' column='1' id='type-id-2393'/>
+ <typedef-decl name='_Base_ptr' type-id='type-id-2391' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='92' column='1' id='type-id-2390'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='_Const_Base_ptr' type-id='type-id-2396' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='93' column='1' id='type-id-2395'/>
+ <typedef-decl name='_Const_Base_ptr' type-id='type-id-2393' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='93' column='1' id='type-id-2392'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_color' type-id='type-id-2390' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='95' column='1'/>
+ <var-decl name='_M_color' type-id='type-id-2387' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='95' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_parent' type-id='type-id-2393' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='96' column='1'/>
+ <var-decl name='_M_parent' type-id='type-id-2390' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='96' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='_M_left' type-id='type-id-2393' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='97' column='1'/>
+ <var-decl name='_M_left' type-id='type-id-2390' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='97' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='_M_right' type-id='type-id-2393' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='98' column='1'/>
+ <var-decl name='_M_right' type-id='type-id-2390' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='98' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='_S_minimum' mangled-name='_ZNSt18_Rb_tree_node_base10_S_minimumEPS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2393'/>
- <return type-id='type-id-2393'/>
+ <parameter type-id='type-id-2390'/>
+ <return type-id='type-id-2390'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_S_minimum' mangled-name='_ZNSt18_Rb_tree_node_base10_S_minimumEPKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2395'/>
- <return type-id='type-id-2395'/>
+ <parameter type-id='type-id-2392'/>
+ <return type-id='type-id-2392'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_S_maximum' mangled-name='_ZNSt18_Rb_tree_node_base10_S_maximumEPS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2393'/>
- <return type-id='type-id-2393'/>
+ <parameter type-id='type-id-2390'/>
+ <return type-id='type-id-2390'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_S_maximum' mangled-name='_ZNSt18_Rb_tree_node_base10_S_maximumEPKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2395'/>
- <return type-id='type-id-2395'/>
+ <parameter type-id='type-id-2392'/>
+ <return type-id='type-id-2392'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='_Rb_tree_increment' mangled-name='_ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base' filepath='../../../.././libstdc++-v3/src/c++98/tree.cc' line='83' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2394'/>
- <return type-id='type-id-2394'/>
+ <parameter type-id='type-id-2391'/>
+ <return type-id='type-id-2391'/>
</function-decl>
<function-decl name='_Rb_tree_increment' mangled-name='_ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base' filepath='../../../.././libstdc++-v3/src/c++98/tree.cc' line='89' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2396'/>
- <return type-id='type-id-2396'/>
+ <parameter type-id='type-id-2393'/>
+ <return type-id='type-id-2393'/>
</function-decl>
<function-decl name='_Rb_tree_decrement' mangled-name='_ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base' filepath='../../../.././libstdc++-v3/src/c++98/tree.cc' line='121' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2394'/>
- <return type-id='type-id-2394'/>
+ <parameter type-id='type-id-2391'/>
+ <return type-id='type-id-2391'/>
</function-decl>
<function-decl name='_Rb_tree_decrement' mangled-name='_ZSt18_Rb_tree_decrementPKSt18_Rb_tree_node_base' filepath='../../../.././libstdc++-v3/src/c++98/tree.cc' line='127' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt18_Rb_tree_decrementPKSt18_Rb_tree_node_base@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2396'/>
- <return type-id='type-id-2396'/>
+ <parameter type-id='type-id-2393'/>
+ <return type-id='type-id-2393'/>
</function-decl>
<function-decl name='_Rb_tree_rotate_left' mangled-name='_ZSt20_Rb_tree_rotate_leftPSt18_Rb_tree_node_baseRS0_' filepath='../../../.././libstdc++-v3/src/c++98/tree.cc' line='157' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt20_Rb_tree_rotate_leftPSt18_Rb_tree_node_baseRS0_@@GLIBCXX_3.4'>
+ <parameter type-id='type-id-2391'/>
<parameter type-id='type-id-2394'/>
- <parameter type-id='type-id-2397'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='_Rb_tree_rotate_right' mangled-name='_ZSt21_Rb_tree_rotate_rightPSt18_Rb_tree_node_baseRS0_' filepath='../../../.././libstdc++-v3/src/c++98/tree.cc' line='188' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt21_Rb_tree_rotate_rightPSt18_Rb_tree_node_baseRS0_@@GLIBCXX_3.4'>
+ <parameter type-id='type-id-2391'/>
<parameter type-id='type-id-2394'/>
- <parameter type-id='type-id-2397'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='_Rb_tree_insert_and_rebalance' mangled-name='_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_' filepath='../../../.././libstdc++-v3/src/c++98/tree.cc' line='195' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_@@GLIBCXX_3.4'>
<parameter type-id='type-id-23'/>
- <parameter type-id='type-id-2394'/>
- <parameter type-id='type-id-2394'/>
- <parameter type-id='type-id-2398'/>
+ <parameter type-id='type-id-2391'/>
+ <parameter type-id='type-id-2391'/>
+ <parameter type-id='type-id-2395'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='_Rb_tree_rebalance_for_erase' mangled-name='_ZSt28_Rb_tree_rebalance_for_erasePSt18_Rb_tree_node_baseRS_' filepath='../../../.././libstdc++-v3/src/c++98/tree.cc' line='286' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt28_Rb_tree_rebalance_for_erasePSt18_Rb_tree_node_baseRS_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2394'/>
- <parameter type-id='type-id-2398'/>
- <return type-id='type-id-2394'/>
+ <parameter type-id='type-id-2391'/>
+ <parameter type-id='type-id-2395'/>
+ <return type-id='type-id-2391'/>
</function-decl>
<function-decl name='_Rb_tree_black_count' mangled-name='_ZSt20_Rb_tree_black_countPKSt18_Rb_tree_node_baseS1_' filepath='../../../.././libstdc++-v3/src/c++98/tree.cc' line='447' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt20_Rb_tree_black_countPKSt18_Rb_tree_node_baseS1_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2396'/>
- <parameter type-id='type-id-2396'/>
+ <parameter type-id='type-id-2393'/>
+ <parameter type-id='type-id-2393'/>
<return type-id='type-id-502'/>
</function-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-2390' size-in-bits='64' id='type-id-2391'/>
- <pointer-type-def type-id='type-id-2392' size-in-bits='64' id='type-id-2394'/>
- <qualified-type-def type-id='type-id-2392' const='yes' id='type-id-2399'/>
- <pointer-type-def type-id='type-id-2399' size-in-bits='64' id='type-id-2396'/>
- <reference-type-def kind='lvalue' type-id='type-id-2394' size-in-bits='64' id='type-id-2397'/>
- <reference-type-def kind='lvalue' type-id='type-id-2392' size-in-bits='64' id='type-id-2398'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2387' size-in-bits='64' id='type-id-2388'/>
+ <pointer-type-def type-id='type-id-2389' size-in-bits='64' id='type-id-2391'/>
+ <qualified-type-def type-id='type-id-2389' const='yes' id='type-id-2396'/>
+ <pointer-type-def type-id='type-id-2396' size-in-bits='64' id='type-id-2393'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2391' size-in-bits='64' id='type-id-2394'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2389' size-in-bits='64' id='type-id-2395'/>
</abi-instr>
</function-decl>
<function-decl name='use_facet<std::ctype<char> >' mangled-name='_ZSt9use_facetISt5ctypeIcEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt5ctypeIcEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2400'/>
+ <return type-id='type-id-2397'/>
</function-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-294' const='yes' id='type-id-2401'/>
+ <qualified-type-def type-id='type-id-294' const='yes' id='type-id-2398'/>
- <qualified-type-def type-id='type-id-333' const='yes' id='type-id-2402'/>
- <reference-type-def kind='lvalue' type-id='type-id-912' size-in-bits='64' id='type-id-2400'/>
+ <qualified-type-def type-id='type-id-333' const='yes' id='type-id-2399'/>
+ <reference-type-def kind='lvalue' type-id='type-id-911' size-in-bits='64' id='type-id-2397'/>
</abi-instr>
<namespace-decl name='std'>
<function-decl name='__valarray_product<long unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='359' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2403'/>
- <parameter type-id='type-id-2403'/>
+ <parameter type-id='type-id-2400'/>
+ <parameter type-id='type-id-2400'/>
<return type-id='type-id-69'/>
</function-decl>
<function-decl name='__valarray_destroy_elements<long unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='206' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2057'/>
- <parameter type-id='type-id-2057'/>
+ <parameter type-id='type-id-2056'/>
+ <parameter type-id='type-id-2056'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__valarray_release_memory' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='67' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-33'/>
</function-decl>
<function-decl name='__valarray_copy_construct<long unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='162' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2403'/>
- <parameter type-id='type-id-2403'/>
- <parameter type-id='type-id-2057'/>
+ <parameter type-id='type-id-2400'/>
+ <parameter type-id='type-id-2400'/>
+ <parameter type-id='type-id-2056'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__valarray_default_construct<long unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='96' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2057'/>
- <parameter type-id='type-id-2057'/>
+ <parameter type-id='type-id-2056'/>
+ <parameter type-id='type-id-2056'/>
<return type-id='type-id-4'/>
</function-decl>
- <class-decl name='valarray<long unsigned int>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='118' column='1' id='type-id-2404'>
+ <class-decl name='valarray<long unsigned int>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='118' column='1' id='type-id-2401'>
<member-type access='private'>
- <class-decl name='_UnaryOp<std::__unary_plus>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2405'>
+ <class-decl name='_UnaryOp<std::__unary_plus>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2402'>
<member-type access='public'>
- <typedef-decl name='_Rt' type-id='type-id-2407' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2406'/>
+ <typedef-decl name='_Rt' type-id='type-id-2404' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2403'/>
</member-type>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='_UnaryOp<std::__negate>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2408'>
+ <class-decl name='_UnaryOp<std::__negate>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2405'>
<member-type access='public'>
- <typedef-decl name='_Rt' type-id='type-id-2410' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2409'/>
+ <typedef-decl name='_Rt' type-id='type-id-2407' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2406'/>
</member-type>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='_UnaryOp<std::__bitwise_not>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2411'>
+ <class-decl name='_UnaryOp<std::__bitwise_not>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2408'>
<member-type access='public'>
- <typedef-decl name='_Rt' type-id='type-id-2413' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2412'/>
+ <typedef-decl name='_Rt' type-id='type-id-2410' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2409'/>
</member-type>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='_UnaryOp<std::__logical_not>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2414'>
+ <class-decl name='_UnaryOp<std::__logical_not>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2411'>
<member-type access='public'>
- <typedef-decl name='_Rt' type-id='type-id-2416' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2415'/>
+ <typedef-decl name='_Rt' type-id='type-id-2413' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2412'/>
</member-type>
</class-decl>
</member-type>
<var-decl name='_M_size' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='562' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_data' type-id='type-id-2057' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='563' column='1'/>
+ <var-decl name='_M_data' type-id='type-id-2056' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='563' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2403'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2400'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2419'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2416'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='154' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2420'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2417'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='157' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2421'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2418'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='160' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2422'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2419'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
- <function-decl name='operator=' mangled-name='_ZNSt8valarrayImEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='180' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2423'/>
+ <function-decl name='operator=' mangled-name='_ZNSt8valarrayImEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='180' column='1' visibility='default' binding='global' size-in-bits='64'>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8valarrayImEaSERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='200' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8valarrayImEaSERKSt11slice_arrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='210' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2419'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2416'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8valarrayImEaSERKSt12gslice_arrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='220' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2420'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2417'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8valarrayImEaSERKSt10mask_arrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='230' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2421'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2418'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8valarrayImEaSERKSt14indirect_arrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='240' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2422'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2419'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator[]' mangled-name='_ZNSt8valarrayImEixEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='578' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8valarrayImEixEm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-315'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator[]' mangled-name='_ZNKSt8valarrayImEixEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='570' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-1976'/>
+ <return type-id='type-id-1975'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator[]' mangled-name='_ZNKSt8valarrayImEixESt5slice' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='281' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
- <parameter type-id='type-id-2425'/>
- <return type-id='type-id-2426'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
+ <parameter type-id='type-id-2422'/>
+ <return type-id='type-id-2423'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator[]' mangled-name='_ZNSt8valarrayImEixESt5slice' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2425'/>
- <return type-id='type-id-2427'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2422'/>
+ <return type-id='type-id-2424'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator[]' mangled-name='_ZNKSt8valarrayImEixERKSt6gslice' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='304' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
- <parameter type-id='type-id-2428'/>
- <return type-id='type-id-2429'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
+ <parameter type-id='type-id-2425'/>
+ <return type-id='type-id-2426'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator[]' mangled-name='_ZNSt8valarrayImEixERKSt6gslice' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='316' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2428'/>
- <return type-id='type-id-2430'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2425'/>
+ <return type-id='type-id-2427'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator[]' mangled-name='_ZNKSt8valarrayImEixERKS_IbE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='330' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2404'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2401'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator[]' mangled-name='_ZNSt8valarrayImEixERKS_IbE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='344' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2432'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2429'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator[]' mangled-name='_ZNKSt8valarrayImEixERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='358' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2433'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2430'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator[]' mangled-name='_ZNSt8valarrayImEixERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2434'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2431'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator+' mangled-name='_ZNKSt8valarrayImEpsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='376' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
- <return type-id='type-id-2406'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
+ <return type-id='type-id-2403'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator-' mangled-name='_ZNKSt8valarrayImEngEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='379' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
- <return type-id='type-id-2409'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
+ <return type-id='type-id-2406'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator~' mangled-name='_ZNKSt8valarrayImEcoEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='382' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
- <return type-id='type-id-2412'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
+ <return type-id='type-id-2409'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator!' mangled-name='_ZNKSt8valarrayImEntEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='385' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
- <return type-id='type-id-2415'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
+ <return type-id='type-id-2412'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator*=' mangled-name='_ZNSt8valarrayImEmLERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='389' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator/=' mangled-name='_ZNSt8valarrayImEdVERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='392' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator%=' mangled-name='_ZNSt8valarrayImErMERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='395' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator+=' mangled-name='_ZNSt8valarrayImEpLERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='398' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator-=' mangled-name='_ZNSt8valarrayImEmIERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='401' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator^=' mangled-name='_ZNSt8valarrayImEeOERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='404' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator&=' mangled-name='_ZNSt8valarrayImEaNERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='407' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator|=' mangled-name='_ZNSt8valarrayImEoRERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='410' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<=' mangled-name='_ZNSt8valarrayImElSERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='413' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator>>=' mangled-name='_ZNSt8valarrayImErSERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='416' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator*=' mangled-name='_ZNSt8valarrayImEmLERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='419' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator/=' mangled-name='_ZNSt8valarrayImEdVERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='422' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator%=' mangled-name='_ZNSt8valarrayImErMERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='425' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator+=' mangled-name='_ZNSt8valarrayImEpLERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='428' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator-=' mangled-name='_ZNSt8valarrayImEmIERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='431' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator^=' mangled-name='_ZNSt8valarrayImEeOERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='434' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator|=' mangled-name='_ZNSt8valarrayImEoRERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='437' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator&=' mangled-name='_ZNSt8valarrayImEaNERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='440' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<=' mangled-name='_ZNSt8valarrayImElSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='443' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator>>=' mangled-name='_ZNSt8valarrayImErSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='446' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2423'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2420'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='size' mangled-name='_ZNKSt8valarrayImE4sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='476' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt8valarrayImE4sizeEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='sum' mangled-name='_ZNKSt8valarrayImE3sumEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='484' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
<return type-id='type-id-69'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='min' mangled-name='_ZNKSt8valarrayImE3minEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='487' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
<return type-id='type-id-69'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='max' mangled-name='_ZNKSt8valarrayImE3maxEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='490' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
<return type-id='type-id-69'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='shift' mangled-name='_ZNKSt8valarrayImE5shiftEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='507' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-2404'/>
+ <return type-id='type-id-2401'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='cshift' mangled-name='_ZNKSt8valarrayImE6cshiftEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='524' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-2404'/>
+ <return type-id='type-id-2401'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='apply' mangled-name='_ZNKSt8valarrayImE5applyEPFmmE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='536' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
- <parameter type-id='type-id-2435'/>
- <return type-id='type-id-2436'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
+ <parameter type-id='type-id-2432'/>
+ <return type-id='type-id-2433'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='apply' mangled-name='_ZNKSt8valarrayImE5applyEPFmRKmE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='548' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2424' is-artificial='yes'/>
- <parameter type-id='type-id-2437'/>
- <return type-id='type-id-2438'/>
+ <parameter type-id='type-id-2421' is-artificial='yes'/>
+ <parameter type-id='type-id-2434'/>
+ <return type-id='type-id-2435'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='resize' mangled-name='_ZNSt8valarrayImE6resizeEmm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='559' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-69'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~valarray' mangled-name='_ZNSt8valarrayImED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8valarrayImED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' mangled-name='_ZNSt8valarrayImEC2ERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='143' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8valarrayImEC1ERKS0_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' mangled-name='_ZNSt8valarrayImEC2Em' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='134' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt8valarrayImEC2Em@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2417' is-artificial='yes'/>
+ <parameter type-id='type-id-2414' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Expr<std::_UnClos<std::__unary_plus, std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2407'/>
- <class-decl name='_Expr<std::_UnClos<std::__negate, std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2410'/>
- <class-decl name='_Expr<std::_UnClos<std::__bitwise_not, std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2413'/>
- <class-decl name='_Expr<std::_UnClos<std::__logical_not, std::_ValArray, long unsigned int>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2416'/>
- <class-decl name='slice_array<long unsigned int>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='124' column='1' id='type-id-2427'>
+ <class-decl name='_Expr<std::_UnClos<std::__unary_plus, std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2404'/>
+ <class-decl name='_Expr<std::_UnClos<std::__negate, std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2407'/>
+ <class-decl name='_Expr<std::_UnClos<std::__bitwise_not, std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2410'/>
+ <class-decl name='_Expr<std::_UnClos<std::__logical_not, std::_ValArray, long unsigned int>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2413'/>
+ <class-decl name='slice_array<long unsigned int>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='124' column='1' id='type-id-2424'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_sz' type-id='type-id-642' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='192' column='1'/>
+ <var-decl name='_M_sz' type-id='type-id-641' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='192' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_stride' type-id='type-id-642' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='193' column='1'/>
+ <var-decl name='_M_stride' type-id='type-id-641' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='193' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_array' type-id='type-id-2439' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='194' column='1'/>
+ <var-decl name='_M_array' type-id='type-id-2436' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='194' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='slice_array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='208' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2440' is-artificial='yes'/>
- <parameter type-id='type-id-2419'/>
+ <parameter type-id='type-id-2437' is-artificial='yes'/>
+ <parameter type-id='type-id-2416'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt11slice_arrayImEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='216' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2440' is-artificial='yes'/>
- <parameter type-id='type-id-2419'/>
- <return type-id='type-id-2441'/>
+ <parameter type-id='type-id-2437' is-artificial='yes'/>
+ <parameter type-id='type-id-2416'/>
+ <return type-id='type-id-2438'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator=' mangled-name='_ZNKSt11slice_arrayImEaSERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='230' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2442' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2439' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator*=' mangled-name='_ZNKSt11slice_arrayImEmLERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='257' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2442' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2439' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator/=' mangled-name='_ZNKSt11slice_arrayImEdVERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2442' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2439' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator%=' mangled-name='_ZNKSt11slice_arrayImErMERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='259' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2442' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2439' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator+=' mangled-name='_ZNKSt11slice_arrayImEpLERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='260' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2442' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2439' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator-=' mangled-name='_ZNKSt11slice_arrayImEmIERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='261' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2442' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2439' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator^=' mangled-name='_ZNKSt11slice_arrayImEeOERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='262' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2442' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2439' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator&=' mangled-name='_ZNKSt11slice_arrayImEaNERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='263' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2442' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2439' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator|=' mangled-name='_ZNKSt11slice_arrayImEoRERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='264' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2442' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2439' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator<<=' mangled-name='_ZNKSt11slice_arrayImElSERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='265' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2442' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2439' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator>>=' mangled-name='_ZNKSt11slice_arrayImErSERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='266' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2442' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2439' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator=' mangled-name='_ZNKSt11slice_arrayImEaSERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='225' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2442' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
+ <parameter type-id='type-id-2439' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='slice_array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2440' is-artificial='yes'/>
- <parameter type-id='type-id-2443'/>
- <parameter type-id='type-id-2444'/>
+ <parameter type-id='type-id-2437' is-artificial='yes'/>
+ <parameter type-id='type-id-2440'/>
+ <parameter type-id='type-id-2441'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='slice_array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2440' is-artificial='yes'/>
+ <parameter type-id='type-id-2437' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Array<long unsigned int>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='407' column='1' id='type-id-2443'>
+ <class-decl name='_Array<long unsigned int>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='407' column='1' id='type-id-2440'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_data' type-id='type-id-2058' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='416' column='1'/>
+ <var-decl name='_M_data' type-id='type-id-2057' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='416' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='409' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2445' is-artificial='yes'/>
+ <parameter type-id='type-id-2442' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='410' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2445' is-artificial='yes'/>
- <parameter type-id='type-id-2057'/>
+ <parameter type-id='type-id-2442' is-artificial='yes'/>
+ <parameter type-id='type-id-2056'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='411' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2445' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2442' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='412' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2445' is-artificial='yes'/>
- <parameter type-id='type-id-2403'/>
+ <parameter type-id='type-id-2442' is-artificial='yes'/>
+ <parameter type-id='type-id-2400'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='begin' mangled-name='_ZNKSt6_ArrayImE5beginEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='414' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2446' is-artificial='yes'/>
- <return type-id='type-id-2057'/>
+ <parameter type-id='type-id-2443' is-artificial='yes'/>
+ <return type-id='type-id-2056'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='slice' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='60' column='1' id='type-id-2425'>
+ <class-decl name='slice' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='60' column='1' id='type-id-2422'>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='_M_off' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='83' column='1'/>
</data-member>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='slice' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2447' is-artificial='yes'/>
+ <parameter type-id='type-id-2444' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='slice' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2447' is-artificial='yes'/>
+ <parameter type-id='type-id-2444' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-66'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='start' mangled-name='_ZNKSt5slice5startEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2448' is-artificial='yes'/>
+ <parameter type-id='type-id-2445' is-artificial='yes'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='size' mangled-name='_ZNKSt5slice4sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2448' is-artificial='yes'/>
+ <parameter type-id='type-id-2445' is-artificial='yes'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='stride' mangled-name='_ZNKSt5slice6strideEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/slice_array.h' line='80' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2448' is-artificial='yes'/>
+ <parameter type-id='type-id-2445' is-artificial='yes'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='gslice_array<long unsigned int>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='61' column='1' id='type-id-2430'>
+ <class-decl name='gslice_array<long unsigned int>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='61' column='1' id='type-id-2427'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_array' type-id='type-id-2443' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='125' column='1'/>
+ <var-decl name='_M_array' type-id='type-id-2440' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='125' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_index' type-id='type-id-2449' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='126' column='1'/>
+ <var-decl name='_M_index' type-id='type-id-2446' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='126' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='gslice_array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2450' is-artificial='yes'/>
- <parameter type-id='type-id-2420'/>
+ <parameter type-id='type-id-2447' is-artificial='yes'/>
+ <parameter type-id='type-id-2417'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt12gslice_arrayImEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2450' is-artificial='yes'/>
- <parameter type-id='type-id-2420'/>
- <return type-id='type-id-2451'/>
+ <parameter type-id='type-id-2447' is-artificial='yes'/>
+ <parameter type-id='type-id-2417'/>
+ <return type-id='type-id-2448'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator=' mangled-name='_ZNKSt12gslice_arrayImEaSERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2452' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2449' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator*=' mangled-name='_ZNKSt12gslice_arrayImEmLERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='201' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2452' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2449' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator/=' mangled-name='_ZNKSt12gslice_arrayImEdVERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2452' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2449' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator%=' mangled-name='_ZNKSt12gslice_arrayImErMERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='203' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2452' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2449' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator+=' mangled-name='_ZNKSt12gslice_arrayImEpLERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='204' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2452' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2449' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator-=' mangled-name='_ZNKSt12gslice_arrayImEmIERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='205' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2452' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2449' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator^=' mangled-name='_ZNKSt12gslice_arrayImEeOERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='206' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2452' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2449' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator&=' mangled-name='_ZNKSt12gslice_arrayImEaNERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='207' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2452' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2449' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator|=' mangled-name='_ZNKSt12gslice_arrayImEoRERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='208' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2452' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2449' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator<<=' mangled-name='_ZNKSt12gslice_arrayImElSERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='209' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2452' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2449' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator>>=' mangled-name='_ZNKSt12gslice_arrayImErSERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='210' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2452' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2449' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator=' mangled-name='_ZNKSt12gslice_arrayImEaSERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2452' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
+ <parameter type-id='type-id-2449' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='gslice_array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='138' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2450' is-artificial='yes'/>
- <parameter type-id='type-id-2443'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2447' is-artificial='yes'/>
+ <parameter type-id='type-id-2440'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='gslice_array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice_array.h' line='133' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2450' is-artificial='yes'/>
+ <parameter type-id='type-id-2447' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='mask_array<long unsigned int>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='63' column='1' id='type-id-2432'>
+ <class-decl name='mask_array<long unsigned int>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='63' column='1' id='type-id-2429'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_sz' type-id='type-id-642' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='131' column='1'/>
+ <var-decl name='_M_sz' type-id='type-id-641' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='131' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_mask' type-id='type-id-2453' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='132' column='1'/>
+ <var-decl name='_M_mask' type-id='type-id-2450' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='132' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_array' type-id='type-id-2439' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='133' column='1'/>
+ <var-decl name='_M_array' type-id='type-id-2436' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='133' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='mask_array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2454' is-artificial='yes'/>
- <parameter type-id='type-id-2421'/>
+ <parameter type-id='type-id-2451' is-artificial='yes'/>
+ <parameter type-id='type-id-2418'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt10mask_arrayImEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2454' is-artificial='yes'/>
- <parameter type-id='type-id-2421'/>
- <return type-id='type-id-2455'/>
+ <parameter type-id='type-id-2451' is-artificial='yes'/>
+ <parameter type-id='type-id-2418'/>
+ <return type-id='type-id-2452'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator=' mangled-name='_ZNKSt10mask_arrayImEaSERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2456' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2453' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator*=' mangled-name='_ZNKSt10mask_arrayImEmLERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='191' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2456' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2453' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator/=' mangled-name='_ZNKSt10mask_arrayImEdVERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='192' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2456' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2453' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator%=' mangled-name='_ZNKSt10mask_arrayImErMERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2456' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2453' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator+=' mangled-name='_ZNKSt10mask_arrayImEpLERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='194' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2456' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2453' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator-=' mangled-name='_ZNKSt10mask_arrayImEmIERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='195' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2456' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2453' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator^=' mangled-name='_ZNKSt10mask_arrayImEeOERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='196' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2456' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2453' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator&=' mangled-name='_ZNKSt10mask_arrayImEaNERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2456' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2453' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator|=' mangled-name='_ZNKSt10mask_arrayImEoRERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2456' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2453' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator<<=' mangled-name='_ZNKSt10mask_arrayImElSERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='199' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2456' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2453' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator>>=' mangled-name='_ZNKSt10mask_arrayImErSERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='200' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2456' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2453' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator=' mangled-name='_ZNKSt10mask_arrayImEaSERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2456' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
+ <parameter type-id='type-id-2453' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='mask_array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='145' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2454' is-artificial='yes'/>
- <parameter type-id='type-id-2443'/>
+ <parameter type-id='type-id-2451' is-artificial='yes'/>
+ <parameter type-id='type-id-2440'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2457'/>
+ <parameter type-id='type-id-2454'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='mask_array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/mask_array.h' line='136' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2454' is-artificial='yes'/>
+ <parameter type-id='type-id-2451' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Array<bool>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='407' column='1' id='type-id-2457'>
+ <class-decl name='_Array<bool>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='407' column='1' id='type-id-2454'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_data' type-id='type-id-2458' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='416' column='1'/>
+ <var-decl name='_M_data' type-id='type-id-2455' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='416' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='504' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2459' is-artificial='yes'/>
+ <parameter type-id='type-id-2456' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='510' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2459' is-artificial='yes'/>
- <parameter type-id='type-id-2460'/>
+ <parameter type-id='type-id-2456' is-artificial='yes'/>
+ <parameter type-id='type-id-2457'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='515' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2459' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
+ <parameter type-id='type-id-2456' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='520' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2459' is-artificial='yes'/>
- <parameter type-id='type-id-2461'/>
+ <parameter type-id='type-id-2456' is-artificial='yes'/>
+ <parameter type-id='type-id-2458'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='begin' mangled-name='_ZNKSt6_ArrayIbE5beginEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='526' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2462' is-artificial='yes'/>
- <return type-id='type-id-2460'/>
+ <parameter type-id='type-id-2459' is-artificial='yes'/>
+ <return type-id='type-id-2457'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='valarray<bool>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='118' column='1' id='type-id-2463'>
+ <class-decl name='valarray<bool>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='118' column='1' id='type-id-2460'>
<member-type access='private'>
- <class-decl name='_UnaryOp<std::__unary_plus>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2464'>
+ <class-decl name='_UnaryOp<std::__unary_plus>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2461'>
<member-type access='public'>
- <typedef-decl name='_Rt' type-id='type-id-2466' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2465'/>
+ <typedef-decl name='_Rt' type-id='type-id-2463' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2462'/>
</member-type>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='_UnaryOp<std::__negate>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2467'>
+ <class-decl name='_UnaryOp<std::__negate>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2464'>
<member-type access='public'>
- <typedef-decl name='_Rt' type-id='type-id-2469' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2468'/>
+ <typedef-decl name='_Rt' type-id='type-id-2466' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2465'/>
</member-type>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='_UnaryOp<std::__bitwise_not>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2470'>
+ <class-decl name='_UnaryOp<std::__bitwise_not>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2467'>
<member-type access='public'>
- <typedef-decl name='_Rt' type-id='type-id-2472' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2471'/>
+ <typedef-decl name='_Rt' type-id='type-id-2469' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2468'/>
</member-type>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='_UnaryOp<std::__logical_not>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2473'>
+ <class-decl name='_UnaryOp<std::__logical_not>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='121' column='1' id='type-id-2470'>
<member-type access='public'>
- <typedef-decl name='_Rt' type-id='type-id-2475' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2474'/>
+ <typedef-decl name='_Rt' type-id='type-id-2472' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='124' column='1' id='type-id-2471'/>
</member-type>
</class-decl>
</member-type>
<var-decl name='_M_size' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='562' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_data' type-id='type-id-2460' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='563' column='1'/>
+ <var-decl name='_M_data' type-id='type-id-2457' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='563' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='134' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='137' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2477'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2474'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2461'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2458'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2478'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2475'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='154' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2479'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2476'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='157' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2480'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2477'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='160' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2481'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2478'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~valarray' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='170' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8valarrayIbEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='180' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8valarrayIbEaSERKb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='200' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2477'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2474'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8valarrayIbEaSERKSt11slice_arrayIbE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='210' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2478'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2475'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8valarrayIbEaSERKSt12gslice_arrayIbE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='220' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2479'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2476'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8valarrayIbEaSERKSt10mask_arrayIbE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='230' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2480'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2477'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8valarrayIbEaSERKSt14indirect_arrayIbE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='240' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2481'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2478'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator[]' mangled-name='_ZNSt8valarrayIbEixEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-310'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator[]' mangled-name='_ZNKSt8valarrayIbEixEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='570' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-2477'/>
+ <return type-id='type-id-2474'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator[]' mangled-name='_ZNKSt8valarrayIbEixESt5slice' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='281' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
- <parameter type-id='type-id-2425'/>
- <return type-id='type-id-2484'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
+ <parameter type-id='type-id-2422'/>
+ <return type-id='type-id-2481'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator[]' mangled-name='_ZNSt8valarrayIbEixESt5slice' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='293' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2425'/>
- <return type-id='type-id-2485'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2422'/>
+ <return type-id='type-id-2482'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator[]' mangled-name='_ZNKSt8valarrayIbEixERKSt6gslice' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='304' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
- <parameter type-id='type-id-2428'/>
- <return type-id='type-id-2486'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
+ <parameter type-id='type-id-2425'/>
+ <return type-id='type-id-2483'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator[]' mangled-name='_ZNSt8valarrayIbEixERKSt6gslice' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='316' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2428'/>
- <return type-id='type-id-2487'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2425'/>
+ <return type-id='type-id-2484'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator[]' mangled-name='_ZNKSt8valarrayIbEixERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='330' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2463'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2460'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator[]' mangled-name='_ZNSt8valarrayIbEixERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='344' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2488'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2485'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator[]' mangled-name='_ZNKSt8valarrayIbEixERKS_ImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='358' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2489'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2486'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator[]' mangled-name='_ZNSt8valarrayIbEixERKS_ImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
- <return type-id='type-id-2490'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
+ <return type-id='type-id-2487'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator+' mangled-name='_ZNKSt8valarrayIbEpsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='376' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
- <return type-id='type-id-2465'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
+ <return type-id='type-id-2462'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator-' mangled-name='_ZNKSt8valarrayIbEngEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='379' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
- <return type-id='type-id-2468'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
+ <return type-id='type-id-2465'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator~' mangled-name='_ZNKSt8valarrayIbEcoEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='382' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
- <return type-id='type-id-2471'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
+ <return type-id='type-id-2468'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator!' mangled-name='_ZNKSt8valarrayIbEntEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='385' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
- <return type-id='type-id-2474'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
+ <return type-id='type-id-2471'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator*=' mangled-name='_ZNSt8valarrayIbEmLERKb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='389' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2477'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2474'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator/=' mangled-name='_ZNSt8valarrayIbEdVERKb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='392' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2477'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2474'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator%=' mangled-name='_ZNSt8valarrayIbErMERKb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='395' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2477'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2474'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator+=' mangled-name='_ZNSt8valarrayIbEpLERKb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='398' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2477'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2474'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator-=' mangled-name='_ZNSt8valarrayIbEmIERKb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='401' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2477'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2474'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator^=' mangled-name='_ZNSt8valarrayIbEeOERKb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='404' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2477'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2474'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator&=' mangled-name='_ZNSt8valarrayIbEaNERKb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='407' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2477'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2474'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator|=' mangled-name='_ZNSt8valarrayIbEoRERKb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='410' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2477'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2474'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<=' mangled-name='_ZNSt8valarrayIbElSERKb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='413' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2477'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2474'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator>>=' mangled-name='_ZNSt8valarrayIbErSERKb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='416' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2477'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2474'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator*=' mangled-name='_ZNSt8valarrayIbEmLERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='419' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator/=' mangled-name='_ZNSt8valarrayIbEdVERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='422' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator%=' mangled-name='_ZNSt8valarrayIbErMERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='425' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator+=' mangled-name='_ZNSt8valarrayIbEpLERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='428' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator-=' mangled-name='_ZNSt8valarrayIbEmIERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='431' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator^=' mangled-name='_ZNSt8valarrayIbEeOERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='434' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator|=' mangled-name='_ZNSt8valarrayIbEoRERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='437' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator&=' mangled-name='_ZNSt8valarrayIbEaNERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='440' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator<<=' mangled-name='_ZNSt8valarrayIbElSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='443' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator>>=' mangled-name='_ZNSt8valarrayIbErSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='446' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
- <parameter type-id='type-id-2431'/>
- <return type-id='type-id-2482'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
+ <parameter type-id='type-id-2428'/>
+ <return type-id='type-id-2479'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='size' mangled-name='_ZNKSt8valarrayIbE4sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='476' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='sum' mangled-name='_ZNKSt8valarrayIbE3sumEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='484' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='min' mangled-name='_ZNKSt8valarrayIbE3minEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='487' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='max' mangled-name='_ZNKSt8valarrayIbE3maxEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='490' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='shift' mangled-name='_ZNKSt8valarrayIbE5shiftEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='507' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-2463'/>
+ <return type-id='type-id-2460'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='cshift' mangled-name='_ZNKSt8valarrayIbE6cshiftEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='524' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-2463'/>
+ <return type-id='type-id-2460'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='apply' mangled-name='_ZNKSt8valarrayIbE5applyEPFbbE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='536' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
- <parameter type-id='type-id-2491'/>
- <return type-id='type-id-2492'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
+ <parameter type-id='type-id-2488'/>
+ <return type-id='type-id-2489'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='apply' mangled-name='_ZNKSt8valarrayIbE5applyEPFbRKbE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='548' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2483' is-artificial='yes'/>
- <parameter type-id='type-id-2493'/>
- <return type-id='type-id-2494'/>
+ <parameter type-id='type-id-2480' is-artificial='yes'/>
+ <parameter type-id='type-id-2490'/>
+ <return type-id='type-id-2491'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='resize' mangled-name='_ZNSt8valarrayIbE6resizeEmb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/valarray' line='559' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2476' is-artificial='yes'/>
+ <parameter type-id='type-id-2473' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Expr<std::_UnClos<std::__unary_plus, std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2466'/>
- <class-decl name='_Expr<std::_UnClos<std::__negate, std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2469'/>
- <class-decl name='_Expr<std::_UnClos<std::__bitwise_not, std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2472'/>
- <class-decl name='_Expr<std::_UnClos<std::__logical_not, std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2475'/>
- <class-decl name='slice_array<bool>' visibility='default' is-declaration-only='yes' id='type-id-2485'/>
- <class-decl name='gslice_array<bool>' visibility='default' is-declaration-only='yes' id='type-id-2487'/>
- <class-decl name='mask_array<bool>' visibility='default' is-declaration-only='yes' id='type-id-2488'/>
- <class-decl name='indirect_array<bool>' visibility='default' is-declaration-only='yes' id='type-id-2490'/>
- <class-decl name='_Expr<std::_SClos<std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2484'/>
- <class-decl name='_Expr<std::_GClos<std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2486'/>
- <class-decl name='gslice' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='65' column='1' id='type-id-2495'>
+ <class-decl name='_Expr<std::_UnClos<std::__unary_plus, std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2463'/>
+ <class-decl name='_Expr<std::_UnClos<std::__negate, std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2466'/>
+ <class-decl name='_Expr<std::_UnClos<std::__bitwise_not, std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2469'/>
+ <class-decl name='_Expr<std::_UnClos<std::__logical_not, std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2472'/>
+ <class-decl name='slice_array<bool>' visibility='default' is-declaration-only='yes' id='type-id-2482'/>
+ <class-decl name='gslice_array<bool>' visibility='default' is-declaration-only='yes' id='type-id-2484'/>
+ <class-decl name='mask_array<bool>' visibility='default' is-declaration-only='yes' id='type-id-2485'/>
+ <class-decl name='indirect_array<bool>' visibility='default' is-declaration-only='yes' id='type-id-2487'/>
+ <class-decl name='_Expr<std::_SClos<std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2481'/>
+ <class-decl name='_Expr<std::_GClos<std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2483'/>
+ <class-decl name='gslice' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='65' column='1' id='type-id-2492'>
<member-type access='private'>
- <class-decl name='_Indexer' size-in-bits='512' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='107' column='1' id='type-id-2496'>
+ <class-decl name='_Indexer' size-in-bits='512' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='107' column='1' id='type-id-2493'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_count' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='109' column='1'/>
</data-member>
<var-decl name='_M_start' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='110' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='_M_size' type-id='type-id-2404' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='111' column='1'/>
+ <var-decl name='_M_size' type-id='type-id-2401' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='111' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='_M_stride' type-id='type-id-2404' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='112' column='1'/>
+ <var-decl name='_M_stride' type-id='type-id-2401' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='112' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_M_index' type-id='type-id-2404' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='113' column='1'/>
+ <var-decl name='_M_index' type-id='type-id-2401' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='113' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='_Indexer' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='115' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2497' is-artificial='yes'/>
+ <parameter type-id='type-id-2494' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_Indexer' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2497' is-artificial='yes'/>
+ <parameter type-id='type-id-2494' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2418'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2415'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_increment_use' mangled-name='_ZNSt6gslice8_Indexer16_M_increment_useEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2497' is-artificial='yes'/>
+ <parameter type-id='type-id-2494' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_decrement_use' mangled-name='_ZNSt6gslice8_Indexer16_M_decrement_useEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='126' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2497' is-artificial='yes'/>
+ <parameter type-id='type-id-2494' is-artificial='yes'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_Indexer' mangled-name='_ZNSt6gslice8_IndexerC2EmRKSt8valarrayImES4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='118' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt6gslice8_IndexerC2EmRKSt8valarrayImES4_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2497' is-artificial='yes'/>
+ <parameter type-id='type-id-2494' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2418'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2415'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_index' type-id='type-id-2497' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='130' column='1'/>
+ <var-decl name='_M_index' type-id='type-id-2494' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='130' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='gslice' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2498' is-artificial='yes'/>
+ <parameter type-id='type-id-2495' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='gslice' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='81' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2498' is-artificial='yes'/>
+ <parameter type-id='type-id-2495' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2418'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2415'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='gslice' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='88' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2498' is-artificial='yes'/>
- <parameter type-id='type-id-2428'/>
+ <parameter type-id='type-id-2495' is-artificial='yes'/>
+ <parameter type-id='type-id-2425'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~gslice' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='91' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2498' is-artificial='yes'/>
+ <parameter type-id='type-id-2495' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt6gsliceaSERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2498' is-artificial='yes'/>
- <parameter type-id='type-id-2428'/>
- <return type-id='type-id-2499'/>
+ <parameter type-id='type-id-2495' is-artificial='yes'/>
+ <parameter type-id='type-id-2425'/>
+ <return type-id='type-id-2496'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='start' mangled-name='_ZNKSt6gslice5startEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='98' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2500' is-artificial='yes'/>
+ <parameter type-id='type-id-2497' is-artificial='yes'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='size' mangled-name='_ZNKSt6gslice4sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='101' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2500' is-artificial='yes'/>
- <return type-id='type-id-2404'/>
+ <parameter type-id='type-id-2497' is-artificial='yes'/>
+ <return type-id='type-id-2401'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='stride' mangled-name='_ZNKSt6gslice6strideEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/gslice.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2500' is-artificial='yes'/>
- <return type-id='type-id-2404'/>
+ <parameter type-id='type-id-2497' is-artificial='yes'/>
+ <return type-id='type-id-2401'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Expr<std::_IClos<std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2489'/>
- <class-decl name='_Expr<std::_ValFunClos<std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2492'/>
- <class-decl name='_Expr<std::_RefFunClos<std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2494'/>
- <class-decl name='indirect_array<long unsigned int>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='63' column='1' id='type-id-2434'>
+ <class-decl name='_Expr<std::_IClos<std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2486'/>
+ <class-decl name='_Expr<std::_ValFunClos<std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2489'/>
+ <class-decl name='_Expr<std::_RefFunClos<std::_ValArray, bool>, bool>' visibility='default' is-declaration-only='yes' id='type-id-2491'/>
+ <class-decl name='indirect_array<long unsigned int>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='63' column='1' id='type-id-2431'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_sz' type-id='type-id-642' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='134' column='1'/>
+ <var-decl name='_M_sz' type-id='type-id-641' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='134' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_index' type-id='type-id-2439' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='135' column='1'/>
+ <var-decl name='_M_index' type-id='type-id-2436' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='135' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_array' type-id='type-id-2439' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='136' column='1'/>
+ <var-decl name='_M_array' type-id='type-id-2436' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='136' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='indirect_array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2501' is-artificial='yes'/>
- <parameter type-id='type-id-2422'/>
+ <parameter type-id='type-id-2498' is-artificial='yes'/>
+ <parameter type-id='type-id-2419'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt14indirect_arrayImEaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='155' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2501' is-artificial='yes'/>
- <parameter type-id='type-id-2422'/>
- <return type-id='type-id-2502'/>
+ <parameter type-id='type-id-2498' is-artificial='yes'/>
+ <parameter type-id='type-id-2419'/>
+ <return type-id='type-id-2499'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator=' mangled-name='_ZNKSt14indirect_arrayImEaSERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='169' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2503' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2500' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator*=' mangled-name='_ZNKSt14indirect_arrayImEmLERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='195' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2503' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2500' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator/=' mangled-name='_ZNKSt14indirect_arrayImEdVERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='196' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2503' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2500' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator%=' mangled-name='_ZNKSt14indirect_arrayImErMERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2503' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2500' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator+=' mangled-name='_ZNKSt14indirect_arrayImEpLERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2503' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2500' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator-=' mangled-name='_ZNKSt14indirect_arrayImEmIERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='199' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2503' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2500' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator^=' mangled-name='_ZNKSt14indirect_arrayImEeOERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='200' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2503' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2500' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator&=' mangled-name='_ZNKSt14indirect_arrayImEaNERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='201' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2503' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2500' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator|=' mangled-name='_ZNKSt14indirect_arrayImEoRERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2503' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2500' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator<<=' mangled-name='_ZNKSt14indirect_arrayImElSERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='203' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2503' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2500' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator>>=' mangled-name='_ZNKSt14indirect_arrayImErSERKSt8valarrayImE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='204' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2503' is-artificial='yes'/>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2500' is-artificial='yes'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator=' mangled-name='_ZNKSt14indirect_arrayImEaSERKm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2503' is-artificial='yes'/>
- <parameter type-id='type-id-1976'/>
+ <parameter type-id='type-id-2500' is-artificial='yes'/>
+ <parameter type-id='type-id-1975'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='indirect_array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='149' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2501' is-artificial='yes'/>
- <parameter type-id='type-id-2443'/>
+ <parameter type-id='type-id-2498' is-artificial='yes'/>
+ <parameter type-id='type-id-2440'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2443'/>
+ <parameter type-id='type-id-2440'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='indirect_array' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/indirect_array.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2501' is-artificial='yes'/>
+ <parameter type-id='type-id-2498' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Expr<std::_SClos<std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2426'/>
- <class-decl name='_Expr<std::_GClos<std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2429'/>
- <class-decl name='_Expr<std::_IClos<std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2433'/>
- <class-decl name='_Expr<std::_ValFunClos<std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2436'/>
- <class-decl name='_Expr<std::_RefFunClos<std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2438'/>
+ <class-decl name='_Expr<std::_SClos<std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2423'/>
+ <class-decl name='_Expr<std::_GClos<std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2426'/>
+ <class-decl name='_Expr<std::_IClos<std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2430'/>
+ <class-decl name='_Expr<std::_ValFunClos<std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2433'/>
+ <class-decl name='_Expr<std::_RefFunClos<std::_ValArray, long unsigned int>, long unsigned int>' visibility='default' is-declaration-only='yes' id='type-id-2435'/>
<function-decl name='__valarray_product' filepath='../../../.././libstdc++-v3/src/c++98/valarray.cc' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2418'/>
+ <parameter type-id='type-id-2415'/>
<return type-id='type-id-66'/>
</function-decl>
<function-decl name='__valarray_get_storage<long unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-2057'/>
+ <return type-id='type-id-2056'/>
</function-decl>
<function-decl name='__gslice_to_index' mangled-name='_ZSt17__gslice_to_indexmRKSt8valarrayImES2_RS0_' filepath='../../../.././libstdc++-v3/src/c++98/valarray.cc' line='65' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2418'/>
- <parameter type-id='type-id-2418'/>
- <parameter type-id='type-id-2423'/>
+ <parameter type-id='type-id-2415'/>
+ <parameter type-id='type-id-2415'/>
+ <parameter type-id='type-id-2420'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__valarray_fill<long unsigned int>' mangled-name='_ZSt15__valarray_fillImEvPT_mRKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='219' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2057'/>
+ <parameter type-id='type-id-2056'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-1976'/>
+ <parameter type-id='type-id-1975'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__valarray_copy<long unsigned int>' mangled-name='_ZSt15__valarray_copyImEvPKT_mPS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2403'/>
+ <parameter type-id='type-id-2400'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2057'/>
+ <parameter type-id='type-id-2056'/>
<return type-id='type-id-4'/>
</function-decl>
- <class-decl name='_Array_copy_ctor<long unsigned int, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='153' column='1' id='type-id-2504'>
+ <class-decl name='_Array_copy_ctor<long unsigned int, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='153' column='1' id='type-id-2501'>
<member-function access='public' static='yes'>
<function-decl name='_S_do_it' mangled-name='_ZNSt16_Array_copy_ctorImLb1EE8_S_do_itEPKmS2_Pm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='156' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2403'/>
- <parameter type-id='type-id-2403'/>
- <parameter type-id='type-id-2057'/>
+ <parameter type-id='type-id-2400'/>
+ <parameter type-id='type-id-2400'/>
+ <parameter type-id='type-id-2056'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Array_default_ctor<long unsigned int, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='86' column='1' id='type-id-2505'>
+ <class-decl name='_Array_default_ctor<long unsigned int, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='86' column='1' id='type-id-2502'>
<member-function access='public' static='yes'>
<function-decl name='_S_do_it' mangled-name='_ZNSt19_Array_default_ctorImLb1EE8_S_do_itEPmS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2057'/>
- <parameter type-id='type-id-2057'/>
+ <parameter type-id='type-id-2056'/>
+ <parameter type-id='type-id-2056'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Array_copier<long unsigned int, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='259' column='1' id='type-id-2506'>
+ <class-decl name='_Array_copier<long unsigned int, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='259' column='1' id='type-id-2503'>
<member-function access='public' static='yes'>
<function-decl name='_S_do_it' mangled-name='_ZNSt13_Array_copierImLb1EE8_S_do_itEPKmmPm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/valarray_array.h' line='262' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2403'/>
- <parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2057'/>
- <return type-id='type-id-4'/>
- </function-decl>
- </member-function>
- </class-decl>
- </namespace-decl>
- <pointer-type-def type-id='type-id-1505' size-in-bits='64' id='type-id-2403'/>
- <pointer-type-def type-id='type-id-2404' size-in-bits='64' id='type-id-2417'/>
- <qualified-type-def type-id='type-id-2404' const='yes' id='type-id-2507'/>
- <reference-type-def kind='lvalue' type-id='type-id-2507' size-in-bits='64' id='type-id-2418'/>
- <pointer-type-def type-id='type-id-2443' size-in-bits='64' id='type-id-2445'/>
- <qualified-type-def type-id='type-id-2443' const='yes' id='type-id-2439'/>
- <pointer-type-def type-id='type-id-2439' size-in-bits='64' id='type-id-2446'/>
- <pointer-type-def type-id='type-id-2427' size-in-bits='64' id='type-id-2440'/>
- <qualified-type-def type-id='type-id-2427' const='yes' id='type-id-2508'/>
- <reference-type-def kind='lvalue' type-id='type-id-2508' size-in-bits='64' id='type-id-2419'/>
- <reference-type-def kind='lvalue' type-id='type-id-2427' size-in-bits='64' id='type-id-2441'/>
- <pointer-type-def type-id='type-id-2508' size-in-bits='64' id='type-id-2442'/>
- <pointer-type-def type-id='type-id-2425' size-in-bits='64' id='type-id-2447'/>
- <qualified-type-def type-id='type-id-2425' const='yes' id='type-id-2509'/>
- <pointer-type-def type-id='type-id-2509' size-in-bits='64' id='type-id-2448'/>
- <reference-type-def kind='lvalue' type-id='type-id-2509' size-in-bits='64' id='type-id-2444'/>
- <qualified-type-def type-id='type-id-2418' id='type-id-2449'/>
- <pointer-type-def type-id='type-id-2430' size-in-bits='64' id='type-id-2450'/>
- <qualified-type-def type-id='type-id-2430' const='yes' id='type-id-2510'/>
- <reference-type-def kind='lvalue' type-id='type-id-2510' size-in-bits='64' id='type-id-2420'/>
- <reference-type-def kind='lvalue' type-id='type-id-2430' size-in-bits='64' id='type-id-2451'/>
- <pointer-type-def type-id='type-id-2510' size-in-bits='64' id='type-id-2452'/>
- <pointer-type-def type-id='type-id-23' size-in-bits='64' id='type-id-2460'/>
- <qualified-type-def type-id='type-id-2460' const='yes' id='type-id-2458'/>
- <pointer-type-def type-id='type-id-2457' size-in-bits='64' id='type-id-2459'/>
- <pointer-type-def type-id='type-id-2463' size-in-bits='64' id='type-id-2476'/>
- <reference-type-def kind='lvalue' type-id='type-id-1006' size-in-bits='64' id='type-id-2477'/>
- <pointer-type-def type-id='type-id-1006' size-in-bits='64' id='type-id-2461'/>
- <qualified-type-def type-id='type-id-2463' const='yes' id='type-id-2511'/>
- <reference-type-def kind='lvalue' type-id='type-id-2511' size-in-bits='64' id='type-id-2431'/>
- <qualified-type-def type-id='type-id-2485' const='yes' id='type-id-2512'/>
+ <parameter type-id='type-id-2400'/>
+ <parameter type-id='type-id-66'/>
+ <parameter type-id='type-id-2056'/>
+ <return type-id='type-id-4'/>
+ </function-decl>
+ </member-function>
+ </class-decl>
+ </namespace-decl>
+ <pointer-type-def type-id='type-id-1504' size-in-bits='64' id='type-id-2400'/>
+ <pointer-type-def type-id='type-id-2401' size-in-bits='64' id='type-id-2414'/>
+ <qualified-type-def type-id='type-id-2401' const='yes' id='type-id-2504'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2504' size-in-bits='64' id='type-id-2415'/>
+ <pointer-type-def type-id='type-id-2440' size-in-bits='64' id='type-id-2442'/>
+ <qualified-type-def type-id='type-id-2440' const='yes' id='type-id-2436'/>
+ <pointer-type-def type-id='type-id-2436' size-in-bits='64' id='type-id-2443'/>
+ <pointer-type-def type-id='type-id-2424' size-in-bits='64' id='type-id-2437'/>
+ <qualified-type-def type-id='type-id-2424' const='yes' id='type-id-2505'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2505' size-in-bits='64' id='type-id-2416'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2424' size-in-bits='64' id='type-id-2438'/>
+ <pointer-type-def type-id='type-id-2505' size-in-bits='64' id='type-id-2439'/>
+ <pointer-type-def type-id='type-id-2422' size-in-bits='64' id='type-id-2444'/>
+ <qualified-type-def type-id='type-id-2422' const='yes' id='type-id-2506'/>
+ <pointer-type-def type-id='type-id-2506' size-in-bits='64' id='type-id-2445'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2506' size-in-bits='64' id='type-id-2441'/>
+ <qualified-type-def type-id='type-id-2415' id='type-id-2446'/>
+ <pointer-type-def type-id='type-id-2427' size-in-bits='64' id='type-id-2447'/>
+ <qualified-type-def type-id='type-id-2427' const='yes' id='type-id-2507'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2507' size-in-bits='64' id='type-id-2417'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2427' size-in-bits='64' id='type-id-2448'/>
+ <pointer-type-def type-id='type-id-2507' size-in-bits='64' id='type-id-2449'/>
+ <pointer-type-def type-id='type-id-23' size-in-bits='64' id='type-id-2457'/>
+ <qualified-type-def type-id='type-id-2457' const='yes' id='type-id-2455'/>
+ <pointer-type-def type-id='type-id-2454' size-in-bits='64' id='type-id-2456'/>
+ <pointer-type-def type-id='type-id-2460' size-in-bits='64' id='type-id-2473'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1005' size-in-bits='64' id='type-id-2474'/>
+ <pointer-type-def type-id='type-id-1005' size-in-bits='64' id='type-id-2458'/>
+ <qualified-type-def type-id='type-id-2460' const='yes' id='type-id-2508'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2508' size-in-bits='64' id='type-id-2428'/>
+ <qualified-type-def type-id='type-id-2482' const='yes' id='type-id-2509'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2509' size-in-bits='64' id='type-id-2475'/>
+ <qualified-type-def type-id='type-id-2484' const='yes' id='type-id-2510'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2510' size-in-bits='64' id='type-id-2476'/>
+ <qualified-type-def type-id='type-id-2485' const='yes' id='type-id-2511'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2511' size-in-bits='64' id='type-id-2477'/>
+ <qualified-type-def type-id='type-id-2487' const='yes' id='type-id-2512'/>
<reference-type-def kind='lvalue' type-id='type-id-2512' size-in-bits='64' id='type-id-2478'/>
- <qualified-type-def type-id='type-id-2487' const='yes' id='type-id-2513'/>
- <reference-type-def kind='lvalue' type-id='type-id-2513' size-in-bits='64' id='type-id-2479'/>
- <qualified-type-def type-id='type-id-2488' const='yes' id='type-id-2514'/>
- <reference-type-def kind='lvalue' type-id='type-id-2514' size-in-bits='64' id='type-id-2480'/>
- <qualified-type-def type-id='type-id-2490' const='yes' id='type-id-2515'/>
- <reference-type-def kind='lvalue' type-id='type-id-2515' size-in-bits='64' id='type-id-2481'/>
- <reference-type-def kind='lvalue' type-id='type-id-2463' size-in-bits='64' id='type-id-2482'/>
- <pointer-type-def type-id='type-id-2511' size-in-bits='64' id='type-id-2483'/>
- <pointer-type-def type-id='type-id-2496' size-in-bits='64' id='type-id-2497'/>
- <pointer-type-def type-id='type-id-2495' size-in-bits='64' id='type-id-2498'/>
- <qualified-type-def type-id='type-id-2495' const='yes' id='type-id-2516'/>
- <reference-type-def kind='lvalue' type-id='type-id-2516' size-in-bits='64' id='type-id-2428'/>
- <reference-type-def kind='lvalue' type-id='type-id-2495' size-in-bits='64' id='type-id-2499'/>
- <pointer-type-def type-id='type-id-2516' size-in-bits='64' id='type-id-2500'/>
- <pointer-type-def type-id='type-id-2517' size-in-bits='64' id='type-id-2491'/>
- <pointer-type-def type-id='type-id-2518' size-in-bits='64' id='type-id-2493'/>
- <qualified-type-def type-id='type-id-2457' const='yes' id='type-id-2453'/>
- <pointer-type-def type-id='type-id-2453' size-in-bits='64' id='type-id-2462'/>
- <pointer-type-def type-id='type-id-2432' size-in-bits='64' id='type-id-2454'/>
- <qualified-type-def type-id='type-id-2432' const='yes' id='type-id-2519'/>
- <reference-type-def kind='lvalue' type-id='type-id-2519' size-in-bits='64' id='type-id-2421'/>
- <reference-type-def kind='lvalue' type-id='type-id-2432' size-in-bits='64' id='type-id-2455'/>
- <pointer-type-def type-id='type-id-2519' size-in-bits='64' id='type-id-2456'/>
- <pointer-type-def type-id='type-id-2434' size-in-bits='64' id='type-id-2501'/>
- <qualified-type-def type-id='type-id-2434' const='yes' id='type-id-2520'/>
- <reference-type-def kind='lvalue' type-id='type-id-2520' size-in-bits='64' id='type-id-2422'/>
- <reference-type-def kind='lvalue' type-id='type-id-2434' size-in-bits='64' id='type-id-2502'/>
- <pointer-type-def type-id='type-id-2520' size-in-bits='64' id='type-id-2503'/>
- <reference-type-def kind='lvalue' type-id='type-id-2404' size-in-bits='64' id='type-id-2423'/>
- <pointer-type-def type-id='type-id-2507' size-in-bits='64' id='type-id-2424'/>
- <pointer-type-def type-id='type-id-2521' size-in-bits='64' id='type-id-2435'/>
- <pointer-type-def type-id='type-id-2522' size-in-bits='64' id='type-id-2437'/>
-
-
- <function-type size-in-bits='64' id='type-id-2517'>
+ <reference-type-def kind='lvalue' type-id='type-id-2460' size-in-bits='64' id='type-id-2479'/>
+ <pointer-type-def type-id='type-id-2508' size-in-bits='64' id='type-id-2480'/>
+ <pointer-type-def type-id='type-id-2493' size-in-bits='64' id='type-id-2494'/>
+ <pointer-type-def type-id='type-id-2492' size-in-bits='64' id='type-id-2495'/>
+ <qualified-type-def type-id='type-id-2492' const='yes' id='type-id-2513'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2513' size-in-bits='64' id='type-id-2425'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2492' size-in-bits='64' id='type-id-2496'/>
+ <pointer-type-def type-id='type-id-2513' size-in-bits='64' id='type-id-2497'/>
+ <pointer-type-def type-id='type-id-2514' size-in-bits='64' id='type-id-2488'/>
+ <pointer-type-def type-id='type-id-2515' size-in-bits='64' id='type-id-2490'/>
+ <qualified-type-def type-id='type-id-2454' const='yes' id='type-id-2450'/>
+ <pointer-type-def type-id='type-id-2450' size-in-bits='64' id='type-id-2459'/>
+ <pointer-type-def type-id='type-id-2429' size-in-bits='64' id='type-id-2451'/>
+ <qualified-type-def type-id='type-id-2429' const='yes' id='type-id-2516'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2516' size-in-bits='64' id='type-id-2418'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2429' size-in-bits='64' id='type-id-2452'/>
+ <pointer-type-def type-id='type-id-2516' size-in-bits='64' id='type-id-2453'/>
+ <pointer-type-def type-id='type-id-2431' size-in-bits='64' id='type-id-2498'/>
+ <qualified-type-def type-id='type-id-2431' const='yes' id='type-id-2517'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2517' size-in-bits='64' id='type-id-2419'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2431' size-in-bits='64' id='type-id-2499'/>
+ <pointer-type-def type-id='type-id-2517' size-in-bits='64' id='type-id-2500'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2401' size-in-bits='64' id='type-id-2420'/>
+ <pointer-type-def type-id='type-id-2504' size-in-bits='64' id='type-id-2421'/>
+ <pointer-type-def type-id='type-id-2518' size-in-bits='64' id='type-id-2432'/>
+ <pointer-type-def type-id='type-id-2519' size-in-bits='64' id='type-id-2434'/>
+
+
+ <function-type size-in-bits='64' id='type-id-2514'>
<parameter type-id='type-id-23'/>
<return type-id='type-id-23'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-2518'>
- <parameter type-id='type-id-2477'/>
+ <function-type size-in-bits='64' id='type-id-2515'>
+ <parameter type-id='type-id-2474'/>
<return type-id='type-id-23'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-2522'>
- <parameter type-id='type-id-1976'/>
+ <function-type size-in-bits='64' id='type-id-2519'>
+ <parameter type-id='type-id-1975'/>
<return type-id='type-id-69'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-2521'>
+ <function-type size-in-bits='64' id='type-id-2518'>
<parameter type-id='type-id-69'/>
<return type-id='type-id-69'/>
</function-type>
<abi-instr version='1.0' address-size='64' path='atomicity.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='__gnu_cxx'>
<function-decl name='__exchange_and_add' mangled-name='_ZN9__gnu_cxx18__exchange_and_addEPVii' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/atomicity.cc' line='35' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx18__exchange_and_addEPVii@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2523'/>
+ <parameter type-id='type-id-2520'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-78'/>
</function-decl>
<function-decl name='__atomic_add' mangled-name='_ZN9__gnu_cxx12__atomic_addEPVii' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/atomicity.cc' line='40' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN9__gnu_cxx12__atomic_addEPVii@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2523'/>
+ <parameter type-id='type-id-2520'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-78' volatile='yes' id='type-id-2524'/>
- <pointer-type-def type-id='type-id-2524' size-in-bits='64' id='type-id-2523'/>
+ <qualified-type-def type-id='type-id-78' volatile='yes' id='type-id-2521'/>
+ <pointer-type-def type-id='type-id-2521' size-in-bits='64' id='type-id-2520'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='codecvt_members.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<return type-id='type-id-512'/>
</function-decl>
<function-decl name='__uselocale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='52' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-956'/>
- <return type-id='type-id-956'/>
+ <parameter type-id='type-id-955'/>
+ <return type-id='type-id-955'/>
</function-decl>
<function-decl name='mbsnrtowcs' filepath='/usr/include/wchar.h' line='421' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-219'/>
<function-decl name='__strcoll_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='43' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-36'/>
</function-decl>
<function-decl name='__strxfrm_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-512'/>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-512'/>
</function-decl>
<function-decl name='__wcscoll_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-36'/>
</function-decl>
<function-decl name='__wcsxfrm_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='60' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-219'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-512'/>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-512'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='ctype_members.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='ctype_byname<char>' size-in-bits='4608' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1484' column='1' id='type-id-2525'>
+ <class-decl name='ctype_byname<char>' size-in-bits='4608' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1484' column='1' id='type-id-2522'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-17'/>
<member-function access='private'>
<function-decl name='ctype_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2526' is-artificial='yes'/>
+ <parameter type-id='type-id-2523' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='ctype_byname' mangled-name='_ZNSt12ctype_bynameIcEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='42' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12ctype_bynameIcEC2EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2526' is-artificial='yes'/>
+ <parameter type-id='type-id-2523' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~ctype_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2526' is-artificial='yes'/>
+ <parameter type-id='type-id-2523' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~ctype_byname' mangled-name='_ZNSt12ctype_bynameIcED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12ctype_bynameIcED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2526' is-artificial='yes'/>
+ <parameter type-id='type-id-2523' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~ctype_byname' mangled-name='_ZNSt12ctype_bynameIcED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/ctype_members.cc' line='55' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12ctype_bynameIcED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2526' is-artificial='yes'/>
+ <parameter type-id='type-id-2523' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-2525' size-in-bits='64' id='type-id-2526'/>
+ <pointer-type-def type-id='type-id-2522' size-in-bits='64' id='type-id-2523'/>
<function-decl name='__wctype_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-544'/>
</function-decl>
<function-decl name='__towupper_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='57' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-138'/>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-138'/>
</function-decl>
<function-decl name='__towlower_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='56' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-138'/>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-138'/>
</function-decl>
<function-decl name='__iswctype_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-138'/>
<parameter type-id='type-id-544'/>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-36'/>
</function-decl>
<function-decl name='__wctob_alias' mangled-name='wctob' filepath='/usr/include/wchar.h' line='390' column='1' visibility='default' binding='global' size-in-bits='64'>
- <typedef-decl name='nl_item' type-id='type-id-36' filepath='/usr/include/nl_types.h' line='37' column='1' id='type-id-2527'/>
+ <typedef-decl name='nl_item' type-id='type-id-36' filepath='/usr/include/nl_types.h' line='37' column='1' id='type-id-2524'/>
<function-decl name='__nl_langinfo_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2527'/>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-2524'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-149'/>
</function-decl>
</abi-instr>
<parameter type-id='type-id-512'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-534'/>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-512'/>
</function-decl>
<function-decl name='__wcsftime_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='59' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-512'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-534'/>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-512'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='basic_file.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='numeric_limits<long int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1121' column='1' id='type-id-2528'>
+ <class-decl name='numeric_limits<long int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1121' column='1' id='type-id-2525'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIlE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1123' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIlE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1123' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIlE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1136' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIlE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1139' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIlE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1141' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIlE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1141' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIlE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1142' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIlE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1142' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIlE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1143' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIlE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1143' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIlE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1144' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIlE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1155' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIlE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1157' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIlE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1157' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIlE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1158' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIlE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1158' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIlE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1159' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIlE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1159' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIlE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1161' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIlE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1161' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIlE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1162' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIlE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1162' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIlE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1176' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIlE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1176' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIlE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1177' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIlE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1177' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIlE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1178' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIlE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1178' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIlE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1180' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIlE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1180' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIlE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1181' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIlE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1181' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIlE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1183' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIlE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1183' column='1' elf-symbol-id='_ZNSt14numeric_limitsIlE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='max' mangled-name='_ZNSt14numeric_limitsIlE3maxEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1129' column='1' visibility='default' binding='global' size-in-bits='64'>
<function-decl name='__errno_location' filepath='/usr/include/bits/errno.h' line='47' column='1' visibility='default' binding='global' size-in-bits='64'>
- <return type-id='type-id-1837'/>
+ <return type-id='type-id-1836'/>
</function-decl>
<function-decl name='fopen64' filepath='/usr/include/stdio.h' line='296' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-33'/>
<parameter type-id='type-id-512'/>
- <return type-id='type-id-1875'/>
+ <return type-id='type-id-1874'/>
</function-decl>
- <class-decl name='iovec' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/bits/uio.h' line='44' column='1' id='type-id-2529'>
+ <class-decl name='iovec' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/bits/uio.h' line='44' column='1' id='type-id-2526'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='iov_base' type-id='type-id-33' visibility='default' filepath='/usr/include/bits/uio.h' line='46' column='1'/>
</data-member>
<var-decl name='iov_len' type-id='type-id-512' visibility='default' filepath='/usr/include/bits/uio.h' line='47' column='1'/>
</data-member>
</class-decl>
- <qualified-type-def type-id='type-id-2529' const='yes' id='type-id-2530'/>
- <pointer-type-def type-id='type-id-2530' size-in-bits='64' id='type-id-2531'/>
+ <qualified-type-def type-id='type-id-2526' const='yes' id='type-id-2527'/>
+ <pointer-type-def type-id='type-id-2527' size-in-bits='64' id='type-id-2528'/>
<function-decl name='writev' filepath='/usr/include/sys/uio.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-2531'/>
+ <parameter type-id='type-id-2528'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-1875'/>
+ <return type-id='type-id-1874'/>
</function-decl>
<function-decl name='lseek64' filepath='/usr/include/unistd.h' line='342' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-511'/>
</function-decl>
- <class-decl name='stat64' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/usr/include/bits/stat.h' line='119' column='1' id='type-id-2532'>
+ <class-decl name='stat64' size-in-bits='1152' is-struct='yes' visibility='default' filepath='/usr/include/bits/stat.h' line='119' column='1' id='type-id-2529'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='st_dev' type-id='type-id-2533' visibility='default' filepath='/usr/include/bits/stat.h' line='121' column='1'/>
+ <var-decl name='st_dev' type-id='type-id-2530' visibility='default' filepath='/usr/include/bits/stat.h' line='121' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='st_ino' type-id='type-id-2534' visibility='default' filepath='/usr/include/bits/stat.h' line='123' column='1'/>
+ <var-decl name='st_ino' type-id='type-id-2531' visibility='default' filepath='/usr/include/bits/stat.h' line='123' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='st_nlink' type-id='type-id-2535' visibility='default' filepath='/usr/include/bits/stat.h' line='124' column='1'/>
+ <var-decl name='st_nlink' type-id='type-id-2532' visibility='default' filepath='/usr/include/bits/stat.h' line='124' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='st_mode' type-id='type-id-2536' visibility='default' filepath='/usr/include/bits/stat.h' line='125' column='1'/>
+ <var-decl name='st_mode' type-id='type-id-2533' visibility='default' filepath='/usr/include/bits/stat.h' line='125' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
- <var-decl name='st_uid' type-id='type-id-2537' visibility='default' filepath='/usr/include/bits/stat.h' line='132' column='1'/>
+ <var-decl name='st_uid' type-id='type-id-2534' visibility='default' filepath='/usr/include/bits/stat.h' line='132' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='st_gid' type-id='type-id-2538' visibility='default' filepath='/usr/include/bits/stat.h' line='133' column='1'/>
+ <var-decl name='st_gid' type-id='type-id-2535' visibility='default' filepath='/usr/include/bits/stat.h' line='133' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='288'>
<var-decl name='__pad0' type-id='type-id-36' visibility='default' filepath='/usr/include/bits/stat.h' line='135' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='st_rdev' type-id='type-id-2533' visibility='default' filepath='/usr/include/bits/stat.h' line='136' column='1'/>
+ <var-decl name='st_rdev' type-id='type-id-2530' visibility='default' filepath='/usr/include/bits/stat.h' line='136' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<var-decl name='st_size' type-id='type-id-506' visibility='default' filepath='/usr/include/bits/stat.h' line='137' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='st_blksize' type-id='type-id-2539' visibility='default' filepath='/usr/include/bits/stat.h' line='143' column='1'/>
+ <var-decl name='st_blksize' type-id='type-id-2536' visibility='default' filepath='/usr/include/bits/stat.h' line='143' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
- <var-decl name='st_blocks' type-id='type-id-2540' visibility='default' filepath='/usr/include/bits/stat.h' line='144' column='1'/>
+ <var-decl name='st_blocks' type-id='type-id-2537' visibility='default' filepath='/usr/include/bits/stat.h' line='144' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='st_atim' type-id='type-id-2541' visibility='default' filepath='/usr/include/bits/stat.h' line='152' column='1'/>
+ <var-decl name='st_atim' type-id='type-id-2538' visibility='default' filepath='/usr/include/bits/stat.h' line='152' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
- <var-decl name='st_mtim' type-id='type-id-2541' visibility='default' filepath='/usr/include/bits/stat.h' line='153' column='1'/>
+ <var-decl name='st_mtim' type-id='type-id-2538' visibility='default' filepath='/usr/include/bits/stat.h' line='153' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
- <var-decl name='st_ctim' type-id='type-id-2541' visibility='default' filepath='/usr/include/bits/stat.h' line='154' column='1'/>
+ <var-decl name='st_ctim' type-id='type-id-2538' visibility='default' filepath='/usr/include/bits/stat.h' line='154' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='__unused' type-id='type-id-2542' visibility='default' filepath='/usr/include/bits/stat.h' line='167' column='1'/>
+ <var-decl name='__unused' type-id='type-id-2539' visibility='default' filepath='/usr/include/bits/stat.h' line='167' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='__dev_t' type-id='type-id-69' filepath='/usr/include/bits/types.h' line='134' column='1' id='type-id-2533'/>
- <typedef-decl name='__ino64_t' type-id='type-id-69' filepath='/usr/include/bits/types.h' line='138' column='1' id='type-id-2534'/>
- <typedef-decl name='__nlink_t' type-id='type-id-69' filepath='/usr/include/bits/types.h' line='140' column='1' id='type-id-2535'/>
- <typedef-decl name='__mode_t' type-id='type-id-502' filepath='/usr/include/bits/types.h' line='139' column='1' id='type-id-2536'/>
- <typedef-decl name='__uid_t' type-id='type-id-502' filepath='/usr/include/bits/types.h' line='135' column='1' id='type-id-2537'/>
- <typedef-decl name='__gid_t' type-id='type-id-502' filepath='/usr/include/bits/types.h' line='136' column='1' id='type-id-2538'/>
- <typedef-decl name='__blksize_t' type-id='type-id-55' filepath='/usr/include/bits/types.h' line='164' column='1' id='type-id-2539'/>
- <typedef-decl name='__blkcnt64_t' type-id='type-id-55' filepath='/usr/include/bits/types.h' line='170' column='1' id='type-id-2540'/>
- <class-decl name='timespec' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/time.h' line='120' column='1' id='type-id-2541'>
+ <typedef-decl name='__dev_t' type-id='type-id-69' filepath='/usr/include/bits/types.h' line='134' column='1' id='type-id-2530'/>
+ <typedef-decl name='__ino64_t' type-id='type-id-69' filepath='/usr/include/bits/types.h' line='138' column='1' id='type-id-2531'/>
+ <typedef-decl name='__nlink_t' type-id='type-id-69' filepath='/usr/include/bits/types.h' line='140' column='1' id='type-id-2532'/>
+ <typedef-decl name='__mode_t' type-id='type-id-502' filepath='/usr/include/bits/types.h' line='139' column='1' id='type-id-2533'/>
+ <typedef-decl name='__uid_t' type-id='type-id-502' filepath='/usr/include/bits/types.h' line='135' column='1' id='type-id-2534'/>
+ <typedef-decl name='__gid_t' type-id='type-id-502' filepath='/usr/include/bits/types.h' line='136' column='1' id='type-id-2535'/>
+ <typedef-decl name='__blksize_t' type-id='type-id-55' filepath='/usr/include/bits/types.h' line='164' column='1' id='type-id-2536'/>
+ <typedef-decl name='__blkcnt64_t' type-id='type-id-55' filepath='/usr/include/bits/types.h' line='170' column='1' id='type-id-2537'/>
+ <class-decl name='timespec' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/time.h' line='120' column='1' id='type-id-2538'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='tv_sec' type-id='type-id-1245' visibility='default' filepath='/usr/include/time.h' line='122' column='1'/>
+ <var-decl name='tv_sec' type-id='type-id-1244' visibility='default' filepath='/usr/include/time.h' line='122' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<var-decl name='tv_nsec' type-id='type-id-55' visibility='default' filepath='/usr/include/time.h' line='123' column='1'/>
</data-member>
</class-decl>
- <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='192' id='type-id-2542'>
- <subrange length='3' type-id='type-id-515' id='type-id-2543'/>
+ <array-type-def dimensions='1' type-id='type-id-55' size-in-bits='192' id='type-id-2539'>
+ <subrange length='3' type-id='type-id-515' id='type-id-2540'/>
</array-type-def>
- <pointer-type-def type-id='type-id-2532' size-in-bits='64' id='type-id-2544'/>
+ <pointer-type-def type-id='type-id-2529' size-in-bits='64' id='type-id-2541'/>
<function-decl name='__fxstat64' filepath='/usr/include/sys/stat.h' line='434' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-2544'/>
+ <parameter type-id='type-id-2541'/>
<return type-id='type-id-36'/>
</function-decl>
<function-decl name='ioctl' filepath='/usr/include/sys/ioctl.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter is-variadic='yes'/>
<return type-id='type-id-36'/>
</function-decl>
- <class-decl name='pollfd' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/include/sys/poll.h' line='40' column='1' id='type-id-2545'>
+ <class-decl name='pollfd' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/include/sys/poll.h' line='40' column='1' id='type-id-2542'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='fd' type-id='type-id-36' visibility='default' filepath='/usr/include/sys/poll.h' line='42' column='1'/>
</data-member>
<var-decl name='revents' type-id='type-id-594' visibility='default' filepath='/usr/include/sys/poll.h' line='44' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-2545' size-in-bits='64' id='type-id-2546'/>
- <typedef-decl name='nfds_t' type-id='type-id-69' filepath='/usr/include/sys/poll.h' line='37' column='1' id='type-id-2547'/>
+ <pointer-type-def type-id='type-id-2542' size-in-bits='64' id='type-id-2543'/>
+ <typedef-decl name='nfds_t' type-id='type-id-69' filepath='/usr/include/sys/poll.h' line='37' column='1' id='type-id-2544'/>
<function-decl name='poll' filepath='/usr/include/sys/poll.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2546'/>
- <parameter type-id='type-id-2547'/>
+ <parameter type-id='type-id-2543'/>
+ <parameter type-id='type-id-2544'/>
<parameter type-id='type-id-36'/>
<return type-id='type-id-36'/>
</function-decl>
<function-decl name='__convert_to_v<float>' mangled-name='_ZSt14__convert_to_vIfEvPKcRT_RSt12_Ios_IostateRKP15__locale_struct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/c++locale.cc' line='44' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt14__convert_to_vIfEvPKcRT_RSt12_Ios_IostateRKP15__locale_struct@@GLIBCXX_3.4'>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-301'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-2548'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-2545'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__convert_to_v<double>' mangled-name='_ZSt14__convert_to_vIdEvPKcRT_RSt12_Ios_IostateRKP15__locale_struct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/c++locale.cc' line='71' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt14__convert_to_vIdEvPKcRT_RSt12_Ios_IostateRKP15__locale_struct@@GLIBCXX_3.4'>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-302'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-2548'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-2545'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__convert_to_v<long double>' mangled-name='_ZSt14__convert_to_vIeEvPKcRT_RSt12_Ios_IostateRKP15__locale_struct' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98/c++locale.cc' line='98' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt14__convert_to_vIeEvPKcRT_RSt12_Ios_IostateRKP15__locale_struct@@GLIBCXX_3.4'>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-303'/>
- <parameter type-id='type-id-725'/>
- <parameter type-id='type-id-2548'/>
+ <parameter type-id='type-id-724'/>
+ <parameter type-id='type-id-2545'/>
<return type-id='type-id-4'/>
</function-decl>
- <class-decl name='numeric_limits<float>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1553' column='1' id='type-id-2549'>
+ <class-decl name='numeric_limits<float>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1553' column='1' id='type-id-2546'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIfE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1555' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIfE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1555' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIfE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1568' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIfE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1572' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIfE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1574' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIfE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1574' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIfE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1575' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIfE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1575' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIfE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1576' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIfE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1576' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIfE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1577' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIfE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1588' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIfE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1590' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIfE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1590' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIfE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1591' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIfE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1591' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIfE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1592' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIfE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1592' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIfE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1594' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIfE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1594' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIfE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1596' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIfE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1596' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIfE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1611' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIfE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1611' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIfE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1612' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIfE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1612' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIfE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1613' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIfE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1613' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIfE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1615' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIfE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1615' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIfE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1617' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIfE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1617' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIfE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1619' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIfE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1619' column='1' elf-symbol-id='_ZNSt14numeric_limitsIfE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='max' mangled-name='_ZNSt14numeric_limitsIfE3maxEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1561' column='1' visibility='default' binding='global' size-in-bits='64'>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='numeric_limits<double>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1628' column='1' id='type-id-2550'>
+ <class-decl name='numeric_limits<double>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1628' column='1' id='type-id-2547'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIdE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1630' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIdE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1630' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIdE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1643' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIdE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1647' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIdE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1649' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIdE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1649' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIdE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1650' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIdE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1650' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIdE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1651' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIdE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1651' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIdE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1652' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIdE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1663' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIdE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1665' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIdE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1665' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIdE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1666' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIdE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1666' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIdE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1667' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIdE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1667' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIdE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1669' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIdE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1669' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIdE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1671' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIdE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1671' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIdE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1686' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIdE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1686' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIdE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1687' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIdE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1687' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIdE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1688' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIdE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1688' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIdE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1690' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIdE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1690' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIdE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1692' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIdE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1692' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIdE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1694' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIdE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1694' column='1' elf-symbol-id='_ZNSt14numeric_limitsIdE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='max' mangled-name='_ZNSt14numeric_limitsIdE3maxEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1636' column='1' visibility='default' binding='global' size-in-bits='64'>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='numeric_limits<long double>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1703' column='1' id='type-id-2551'>
+ <class-decl name='numeric_limits<long double>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1703' column='1' id='type-id-2548'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIeE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1705' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIeE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1705' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIeE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1718' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIeE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1722' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIeE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1724' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIeE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1724' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIeE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1725' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIeE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1725' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIeE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1726' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIeE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1726' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIeE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1727' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIeE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1738' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIeE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1740' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIeE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1740' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIeE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1741' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIeE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1741' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIeE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1742' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIeE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1742' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIeE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1744' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIeE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1744' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIeE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1746' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIeE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1746' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIeE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1761' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIeE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1761' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIeE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1762' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIeE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1762' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIeE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1763' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIeE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1763' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIeE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1765' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIeE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1765' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIeE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1767' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIeE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1767' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIeE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1769' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIeE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1769' column='1' elf-symbol-id='_ZNSt14numeric_limitsIeE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='max' mangled-name='_ZNSt14numeric_limitsIeE3maxEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1711' column='1' visibility='default' binding='global' size-in-bits='64'>
</member-function>
</class-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-606' const='yes' id='type-id-2552'/>
- <reference-type-def kind='lvalue' type-id='type-id-2552' size-in-bits='64' id='type-id-2548'/>
+ <qualified-type-def type-id='type-id-605' const='yes' id='type-id-2549'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2549' size-in-bits='64' id='type-id-2545'/>
<function-decl name='__strtof_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='46' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-685'/>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-684'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-538'/>
</function-decl>
<function-decl name='__strtod_l' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-685'/>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-684'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-536'/>
</function-decl>
<function-decl name='strtold_l' filepath='/usr/include/stdlib.h' line='269' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-685'/>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-684'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-539'/>
</function-decl>
<function-decl name='__newlocale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='49' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-956'/>
- <return type-id='type-id-956'/>
+ <parameter type-id='type-id-955'/>
+ <return type-id='type-id-955'/>
</function-decl>
<function-decl name='__freelocale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='50' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-956'/>
+ <parameter type-id='type-id-955'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__duplocale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale_internal.h' line='51' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-956'/>
- <return type-id='type-id-956'/>
+ <parameter type-id='type-id-955'/>
+ <return type-id='type-id-955'/>
</function-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/allocator-inst.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/concept-inst.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='iterator_traits<const char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-785'>
+ <class-decl name='iterator_traits<const char*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-784'>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-56' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='191' column='1' id='type-id-455'/>
</member-type>
<typedef-decl name='reference' type-id='type-id-188' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='193' column='1' id='type-id-457'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='iterator_category' type-id='type-id-784' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='189' column='1' id='type-id-2553'/>
+ <typedef-decl name='iterator_category' type-id='type-id-783' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='189' column='1' id='type-id-2550'/>
</member-type>
</class-decl>
- <class-decl name='iterator_traits<const wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-786'>
+ <class-decl name='iterator_traits<const wchar_t*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='187' column='1' id='type-id-785'>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-56' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='191' column='1' id='type-id-486'/>
</member-type>
<typedef-decl name='reference' type-id='type-id-255' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='193' column='1' id='type-id-488'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='iterator_category' type-id='type-id-784' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='189' column='1' id='type-id-2554'/>
+ <typedef-decl name='iterator_category' type-id='type-id-783' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='189' column='1' id='type-id-2551'/>
</member-type>
</class-decl>
</namespace-decl>
</function-decl>
<function-decl name='operator+<const char*, std::basic_string<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='904' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-454'/>
- <parameter type-id='type-id-2555'/>
+ <parameter type-id='type-id-2552'/>
<return type-id='type-id-162'/>
</function-decl>
<function-decl name='operator-<const char*, std::basic_string<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='898' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2555'/>
- <parameter type-id='type-id-2555'/>
+ <parameter type-id='type-id-2552'/>
+ <parameter type-id='type-id-2552'/>
<return type-id='type-id-454'/>
</function-decl>
<function-decl name='__function_requires<__gnu_cxx::_BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::basic_string<char> > > >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
</function-decl>
<function-decl name='operator+<char*, std::basic_string<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='904' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-441'/>
- <parameter type-id='type-id-2343'/>
+ <parameter type-id='type-id-2340'/>
<return type-id='type-id-160'/>
</function-decl>
<function-decl name='__function_requires<__gnu_cxx::_BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<const wchar_t*, std::basic_string<wchar_t> > > >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
</function-decl>
<function-decl name='operator+<const wchar_t*, std::basic_string<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='904' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-485'/>
- <parameter type-id='type-id-2556'/>
+ <parameter type-id='type-id-2553'/>
<return type-id='type-id-231'/>
</function-decl>
<function-decl name='operator-<const wchar_t*, std::basic_string<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='898' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2556'/>
- <parameter type-id='type-id-2556'/>
+ <parameter type-id='type-id-2553'/>
+ <parameter type-id='type-id-2553'/>
<return type-id='type-id-485'/>
</function-decl>
<function-decl name='__function_requires<__gnu_cxx::_BidirectionalIteratorConcept<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t> > > >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
</function-decl>
<function-decl name='operator+<wchar_t*, std::basic_string<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='904' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-472'/>
- <parameter type-id='type-id-2557'/>
+ <parameter type-id='type-id-2554'/>
<return type-id='type-id-229'/>
</function-decl>
<function-decl name='operator-<wchar_t*, std::basic_string<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='898' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2557'/>
- <parameter type-id='type-id-2557'/>
+ <parameter type-id='type-id-2554'/>
+ <parameter type-id='type-id-2554'/>
<return type-id='type-id-472'/>
</function-decl>
<function-decl name='__function_requires<__gnu_cxx::_AssignableConcept<char*> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='operator< <const char*, std::basic_string<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='838' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2555'/>
- <parameter type-id='type-id-2555'/>
+ <parameter type-id='type-id-2552'/>
+ <parameter type-id='type-id-2552'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator><const char*, std::basic_string<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='850' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2555'/>
- <parameter type-id='type-id-2555'/>
+ <parameter type-id='type-id-2552'/>
+ <parameter type-id='type-id-2552'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator<=<const char*, std::basic_string<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='862' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2555'/>
- <parameter type-id='type-id-2555'/>
+ <parameter type-id='type-id-2552'/>
+ <parameter type-id='type-id-2552'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator>=<const char*, std::basic_string<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='874' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2555'/>
- <parameter type-id='type-id-2555'/>
+ <parameter type-id='type-id-2552'/>
+ <parameter type-id='type-id-2552'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='__function_requires<__gnu_cxx::_ForwardIteratorConcept<__gnu_cxx::__normal_iterator<char*, std::basic_string<char> > > >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='operator< <char*, std::basic_string<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='838' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2343'/>
- <parameter type-id='type-id-2343'/>
+ <parameter type-id='type-id-2340'/>
+ <parameter type-id='type-id-2340'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator><char*, std::basic_string<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='850' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2343'/>
- <parameter type-id='type-id-2343'/>
+ <parameter type-id='type-id-2340'/>
+ <parameter type-id='type-id-2340'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator<=<char*, std::basic_string<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='862' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2343'/>
- <parameter type-id='type-id-2343'/>
+ <parameter type-id='type-id-2340'/>
+ <parameter type-id='type-id-2340'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator>=<char*, std::basic_string<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='874' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2343'/>
- <parameter type-id='type-id-2343'/>
+ <parameter type-id='type-id-2340'/>
+ <parameter type-id='type-id-2340'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='__function_requires<__gnu_cxx::_ForwardIteratorConcept<__gnu_cxx::__normal_iterator<const wchar_t*, std::basic_string<wchar_t> > > >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='operator< <const wchar_t*, std::basic_string<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='838' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2556'/>
- <parameter type-id='type-id-2556'/>
+ <parameter type-id='type-id-2553'/>
+ <parameter type-id='type-id-2553'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator><const wchar_t*, std::basic_string<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='850' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2556'/>
- <parameter type-id='type-id-2556'/>
+ <parameter type-id='type-id-2553'/>
+ <parameter type-id='type-id-2553'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator<=<const wchar_t*, std::basic_string<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='862' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2556'/>
- <parameter type-id='type-id-2556'/>
+ <parameter type-id='type-id-2553'/>
+ <parameter type-id='type-id-2553'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator>=<const wchar_t*, std::basic_string<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='874' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2556'/>
- <parameter type-id='type-id-2556'/>
+ <parameter type-id='type-id-2553'/>
+ <parameter type-id='type-id-2553'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='__function_requires<__gnu_cxx::_ForwardIteratorConcept<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t> > > >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='operator< <wchar_t*, std::basic_string<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='838' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2557'/>
- <parameter type-id='type-id-2557'/>
+ <parameter type-id='type-id-2554'/>
+ <parameter type-id='type-id-2554'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator><wchar_t*, std::basic_string<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='850' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2557'/>
- <parameter type-id='type-id-2557'/>
+ <parameter type-id='type-id-2554'/>
+ <parameter type-id='type-id-2554'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator<=<wchar_t*, std::basic_string<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='862' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2557'/>
- <parameter type-id='type-id-2557'/>
+ <parameter type-id='type-id-2554'/>
+ <parameter type-id='type-id-2554'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator>=<wchar_t*, std::basic_string<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='874' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2557'/>
- <parameter type-id='type-id-2557'/>
+ <parameter type-id='type-id-2554'/>
+ <parameter type-id='type-id-2554'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='__function_requires<__gnu_cxx::_ForwardIteratorConcept<wchar_t*> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='operator==<const char*, std::basic_string<char> >' mangled-name='_ZN9__gnu_cxxeqIPKcSsEEbRKNS_17__normal_iteratorIT_T0_EES8_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='813' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2555'/>
- <parameter type-id='type-id-2555'/>
+ <parameter type-id='type-id-2552'/>
+ <parameter type-id='type-id-2552'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator==<char*, std::basic_string<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='813' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2343'/>
- <parameter type-id='type-id-2343'/>
+ <parameter type-id='type-id-2340'/>
+ <parameter type-id='type-id-2340'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator==<const wchar_t*, std::basic_string<wchar_t> >' mangled-name='_ZN9__gnu_cxxeqIPKwSbIwSt11char_traitsIwESaIwEEEEbRKNS_17__normal_iteratorIT_T0_EESC_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='813' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2556'/>
- <parameter type-id='type-id-2556'/>
+ <parameter type-id='type-id-2553'/>
+ <parameter type-id='type-id-2553'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator==<wchar_t*, std::basic_string<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='813' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2557'/>
- <parameter type-id='type-id-2557'/>
+ <parameter type-id='type-id-2554'/>
+ <parameter type-id='type-id-2554'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='__aux_require_boolean_expr<bool>' mangled-name='_ZN9__gnu_cxx26__aux_require_boolean_exprIbEEvRKT_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='236' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2477'/>
+ <parameter type-id='type-id-2474'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__function_requires<__gnu_cxx::_ConvertibleConcept<unsigned int, unsigned int> >' mangled-name='_ZN9__gnu_cxx19__function_requiresINS_19_ConvertibleConceptIjjEEEEvv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
<function-decl name='__function_requires<__gnu_cxx::_RandomAccessIteratorConcept<const wchar_t*> >' mangled-name='_ZN9__gnu_cxx19__function_requiresINS_28_RandomAccessIteratorConceptIPKwEEEEvv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='58' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-4'/>
</function-decl>
- <class-decl name='_AssignableConcept<std::ostreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2558'>
+ <class-decl name='_AssignableConcept<std::ostreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2555'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='__a' type-id='type-id-734' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='181' column='1'/>
+ <var-decl name='__a' type-id='type-id-733' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='181' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptISt19ostreambuf_iteratorIcSt11char_traitsIcEEE13__constraintsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2559' is-artificial='yes'/>
+ <parameter type-id='type-id-2556' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__const_constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptISt19ostreambuf_iteratorIcSt11char_traitsIcEEE19__const_constraintsERKS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2559' is-artificial='yes'/>
- <parameter type-id='type-id-2560'/>
+ <parameter type-id='type-id-2556' is-artificial='yes'/>
+ <parameter type-id='type-id-2557'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_AssignableConcept<std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2561'>
+ <class-decl name='_AssignableConcept<std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2558'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='__a' type-id='type-id-737' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='181' column='1'/>
+ <var-decl name='__a' type-id='type-id-736' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='181' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptISt19ostreambuf_iteratorIwSt11char_traitsIwEEE13__constraintsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2562' is-artificial='yes'/>
+ <parameter type-id='type-id-2559' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__const_constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptISt19ostreambuf_iteratorIwSt11char_traitsIwEEE19__const_constraintsERKS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2562' is-artificial='yes'/>
- <parameter type-id='type-id-2563'/>
+ <parameter type-id='type-id-2559' is-artificial='yes'/>
+ <parameter type-id='type-id-2560'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_AssignableConcept<char*>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2564'>
+ <class-decl name='_AssignableConcept<char*>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2561'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='__a' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='181' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptIPcE13__constraintsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2565' is-artificial='yes'/>
+ <parameter type-id='type-id-2562' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__const_constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptIPcE19__const_constraintsERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2565' is-artificial='yes'/>
+ <parameter type-id='type-id-2562' is-artificial='yes'/>
<parameter type-id='type-id-450'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_AssignableConcept<const char*>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2566'>
+ <class-decl name='_AssignableConcept<const char*>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2563'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='__a' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='181' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptIPKcE13__constraintsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2567' is-artificial='yes'/>
+ <parameter type-id='type-id-2564' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__const_constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptIPKcE19__const_constraintsERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2567' is-artificial='yes'/>
+ <parameter type-id='type-id-2564' is-artificial='yes'/>
<parameter type-id='type-id-350'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_AssignableConcept<wchar_t*>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2568'>
+ <class-decl name='_AssignableConcept<wchar_t*>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2565'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='__a' type-id='type-id-219' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='181' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptIPwE13__constraintsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2569' is-artificial='yes'/>
+ <parameter type-id='type-id-2566' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__const_constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptIPwE19__const_constraintsERKS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2569' is-artificial='yes'/>
+ <parameter type-id='type-id-2566' is-artificial='yes'/>
<parameter type-id='type-id-481'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_AssignableConcept<const wchar_t*>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2570'>
+ <class-decl name='_AssignableConcept<const wchar_t*>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2567'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='__a' type-id='type-id-249' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='181' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptIPKwE13__constraintsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2571' is-artificial='yes'/>
+ <parameter type-id='type-id-2568' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__const_constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptIPKwE19__const_constraintsERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2571' is-artificial='yes'/>
+ <parameter type-id='type-id-2568' is-artificial='yes'/>
<parameter type-id='type-id-354'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_AssignableConcept<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2572'>
+ <class-decl name='_AssignableConcept<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2569'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='__a' type-id='type-id-162' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='181' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptINS_17__normal_iteratorIPKcSsEEE13__constraintsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2573' is-artificial='yes'/>
+ <parameter type-id='type-id-2570' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__const_constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptINS_17__normal_iteratorIPKcSsEEE19__const_constraintsERKS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2573' is-artificial='yes'/>
- <parameter type-id='type-id-2555'/>
+ <parameter type-id='type-id-2570' is-artificial='yes'/>
+ <parameter type-id='type-id-2552'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_AssignableConcept<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2574'>
+ <class-decl name='_AssignableConcept<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2571'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='__a' type-id='type-id-160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='181' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptINS_17__normal_iteratorIPcSsEEE13__constraintsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2575' is-artificial='yes'/>
+ <parameter type-id='type-id-2572' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__const_constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptINS_17__normal_iteratorIPcSsEEE19__const_constraintsERKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2575' is-artificial='yes'/>
- <parameter type-id='type-id-2343'/>
+ <parameter type-id='type-id-2572' is-artificial='yes'/>
+ <parameter type-id='type-id-2340'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_AssignableConcept<__gnu_cxx::__normal_iterator<const wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2576'>
+ <class-decl name='_AssignableConcept<__gnu_cxx::__normal_iterator<const wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2573'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='__a' type-id='type-id-231' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='181' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptINS_17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEE13__constraintsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2577' is-artificial='yes'/>
+ <parameter type-id='type-id-2574' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__const_constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptINS_17__normal_iteratorIPKwSbIwSt11char_traitsIwESaIwEEEEE19__const_constraintsERKS8_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2577' is-artificial='yes'/>
- <parameter type-id='type-id-2556'/>
+ <parameter type-id='type-id-2574' is-artificial='yes'/>
+ <parameter type-id='type-id-2553'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_AssignableConcept<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2578'>
+ <class-decl name='_AssignableConcept<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='172' column='1' id='type-id-2575'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='__a' type-id='type-id-229' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='181' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='__constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptINS_17__normal_iteratorIPwSbIwSt11char_traitsIwESaIwEEEEE13__constraintsEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='174' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2579' is-artificial='yes'/>
+ <parameter type-id='type-id-2576' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='__const_constraints' mangled-name='_ZN9__gnu_cxx18_AssignableConceptINS_17__normal_iteratorIPwSbIwSt11char_traitsIwESaIwEEEEE19__const_constraintsERKS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/boost_concept_check.h' line='178' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2579' is-artificial='yes'/>
- <parameter type-id='type-id-2557'/>
+ <parameter type-id='type-id-2576' is-artificial='yes'/>
+ <parameter type-id='type-id-2554'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='operator==<char*, std::basic_string<char> >' mangled-name='_ZN9__gnu_cxxeqIPcSsEEbRKNS_17__normal_iteratorIT_T0_EES7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='813' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2343'/>
- <parameter type-id='type-id-2343'/>
+ <parameter type-id='type-id-2340'/>
+ <parameter type-id='type-id-2340'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator==<wchar_t*, std::basic_string<wchar_t> >' mangled-name='_ZN9__gnu_cxxeqIPwSbIwSt11char_traitsIwESaIwEEEEbRKNS_17__normal_iteratorIT_T0_EESB_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='813' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2557'/>
- <parameter type-id='type-id-2557'/>
+ <parameter type-id='type-id-2554'/>
+ <parameter type-id='type-id-2554'/>
<return type-id='type-id-23'/>
</function-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-742' size-in-bits='64' id='type-id-2555'/>
- <reference-type-def kind='lvalue' type-id='type-id-744' size-in-bits='64' id='type-id-2556'/>
- <reference-type-def kind='lvalue' type-id='type-id-746' size-in-bits='64' id='type-id-2557'/>
+ <reference-type-def kind='lvalue' type-id='type-id-741' size-in-bits='64' id='type-id-2552'/>
+ <reference-type-def kind='lvalue' type-id='type-id-743' size-in-bits='64' id='type-id-2553'/>
+ <reference-type-def kind='lvalue' type-id='type-id-745' size-in-bits='64' id='type-id-2554'/>
+ <pointer-type-def type-id='type-id-2555' size-in-bits='64' id='type-id-2556'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1068' size-in-bits='64' id='type-id-2557'/>
<pointer-type-def type-id='type-id-2558' size-in-bits='64' id='type-id-2559'/>
<reference-type-def kind='lvalue' type-id='type-id-1069' size-in-bits='64' id='type-id-2560'/>
<pointer-type-def type-id='type-id-2561' size-in-bits='64' id='type-id-2562'/>
- <reference-type-def kind='lvalue' type-id='type-id-1070' size-in-bits='64' id='type-id-2563'/>
- <pointer-type-def type-id='type-id-2564' size-in-bits='64' id='type-id-2565'/>
- <pointer-type-def type-id='type-id-2566' size-in-bits='64' id='type-id-2567'/>
- <pointer-type-def type-id='type-id-2568' size-in-bits='64' id='type-id-2569'/>
- <pointer-type-def type-id='type-id-2570' size-in-bits='64' id='type-id-2571'/>
- <pointer-type-def type-id='type-id-2572' size-in-bits='64' id='type-id-2573'/>
- <pointer-type-def type-id='type-id-2574' size-in-bits='64' id='type-id-2575'/>
- <pointer-type-def type-id='type-id-2576' size-in-bits='64' id='type-id-2577'/>
- <pointer-type-def type-id='type-id-2578' size-in-bits='64' id='type-id-2579'/>
+ <pointer-type-def type-id='type-id-2563' size-in-bits='64' id='type-id-2564'/>
+ <pointer-type-def type-id='type-id-2565' size-in-bits='64' id='type-id-2566'/>
+ <pointer-type-def type-id='type-id-2567' size-in-bits='64' id='type-id-2568'/>
+ <pointer-type-def type-id='type-id-2569' size-in-bits='64' id='type-id-2570'/>
+ <pointer-type-def type-id='type-id-2571' size-in-bits='64' id='type-id-2572'/>
+ <pointer-type-def type-id='type-id-2573' size-in-bits='64' id='type-id-2574'/>
+ <pointer-type-def type-id='type-id-2575' size-in-bits='64' id='type-id-2576'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/ext-inst.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='__gnu_cxx'>
<namespace-decl name='__detail'>
- <enum-decl name='_Tag' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='72' column='1' id='type-id-2580'>
+ <enum-decl name='_Tag' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='72' column='1' id='type-id-2577'>
<underlying-type type-id='type-id-6'/>
<enumerator name='_S_leaf' value='0'/>
<enumerator name='_S_concat' value='1'/>
</enum-decl>
</namespace-decl>
- <class-decl name='stdio_filebuf<wchar_t, std::char_traits<wchar_t> >' size-in-bits='1920' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='51' column='1' id='type-id-2581'>
+ <class-decl name='stdio_filebuf<wchar_t, std::char_traits<wchar_t> >' size-in-bits='1920' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='51' column='1' id='type-id-2578'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-405'/>
<member-type access='private'>
- <typedef-decl name='size_t' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='60' column='1' id='type-id-2582'/>
+ <typedef-decl name='size_t' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='60' column='1' id='type-id-2579'/>
</member-type>
<member-function access='private'>
<function-decl name='stdio_filebuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2583' is-artificial='yes'/>
+ <parameter type-id='type-id-2580' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='stdio_filebuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='128' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2583' is-artificial='yes'/>
+ <parameter type-id='type-id-2580' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-51'/>
- <parameter type-id='type-id-2582'/>
+ <parameter type-id='type-id-2579'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='stdio_filebuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2583' is-artificial='yes'/>
- <parameter type-id='type-id-598'/>
+ <parameter type-id='type-id-2580' is-artificial='yes'/>
+ <parameter type-id='type-id-597'/>
<parameter type-id='type-id-51'/>
- <parameter type-id='type-id-2582'/>
+ <parameter type-id='type-id-2579'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='fd' mangled-name='_ZN9__gnu_cxx13stdio_filebufIwSt11char_traitsIwEE2fdEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2583' is-artificial='yes'/>
+ <parameter type-id='type-id-2580' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='file' mangled-name='_ZN9__gnu_cxx13stdio_filebufIwSt11char_traitsIwEE4fileEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2583' is-artificial='yes'/>
- <return type-id='type-id-598'/>
+ <parameter type-id='type-id-2580' is-artificial='yes'/>
+ <return type-id='type-id-597'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='stdio_filebuf' mangled-name='_ZN9__gnu_cxx13stdio_filebufIwSt11char_traitsIwEEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2583' is-artificial='yes'/>
+ <parameter type-id='type-id-2580' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='stdio_filebuf' mangled-name='_ZN9__gnu_cxx13stdio_filebufIwSt11char_traitsIwEEC2EiSt13_Ios_Openmodem' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='128' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2583' is-artificial='yes'/>
+ <parameter type-id='type-id-2580' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-51'/>
- <parameter type-id='type-id-2582'/>
+ <parameter type-id='type-id-2579'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='stdio_filebuf' mangled-name='_ZN9__gnu_cxx13stdio_filebufIwSt11char_traitsIwEEC2EP8_IO_FILESt13_Ios_Openmodem' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2583' is-artificial='yes'/>
- <parameter type-id='type-id-598'/>
+ <parameter type-id='type-id-2580' is-artificial='yes'/>
+ <parameter type-id='type-id-597'/>
<parameter type-id='type-id-51'/>
- <parameter type-id='type-id-2582'/>
+ <parameter type-id='type-id-2579'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~stdio_filebuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2583' is-artificial='yes'/>
+ <parameter type-id='type-id-2580' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~stdio_filebuf' mangled-name='_ZN9__gnu_cxx13stdio_filebufIwSt11char_traitsIwEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2583' is-artificial='yes'/>
+ <parameter type-id='type-id-2580' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~stdio_filebuf' mangled-name='_ZN9__gnu_cxx13stdio_filebufIwSt11char_traitsIwEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2583' is-artificial='yes'/>
+ <parameter type-id='type-id-2580' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='stdio_filebuf<char, std::char_traits<char> >' size-in-bits='1920' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='51' column='1' id='type-id-2584'>
+ <class-decl name='stdio_filebuf<char, std::char_traits<char> >' size-in-bits='1920' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='51' column='1' id='type-id-2581'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-379'/>
<member-type access='private'>
- <typedef-decl name='size_t' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='60' column='1' id='type-id-2585'/>
+ <typedef-decl name='size_t' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='60' column='1' id='type-id-2582'/>
</member-type>
<member-function access='private'>
<function-decl name='stdio_filebuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2586' is-artificial='yes'/>
+ <parameter type-id='type-id-2583' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='stdio_filebuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='128' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2586' is-artificial='yes'/>
+ <parameter type-id='type-id-2583' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-51'/>
- <parameter type-id='type-id-2585'/>
+ <parameter type-id='type-id-2582'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='stdio_filebuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2586' is-artificial='yes'/>
- <parameter type-id='type-id-598'/>
+ <parameter type-id='type-id-2583' is-artificial='yes'/>
+ <parameter type-id='type-id-597'/>
<parameter type-id='type-id-51'/>
- <parameter type-id='type-id-2585'/>
+ <parameter type-id='type-id-2582'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='fd' mangled-name='_ZN9__gnu_cxx13stdio_filebufIcSt11char_traitsIcEE2fdEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='110' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2586' is-artificial='yes'/>
+ <parameter type-id='type-id-2583' is-artificial='yes'/>
<return type-id='type-id-36'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='file' mangled-name='_ZN9__gnu_cxx13stdio_filebufIcSt11char_traitsIcEE4fileEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='120' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2586' is-artificial='yes'/>
- <return type-id='type-id-598'/>
+ <parameter type-id='type-id-2583' is-artificial='yes'/>
+ <return type-id='type-id-597'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='stdio_filebuf' mangled-name='_ZN9__gnu_cxx13stdio_filebufIcSt11char_traitsIcEEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='66' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2586' is-artificial='yes'/>
+ <parameter type-id='type-id-2583' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='stdio_filebuf' mangled-name='_ZN9__gnu_cxx13stdio_filebufIcSt11char_traitsIcEEC2EiSt13_Ios_Openmodem' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='128' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2586' is-artificial='yes'/>
+ <parameter type-id='type-id-2583' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-51'/>
- <parameter type-id='type-id-2585'/>
+ <parameter type-id='type-id-2582'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='stdio_filebuf' mangled-name='_ZN9__gnu_cxx13stdio_filebufIcSt11char_traitsIcEEC2EP8_IO_FILESt13_Ios_Openmodem' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='144' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2586' is-artificial='yes'/>
- <parameter type-id='type-id-598'/>
+ <parameter type-id='type-id-2583' is-artificial='yes'/>
+ <parameter type-id='type-id-597'/>
<parameter type-id='type-id-51'/>
- <parameter type-id='type-id-2585'/>
+ <parameter type-id='type-id-2582'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~stdio_filebuf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2586' is-artificial='yes'/>
+ <parameter type-id='type-id-2583' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~stdio_filebuf' mangled-name='_ZN9__gnu_cxx13stdio_filebufIcSt11char_traitsIcEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2586' is-artificial='yes'/>
+ <parameter type-id='type-id-2583' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~stdio_filebuf' mangled-name='_ZN9__gnu_cxx13stdio_filebufIcSt11char_traitsIcEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/stdio_filebuf.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2586' is-artificial='yes'/>
+ <parameter type-id='type-id-2583' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='rope<char, std::allocator<char> >' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1522' column='1' id='type-id-2587'>
+ <class-decl name='rope<char, std::allocator<char> >' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1522' column='1' id='type-id-2584'>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1527' column='1' id='type-id-2588'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1527' column='1' id='type-id-2585'/>
</member-type>
<member-type access='protected'>
- <typedef-decl name='_RopeRep' type-id='type-id-2590' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1561' column='1' id='type-id-2589'/>
+ <typedef-decl name='_RopeRep' type-id='type-id-2587' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1561' column='1' id='type-id-2586'/>
</member-type>
<member-type access='protected'>
- <typedef-decl name='_RopeConcatenation' type-id='type-id-2592' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1562' column='1' id='type-id-2591'/>
+ <typedef-decl name='_RopeConcatenation' type-id='type-id-2589' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1562' column='1' id='type-id-2588'/>
</member-type>
<member-type access='protected'>
- <typedef-decl name='_RopeLeaf' type-id='type-id-2594' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1563' column='1' id='type-id-2593'/>
+ <typedef-decl name='_RopeLeaf' type-id='type-id-2591' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1563' column='1' id='type-id-2590'/>
</member-type>
<member-type access='protected'>
- <typedef-decl name='_RopeFunction' type-id='type-id-2596' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1564' column='1' id='type-id-2595'/>
+ <typedef-decl name='_RopeFunction' type-id='type-id-2593' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1564' column='1' id='type-id-2592'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='_S_min_len' type-id='type-id-2597' mangled-name='_ZN9__gnu_cxx4ropeIcSaIcEE10_S_min_lenE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1754' column='1'/>
+ <var-decl name='_S_min_len' type-id='type-id-2594' mangled-name='_ZN9__gnu_cxx4ropeIcSaIcEE10_S_min_lenE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1754' column='1'/>
</data-member>
<member-function access='protected' static='yes'>
<function-decl name='_S_fetch' mangled-name='_ZN9__gnu_cxx4ropeIcSaIcEE8_S_fetchEPNS_13_Rope_RopeRepIcS1_EEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1568' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2598'/>
- <parameter type-id='type-id-2588'/>
+ <parameter type-id='type-id-2595'/>
+ <parameter type-id='type-id-2585'/>
<return type-id='type-id-15'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Rope_RopeRep<char, std::allocator<char> >' size-in-bits='896' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='583' column='1' id='type-id-2590'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2599'/>
- <base-class access='public' layout-offset-in-bits='64' type-id='type-id-2600'/>
+ <class-decl name='_Rope_RopeRep<char, std::allocator<char> >' size-in-bits='896' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='583' column='1' id='type-id-2587'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2596'/>
+ <base-class access='public' layout-offset-in-bits='64' type-id='type-id-2597'/>
<member-type access='public'>
- <typedef-decl name='allocator_type' type-id='type-id-2602' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='606' column='1' id='type-id-2601'/>
+ <typedef-decl name='allocator_type' type-id='type-id-2599' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='606' column='1' id='type-id-2598'/>
</member-type>
<data-member access='public' layout-offset-in-bits='24'>
- <var-decl name='_M_tag' type-id='type-id-2580' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='590' column='1'/>
+ <var-decl name='_M_tag' type-id='type-id-2577' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='590' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='456'>
<var-decl name='_M_is_balanced' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='591' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='464'>
- <var-decl name='_M_depth' type-id='type-id-1549' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='592' column='1'/>
+ <var-decl name='_M_depth' type-id='type-id-1548' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='592' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<var-decl name='_M_c_string' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='593' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='_M_c_string_lock' type-id='type-id-778' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='595' column='1'/>
+ <var-decl name='_M_c_string_lock' type-id='type-id-777' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='595' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Rope_RopeRep' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='611' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2603' is-artificial='yes'/>
- <parameter type-id='type-id-2580'/>
+ <parameter type-id='type-id-2600' is-artificial='yes'/>
+ <parameter type-id='type-id-2577'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2604'/>
+ <parameter type-id='type-id-2601'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<function-decl name='_S_free_string' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIcSaIcEE14_S_free_stringEPcmRS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/ropeimpl.h' line='354' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2605'/>
+ <parameter type-id='type-id-2602'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_free_c_string' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIcSaIcEE16_M_free_c_stringEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/ropeimpl.h' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2603' is-artificial='yes'/>
+ <parameter type-id='type-id-2600' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_free_tree' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIcSaIcEE12_M_free_treeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/ropeimpl.h' line='373' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2603' is-artificial='yes'/>
+ <parameter type-id='type-id-2600' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_unref_nonnil' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIcSaIcEE15_M_unref_nonnilEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='644' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2603' is-artificial='yes'/>
+ <parameter type-id='type-id-2600' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_ref_nonnil' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIcSaIcEE13_M_ref_nonnilEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='651' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2603' is-artificial='yes'/>
+ <parameter type-id='type-id-2600' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_S_unref' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIcSaIcEE8_S_unrefEPS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='655' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2603' is-artificial='yes'/>
+ <parameter type-id='type-id-2600' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_S_ref' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIcSaIcEE6_S_refEPS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='662' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2603' is-artificial='yes'/>
+ <parameter type-id='type-id-2600' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_S_free_if_unref' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIcSaIcEE16_S_free_if_unrefEPS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='669' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2603' is-artificial='yes'/>
+ <parameter type-id='type-id-2600' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIcSaIcEEaSERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='683' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2603' is-artificial='yes'/>
- <parameter type-id='type-id-2606'/>
- <return type-id='type-id-2607'/>
+ <parameter type-id='type-id-2600' is-artificial='yes'/>
+ <parameter type-id='type-id-2603'/>
+ <return type-id='type-id-2604'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_Rope_RopeRep' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='685' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2603' is-artificial='yes'/>
- <parameter type-id='type-id-2606'/>
+ <parameter type-id='type-id-2600' is-artificial='yes'/>
+ <parameter type-id='type-id-2603'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Rope_rep_base<char, std::allocator<char> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='549' column='1' id='type-id-2599'>
+ <class-decl name='_Rope_rep_base<char, std::allocator<char> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='549' column='1' id='type-id-2596'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-148'/>
<member-type access='public'>
- <typedef-decl name='allocator_type' type-id='type-id-148' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='552' column='1' id='type-id-2602'/>
+ <typedef-decl name='allocator_type' type-id='type-id-148' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='552' column='1' id='type-id-2599'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__C' type-id='type-id-2592' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2608'/>
+ <typedef-decl name='__C' type-id='type-id-2589' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2605'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__L' type-id='type-id-2594' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2609'/>
+ <typedef-decl name='__L' type-id='type-id-2591' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2606'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__F' type-id='type-id-2596' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2610'/>
+ <typedef-decl name='__F' type-id='type-id-2593' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2607'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__S' type-id='type-id-2612' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2611'/>
+ <typedef-decl name='__S' type-id='type-id-2609' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2608'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_size' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='569' column='1'/>
</data-member>
<member-function access='public' const='yes'>
<function-decl name='get_allocator' mangled-name='_ZNK9__gnu_cxx14_Rope_rep_baseIcSaIcEE13get_allocatorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='555' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2613' is-artificial='yes'/>
- <return type-id='type-id-2602'/>
+ <parameter type-id='type-id-2610' is-artificial='yes'/>
+ <return type-id='type-id-2599'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_get_allocator' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIcSaIcEE16_M_get_allocatorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='559' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2614' is-artificial='yes'/>
- <return type-id='type-id-2615'/>
+ <parameter type-id='type-id-2611' is-artificial='yes'/>
+ <return type-id='type-id-2612'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='_M_get_allocator' mangled-name='_ZNK9__gnu_cxx14_Rope_rep_baseIcSaIcEE16_M_get_allocatorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='563' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2613' is-artificial='yes'/>
- <return type-id='type-id-2616'/>
+ <parameter type-id='type-id-2610' is-artificial='yes'/>
+ <return type-id='type-id-2613'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Rope_rep_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='566' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2614' is-artificial='yes'/>
+ <parameter type-id='type-id-2611' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2616'/>
+ <parameter type-id='type-id-2613'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_C_allocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIcSaIcEE11_C_allocateEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-2617'/>
+ <return type-id='type-id-2614'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_C_deallocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIcSaIcEE13_C_deallocateEPNS_23_Rope_RopeConcatenationIcS1_EEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2617'/>
+ <parameter type-id='type-id-2614'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
<member-function access='public' static='yes'>
<function-decl name='_L_allocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIcSaIcEE11_L_allocateEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-2618'/>
+ <return type-id='type-id-2615'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_L_deallocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIcSaIcEE13_L_deallocateEPNS_14_Rope_RopeLeafIcS1_EEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2618'/>
+ <parameter type-id='type-id-2615'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
<member-function access='public' static='yes'>
<function-decl name='_F_allocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIcSaIcEE11_F_allocateEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-2619'/>
+ <return type-id='type-id-2616'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_F_deallocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIcSaIcEE13_F_deallocateEPNS_18_Rope_RopeFunctionIcS1_EEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2619'/>
+ <parameter type-id='type-id-2616'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
<member-function access='public' static='yes'>
<function-decl name='_S_allocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIcSaIcEE11_S_allocateEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-2620'/>
+ <return type-id='type-id-2617'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_S_deallocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIcSaIcEE13_S_deallocateEPNS_19_Rope_RopeSubstringIcS1_EEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2620'/>
+ <parameter type-id='type-id-2617'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Rope_RopeConcatenation<char, std::allocator<char> >' size-in-bits='1024' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='755' column='1' id='type-id-2592'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2590'/>
+ <class-decl name='_Rope_RopeConcatenation<char, std::allocator<char> >' size-in-bits='1024' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='755' column='1' id='type-id-2589'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2587'/>
<member-type access='public'>
- <typedef-decl name='allocator_type' type-id='type-id-2602' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='763' column='1' id='type-id-2621'/>
+ <typedef-decl name='allocator_type' type-id='type-id-2599' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='763' column='1' id='type-id-2618'/>
</member-type>
<data-member access='public' layout-offset-in-bits='896'>
- <var-decl name='_M_left' type-id='type-id-2603' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='759' column='1'/>
+ <var-decl name='_M_left' type-id='type-id-2600' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='759' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='_M_right' type-id='type-id-2603' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='760' column='1'/>
+ <var-decl name='_M_right' type-id='type-id-2600' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='760' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Rope_RopeConcatenation' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2622' is-artificial='yes'/>
- <parameter type-id='type-id-2603'/>
- <parameter type-id='type-id-2603'/>
- <parameter type-id='type-id-2623'/>
+ <parameter type-id='type-id-2619' is-artificial='yes'/>
+ <parameter type-id='type-id-2600'/>
+ <parameter type-id='type-id-2600'/>
+ <parameter type-id='type-id-2620'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~_Rope_RopeConcatenation' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='776' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2622' is-artificial='yes'/>
+ <parameter type-id='type-id-2619' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZN9__gnu_cxx23_Rope_RopeConcatenationIcSaIcEEaSERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='785' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2622' is-artificial='yes'/>
- <parameter type-id='type-id-2624'/>
- <return type-id='type-id-2625'/>
+ <parameter type-id='type-id-2619' is-artificial='yes'/>
+ <parameter type-id='type-id-2621'/>
+ <return type-id='type-id-2622'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_Rope_RopeConcatenation' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='787' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2622' is-artificial='yes'/>
- <parameter type-id='type-id-2624'/>
+ <parameter type-id='type-id-2619' is-artificial='yes'/>
+ <parameter type-id='type-id-2621'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Rope_RopeLeaf<char, std::allocator<char> >' size-in-bits='960' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='689' column='1' id='type-id-2594'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2590'/>
+ <class-decl name='_Rope_RopeLeaf<char, std::allocator<char> >' size-in-bits='960' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='689' column='1' id='type-id-2591'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2587'/>
<member-type access='public'>
- <typedef-decl name='allocator_type' type-id='type-id-2602' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='722' column='1' id='type-id-2626'/>
+ <typedef-decl name='allocator_type' type-id='type-id-2599' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='722' column='1' id='type-id-2623'/>
</member-type>
<data-member access='public' layout-offset-in-bits='896'>
<var-decl name='_M_data' type-id='type-id-149' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='716' column='1'/>
</member-function>
<member-function access='public'>
<function-decl name='_Rope_RopeLeaf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='724' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2627' is-artificial='yes'/>
+ <parameter type-id='type-id-2624' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2628'/>
+ <parameter type-id='type-id-2625'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~_Rope_RopeLeaf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='739' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2627' is-artificial='yes'/>
+ <parameter type-id='type-id-2624' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZN9__gnu_cxx14_Rope_RopeLeafIcSaIcEEaSERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2627' is-artificial='yes'/>
- <parameter type-id='type-id-2629'/>
- <return type-id='type-id-2630'/>
+ <parameter type-id='type-id-2624' is-artificial='yes'/>
+ <parameter type-id='type-id-2626'/>
+ <return type-id='type-id-2627'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_Rope_RopeLeaf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='751' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2627' is-artificial='yes'/>
- <parameter type-id='type-id-2629'/>
+ <parameter type-id='type-id-2624' is-artificial='yes'/>
+ <parameter type-id='type-id-2626'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Rope_RopeFunction<char, std::allocator<char> >' size-in-bits='1024' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='791' column='1' id='type-id-2596'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2590'/>
+ <class-decl name='_Rope_RopeFunction<char, std::allocator<char> >' size-in-bits='1024' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='791' column='1' id='type-id-2593'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2587'/>
<member-type access='public'>
- <typedef-decl name='allocator_type' type-id='type-id-2602' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='812' column='1' id='type-id-2631'/>
+ <typedef-decl name='allocator_type' type-id='type-id-2599' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='812' column='1' id='type-id-2628'/>
</member-type>
<data-member access='public' layout-offset-in-bits='896'>
- <var-decl name='_M_fn' type-id='type-id-2632' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='795' column='1'/>
+ <var-decl name='_M_fn' type-id='type-id-2629' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='795' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<var-decl name='_M_delete_when_done' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='797' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Rope_RopeFunction' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='814' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2633' is-artificial='yes'/>
- <parameter type-id='type-id-2632'/>
+ <parameter type-id='type-id-2630' is-artificial='yes'/>
+ <parameter type-id='type-id-2629'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-23'/>
- <parameter type-id='type-id-2634'/>
+ <parameter type-id='type-id-2631'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~_Rope_RopeFunction' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='831' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2633' is-artificial='yes'/>
+ <parameter type-id='type-id-2630' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZN9__gnu_cxx18_Rope_RopeFunctionIcSaIcEEaSERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2633' is-artificial='yes'/>
- <parameter type-id='type-id-2635'/>
- <return type-id='type-id-2636'/>
+ <parameter type-id='type-id-2630' is-artificial='yes'/>
+ <parameter type-id='type-id-2632'/>
+ <return type-id='type-id-2633'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_Rope_RopeFunction' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='842' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2633' is-artificial='yes'/>
- <parameter type-id='type-id-2635'/>
+ <parameter type-id='type-id-2630' is-artificial='yes'/>
+ <parameter type-id='type-id-2632'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='char_producer<char>' visibility='default' is-declaration-only='yes' id='type-id-2637'/>
- <class-decl name='_Rope_RopeSubstring<char, std::allocator<char> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-2612'/>
- <class-decl name='_Refcount_Base' size-in-bits='384' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='454' column='1' id='type-id-2600'>
+ <class-decl name='char_producer<char>' visibility='default' is-declaration-only='yes' id='type-id-2634'/>
+ <class-decl name='_Rope_RopeSubstring<char, std::allocator<char> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-2609'/>
+ <class-decl name='_Refcount_Base' size-in-bits='384' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='454' column='1' id='type-id-2597'>
<member-type access='public'>
- <typedef-decl name='_RC_t' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='457' column='1' id='type-id-2638'/>
+ <typedef-decl name='_RC_t' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='457' column='1' id='type-id-2635'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_ref_count' type-id='type-id-2639' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='460' column='1'/>
+ <var-decl name='_M_ref_count' type-id='type-id-2636' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='460' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_ref_count_lock' type-id='type-id-778' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='464' column='1'/>
+ <var-decl name='_M_ref_count_lock' type-id='type-id-777' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='464' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='_Refcount_Base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='469' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2640' is-artificial='yes'/>
- <parameter type-id='type-id-2638'/>
+ <parameter type-id='type-id-2637' is-artificial='yes'/>
+ <parameter type-id='type-id-2635'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_incr' mangled-name='_ZN9__gnu_cxx14_Refcount_Base7_M_incrEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='486' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2640' is-artificial='yes'/>
+ <parameter type-id='type-id-2637' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_decr' mangled-name='_ZN9__gnu_cxx14_Refcount_Base7_M_decrEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='494' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2640' is-artificial='yes'/>
- <return type-id='type-id-2638'/>
+ <parameter type-id='type-id-2637' is-artificial='yes'/>
+ <return type-id='type-id-2635'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='rope<wchar_t, std::allocator<wchar_t> >' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1522' column='1' id='type-id-2641'>
+ <class-decl name='rope<wchar_t, std::allocator<wchar_t> >' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1522' column='1' id='type-id-2638'>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1527' column='1' id='type-id-2642'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1527' column='1' id='type-id-2639'/>
</member-type>
<member-type access='protected'>
- <typedef-decl name='_RopeRep' type-id='type-id-2644' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1561' column='1' id='type-id-2643'/>
+ <typedef-decl name='_RopeRep' type-id='type-id-2641' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1561' column='1' id='type-id-2640'/>
</member-type>
<member-type access='protected'>
- <typedef-decl name='_RopeConcatenation' type-id='type-id-2646' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1562' column='1' id='type-id-2645'/>
+ <typedef-decl name='_RopeConcatenation' type-id='type-id-2643' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1562' column='1' id='type-id-2642'/>
</member-type>
<member-type access='protected'>
- <typedef-decl name='_RopeLeaf' type-id='type-id-2648' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1563' column='1' id='type-id-2647'/>
+ <typedef-decl name='_RopeLeaf' type-id='type-id-2645' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1563' column='1' id='type-id-2644'/>
</member-type>
<member-type access='protected'>
- <typedef-decl name='_RopeFunction' type-id='type-id-2650' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1564' column='1' id='type-id-2649'/>
+ <typedef-decl name='_RopeFunction' type-id='type-id-2647' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1564' column='1' id='type-id-2646'/>
</member-type>
<data-member access='private' static='yes'>
- <var-decl name='_S_min_len' type-id='type-id-2597' mangled-name='_ZN9__gnu_cxx4ropeIwSaIwEE10_S_min_lenE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1754' column='1'/>
+ <var-decl name='_S_min_len' type-id='type-id-2594' mangled-name='_ZN9__gnu_cxx4ropeIwSaIwEE10_S_min_lenE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1754' column='1'/>
</data-member>
<member-function access='protected' static='yes'>
<function-decl name='_S_fetch' mangled-name='_ZN9__gnu_cxx4ropeIwSaIwEE8_S_fetchEPNS_13_Rope_RopeRepIwS1_EEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='1568' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2651'/>
- <parameter type-id='type-id-2642'/>
+ <parameter type-id='type-id-2648'/>
+ <parameter type-id='type-id-2639'/>
<return type-id='type-id-105'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Rope_RopeRep<wchar_t, std::allocator<wchar_t> >' size-in-bits='896' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='583' column='1' id='type-id-2644'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2652'/>
- <base-class access='public' layout-offset-in-bits='64' type-id='type-id-2600'/>
+ <class-decl name='_Rope_RopeRep<wchar_t, std::allocator<wchar_t> >' size-in-bits='896' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='583' column='1' id='type-id-2641'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2649'/>
+ <base-class access='public' layout-offset-in-bits='64' type-id='type-id-2597'/>
<member-type access='public'>
- <typedef-decl name='allocator_type' type-id='type-id-2654' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='606' column='1' id='type-id-2653'/>
+ <typedef-decl name='allocator_type' type-id='type-id-2651' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='606' column='1' id='type-id-2650'/>
</member-type>
<data-member access='public' layout-offset-in-bits='24'>
- <var-decl name='_M_tag' type-id='type-id-2580' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='590' column='1'/>
+ <var-decl name='_M_tag' type-id='type-id-2577' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='590' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='456'>
<var-decl name='_M_is_balanced' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='591' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='464'>
- <var-decl name='_M_depth' type-id='type-id-1549' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='592' column='1'/>
+ <var-decl name='_M_depth' type-id='type-id-1548' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='592' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<var-decl name='_M_c_string' type-id='type-id-219' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='593' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='_M_c_string_lock' type-id='type-id-778' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='595' column='1'/>
+ <var-decl name='_M_c_string_lock' type-id='type-id-777' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='595' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Rope_RopeRep' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='611' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2655' is-artificial='yes'/>
- <parameter type-id='type-id-2580'/>
+ <parameter type-id='type-id-2652' is-artificial='yes'/>
+ <parameter type-id='type-id-2577'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-23'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2656'/>
+ <parameter type-id='type-id-2653'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<function-decl name='_S_free_string' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIwSaIwEE14_S_free_stringEPwmRS1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/ropeimpl.h' line='354' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-219'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2657'/>
+ <parameter type-id='type-id-2654'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_free_c_string' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIwSaIwEE16_M_free_c_stringEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/ropeimpl.h' line='340' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2655' is-artificial='yes'/>
+ <parameter type-id='type-id-2652' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_free_tree' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIwSaIwEE12_M_free_treeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/ropeimpl.h' line='373' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2655' is-artificial='yes'/>
+ <parameter type-id='type-id-2652' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_unref_nonnil' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIwSaIwEE15_M_unref_nonnilEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='644' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2655' is-artificial='yes'/>
+ <parameter type-id='type-id-2652' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_ref_nonnil' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIwSaIwEE13_M_ref_nonnilEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='651' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2655' is-artificial='yes'/>
+ <parameter type-id='type-id-2652' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_S_unref' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIwSaIwEE8_S_unrefEPS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='655' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2655' is-artificial='yes'/>
+ <parameter type-id='type-id-2652' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_S_ref' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIwSaIwEE6_S_refEPS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='662' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2655' is-artificial='yes'/>
+ <parameter type-id='type-id-2652' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_S_free_if_unref' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIwSaIwEE16_S_free_if_unrefEPS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='669' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2655' is-artificial='yes'/>
+ <parameter type-id='type-id-2652' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZN9__gnu_cxx13_Rope_RopeRepIwSaIwEEaSERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='683' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2655' is-artificial='yes'/>
- <parameter type-id='type-id-2658'/>
- <return type-id='type-id-2659'/>
+ <parameter type-id='type-id-2652' is-artificial='yes'/>
+ <parameter type-id='type-id-2655'/>
+ <return type-id='type-id-2656'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_Rope_RopeRep' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='685' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2655' is-artificial='yes'/>
- <parameter type-id='type-id-2658'/>
+ <parameter type-id='type-id-2652' is-artificial='yes'/>
+ <parameter type-id='type-id-2655'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Rope_rep_base<wchar_t, std::allocator<wchar_t> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='549' column='1' id='type-id-2652'>
+ <class-decl name='_Rope_rep_base<wchar_t, std::allocator<wchar_t> >' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='549' column='1' id='type-id-2649'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-218'/>
<member-type access='public'>
- <typedef-decl name='allocator_type' type-id='type-id-218' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='552' column='1' id='type-id-2654'/>
+ <typedef-decl name='allocator_type' type-id='type-id-218' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='552' column='1' id='type-id-2651'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__C' type-id='type-id-2646' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2660'/>
+ <typedef-decl name='__C' type-id='type-id-2643' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2657'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__L' type-id='type-id-2648' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2661'/>
+ <typedef-decl name='__L' type-id='type-id-2645' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2658'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__F' type-id='type-id-2650' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2662'/>
+ <typedef-decl name='__F' type-id='type-id-2647' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2659'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='__S' type-id='type-id-2664' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2663'/>
+ <typedef-decl name='__S' type-id='type-id-2661' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' id='type-id-2660'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_size' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='569' column='1'/>
</data-member>
<member-function access='public' const='yes'>
<function-decl name='get_allocator' mangled-name='_ZNK9__gnu_cxx14_Rope_rep_baseIwSaIwEE13get_allocatorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='555' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2665' is-artificial='yes'/>
- <return type-id='type-id-2654'/>
+ <parameter type-id='type-id-2662' is-artificial='yes'/>
+ <return type-id='type-id-2651'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_get_allocator' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIwSaIwEE16_M_get_allocatorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='559' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2666' is-artificial='yes'/>
- <return type-id='type-id-2667'/>
+ <parameter type-id='type-id-2663' is-artificial='yes'/>
+ <return type-id='type-id-2664'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='_M_get_allocator' mangled-name='_ZNK9__gnu_cxx14_Rope_rep_baseIwSaIwEE16_M_get_allocatorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='563' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2665' is-artificial='yes'/>
- <return type-id='type-id-2668'/>
+ <parameter type-id='type-id-2662' is-artificial='yes'/>
+ <return type-id='type-id-2665'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Rope_rep_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='566' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2666' is-artificial='yes'/>
+ <parameter type-id='type-id-2663' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2668'/>
+ <parameter type-id='type-id-2665'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_C_allocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIwSaIwEE11_C_allocateEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-2669'/>
+ <return type-id='type-id-2666'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_C_deallocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIwSaIwEE13_C_deallocateEPNS_23_Rope_RopeConcatenationIwS1_EEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2669'/>
+ <parameter type-id='type-id-2666'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
<member-function access='public' static='yes'>
<function-decl name='_L_allocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIwSaIwEE11_L_allocateEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-2670'/>
+ <return type-id='type-id-2667'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_L_deallocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIwSaIwEE13_L_deallocateEPNS_14_Rope_RopeLeafIwS1_EEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2670'/>
+ <parameter type-id='type-id-2667'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
<member-function access='public' static='yes'>
<function-decl name='_F_allocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIwSaIwEE11_F_allocateEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-2671'/>
+ <return type-id='type-id-2668'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_F_deallocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIwSaIwEE13_F_deallocateEPNS_18_Rope_RopeFunctionIwS1_EEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2671'/>
+ <parameter type-id='type-id-2668'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
<member-function access='public' static='yes'>
<function-decl name='_S_allocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIwSaIwEE11_S_allocateEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-2672'/>
+ <return type-id='type-id-2669'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='_S_deallocate' mangled-name='_ZN9__gnu_cxx14_Rope_rep_baseIwSaIwEE13_S_deallocateEPNS_19_Rope_RopeSubstringIwS1_EEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='578' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2672'/>
+ <parameter type-id='type-id-2669'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Rope_RopeConcatenation<wchar_t, std::allocator<wchar_t> >' size-in-bits='1024' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='755' column='1' id='type-id-2646'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2644'/>
+ <class-decl name='_Rope_RopeConcatenation<wchar_t, std::allocator<wchar_t> >' size-in-bits='1024' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='755' column='1' id='type-id-2643'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2641'/>
<member-type access='public'>
- <typedef-decl name='allocator_type' type-id='type-id-2654' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='763' column='1' id='type-id-2673'/>
+ <typedef-decl name='allocator_type' type-id='type-id-2651' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='763' column='1' id='type-id-2670'/>
</member-type>
<data-member access='public' layout-offset-in-bits='896'>
- <var-decl name='_M_left' type-id='type-id-2655' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='759' column='1'/>
+ <var-decl name='_M_left' type-id='type-id-2652' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='759' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='_M_right' type-id='type-id-2655' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='760' column='1'/>
+ <var-decl name='_M_right' type-id='type-id-2652' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='760' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Rope_RopeConcatenation' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='765' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2674' is-artificial='yes'/>
- <parameter type-id='type-id-2655'/>
- <parameter type-id='type-id-2655'/>
- <parameter type-id='type-id-2675'/>
+ <parameter type-id='type-id-2671' is-artificial='yes'/>
+ <parameter type-id='type-id-2652'/>
+ <parameter type-id='type-id-2652'/>
+ <parameter type-id='type-id-2672'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~_Rope_RopeConcatenation' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='776' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2674' is-artificial='yes'/>
+ <parameter type-id='type-id-2671' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZN9__gnu_cxx23_Rope_RopeConcatenationIwSaIwEEaSERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='785' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2674' is-artificial='yes'/>
- <parameter type-id='type-id-2676'/>
- <return type-id='type-id-2677'/>
+ <parameter type-id='type-id-2671' is-artificial='yes'/>
+ <parameter type-id='type-id-2673'/>
+ <return type-id='type-id-2674'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_Rope_RopeConcatenation' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='787' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2674' is-artificial='yes'/>
- <parameter type-id='type-id-2676'/>
+ <parameter type-id='type-id-2671' is-artificial='yes'/>
+ <parameter type-id='type-id-2673'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Rope_RopeLeaf<wchar_t, std::allocator<wchar_t> >' size-in-bits='960' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='689' column='1' id='type-id-2648'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2644'/>
+ <class-decl name='_Rope_RopeLeaf<wchar_t, std::allocator<wchar_t> >' size-in-bits='960' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='689' column='1' id='type-id-2645'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2641'/>
<member-type access='public'>
- <typedef-decl name='allocator_type' type-id='type-id-2654' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='722' column='1' id='type-id-2678'/>
+ <typedef-decl name='allocator_type' type-id='type-id-2651' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='722' column='1' id='type-id-2675'/>
</member-type>
<data-member access='public' layout-offset-in-bits='896'>
<var-decl name='_M_data' type-id='type-id-219' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='716' column='1'/>
</member-function>
<member-function access='public'>
<function-decl name='_Rope_RopeLeaf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='724' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2679' is-artificial='yes'/>
+ <parameter type-id='type-id-2676' is-artificial='yes'/>
<parameter type-id='type-id-219'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-2680'/>
+ <parameter type-id='type-id-2677'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~_Rope_RopeLeaf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='739' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2679' is-artificial='yes'/>
+ <parameter type-id='type-id-2676' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZN9__gnu_cxx14_Rope_RopeLeafIwSaIwEEaSERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='749' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2679' is-artificial='yes'/>
- <parameter type-id='type-id-2681'/>
- <return type-id='type-id-2682'/>
+ <parameter type-id='type-id-2676' is-artificial='yes'/>
+ <parameter type-id='type-id-2678'/>
+ <return type-id='type-id-2679'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_Rope_RopeLeaf' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='751' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2679' is-artificial='yes'/>
- <parameter type-id='type-id-2681'/>
+ <parameter type-id='type-id-2676' is-artificial='yes'/>
+ <parameter type-id='type-id-2678'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Rope_RopeFunction<wchar_t, std::allocator<wchar_t> >' size-in-bits='1024' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='791' column='1' id='type-id-2650'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2644'/>
+ <class-decl name='_Rope_RopeFunction<wchar_t, std::allocator<wchar_t> >' size-in-bits='1024' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='791' column='1' id='type-id-2647'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2641'/>
<member-type access='public'>
- <typedef-decl name='allocator_type' type-id='type-id-2654' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='812' column='1' id='type-id-2683'/>
+ <typedef-decl name='allocator_type' type-id='type-id-2651' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='812' column='1' id='type-id-2680'/>
</member-type>
<data-member access='public' layout-offset-in-bits='896'>
- <var-decl name='_M_fn' type-id='type-id-2684' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='795' column='1'/>
+ <var-decl name='_M_fn' type-id='type-id-2681' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='795' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<var-decl name='_M_delete_when_done' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='797' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Rope_RopeFunction' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='814' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2685' is-artificial='yes'/>
- <parameter type-id='type-id-2684'/>
+ <parameter type-id='type-id-2682' is-artificial='yes'/>
+ <parameter type-id='type-id-2681'/>
<parameter type-id='type-id-66'/>
<parameter type-id='type-id-23'/>
- <parameter type-id='type-id-2686'/>
+ <parameter type-id='type-id-2683'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~_Rope_RopeFunction' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='831' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2685' is-artificial='yes'/>
+ <parameter type-id='type-id-2682' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZN9__gnu_cxx18_Rope_RopeFunctionIwSaIwEEaSERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='840' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2685' is-artificial='yes'/>
- <parameter type-id='type-id-2687'/>
- <return type-id='type-id-2688'/>
+ <parameter type-id='type-id-2682' is-artificial='yes'/>
+ <parameter type-id='type-id-2684'/>
+ <return type-id='type-id-2685'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_Rope_RopeFunction' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/rope' line='842' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2685' is-artificial='yes'/>
- <parameter type-id='type-id-2687'/>
+ <parameter type-id='type-id-2682' is-artificial='yes'/>
+ <parameter type-id='type-id-2684'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='char_producer<wchar_t>' visibility='default' is-declaration-only='yes' id='type-id-2689'/>
- <class-decl name='_Rope_RopeSubstring<wchar_t, std::allocator<wchar_t> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-2664'/>
+ <class-decl name='char_producer<wchar_t>' visibility='default' is-declaration-only='yes' id='type-id-2686'/>
+ <class-decl name='_Rope_RopeSubstring<wchar_t, std::allocator<wchar_t> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-2661'/>
</namespace-decl>
+ <pointer-type-def type-id='type-id-2578' size-in-bits='64' id='type-id-2580'/>
<pointer-type-def type-id='type-id-2581' size-in-bits='64' id='type-id-2583'/>
- <pointer-type-def type-id='type-id-2584' size-in-bits='64' id='type-id-2586'/>
- <array-type-def dimensions='1' type-id='type-id-2323' size-in-bits='2944' id='type-id-2597'>
- <subrange length='46' type-id='type-id-515' id='type-id-2690'/>
+ <array-type-def dimensions='1' type-id='type-id-1504' size-in-bits='2944' id='type-id-2594'>
+ <subrange length='46' type-id='type-id-515' id='type-id-2687'/>
</array-type-def>
- <pointer-type-def type-id='type-id-2590' size-in-bits='64' id='type-id-2603'/>
- <pointer-type-def type-id='type-id-2592' size-in-bits='64' id='type-id-2622'/>
- <qualified-type-def type-id='type-id-2621' const='yes' id='type-id-2691'/>
- <reference-type-def kind='lvalue' type-id='type-id-2691' size-in-bits='64' id='type-id-2623'/>
- <reference-type-def kind='lvalue' type-id='type-id-2592' size-in-bits='64' id='type-id-2625'/>
- <qualified-type-def type-id='type-id-2592' const='yes' id='type-id-2692'/>
- <reference-type-def kind='lvalue' type-id='type-id-2692' size-in-bits='64' id='type-id-2624'/>
- <pointer-type-def type-id='type-id-2594' size-in-bits='64' id='type-id-2627'/>
- <qualified-type-def type-id='type-id-2626' const='yes' id='type-id-2693'/>
- <reference-type-def kind='lvalue' type-id='type-id-2693' size-in-bits='64' id='type-id-2628'/>
- <reference-type-def kind='lvalue' type-id='type-id-2594' size-in-bits='64' id='type-id-2630'/>
- <qualified-type-def type-id='type-id-2594' const='yes' id='type-id-2694'/>
- <reference-type-def kind='lvalue' type-id='type-id-2694' size-in-bits='64' id='type-id-2629'/>
- <pointer-type-def type-id='type-id-2637' size-in-bits='64' id='type-id-2632'/>
- <pointer-type-def type-id='type-id-2596' size-in-bits='64' id='type-id-2633'/>
- <qualified-type-def type-id='type-id-2631' const='yes' id='type-id-2695'/>
- <reference-type-def kind='lvalue' type-id='type-id-2695' size-in-bits='64' id='type-id-2634'/>
- <reference-type-def kind='lvalue' type-id='type-id-2596' size-in-bits='64' id='type-id-2636'/>
- <qualified-type-def type-id='type-id-2596' const='yes' id='type-id-2696'/>
- <reference-type-def kind='lvalue' type-id='type-id-2696' size-in-bits='64' id='type-id-2635'/>
- <qualified-type-def type-id='type-id-2599' const='yes' id='type-id-2697'/>
- <pointer-type-def type-id='type-id-2697' size-in-bits='64' id='type-id-2613'/>
- <reference-type-def kind='lvalue' type-id='type-id-2602' size-in-bits='64' id='type-id-2615'/>
- <pointer-type-def type-id='type-id-2599' size-in-bits='64' id='type-id-2614'/>
- <qualified-type-def type-id='type-id-2602' const='yes' id='type-id-2698'/>
- <reference-type-def kind='lvalue' type-id='type-id-2698' size-in-bits='64' id='type-id-2616'/>
+ <pointer-type-def type-id='type-id-2587' size-in-bits='64' id='type-id-2600'/>
+ <pointer-type-def type-id='type-id-2589' size-in-bits='64' id='type-id-2619'/>
+ <qualified-type-def type-id='type-id-2618' const='yes' id='type-id-2688'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2688' size-in-bits='64' id='type-id-2620'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2589' size-in-bits='64' id='type-id-2622'/>
+ <qualified-type-def type-id='type-id-2589' const='yes' id='type-id-2689'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2689' size-in-bits='64' id='type-id-2621'/>
+ <pointer-type-def type-id='type-id-2591' size-in-bits='64' id='type-id-2624'/>
+ <qualified-type-def type-id='type-id-2623' const='yes' id='type-id-2690'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2690' size-in-bits='64' id='type-id-2625'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2591' size-in-bits='64' id='type-id-2627'/>
+ <qualified-type-def type-id='type-id-2591' const='yes' id='type-id-2691'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2691' size-in-bits='64' id='type-id-2626'/>
+ <pointer-type-def type-id='type-id-2634' size-in-bits='64' id='type-id-2629'/>
+ <pointer-type-def type-id='type-id-2593' size-in-bits='64' id='type-id-2630'/>
+ <qualified-type-def type-id='type-id-2628' const='yes' id='type-id-2692'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2692' size-in-bits='64' id='type-id-2631'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2593' size-in-bits='64' id='type-id-2633'/>
+ <qualified-type-def type-id='type-id-2593' const='yes' id='type-id-2693'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2693' size-in-bits='64' id='type-id-2632'/>
+ <qualified-type-def type-id='type-id-2596' const='yes' id='type-id-2694'/>
+ <pointer-type-def type-id='type-id-2694' size-in-bits='64' id='type-id-2610'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2599' size-in-bits='64' id='type-id-2612'/>
+ <pointer-type-def type-id='type-id-2596' size-in-bits='64' id='type-id-2611'/>
+ <qualified-type-def type-id='type-id-2599' const='yes' id='type-id-2695'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2695' size-in-bits='64' id='type-id-2613'/>
+ <pointer-type-def type-id='type-id-2605' size-in-bits='64' id='type-id-2614'/>
+ <pointer-type-def type-id='type-id-2606' size-in-bits='64' id='type-id-2615'/>
+ <pointer-type-def type-id='type-id-2607' size-in-bits='64' id='type-id-2616'/>
<pointer-type-def type-id='type-id-2608' size-in-bits='64' id='type-id-2617'/>
- <pointer-type-def type-id='type-id-2609' size-in-bits='64' id='type-id-2618'/>
- <pointer-type-def type-id='type-id-2610' size-in-bits='64' id='type-id-2619'/>
- <pointer-type-def type-id='type-id-2611' size-in-bits='64' id='type-id-2620'/>
- <qualified-type-def type-id='type-id-2638' volatile='yes' id='type-id-2639'/>
- <pointer-type-def type-id='type-id-2600' size-in-bits='64' id='type-id-2640'/>
- <qualified-type-def type-id='type-id-2601' const='yes' id='type-id-2699'/>
- <reference-type-def kind='lvalue' type-id='type-id-2699' size-in-bits='64' id='type-id-2604'/>
- <reference-type-def kind='lvalue' type-id='type-id-2601' size-in-bits='64' id='type-id-2605'/>
- <reference-type-def kind='lvalue' type-id='type-id-2590' size-in-bits='64' id='type-id-2607'/>
- <qualified-type-def type-id='type-id-2590' const='yes' id='type-id-2700'/>
- <reference-type-def kind='lvalue' type-id='type-id-2700' size-in-bits='64' id='type-id-2606'/>
- <pointer-type-def type-id='type-id-2589' size-in-bits='64' id='type-id-2598'/>
- <pointer-type-def type-id='type-id-2644' size-in-bits='64' id='type-id-2655'/>
- <pointer-type-def type-id='type-id-2646' size-in-bits='64' id='type-id-2674'/>
- <qualified-type-def type-id='type-id-2673' const='yes' id='type-id-2701'/>
- <reference-type-def kind='lvalue' type-id='type-id-2701' size-in-bits='64' id='type-id-2675'/>
- <reference-type-def kind='lvalue' type-id='type-id-2646' size-in-bits='64' id='type-id-2677'/>
- <qualified-type-def type-id='type-id-2646' const='yes' id='type-id-2702'/>
- <reference-type-def kind='lvalue' type-id='type-id-2702' size-in-bits='64' id='type-id-2676'/>
- <pointer-type-def type-id='type-id-2648' size-in-bits='64' id='type-id-2679'/>
- <qualified-type-def type-id='type-id-2678' const='yes' id='type-id-2703'/>
- <reference-type-def kind='lvalue' type-id='type-id-2703' size-in-bits='64' id='type-id-2680'/>
- <reference-type-def kind='lvalue' type-id='type-id-2648' size-in-bits='64' id='type-id-2682'/>
- <qualified-type-def type-id='type-id-2648' const='yes' id='type-id-2704'/>
- <reference-type-def kind='lvalue' type-id='type-id-2704' size-in-bits='64' id='type-id-2681'/>
- <pointer-type-def type-id='type-id-2689' size-in-bits='64' id='type-id-2684'/>
- <pointer-type-def type-id='type-id-2650' size-in-bits='64' id='type-id-2685'/>
- <qualified-type-def type-id='type-id-2683' const='yes' id='type-id-2705'/>
- <reference-type-def kind='lvalue' type-id='type-id-2705' size-in-bits='64' id='type-id-2686'/>
- <reference-type-def kind='lvalue' type-id='type-id-2650' size-in-bits='64' id='type-id-2688'/>
- <qualified-type-def type-id='type-id-2650' const='yes' id='type-id-2706'/>
- <reference-type-def kind='lvalue' type-id='type-id-2706' size-in-bits='64' id='type-id-2687'/>
- <qualified-type-def type-id='type-id-2652' const='yes' id='type-id-2707'/>
- <pointer-type-def type-id='type-id-2707' size-in-bits='64' id='type-id-2665'/>
- <reference-type-def kind='lvalue' type-id='type-id-2654' size-in-bits='64' id='type-id-2667'/>
- <pointer-type-def type-id='type-id-2652' size-in-bits='64' id='type-id-2666'/>
- <qualified-type-def type-id='type-id-2654' const='yes' id='type-id-2708'/>
- <reference-type-def kind='lvalue' type-id='type-id-2708' size-in-bits='64' id='type-id-2668'/>
+ <qualified-type-def type-id='type-id-2635' volatile='yes' id='type-id-2636'/>
+ <pointer-type-def type-id='type-id-2597' size-in-bits='64' id='type-id-2637'/>
+ <qualified-type-def type-id='type-id-2598' const='yes' id='type-id-2696'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2696' size-in-bits='64' id='type-id-2601'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2598' size-in-bits='64' id='type-id-2602'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2587' size-in-bits='64' id='type-id-2604'/>
+ <qualified-type-def type-id='type-id-2587' const='yes' id='type-id-2697'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2697' size-in-bits='64' id='type-id-2603'/>
+ <pointer-type-def type-id='type-id-2586' size-in-bits='64' id='type-id-2595'/>
+ <pointer-type-def type-id='type-id-2641' size-in-bits='64' id='type-id-2652'/>
+ <pointer-type-def type-id='type-id-2643' size-in-bits='64' id='type-id-2671'/>
+ <qualified-type-def type-id='type-id-2670' const='yes' id='type-id-2698'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2698' size-in-bits='64' id='type-id-2672'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2643' size-in-bits='64' id='type-id-2674'/>
+ <qualified-type-def type-id='type-id-2643' const='yes' id='type-id-2699'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2699' size-in-bits='64' id='type-id-2673'/>
+ <pointer-type-def type-id='type-id-2645' size-in-bits='64' id='type-id-2676'/>
+ <qualified-type-def type-id='type-id-2675' const='yes' id='type-id-2700'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2700' size-in-bits='64' id='type-id-2677'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2645' size-in-bits='64' id='type-id-2679'/>
+ <qualified-type-def type-id='type-id-2645' const='yes' id='type-id-2701'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2701' size-in-bits='64' id='type-id-2678'/>
+ <pointer-type-def type-id='type-id-2686' size-in-bits='64' id='type-id-2681'/>
+ <pointer-type-def type-id='type-id-2647' size-in-bits='64' id='type-id-2682'/>
+ <qualified-type-def type-id='type-id-2680' const='yes' id='type-id-2702'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2702' size-in-bits='64' id='type-id-2683'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2647' size-in-bits='64' id='type-id-2685'/>
+ <qualified-type-def type-id='type-id-2647' const='yes' id='type-id-2703'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2703' size-in-bits='64' id='type-id-2684'/>
+ <qualified-type-def type-id='type-id-2649' const='yes' id='type-id-2704'/>
+ <pointer-type-def type-id='type-id-2704' size-in-bits='64' id='type-id-2662'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2651' size-in-bits='64' id='type-id-2664'/>
+ <pointer-type-def type-id='type-id-2649' size-in-bits='64' id='type-id-2663'/>
+ <qualified-type-def type-id='type-id-2651' const='yes' id='type-id-2705'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2705' size-in-bits='64' id='type-id-2665'/>
+ <pointer-type-def type-id='type-id-2657' size-in-bits='64' id='type-id-2666'/>
+ <pointer-type-def type-id='type-id-2658' size-in-bits='64' id='type-id-2667'/>
+ <pointer-type-def type-id='type-id-2659' size-in-bits='64' id='type-id-2668'/>
<pointer-type-def type-id='type-id-2660' size-in-bits='64' id='type-id-2669'/>
- <pointer-type-def type-id='type-id-2661' size-in-bits='64' id='type-id-2670'/>
- <pointer-type-def type-id='type-id-2662' size-in-bits='64' id='type-id-2671'/>
- <pointer-type-def type-id='type-id-2663' size-in-bits='64' id='type-id-2672'/>
- <qualified-type-def type-id='type-id-2653' const='yes' id='type-id-2709'/>
- <reference-type-def kind='lvalue' type-id='type-id-2709' size-in-bits='64' id='type-id-2656'/>
- <reference-type-def kind='lvalue' type-id='type-id-2653' size-in-bits='64' id='type-id-2657'/>
- <reference-type-def kind='lvalue' type-id='type-id-2644' size-in-bits='64' id='type-id-2659'/>
- <qualified-type-def type-id='type-id-2644' const='yes' id='type-id-2710'/>
- <reference-type-def kind='lvalue' type-id='type-id-2710' size-in-bits='64' id='type-id-2658'/>
- <pointer-type-def type-id='type-id-2643' size-in-bits='64' id='type-id-2651'/>
+ <qualified-type-def type-id='type-id-2650' const='yes' id='type-id-2706'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2706' size-in-bits='64' id='type-id-2653'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2650' size-in-bits='64' id='type-id-2654'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2641' size-in-bits='64' id='type-id-2656'/>
+ <qualified-type-def type-id='type-id-2641' const='yes' id='type-id-2707'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2707' size-in-bits='64' id='type-id-2655'/>
+ <pointer-type-def type-id='type-id-2640' size-in-bits='64' id='type-id-2648'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/ios-inst.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<function-decl name='__check_facet<std::ctype<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/basic_ios.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-644'/>
- <return type-id='type-id-2400'/>
+ <parameter type-id='type-id-643'/>
+ <return type-id='type-id-2397'/>
</function-decl>
<function-decl name='has_facet<std::ctype<char> >' mangled-name='_ZSt9has_facetISt5ctypeIcEEbRKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9has_facetISt5ctypeIcEEbRKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
</function-decl>
<function-decl name='use_facet<std::num_put<char> >' mangled-name='_ZSt9use_facetISt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2711'/>
+ <return type-id='type-id-2708'/>
</function-decl>
<function-decl name='has_facet<std::num_get<char> >' mangled-name='_ZSt9has_facetISt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEEbRKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9has_facetISt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEEbRKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
</function-decl>
<function-decl name='use_facet<std::num_get<char> >' mangled-name='_ZSt9use_facetISt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2712'/>
+ <return type-id='type-id-2709'/>
</function-decl>
<function-decl name='has_facet<std::ctype<wchar_t> >' mangled-name='_ZSt9has_facetISt5ctypeIwEEbRKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9has_facetISt5ctypeIwEEbRKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
</function-decl>
<function-decl name='use_facet<std::ctype<wchar_t> >' mangled-name='_ZSt9use_facetISt5ctypeIwEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt5ctypeIwEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2197'/>
+ <return type-id='type-id-2195'/>
</function-decl>
<function-decl name='has_facet<std::num_put<wchar_t> >' mangled-name='_ZSt9has_facetISt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEEbRKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9has_facetISt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEEbRKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
</function-decl>
<function-decl name='use_facet<std::num_put<wchar_t> >' mangled-name='_ZSt9use_facetISt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2713'/>
+ <return type-id='type-id-2710'/>
</function-decl>
<function-decl name='has_facet<std::num_get<wchar_t> >' mangled-name='_ZSt9has_facetISt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEEbRKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9has_facetISt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEEbRKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
</function-decl>
<function-decl name='use_facet<std::num_get<wchar_t> >' mangled-name='_ZSt9use_facetISt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2714'/>
+ <return type-id='type-id-2711'/>
</function-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-926' size-in-bits='64' id='type-id-2711'/>
- <reference-type-def kind='lvalue' type-id='type-id-924' size-in-bits='64' id='type-id-2712'/>
- <reference-type-def kind='lvalue' type-id='type-id-927' size-in-bits='64' id='type-id-2713'/>
- <reference-type-def kind='lvalue' type-id='type-id-925' size-in-bits='64' id='type-id-2714'/>
+ <reference-type-def kind='lvalue' type-id='type-id-925' size-in-bits='64' id='type-id-2708'/>
+ <reference-type-def kind='lvalue' type-id='type-id-923' size-in-bits='64' id='type-id-2709'/>
+ <reference-type-def kind='lvalue' type-id='type-id-926' size-in-bits='64' id='type-id-2710'/>
+ <reference-type-def kind='lvalue' type-id='type-id-924' size-in-bits='64' id='type-id-2711'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/iostream-inst.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='_Setfill<char>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='153' column='1' id='type-id-2715'>
+ <class-decl name='_Setfill<char>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='153' column='1' id='type-id-2712'>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='_M_c' type-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='153' column='1'/>
</data-member>
</class-decl>
<function-decl name='setfill<char>' mangled-name='_ZSt7setfillIcESt8_SetfillIT_ES1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-2715'/>
+ <return type-id='type-id-2712'/>
</function-decl>
- <class-decl name='_Setfill<wchar_t>' size-in-bits='32' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='153' column='1' id='type-id-2716'>
+ <class-decl name='_Setfill<wchar_t>' size-in-bits='32' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='153' column='1' id='type-id-2713'>
<data-member access='private' layout-offset-in-bits='0'>
<var-decl name='_M_c' type-id='type-id-105' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='153' column='1'/>
</data-member>
</class-decl>
<function-decl name='setfill<wchar_t>' mangled-name='_ZSt7setfillIwESt8_SetfillIT_ES1_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-105'/>
- <return type-id='type-id-2716'/>
+ <return type-id='type-id-2713'/>
</function-decl>
- <class-decl name='basic_iostream<wchar_t, std::char_traits<wchar_t> >' size-in-bits='2304' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='789' column='1' id='type-id-2717'>
+ <class-decl name='basic_iostream<wchar_t, std::char_traits<wchar_t> >' size-in-bits='2304' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='789' column='1' id='type-id-2714'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-321'/>
- <base-class access='public' layout-offset-in-bits='128' type-id='type-id-775'/>
+ <base-class access='public' layout-offset-in-bits='128' type-id='type-id-774'/>
<member-function access='private'>
<function-decl name='basic_iostream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='814' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2718' is-artificial='yes'/>
+ <parameter type-id='type-id-2715' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-113'/>
</member-function>
<member-function access='protected'>
<function-decl name='basic_iostream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='824' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2718' is-artificial='yes'/>
+ <parameter type-id='type-id-2715' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_iostream' mangled-name='_ZNSt14basic_iostreamIwSt11char_traitsIwEEC2EPSt15basic_streambufIwS1_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='814' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_iostreamIwSt11char_traitsIwEEC2EPSt15basic_streambufIwS1_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2718' is-artificial='yes'/>
+ <parameter type-id='type-id-2715' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-113'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_iostream' mangled-name='_ZNSt14basic_iostreamIwSt11char_traitsIwEEC1EPSt15basic_streambufIwS1_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='814' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_iostreamIwSt11char_traitsIwEEC1EPSt15basic_streambufIwS1_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2718' is-artificial='yes'/>
+ <parameter type-id='type-id-2715' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-113'/>
</member-function>
<member-function access='protected'>
<function-decl name='basic_iostream' mangled-name='_ZNSt14basic_iostreamIwSt11char_traitsIwEEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='824' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_iostreamIwSt11char_traitsIwEEC2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2718' is-artificial='yes'/>
+ <parameter type-id='type-id-2715' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected'>
<function-decl name='basic_iostream' mangled-name='_ZNSt14basic_iostreamIwSt11char_traitsIwEEC1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='824' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_iostreamIwSt11char_traitsIwEEC1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2718' is-artificial='yes'/>
+ <parameter type-id='type-id-2715' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_iostream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='821' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2718' is-artificial='yes'/>
+ <parameter type-id='type-id-2715' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_iostream' mangled-name='_ZNSt14basic_iostreamIwSt11char_traitsIwEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='821' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_iostreamIwSt11char_traitsIwEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2718' is-artificial='yes'/>
+ <parameter type-id='type-id-2715' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_iostream' mangled-name='_ZNSt14basic_iostreamIwSt11char_traitsIwEED1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='821' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_iostreamIwSt11char_traitsIwEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2718' is-artificial='yes'/>
+ <parameter type-id='type-id-2715' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_iostream' mangled-name='_ZNSt14basic_iostreamIwSt11char_traitsIwEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='821' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_iostreamIwSt11char_traitsIwEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2718' is-artificial='yes'/>
+ <parameter type-id='type-id-2715' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</namespace-decl>
- <pointer-type-def type-id='type-id-2717' size-in-bits='64' id='type-id-2718'/>
+ <pointer-type-def type-id='type-id-2714' size-in-bits='64' id='type-id-2715'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/istream-inst.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<return type-id='type-id-73'/>
</function-decl>
<function-decl name='operator&=' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ios_base.h' line='97' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2330'/>
+ <parameter type-id='type-id-2327'/>
<parameter type-id='type-id-73'/>
- <return type-id='type-id-2331'/>
+ <return type-id='type-id-2328'/>
</function-decl>
<function-decl name='__check_facet<std::num_get<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/basic_ios.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-724'/>
- <return type-id='type-id-2712'/>
+ <parameter type-id='type-id-723'/>
+ <return type-id='type-id-2709'/>
</function-decl>
<function-decl name='operator~' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ios_base.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-5'/>
<return type-id='type-id-5'/>
</function-decl>
<function-decl name='__check_facet<std::num_get<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/basic_ios.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-731'/>
- <return type-id='type-id-2714'/>
+ <parameter type-id='type-id-730'/>
+ <return type-id='type-id-2711'/>
</function-decl>
<function-decl name='operator==<__mbstate_t>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='218' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-867'/>
- <parameter type-id='type-id-867'/>
+ <parameter type-id='type-id-866'/>
+ <parameter type-id='type-id-866'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator==<char, std::char_traits<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='206' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-877'/>
- <parameter type-id='type-id-877'/>
+ <parameter type-id='type-id-876'/>
+ <parameter type-id='type-id-876'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator==<wchar_t, std::char_traits<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='206' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-887'/>
- <parameter type-id='type-id-887'/>
+ <parameter type-id='type-id-886'/>
+ <parameter type-id='type-id-886'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='ws<char, std::char_traits<char> >' mangled-name='_ZSt2wsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/istream.tcc' line='1018' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt2wsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_@@GLIBCXX_3.4'>
</function-decl>
<function-decl name='operator>><std::char_traits<char> >' mangled-name='_ZStrsISt11char_traitsIcEERSt13basic_istreamIcT_ES5_Rh' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='725' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsISt11char_traitsIcEERSt13basic_istreamIcT_ES5_Rh@@GLIBCXX_3.4'>
<parameter type-id='type-id-289'/>
- <parameter type-id='type-id-2719'/>
+ <parameter type-id='type-id-2716'/>
<return type-id='type-id-289'/>
</function-decl>
<function-decl name='operator>><std::char_traits<char> >' mangled-name='_ZStrsISt11char_traitsIcEERSt13basic_istreamIcT_ES5_Ra' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='730' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsISt11char_traitsIcEERSt13basic_istreamIcT_ES5_Ra@@GLIBCXX_3.4'>
<parameter type-id='type-id-289'/>
- <parameter type-id='type-id-2720'/>
+ <parameter type-id='type-id-2717'/>
<return type-id='type-id-289'/>
</function-decl>
<function-decl name='operator>><std::char_traits<char> >' mangled-name='_ZStrsISt11char_traitsIcEERSt13basic_istreamIcT_ES5_Ph' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='772' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsISt11char_traitsIcEERSt13basic_istreamIcT_ES5_Ph@@GLIBCXX_3.4'>
<parameter type-id='type-id-289'/>
- <parameter type-id='type-id-2369'/>
+ <parameter type-id='type-id-2366'/>
<return type-id='type-id-289'/>
</function-decl>
<function-decl name='operator>><std::char_traits<char> >' mangled-name='_ZStrsISt11char_traitsIcEERSt13basic_istreamIcT_ES5_Pa' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream' line='777' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsISt11char_traitsIcEERSt13basic_istreamIcT_ES5_Pa@@GLIBCXX_3.4'>
<parameter type-id='type-id-289'/>
- <parameter type-id='type-id-2368'/>
+ <parameter type-id='type-id-2365'/>
<return type-id='type-id-289'/>
</function-decl>
<function-decl name='operator>><char, std::char_traits<char> >' mangled-name='_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_St8_SetfillIS3_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_St8_SetfillIS3_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-289'/>
- <parameter type-id='type-id-2715'/>
+ <parameter type-id='type-id-2712'/>
<return type-id='type-id-289'/>
</function-decl>
- <class-decl name='_Setiosflags' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='85' column='1' id='type-id-2721'>
+ <class-decl name='_Setiosflags' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='85' column='1' id='type-id-2718'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_mask' type-id='type-id-72' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='85' column='1'/>
</data-member>
</class-decl>
<function-decl name='operator>><char, std::char_traits<char> >' mangled-name='_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_St12_Setiosflags' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_St12_Setiosflags@@GLIBCXX_3.4'>
<parameter type-id='type-id-289'/>
- <parameter type-id='type-id-2721'/>
+ <parameter type-id='type-id-2718'/>
<return type-id='type-id-289'/>
</function-decl>
- <class-decl name='_Resetiosflags' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='55' column='1' id='type-id-2722'>
+ <class-decl name='_Resetiosflags' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='55' column='1' id='type-id-2719'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_mask' type-id='type-id-72' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='55' column='1'/>
</data-member>
</class-decl>
<function-decl name='operator>><char, std::char_traits<char> >' mangled-name='_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_St14_Resetiosflags' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='70' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_St14_Resetiosflags@@GLIBCXX_3.4'>
<parameter type-id='type-id-289'/>
- <parameter type-id='type-id-2722'/>
+ <parameter type-id='type-id-2719'/>
<return type-id='type-id-289'/>
</function-decl>
- <class-decl name='_Setbase' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='115' column='1' id='type-id-2723'>
+ <class-decl name='_Setbase' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='115' column='1' id='type-id-2720'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_base' type-id='type-id-36' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='115' column='1'/>
</data-member>
</class-decl>
<function-decl name='operator>><char, std::char_traits<char> >' mangled-name='_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_St8_Setbase' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_St8_Setbase@@GLIBCXX_3.4'>
<parameter type-id='type-id-289'/>
- <parameter type-id='type-id-2723'/>
+ <parameter type-id='type-id-2720'/>
<return type-id='type-id-289'/>
</function-decl>
- <class-decl name='_Setprecision' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='184' column='1' id='type-id-2724'>
+ <class-decl name='_Setprecision' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='184' column='1' id='type-id-2721'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_n' type-id='type-id-36' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='184' column='1'/>
</data-member>
</class-decl>
<function-decl name='operator>><char, std::char_traits<char> >' mangled-name='_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_St13_Setprecision' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_St13_Setprecision@@GLIBCXX_3.4'>
<parameter type-id='type-id-289'/>
- <parameter type-id='type-id-2724'/>
+ <parameter type-id='type-id-2721'/>
<return type-id='type-id-289'/>
</function-decl>
- <class-decl name='_Setw' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='214' column='1' id='type-id-2725'>
+ <class-decl name='_Setw' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='214' column='1' id='type-id-2722'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_n' type-id='type-id-36' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='214' column='1'/>
</data-member>
</class-decl>
<function-decl name='operator>><char, std::char_traits<char> >' mangled-name='_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_St5_Setw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='229' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIcSt11char_traitsIcEERSt13basic_istreamIT_T0_ES6_St5_Setw@@GLIBCXX_3.4'>
<parameter type-id='type-id-289'/>
- <parameter type-id='type-id-2725'/>
+ <parameter type-id='type-id-2722'/>
<return type-id='type-id-289'/>
</function-decl>
<function-decl name='ws<wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZSt2wsIwSt11char_traitsIwEERSt13basic_istreamIT_T0_ES6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/istream.tcc' line='1018' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt2wsIwSt11char_traitsIwEERSt13basic_istreamIT_T0_ES6_@@GLIBCXX_3.4'>
</function-decl>
<function-decl name='operator>><wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStrsIwSt11char_traitsIwEERSt13basic_istreamIT_T0_ES6_St8_SetfillIS3_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='169' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIwSt11char_traitsIwEERSt13basic_istreamIT_T0_ES6_St8_SetfillIS3_E@@GLIBCXX_3.4'>
<parameter type-id='type-id-328'/>
- <parameter type-id='type-id-2716'/>
+ <parameter type-id='type-id-2713'/>
<return type-id='type-id-328'/>
</function-decl>
<function-decl name='operator>><wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStrsIwSt11char_traitsIwEERSt13basic_istreamIT_T0_ES6_St12_Setiosflags' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='100' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIwSt11char_traitsIwEERSt13basic_istreamIT_T0_ES6_St12_Setiosflags@@GLIBCXX_3.4'>
<parameter type-id='type-id-328'/>
- <parameter type-id='type-id-2721'/>
+ <parameter type-id='type-id-2718'/>
<return type-id='type-id-328'/>
</function-decl>
<function-decl name='operator>><wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStrsIwSt11char_traitsIwEERSt13basic_istreamIT_T0_ES6_St14_Resetiosflags' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='70' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIwSt11char_traitsIwEERSt13basic_istreamIT_T0_ES6_St14_Resetiosflags@@GLIBCXX_3.4'>
<parameter type-id='type-id-328'/>
- <parameter type-id='type-id-2722'/>
+ <parameter type-id='type-id-2719'/>
<return type-id='type-id-328'/>
</function-decl>
<function-decl name='operator>><wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStrsIwSt11char_traitsIwEERSt13basic_istreamIT_T0_ES6_St8_Setbase' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='131' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIwSt11char_traitsIwEERSt13basic_istreamIT_T0_ES6_St8_Setbase@@GLIBCXX_3.4'>
<parameter type-id='type-id-328'/>
- <parameter type-id='type-id-2723'/>
+ <parameter type-id='type-id-2720'/>
<return type-id='type-id-328'/>
</function-decl>
<function-decl name='operator>><wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStrsIwSt11char_traitsIwEERSt13basic_istreamIT_T0_ES6_St13_Setprecision' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='199' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIwSt11char_traitsIwEERSt13basic_istreamIT_T0_ES6_St13_Setprecision@@GLIBCXX_3.4'>
<parameter type-id='type-id-328'/>
- <parameter type-id='type-id-2724'/>
+ <parameter type-id='type-id-2721'/>
<return type-id='type-id-328'/>
</function-decl>
<function-decl name='operator>><wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStrsIwSt11char_traitsIwEERSt13basic_istreamIT_T0_ES6_St5_Setw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='229' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStrsIwSt11char_traitsIwEERSt13basic_istreamIT_T0_ES6_St5_Setw@@GLIBCXX_3.4'>
<parameter type-id='type-id-328'/>
- <parameter type-id='type-id-2725'/>
+ <parameter type-id='type-id-2722'/>
<return type-id='type-id-328'/>
</function-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-287' const='yes' id='type-id-2726'/>
- <qualified-type-def type-id='type-id-285' const='yes' id='type-id-2727'/>
- <qualified-type-def type-id='type-id-298' const='yes' id='type-id-2728'/>
- <qualified-type-def type-id='type-id-295' const='yes' id='type-id-2729'/>
+ <qualified-type-def type-id='type-id-287' const='yes' id='type-id-2723'/>
+ <qualified-type-def type-id='type-id-285' const='yes' id='type-id-2724'/>
+ <qualified-type-def type-id='type-id-298' const='yes' id='type-id-2725'/>
+ <qualified-type-def type-id='type-id-295' const='yes' id='type-id-2726'/>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='__enable_if<true, int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='47' column='1' id='type-id-953'>
+ <class-decl name='__enable_if<true, int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='47' column='1' id='type-id-952'>
<member-type access='public'>
- <typedef-decl name='__type' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='48' column='1' id='type-id-726'/>
+ <typedef-decl name='__type' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='48' column='1' id='type-id-725'/>
</member-type>
</class-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-326' const='yes' id='type-id-2730'/>
- <qualified-type-def type-id='type-id-324' const='yes' id='type-id-2731'/>
- <qualified-type-def type-id='type-id-337' const='yes' id='type-id-2732'/>
- <qualified-type-def type-id='type-id-334' const='yes' id='type-id-2733'/>
- <reference-type-def kind='lvalue' type-id='type-id-1549' size-in-bits='64' id='type-id-2719'/>
- <reference-type-def kind='lvalue' type-id='type-id-508' size-in-bits='64' id='type-id-2720'/>
+ <qualified-type-def type-id='type-id-326' const='yes' id='type-id-2727'/>
+ <qualified-type-def type-id='type-id-324' const='yes' id='type-id-2728'/>
+ <qualified-type-def type-id='type-id-337' const='yes' id='type-id-2729'/>
+ <qualified-type-def type-id='type-id-334' const='yes' id='type-id-2730'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1548' size-in-bits='64' id='type-id-2716'/>
+ <reference-type-def kind='lvalue' type-id='type-id-508' size-in-bits='64' id='type-id-2717'/>
</abi-instr>
<function-decl name='__iterator_category<const char*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-350'/>
- <return type-id='type-id-2553'/>
+ <return type-id='type-id-2550'/>
</function-decl>
<function-decl name='__distance<const char*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_funcs.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-784'/>
+ <parameter type-id='type-id-783'/>
<return type-id='type-id-455'/>
</function-decl>
<function-decl name='distance<const char*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_funcs.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-455'/>
</function-decl>
<function-decl name='__convert_from_v' mangled-name='_ZSt16__convert_from_vRKP15__locale_structPciPKcz' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale.h' line='70' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2548'/>
+ <parameter type-id='type-id-2545'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-36'/>
</function-decl>
<function-decl name='operator!=<char, std::char_traits<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='212' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-877'/>
- <parameter type-id='type-id-877'/>
+ <parameter type-id='type-id-876'/>
+ <parameter type-id='type-id-876'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='use_facet<std::codecvt<char, char, __mbstate_t> >' mangled-name='_ZSt9use_facetISt7codecvtIcc11__mbstate_tEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt7codecvtIcc11__mbstate_tEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2734'/>
+ <return type-id='type-id-2731'/>
</function-decl>
<function-decl name='use_facet<std::collate<char> >' mangled-name='_ZSt9use_facetISt7collateIcEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt7collateIcEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2735'/>
+ <return type-id='type-id-2732'/>
</function-decl>
<function-decl name='use_facet<std::numpunct<char> >' mangled-name='_ZSt9use_facetISt8numpunctIcEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt8numpunctIcEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2736'/>
+ <return type-id='type-id-2733'/>
</function-decl>
<function-decl name='use_facet<std::moneypunct<char, true> >' mangled-name='_ZSt9use_facetISt10moneypunctIcLb1EEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt10moneypunctIcLb1EEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2737'/>
+ <return type-id='type-id-2734'/>
</function-decl>
<function-decl name='use_facet<std::moneypunct<char, false> >' mangled-name='_ZSt9use_facetISt10moneypunctIcLb0EEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt10moneypunctIcLb0EEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2738'/>
+ <return type-id='type-id-2735'/>
</function-decl>
<function-decl name='use_facet<std::money_put<char> >' mangled-name='_ZSt9use_facetISt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2739'/>
+ <return type-id='type-id-2736'/>
</function-decl>
<function-decl name='use_facet<std::money_get<char> >' mangled-name='_ZSt9use_facetISt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2740'/>
+ <return type-id='type-id-2737'/>
</function-decl>
<function-decl name='use_facet<std::__timepunct<char> >' mangled-name='_ZSt9use_facetISt11__timepunctIcEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt11__timepunctIcEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2741'/>
+ <return type-id='type-id-2738'/>
</function-decl>
<function-decl name='use_facet<std::time_put<char> >' mangled-name='_ZSt9use_facetISt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt8time_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2742'/>
+ <return type-id='type-id-2739'/>
</function-decl>
<function-decl name='use_facet<std::time_get<char> >' mangled-name='_ZSt9use_facetISt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt8time_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2743'/>
+ <return type-id='type-id-2740'/>
</function-decl>
<function-decl name='use_facet<std::messages<char> >' mangled-name='_ZSt9use_facetISt8messagesIcEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt8messagesIcEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2744'/>
+ <return type-id='type-id-2741'/>
</function-decl>
<function-decl name='has_facet<std::codecvt<char, char, __mbstate_t> >' mangled-name='_ZSt9has_facetISt7codecvtIcc11__mbstate_tEEbRKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9has_facetISt7codecvtIcc11__mbstate_tEEbRKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
<return type-id='type-id-36'/>
</function-decl>
<function-decl name='__write<char>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-734'/>
+ <parameter type-id='type-id-733'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
- <class-decl name='__ctype_abstract_base<char>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='145' column='1' id='type-id-2745'>
+ <class-decl name='__ctype_abstract_base<char>' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='145' column='1' id='type-id-2742'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-635'/>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-636'/>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-637'/>
<member-type access='private'>
- <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='150' column='1' id='type-id-2746'/>
+ <typedef-decl name='char_type' type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='150' column='1' id='type-id-2743'/>
</member-type>
<member-function access='private' const='yes'>
<function-decl name='is' mangled-name='_ZNKSt21__ctype_abstract_baseIcE2isEtc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='164' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-2746'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-2743'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='is' mangled-name='_ZNKSt21__ctype_abstract_baseIcE2isEPKcS2_Pt' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-2748'/>
- <parameter type-id='type-id-2748'/>
- <parameter type-id='type-id-646'/>
- <return type-id='type-id-2748'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-2745'/>
+ <parameter type-id='type-id-2745'/>
+ <parameter type-id='type-id-645'/>
+ <return type-id='type-id-2745'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='scan_is' mangled-name='_ZNKSt21__ctype_abstract_baseIcE7scan_isEtPKcS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='197' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-2748'/>
- <parameter type-id='type-id-2748'/>
- <return type-id='type-id-2748'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-2745'/>
+ <parameter type-id='type-id-2745'/>
+ <return type-id='type-id-2745'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='scan_not' mangled-name='_ZNKSt21__ctype_abstract_baseIcE8scan_notEtPKcS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='213' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-2748'/>
- <parameter type-id='type-id-2748'/>
- <return type-id='type-id-2748'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-2745'/>
+ <parameter type-id='type-id-2745'/>
+ <return type-id='type-id-2745'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='toupper' mangled-name='_ZNKSt21__ctype_abstract_baseIcE7toupperEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='227' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-2746'/>
- <return type-id='type-id-2746'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-2743'/>
+ <return type-id='type-id-2743'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='toupper' mangled-name='_ZNKSt21__ctype_abstract_baseIcE7toupperEPcPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='242' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-2749'/>
- <parameter type-id='type-id-2748'/>
- <return type-id='type-id-2748'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-2746'/>
+ <parameter type-id='type-id-2745'/>
+ <return type-id='type-id-2745'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='tolower' mangled-name='_ZNKSt21__ctype_abstract_baseIcE7tolowerEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='256' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-2746'/>
- <return type-id='type-id-2746'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-2743'/>
+ <return type-id='type-id-2743'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='tolower' mangled-name='_ZNKSt21__ctype_abstract_baseIcE7tolowerEPcPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='271' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-2749'/>
- <parameter type-id='type-id-2748'/>
- <return type-id='type-id-2748'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-2746'/>
+ <parameter type-id='type-id-2745'/>
+ <return type-id='type-id-2745'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='widen' mangled-name='_ZNKSt21__ctype_abstract_baseIcE5widenEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='288' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-2746'/>
+ <return type-id='type-id-2743'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='widen' mangled-name='_ZNKSt21__ctype_abstract_baseIcE5widenEPKcS2_Pc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='307' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-2749'/>
+ <parameter type-id='type-id-2746'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='narrow' mangled-name='_ZNKSt21__ctype_abstract_baseIcE6narrowEcc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='326' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-2746'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-2743'/>
<parameter type-id='type-id-15'/>
<return type-id='type-id-15'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='narrow' mangled-name='_ZNKSt21__ctype_abstract_baseIcE6narrowEPKcS2_cPc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='348' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-2748'/>
- <parameter type-id='type-id-2748'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-2745'/>
+ <parameter type-id='type-id-2745'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-149'/>
- <return type-id='type-id-2748'/>
+ <return type-id='type-id-2745'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='__ctype_abstract_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='354' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2750' is-artificial='yes'/>
+ <parameter type-id='type-id-2747' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__ctype_abstract_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='357' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2750' is-artificial='yes'/>
+ <parameter type-id='type-id-2747' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__ctype_abstract_base' mangled-name='_ZNSt21__ctype_abstract_baseIcED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='357' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2750' is-artificial='yes'/>
+ <parameter type-id='type-id-2747' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~__ctype_abstract_base' mangled-name='_ZNSt21__ctype_abstract_baseIcED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='357' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2750' is-artificial='yes'/>
+ <parameter type-id='type-id-2747' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='2'>
<function-decl name='do_is' mangled-name='_ZNKSt21__ctype_abstract_baseIcE5do_isEtc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='373' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-2746'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-2743'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='3'>
<function-decl name='do_is' mangled-name='_ZNKSt21__ctype_abstract_baseIcE5do_isEPKcS2_Pt' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='392' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-2748'/>
- <parameter type-id='type-id-2748'/>
- <parameter type-id='type-id-646'/>
- <return type-id='type-id-2748'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-2745'/>
+ <parameter type-id='type-id-2745'/>
+ <parameter type-id='type-id-645'/>
+ <return type-id='type-id-2745'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='4'>
<function-decl name='do_scan_is' mangled-name='_ZNKSt21__ctype_abstract_baseIcE10do_scan_isEtPKcS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='411' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-2748'/>
- <parameter type-id='type-id-2748'/>
- <return type-id='type-id-2748'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-2745'/>
+ <parameter type-id='type-id-2745'/>
+ <return type-id='type-id-2745'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='5'>
<function-decl name='do_scan_not' mangled-name='_ZNKSt21__ctype_abstract_baseIcE11do_scan_notEtPKcS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='430' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-645'/>
- <parameter type-id='type-id-2748'/>
- <parameter type-id='type-id-2748'/>
- <return type-id='type-id-2748'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-644'/>
+ <parameter type-id='type-id-2745'/>
+ <parameter type-id='type-id-2745'/>
+ <return type-id='type-id-2745'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='6'>
<function-decl name='do_toupper' mangled-name='_ZNKSt21__ctype_abstract_baseIcE10do_toupperEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='448' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-2746'/>
- <return type-id='type-id-2746'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-2743'/>
+ <return type-id='type-id-2743'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='7'>
<function-decl name='do_toupper' mangled-name='_ZNKSt21__ctype_abstract_baseIcE10do_toupperEPcPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='465' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-2749'/>
- <parameter type-id='type-id-2748'/>
- <return type-id='type-id-2748'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-2746'/>
+ <parameter type-id='type-id-2745'/>
+ <return type-id='type-id-2745'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='8'>
<function-decl name='do_tolower' mangled-name='_ZNKSt21__ctype_abstract_baseIcE10do_tolowerEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='481' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-2746'/>
- <return type-id='type-id-2746'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-2743'/>
+ <return type-id='type-id-2743'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='9'>
<function-decl name='do_tolower' mangled-name='_ZNKSt21__ctype_abstract_baseIcE10do_tolowerEPcPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='498' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-2749'/>
- <parameter type-id='type-id-2748'/>
- <return type-id='type-id-2748'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-2746'/>
+ <parameter type-id='type-id-2745'/>
+ <return type-id='type-id-2745'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='10'>
<function-decl name='do_widen' mangled-name='_ZNKSt21__ctype_abstract_baseIcE8do_widenEc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='517' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
<parameter type-id='type-id-15'/>
- <return type-id='type-id-2746'/>
+ <return type-id='type-id-2743'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='11'>
<function-decl name='do_widen' mangled-name='_ZNKSt21__ctype_abstract_baseIcE8do_widenEPKcS2_Pc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='538' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
- <parameter type-id='type-id-2749'/>
+ <parameter type-id='type-id-2746'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='12'>
<function-decl name='do_narrow' mangled-name='_ZNKSt21__ctype_abstract_baseIcE9do_narrowEcc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='559' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-2746'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-2743'/>
<parameter type-id='type-id-15'/>
<return type-id='type-id-15'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes' vtable-offset='13'>
<function-decl name='do_narrow' mangled-name='_ZNKSt21__ctype_abstract_baseIcE9do_narrowEPKcS2_cPc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='584' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2747' is-artificial='yes'/>
- <parameter type-id='type-id-2748'/>
- <parameter type-id='type-id-2748'/>
+ <parameter type-id='type-id-2744' is-artificial='yes'/>
+ <parameter type-id='type-id-2745'/>
+ <parameter type-id='type-id-2745'/>
<parameter type-id='type-id-15'/>
<parameter type-id='type-id-149'/>
- <return type-id='type-id-2748'/>
+ <return type-id='type-id-2745'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='collate_byname<char>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='760' column='1' id='type-id-2751'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-933'/>
+ <class-decl name='collate_byname<char>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='760' column='1' id='type-id-2748'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-932'/>
<member-function access='private'>
<function-decl name='collate_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='770' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2752' is-artificial='yes'/>
+ <parameter type-id='type-id-2749' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='collate_byname' mangled-name='_ZNSt14collate_bynameIcEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='770' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14collate_bynameIcEC1EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2752' is-artificial='yes'/>
+ <parameter type-id='type-id-2749' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~collate_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='783' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2752' is-artificial='yes'/>
+ <parameter type-id='type-id-2749' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~collate_byname' mangled-name='_ZNSt14collate_bynameIcED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='783' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14collate_bynameIcED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2752' is-artificial='yes'/>
+ <parameter type-id='type-id-2749' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~collate_byname' mangled-name='_ZNSt14collate_bynameIcED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='783' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14collate_bynameIcED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2752' is-artificial='yes'/>
+ <parameter type-id='type-id-2749' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='codecvt_byname<char, char, __mbstate_t>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='459' column='1' id='type-id-2753'>
+ <class-decl name='codecvt_byname<char, char, __mbstate_t>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='459' column='1' id='type-id-2750'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-386'/>
<member-function access='private'>
<function-decl name='codecvt_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='463' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2754' is-artificial='yes'/>
+ <parameter type-id='type-id-2751' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='codecvt_byname' mangled-name='_ZNSt14codecvt_bynameIcc11__mbstate_tEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='463' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14codecvt_bynameIcc11__mbstate_tEC1EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2754' is-artificial='yes'/>
+ <parameter type-id='type-id-2751' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~codecvt_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='476' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2754' is-artificial='yes'/>
+ <parameter type-id='type-id-2751' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~codecvt_byname' mangled-name='_ZNSt14codecvt_bynameIcc11__mbstate_tED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='476' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14codecvt_bynameIcc11__mbstate_tED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2754' is-artificial='yes'/>
+ <parameter type-id='type-id-2751' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~codecvt_byname' mangled-name='_ZNSt14codecvt_bynameIcc11__mbstate_tED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='476' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14codecvt_bynameIcc11__mbstate_tED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2754' is-artificial='yes'/>
+ <parameter type-id='type-id-2751' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='messages_byname<char>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1879' column='1' id='type-id-2755'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-935'/>
+ <class-decl name='messages_byname<char>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1879' column='1' id='type-id-2752'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-934'/>
<member-function access='private'>
<function-decl name='messages_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/messages_members.h' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2756' is-artificial='yes'/>
+ <parameter type-id='type-id-2753' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='messages_byname' mangled-name='_ZNSt15messages_bynameIcEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/messages_members.h' line='105' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15messages_bynameIcEC1EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2756' is-artificial='yes'/>
+ <parameter type-id='type-id-2753' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~messages_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1890' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2756' is-artificial='yes'/>
+ <parameter type-id='type-id-2753' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~messages_byname' mangled-name='_ZNSt15messages_bynameIcED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1890' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15messages_bynameIcED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2756' is-artificial='yes'/>
+ <parameter type-id='type-id-2753' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~messages_byname' mangled-name='_ZNSt15messages_bynameIcED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1890' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15messages_bynameIcED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2756' is-artificial='yes'/>
+ <parameter type-id='type-id-2753' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='numpunct_byname<char>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1876' column='1' id='type-id-2757'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-945'/>
+ <class-decl name='numpunct_byname<char>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1876' column='1' id='type-id-2754'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-944'/>
<member-function access='private'>
<function-decl name='numpunct_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1883' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2758' is-artificial='yes'/>
+ <parameter type-id='type-id-2755' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='numpunct_byname' mangled-name='_ZNSt15numpunct_bynameIcEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1883' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15numpunct_bynameIcEC1EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2758' is-artificial='yes'/>
+ <parameter type-id='type-id-2755' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~numpunct_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1898' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2758' is-artificial='yes'/>
+ <parameter type-id='type-id-2755' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~numpunct_byname' mangled-name='_ZNSt15numpunct_bynameIcED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1898' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15numpunct_bynameIcED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2758' is-artificial='yes'/>
+ <parameter type-id='type-id-2755' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~numpunct_byname' mangled-name='_ZNSt15numpunct_bynameIcED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1898' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15numpunct_bynameIcED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2758' is-artificial='yes'/>
+ <parameter type-id='type-id-2755' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='moneypunct_byname<char, true>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1324' column='1' id='type-id-2759'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-942'/>
+ <class-decl name='moneypunct_byname<char, true>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1324' column='1' id='type-id-2756'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-941'/>
<data-member access='private' static='yes'>
- <var-decl name='intl' type-id='type-id-1006' mangled-name='_ZNSt17moneypunct_bynameIcLb1EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1330' column='1' elf-symbol-id='_ZNSt17moneypunct_bynameIcLb1EE4intlE@@GLIBCXX_3.4'/>
+ <var-decl name='intl' type-id='type-id-1005' mangled-name='_ZNSt17moneypunct_bynameIcLb1EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1330' column='1' elf-symbol-id='_ZNSt17moneypunct_bynameIcLb1EE4intlE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='moneypunct_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1333' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2760' is-artificial='yes'/>
+ <parameter type-id='type-id-2757' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct_byname' mangled-name='_ZNSt17moneypunct_bynameIcLb1EEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1333' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17moneypunct_bynameIcLb1EEC2EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2760' is-artificial='yes'/>
+ <parameter type-id='type-id-2757' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1348' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2760' is-artificial='yes'/>
+ <parameter type-id='type-id-2757' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct_byname' mangled-name='_ZNSt17moneypunct_bynameIcLb1EED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17moneypunct_bynameIcLb1EED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2760' is-artificial='yes'/>
+ <parameter type-id='type-id-2757' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct_byname' mangled-name='_ZNSt17moneypunct_bynameIcLb1EED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17moneypunct_bynameIcLb1EED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2760' is-artificial='yes'/>
+ <parameter type-id='type-id-2757' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='moneypunct_byname<char, false>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1324' column='1' id='type-id-2761'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-941'/>
+ <class-decl name='moneypunct_byname<char, false>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1324' column='1' id='type-id-2758'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-940'/>
<data-member access='private' static='yes'>
- <var-decl name='intl' type-id='type-id-1006' mangled-name='_ZNSt17moneypunct_bynameIcLb0EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1330' column='1' elf-symbol-id='_ZNSt17moneypunct_bynameIcLb0EE4intlE@@GLIBCXX_3.4'/>
+ <var-decl name='intl' type-id='type-id-1005' mangled-name='_ZNSt17moneypunct_bynameIcLb0EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1330' column='1' elf-symbol-id='_ZNSt17moneypunct_bynameIcLb0EE4intlE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='moneypunct_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1333' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2762' is-artificial='yes'/>
+ <parameter type-id='type-id-2759' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct_byname' mangled-name='_ZNSt17moneypunct_bynameIcLb0EEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1333' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17moneypunct_bynameIcLb0EEC2EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2762' is-artificial='yes'/>
+ <parameter type-id='type-id-2759' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1348' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2762' is-artificial='yes'/>
+ <parameter type-id='type-id-2759' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct_byname' mangled-name='_ZNSt17moneypunct_bynameIcLb0EED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17moneypunct_bynameIcLb0EED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2762' is-artificial='yes'/>
+ <parameter type-id='type-id-2759' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct_byname' mangled-name='_ZNSt17moneypunct_bynameIcLb0EED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17moneypunct_bynameIcLb0EED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2762' is-artificial='yes'/>
+ <parameter type-id='type-id-2759' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='time_put_byname<char, std::ostreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='811' column='1' id='type-id-2763'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-949'/>
+ <class-decl name='time_put_byname<char, std::ostreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='811' column='1' id='type-id-2760'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-948'/>
<member-function access='private'>
<function-decl name='time_put_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='819' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2764' is-artificial='yes'/>
+ <parameter type-id='type-id-2761' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='time_put_byname' mangled-name='_ZNSt15time_put_bynameIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='819' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15time_put_bynameIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEEC1EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2764' is-artificial='yes'/>
+ <parameter type-id='type-id-2761' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_put_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='825' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2764' is-artificial='yes'/>
+ <parameter type-id='type-id-2761' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_put_byname' mangled-name='_ZNSt15time_put_bynameIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='825' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15time_put_bynameIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2764' is-artificial='yes'/>
+ <parameter type-id='type-id-2761' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_put_byname' mangled-name='_ZNSt15time_put_bynameIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='825' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15time_put_bynameIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2764' is-artificial='yes'/>
+ <parameter type-id='type-id-2761' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='time_get_byname<char, std::istreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='686' column='1' id='type-id-2765'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-947'/>
+ <class-decl name='time_get_byname<char, std::istreambuf_iterator<char, std::char_traits<char> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='686' column='1' id='type-id-2762'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-946'/>
<member-function access='private'>
<function-decl name='time_get_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='694' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2766' is-artificial='yes'/>
+ <parameter type-id='type-id-2763' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='time_get_byname' mangled-name='_ZNSt15time_get_bynameIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='694' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15time_get_bynameIcSt19istreambuf_iteratorIcSt11char_traitsIcEEEC1EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2766' is-artificial='yes'/>
+ <parameter type-id='type-id-2763' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_get_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='699' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2766' is-artificial='yes'/>
+ <parameter type-id='type-id-2763' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_get_byname' mangled-name='_ZNSt15time_get_bynameIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='699' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15time_get_bynameIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2766' is-artificial='yes'/>
+ <parameter type-id='type-id-2763' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_get_byname' mangled-name='_ZNSt15time_get_bynameIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='699' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15time_get_bynameIcSt19istreambuf_iteratorIcSt11char_traitsIcEEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2766' is-artificial='yes'/>
+ <parameter type-id='type-id-2763' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__pad<char, std::char_traits<char> >' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='90' column='1' id='type-id-2767'>
+ <class-decl name='__pad<char, std::char_traits<char> >' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='90' column='1' id='type-id-2764'>
<member-function access='private' static='yes'>
<function-decl name='_S_pad' mangled-name='_ZNSt5__padIcSt11char_traitsIcEE6_S_padERSt8ios_basecPcPKcll' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='1193' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-102'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__use_cache<std::__moneypunct_cache<char, true> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='40' column='1' id='type-id-2768'>
+ <class-decl name='__use_cache<std::__moneypunct_cache<char, true> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='40' column='1' id='type-id-2765'>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt11__use_cacheISt18__moneypunct_cacheIcLb1EEEclERKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='43' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2769' is-artificial='yes'/>
+ <parameter type-id='type-id-2766' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2770'/>
+ <return type-id='type-id-2767'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__use_cache<std::__moneypunct_cache<char, false> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='40' column='1' id='type-id-2771'>
+ <class-decl name='__use_cache<std::__moneypunct_cache<char, false> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='40' column='1' id='type-id-2768'>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt11__use_cacheISt18__moneypunct_cacheIcLb0EEEclERKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='43' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2772' is-artificial='yes'/>
+ <parameter type-id='type-id-2769' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2773'/>
+ <return type-id='type-id-2770'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__use_cache<std::__numpunct_cache<char> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='52' column='1' id='type-id-2774'>
+ <class-decl name='__use_cache<std::__numpunct_cache<char> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='52' column='1' id='type-id-2771'>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt11__use_cacheISt16__numpunct_cacheIcEEclERKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2775' is-artificial='yes'/>
+ <parameter type-id='type-id-2772' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2776'/>
+ <return type-id='type-id-2773'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='operator!=<char, std::char_traits<char> >' mangled-name='_ZStneIcSt11char_traitsIcEEbRKSt19istreambuf_iteratorIT_T0_ES7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='212' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-877'/>
- <parameter type-id='type-id-877'/>
+ <parameter type-id='type-id-876'/>
+ <parameter type-id='type-id-876'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='__write<char>' mangled-name='_ZSt7__writeIcESt19ostreambuf_iteratorIT_St11char_traitsIS1_EES4_PKS1_i' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-734'/>
+ <parameter type-id='type-id-733'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-734'/>
+ <return type-id='type-id-733'/>
</function-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-906' size-in-bits='64' id='type-id-2734'/>
+ <reference-type-def kind='lvalue' type-id='type-id-905' size-in-bits='64' id='type-id-2731'/>
<namespace-decl name='__gnu_cxx'>
<function-decl name='__is_null_pointer<const char>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='__uselocale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/c++locale.h' line='53' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-956'/>
- <return type-id='type-id-956'/>
- </function-decl>
- </namespace-decl>
- <qualified-type-def type-id='type-id-966' const='yes' id='type-id-2777'/>
- <reference-type-def kind='lvalue' type-id='type-id-1083' size-in-bits='64' id='type-id-2735'/>
-
-
- <reference-type-def kind='lvalue' type-id='type-id-1099' size-in-bits='64' id='type-id-2736'/>
-
- <reference-type-def kind='lvalue' type-id='type-id-1096' size-in-bits='64' id='type-id-2737'/>
- <reference-type-def kind='lvalue' type-id='type-id-1095' size-in-bits='64' id='type-id-2738'/>
- <qualified-type-def type-id='type-id-990' const='yes' id='type-id-2778'/>
- <reference-type-def kind='lvalue' type-id='type-id-1091' size-in-bits='64' id='type-id-2739'/>
- <qualified-type-def type-id='type-id-869' const='yes' id='type-id-2779'/>
- <qualified-type-def type-id='type-id-980' const='yes' id='type-id-2780'/>
- <reference-type-def kind='lvalue' type-id='type-id-1089' size-in-bits='64' id='type-id-2740'/>
- <reference-type-def kind='lvalue' type-id='type-id-1081' size-in-bits='64' id='type-id-2741'/>
- <reference-type-def kind='lvalue' type-id='type-id-1103' size-in-bits='64' id='type-id-2742'/>
- <qualified-type-def type-id='type-id-1040' const='yes' id='type-id-2781'/>
- <reference-type-def kind='lvalue' type-id='type-id-1101' size-in-bits='64' id='type-id-2743'/>
- <reference-type-def kind='lvalue' type-id='type-id-1085' size-in-bits='64' id='type-id-2744'/>
-
- <qualified-type-def type-id='type-id-723' const='yes' id='type-id-2782'/>
- <qualified-type-def type-id='type-id-2745' const='yes' id='type-id-2783'/>
- <pointer-type-def type-id='type-id-2783' size-in-bits='64' id='type-id-2747'/>
- <qualified-type-def type-id='type-id-2746' const='yes' id='type-id-2784'/>
- <pointer-type-def type-id='type-id-2784' size-in-bits='64' id='type-id-2748'/>
- <pointer-type-def type-id='type-id-2746' size-in-bits='64' id='type-id-2749'/>
- <pointer-type-def type-id='type-id-2745' size-in-bits='64' id='type-id-2750'/>
- <pointer-type-def type-id='type-id-2751' size-in-bits='64' id='type-id-2752'/>
- <pointer-type-def type-id='type-id-2753' size-in-bits='64' id='type-id-2754'/>
- <pointer-type-def type-id='type-id-2755' size-in-bits='64' id='type-id-2756'/>
- <pointer-type-def type-id='type-id-2757' size-in-bits='64' id='type-id-2758'/>
- <pointer-type-def type-id='type-id-2759' size-in-bits='64' id='type-id-2760'/>
- <pointer-type-def type-id='type-id-2761' size-in-bits='64' id='type-id-2762'/>
- <pointer-type-def type-id='type-id-2763' size-in-bits='64' id='type-id-2764'/>
- <pointer-type-def type-id='type-id-2765' size-in-bits='64' id='type-id-2766'/>
- <pointer-type-def type-id='type-id-1149' size-in-bits='64' id='type-id-2770'/>
- <qualified-type-def type-id='type-id-2768' const='yes' id='type-id-2785'/>
- <pointer-type-def type-id='type-id-2785' size-in-bits='64' id='type-id-2769'/>
- <pointer-type-def type-id='type-id-1148' size-in-bits='64' id='type-id-2773'/>
- <qualified-type-def type-id='type-id-2771' const='yes' id='type-id-2786'/>
- <pointer-type-def type-id='type-id-2786' size-in-bits='64' id='type-id-2772'/>
- <pointer-type-def type-id='type-id-1152' size-in-bits='64' id='type-id-2776'/>
- <qualified-type-def type-id='type-id-2774' const='yes' id='type-id-2787'/>
- <pointer-type-def type-id='type-id-2787' size-in-bits='64' id='type-id-2775'/>
+ <parameter type-id='type-id-955'/>
+ <return type-id='type-id-955'/>
+ </function-decl>
+ </namespace-decl>
+ <qualified-type-def type-id='type-id-965' const='yes' id='type-id-2774'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1082' size-in-bits='64' id='type-id-2732'/>
+
+
+ <reference-type-def kind='lvalue' type-id='type-id-1098' size-in-bits='64' id='type-id-2733'/>
+
+ <reference-type-def kind='lvalue' type-id='type-id-1095' size-in-bits='64' id='type-id-2734'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1094' size-in-bits='64' id='type-id-2735'/>
+ <qualified-type-def type-id='type-id-989' const='yes' id='type-id-2775'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1090' size-in-bits='64' id='type-id-2736'/>
+ <qualified-type-def type-id='type-id-868' const='yes' id='type-id-2776'/>
+ <qualified-type-def type-id='type-id-979' const='yes' id='type-id-2777'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1088' size-in-bits='64' id='type-id-2737'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1080' size-in-bits='64' id='type-id-2738'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1102' size-in-bits='64' id='type-id-2739'/>
+ <qualified-type-def type-id='type-id-1039' const='yes' id='type-id-2778'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1100' size-in-bits='64' id='type-id-2740'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1084' size-in-bits='64' id='type-id-2741'/>
+
+ <qualified-type-def type-id='type-id-722' const='yes' id='type-id-2779'/>
+ <qualified-type-def type-id='type-id-2742' const='yes' id='type-id-2780'/>
+ <pointer-type-def type-id='type-id-2780' size-in-bits='64' id='type-id-2744'/>
+ <qualified-type-def type-id='type-id-2743' const='yes' id='type-id-2781'/>
+ <pointer-type-def type-id='type-id-2781' size-in-bits='64' id='type-id-2745'/>
+ <pointer-type-def type-id='type-id-2743' size-in-bits='64' id='type-id-2746'/>
+ <pointer-type-def type-id='type-id-2742' size-in-bits='64' id='type-id-2747'/>
+ <pointer-type-def type-id='type-id-2748' size-in-bits='64' id='type-id-2749'/>
+ <pointer-type-def type-id='type-id-2750' size-in-bits='64' id='type-id-2751'/>
+ <pointer-type-def type-id='type-id-2752' size-in-bits='64' id='type-id-2753'/>
+ <pointer-type-def type-id='type-id-2754' size-in-bits='64' id='type-id-2755'/>
+ <pointer-type-def type-id='type-id-2756' size-in-bits='64' id='type-id-2757'/>
+ <pointer-type-def type-id='type-id-2758' size-in-bits='64' id='type-id-2759'/>
+ <pointer-type-def type-id='type-id-2760' size-in-bits='64' id='type-id-2761'/>
+ <pointer-type-def type-id='type-id-2762' size-in-bits='64' id='type-id-2763'/>
+ <pointer-type-def type-id='type-id-1148' size-in-bits='64' id='type-id-2767'/>
+ <qualified-type-def type-id='type-id-2765' const='yes' id='type-id-2782'/>
+ <pointer-type-def type-id='type-id-2782' size-in-bits='64' id='type-id-2766'/>
+ <pointer-type-def type-id='type-id-1147' size-in-bits='64' id='type-id-2770'/>
+ <qualified-type-def type-id='type-id-2768' const='yes' id='type-id-2783'/>
+ <pointer-type-def type-id='type-id-2783' size-in-bits='64' id='type-id-2769'/>
+ <pointer-type-def type-id='type-id-1151' size-in-bits='64' id='type-id-2773'/>
+ <qualified-type-def type-id='type-id-2771' const='yes' id='type-id-2784'/>
+ <pointer-type-def type-id='type-id-2784' size-in-bits='64' id='type-id-2772'/>
<function-decl name='textdomain' filepath='/usr/include/libintl.h' line='83' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
<return type-id='type-id-149'/>
</namespace-decl>
- <qualified-type-def type-id='type-id-2334' const='yes' id='type-id-2788'/>
- <qualified-type-def type-id='type-id-2288' const='yes' id='type-id-2789'/>
+ <qualified-type-def type-id='type-id-2331' const='yes' id='type-id-2785'/>
+ <qualified-type-def type-id='type-id-2286' const='yes' id='type-id-2786'/>
<function-decl name='fseeko64' filepath='/usr/include/stdio.h' line='813' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-550'/>
<namespace-decl name='std'>
<function-decl name='__ostream_write<char, std::char_traits<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream_insert.h' line='44' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__ostream_write<wchar_t, std::char_traits<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream_insert.h' line='44' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__check_facet<std::num_put<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/basic_ios.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-735'/>
- <return type-id='type-id-2711'/>
+ <parameter type-id='type-id-734'/>
+ <return type-id='type-id-2708'/>
</function-decl>
<function-decl name='__ostream_fill<char, std::char_traits<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream_insert.h' line='57' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='operator<< <std::char_traits<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='528' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
<parameter type-id='type-id-11'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='flush<char, std::char_traits<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='584' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-833'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='__check_facet<std::num_put<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/basic_ios.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-739'/>
- <return type-id='type-id-2713'/>
+ <parameter type-id='type-id-738'/>
+ <return type-id='type-id-2710'/>
</function-decl>
<function-decl name='__ostream_fill<wchar_t, std::char_traits<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream_insert.h' line='57' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
<parameter type-id='type-id-48'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='flush<wchar_t, std::char_traits<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='584' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-851'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='__copy_streambufs<char, std::char_traits<char> >' mangled-name='_ZSt17__copy_streambufsIcSt11char_traitsIcEElPSt15basic_streambufIT_T0_ES6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf.tcc' line='140' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt17__copy_streambufsIcSt11char_traitsIcEElPSt15basic_streambufIT_T0_ES6_@@GLIBCXX_3.4.8'>
<parameter type-id='type-id-24'/>
<return type-id='type-id-48'/>
</function-decl>
<function-decl name='endl<char, std::char_traits<char> >' mangled-name='_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='562' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='ends<char, std::char_traits<char> >' mangled-name='_ZSt4endsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='574' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4endsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <char, std::char_traits<char> >' mangled-name='_ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St8_SetfillIS3_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='177' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St8_SetfillIS3_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <parameter type-id='type-id-2715'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <parameter type-id='type-id-2712'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <char, std::char_traits<char> >' mangled-name='_ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St12_Setiosflags' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='108' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St12_Setiosflags@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <parameter type-id='type-id-2721'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <parameter type-id='type-id-2718'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <char, std::char_traits<char> >' mangled-name='_ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St14_Resetiosflags' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='78' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St14_Resetiosflags@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <parameter type-id='type-id-2722'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <parameter type-id='type-id-2719'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <char, std::char_traits<char> >' mangled-name='_ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St8_Setbase' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='142' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St8_Setbase@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <parameter type-id='type-id-2723'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <parameter type-id='type-id-2720'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <char, std::char_traits<char> >' mangled-name='_ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St13_Setprecision' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='207' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St13_Setprecision@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <parameter type-id='type-id-2724'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <parameter type-id='type-id-2721'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <char, std::char_traits<char> >' mangled-name='_ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St5_Setw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St5_Setw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <parameter type-id='type-id-2725'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <parameter type-id='type-id-2722'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <std::char_traits<char> >' mangled-name='_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_a' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='486' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_a@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
<parameter type-id='type-id-508'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <std::char_traits<char> >' mangled-name='_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_h' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='491' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_h@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <parameter type-id='type-id-1549'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <parameter type-id='type-id-1548'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <std::char_traits<char> >' mangled-name='_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKa' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='541' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKa@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <parameter type-id='type-id-2370'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <parameter type-id='type-id-2367'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <std::char_traits<char> >' mangled-name='_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKh' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='546' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKh@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <parameter type-id='type-id-1804'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <parameter type-id='type-id-1803'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='__copy_streambufs<wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZSt17__copy_streambufsIwSt11char_traitsIwEElPSt15basic_streambufIT_T0_ES6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf.tcc' line='140' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt17__copy_streambufsIwSt11char_traitsIwEElPSt15basic_streambufIT_T0_ES6_@@GLIBCXX_3.4.8'>
<parameter type-id='type-id-113'/>
<return type-id='type-id-48'/>
</function-decl>
<function-decl name='endl<wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZSt4endlIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='562' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4endlIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='ends<wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZSt4endsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='574' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt4endsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='operator<< <wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_St8_SetfillIS3_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='177' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_St8_SetfillIS3_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
- <parameter type-id='type-id-2716'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
+ <parameter type-id='type-id-2713'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='operator<< <wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_St12_Setiosflags' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='108' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_St12_Setiosflags@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
- <parameter type-id='type-id-2721'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
+ <parameter type-id='type-id-2718'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='operator<< <wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_St14_Resetiosflags' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='78' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_St14_Resetiosflags@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
- <parameter type-id='type-id-2722'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
+ <parameter type-id='type-id-2719'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='operator<< <wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_St8_Setbase' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='142' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_St8_Setbase@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
- <parameter type-id='type-id-2723'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
+ <parameter type-id='type-id-2720'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='operator<< <wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_St13_Setprecision' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='207' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_St13_Setprecision@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
- <parameter type-id='type-id-2724'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
+ <parameter type-id='type-id-2721'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='operator<< <wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_St5_Setw' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/iomanip' line='237' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_St5_Setw@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
- <parameter type-id='type-id-2725'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
+ <parameter type-id='type-id-2722'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='operator<< <wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_PKS3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='511' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_PKS3_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
<parameter type-id='type-id-249'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='operator<< <wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_PKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc' line='323' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_PKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
<parameter type-id='type-id-11'/>
- <return type-id='type-id-851'/>
+ <return type-id='type-id-850'/>
</function-decl>
<function-decl name='flush<char, std::char_traits<char> >' mangled-name='_ZSt5flushIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='584' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt5flushIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
- <return type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='operator<< <std::char_traits<char> >' mangled-name='_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='528' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-833'/>
+ <parameter type-id='type-id-832'/>
<parameter type-id='type-id-11'/>
- <return type-id='type-id-833'/>
+ <return type-id='type-id-832'/>
</function-decl>
<function-decl name='flush<wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZSt5flushIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ostream' line='584' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt5flushIwSt11char_traitsIwEERSt13basic_ostreamIT_T0_ES6_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-851'/>
- <return type-id='type-id-851'/>
+ <parameter type-id='type-id-850'/>
+ <return type-id='type-id-850'/>
</function-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-837' const='yes' id='type-id-2790'/>
- <qualified-type-def type-id='type-id-836' const='yes' id='type-id-2791'/>
- <qualified-type-def type-id='type-id-840' const='yes' id='type-id-2792'/>
- <qualified-type-def type-id='type-id-855' const='yes' id='type-id-2793'/>
- <qualified-type-def type-id='type-id-854' const='yes' id='type-id-2794'/>
- <qualified-type-def type-id='type-id-858' const='yes' id='type-id-2795'/>
+ <qualified-type-def type-id='type-id-836' const='yes' id='type-id-2787'/>
+ <qualified-type-def type-id='type-id-835' const='yes' id='type-id-2788'/>
+ <qualified-type-def type-id='type-id-839' const='yes' id='type-id-2789'/>
+ <qualified-type-def type-id='type-id-854' const='yes' id='type-id-2790'/>
+ <qualified-type-def type-id='type-id-853' const='yes' id='type-id-2791'/>
+ <qualified-type-def type-id='type-id-857' const='yes' id='type-id-2792'/>
<namespace-decl name='std'>
<function-decl name='max<long unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_algobase.h' line='210' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1976'/>
- <parameter type-id='type-id-1976'/>
- <return type-id='type-id-1976'/>
+ <parameter type-id='type-id-1975'/>
+ <parameter type-id='type-id-1975'/>
+ <return type-id='type-id-1975'/>
</function-decl>
- <class-decl name='basic_stringstream<char, std::char_traits<char>, std::allocator<char> >' size-in-bits='2944' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='483' column='1' id='type-id-2796'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2374'/>
+ <class-decl name='basic_stringstream<char, std::char_traits<char>, std::allocator<char> >' size-in-bits='2944' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='483' column='1' id='type-id-2793'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2371'/>
<member-type access='private'>
- <typedef-decl name='__stringbuf_type' type-id='type-id-2225' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='498' column='1' id='type-id-2797'/>
+ <typedef-decl name='__stringbuf_type' type-id='type-id-2223' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='498' column='1' id='type-id-2794'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='497' column='1' id='type-id-2798'/>
+ <typedef-decl name='__string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='497' column='1' id='type-id-2795'/>
</member-type>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='_M_stringbuf' type-id='type-id-2797' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='502' column='1'/>
+ <var-decl name='_M_stringbuf' type-id='type-id-2794' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='502' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='basic_stringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='518' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2799' is-artificial='yes'/>
+ <parameter type-id='type-id-2796' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='534' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2799' is-artificial='yes'/>
+ <parameter type-id='type-id-2796' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2800'/>
+ <parameter type-id='type-id-2797'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt18basic_stringstreamIcSt11char_traitsIcESaIcEE5rdbufEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='556' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt18basic_stringstreamIcSt11char_traitsIcESaIcEE5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2801' is-artificial='yes'/>
- <return type-id='type-id-2802'/>
+ <parameter type-id='type-id-2798' is-artificial='yes'/>
+ <return type-id='type-id-2799'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='str' mangled-name='_ZNKSt18basic_stringstreamIcSt11char_traitsIcESaIcEE3strEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='564' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt18basic_stringstreamIcSt11char_traitsIcESaIcEE3strEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2801' is-artificial='yes'/>
- <return type-id='type-id-2798'/>
+ <parameter type-id='type-id-2798' is-artificial='yes'/>
+ <return type-id='type-id-2795'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='str' mangled-name='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEE3strERKSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='574' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEE3strERKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2799' is-artificial='yes'/>
- <parameter type-id='type-id-2800'/>
+ <parameter type-id='type-id-2796' is-artificial='yes'/>
+ <parameter type-id='type-id-2797'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringstream' mangled-name='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEEC2ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='518' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEEC2ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2799' is-artificial='yes'/>
+ <parameter type-id='type-id-2796' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringstream' mangled-name='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEEC1ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='518' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEEC1ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2799' is-artificial='yes'/>
+ <parameter type-id='type-id-2796' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringstream' mangled-name='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEEC2ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='534' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEEC2ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2799' is-artificial='yes'/>
+ <parameter type-id='type-id-2796' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2800'/>
+ <parameter type-id='type-id-2797'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringstream' mangled-name='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEEC1ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='534' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEEC1ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2799' is-artificial='yes'/>
+ <parameter type-id='type-id-2796' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2800'/>
+ <parameter type-id='type-id-2797'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_stringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='545' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2799' is-artificial='yes'/>
+ <parameter type-id='type-id-2796' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_stringstream' mangled-name='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2799' is-artificial='yes'/>
+ <parameter type-id='type-id-2796' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_stringstream' mangled-name='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEED1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2799' is-artificial='yes'/>
+ <parameter type-id='type-id-2796' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_stringstream' mangled-name='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIcSt11char_traitsIcESaIcEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2799' is-artificial='yes'/>
+ <parameter type-id='type-id-2796' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='basic_istringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >' size-in-bits='2880' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='263' column='1' id='type-id-2803'>
+ <class-decl name='basic_istringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >' size-in-bits='2880' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='263' column='1' id='type-id-2800'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-321'/>
<member-type access='private'>
- <typedef-decl name='__stringbuf_type' type-id='type-id-2245' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='278' column='1' id='type-id-2804'/>
+ <typedef-decl name='__stringbuf_type' type-id='type-id-2243' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='278' column='1' id='type-id-2801'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='277' column='1' id='type-id-2805'/>
+ <typedef-decl name='__string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='277' column='1' id='type-id-2802'/>
</member-type>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_stringbuf' type-id='type-id-2804' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='282' column='1'/>
+ <var-decl name='_M_stringbuf' type-id='type-id-2801' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='282' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='basic_istringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='299' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2806' is-artificial='yes'/>
+ <parameter type-id='type-id-2803' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_istringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='317' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2806' is-artificial='yes'/>
+ <parameter type-id='type-id-2803' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2807'/>
+ <parameter type-id='type-id-2804'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt19basic_istringstreamIwSt11char_traitsIwESaIwEE5rdbufEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='339' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt19basic_istringstreamIwSt11char_traitsIwESaIwEE5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2808' is-artificial='yes'/>
- <return type-id='type-id-2809'/>
+ <parameter type-id='type-id-2805' is-artificial='yes'/>
+ <return type-id='type-id-2806'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='str' mangled-name='_ZNKSt19basic_istringstreamIwSt11char_traitsIwESaIwEE3strEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='347' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt19basic_istringstreamIwSt11char_traitsIwESaIwEE3strEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2808' is-artificial='yes'/>
- <return type-id='type-id-2805'/>
+ <parameter type-id='type-id-2805' is-artificial='yes'/>
+ <return type-id='type-id-2802'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='str' mangled-name='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEE3strERKSbIwS1_S2_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='357' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEE3strERKSbIwS1_S2_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2806' is-artificial='yes'/>
- <parameter type-id='type-id-2807'/>
+ <parameter type-id='type-id-2803' is-artificial='yes'/>
+ <parameter type-id='type-id-2804'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_istringstream' mangled-name='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEEC2ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEEC2ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2806' is-artificial='yes'/>
+ <parameter type-id='type-id-2803' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_istringstream' mangled-name='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEEC1ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEEC1ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2806' is-artificial='yes'/>
+ <parameter type-id='type-id-2803' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_istringstream' mangled-name='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEEC2ERKSbIwS1_S2_ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='317' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEEC2ERKSbIwS1_S2_ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2806' is-artificial='yes'/>
+ <parameter type-id='type-id-2803' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2807'/>
+ <parameter type-id='type-id-2804'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_istringstream' mangled-name='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEEC1ERKSbIwS1_S2_ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='317' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEEC1ERKSbIwS1_S2_ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2806' is-artificial='yes'/>
+ <parameter type-id='type-id-2803' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2807'/>
+ <parameter type-id='type-id-2804'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_istringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='328' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2806' is-artificial='yes'/>
+ <parameter type-id='type-id-2803' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_istringstream' mangled-name='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='328' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2806' is-artificial='yes'/>
+ <parameter type-id='type-id-2803' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_istringstream' mangled-name='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEED1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='328' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2806' is-artificial='yes'/>
+ <parameter type-id='type-id-2803' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_istringstream' mangled-name='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='328' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIwSt11char_traitsIwESaIwEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2806' is-artificial='yes'/>
+ <parameter type-id='type-id-2803' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='basic_istringstream<char, std::char_traits<char>, std::allocator<char> >' size-in-bits='2880' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='263' column='1' id='type-id-2810'>
+ <class-decl name='basic_istringstream<char, std::char_traits<char>, std::allocator<char> >' size-in-bits='2880' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='263' column='1' id='type-id-2807'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-282'/>
<member-type access='private'>
- <typedef-decl name='__stringbuf_type' type-id='type-id-2225' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='278' column='1' id='type-id-2811'/>
+ <typedef-decl name='__stringbuf_type' type-id='type-id-2223' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='278' column='1' id='type-id-2808'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='277' column='1' id='type-id-2812'/>
+ <typedef-decl name='__string_type' type-id='type-id-146' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='277' column='1' id='type-id-2809'/>
</member-type>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_stringbuf' type-id='type-id-2811' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='282' column='1'/>
+ <var-decl name='_M_stringbuf' type-id='type-id-2808' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='282' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='basic_istringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='299' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2813' is-artificial='yes'/>
+ <parameter type-id='type-id-2810' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_istringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='317' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2813' is-artificial='yes'/>
+ <parameter type-id='type-id-2810' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2814'/>
+ <parameter type-id='type-id-2811'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt19basic_istringstreamIcSt11char_traitsIcESaIcEE5rdbufEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='339' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt19basic_istringstreamIcSt11char_traitsIcESaIcEE5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2815' is-artificial='yes'/>
- <return type-id='type-id-2816'/>
+ <parameter type-id='type-id-2812' is-artificial='yes'/>
+ <return type-id='type-id-2813'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='str' mangled-name='_ZNKSt19basic_istringstreamIcSt11char_traitsIcESaIcEE3strEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='347' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt19basic_istringstreamIcSt11char_traitsIcESaIcEE3strEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2815' is-artificial='yes'/>
- <return type-id='type-id-2812'/>
+ <parameter type-id='type-id-2812' is-artificial='yes'/>
+ <return type-id='type-id-2809'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='str' mangled-name='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEE3strERKSs' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='357' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEE3strERKSs@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2813' is-artificial='yes'/>
- <parameter type-id='type-id-2814'/>
+ <parameter type-id='type-id-2810' is-artificial='yes'/>
+ <parameter type-id='type-id-2811'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_istringstream' mangled-name='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEEC2ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEEC2ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2813' is-artificial='yes'/>
+ <parameter type-id='type-id-2810' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_istringstream' mangled-name='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEEC1ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='299' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEEC1ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2813' is-artificial='yes'/>
+ <parameter type-id='type-id-2810' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_istringstream' mangled-name='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEEC2ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='317' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEEC2ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2813' is-artificial='yes'/>
+ <parameter type-id='type-id-2810' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2814'/>
+ <parameter type-id='type-id-2811'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_istringstream' mangled-name='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEEC1ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='317' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEEC1ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2813' is-artificial='yes'/>
+ <parameter type-id='type-id-2810' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2814'/>
+ <parameter type-id='type-id-2811'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_istringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='328' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2813' is-artificial='yes'/>
+ <parameter type-id='type-id-2810' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_istringstream' mangled-name='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='328' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2813' is-artificial='yes'/>
+ <parameter type-id='type-id-2810' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_istringstream' mangled-name='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEED1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='328' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2813' is-artificial='yes'/>
+ <parameter type-id='type-id-2810' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_istringstream' mangled-name='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='328' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2813' is-artificial='yes'/>
+ <parameter type-id='type-id-2810' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='basic_stringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >' size-in-bits='2944' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='483' column='1' id='type-id-2817'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2717'/>
+ <class-decl name='basic_stringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >' size-in-bits='2944' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='483' column='1' id='type-id-2814'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2714'/>
<member-type access='private'>
- <typedef-decl name='__stringbuf_type' type-id='type-id-2245' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='498' column='1' id='type-id-2818'/>
+ <typedef-decl name='__stringbuf_type' type-id='type-id-2243' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='498' column='1' id='type-id-2815'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='__string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='497' column='1' id='type-id-2819'/>
+ <typedef-decl name='__string_type' type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='497' column='1' id='type-id-2816'/>
</member-type>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='_M_stringbuf' type-id='type-id-2818' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='502' column='1'/>
+ <var-decl name='_M_stringbuf' type-id='type-id-2815' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='502' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='basic_stringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='518' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2820' is-artificial='yes'/>
+ <parameter type-id='type-id-2817' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='534' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2820' is-artificial='yes'/>
+ <parameter type-id='type-id-2817' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2821'/>
+ <parameter type-id='type-id-2818'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt18basic_stringstreamIwSt11char_traitsIwESaIwEE5rdbufEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='556' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt18basic_stringstreamIwSt11char_traitsIwESaIwEE5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2822' is-artificial='yes'/>
- <return type-id='type-id-2823'/>
+ <parameter type-id='type-id-2819' is-artificial='yes'/>
+ <return type-id='type-id-2820'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='str' mangled-name='_ZNKSt18basic_stringstreamIwSt11char_traitsIwESaIwEE3strEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='564' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt18basic_stringstreamIwSt11char_traitsIwESaIwEE3strEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2822' is-artificial='yes'/>
- <return type-id='type-id-2819'/>
+ <parameter type-id='type-id-2819' is-artificial='yes'/>
+ <return type-id='type-id-2816'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='str' mangled-name='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEE3strERKSbIwS1_S2_E' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='574' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEE3strERKSbIwS1_S2_E@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2820' is-artificial='yes'/>
- <parameter type-id='type-id-2821'/>
+ <parameter type-id='type-id-2817' is-artificial='yes'/>
+ <parameter type-id='type-id-2818'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringstream' mangled-name='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEEC2ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='518' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEEC2ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2820' is-artificial='yes'/>
+ <parameter type-id='type-id-2817' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringstream' mangled-name='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEEC1ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='518' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEEC1ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2820' is-artificial='yes'/>
+ <parameter type-id='type-id-2817' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-51'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringstream' mangled-name='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEEC2ERKSbIwS1_S2_ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='534' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEEC2ERKSbIwS1_S2_ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2820' is-artificial='yes'/>
+ <parameter type-id='type-id-2817' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2821'/>
+ <parameter type-id='type-id-2818'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_stringstream' mangled-name='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEEC1ERKSbIwS1_S2_ESt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='534' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEEC1ERKSbIwS1_S2_ESt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2820' is-artificial='yes'/>
+ <parameter type-id='type-id-2817' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
- <parameter type-id='type-id-2821'/>
+ <parameter type-id='type-id-2818'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_stringstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='545' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2820' is-artificial='yes'/>
+ <parameter type-id='type-id-2817' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_stringstream' mangled-name='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2820' is-artificial='yes'/>
+ <parameter type-id='type-id-2817' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_stringstream' mangled-name='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEED1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2820' is-artificial='yes'/>
+ <parameter type-id='type-id-2817' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_stringstream' mangled-name='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream' line='545' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt18basic_stringstreamIwSt11char_traitsIwESaIwEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2820' is-artificial='yes'/>
+ <parameter type-id='type-id-2817' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</namespace-decl>
- <qualified-type-def type-id='type-id-2232' const='yes' id='type-id-2824'/>
- <qualified-type-def type-id='type-id-2227' const='yes' id='type-id-2825'/>
- <qualified-type-def type-id='type-id-2230' const='yes' id='type-id-2826'/>
- <qualified-type-def type-id='type-id-2252' const='yes' id='type-id-2827'/>
- <qualified-type-def type-id='type-id-2247' const='yes' id='type-id-2828'/>
- <qualified-type-def type-id='type-id-2250' const='yes' id='type-id-2829'/>
- <pointer-type-def type-id='type-id-2796' size-in-bits='64' id='type-id-2799'/>
- <qualified-type-def type-id='type-id-2798' const='yes' id='type-id-2830'/>
- <reference-type-def kind='lvalue' type-id='type-id-2830' size-in-bits='64' id='type-id-2800'/>
- <pointer-type-def type-id='type-id-2797' size-in-bits='64' id='type-id-2802'/>
- <qualified-type-def type-id='type-id-2796' const='yes' id='type-id-2831'/>
- <pointer-type-def type-id='type-id-2831' size-in-bits='64' id='type-id-2801'/>
- <pointer-type-def type-id='type-id-2803' size-in-bits='64' id='type-id-2806'/>
- <qualified-type-def type-id='type-id-2805' const='yes' id='type-id-2832'/>
- <reference-type-def kind='lvalue' type-id='type-id-2832' size-in-bits='64' id='type-id-2807'/>
- <pointer-type-def type-id='type-id-2804' size-in-bits='64' id='type-id-2809'/>
- <qualified-type-def type-id='type-id-2803' const='yes' id='type-id-2833'/>
- <pointer-type-def type-id='type-id-2833' size-in-bits='64' id='type-id-2808'/>
- <pointer-type-def type-id='type-id-2810' size-in-bits='64' id='type-id-2813'/>
- <qualified-type-def type-id='type-id-2812' const='yes' id='type-id-2834'/>
- <reference-type-def kind='lvalue' type-id='type-id-2834' size-in-bits='64' id='type-id-2814'/>
- <pointer-type-def type-id='type-id-2811' size-in-bits='64' id='type-id-2816'/>
- <qualified-type-def type-id='type-id-2810' const='yes' id='type-id-2835'/>
- <pointer-type-def type-id='type-id-2835' size-in-bits='64' id='type-id-2815'/>
- <pointer-type-def type-id='type-id-2817' size-in-bits='64' id='type-id-2820'/>
- <qualified-type-def type-id='type-id-2819' const='yes' id='type-id-2836'/>
- <reference-type-def kind='lvalue' type-id='type-id-2836' size-in-bits='64' id='type-id-2821'/>
- <pointer-type-def type-id='type-id-2818' size-in-bits='64' id='type-id-2823'/>
- <qualified-type-def type-id='type-id-2817' const='yes' id='type-id-2837'/>
- <pointer-type-def type-id='type-id-2837' size-in-bits='64' id='type-id-2822'/>
+ <qualified-type-def type-id='type-id-2230' const='yes' id='type-id-2821'/>
+ <qualified-type-def type-id='type-id-2225' const='yes' id='type-id-2822'/>
+ <qualified-type-def type-id='type-id-2228' const='yes' id='type-id-2823'/>
+ <qualified-type-def type-id='type-id-2250' const='yes' id='type-id-2824'/>
+ <qualified-type-def type-id='type-id-2245' const='yes' id='type-id-2825'/>
+ <qualified-type-def type-id='type-id-2248' const='yes' id='type-id-2826'/>
+ <pointer-type-def type-id='type-id-2793' size-in-bits='64' id='type-id-2796'/>
+ <qualified-type-def type-id='type-id-2795' const='yes' id='type-id-2827'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2827' size-in-bits='64' id='type-id-2797'/>
+ <pointer-type-def type-id='type-id-2794' size-in-bits='64' id='type-id-2799'/>
+ <qualified-type-def type-id='type-id-2793' const='yes' id='type-id-2828'/>
+ <pointer-type-def type-id='type-id-2828' size-in-bits='64' id='type-id-2798'/>
+ <pointer-type-def type-id='type-id-2800' size-in-bits='64' id='type-id-2803'/>
+ <qualified-type-def type-id='type-id-2802' const='yes' id='type-id-2829'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2829' size-in-bits='64' id='type-id-2804'/>
+ <pointer-type-def type-id='type-id-2801' size-in-bits='64' id='type-id-2806'/>
+ <qualified-type-def type-id='type-id-2800' const='yes' id='type-id-2830'/>
+ <pointer-type-def type-id='type-id-2830' size-in-bits='64' id='type-id-2805'/>
+ <pointer-type-def type-id='type-id-2807' size-in-bits='64' id='type-id-2810'/>
+ <qualified-type-def type-id='type-id-2809' const='yes' id='type-id-2831'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2831' size-in-bits='64' id='type-id-2811'/>
+ <pointer-type-def type-id='type-id-2808' size-in-bits='64' id='type-id-2813'/>
+ <qualified-type-def type-id='type-id-2807' const='yes' id='type-id-2832'/>
+ <pointer-type-def type-id='type-id-2832' size-in-bits='64' id='type-id-2812'/>
+ <pointer-type-def type-id='type-id-2814' size-in-bits='64' id='type-id-2817'/>
+ <qualified-type-def type-id='type-id-2816' const='yes' id='type-id-2833'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2833' size-in-bits='64' id='type-id-2818'/>
+ <pointer-type-def type-id='type-id-2815' size-in-bits='64' id='type-id-2820'/>
+ <qualified-type-def type-id='type-id-2814' const='yes' id='type-id-2834'/>
+ <pointer-type-def type-id='type-id-2834' size-in-bits='64' id='type-id-2819'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/streambuf-inst.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
- <qualified-type-def type-id='type-id-39' const='yes' id='type-id-2838'/>
- <qualified-type-def type-id='type-id-123' const='yes' id='type-id-2839'/>
+ <qualified-type-def type-id='type-id-39' const='yes' id='type-id-2835'/>
+ <qualified-type-def type-id='type-id-123' const='yes' id='type-id-2836'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/wlocale-inst.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<function-decl name='__iterator_category<const wchar_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-354'/>
- <return type-id='type-id-2554'/>
+ <return type-id='type-id-2551'/>
</function-decl>
<function-decl name='__distance<const wchar_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_funcs.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-249'/>
- <parameter type-id='type-id-784'/>
+ <parameter type-id='type-id-783'/>
<return type-id='type-id-486'/>
</function-decl>
<function-decl name='distance<const wchar_t*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_funcs.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
<return type-id='type-id-486'/>
</function-decl>
<function-decl name='operator!=<wchar_t, std::char_traits<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='212' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-887'/>
- <parameter type-id='type-id-887'/>
+ <parameter type-id='type-id-886'/>
+ <parameter type-id='type-id-886'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='use_facet<std::codecvt<wchar_t, char, __mbstate_t> >' mangled-name='_ZSt9use_facetISt7codecvtIwc11__mbstate_tEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt7codecvtIwc11__mbstate_tEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2840'/>
+ <return type-id='type-id-2837'/>
</function-decl>
<function-decl name='use_facet<std::collate<wchar_t> >' mangled-name='_ZSt9use_facetISt7collateIwEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt7collateIwEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2841'/>
+ <return type-id='type-id-2838'/>
</function-decl>
<function-decl name='use_facet<std::numpunct<wchar_t> >' mangled-name='_ZSt9use_facetISt8numpunctIwEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt8numpunctIwEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2842'/>
+ <return type-id='type-id-2839'/>
</function-decl>
<function-decl name='use_facet<std::moneypunct<wchar_t, true> >' mangled-name='_ZSt9use_facetISt10moneypunctIwLb1EEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt10moneypunctIwLb1EEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2843'/>
+ <return type-id='type-id-2840'/>
</function-decl>
<function-decl name='use_facet<std::moneypunct<wchar_t, false> >' mangled-name='_ZSt9use_facetISt10moneypunctIwLb0EEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt10moneypunctIwLb0EEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2844'/>
+ <return type-id='type-id-2841'/>
</function-decl>
<function-decl name='use_facet<std::money_put<wchar_t> >' mangled-name='_ZSt9use_facetISt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt9money_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2845'/>
+ <return type-id='type-id-2842'/>
</function-decl>
<function-decl name='use_facet<std::money_get<wchar_t> >' mangled-name='_ZSt9use_facetISt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2846'/>
+ <return type-id='type-id-2843'/>
</function-decl>
<function-decl name='use_facet<std::__timepunct<wchar_t> >' mangled-name='_ZSt9use_facetISt11__timepunctIwEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt11__timepunctIwEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2847'/>
+ <return type-id='type-id-2844'/>
</function-decl>
<function-decl name='use_facet<std::time_put<wchar_t> >' mangled-name='_ZSt9use_facetISt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt8time_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2848'/>
+ <return type-id='type-id-2845'/>
</function-decl>
<function-decl name='use_facet<std::time_get<wchar_t> >' mangled-name='_ZSt9use_facetISt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt8time_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2849'/>
+ <return type-id='type-id-2846'/>
</function-decl>
<function-decl name='use_facet<std::messages<wchar_t> >' mangled-name='_ZSt9use_facetISt8messagesIwEERKT_RKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='130' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9use_facetISt8messagesIwEERKT_RKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2850'/>
+ <return type-id='type-id-2847'/>
</function-decl>
<function-decl name='has_facet<std::codecvt<wchar_t, char, __mbstate_t> >' mangled-name='_ZSt9has_facetISt7codecvtIwc11__mbstate_tEEbRKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.tcc' line='103' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt9has_facetISt7codecvtIwc11__mbstate_tEEbRKSt6locale@@GLIBCXX_3.4'>
<parameter type-id='type-id-31'/>
<return type-id='type-id-36'/>
</function-decl>
<function-decl name='__write<wchar_t>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-737'/>
+ <parameter type-id='type-id-736'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-737'/>
+ <return type-id='type-id-736'/>
</function-decl>
- <class-decl name='collate_byname<wchar_t>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='760' column='1' id='type-id-2851'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-934'/>
+ <class-decl name='collate_byname<wchar_t>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='760' column='1' id='type-id-2848'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-933'/>
<member-function access='private'>
<function-decl name='collate_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='770' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2852' is-artificial='yes'/>
+ <parameter type-id='type-id-2849' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='collate_byname' mangled-name='_ZNSt14collate_bynameIwEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='770' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14collate_bynameIwEC2EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2852' is-artificial='yes'/>
+ <parameter type-id='type-id-2849' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~collate_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='783' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2852' is-artificial='yes'/>
+ <parameter type-id='type-id-2849' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~collate_byname' mangled-name='_ZNSt14collate_bynameIwED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='783' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14collate_bynameIwED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2852' is-artificial='yes'/>
+ <parameter type-id='type-id-2849' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~collate_byname' mangled-name='_ZNSt14collate_bynameIwED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_classes.h' line='783' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14collate_bynameIwED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2852' is-artificial='yes'/>
+ <parameter type-id='type-id-2849' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='codecvt_byname<wchar_t, char, __mbstate_t>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='459' column='1' id='type-id-2853'>
+ <class-decl name='codecvt_byname<wchar_t, char, __mbstate_t>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='459' column='1' id='type-id-2850'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-411'/>
<member-function access='private'>
<function-decl name='codecvt_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='463' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2854' is-artificial='yes'/>
+ <parameter type-id='type-id-2851' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='codecvt_byname' mangled-name='_ZNSt14codecvt_bynameIwc11__mbstate_tEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='463' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14codecvt_bynameIwc11__mbstate_tEC1EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2854' is-artificial='yes'/>
+ <parameter type-id='type-id-2851' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~codecvt_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='476' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2854' is-artificial='yes'/>
+ <parameter type-id='type-id-2851' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~codecvt_byname' mangled-name='_ZNSt14codecvt_bynameIwc11__mbstate_tED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='476' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14codecvt_bynameIwc11__mbstate_tED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2854' is-artificial='yes'/>
+ <parameter type-id='type-id-2851' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~codecvt_byname' mangled-name='_ZNSt14codecvt_bynameIwc11__mbstate_tED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/codecvt.h' line='476' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14codecvt_bynameIwc11__mbstate_tED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2854' is-artificial='yes'/>
+ <parameter type-id='type-id-2851' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='messages_byname<wchar_t>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1879' column='1' id='type-id-2855'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-936'/>
+ <class-decl name='messages_byname<wchar_t>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1879' column='1' id='type-id-2852'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-935'/>
<member-function access='private'>
<function-decl name='messages_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/messages_members.h' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2856' is-artificial='yes'/>
+ <parameter type-id='type-id-2853' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='messages_byname' mangled-name='_ZNSt15messages_bynameIwEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/messages_members.h' line='105' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15messages_bynameIwEC1EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2856' is-artificial='yes'/>
+ <parameter type-id='type-id-2853' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~messages_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1890' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2856' is-artificial='yes'/>
+ <parameter type-id='type-id-2853' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~messages_byname' mangled-name='_ZNSt15messages_bynameIwED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1890' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15messages_bynameIwED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2856' is-artificial='yes'/>
+ <parameter type-id='type-id-2853' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~messages_byname' mangled-name='_ZNSt15messages_bynameIwED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1890' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15messages_bynameIwED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2856' is-artificial='yes'/>
+ <parameter type-id='type-id-2853' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='numpunct_byname<wchar_t>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1876' column='1' id='type-id-2857'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-946'/>
+ <class-decl name='numpunct_byname<wchar_t>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1876' column='1' id='type-id-2854'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-945'/>
<member-function access='private'>
<function-decl name='numpunct_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1883' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2858' is-artificial='yes'/>
+ <parameter type-id='type-id-2855' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='numpunct_byname' mangled-name='_ZNSt15numpunct_bynameIwEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1883' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15numpunct_bynameIwEC1EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2858' is-artificial='yes'/>
+ <parameter type-id='type-id-2855' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~numpunct_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1898' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2858' is-artificial='yes'/>
+ <parameter type-id='type-id-2855' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~numpunct_byname' mangled-name='_ZNSt15numpunct_bynameIwED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1898' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15numpunct_bynameIwED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2858' is-artificial='yes'/>
+ <parameter type-id='type-id-2855' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~numpunct_byname' mangled-name='_ZNSt15numpunct_bynameIwED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='1898' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15numpunct_bynameIwED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2858' is-artificial='yes'/>
+ <parameter type-id='type-id-2855' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='moneypunct_byname<wchar_t, true>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1324' column='1' id='type-id-2859'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-944'/>
+ <class-decl name='moneypunct_byname<wchar_t, true>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1324' column='1' id='type-id-2856'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-943'/>
<data-member access='private' static='yes'>
- <var-decl name='intl' type-id='type-id-1006' mangled-name='_ZNSt17moneypunct_bynameIwLb1EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1330' column='1' elf-symbol-id='_ZNSt17moneypunct_bynameIwLb1EE4intlE@@GLIBCXX_3.4'/>
+ <var-decl name='intl' type-id='type-id-1005' mangled-name='_ZNSt17moneypunct_bynameIwLb1EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1330' column='1' elf-symbol-id='_ZNSt17moneypunct_bynameIwLb1EE4intlE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='moneypunct_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1333' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2860' is-artificial='yes'/>
+ <parameter type-id='type-id-2857' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct_byname' mangled-name='_ZNSt17moneypunct_bynameIwLb1EEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1333' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17moneypunct_bynameIwLb1EEC1EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2860' is-artificial='yes'/>
+ <parameter type-id='type-id-2857' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1348' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2860' is-artificial='yes'/>
+ <parameter type-id='type-id-2857' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct_byname' mangled-name='_ZNSt17moneypunct_bynameIwLb1EED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17moneypunct_bynameIwLb1EED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2860' is-artificial='yes'/>
+ <parameter type-id='type-id-2857' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct_byname' mangled-name='_ZNSt17moneypunct_bynameIwLb1EED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17moneypunct_bynameIwLb1EED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2860' is-artificial='yes'/>
+ <parameter type-id='type-id-2857' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='moneypunct_byname<wchar_t, false>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1324' column='1' id='type-id-2861'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-943'/>
+ <class-decl name='moneypunct_byname<wchar_t, false>' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1324' column='1' id='type-id-2858'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-942'/>
<data-member access='private' static='yes'>
- <var-decl name='intl' type-id='type-id-1006' mangled-name='_ZNSt17moneypunct_bynameIwLb0EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1330' column='1' elf-symbol-id='_ZNSt17moneypunct_bynameIwLb0EE4intlE@@GLIBCXX_3.4'/>
+ <var-decl name='intl' type-id='type-id-1005' mangled-name='_ZNSt17moneypunct_bynameIwLb0EE4intlE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1330' column='1' elf-symbol-id='_ZNSt17moneypunct_bynameIwLb0EE4intlE@@GLIBCXX_3.4'/>
</data-member>
<member-function access='private'>
<function-decl name='moneypunct_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1333' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2862' is-artificial='yes'/>
+ <parameter type-id='type-id-2859' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='moneypunct_byname' mangled-name='_ZNSt17moneypunct_bynameIwLb0EEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1333' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17moneypunct_bynameIwLb0EEC2EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2862' is-artificial='yes'/>
+ <parameter type-id='type-id-2859' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1348' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2862' is-artificial='yes'/>
+ <parameter type-id='type-id-2859' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct_byname' mangled-name='_ZNSt17moneypunct_bynameIwLb0EED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17moneypunct_bynameIwLb0EED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2862' is-artificial='yes'/>
+ <parameter type-id='type-id-2859' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~moneypunct_byname' mangled-name='_ZNSt17moneypunct_bynameIwLb0EED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='1348' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17moneypunct_bynameIwLb0EED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2862' is-artificial='yes'/>
+ <parameter type-id='type-id-2859' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='time_put_byname<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='811' column='1' id='type-id-2863'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-950'/>
+ <class-decl name='time_put_byname<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='811' column='1' id='type-id-2860'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-949'/>
<member-function access='private'>
<function-decl name='time_put_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='819' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2864' is-artificial='yes'/>
+ <parameter type-id='type-id-2861' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='time_put_byname' mangled-name='_ZNSt15time_put_bynameIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='819' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15time_put_bynameIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEEC1EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2864' is-artificial='yes'/>
+ <parameter type-id='type-id-2861' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_put_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='825' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2864' is-artificial='yes'/>
+ <parameter type-id='type-id-2861' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_put_byname' mangled-name='_ZNSt15time_put_bynameIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='825' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15time_put_bynameIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2864' is-artificial='yes'/>
+ <parameter type-id='type-id-2861' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_put_byname' mangled-name='_ZNSt15time_put_bynameIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='825' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15time_put_bynameIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2864' is-artificial='yes'/>
+ <parameter type-id='type-id-2861' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='time_get_byname<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='686' column='1' id='type-id-2865'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-948'/>
+ <class-decl name='time_get_byname<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >' size-in-bits='128' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='686' column='1' id='type-id-2862'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-947'/>
<member-function access='private'>
<function-decl name='time_get_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='694' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2866' is-artificial='yes'/>
+ <parameter type-id='type-id-2863' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='time_get_byname' mangled-name='_ZNSt15time_get_bynameIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC2EPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='694' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15time_get_bynameIwSt19istreambuf_iteratorIwSt11char_traitsIwEEEC1EPKcm@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2866' is-artificial='yes'/>
+ <parameter type-id='type-id-2863' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_get_byname' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='699' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2866' is-artificial='yes'/>
+ <parameter type-id='type-id-2863' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_get_byname' mangled-name='_ZNSt15time_get_bynameIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='699' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15time_get_bynameIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2866' is-artificial='yes'/>
+ <parameter type-id='type-id-2863' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes' vtable-offset='-1'>
<function-decl name='~time_get_byname' mangled-name='_ZNSt15time_get_bynameIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.h' line='699' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt15time_get_bynameIwSt19istreambuf_iteratorIwSt11char_traitsIwEEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2866' is-artificial='yes'/>
+ <parameter type-id='type-id-2863' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__pad<wchar_t, std::char_traits<wchar_t> >' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='90' column='1' id='type-id-2867'>
+ <class-decl name='__pad<wchar_t, std::char_traits<wchar_t> >' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='90' column='1' id='type-id-2864'>
<member-function access='private' static='yes'>
<function-decl name='_S_pad' mangled-name='_ZNSt5__padIwSt11char_traitsIwEE6_S_padERSt8ios_basewPwPKwll' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='1193' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-102'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__use_cache<std::__moneypunct_cache<wchar_t, true> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='40' column='1' id='type-id-2868'>
+ <class-decl name='__use_cache<std::__moneypunct_cache<wchar_t, true> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='40' column='1' id='type-id-2865'>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt11__use_cacheISt18__moneypunct_cacheIwLb1EEEclERKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='43' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2869' is-artificial='yes'/>
+ <parameter type-id='type-id-2866' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2870'/>
+ <return type-id='type-id-2867'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__use_cache<std::__moneypunct_cache<wchar_t, false> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='40' column='1' id='type-id-2871'>
+ <class-decl name='__use_cache<std::__moneypunct_cache<wchar_t, false> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='40' column='1' id='type-id-2868'>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt11__use_cacheISt18__moneypunct_cacheIwLb0EEEclERKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets_nonio.tcc' line='43' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2872' is-artificial='yes'/>
+ <parameter type-id='type-id-2869' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2873'/>
+ <return type-id='type-id-2870'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__use_cache<std::__numpunct_cache<wchar_t> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='52' column='1' id='type-id-2874'>
+ <class-decl name='__use_cache<std::__numpunct_cache<wchar_t> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='52' column='1' id='type-id-2871'>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt11__use_cacheISt16__numpunct_cacheIwEEclERKSt6locale' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.tcc' line='55' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2875' is-artificial='yes'/>
+ <parameter type-id='type-id-2872' is-artificial='yes'/>
<parameter type-id='type-id-31'/>
- <return type-id='type-id-2876'/>
+ <return type-id='type-id-2873'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='operator!=<wchar_t, std::char_traits<wchar_t> >' mangled-name='_ZStneIwSt11char_traitsIwEEbRKSt19istreambuf_iteratorIT_T0_ES7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/streambuf_iterator.h' line='212' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-887'/>
- <parameter type-id='type-id-887'/>
+ <parameter type-id='type-id-886'/>
+ <parameter type-id='type-id-886'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='__write<wchar_t>' mangled-name='_ZSt7__writeIwESt19ostreambuf_iteratorIT_St11char_traitsIS1_EES4_PKS1_i' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/locale_facets.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-737'/>
+ <parameter type-id='type-id-736'/>
<parameter type-id='type-id-249'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-737'/>
+ <return type-id='type-id-736'/>
</function-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-909' size-in-bits='64' id='type-id-2840'/>
+ <reference-type-def kind='lvalue' type-id='type-id-908' size-in-bits='64' id='type-id-2837'/>
<namespace-decl name='__gnu_cxx'>
<function-decl name='__is_null_pointer<const wchar_t>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/type_traits.h' line='150' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-249'/>
<return type-id='type-id-23'/>
</function-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-968' const='yes' id='type-id-2877'/>
- <reference-type-def kind='lvalue' type-id='type-id-1084' size-in-bits='64' id='type-id-2841'/>
-
-
- <reference-type-def kind='lvalue' type-id='type-id-1100' size-in-bits='64' id='type-id-2842'/>
-
- <reference-type-def kind='lvalue' type-id='type-id-1098' size-in-bits='64' id='type-id-2843'/>
- <reference-type-def kind='lvalue' type-id='type-id-1097' size-in-bits='64' id='type-id-2844'/>
- <qualified-type-def type-id='type-id-995' const='yes' id='type-id-2878'/>
- <reference-type-def kind='lvalue' type-id='type-id-1093' size-in-bits='64' id='type-id-2845'/>
- <qualified-type-def type-id='type-id-879' const='yes' id='type-id-2879'/>
- <qualified-type-def type-id='type-id-985' const='yes' id='type-id-2880'/>
- <reference-type-def kind='lvalue' type-id='type-id-1090' size-in-bits='64' id='type-id-2846'/>
- <reference-type-def kind='lvalue' type-id='type-id-1082' size-in-bits='64' id='type-id-2847'/>
- <reference-type-def kind='lvalue' type-id='type-id-1104' size-in-bits='64' id='type-id-2848'/>
- <qualified-type-def type-id='type-id-1045' const='yes' id='type-id-2881'/>
- <reference-type-def kind='lvalue' type-id='type-id-1102' size-in-bits='64' id='type-id-2849'/>
- <reference-type-def kind='lvalue' type-id='type-id-1087' size-in-bits='64' id='type-id-2850'/>
-
- <qualified-type-def type-id='type-id-730' const='yes' id='type-id-2882'/>
- <pointer-type-def type-id='type-id-2851' size-in-bits='64' id='type-id-2852'/>
- <pointer-type-def type-id='type-id-2853' size-in-bits='64' id='type-id-2854'/>
- <pointer-type-def type-id='type-id-2855' size-in-bits='64' id='type-id-2856'/>
- <pointer-type-def type-id='type-id-2857' size-in-bits='64' id='type-id-2858'/>
- <pointer-type-def type-id='type-id-2859' size-in-bits='64' id='type-id-2860'/>
- <pointer-type-def type-id='type-id-2861' size-in-bits='64' id='type-id-2862'/>
- <pointer-type-def type-id='type-id-2863' size-in-bits='64' id='type-id-2864'/>
- <pointer-type-def type-id='type-id-2865' size-in-bits='64' id='type-id-2866'/>
- <pointer-type-def type-id='type-id-1151' size-in-bits='64' id='type-id-2870'/>
- <qualified-type-def type-id='type-id-2868' const='yes' id='type-id-2883'/>
- <pointer-type-def type-id='type-id-2883' size-in-bits='64' id='type-id-2869'/>
- <pointer-type-def type-id='type-id-1150' size-in-bits='64' id='type-id-2873'/>
- <qualified-type-def type-id='type-id-2871' const='yes' id='type-id-2884'/>
- <pointer-type-def type-id='type-id-2884' size-in-bits='64' id='type-id-2872'/>
- <pointer-type-def type-id='type-id-1153' size-in-bits='64' id='type-id-2876'/>
- <qualified-type-def type-id='type-id-2874' const='yes' id='type-id-2885'/>
- <pointer-type-def type-id='type-id-2885' size-in-bits='64' id='type-id-2875'/>
+ <qualified-type-def type-id='type-id-967' const='yes' id='type-id-2874'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1083' size-in-bits='64' id='type-id-2838'/>
+
+
+ <reference-type-def kind='lvalue' type-id='type-id-1099' size-in-bits='64' id='type-id-2839'/>
+
+ <reference-type-def kind='lvalue' type-id='type-id-1097' size-in-bits='64' id='type-id-2840'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1096' size-in-bits='64' id='type-id-2841'/>
+ <qualified-type-def type-id='type-id-994' const='yes' id='type-id-2875'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1092' size-in-bits='64' id='type-id-2842'/>
+ <qualified-type-def type-id='type-id-878' const='yes' id='type-id-2876'/>
+ <qualified-type-def type-id='type-id-984' const='yes' id='type-id-2877'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1089' size-in-bits='64' id='type-id-2843'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1081' size-in-bits='64' id='type-id-2844'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1103' size-in-bits='64' id='type-id-2845'/>
+ <qualified-type-def type-id='type-id-1044' const='yes' id='type-id-2878'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1101' size-in-bits='64' id='type-id-2846'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1086' size-in-bits='64' id='type-id-2847'/>
+
+ <qualified-type-def type-id='type-id-729' const='yes' id='type-id-2879'/>
+ <pointer-type-def type-id='type-id-2848' size-in-bits='64' id='type-id-2849'/>
+ <pointer-type-def type-id='type-id-2850' size-in-bits='64' id='type-id-2851'/>
+ <pointer-type-def type-id='type-id-2852' size-in-bits='64' id='type-id-2853'/>
+ <pointer-type-def type-id='type-id-2854' size-in-bits='64' id='type-id-2855'/>
+ <pointer-type-def type-id='type-id-2856' size-in-bits='64' id='type-id-2857'/>
+ <pointer-type-def type-id='type-id-2858' size-in-bits='64' id='type-id-2859'/>
+ <pointer-type-def type-id='type-id-2860' size-in-bits='64' id='type-id-2861'/>
+ <pointer-type-def type-id='type-id-2862' size-in-bits='64' id='type-id-2863'/>
+ <pointer-type-def type-id='type-id-1150' size-in-bits='64' id='type-id-2867'/>
+ <qualified-type-def type-id='type-id-2865' const='yes' id='type-id-2880'/>
+ <pointer-type-def type-id='type-id-2880' size-in-bits='64' id='type-id-2866'/>
+ <pointer-type-def type-id='type-id-1149' size-in-bits='64' id='type-id-2870'/>
+ <qualified-type-def type-id='type-id-2868' const='yes' id='type-id-2881'/>
+ <pointer-type-def type-id='type-id-2881' size-in-bits='64' id='type-id-2869'/>
+ <pointer-type-def type-id='type-id-1152' size-in-bits='64' id='type-id-2873'/>
+ <qualified-type-def type-id='type-id-2871' const='yes' id='type-id-2882'/>
+ <pointer-type-def type-id='type-id-2882' size-in-bits='64' id='type-id-2872'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++98/parallel_settings.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++98' language='LANG_C_plus_plus'>
<namespace-decl name='__gnu_parallel'>
- <class-decl name='_Settings' size-in-bits='2816' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='123' column='1' id='type-id-2886'>
+ <class-decl name='_Settings' size-in-bits='2816' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='123' column='1' id='type-id-2883'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='algorithm_strategy' type-id='type-id-2887' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='125' column='1'/>
+ <var-decl name='algorithm_strategy' type-id='type-id-2884' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='125' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='sort_algorithm' type-id='type-id-2888' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='127' column='1'/>
+ <var-decl name='sort_algorithm' type-id='type-id-2885' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='127' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='partial_sum_algorithm' type-id='type-id-2889' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='128' column='1'/>
+ <var-decl name='partial_sum_algorithm' type-id='type-id-2886' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='128' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
- <var-decl name='multiway_merge_algorithm' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='129' column='1'/>
+ <var-decl name='multiway_merge_algorithm' type-id='type-id-2887' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='129' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='find_algorithm' type-id='type-id-2891' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='130' column='1'/>
+ <var-decl name='find_algorithm' type-id='type-id-2888' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='130' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='160'>
- <var-decl name='sort_splitting' type-id='type-id-2892' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='132' column='1'/>
+ <var-decl name='sort_splitting' type-id='type-id-2889' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='132' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='merge_splitting' type-id='type-id-2892' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='133' column='1'/>
+ <var-decl name='merge_splitting' type-id='type-id-2889' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='133' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
- <var-decl name='multiway_merge_splitting' type-id='type-id-2892' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='134' column='1'/>
+ <var-decl name='multiway_merge_splitting' type-id='type-id-2889' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='134' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
- <var-decl name='accumulate_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='139' column='1'/>
+ <var-decl name='accumulate_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='139' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<var-decl name='adjacent_difference_minimal_n' type-id='type-id-502' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='142' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='count_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='145' column='1'/>
+ <var-decl name='count_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='145' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
- <var-decl name='fill_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='148' column='1'/>
+ <var-decl name='fill_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='148' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<var-decl name='find_increasing_factor' type-id='type-id-536' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='151' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
- <var-decl name='find_initial_block_size' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='154' column='1'/>
+ <var-decl name='find_initial_block_size' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='154' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
- <var-decl name='find_maximum_block_size' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='157' column='1'/>
+ <var-decl name='find_maximum_block_size' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='157' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
- <var-decl name='find_sequential_search_size' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='160' column='1'/>
+ <var-decl name='find_sequential_search_size' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='160' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
- <var-decl name='for_each_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='163' column='1'/>
+ <var-decl name='for_each_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='163' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
- <var-decl name='generate_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='166' column='1'/>
+ <var-decl name='generate_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='166' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
- <var-decl name='max_element_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='169' column='1'/>
+ <var-decl name='max_element_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='169' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
- <var-decl name='merge_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='172' column='1'/>
+ <var-decl name='merge_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='172' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<var-decl name='merge_oversampling' type-id='type-id-502' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='175' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
- <var-decl name='min_element_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='178' column='1'/>
+ <var-decl name='min_element_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='178' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1152'>
- <var-decl name='multiway_merge_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='181' column='1'/>
+ <var-decl name='multiway_merge_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='181' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
<var-decl name='multiway_merge_minimal_k' type-id='type-id-36' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='184' column='1'/>
<var-decl name='multiway_merge_oversampling' type-id='type-id-502' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='187' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1280'>
- <var-decl name='nth_element_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='190' column='1'/>
+ <var-decl name='nth_element_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='190' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1344'>
- <var-decl name='partition_chunk_size' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='193' column='1'/>
+ <var-decl name='partition_chunk_size' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='193' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
<var-decl name='partition_chunk_share' type-id='type-id-536' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='197' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1472'>
- <var-decl name='partition_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='200' column='1'/>
+ <var-decl name='partition_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='200' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
- <var-decl name='partial_sort_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='203' column='1'/>
+ <var-decl name='partial_sort_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='203' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1600'>
<var-decl name='partial_sum_dilation' type-id='type-id-538' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='207' column='1'/>
<var-decl name='random_shuffle_minimal_n' type-id='type-id-502' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='213' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1728'>
- <var-decl name='replace_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='216' column='1'/>
+ <var-decl name='replace_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='216' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1792'>
- <var-decl name='set_difference_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='219' column='1'/>
+ <var-decl name='set_difference_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='219' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1856'>
- <var-decl name='set_intersection_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='222' column='1'/>
+ <var-decl name='set_intersection_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='222' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1920'>
- <var-decl name='set_symmetric_difference_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='225' column='1'/>
+ <var-decl name='set_symmetric_difference_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='225' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1984'>
- <var-decl name='set_union_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='228' column='1'/>
+ <var-decl name='set_union_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='228' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2048'>
- <var-decl name='sort_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='231' column='1'/>
+ <var-decl name='sort_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='231' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2112'>
<var-decl name='sort_mwms_oversampling' type-id='type-id-502' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='234' column='1'/>
<var-decl name='sort_qs_num_samples_preset' type-id='type-id-502' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='237' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2176'>
- <var-decl name='sort_qsb_base_case_maximal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='241' column='1'/>
+ <var-decl name='sort_qsb_base_case_maximal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='241' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2240'>
- <var-decl name='transform_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='244' column='1'/>
+ <var-decl name='transform_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='244' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2304'>
- <var-decl name='unique_copy_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='247' column='1'/>
+ <var-decl name='unique_copy_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='247' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2368'>
- <var-decl name='workstealing_chunk_size' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='249' column='1'/>
+ <var-decl name='workstealing_chunk_size' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='249' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2432'>
<var-decl name='L1_cache_size' type-id='type-id-541' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='254' column='1'/>
<var-decl name='cache_line_size' type-id='type-id-502' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='265' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2624'>
- <var-decl name='qsb_steals' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='270' column='1'/>
+ <var-decl name='qsb_steals' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='270' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2688'>
- <var-decl name='search_minimal_n' type-id='type-id-2893' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='273' column='1'/>
+ <var-decl name='search_minimal_n' type-id='type-id-2890' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='273' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2752'>
<var-decl name='find_scale_factor' type-id='type-id-538' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='276' column='1'/>
</data-member>
<member-function access='public' static='yes'>
<function-decl name='get' mangled-name='_ZN14__gnu_parallel9_Settings3getEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='280' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN14__gnu_parallel9_Settings3getEv@@GLIBCXX_3.4.10'>
- <return type-id='type-id-2894'/>
+ <return type-id='type-id-2891'/>
</function-decl>
</member-function>
<member-function access='public' static='yes'>
<function-decl name='set' mangled-name='_ZN14__gnu_parallel9_Settings3setERS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='284' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN14__gnu_parallel9_Settings3setERS0_@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2895'/>
+ <parameter type-id='type-id-2892'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_Settings' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/settings.h' line='287' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2896' is-artificial='yes'/>
+ <parameter type-id='type-id-2893' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <enum-decl name='_AlgorithmStrategy' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/types.h' line='67' column='1' id='type-id-2887'>
+ <enum-decl name='_AlgorithmStrategy' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/types.h' line='67' column='1' id='type-id-2884'>
<underlying-type type-id='type-id-6'/>
<enumerator name='heuristic' value='0'/>
<enumerator name='force_sequential' value='1'/>
<enumerator name='force_parallel' value='2'/>
</enum-decl>
- <enum-decl name='_SortAlgorithm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/types.h' line='76' column='1' id='type-id-2888'>
+ <enum-decl name='_SortAlgorithm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/types.h' line='76' column='1' id='type-id-2885'>
<underlying-type type-id='type-id-6'/>
<enumerator name='MWMS' value='0'/>
<enumerator name='QS' value='1'/>
<enumerator name='QS_BALANCED' value='2'/>
</enum-decl>
- <enum-decl name='_PartialSumAlgorithm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/types.h' line='91' column='1' id='type-id-2889'>
+ <enum-decl name='_PartialSumAlgorithm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/types.h' line='91' column='1' id='type-id-2886'>
<underlying-type type-id='type-id-6'/>
<enumerator name='RECURSIVE' value='0'/>
<enumerator name='LINEAR' value='1'/>
</enum-decl>
- <enum-decl name='_MultiwayMergeAlgorithm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/types.h' line='85' column='1' id='type-id-2890'>
+ <enum-decl name='_MultiwayMergeAlgorithm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/types.h' line='85' column='1' id='type-id-2887'>
<underlying-type type-id='type-id-6'/>
<enumerator name='LOSER_TREE' value='0'/>
</enum-decl>
- <enum-decl name='_FindAlgorithm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/types.h' line='106' column='1' id='type-id-2891'>
+ <enum-decl name='_FindAlgorithm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/types.h' line='106' column='1' id='type-id-2888'>
<underlying-type type-id='type-id-6'/>
<enumerator name='GROWING_BLOCKS' value='0'/>
<enumerator name='CONSTANT_SIZE_BLOCKS' value='1'/>
<enumerator name='EQUAL_SPLIT' value='2'/>
</enum-decl>
- <enum-decl name='_SplittingAlgorithm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/types.h' line='98' column='1' id='type-id-2892'>
+ <enum-decl name='_SplittingAlgorithm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/types.h' line='98' column='1' id='type-id-2889'>
<underlying-type type-id='type-id-6'/>
<enumerator name='SAMPLING' value='0'/>
<enumerator name='EXACT' value='1'/>
</enum-decl>
- <typedef-decl name='_SequenceIndex' type-id='type-id-2897' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/types.h' line='117' column='1' id='type-id-2893'/>
+ <typedef-decl name='_SequenceIndex' type-id='type-id-2894' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/parallel/types.h' line='117' column='1' id='type-id-2890'/>
</namespace-decl>
- <typedef-decl name='uint64_t' type-id='type-id-69' filepath='/usr/include/stdint.h' line='56' column='1' id='type-id-2897'/>
- <qualified-type-def type-id='type-id-2886' const='yes' id='type-id-2898'/>
- <reference-type-def kind='lvalue' type-id='type-id-2898' size-in-bits='64' id='type-id-2894'/>
- <reference-type-def kind='lvalue' type-id='type-id-2886' size-in-bits='64' id='type-id-2895'/>
- <pointer-type-def type-id='type-id-2886' size-in-bits='64' id='type-id-2896'/>
+ <typedef-decl name='uint64_t' type-id='type-id-69' filepath='/usr/include/stdint.h' line='56' column='1' id='type-id-2894'/>
+ <qualified-type-def type-id='type-id-2883' const='yes' id='type-id-2895'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2895' size-in-bits='64' id='type-id-2891'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2883' size-in-bits='64' id='type-id-2892'/>
+ <pointer-type-def type-id='type-id-2883' size-in-bits='64' id='type-id-2893'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++11/chrono.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++11' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<namespace-decl name='chrono'>
<function-decl name='duration_cast<std::chrono::duration<long int, std::ratio<1l, 1000000l> >, long int, std::ratio<1l> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='173' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1255'/>
- <return type-id='type-id-2899'/>
+ <parameter type-id='type-id-1254'/>
+ <return type-id='type-id-2896'/>
</function-decl>
<function-decl name='operator+<long int, std::ratio<1l>, long int, std::ratio<1l, 1000000l> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='357' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1255'/>
- <parameter type-id='type-id-1251'/>
- <return type-id='type-id-2900'/>
+ <parameter type-id='type-id-1254'/>
+ <parameter type-id='type-id-1250'/>
+ <return type-id='type-id-2897'/>
</function-decl>
- <class-decl name='__duration_cast_impl<std::chrono::duration<long int, std::ratio<1l, 1000000l> >, std::ratio<1000000l, 1l>, long int, false, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='147' column='1' id='type-id-2901'>
+ <class-decl name='__duration_cast_impl<std::chrono::duration<long int, std::ratio<1l, 1000000l> >, std::ratio<1000000l, 1l>, long int, false, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='147' column='1' id='type-id-2898'>
<member-function access='public' static='yes'>
<function-decl name='__cast<long int, std::ratio<1l> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='151' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1255'/>
- <return type-id='type-id-1240'/>
+ <parameter type-id='type-id-1254'/>
+ <return type-id='type-id-1239'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <class-decl name='enable_if<true, std::chrono::duration<long int, std::ratio<1l, 1000000l> > >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1723' column='1' id='type-id-2902'>
+ <class-decl name='enable_if<true, std::chrono::duration<long int, std::ratio<1l, 1000000l> > >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1723' column='1' id='type-id-2899'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1240' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1724' column='1' id='type-id-2899'/>
+ <typedef-decl name='type' type-id='type-id-1239' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1724' column='1' id='type-id-2896'/>
</member-type>
</class-decl>
- <class-decl name='common_type<std::chrono::duration<long int, std::ratio<1l, 1l> >, std::chrono::duration<long int, std::ratio<1l, 1000000l> > >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='74' column='1' id='type-id-2903'>
+ <class-decl name='common_type<std::chrono::duration<long int, std::ratio<1l, 1l> >, std::chrono::duration<long int, std::ratio<1l, 1000000l> > >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='74' column='1' id='type-id-2900'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1240' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='85' column='1' id='type-id-2900'/>
+ <typedef-decl name='type' type-id='type-id-1239' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/chrono' line='85' column='1' id='type-id-2897'/>
</member-type>
</class-decl>
</namespace-decl>
- <class-decl name='timeval' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/bits/time.h' line='75' column='1' id='type-id-2904'>
+ <class-decl name='timeval' size-in-bits='128' is-struct='yes' visibility='default' filepath='/usr/include/bits/time.h' line='75' column='1' id='type-id-2901'>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='tv_sec' type-id='type-id-1245' visibility='default' filepath='/usr/include/bits/time.h' line='77' column='1'/>
+ <var-decl name='tv_sec' type-id='type-id-1244' visibility='default' filepath='/usr/include/bits/time.h' line='77' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='tv_usec' type-id='type-id-2905' visibility='default' filepath='/usr/include/bits/time.h' line='78' column='1'/>
+ <var-decl name='tv_usec' type-id='type-id-2902' visibility='default' filepath='/usr/include/bits/time.h' line='78' column='1'/>
</data-member>
</class-decl>
- <typedef-decl name='__suseconds_t' type-id='type-id-55' filepath='/usr/include/bits/types.h' line='151' column='1' id='type-id-2905'/>
- <pointer-type-def type-id='type-id-2904' size-in-bits='64' id='type-id-2906'/>
- <class-decl name='timezone' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/include/sys/time.h' line='57' column='1' id='type-id-2907'>
+ <typedef-decl name='__suseconds_t' type-id='type-id-55' filepath='/usr/include/bits/types.h' line='151' column='1' id='type-id-2902'/>
+ <pointer-type-def type-id='type-id-2901' size-in-bits='64' id='type-id-2903'/>
+ <class-decl name='timezone' size-in-bits='64' is-struct='yes' visibility='default' filepath='/usr/include/sys/time.h' line='57' column='1' id='type-id-2904'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='tz_minuteswest' type-id='type-id-36' visibility='default' filepath='/usr/include/sys/time.h' line='59' column='1'/>
</data-member>
<var-decl name='tz_dsttime' type-id='type-id-36' visibility='default' filepath='/usr/include/sys/time.h' line='60' column='1'/>
</data-member>
</class-decl>
- <pointer-type-def type-id='type-id-2907' size-in-bits='64' id='type-id-2908'/>
+ <pointer-type-def type-id='type-id-2904' size-in-bits='64' id='type-id-2905'/>
<function-decl name='gettimeofday' filepath='/usr/include/sys/time.h' line='73' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2906'/>
- <parameter type-id='type-id-2908'/>
+ <parameter type-id='type-id-2903'/>
+ <parameter type-id='type-id-2905'/>
<return type-id='type-id-36'/>
</function-decl>
</abi-instr>
- <class-decl name='condition_variable_any' size-in-bits='704' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='173' column='1' id='type-id-2909'>
+ <class-decl name='condition_variable_any' size-in-bits='704' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='173' column='1' id='type-id-2906'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_cond' type-id='type-id-1450' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='176' column='1'/>
+ <var-decl name='_M_cond' type-id='type-id-1449' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='176' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='384'>
- <var-decl name='_M_mutex' type-id='type-id-1276' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='177' column='1'/>
+ <var-decl name='_M_mutex' type-id='type-id-1275' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='177' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='condition_variable_any' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='201' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2910' is-artificial='yes'/>
+ <parameter type-id='type-id-2907' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~condition_variable_any' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2910' is-artificial='yes'/>
+ <parameter type-id='type-id-2907' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='condition_variable_any' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='204' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2910' is-artificial='yes'/>
- <parameter type-id='type-id-2911'/>
+ <parameter type-id='type-id-2907' is-artificial='yes'/>
+ <parameter type-id='type-id-2908'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt22condition_variable_anyaSERKS_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='205' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2910' is-artificial='yes'/>
- <parameter type-id='type-id-2911'/>
- <return type-id='type-id-2912'/>
+ <parameter type-id='type-id-2907' is-artificial='yes'/>
+ <parameter type-id='type-id-2908'/>
+ <return type-id='type-id-2909'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='notify_one' mangled-name='_ZNSt22condition_variable_any10notify_oneEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='208' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2910' is-artificial='yes'/>
+ <parameter type-id='type-id-2907' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='notify_all' mangled-name='_ZNSt22condition_variable_any10notify_allEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='215' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2910' is-artificial='yes'/>
+ <parameter type-id='type-id-2907' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='condition_variable_any' mangled-name='_ZNSt22condition_variable_anyC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='201' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt22condition_variable_anyC2Ev@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-2910' is-artificial='yes'/>
+ <parameter type-id='type-id-2907' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~condition_variable_any' mangled-name='_ZNSt22condition_variable_anyD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/condition_variable' line='202' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt22condition_variable_anyD1Ev@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-2910' is-artificial='yes'/>
+ <parameter type-id='type-id-2907' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
- <pointer-type-def type-id='type-id-2909' size-in-bits='64' id='type-id-2910'/>
- <qualified-type-def type-id='type-id-2909' const='yes' id='type-id-2913'/>
- <reference-type-def kind='lvalue' type-id='type-id-2913' size-in-bits='64' id='type-id-2911'/>
- <reference-type-def kind='lvalue' type-id='type-id-2909' size-in-bits='64' id='type-id-2912'/>
+ <pointer-type-def type-id='type-id-2906' size-in-bits='64' id='type-id-2907'/>
+ <qualified-type-def type-id='type-id-2906' const='yes' id='type-id-2910'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2910' size-in-bits='64' id='type-id-2908'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2906' size-in-bits='64' id='type-id-2909'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++11/debug.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++11' language='LANG_C_plus_plus'>
<namespace-decl name='__gnu_debug'>
- <class-decl name='_Safe_iterator_base' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='51' column='1' id='type-id-2914'>
+ <class-decl name='_Safe_iterator_base' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='51' column='1' id='type-id-2911'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_sequence' type-id='type-id-2915' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='56' column='1'/>
+ <var-decl name='_M_sequence' type-id='type-id-2912' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='56' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
<var-decl name='_M_version' type-id='type-id-502' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='65' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_prior' type-id='type-id-2916' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='69' column='1'/>
+ <var-decl name='_M_prior' type-id='type-id-2913' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='69' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='_M_next' type-id='type-id-2916' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='73' column='1'/>
+ <var-decl name='_M_next' type-id='type-id-2913' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='73' column='1'/>
</data-member>
<member-function access='protected' constructor='yes'>
<function-decl name='_Safe_iterator_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='77' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2916' is-artificial='yes'/>
+ <parameter type-id='type-id-2913' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='_Safe_iterator_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='88' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2916' is-artificial='yes'/>
- <parameter type-id='type-id-2917'/>
+ <parameter type-id='type-id-2913' is-artificial='yes'/>
+ <parameter type-id='type-id-2914'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='_Safe_iterator_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='95' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2916' is-artificial='yes'/>
- <parameter type-id='type-id-2918'/>
+ <parameter type-id='type-id-2913' is-artificial='yes'/>
+ <parameter type-id='type-id-2915'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZN11__gnu_debug19_Safe_iterator_baseaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='100' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2916' is-artificial='yes'/>
- <parameter type-id='type-id-2918'/>
- <return type-id='type-id-2919'/>
+ <parameter type-id='type-id-2913' is-artificial='yes'/>
+ <parameter type-id='type-id-2915'/>
+ <return type-id='type-id-2916'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='_Safe_iterator_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2916' is-artificial='yes'/>
- <parameter type-id='type-id-2918'/>
+ <parameter type-id='type-id-2913' is-artificial='yes'/>
+ <parameter type-id='type-id-2915'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes'>
<function-decl name='~_Safe_iterator_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='105' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2916' is-artificial='yes'/>
+ <parameter type-id='type-id-2913' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_get_mutex' mangled-name='_ZN11__gnu_debug19_Safe_iterator_base12_M_get_mutexEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='108' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN11__gnu_debug19_Safe_iterator_base12_M_get_mutexEv@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-2916' is-artificial='yes'/>
- <return type-id='type-id-1793'/>
+ <parameter type-id='type-id-2913' is-artificial='yes'/>
+ <return type-id='type-id-1792'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_attach' mangled-name='_ZN11__gnu_debug19_Safe_iterator_base9_M_attachEPNS_19_Safe_sequence_baseEb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='116' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN11__gnu_debug19_Safe_iterator_base9_M_attachEPNS_19_Safe_sequence_baseEb@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2916' is-artificial='yes'/>
- <parameter type-id='type-id-2915'/>
+ <parameter type-id='type-id-2913' is-artificial='yes'/>
+ <parameter type-id='type-id-2912'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_attach_single' mangled-name='_ZN11__gnu_debug19_Safe_iterator_base16_M_attach_singleEPNS_19_Safe_sequence_baseEb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='119' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN11__gnu_debug19_Safe_iterator_base16_M_attach_singleEPNS_19_Safe_sequence_baseEb@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-2916' is-artificial='yes'/>
- <parameter type-id='type-id-2915'/>
+ <parameter type-id='type-id-2913' is-artificial='yes'/>
+ <parameter type-id='type-id-2912'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_detach' mangled-name='_ZN11__gnu_debug19_Safe_iterator_base9_M_detachEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN11__gnu_debug19_Safe_iterator_base9_M_detachEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2916' is-artificial='yes'/>
+ <parameter type-id='type-id-2913' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_detach_single' mangled-name='_ZN11__gnu_debug19_Safe_iterator_base16_M_detach_singleEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='127' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN11__gnu_debug19_Safe_iterator_base16_M_detach_singleEv@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-2916' is-artificial='yes'/>
+ <parameter type-id='type-id-2913' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_attached_to' mangled-name='_ZNK11__gnu_debug19_Safe_iterator_base14_M_attached_toEPKNS_19_Safe_sequence_baseE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='130' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2920' is-artificial='yes'/>
- <parameter type-id='type-id-2917'/>
+ <parameter type-id='type-id-2917' is-artificial='yes'/>
+ <parameter type-id='type-id-2914'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_singular' mangled-name='_ZNK11__gnu_debug19_Safe_iterator_base11_M_singularEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='134' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK11__gnu_debug19_Safe_iterator_base11_M_singularEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2920' is-artificial='yes'/>
+ <parameter type-id='type-id-2917' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_can_compare' mangled-name='_ZNK11__gnu_debug19_Safe_iterator_base14_M_can_compareERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK11__gnu_debug19_Safe_iterator_base14_M_can_compareERKS0_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2920' is-artificial='yes'/>
- <parameter type-id='type-id-2918'/>
+ <parameter type-id='type-id-2917' is-artificial='yes'/>
+ <parameter type-id='type-id-2915'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_invalidate' mangled-name='_ZN11__gnu_debug19_Safe_iterator_base13_M_invalidateEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2916' is-artificial='yes'/>
+ <parameter type-id='type-id-2913' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_reset' mangled-name='_ZN11__gnu_debug19_Safe_iterator_base8_M_resetEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='148' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2916' is-artificial='yes'/>
+ <parameter type-id='type-id-2913' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_unlink' mangled-name='_ZN11__gnu_debug19_Safe_iterator_base9_M_unlinkEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2916' is-artificial='yes'/>
+ <parameter type-id='type-id-2913' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Safe_sequence_base' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='178' column='1' id='type-id-2921'>
+ <class-decl name='_Safe_sequence_base' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='178' column='1' id='type-id-2918'>
<data-member access='private' layout-offset-in-bits='0'>
- <var-decl name='_M_iterators' type-id='type-id-2916' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='182' column='1'/>
+ <var-decl name='_M_iterators' type-id='type-id-2913' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='182' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_const_iterators' type-id='type-id-2916' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='185' column='1'/>
+ <var-decl name='_M_const_iterators' type-id='type-id-2913' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='185' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
<var-decl name='_M_version' type-id='type-id-502' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='188' column='1'/>
</data-member>
<member-function access='protected' constructor='yes'>
<function-decl name='_Safe_sequence_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='192' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2915' is-artificial='yes'/>
+ <parameter type-id='type-id-2912' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes'>
<function-decl name='~_Safe_sequence_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='198' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2915' is-artificial='yes'/>
+ <parameter type-id='type-id-2912' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_detach_all' mangled-name='_ZN11__gnu_debug19_Safe_sequence_base13_M_detach_allEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='203' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN11__gnu_debug19_Safe_sequence_base13_M_detach_allEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2915' is-artificial='yes'/>
+ <parameter type-id='type-id-2912' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_detach_singular' mangled-name='_ZN11__gnu_debug19_Safe_sequence_base18_M_detach_singularEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='210' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN11__gnu_debug19_Safe_sequence_base18_M_detach_singularEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2915' is-artificial='yes'/>
+ <parameter type-id='type-id-2912' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_revalidate_singular' mangled-name='_ZN11__gnu_debug19_Safe_sequence_base22_M_revalidate_singularEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='218' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN11__gnu_debug19_Safe_sequence_base22_M_revalidate_singularEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2915' is-artificial='yes'/>
+ <parameter type-id='type-id-2912' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZN11__gnu_debug19_Safe_sequence_base7_M_swapERS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='226' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN11__gnu_debug19_Safe_sequence_base7_M_swapERS0_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2915' is-artificial='yes'/>
- <parameter type-id='type-id-2922'/>
+ <parameter type-id='type-id-2912' is-artificial='yes'/>
+ <parameter type-id='type-id-2919'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_get_mutex' mangled-name='_ZN11__gnu_debug19_Safe_sequence_base12_M_get_mutexEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='229' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN11__gnu_debug19_Safe_sequence_base12_M_get_mutexEv@@GLIBCXX_3.4.9'>
- <parameter type-id='type-id-2915' is-artificial='yes'/>
- <return type-id='type-id-1793'/>
+ <parameter type-id='type-id-2912' is-artificial='yes'/>
+ <return type-id='type-id-1792'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_invalidate_all' mangled-name='_ZNK11__gnu_debug19_Safe_sequence_base17_M_invalidate_allEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='234' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2917' is-artificial='yes'/>
+ <parameter type-id='type-id-2914' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_attach' mangled-name='_ZN11__gnu_debug19_Safe_sequence_base9_M_attachEPNS_19_Safe_iterator_baseEb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='239' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2915' is-artificial='yes'/>
- <parameter type-id='type-id-2916'/>
+ <parameter type-id='type-id-2912' is-artificial='yes'/>
+ <parameter type-id='type-id-2913'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_attach_single' mangled-name='_ZN11__gnu_debug19_Safe_sequence_base16_M_attach_singleEPNS_19_Safe_iterator_baseEb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='243' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2915' is-artificial='yes'/>
- <parameter type-id='type-id-2916'/>
+ <parameter type-id='type-id-2912' is-artificial='yes'/>
+ <parameter type-id='type-id-2913'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_detach' mangled-name='_ZN11__gnu_debug19_Safe_sequence_base9_M_detachEPNS_19_Safe_iterator_baseE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='247' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2915' is-artificial='yes'/>
- <parameter type-id='type-id-2916'/>
+ <parameter type-id='type-id-2912' is-artificial='yes'/>
+ <parameter type-id='type-id-2913'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_detach_single' mangled-name='_ZN11__gnu_debug19_Safe_sequence_base16_M_detach_singleEPNS_19_Safe_iterator_baseE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_base.h' line='251' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2915' is-artificial='yes'/>
- <parameter type-id='type-id-2916'/>
+ <parameter type-id='type-id-2912' is-artificial='yes'/>
+ <parameter type-id='type-id-2913'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Error_formatter' size-in-bits='4480' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='115' column='1' id='type-id-2923'>
+ <class-decl name='_Error_formatter' size-in-bits='4480' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='115' column='1' id='type-id-2920'>
<member-type access='private'>
- <enum-decl name='_Constness' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='118' column='1' id='type-id-2924'>
+ <enum-decl name='_Constness' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='118' column='1' id='type-id-2921'>
<underlying-type type-id='type-id-6'/>
<enumerator name='__unknown_constness' value='0'/>
<enumerator name='__const_iterator' value='1'/>
</enum-decl>
</member-type>
<member-type access='private'>
- <enum-decl name='_Iterator_state' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='127' column='1' id='type-id-2925'>
+ <enum-decl name='_Iterator_state' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='127' column='1' id='type-id-2922'>
<underlying-type type-id='type-id-6'/>
<enumerator name='__unknown_state' value='0'/>
<enumerator name='__singular' value='1'/>
</enum-decl>
</member-type>
<member-type access='private'>
- <class-decl name='_Parameter' size-in-bits='448' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='143' column='1' id='type-id-2926'>
+ <class-decl name='_Parameter' size-in-bits='448' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='143' column='1' id='type-id-2923'>
<member-type access='public'>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='146' column='1' id='type-id-2927'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='146' column='1' id='type-id-2924'>
<underlying-type type-id='type-id-6'/>
<enumerator name='__unused_param' value='0'/>
<enumerator name='__iterator' value='1'/>
</enum-decl>
</member-type>
<member-type access='public'>
- <union-decl name='__anonymous_union__' size-in-bits='384' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='155' column='1' id='type-id-2928'>
+ <union-decl name='__anonymous_union__' size-in-bits='384' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='155' column='1' id='type-id-2925'>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='158' column='1' id='type-id-2929'>
+ <class-decl name='__anonymous_struct__' size-in-bits='384' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='158' column='1' id='type-id-2926'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_name' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='159' column='1'/>
</data-member>
<var-decl name='_M_address' type-id='type-id-33' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='160' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='_M_type' type-id='type-id-1354' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='161' column='1'/>
+ <var-decl name='_M_type' type-id='type-id-1353' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='161' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
- <var-decl name='_M_constness' type-id='type-id-2924' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='162' column='1'/>
+ <var-decl name='_M_constness' type-id='type-id-2921' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='162' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
- <var-decl name='_M_state' type-id='type-id-2925' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='163' column='1'/>
+ <var-decl name='_M_state' type-id='type-id-2922' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='163' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<var-decl name='_M_sequence' type-id='type-id-33' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='164' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='_M_seq_type' type-id='type-id-1354' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='165' column='1'/>
+ <var-decl name='_M_seq_type' type-id='type-id-1353' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='165' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='170' column='1' id='type-id-2930'>
+ <class-decl name='__anonymous_struct__' size-in-bits='192' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='170' column='1' id='type-id-2927'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_name' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='171' column='1'/>
</data-member>
<var-decl name='_M_address' type-id='type-id-33' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='172' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='_M_type' type-id='type-id-1354' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='173' column='1'/>
+ <var-decl name='_M_type' type-id='type-id-1353' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='173' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='178' column='1' id='type-id-2931'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='178' column='1' id='type-id-2928'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_name' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='179' column='1'/>
</data-member>
</class-decl>
</member-type>
<member-type access='private'>
- <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='185' column='1' id='type-id-2932'>
+ <class-decl name='__anonymous_struct__' size-in-bits='128' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='185' column='1' id='type-id-2929'>
<data-member access='public' layout-offset-in-bits='0'>
<var-decl name='_M_name' type-id='type-id-11' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='186' column='1'/>
</data-member>
</class-decl>
</member-type>
<data-member access='private'>
- <var-decl name='_M_iterator' type-id='type-id-2929' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='166' column='1'/>
+ <var-decl name='_M_iterator' type-id='type-id-2926' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='166' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='_M_sequence' type-id='type-id-2930' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='174' column='1'/>
+ <var-decl name='_M_sequence' type-id='type-id-2927' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='174' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='_M_integer' type-id='type-id-2931' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='181' column='1'/>
+ <var-decl name='_M_integer' type-id='type-id-2928' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='181' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='_M_string' type-id='type-id-2932' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='188' column='1'/>
+ <var-decl name='_M_string' type-id='type-id-2929' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='188' column='1'/>
</data-member>
</union-decl>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_kind' type-id='type-id-2927' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='152' column='1'/>
+ <var-decl name='_M_kind' type-id='type-id-2924' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='152' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_variant' type-id='type-id-2928' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='189' column='1'/>
+ <var-decl name='_M_variant' type-id='type-id-2925' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='189' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='_Parameter' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='191' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2933' is-artificial='yes'/>
+ <parameter type-id='type-id-2930' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_Parameter' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2933' is-artificial='yes'/>
+ <parameter type-id='type-id-2930' is-artificial='yes'/>
<parameter type-id='type-id-55'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_Parameter' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='200' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2933' is-artificial='yes'/>
+ <parameter type-id='type-id-2930' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='_M_print_field' mangled-name='_ZNK11__gnu_debug16_Error_formatter10_Parameter14_M_print_fieldEPKS0_PKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='362' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK11__gnu_debug16_Error_formatter10_Parameter14_M_print_fieldEPKS0_PKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2934' is-artificial='yes'/>
- <parameter type-id='type-id-2935'/>
+ <parameter type-id='type-id-2931' is-artificial='yes'/>
+ <parameter type-id='type-id-2932'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='_M_print_description' mangled-name='_ZNK11__gnu_debug16_Error_formatter10_Parameter20_M_print_descriptionEPKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='366' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK11__gnu_debug16_Error_formatter10_Parameter20_M_print_descriptionEPKS0_@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2934' is-artificial='yes'/>
- <parameter type-id='type-id-2935'/>
+ <parameter type-id='type-id-2931' is-artificial='yes'/>
+ <parameter type-id='type-id-2932'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='private'>
- <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='445' column='1' id='type-id-2936'>
+ <enum-decl name='__anonymous_enum__' is-anonymous='yes' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='445' column='1' id='type-id-2933'>
<underlying-type type-id='type-id-6'/>
<enumerator name='_M_indent' value='4'/>
</enum-decl>
<var-decl name='_M_line' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='440' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_parameters' type-id='type-id-2937' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='441' column='1'/>
+ <var-decl name='_M_parameters' type-id='type-id-2934' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='441' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='4160'>
<var-decl name='_M_num_parameters' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='442' column='1'/>
</data-member>
<member-function access='private' const='yes'>
<function-decl name='_M_integer' mangled-name='_ZNK11__gnu_debug16_Error_formatter10_M_integerElPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='383' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2935' is-artificial='yes'/>
+ <parameter type-id='type-id-2932' is-artificial='yes'/>
<parameter type-id='type-id-55'/>
<parameter type-id='type-id-11'/>
- <return type-id='type-id-2938'/>
+ <return type-id='type-id-2935'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_string' mangled-name='_ZNK11__gnu_debug16_Error_formatter9_M_stringEPKcS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='391' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2935' is-artificial='yes'/>
+ <parameter type-id='type-id-2932' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-11'/>
- <return type-id='type-id-2938'/>
+ <return type-id='type-id-2935'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_message' mangled-name='_ZNK11__gnu_debug16_Error_formatter10_M_messageEPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='409' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2935' is-artificial='yes'/>
+ <parameter type-id='type-id-2932' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
- <return type-id='type-id-2938'/>
+ <return type-id='type-id-2935'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_message' mangled-name='_ZNK11__gnu_debug16_Error_formatter10_M_messageENS_13_Debug_msg_idE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='413' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK11__gnu_debug16_Error_formatter10_M_messageENS_13_Debug_msg_idE@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2935' is-artificial='yes'/>
- <parameter type-id='type-id-2939'/>
- <return type-id='type-id-2938'/>
+ <parameter type-id='type-id-2932' is-artificial='yes'/>
+ <parameter type-id='type-id-2936'/>
+ <return type-id='type-id-2935'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_error' mangled-name='_ZNK11__gnu_debug16_Error_formatter8_M_errorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='416' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK11__gnu_debug16_Error_formatter8_M_errorEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2935' is-artificial='yes'/>
+ <parameter type-id='type-id-2932' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='_Error_formatter' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='419' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2940' is-artificial='yes'/>
+ <parameter type-id='type-id-2937' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_print_word' mangled-name='_ZNK11__gnu_debug16_Error_formatter13_M_print_wordEPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='429' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK11__gnu_debug16_Error_formatter13_M_print_wordEPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2935' is-artificial='yes'/>
+ <parameter type-id='type-id-2932' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_print_string' mangled-name='_ZNK11__gnu_debug16_Error_formatter15_M_print_stringEPKc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='432' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK11__gnu_debug16_Error_formatter15_M_print_stringEPKc@@GLIBCXX_3.4'>
- <parameter type-id='type-id-2935' is-artificial='yes'/>
+ <parameter type-id='type-id-2932' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_get_max_length' mangled-name='_ZNK11__gnu_debug16_Error_formatter17_M_get_max_lengthEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='435' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNK11__gnu_debug16_Error_formatter17_M_get_max_lengthEv@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-2935' is-artificial='yes'/>
+ <parameter type-id='type-id-2932' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<function-decl name='_M_at' mangled-name='_ZN11__gnu_debug16_Error_formatter5_M_atEPKcm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='452' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-2923'/>
+ <return type-id='type-id-2920'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_format_word<const void*>' mangled-name='_ZNK11__gnu_debug16_Error_formatter14_M_format_wordIPKvEEvPciPKcT_' filepath='../../../.././libstdc++-v3/src/c++11/debug.cc' line='782' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2935' is-artificial='yes'/>
+ <parameter type-id='type-id-2932' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_format_word<const char*>' mangled-name='_ZNK11__gnu_debug16_Error_formatter14_M_format_wordIPKcEEvPciS3_T_' filepath='../../../.././libstdc++-v3/src/c++11/debug.cc' line='782' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2935' is-artificial='yes'/>
+ <parameter type-id='type-id-2932' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_format_word<long unsigned int>' mangled-name='_ZNK11__gnu_debug16_Error_formatter14_M_format_wordImEEvPciPKcT_' filepath='../../../.././libstdc++-v3/src/c++11/debug.cc' line='782' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2935' is-artificial='yes'/>
+ <parameter type-id='type-id-2932' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_format_word<long int>' mangled-name='_ZNK11__gnu_debug16_Error_formatter14_M_format_wordIlEEvPciPKcT_' filepath='../../../.././libstdc++-v3/src/c++11/debug.cc' line='782' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2935' is-artificial='yes'/>
+ <parameter type-id='type-id-2932' is-artificial='yes'/>
<parameter type-id='type-id-149'/>
<parameter type-id='type-id-36'/>
<parameter type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
- <enum-decl name='_Debug_msg_id' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='55' column='1' id='type-id-2939'>
+ <enum-decl name='_Debug_msg_id' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/formatter.h' line='55' column='1' id='type-id-2936'>
<underlying-type type-id='type-id-6'/>
<enumerator name='__msg_valid_range' value='0'/>
<enumerator name='__msg_insert_singular' value='1'/>
<enumerator name='__msg_local_iter_compare_bad' value='45'/>
<enumerator name='__msg_non_empty_range' value='46'/>
</enum-decl>
- <class-decl name='_Safe_local_iterator_base' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='50' column='1' id='type-id-2941'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2914'/>
+ <class-decl name='_Safe_local_iterator_base' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='50' column='1' id='type-id-2938'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2911'/>
<member-function access='protected' constructor='yes'>
<function-decl name='_Safe_local_iterator_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='54' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2942' is-artificial='yes'/>
+ <parameter type-id='type-id-2939' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='_Safe_local_iterator_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='64' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2942' is-artificial='yes'/>
- <parameter type-id='type-id-2917'/>
+ <parameter type-id='type-id-2939' is-artificial='yes'/>
+ <parameter type-id='type-id-2914'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='_Safe_local_iterator_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='70' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2942' is-artificial='yes'/>
- <parameter type-id='type-id-2943'/>
+ <parameter type-id='type-id-2939' is-artificial='yes'/>
+ <parameter type-id='type-id-2940'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='operator=' mangled-name='_ZN11__gnu_debug25_Safe_local_iterator_baseaSERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='75' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2942' is-artificial='yes'/>
- <parameter type-id='type-id-2943'/>
- <return type-id='type-id-2944'/>
+ <parameter type-id='type-id-2939' is-artificial='yes'/>
+ <parameter type-id='type-id-2940'/>
+ <return type-id='type-id-2941'/>
</function-decl>
</member-function>
<member-function access='protected' constructor='yes'>
<function-decl name='_Safe_local_iterator_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='78' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2942' is-artificial='yes'/>
- <parameter type-id='type-id-2943'/>
+ <parameter type-id='type-id-2939' is-artificial='yes'/>
+ <parameter type-id='type-id-2940'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes'>
<function-decl name='~_Safe_local_iterator_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='80' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2942' is-artificial='yes'/>
+ <parameter type-id='type-id-2939' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_get_container' mangled-name='_ZNK11__gnu_debug25_Safe_local_iterator_base16_M_get_containerEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='83' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2945' is-artificial='yes'/>
- <return type-id='type-id-2946'/>
+ <parameter type-id='type-id-2942' is-artificial='yes'/>
+ <return type-id='type-id-2943'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_attach' mangled-name='_ZN11__gnu_debug25_Safe_local_iterator_base9_M_attachEPNS_19_Safe_sequence_baseEb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='91' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN11__gnu_debug25_Safe_local_iterator_base9_M_attachEPNS_19_Safe_sequence_baseEb@@GLIBCXX_3.4.17'>
- <parameter type-id='type-id-2942' is-artificial='yes'/>
- <parameter type-id='type-id-2915'/>
+ <parameter type-id='type-id-2939' is-artificial='yes'/>
+ <parameter type-id='type-id-2912'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_attach_single' mangled-name='_ZN11__gnu_debug25_Safe_local_iterator_base16_M_attach_singleEPNS_19_Safe_sequence_baseEb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2942' is-artificial='yes'/>
- <parameter type-id='type-id-2915'/>
+ <parameter type-id='type-id-2939' is-artificial='yes'/>
+ <parameter type-id='type-id-2912'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_detach' mangled-name='_ZN11__gnu_debug25_Safe_local_iterator_base9_M_detachEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN11__gnu_debug25_Safe_local_iterator_base9_M_detachEv@@GLIBCXX_3.4.17'>
- <parameter type-id='type-id-2942' is-artificial='yes'/>
+ <parameter type-id='type-id-2939' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_detach_single' mangled-name='_ZN11__gnu_debug25_Safe_local_iterator_base16_M_detach_singleEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2942' is-artificial='yes'/>
+ <parameter type-id='type-id-2939' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Safe_unordered_container_base' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='123' column='1' id='type-id-2947'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2921'/>
+ <class-decl name='_Safe_unordered_container_base' size-in-bits='320' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='123' column='1' id='type-id-2944'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2918'/>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='_M_local_iterators' type-id='type-id-2916' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='128' column='1'/>
+ <var-decl name='_M_local_iterators' type-id='type-id-2913' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='128' column='1'/>
</data-member>
<data-member access='private' layout-offset-in-bits='256'>
- <var-decl name='_M_const_local_iterators' type-id='type-id-2916' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='131' column='1'/>
+ <var-decl name='_M_const_local_iterators' type-id='type-id-2913' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='131' column='1'/>
</data-member>
<member-function access='protected' constructor='yes'>
<function-decl name='_Safe_unordered_container_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2946' is-artificial='yes'/>
+ <parameter type-id='type-id-2943' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected' destructor='yes'>
<function-decl name='~_Safe_unordered_container_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='141' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2946' is-artificial='yes'/>
+ <parameter type-id='type-id-2943' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_detach_all' mangled-name='_ZN11__gnu_debug30_Safe_unordered_container_base13_M_detach_allEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='146' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN11__gnu_debug30_Safe_unordered_container_base13_M_detach_allEv@@GLIBCXX_3.4.17'>
- <parameter type-id='type-id-2946' is-artificial='yes'/>
+ <parameter type-id='type-id-2943' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_swap' mangled-name='_ZN11__gnu_debug30_Safe_unordered_container_base7_M_swapERS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='154' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZN11__gnu_debug30_Safe_unordered_container_base7_M_swapERS0_@@GLIBCXX_3.4.17'>
- <parameter type-id='type-id-2946' is-artificial='yes'/>
- <parameter type-id='type-id-2948'/>
+ <parameter type-id='type-id-2943' is-artificial='yes'/>
+ <parameter type-id='type-id-2945'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_attach_local' mangled-name='_ZN11__gnu_debug30_Safe_unordered_container_base15_M_attach_localEPNS_19_Safe_iterator_baseEb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='159' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2946' is-artificial='yes'/>
- <parameter type-id='type-id-2916'/>
+ <parameter type-id='type-id-2943' is-artificial='yes'/>
+ <parameter type-id='type-id-2913'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_attach_local_single' mangled-name='_ZN11__gnu_debug30_Safe_unordered_container_base22_M_attach_local_singleEPNS_19_Safe_iterator_baseEb' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='163' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2946' is-artificial='yes'/>
- <parameter type-id='type-id-2916'/>
+ <parameter type-id='type-id-2943' is-artificial='yes'/>
+ <parameter type-id='type-id-2913'/>
<parameter type-id='type-id-23'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_detach_local' mangled-name='_ZN11__gnu_debug30_Safe_unordered_container_base15_M_detach_localEPNS_19_Safe_iterator_baseE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2946' is-artificial='yes'/>
- <parameter type-id='type-id-2916'/>
+ <parameter type-id='type-id-2943' is-artificial='yes'/>
+ <parameter type-id='type-id-2913'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_detach_local_single' mangled-name='_ZN11__gnu_debug30_Safe_unordered_container_base22_M_detach_local_singleEPNS_19_Safe_iterator_baseE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/debug/safe_unordered_base.h' line='171' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2946' is-artificial='yes'/>
- <parameter type-id='type-id-2916'/>
+ <parameter type-id='type-id-2943' is-artificial='yes'/>
+ <parameter type-id='type-id-2913'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <var-decl name='_S_debug_messages' type-id='type-id-2949' mangled-name='_ZN11__gnu_debug17_S_debug_messagesE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/debug.cc' line='105' column='1'/>
+ <var-decl name='_S_debug_messages' type-id='type-id-2946' mangled-name='_ZN11__gnu_debug17_S_debug_messagesE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/debug.cc' line='105' column='1'/>
</namespace-decl>
<namespace-decl name='std'>
- <class-decl name='remove_reference<__gnu_debug::_Safe_iterator_base*&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1330' column='1' id='type-id-2950'>
+ <class-decl name='remove_reference<__gnu_debug::_Safe_iterator_base*&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1330' column='1' id='type-id-2947'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-2916' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1331' column='1' id='type-id-2951'/>
+ <typedef-decl name='type' type-id='type-id-2913' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1331' column='1' id='type-id-2948'/>
</member-type>
</class-decl>
<function-decl name='move<__gnu_debug::_Safe_iterator_base*&>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2952'/>
- <return type-id='type-id-2953'/>
+ <parameter type-id='type-id-2949'/>
+ <return type-id='type-id-2950'/>
</function-decl>
<function-decl name='swap<__gnu_debug::_Safe_iterator_base*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2952'/>
- <parameter type-id='type-id-2952'/>
+ <parameter type-id='type-id-2949'/>
+ <parameter type-id='type-id-2949'/>
<return type-id='type-id-4'/>
</function-decl>
- <class-decl name='remove_reference<unsigned int&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1330' column='1' id='type-id-2954'>
+ <class-decl name='remove_reference<unsigned int&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1330' column='1' id='type-id-2951'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-502' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1331' column='1' id='type-id-2955'/>
+ <typedef-decl name='type' type-id='type-id-502' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1331' column='1' id='type-id-2952'/>
</member-type>
</class-decl>
<function-decl name='move<unsigned int&>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-314'/>
- <return type-id='type-id-2956'/>
+ <return type-id='type-id-2953'/>
</function-decl>
<function-decl name='swap<unsigned int>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-314'/>
</function-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-2914' size-in-bits='64' id='type-id-2916'/>
- <pointer-type-def type-id='type-id-2921' size-in-bits='64' id='type-id-2915'/>
- <reference-type-def kind='lvalue' type-id='type-id-2921' size-in-bits='64' id='type-id-2922'/>
+ <pointer-type-def type-id='type-id-2911' size-in-bits='64' id='type-id-2913'/>
+ <pointer-type-def type-id='type-id-2918' size-in-bits='64' id='type-id-2912'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2918' size-in-bits='64' id='type-id-2919'/>
- <qualified-type-def type-id='type-id-2921' const='yes' id='type-id-2957'/>
- <pointer-type-def type-id='type-id-2957' size-in-bits='64' id='type-id-2917'/>
- <qualified-type-def type-id='type-id-2914' const='yes' id='type-id-2958'/>
- <reference-type-def kind='lvalue' type-id='type-id-2958' size-in-bits='64' id='type-id-2918'/>
- <reference-type-def kind='lvalue' type-id='type-id-2914' size-in-bits='64' id='type-id-2919'/>
- <pointer-type-def type-id='type-id-2958' size-in-bits='64' id='type-id-2920'/>
- <reference-type-def kind='lvalue' type-id='type-id-2951' size-in-bits='64' id='type-id-2953'/>
- <reference-type-def kind='lvalue' type-id='type-id-2916' size-in-bits='64' id='type-id-2952'/>
- <reference-type-def kind='lvalue' type-id='type-id-2955' size-in-bits='64' id='type-id-2956'/>
+ <qualified-type-def type-id='type-id-2918' const='yes' id='type-id-2954'/>
+ <pointer-type-def type-id='type-id-2954' size-in-bits='64' id='type-id-2914'/>
+ <qualified-type-def type-id='type-id-2911' const='yes' id='type-id-2955'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2955' size-in-bits='64' id='type-id-2915'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2911' size-in-bits='64' id='type-id-2916'/>
+ <pointer-type-def type-id='type-id-2955' size-in-bits='64' id='type-id-2917'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2948' size-in-bits='64' id='type-id-2950'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2913' size-in-bits='64' id='type-id-2949'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2952' size-in-bits='64' id='type-id-2953'/>
- <pointer-type-def type-id='type-id-2926' size-in-bits='64' id='type-id-2933'/>
- <qualified-type-def type-id='type-id-2926' const='yes' id='type-id-2959'/>
- <pointer-type-def type-id='type-id-2959' size-in-bits='64' id='type-id-2934'/>
- <qualified-type-def type-id='type-id-2923' const='yes' id='type-id-2960'/>
- <pointer-type-def type-id='type-id-2960' size-in-bits='64' id='type-id-2935'/>
+ <pointer-type-def type-id='type-id-2923' size-in-bits='64' id='type-id-2930'/>
+ <qualified-type-def type-id='type-id-2923' const='yes' id='type-id-2956'/>
+ <pointer-type-def type-id='type-id-2956' size-in-bits='64' id='type-id-2931'/>
+ <qualified-type-def type-id='type-id-2920' const='yes' id='type-id-2957'/>
+ <pointer-type-def type-id='type-id-2957' size-in-bits='64' id='type-id-2932'/>
- <array-type-def dimensions='1' type-id='type-id-2926' size-in-bits='4032' id='type-id-2937'>
- <subrange length='9' type-id='type-id-515' id='type-id-2961'/>
+ <array-type-def dimensions='1' type-id='type-id-2923' size-in-bits='4032' id='type-id-2934'>
+ <subrange length='9' type-id='type-id-515' id='type-id-2958'/>
</array-type-def>
- <reference-type-def kind='lvalue' type-id='type-id-2960' size-in-bits='64' id='type-id-2938'/>
- <pointer-type-def type-id='type-id-2923' size-in-bits='64' id='type-id-2940'/>
- <pointer-type-def type-id='type-id-2941' size-in-bits='64' id='type-id-2942'/>
- <qualified-type-def type-id='type-id-2941' const='yes' id='type-id-2962'/>
- <reference-type-def kind='lvalue' type-id='type-id-2962' size-in-bits='64' id='type-id-2943'/>
- <reference-type-def kind='lvalue' type-id='type-id-2941' size-in-bits='64' id='type-id-2944'/>
- <pointer-type-def type-id='type-id-2947' size-in-bits='64' id='type-id-2946'/>
- <reference-type-def kind='lvalue' type-id='type-id-2947' size-in-bits='64' id='type-id-2948'/>
- <pointer-type-def type-id='type-id-2962' size-in-bits='64' id='type-id-2945'/>
-
- <array-type-def dimensions='1' type-id='type-id-11' size-in-bits='3008' id='type-id-2949'>
- <subrange length='47' type-id='type-id-515' id='type-id-2963'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2957' size-in-bits='64' id='type-id-2935'/>
+ <pointer-type-def type-id='type-id-2920' size-in-bits='64' id='type-id-2937'/>
+ <pointer-type-def type-id='type-id-2938' size-in-bits='64' id='type-id-2939'/>
+ <qualified-type-def type-id='type-id-2938' const='yes' id='type-id-2959'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2959' size-in-bits='64' id='type-id-2940'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2938' size-in-bits='64' id='type-id-2941'/>
+ <pointer-type-def type-id='type-id-2944' size-in-bits='64' id='type-id-2943'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2944' size-in-bits='64' id='type-id-2945'/>
+ <pointer-type-def type-id='type-id-2959' size-in-bits='64' id='type-id-2942'/>
+
+ <array-type-def dimensions='1' type-id='type-id-11' size-in-bits='3008' id='type-id-2946'>
+ <subrange length='47' type-id='type-id-515' id='type-id-2960'/>
</array-type-def>
<function-decl name='snprintf' filepath='/usr/include/stdio.h' line='385' column='1' visibility='default' binding='global' size-in-bits='64'>
<namespace-decl name='regex_constants'>
- <enum-decl name='error_type' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_error.h' line='44' column='1' id='type-id-2964'>
+ <enum-decl name='error_type' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_error.h' line='44' column='1' id='type-id-2961'>
<underlying-type type-id='type-id-6'/>
<enumerator name='_S_error_collate' value='0'/>
<enumerator name='_S_error_ctype' value='1'/>
</enum-decl>
</namespace-decl>
<namespace-decl name='__regex'>
- <class-decl name='_State' size-in-bits='640' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='200' column='1' id='type-id-2965'>
+ <class-decl name='_State' size-in-bits='640' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='200' column='1' id='type-id-2962'>
<member-type access='public'>
- <typedef-decl name='_OpcodeT' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='202' column='1' id='type-id-2966'/>
+ <typedef-decl name='_OpcodeT' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='202' column='1' id='type-id-2963'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_opcode' type-id='type-id-2966' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='204' column='1'/>
+ <var-decl name='_M_opcode' type-id='type-id-2963' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='204' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='_M_next' type-id='type-id-2967' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='205' column='1'/>
+ <var-decl name='_M_next' type-id='type-id-2964' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='205' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_alt' type-id='type-id-2967' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='206' column='1'/>
+ <var-decl name='_M_alt' type-id='type-id-2964' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='206' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<var-decl name='_M_subexpr' type-id='type-id-502' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='207' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='_M_tagger' type-id='type-id-2968' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='208' column='1'/>
+ <var-decl name='_M_tagger' type-id='type-id-2965' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='208' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
- <var-decl name='_M_matches' type-id='type-id-2969' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='209' column='1'/>
+ <var-decl name='_M_matches' type-id='type-id-2966' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='209' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='_State' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='211' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2970' is-artificial='yes'/>
- <parameter type-id='type-id-2966'/>
+ <parameter type-id='type-id-2967' is-artificial='yes'/>
+ <parameter type-id='type-id-2963'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_State' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='215' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2970' is-artificial='yes'/>
- <parameter type-id='type-id-2971'/>
+ <parameter type-id='type-id-2967' is-artificial='yes'/>
+ <parameter type-id='type-id-2968'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_State' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='219' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2970' is-artificial='yes'/>
- <parameter type-id='type-id-2966'/>
+ <parameter type-id='type-id-2967' is-artificial='yes'/>
+ <parameter type-id='type-id-2963'/>
<parameter type-id='type-id-502'/>
- <parameter type-id='type-id-2972'/>
+ <parameter type-id='type-id-2969'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_State' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='224' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2970' is-artificial='yes'/>
- <parameter type-id='type-id-2967'/>
- <parameter type-id='type-id-2967'/>
+ <parameter type-id='type-id-2967' is-artificial='yes'/>
+ <parameter type-id='type-id-2964'/>
+ <parameter type-id='type-id-2964'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <typedef-decl name='_StateIdT' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='187' column='1' id='type-id-2967'/>
- <class-decl name='_PatternCursor' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_cursor.h' line='38' column='1' id='type-id-2973'>
+ <typedef-decl name='_StateIdT' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='187' column='1' id='type-id-2964'/>
+ <class-decl name='_PatternCursor' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_cursor.h' line='38' column='1' id='type-id-2970'>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~_PatternCursor' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_cursor.h' line='40' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2974' is-artificial='yes'/>
+ <parameter type-id='type-id-2971' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' vtable-offset='2'>
<function-decl name='_M_next' mangled-name='_ZNSt7__regex14_PatternCursor7_M_nextEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_cursor.h' line='41' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2974' is-artificial='yes'/>
+ <parameter type-id='type-id-2971' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes' vtable-offset='3'>
<function-decl name='_M_at_end' mangled-name='_ZNKSt7__regex14_PatternCursor9_M_at_endEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_cursor.h' line='42' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2975' is-artificial='yes'/>
+ <parameter type-id='type-id-2972' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Results' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-2976'/>
- <typedef-decl name='_Tagger' type-id='type-id-2977' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='79' column='1' id='type-id-2968'/>
- <typedef-decl name='_Matcher' type-id='type-id-2978' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='112' column='1' id='type-id-2969'/>
- <class-decl name='_Scanner_base' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_compiler.h' line='37' column='1' id='type-id-2979'>
+ <class-decl name='_Results' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-2973'/>
+ <typedef-decl name='_Tagger' type-id='type-id-2974' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='79' column='1' id='type-id-2965'/>
+ <typedef-decl name='_Matcher' type-id='type-id-2975' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='112' column='1' id='type-id-2966'/>
+ <class-decl name='_Scanner_base' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_compiler.h' line='37' column='1' id='type-id-2976'>
<member-type access='public'>
- <typedef-decl name='_StateT' type-id='type-id-502' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_compiler.h' line='39' column='1' id='type-id-2980'/>
+ <typedef-decl name='_StateT' type-id='type-id-502' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_compiler.h' line='39' column='1' id='type-id-2977'/>
</member-type>
<data-member access='public' static='yes'>
- <var-decl name='_S_state_at_start' type-id='type-id-2981' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_compiler.h' line='41' column='1'/>
+ <var-decl name='_S_state_at_start' type-id='type-id-2978' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_compiler.h' line='41' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='_S_state_in_brace' type-id='type-id-2981' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_compiler.h' line='42' column='1'/>
+ <var-decl name='_S_state_in_brace' type-id='type-id-2978' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_compiler.h' line='42' column='1'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='_S_state_in_bracket' type-id='type-id-2981' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_compiler.h' line='43' column='1'/>
+ <var-decl name='_S_state_in_bracket' type-id='type-id-2978' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_compiler.h' line='43' column='1'/>
</data-member>
<member-function access='public' destructor='yes' vtable-offset='-1'>
<function-decl name='~_Scanner_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_compiler.h' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2982' is-artificial='yes'/>
+ <parameter type-id='type-id-2979' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Automaton' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='38' column='1' id='type-id-2983'>
+ <class-decl name='_Automaton' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='38' column='1' id='type-id-2980'>
<member-type access='private'>
- <typedef-decl name='_SizeT' type-id='type-id-502' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='41' column='1' id='type-id-2984'/>
+ <typedef-decl name='_SizeT' type-id='type-id-502' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='41' column='1' id='type-id-2981'/>
</member-type>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~_Automaton' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='45' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2985' is-artificial='yes'/>
+ <parameter type-id='type-id-2982' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='_M_sub_count' mangled-name='_ZNKSt7__regex10_Automaton12_M_sub_countEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_nfa.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2986' is-artificial='yes'/>
- <return type-id='type-id-2984'/>
+ <parameter type-id='type-id-2983' is-artificial='yes'/>
+ <return type-id='type-id-2981'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <enum-decl name='future_errc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='61' column='1' id='type-id-2987'>
+ <enum-decl name='future_errc' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='61' column='1' id='type-id-2984'>
<underlying-type type-id='type-id-6'/>
<enumerator name='future_already_retrieved' value='1'/>
<enumerator name='promise_already_satisfied' value='2'/>
<enumerator name='broken_promise' value='4'/>
</enum-decl>
<function-decl name='make_error_code' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2987'/>
- <return type-id='type-id-1208'/>
+ <parameter type-id='type-id-2984'/>
+ <return type-id='type-id-1207'/>
</function-decl>
- <class-decl name='function<void(const std::__regex::_PatternCursor&, std::__regex::_Results&)>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2024' column='1' id='type-id-2977'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2988'/>
- <base-class access='private' layout-offset-in-bits='0' type-id='type-id-1569'/>
+ <class-decl name='function<void(const std::__regex::_PatternCursor&, std::__regex::_Results&)>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2024' column='1' id='type-id-2974'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2985'/>
+ <base-class access='private' layout-offset-in-bits='0' type-id='type-id-1568'/>
<member-type access='private'>
- <typedef-decl name='_Invoker_type' type-id='type-id-2990' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2267' column='1' id='type-id-2989'/>
+ <typedef-decl name='_Invoker_type' type-id='type-id-2987' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2267' column='1' id='type-id-2986'/>
</member-type>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='_M_invoker' type-id='type-id-2989' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2268' column='1'/>
+ <var-decl name='_M_invoker' type-id='type-id-2986' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2268' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='function' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2041' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2991' is-artificial='yes'/>
+ <parameter type-id='type-id-2988' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='function' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2273' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2991' is-artificial='yes'/>
- <parameter type-id='type-id-2992'/>
+ <parameter type-id='type-id-2988' is-artificial='yes'/>
+ <parameter type-id='type-id-2989'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='function' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2068' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2991' is-artificial='yes'/>
- <parameter type-id='type-id-2993'/>
+ <parameter type-id='type-id-2988' is-artificial='yes'/>
+ <parameter type-id='type-id-2990'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8functionIFvRKNSt7__regex14_PatternCursorERNS0_8_ResultsEEEaSERKS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2110' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2991' is-artificial='yes'/>
- <parameter type-id='type-id-2992'/>
- <return type-id='type-id-2993'/>
+ <parameter type-id='type-id-2988' is-artificial='yes'/>
+ <parameter type-id='type-id-2989'/>
+ <return type-id='type-id-2990'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8functionIFvRKNSt7__regex14_PatternCursorERNS0_8_ResultsEEEaSEOS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2128' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2991' is-artificial='yes'/>
- <parameter type-id='type-id-2993'/>
- <return type-id='type-id-2993'/>
+ <parameter type-id='type-id-2988' is-artificial='yes'/>
+ <parameter type-id='type-id-2990'/>
+ <return type-id='type-id-2990'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8functionIFvRKNSt7__regex14_PatternCursorERNS0_8_ResultsEEEaSEDn' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2991' is-artificial='yes'/>
- <return type-id='type-id-2993'/>
+ <parameter type-id='type-id-2988' is-artificial='yes'/>
+ <return type-id='type-id-2990'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt8functionIFvRKNSt7__regex14_PatternCursorERNS0_8_ResultsEEE4swapERS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2195' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2991' is-artificial='yes'/>
- <parameter type-id='type-id-2993'/>
+ <parameter type-id='type-id-2988' is-artificial='yes'/>
+ <parameter type-id='type-id-2990'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator bool' mangled-name='_ZNKSt8functionIFvRKNSt7__regex14_PatternCursorERNS0_8_ResultsEEEcvbEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2223' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2994' is-artificial='yes'/>
+ <parameter type-id='type-id-2991' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt8functionIFvRKNSt7__regex14_PatternCursorERNS0_8_ResultsEEEclES3_S5_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2305' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2994' is-artificial='yes'/>
- <parameter type-id='type-id-2995'/>
- <parameter type-id='type-id-2996'/>
+ <parameter type-id='type-id-2991' is-artificial='yes'/>
+ <parameter type-id='type-id-2992'/>
+ <parameter type-id='type-id-2993'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='target_type' mangled-name='_ZNKSt8functionIFvRKNSt7__regex14_PatternCursorERNS0_8_ResultsEEE11target_typeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2316' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2994' is-artificial='yes'/>
- <return type-id='type-id-1341'/>
+ <parameter type-id='type-id-2991' is-artificial='yes'/>
+ <return type-id='type-id-1340'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Maybe_unary_or_binary_function<void, const std::__regex::_PatternCursor&, std::__regex::_Results&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='520' column='1' id='type-id-2988'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2997'/>
+ <class-decl name='_Maybe_unary_or_binary_function<void, const std::__regex::_PatternCursor&, std::__regex::_Results&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='520' column='1' id='type-id-2985'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2994'/>
</class-decl>
- <class-decl name='binary_function<const std::__regex::_PatternCursor&, std::__regex::_Results&, void>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='116' column='1' id='type-id-2997'/>
- <class-decl name='_Undefined_class' visibility='default' is-declaration-only='yes' id='type-id-1764'/>
- <class-decl name='function<bool(const std::__regex::_PatternCursor&)>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2024' column='1' id='type-id-2978'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2998'/>
- <base-class access='private' layout-offset-in-bits='0' type-id='type-id-1569'/>
+ <class-decl name='binary_function<const std::__regex::_PatternCursor&, std::__regex::_Results&, void>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='116' column='1' id='type-id-2994'/>
+ <class-decl name='_Undefined_class' visibility='default' is-declaration-only='yes' id='type-id-1763'/>
+ <class-decl name='function<bool(const std::__regex::_PatternCursor&)>' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2024' column='1' id='type-id-2975'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2995'/>
+ <base-class access='private' layout-offset-in-bits='0' type-id='type-id-1568'/>
<member-type access='private'>
- <typedef-decl name='_Invoker_type' type-id='type-id-3000' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2267' column='1' id='type-id-2999'/>
+ <typedef-decl name='_Invoker_type' type-id='type-id-2997' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2267' column='1' id='type-id-2996'/>
</member-type>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='_M_invoker' type-id='type-id-2999' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2268' column='1'/>
+ <var-decl name='_M_invoker' type-id='type-id-2996' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2268' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='function' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2041' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3001' is-artificial='yes'/>
+ <parameter type-id='type-id-2998' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='function' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2273' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3001' is-artificial='yes'/>
- <parameter type-id='type-id-3002'/>
+ <parameter type-id='type-id-2998' is-artificial='yes'/>
+ <parameter type-id='type-id-2999'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='function' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2068' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3001' is-artificial='yes'/>
- <parameter type-id='type-id-3003'/>
+ <parameter type-id='type-id-2998' is-artificial='yes'/>
+ <parameter type-id='type-id-3000'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8functionIFbRKNSt7__regex14_PatternCursorEEEaSERKS5_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2110' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3001' is-artificial='yes'/>
- <parameter type-id='type-id-3002'/>
- <return type-id='type-id-3003'/>
+ <parameter type-id='type-id-2998' is-artificial='yes'/>
+ <parameter type-id='type-id-2999'/>
+ <return type-id='type-id-3000'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8functionIFbRKNSt7__regex14_PatternCursorEEEaSEOS5_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2128' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3001' is-artificial='yes'/>
- <parameter type-id='type-id-3003'/>
- <return type-id='type-id-3003'/>
+ <parameter type-id='type-id-2998' is-artificial='yes'/>
+ <parameter type-id='type-id-3000'/>
+ <return type-id='type-id-3000'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8functionIFbRKNSt7__regex14_PatternCursorEEEaSEDn' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2142' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3001' is-artificial='yes'/>
- <return type-id='type-id-3003'/>
+ <parameter type-id='type-id-2998' is-artificial='yes'/>
+ <return type-id='type-id-3000'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt8functionIFbRKNSt7__regex14_PatternCursorEEE4swapERS5_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2195' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3001' is-artificial='yes'/>
- <parameter type-id='type-id-3003'/>
+ <parameter type-id='type-id-2998' is-artificial='yes'/>
+ <parameter type-id='type-id-3000'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator bool' mangled-name='_ZNKSt8functionIFbRKNSt7__regex14_PatternCursorEEEcvbEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2223' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3004' is-artificial='yes'/>
+ <parameter type-id='type-id-3001' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt8functionIFbRKNSt7__regex14_PatternCursorEEEclES3_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2305' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3004' is-artificial='yes'/>
- <parameter type-id='type-id-2995'/>
+ <parameter type-id='type-id-3001' is-artificial='yes'/>
+ <parameter type-id='type-id-2992'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='target_type' mangled-name='_ZNKSt8functionIFbRKNSt7__regex14_PatternCursorEEE11target_typeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='2316' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3004' is-artificial='yes'/>
- <return type-id='type-id-1341'/>
+ <parameter type-id='type-id-3001' is-artificial='yes'/>
+ <return type-id='type-id-1340'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Maybe_unary_or_binary_function<bool, const std::__regex::_PatternCursor&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='515' column='1' id='type-id-2998'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3005'/>
+ <class-decl name='_Maybe_unary_or_binary_function<bool, const std::__regex::_PatternCursor&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='515' column='1' id='type-id-2995'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3002'/>
</class-decl>
- <class-decl name='unary_function<const std::__regex::_PatternCursor&, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-3005'/>
+ <class-decl name='unary_function<const std::__regex::_PatternCursor&, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='103' column='1' id='type-id-3002'/>
<function-decl name='__addressof<std::__regex::_State>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='47' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3006'/>
- <return type-id='type-id-2970'/>
+ <parameter type-id='type-id-3003'/>
+ <return type-id='type-id-2967'/>
</function-decl>
<function-decl name='_Destroy<std::__regex::_State>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_construct.h' line='94' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2970'/>
+ <parameter type-id='type-id-2967'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='_Destroy<std::__regex::_State*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_construct.h' line='124' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2970'/>
- <parameter type-id='type-id-2970'/>
+ <parameter type-id='type-id-2967'/>
+ <parameter type-id='type-id-2967'/>
<return type-id='type-id-4'/>
</function-decl>
- <class-decl name='allocator<std::__regex::_State>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='89' column='1' id='type-id-3007'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3008'/>
+ <class-decl name='allocator<std::__regex::_State>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='89' column='1' id='type-id-3004'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3005'/>
<member-type access='private'>
- <typedef-decl name='pointer' type-id='type-id-2970' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='94' column='1' id='type-id-3009'/>
+ <typedef-decl name='pointer' type-id='type-id-2967' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='94' column='1' id='type-id-3006'/>
</member-type>
<member-type access='private'>
- <class-decl name='rebind<std::__regex::_State>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='101' column='1' id='type-id-3010'>
+ <class-decl name='rebind<std::__regex::_State>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='101' column='1' id='type-id-3007'>
<member-type access='public'>
- <typedef-decl name='other' type-id='type-id-3007' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='102' column='1' id='type-id-3011'/>
+ <typedef-decl name='other' type-id='type-id-3004' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='102' column='1' id='type-id-3008'/>
</member-type>
</class-decl>
</member-type>
<member-function access='private'>
<function-decl name='allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3012' is-artificial='yes'/>
+ <parameter type-id='type-id-3009' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3012' is-artificial='yes'/>
- <parameter type-id='type-id-3013'/>
+ <parameter type-id='type-id-3009' is-artificial='yes'/>
+ <parameter type-id='type-id-3010'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3012' is-artificial='yes'/>
+ <parameter type-id='type-id-3009' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
<function-decl name='_Destroy<std::__regex::_State*, std::__regex::_State>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_construct.h' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2970'/>
- <parameter type-id='type-id-2970'/>
- <parameter type-id='type-id-3014'/>
+ <parameter type-id='type-id-2967'/>
+ <parameter type-id='type-id-2967'/>
+ <parameter type-id='type-id-3011'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__throw_bad_exception' mangled-name='_ZSt21__throw_bad_exceptionv' filepath='../../../.././libstdc++-v3/src/c++11/functexcept.cc' line='49' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt21__throw_bad_exceptionv@@GLIBCXX_3.4'>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='__throw_regex_error' mangled-name='_ZSt19__throw_regex_errorNSt15regex_constants10error_typeE' filepath='../../../.././libstdc++-v3/src/c++11/functexcept.cc' line='117' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt19__throw_regex_errorNSt15regex_constants10error_typeE@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-2964'/>
+ <parameter type-id='type-id-2961'/>
<return type-id='type-id-4'/>
</function-decl>
<function-decl name='generic_category' mangled-name='_ZSt16generic_categoryv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='107' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt16generic_categoryv@@GLIBCXX_3.4.11'>
- <return type-id='type-id-1190'/>
+ <return type-id='type-id-1189'/>
</function-decl>
- <class-decl name='bad_function_call' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1633' column='1' id='type-id-3015'>
+ <class-decl name='bad_function_call' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1633' column='1' id='type-id-3012'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-86'/>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_function_call' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1633' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3016' is-artificial='yes'/>
+ <parameter type-id='type-id-3013' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_function_call' mangled-name='_ZNSt17bad_function_callD0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1633' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17bad_function_callD0Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-3016' is-artificial='yes'/>
+ <parameter type-id='type-id-3013' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_function_call' mangled-name='_ZNSt17bad_function_callD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='1633' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt17bad_function_callD1Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-3016' is-artificial='yes'/>
+ <parameter type-id='type-id-3013' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Rb_tree<int, int, std::_Identity<int>, std::less<int>, std::allocator<int> >' size-in-bits='384' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='332' column='1' id='type-id-3017'>
+ <class-decl name='_Rb_tree<int, int, std::_Identity<int>, std::less<int>, std::allocator<int> >' size-in-bits='384' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='332' column='1' id='type-id-3014'>
<member-type access='protected'>
- <class-decl name='_Rb_tree_impl<std::less<int>, true>' size-in-bits='384' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='437' column='1' id='type-id-3018'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3019'/>
+ <class-decl name='_Rb_tree_impl<std::less<int>, true>' size-in-bits='384' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='437' column='1' id='type-id-3015'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3016'/>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_key_compare' type-id='type-id-3020' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='439' column='1'/>
+ <var-decl name='_M_key_compare' type-id='type-id-3017' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='439' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_header' type-id='type-id-2392' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='440' column='1'/>
+ <var-decl name='_M_header' type-id='type-id-2389' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='440' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
- <var-decl name='_M_node_count' type-id='type-id-3021' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='441' column='1'/>
+ <var-decl name='_M_node_count' type-id='type-id-3018' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='441' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Rb_tree_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='443' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3022' is-artificial='yes'/>
+ <parameter type-id='type-id-3019' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Rb_tree_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='448' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3022' is-artificial='yes'/>
- <parameter type-id='type-id-3023'/>
- <parameter type-id='type-id-3024'/>
+ <parameter type-id='type-id-3019' is-artificial='yes'/>
+ <parameter type-id='type-id-3020'/>
+ <parameter type-id='type-id-3021'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Rb_tree_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='454' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3022' is-artificial='yes'/>
- <parameter type-id='type-id-3023'/>
- <parameter type-id='type-id-3025'/>
+ <parameter type-id='type-id-3019' is-artificial='yes'/>
+ <parameter type-id='type-id-3020'/>
+ <parameter type-id='type-id-3022'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_initialize' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE13_Rb_tree_implIS3_Lb1EE13_M_initializeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='462' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3022' is-artificial='yes'/>
+ <parameter type-id='type-id-3019' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='private'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='350' column='1' id='type-id-3021'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='350' column='1' id='type-id-3018'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='_Node_allocator' type-id='type-id-3027' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='335' column='1' id='type-id-3026'/>
+ <typedef-decl name='_Node_allocator' type-id='type-id-3024' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='335' column='1' id='type-id-3023'/>
</member-type>
<member-type access='protected'>
- <typedef-decl name='_Base_ptr' type-id='type-id-2394' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='338' column='1' id='type-id-3028'/>
+ <typedef-decl name='_Base_ptr' type-id='type-id-2391' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='338' column='1' id='type-id-3025'/>
</member-type>
<member-type access='protected'>
- <typedef-decl name='_Const_Base_ptr' type-id='type-id-2396' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='339' column='1' id='type-id-3029'/>
+ <typedef-decl name='_Const_Base_ptr' type-id='type-id-2393' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='339' column='1' id='type-id-3026'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='key_type' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='342' column='1' id='type-id-3030'/>
+ <typedef-decl name='key_type' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='342' column='1' id='type-id-3027'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='value_type' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='343' column='1' id='type-id-3031'/>
+ <typedef-decl name='value_type' type-id='type-id-36' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='343' column='1' id='type-id-3028'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reference' type-id='type-id-3033' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='347' column='1' id='type-id-3032'/>
+ <typedef-decl name='const_reference' type-id='type-id-3030' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='347' column='1' id='type-id-3029'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='_Link_type' type-id='type-id-3035' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='348' column='1' id='type-id-3034'/>
+ <typedef-decl name='_Link_type' type-id='type-id-3032' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='348' column='1' id='type-id-3031'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='_Const_Link_type' type-id='type-id-3037' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='349' column='1' id='type-id-3036'/>
+ <typedef-decl name='_Const_Link_type' type-id='type-id-3034' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='349' column='1' id='type-id-3033'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='allocator_type' type-id='type-id-3039' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='352' column='1' id='type-id-3038'/>
+ <typedef-decl name='allocator_type' type-id='type-id-3036' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='352' column='1' id='type-id-3035'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='iterator' type-id='type-id-3041' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='566' column='1' id='type-id-3040'/>
+ <typedef-decl name='iterator' type-id='type-id-3038' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='566' column='1' id='type-id-3037'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_iterator' type-id='type-id-3043' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='567' column='1' id='type-id-3042'/>
+ <typedef-decl name='const_iterator' type-id='type-id-3040' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='567' column='1' id='type-id-3039'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='reverse_iterator' type-id='type-id-3045' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='569' column='1' id='type-id-3044'/>
+ <typedef-decl name='reverse_iterator' type-id='type-id-3042' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='569' column='1' id='type-id-3041'/>
</member-type>
<member-type access='private'>
- <typedef-decl name='const_reverse_iterator' type-id='type-id-3047' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='570' column='1' id='type-id-3046'/>
+ <typedef-decl name='const_reverse_iterator' type-id='type-id-3044' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='570' column='1' id='type-id-3043'/>
</member-type>
<data-member access='protected' layout-offset-in-bits='0'>
- <var-decl name='_M_impl' type-id='type-id-3018' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='471' column='1'/>
+ <var-decl name='_M_impl' type-id='type-id-3015' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='471' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='_M_get_Node_allocator' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE21_M_get_Node_allocatorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='355' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <return type-id='type-id-3025'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <return type-id='type-id-3022'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_get_Node_allocator' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE21_M_get_Node_allocatorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='359' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <return type-id='type-id-3024'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <return type-id='type-id-3021'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='get_allocator' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE13get_allocatorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='363' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <return type-id='type-id-3038'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <return type-id='type-id-3035'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_get_node' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11_M_get_nodeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='368' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <return type-id='type-id-3034'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <return type-id='type-id-3031'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_put_node' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11_M_put_nodeEPSt13_Rb_tree_nodeIiE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='372' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3034'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3031'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_destroy_node' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE15_M_destroy_nodeEPSt13_Rb_tree_nodeIiE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='417' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3034'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3031'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_clone_node' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE13_M_clone_nodeEPKSt13_Rb_tree_nodeIiE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='425' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3036'/>
- <return type-id='type-id-3034'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3033'/>
+ <return type-id='type-id-3031'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_root' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE7_M_rootEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='475' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <return type-id='type-id-3050'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <return type-id='type-id-3047'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_root' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE7_M_rootEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='479' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <return type-id='type-id-3029'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <return type-id='type-id-3026'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_leftmost' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11_M_leftmostEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='483' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <return type-id='type-id-3050'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <return type-id='type-id-3047'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_leftmost' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11_M_leftmostEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='487' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <return type-id='type-id-3029'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <return type-id='type-id-3026'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_rightmost' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE12_M_rightmostEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='491' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <return type-id='type-id-3050'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <return type-id='type-id-3047'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_rightmost' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE12_M_rightmostEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='495' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <return type-id='type-id-3029'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <return type-id='type-id-3026'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_begin' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE8_M_beginEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='499' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <return type-id='type-id-3034'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <return type-id='type-id-3031'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_begin' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE8_M_beginEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='503' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <return type-id='type-id-3036'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <return type-id='type-id-3033'/>
</function-decl>
</member-function>
<member-function access='protected'>
<function-decl name='_M_end' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE6_M_endEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='510' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <return type-id='type-id-3034'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <return type-id='type-id-3031'/>
</function-decl>
</member-function>
<member-function access='protected' const='yes'>
<function-decl name='_M_end' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE6_M_endEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='514' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <return type-id='type-id-3036'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <return type-id='type-id-3033'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_value' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE8_S_valueEPKSt13_Rb_tree_nodeIiE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='518' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3036'/>
- <return type-id='type-id-3032'/>
+ <parameter type-id='type-id-3033'/>
+ <return type-id='type-id-3029'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_key' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE6_S_keyEPKSt13_Rb_tree_nodeIiE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='522' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3036'/>
- <return type-id='type-id-1185'/>
+ <parameter type-id='type-id-3033'/>
+ <return type-id='type-id-1184'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_left' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE7_S_leftEPSt18_Rb_tree_node_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='526' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3028'/>
- <return type-id='type-id-3034'/>
+ <parameter type-id='type-id-3025'/>
+ <return type-id='type-id-3031'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_left' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE7_S_leftEPKSt18_Rb_tree_node_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='530' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3029'/>
- <return type-id='type-id-3036'/>
+ <parameter type-id='type-id-3026'/>
+ <return type-id='type-id-3033'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_right' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE8_S_rightEPSt18_Rb_tree_node_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='534' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3028'/>
- <return type-id='type-id-3034'/>
+ <parameter type-id='type-id-3025'/>
+ <return type-id='type-id-3031'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_right' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE8_S_rightEPKSt18_Rb_tree_node_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='538' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3029'/>
- <return type-id='type-id-3036'/>
+ <parameter type-id='type-id-3026'/>
+ <return type-id='type-id-3033'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_value' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE8_S_valueEPKSt18_Rb_tree_node_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='542' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3029'/>
- <return type-id='type-id-3032'/>
+ <parameter type-id='type-id-3026'/>
+ <return type-id='type-id-3029'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_key' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE6_S_keyEPKSt18_Rb_tree_node_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='546' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3029'/>
- <return type-id='type-id-1185'/>
+ <parameter type-id='type-id-3026'/>
+ <return type-id='type-id-1184'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_minimum' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE10_S_minimumEPSt18_Rb_tree_node_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='550' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3028'/>
- <return type-id='type-id-3028'/>
+ <parameter type-id='type-id-3025'/>
+ <return type-id='type-id-3025'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_minimum' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE10_S_minimumEPKSt18_Rb_tree_node_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='554' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3029'/>
- <return type-id='type-id-3029'/>
+ <parameter type-id='type-id-3026'/>
+ <return type-id='type-id-3026'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_maximum' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE10_S_maximumEPSt18_Rb_tree_node_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='558' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3028'/>
- <return type-id='type-id-3028'/>
+ <parameter type-id='type-id-3025'/>
+ <return type-id='type-id-3025'/>
</function-decl>
</member-function>
<member-function access='protected' static='yes'>
<function-decl name='_S_maximum' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE10_S_maximumEPKSt18_Rb_tree_node_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='562' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3029'/>
- <return type-id='type-id-3029'/>
+ <parameter type-id='type-id-3026'/>
+ <return type-id='type-id-3026'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_copy' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE7_M_copyEPKSt13_Rb_tree_nodeIiEPS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1040' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3036'/>
- <parameter type-id='type-id-3034'/>
- <return type-id='type-id-3034'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3033'/>
+ <parameter type-id='type-id-3031'/>
+ <return type-id='type-id-3031'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_erase' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE8_M_eraseEPSt13_Rb_tree_nodeIiE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1076' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3034'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3031'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_lower_bound' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE14_M_lower_boundEPSt13_Rb_tree_nodeIiES8_RKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1093' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3034'/>
- <parameter type-id='type-id-3034'/>
- <parameter type-id='type-id-1185'/>
- <return type-id='type-id-3040'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3031'/>
+ <parameter type-id='type-id-3031'/>
+ <parameter type-id='type-id-1184'/>
+ <return type-id='type-id-3037'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_lower_bound' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE14_M_lower_boundEPKSt13_Rb_tree_nodeIiES9_RKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1109' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <parameter type-id='type-id-3036'/>
- <parameter type-id='type-id-3036'/>
- <parameter type-id='type-id-1185'/>
- <return type-id='type-id-3042'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <parameter type-id='type-id-3033'/>
+ <parameter type-id='type-id-3033'/>
+ <parameter type-id='type-id-1184'/>
+ <return type-id='type-id-3039'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_upper_bound' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE14_M_upper_boundEPSt13_Rb_tree_nodeIiES8_RKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1125' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3034'/>
- <parameter type-id='type-id-3034'/>
- <parameter type-id='type-id-1185'/>
- <return type-id='type-id-3040'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3031'/>
+ <parameter type-id='type-id-3031'/>
+ <parameter type-id='type-id-1184'/>
+ <return type-id='type-id-3037'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='_M_upper_bound' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE14_M_upper_boundEPKSt13_Rb_tree_nodeIiES9_RKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1141' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <parameter type-id='type-id-3036'/>
- <parameter type-id='type-id-3036'/>
- <parameter type-id='type-id-1185'/>
- <return type-id='type-id-3042'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <parameter type-id='type-id-3033'/>
+ <parameter type-id='type-id-3033'/>
+ <parameter type-id='type-id-1184'/>
+ <return type-id='type-id-3039'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_Rb_tree' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='623' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_Rb_tree' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='625' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3023'/>
- <parameter type-id='type-id-3051'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3020'/>
+ <parameter type-id='type-id-3048'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_Rb_tree' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='629' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3052'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3049'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_Rb_tree' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='918' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3053'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3050'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~_Rb_tree' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='645' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='operator=' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEEaSERKS5_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='943' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3052'/>
- <return type-id='type-id-3053'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3049'/>
+ <return type-id='type-id-3050'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='key_comp' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE8key_compEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='653' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <return type-id='type-id-3020'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <return type-id='type-id-3017'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='begin' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE5beginEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='657' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <return type-id='type-id-3040'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <return type-id='type-id-3037'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='begin' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE5beginEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='664' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <return type-id='type-id-3042'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <return type-id='type-id-3039'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='end' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE3endEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='671' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <return type-id='type-id-3040'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <return type-id='type-id-3037'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='end' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE3endEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='675' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <return type-id='type-id-3042'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <return type-id='type-id-3039'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='rbegin' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE6rbeginEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='682' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <return type-id='type-id-3044'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <return type-id='type-id-3041'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rbegin' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE6rbeginEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='686' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <return type-id='type-id-3046'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <return type-id='type-id-3043'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='rend' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE4rendEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='690' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <return type-id='type-id-3044'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <return type-id='type-id-3041'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rend' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE4rendEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='694' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <return type-id='type-id-3046'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <return type-id='type-id-3043'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='empty' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE5emptyEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='698' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='size' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE4sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='702' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <return type-id='type-id-3021'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <return type-id='type-id-3018'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='max_size' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE8max_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='706' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <return type-id='type-id-3021'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <return type-id='type-id-3018'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='swap' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE4swapERS5_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1218' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3053'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3050'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_erase_aux' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE12_M_erase_auxESt23_Rb_tree_const_iteratorIiE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1491' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3042'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3039'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_erase_aux' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE12_M_erase_auxESt23_Rb_tree_const_iteratorIiES7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1505' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3042'/>
- <parameter type-id='type-id-3042'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3039'/>
+ <parameter type-id='type-id-3039'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='erase' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE5eraseESt23_Rb_tree_const_iteratorIiE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='763' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3042'/>
- <return type-id='type-id-3040'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3039'/>
+ <return type-id='type-id-3037'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='erase' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE5eraseESt17_Rb_tree_iteratorIiE' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='773' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3040'/>
- <return type-id='type-id-3040'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3037'/>
+ <return type-id='type-id-3037'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='erase' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE5eraseERKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1518' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-1185'/>
- <return type-id='type-id-3021'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-1184'/>
+ <return type-id='type-id-3018'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='erase' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE5eraseESt23_Rb_tree_const_iteratorIiES7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='796' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3042'/>
- <parameter type-id='type-id-3042'/>
- <return type-id='type-id-3040'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3039'/>
+ <parameter type-id='type-id-3039'/>
+ <return type-id='type-id-3037'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='erase' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE5eraseEPKiS7_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1530' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-951'/>
- <parameter type-id='type-id-951'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-950'/>
+ <parameter type-id='type-id-950'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='clear' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE5clearEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='814' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='find' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE4findERKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1541' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-1185'/>
- <return type-id='type-id-3040'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-1184'/>
+ <return type-id='type-id-3037'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='find' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE4findERKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1554' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <parameter type-id='type-id-1185'/>
- <return type-id='type-id-3042'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <parameter type-id='type-id-1184'/>
+ <return type-id='type-id-3039'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='count' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE5countERKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1566' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <parameter type-id='type-id-1185'/>
- <return type-id='type-id-3021'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <parameter type-id='type-id-1184'/>
+ <return type-id='type-id-3018'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='lower_bound' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11lower_boundERKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='834' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3054'/>
- <return type-id='type-id-3040'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3051'/>
+ <return type-id='type-id-3037'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='lower_bound' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11lower_boundERKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='838' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <parameter type-id='type-id-3054'/>
- <return type-id='type-id-3042'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <parameter type-id='type-id-3051'/>
+ <return type-id='type-id-3039'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='upper_bound' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11upper_boundERKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='842' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-3054'/>
- <return type-id='type-id-3040'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-3051'/>
+ <return type-id='type-id-3037'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='upper_bound' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11upper_boundERKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='846' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <parameter type-id='type-id-3054'/>
- <return type-id='type-id-3042'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <parameter type-id='type-id-3051'/>
+ <return type-id='type-id-3039'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='equal_range' mangled-name='_ZNSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11equal_rangeERKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1159' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3048' is-artificial='yes'/>
- <parameter type-id='type-id-1185'/>
- <return type-id='type-id-3055'/>
+ <parameter type-id='type-id-3045' is-artificial='yes'/>
+ <parameter type-id='type-id-1184'/>
+ <return type-id='type-id-3052'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='equal_range' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11equal_rangeERKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1190' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
- <parameter type-id='type-id-1185'/>
- <return type-id='type-id-3056'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
+ <parameter type-id='type-id-1184'/>
+ <return type-id='type-id-3053'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='__rb_verify' mangled-name='_ZNKSt8_Rb_treeIiiSt9_IdentityIiESt4lessIiESaIiEE11__rb_verifyEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='1581' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3049' is-artificial='yes'/>
+ <parameter type-id='type-id-3046' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='allocator<std::_Rb_tree_node<int> >' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='89' column='1' id='type-id-3019'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3057'/>
+ <class-decl name='allocator<std::_Rb_tree_node<int> >' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='89' column='1' id='type-id-3016'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3054'/>
<member-function access='private'>
<function-decl name='allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3058' is-artificial='yes'/>
+ <parameter type-id='type-id-3055' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3058' is-artificial='yes'/>
- <parameter type-id='type-id-3059'/>
+ <parameter type-id='type-id-3055' is-artificial='yes'/>
+ <parameter type-id='type-id-3056'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3058' is-artificial='yes'/>
+ <parameter type-id='type-id-3055' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Rb_tree_node<int>' size-in-bits='320' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='130' column='1' id='type-id-3060'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2392'/>
+ <class-decl name='_Rb_tree_node<int>' size-in-bits='320' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='130' column='1' id='type-id-3057'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2389'/>
<data-member access='public' layout-offset-in-bits='256'>
<var-decl name='_M_value_field' type-id='type-id-36' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='133' column='1'/>
</data-member>
</class-decl>
- <class-decl name='less<int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='233' column='1' id='type-id-3020'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3061'/>
+ <class-decl name='less<int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='233' column='1' id='type-id-3017'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3058'/>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt4lessIiEclERKiS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='236' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3062' is-artificial='yes'/>
- <parameter type-id='type-id-1185'/>
- <parameter type-id='type-id-1185'/>
+ <parameter type-id='type-id-3059' is-artificial='yes'/>
+ <parameter type-id='type-id-1184'/>
+ <parameter type-id='type-id-1184'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='binary_function<int, int, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='116' column='1' id='type-id-3061'/>
- <class-decl name='allocator<int>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='89' column='1' id='type-id-3039'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3063'/>
+ <class-decl name='binary_function<int, int, bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_function.h' line='116' column='1' id='type-id-3058'/>
+ <class-decl name='allocator<int>' size-in-bits='8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='89' column='1' id='type-id-3036'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3060'/>
<member-type access='private'>
- <class-decl name='rebind<std::_Rb_tree_node<int> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='101' column='1' id='type-id-3064'>
+ <class-decl name='rebind<std::_Rb_tree_node<int> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='101' column='1' id='type-id-3061'>
<member-type access='public'>
- <typedef-decl name='other' type-id='type-id-3019' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='102' column='1' id='type-id-3027'/>
+ <typedef-decl name='other' type-id='type-id-3016' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='102' column='1' id='type-id-3024'/>
</member-type>
</class-decl>
</member-type>
<member-function access='private'>
<function-decl name='allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='104' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3065' is-artificial='yes'/>
+ <parameter type-id='type-id-3062' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3065' is-artificial='yes'/>
- <parameter type-id='type-id-3066'/>
+ <parameter type-id='type-id-3062' is-artificial='yes'/>
+ <parameter type-id='type-id-3063'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes'>
<function-decl name='~allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/allocator.h' line='112' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3065' is-artificial='yes'/>
+ <parameter type-id='type-id-3062' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Rb_tree_iterator<int>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='156' column='1' id='type-id-3041'>
+ <class-decl name='_Rb_tree_iterator<int>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='156' column='1' id='type-id-3038'>
<member-type access='public'>
- <typedef-decl name='_Base_ptr' type-id='type-id-2393' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='166' column='1' id='type-id-3067'/>
+ <typedef-decl name='_Base_ptr' type-id='type-id-2390' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='166' column='1' id='type-id-3064'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-313' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='159' column='1' id='type-id-3068'/>
+ <typedef-decl name='reference' type-id='type-id-313' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='159' column='1' id='type-id-3065'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-1837' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='160' column='1' id='type-id-3069'/>
+ <typedef-decl name='pointer' type-id='type-id-1836' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='160' column='1' id='type-id-3066'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='_Self' type-id='type-id-3041' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='165' column='1' id='type-id-3070'/>
+ <typedef-decl name='_Self' type-id='type-id-3038' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='165' column='1' id='type-id-3067'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='_Link_type' type-id='type-id-3035' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='167' column='1' id='type-id-3071'/>
+ <typedef-decl name='_Link_type' type-id='type-id-3032' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='167' column='1' id='type-id-3068'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_node' type-id='type-id-3067' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='223' column='1'/>
+ <var-decl name='_M_node' type-id='type-id-3064' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='223' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Rb_tree_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='169' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3072' is-artificial='yes'/>
+ <parameter type-id='type-id-3069' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Rb_tree_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='173' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3072' is-artificial='yes'/>
- <parameter type-id='type-id-3071'/>
+ <parameter type-id='type-id-3069' is-artificial='yes'/>
+ <parameter type-id='type-id-3068'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='operator*' mangled-name='_ZNKSt17_Rb_tree_iteratorIiEdeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='177' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3073' is-artificial='yes'/>
- <return type-id='type-id-3068'/>
+ <parameter type-id='type-id-3070' is-artificial='yes'/>
+ <return type-id='type-id-3065'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='operator->' mangled-name='_ZNKSt17_Rb_tree_iteratorIiEptEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='181' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3073' is-artificial='yes'/>
- <return type-id='type-id-3069'/>
+ <parameter type-id='type-id-3070' is-artificial='yes'/>
+ <return type-id='type-id-3066'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZNSt17_Rb_tree_iteratorIiEppEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='186' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3072' is-artificial='yes'/>
- <return type-id='type-id-3074'/>
+ <parameter type-id='type-id-3069' is-artificial='yes'/>
+ <return type-id='type-id-3071'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZNSt17_Rb_tree_iteratorIiEppEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='193' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3072' is-artificial='yes'/>
+ <parameter type-id='type-id-3069' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-3070'/>
+ <return type-id='type-id-3067'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZNSt17_Rb_tree_iteratorIiEmmEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='201' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3072' is-artificial='yes'/>
- <return type-id='type-id-3074'/>
+ <parameter type-id='type-id-3069' is-artificial='yes'/>
+ <return type-id='type-id-3071'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZNSt17_Rb_tree_iteratorIiEmmEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='208' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3072' is-artificial='yes'/>
+ <parameter type-id='type-id-3069' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-3070'/>
+ <return type-id='type-id-3067'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='operator==' mangled-name='_ZNKSt17_Rb_tree_iteratorIiEeqERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='216' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3073' is-artificial='yes'/>
- <parameter type-id='type-id-3075'/>
+ <parameter type-id='type-id-3070' is-artificial='yes'/>
+ <parameter type-id='type-id-3072'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='operator!=' mangled-name='_ZNKSt17_Rb_tree_iteratorIiEneERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='220' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3073' is-artificial='yes'/>
- <parameter type-id='type-id-3075'/>
+ <parameter type-id='type-id-3070' is-artificial='yes'/>
+ <parameter type-id='type-id-3072'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='_Rb_tree_const_iterator<int>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='227' column='1' id='type-id-3043'>
+ <class-decl name='_Rb_tree_const_iterator<int>' size-in-bits='64' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='227' column='1' id='type-id-3040'>
<member-type access='public'>
- <typedef-decl name='_Base_ptr' type-id='type-id-2395' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='239' column='1' id='type-id-3076'/>
+ <typedef-decl name='_Base_ptr' type-id='type-id-2392' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='239' column='1' id='type-id-3073'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-1185' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='230' column='1' id='type-id-3077'/>
+ <typedef-decl name='reference' type-id='type-id-1184' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='230' column='1' id='type-id-3074'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-951' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='231' column='1' id='type-id-3078'/>
+ <typedef-decl name='pointer' type-id='type-id-950' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='231' column='1' id='type-id-3075'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='iterator' type-id='type-id-3041' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='233' column='1' id='type-id-3079'/>
+ <typedef-decl name='iterator' type-id='type-id-3038' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='233' column='1' id='type-id-3076'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='_Self' type-id='type-id-3043' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='238' column='1' id='type-id-3080'/>
+ <typedef-decl name='_Self' type-id='type-id-3040' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='238' column='1' id='type-id-3077'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='_Link_type' type-id='type-id-3037' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='240' column='1' id='type-id-3081'/>
+ <typedef-decl name='_Link_type' type-id='type-id-3034' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='240' column='1' id='type-id-3078'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_node' type-id='type-id-3076' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='304' column='1'/>
+ <var-decl name='_M_node' type-id='type-id-3073' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='304' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_Rb_tree_const_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='242' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3082' is-artificial='yes'/>
+ <parameter type-id='type-id-3079' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Rb_tree_const_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='246' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3082' is-artificial='yes'/>
- <parameter type-id='type-id-3081'/>
+ <parameter type-id='type-id-3079' is-artificial='yes'/>
+ <parameter type-id='type-id-3078'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Rb_tree_const_iterator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='249' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3082' is-artificial='yes'/>
- <parameter type-id='type-id-3083'/>
+ <parameter type-id='type-id-3079' is-artificial='yes'/>
+ <parameter type-id='type-id-3080'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='_M_const_cast' mangled-name='_ZNKSt23_Rb_tree_const_iteratorIiE13_M_const_castEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='253' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3084' is-artificial='yes'/>
- <return type-id='type-id-3079'/>
+ <parameter type-id='type-id-3081' is-artificial='yes'/>
+ <return type-id='type-id-3076'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='operator*' mangled-name='_ZNKSt23_Rb_tree_const_iteratorIiEdeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='258' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3084' is-artificial='yes'/>
- <return type-id='type-id-3077'/>
+ <parameter type-id='type-id-3081' is-artificial='yes'/>
+ <return type-id='type-id-3074'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='operator->' mangled-name='_ZNKSt23_Rb_tree_const_iteratorIiEptEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='262' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3084' is-artificial='yes'/>
- <return type-id='type-id-3078'/>
+ <parameter type-id='type-id-3081' is-artificial='yes'/>
+ <return type-id='type-id-3075'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZNSt23_Rb_tree_const_iteratorIiEppEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='267' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3082' is-artificial='yes'/>
- <return type-id='type-id-3085'/>
+ <parameter type-id='type-id-3079' is-artificial='yes'/>
+ <return type-id='type-id-3082'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator++' mangled-name='_ZNSt23_Rb_tree_const_iteratorIiEppEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='274' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3082' is-artificial='yes'/>
+ <parameter type-id='type-id-3079' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-3080'/>
+ <return type-id='type-id-3077'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZNSt23_Rb_tree_const_iteratorIiEmmEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='282' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3082' is-artificial='yes'/>
- <return type-id='type-id-3085'/>
+ <parameter type-id='type-id-3079' is-artificial='yes'/>
+ <return type-id='type-id-3082'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='operator--' mangled-name='_ZNSt23_Rb_tree_const_iteratorIiEmmEi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='289' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3082' is-artificial='yes'/>
+ <parameter type-id='type-id-3079' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <return type-id='type-id-3080'/>
+ <return type-id='type-id-3077'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='operator==' mangled-name='_ZNKSt23_Rb_tree_const_iteratorIiEeqERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='297' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3084' is-artificial='yes'/>
- <parameter type-id='type-id-3086'/>
+ <parameter type-id='type-id-3081' is-artificial='yes'/>
+ <parameter type-id='type-id-3083'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='operator!=' mangled-name='_ZNKSt23_Rb_tree_const_iteratorIiEneERKS0_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h' line='301' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3084' is-artificial='yes'/>
- <parameter type-id='type-id-3086'/>
+ <parameter type-id='type-id-3081' is-artificial='yes'/>
+ <parameter type-id='type-id-3083'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='reverse_iterator<std::_Rb_tree_iterator<int> >' visibility='default' is-declaration-only='yes' id='type-id-3045'/>
- <class-decl name='reverse_iterator<std::_Rb_tree_const_iterator<int> >' visibility='default' is-declaration-only='yes' id='type-id-3047'/>
- <class-decl name='pair<std::_Rb_tree_iterator<int>, std::_Rb_tree_iterator<int> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-3055'/>
- <class-decl name='pair<std::_Rb_tree_const_iterator<int>, std::_Rb_tree_const_iterator<int> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-3056'/>
- <class-decl name='_Vector_base<std::__regex::_State, std::allocator<std::__regex::_State> >' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='73' column='1' id='type-id-3087'>
+ <class-decl name='reverse_iterator<std::_Rb_tree_iterator<int> >' visibility='default' is-declaration-only='yes' id='type-id-3042'/>
+ <class-decl name='reverse_iterator<std::_Rb_tree_const_iterator<int> >' visibility='default' is-declaration-only='yes' id='type-id-3044'/>
+ <class-decl name='pair<std::_Rb_tree_iterator<int>, std::_Rb_tree_iterator<int> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-3052'/>
+ <class-decl name='pair<std::_Rb_tree_const_iterator<int>, std::_Rb_tree_const_iterator<int> >' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-3053'/>
+ <class-decl name='_Vector_base<std::__regex::_State, std::allocator<std::__regex::_State> >' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='73' column='1' id='type-id-3084'>
<member-type access='public'>
- <class-decl name='_Vector_impl' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='80' column='1' id='type-id-3088'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3007'/>
+ <class-decl name='_Vector_impl' size-in-bits='192' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='80' column='1' id='type-id-3085'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3004'/>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_start' type-id='type-id-3089' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='83' column='1'/>
+ <var-decl name='_M_start' type-id='type-id-3086' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='83' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
- <var-decl name='_M_finish' type-id='type-id-3089' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='84' column='1'/>
+ <var-decl name='_M_finish' type-id='type-id-3086' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='84' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
- <var-decl name='_M_end_of_storage' type-id='type-id-3089' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='85' column='1'/>
+ <var-decl name='_M_end_of_storage' type-id='type-id-3086' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='85' column='1'/>
</data-member>
<member-function access='public' constructor='yes'>
<function-decl name='_Vector_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='87' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3090' is-artificial='yes'/>
+ <parameter type-id='type-id-3087' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_Vector_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='91' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3090' is-artificial='yes'/>
- <parameter type-id='type-id-3091'/>
+ <parameter type-id='type-id-3087' is-artificial='yes'/>
+ <parameter type-id='type-id-3088'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' constructor='yes'>
<function-decl name='_Vector_impl' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='96' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3090' is-artificial='yes'/>
- <parameter type-id='type-id-3092'/>
+ <parameter type-id='type-id-3087' is-artificial='yes'/>
+ <parameter type-id='type-id-3089'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_swap_data' mangled-name='_ZNSt12_Vector_baseINSt7__regex6_StateESaIS1_EE12_Vector_impl12_M_swap_dataERS4_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3090' is-artificial='yes'/>
- <parameter type-id='type-id-3093'/>
+ <parameter type-id='type-id-3087' is-artificial='yes'/>
+ <parameter type-id='type-id-3090'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-3094' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='78' column='1' id='type-id-3089'/>
+ <typedef-decl name='pointer' type-id='type-id-3091' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='78' column='1' id='type-id-3086'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='_Tp_alloc_type' type-id='type-id-3096' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='76' column='1' id='type-id-3095'/>
+ <typedef-decl name='_Tp_alloc_type' type-id='type-id-3093' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='76' column='1' id='type-id-3092'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='allocator_type' type-id='type-id-3007' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='111' column='1' id='type-id-3097'/>
+ <typedef-decl name='allocator_type' type-id='type-id-3004' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='111' column='1' id='type-id-3094'/>
</member-type>
<data-member access='public' layout-offset-in-bits='0'>
- <var-decl name='_M_impl' type-id='type-id-3088' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='165' column='1'/>
+ <var-decl name='_M_impl' type-id='type-id-3085' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='165' column='1'/>
</data-member>
<member-function access='public'>
<function-decl name='_M_get_Tp_allocator' mangled-name='_ZNSt12_Vector_baseINSt7__regex6_StateESaIS1_EE19_M_get_Tp_allocatorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3098' is-artificial='yes'/>
- <return type-id='type-id-3092'/>
+ <parameter type-id='type-id-3095' is-artificial='yes'/>
+ <return type-id='type-id-3089'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='_M_get_Tp_allocator' mangled-name='_ZNKSt12_Vector_baseINSt7__regex6_StateESaIS1_EE19_M_get_Tp_allocatorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='118' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3099' is-artificial='yes'/>
- <return type-id='type-id-3091'/>
+ <parameter type-id='type-id-3096' is-artificial='yes'/>
+ <return type-id='type-id-3088'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='get_allocator' mangled-name='_ZNKSt12_Vector_baseINSt7__regex6_StateESaIS1_EE13get_allocatorEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='122' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3099' is-artificial='yes'/>
- <return type-id='type-id-3097'/>
+ <parameter type-id='type-id-3096' is-artificial='yes'/>
+ <return type-id='type-id-3094'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='125' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3098' is-artificial='yes'/>
+ <parameter type-id='type-id-3095' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='128' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3098' is-artificial='yes'/>
- <parameter type-id='type-id-3100'/>
+ <parameter type-id='type-id-3095' is-artificial='yes'/>
+ <parameter type-id='type-id-3097'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='131' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3098' is-artificial='yes'/>
+ <parameter type-id='type-id-3095' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='135' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3098' is-artificial='yes'/>
+ <parameter type-id='type-id-3095' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <parameter type-id='type-id-3100'/>
+ <parameter type-id='type-id-3097'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='140' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3098' is-artificial='yes'/>
- <parameter type-id='type-id-3092'/>
+ <parameter type-id='type-id-3095' is-artificial='yes'/>
+ <parameter type-id='type-id-3089'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='143' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3098' is-artificial='yes'/>
- <parameter type-id='type-id-3101'/>
+ <parameter type-id='type-id-3095' is-artificial='yes'/>
+ <parameter type-id='type-id-3098'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_Vector_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='147' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3098' is-artificial='yes'/>
- <parameter type-id='type-id-3101'/>
- <parameter type-id='type-id-3100'/>
+ <parameter type-id='type-id-3095' is-artificial='yes'/>
+ <parameter type-id='type-id-3098'/>
+ <parameter type-id='type-id-3097'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~_Vector_base' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='160' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3098' is-artificial='yes'/>
+ <parameter type-id='type-id-3095' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_allocate' mangled-name='_ZNSt12_Vector_baseINSt7__regex6_StateESaIS1_EE11_M_allocateEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='168' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3098' is-artificial='yes'/>
+ <parameter type-id='type-id-3095' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
- <return type-id='type-id-3089'/>
+ <return type-id='type-id-3086'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='_M_deallocate' mangled-name='_ZNSt12_Vector_baseINSt7__regex6_StateESaIS1_EE13_M_deallocateEPS1_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='172' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3098' is-artificial='yes'/>
- <parameter type-id='type-id-3089'/>
+ <parameter type-id='type-id-3095' is-artificial='yes'/>
+ <parameter type-id='type-id-3086'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='_M_create_storage' mangled-name='_ZNSt12_Vector_baseINSt7__regex6_StateESaIS1_EE17_M_create_storageEm' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_vector.h' line='180' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3098' is-artificial='yes'/>
+ <parameter type-id='type-id-3095' is-artificial='yes'/>
<parameter type-id='type-id-66'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='allocator_traits<std::allocator<std::__regex::_State> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='87' column='1' id='type-id-3102'>
+ <class-decl name='allocator_traits<std::allocator<std::__regex::_State> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='87' column='1' id='type-id-3099'>
<member-type access='private'>
- <typedef-decl name='__pointer' type-id='type-id-3009' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='102' column='1' id='type-id-3103'/>
+ <typedef-decl name='__pointer' type-id='type-id-3006' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='102' column='1' id='type-id-3100'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-3103' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='109' column='1' id='type-id-3104'/>
+ <typedef-decl name='pointer' type-id='type-id-3100' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='109' column='1' id='type-id-3101'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='rebind_alloc' type-id='type-id-3106' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='204' column='1' id='type-id-3105'/>
+ <typedef-decl name='rebind_alloc' type-id='type-id-3103' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='204' column='1' id='type-id-3102'/>
</member-type>
</class-decl>
- <class-decl name='__alloctr_rebind<std::allocator<std::__regex::_State>, std::__regex::_State, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='70' column='1' id='type-id-3107'>
+ <class-decl name='__alloctr_rebind<std::allocator<std::__regex::_State>, std::__regex::_State, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='70' column='1' id='type-id-3104'>
<member-type access='public'>
- <typedef-decl name='__type' type-id='type-id-3011' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='72' column='1' id='type-id-3106'/>
+ <typedef-decl name='__type' type-id='type-id-3008' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/alloc_traits.h' line='72' column='1' id='type-id-3103'/>
</member-type>
</class-decl>
- <class-decl name='system_error' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='309' column='1' id='type-id-3108'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2347'/>
+ <class-decl name='system_error' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='309' column='1' id='type-id-3105'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2344'/>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_code' type-id='type-id-1208' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='312' column='1'/>
+ <var-decl name='_M_code' type-id='type-id-1207' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='312' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='system_error' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='315' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3109' is-artificial='yes'/>
- <parameter type-id='type-id-1208'/>
+ <parameter type-id='type-id-3106' is-artificial='yes'/>
+ <parameter type-id='type-id-1207'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='system_error' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='318' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3109' is-artificial='yes'/>
- <parameter type-id='type-id-1208'/>
+ <parameter type-id='type-id-3106' is-artificial='yes'/>
+ <parameter type-id='type-id-1207'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='system_error' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='332' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3109' is-artificial='yes'/>
+ <parameter type-id='type-id-3106' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-1190'/>
+ <parameter type-id='type-id-1189'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='system_error' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='336' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3109' is-artificial='yes'/>
+ <parameter type-id='type-id-3106' is-artificial='yes'/>
<parameter type-id='type-id-36'/>
- <parameter type-id='type-id-1190'/>
+ <parameter type-id='type-id-1189'/>
<parameter type-id='type-id-89'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='code' mangled-name='_ZNKSt12system_error4codeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='343' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3110' is-artificial='yes'/>
- <return type-id='type-id-1195'/>
+ <parameter type-id='type-id-3107' is-artificial='yes'/>
+ <return type-id='type-id-1194'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~system_error' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='309' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3109' is-artificial='yes'/>
+ <parameter type-id='type-id-3106' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~system_error' mangled-name='_ZNSt12system_errorD0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='309' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12system_errorD0Ev@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-3109' is-artificial='yes'/>
+ <parameter type-id='type-id-3106' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~system_error' mangled-name='_ZNSt12system_errorD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='309' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12system_errorD2Ev@@GLIBCXX_3.4.11'>
- <parameter type-id='type-id-3109' is-artificial='yes'/>
+ <parameter type-id='type-id-3106' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='future_error' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='91' column='1' id='type-id-3111'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2344'/>
+ <class-decl name='future_error' size-in-bits='256' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='91' column='1' id='type-id-3108'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2341'/>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_code' type-id='type-id-1208' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='93' column='1'/>
+ <var-decl name='_M_code' type-id='type-id-1207' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='93' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='future_error' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='96' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3112' is-artificial='yes'/>
- <parameter type-id='type-id-1208'/>
+ <parameter type-id='type-id-3109' is-artificial='yes'/>
+ <parameter type-id='type-id-1207'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='code' mangled-name='_ZNKSt12future_error4codeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/future' line='106' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3113' is-artificial='yes'/>
- <return type-id='type-id-1195'/>
+ <parameter type-id='type-id-3110' is-artificial='yes'/>
+ <return type-id='type-id-1194'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~future_error' filepath='../../../.././libstdc++-v3/src/c++11/future.cc' line='75' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3112' is-artificial='yes'/>
+ <parameter type-id='type-id-3109' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~future_error' mangled-name='_ZNSt12future_errorD0Ev' filepath='../../../.././libstdc++-v3/src/c++11/future.cc' line='75' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12future_errorD0Ev@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-3112' is-artificial='yes'/>
+ <parameter type-id='type-id-3109' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~future_error' mangled-name='_ZNSt12future_errorD2Ev' filepath='../../../.././libstdc++-v3/src/c++11/future.cc' line='75' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12future_errorD2Ev@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-3112' is-artificial='yes'/>
+ <parameter type-id='type-id-3109' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='what' mangled-name='_ZNKSt12future_error4whatEv' filepath='../../../.././libstdc++-v3/src/c++11/future.cc' line='78' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt12future_error4whatEv@@GLIBCXX_3.4.14'>
- <parameter type-id='type-id-3113' is-artificial='yes'/>
+ <parameter type-id='type-id-3110' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</class-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-2973' size-in-bits='64' id='type-id-2974'/>
- <qualified-type-def type-id='type-id-2973' const='yes' id='type-id-3114'/>
- <pointer-type-def type-id='type-id-3114' size-in-bits='64' id='type-id-2975'/>
- <reference-type-def kind='lvalue' type-id='type-id-3114' size-in-bits='64' id='type-id-2995'/>
- <reference-type-def kind='lvalue' type-id='type-id-2976' size-in-bits='64' id='type-id-2996'/>
- <pointer-type-def type-id='type-id-3115' size-in-bits='64' id='type-id-2990'/>
- <pointer-type-def type-id='type-id-2977' size-in-bits='64' id='type-id-2991'/>
- <qualified-type-def type-id='type-id-2977' const='yes' id='type-id-3116'/>
- <reference-type-def kind='lvalue' type-id='type-id-3116' size-in-bits='64' id='type-id-2992'/>
- <reference-type-def kind='lvalue' type-id='type-id-2977' size-in-bits='64' id='type-id-2993'/>
- <pointer-type-def type-id='type-id-3116' size-in-bits='64' id='type-id-2994'/>
- <pointer-type-def type-id='type-id-3117' size-in-bits='64' id='type-id-3000'/>
- <pointer-type-def type-id='type-id-2978' size-in-bits='64' id='type-id-3001'/>
- <qualified-type-def type-id='type-id-2978' const='yes' id='type-id-3118'/>
- <reference-type-def kind='lvalue' type-id='type-id-3118' size-in-bits='64' id='type-id-3002'/>
- <reference-type-def kind='lvalue' type-id='type-id-2978' size-in-bits='64' id='type-id-3003'/>
- <pointer-type-def type-id='type-id-3118' size-in-bits='64' id='type-id-3004'/>
- <pointer-type-def type-id='type-id-2965' size-in-bits='64' id='type-id-2970'/>
- <qualified-type-def type-id='type-id-2969' const='yes' id='type-id-3119'/>
- <reference-type-def kind='lvalue' type-id='type-id-3119' size-in-bits='64' id='type-id-2971'/>
- <qualified-type-def type-id='type-id-2968' const='yes' id='type-id-3120'/>
- <reference-type-def kind='lvalue' type-id='type-id-3120' size-in-bits='64' id='type-id-2972'/>
- <reference-type-def kind='lvalue' type-id='type-id-2965' size-in-bits='64' id='type-id-3006'/>
+ <pointer-type-def type-id='type-id-2970' size-in-bits='64' id='type-id-2971'/>
+ <qualified-type-def type-id='type-id-2970' const='yes' id='type-id-3111'/>
+ <pointer-type-def type-id='type-id-3111' size-in-bits='64' id='type-id-2972'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3111' size-in-bits='64' id='type-id-2992'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2973' size-in-bits='64' id='type-id-2993'/>
+ <pointer-type-def type-id='type-id-3112' size-in-bits='64' id='type-id-2987'/>
+ <pointer-type-def type-id='type-id-2974' size-in-bits='64' id='type-id-2988'/>
+ <qualified-type-def type-id='type-id-2974' const='yes' id='type-id-3113'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3113' size-in-bits='64' id='type-id-2989'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2974' size-in-bits='64' id='type-id-2990'/>
+ <pointer-type-def type-id='type-id-3113' size-in-bits='64' id='type-id-2991'/>
+ <pointer-type-def type-id='type-id-3114' size-in-bits='64' id='type-id-2997'/>
+ <pointer-type-def type-id='type-id-2975' size-in-bits='64' id='type-id-2998'/>
+ <qualified-type-def type-id='type-id-2975' const='yes' id='type-id-3115'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3115' size-in-bits='64' id='type-id-2999'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2975' size-in-bits='64' id='type-id-3000'/>
+ <pointer-type-def type-id='type-id-3115' size-in-bits='64' id='type-id-3001'/>
+ <pointer-type-def type-id='type-id-2962' size-in-bits='64' id='type-id-2967'/>
+ <qualified-type-def type-id='type-id-2966' const='yes' id='type-id-3116'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3116' size-in-bits='64' id='type-id-2968'/>
+ <qualified-type-def type-id='type-id-2965' const='yes' id='type-id-3117'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3117' size-in-bits='64' id='type-id-2969'/>
+ <reference-type-def kind='lvalue' type-id='type-id-2962' size-in-bits='64' id='type-id-3003'/>
<namespace-decl name='__gnu_cxx'>
- <class-decl name='new_allocator<std::__regex::_State>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='54' column='1' id='type-id-3008'>
+ <class-decl name='new_allocator<std::__regex::_State>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='54' column='1' id='type-id-3005'>
<member-type access='public'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='57' column='1' id='type-id-3121'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='57' column='1' id='type-id-3118'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-2970' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='59' column='1' id='type-id-3122'/>
+ <typedef-decl name='pointer' type-id='type-id-2967' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='59' column='1' id='type-id-3119'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_pointer' type-id='type-id-3124' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='60' column='1' id='type-id-3123'/>
+ <typedef-decl name='const_pointer' type-id='type-id-3121' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='60' column='1' id='type-id-3120'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-3006' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='61' column='1' id='type-id-3125'/>
+ <typedef-decl name='reference' type-id='type-id-3003' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='61' column='1' id='type-id-3122'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_reference' type-id='type-id-3127' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='62' column='1' id='type-id-3126'/>
+ <typedef-decl name='const_reference' type-id='type-id-3124' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='62' column='1' id='type-id-3123'/>
</member-type>
<member-function access='public'>
<function-decl name='new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3128' is-artificial='yes'/>
+ <parameter type-id='type-id-3125' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='71' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3128' is-artificial='yes'/>
- <parameter type-id='type-id-3129'/>
+ <parameter type-id='type-id-3125' is-artificial='yes'/>
+ <parameter type-id='type-id-3126'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3128' is-artificial='yes'/>
+ <parameter type-id='type-id-3125' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx13new_allocatorINSt7__regex6_StateEE7addressERS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3130' is-artificial='yes'/>
- <parameter type-id='type-id-3125'/>
- <return type-id='type-id-3122'/>
+ <parameter type-id='type-id-3127' is-artificial='yes'/>
+ <parameter type-id='type-id-3122'/>
+ <return type-id='type-id-3119'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx13new_allocatorINSt7__regex6_StateEE7addressERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='83' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3130' is-artificial='yes'/>
- <parameter type-id='type-id-3126'/>
- <return type-id='type-id-3123'/>
+ <parameter type-id='type-id-3127' is-artificial='yes'/>
+ <parameter type-id='type-id-3123'/>
+ <return type-id='type-id-3120'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx13new_allocatorINSt7__regex6_StateEE8allocateEmPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3128' is-artificial='yes'/>
- <parameter type-id='type-id-3121'/>
+ <parameter type-id='type-id-3125' is-artificial='yes'/>
+ <parameter type-id='type-id-3118'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-3122'/>
+ <return type-id='type-id-3119'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx13new_allocatorINSt7__regex6_StateEE10deallocateEPS2_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3128' is-artificial='yes'/>
- <parameter type-id='type-id-3122'/>
- <parameter type-id='type-id-3121'/>
+ <parameter type-id='type-id-3125' is-artificial='yes'/>
+ <parameter type-id='type-id-3119'/>
+ <parameter type-id='type-id-3118'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='max_size' mangled-name='_ZNK9__gnu_cxx13new_allocatorINSt7__regex6_StateEE8max_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3130' is-artificial='yes'/>
- <return type-id='type-id-3121'/>
+ <parameter type-id='type-id-3127' is-artificial='yes'/>
+ <return type-id='type-id-3118'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='new_allocator<std::_Rb_tree_node<int> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='54' column='1' id='type-id-3057'>
+ <class-decl name='new_allocator<std::_Rb_tree_node<int> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='54' column='1' id='type-id-3054'>
<member-type access='public'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='57' column='1' id='type-id-3131'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='57' column='1' id='type-id-3128'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-3035' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='59' column='1' id='type-id-3132'/>
+ <typedef-decl name='pointer' type-id='type-id-3032' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='59' column='1' id='type-id-3129'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_pointer' type-id='type-id-3037' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='60' column='1' id='type-id-3133'/>
+ <typedef-decl name='const_pointer' type-id='type-id-3034' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='60' column='1' id='type-id-3130'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-3135' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='61' column='1' id='type-id-3134'/>
+ <typedef-decl name='reference' type-id='type-id-3132' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='61' column='1' id='type-id-3131'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_reference' type-id='type-id-3137' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='62' column='1' id='type-id-3136'/>
+ <typedef-decl name='const_reference' type-id='type-id-3134' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='62' column='1' id='type-id-3133'/>
</member-type>
<member-function access='public'>
<function-decl name='new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3138' is-artificial='yes'/>
+ <parameter type-id='type-id-3135' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='71' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3138' is-artificial='yes'/>
- <parameter type-id='type-id-3139'/>
+ <parameter type-id='type-id-3135' is-artificial='yes'/>
+ <parameter type-id='type-id-3136'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3138' is-artificial='yes'/>
+ <parameter type-id='type-id-3135' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIiEE7addressERS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3140' is-artificial='yes'/>
- <parameter type-id='type-id-3134'/>
- <return type-id='type-id-3132'/>
+ <parameter type-id='type-id-3137' is-artificial='yes'/>
+ <parameter type-id='type-id-3131'/>
+ <return type-id='type-id-3129'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIiEE7addressERKS2_' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='83' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3140' is-artificial='yes'/>
- <parameter type-id='type-id-3136'/>
- <return type-id='type-id-3133'/>
+ <parameter type-id='type-id-3137' is-artificial='yes'/>
+ <parameter type-id='type-id-3133'/>
+ <return type-id='type-id-3130'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIiEE8allocateEmPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3138' is-artificial='yes'/>
- <parameter type-id='type-id-3131'/>
+ <parameter type-id='type-id-3135' is-artificial='yes'/>
+ <parameter type-id='type-id-3128'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-3132'/>
+ <return type-id='type-id-3129'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIiEE10deallocateEPS2_m' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3138' is-artificial='yes'/>
- <parameter type-id='type-id-3132'/>
- <parameter type-id='type-id-3131'/>
+ <parameter type-id='type-id-3135' is-artificial='yes'/>
+ <parameter type-id='type-id-3129'/>
+ <parameter type-id='type-id-3128'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='max_size' mangled-name='_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIiEE8max_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3140' is-artificial='yes'/>
- <return type-id='type-id-3131'/>
+ <parameter type-id='type-id-3137' is-artificial='yes'/>
+ <return type-id='type-id-3128'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='destroy<std::_Rb_tree_node<int> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3138' is-artificial='yes'/>
- <parameter type-id='type-id-3035'/>
+ <parameter type-id='type-id-3135' is-artificial='yes'/>
+ <parameter type-id='type-id-3032'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='new_allocator<int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='54' column='1' id='type-id-3063'>
+ <class-decl name='new_allocator<int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='54' column='1' id='type-id-3060'>
<member-type access='public'>
- <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='57' column='1' id='type-id-3141'/>
+ <typedef-decl name='size_type' type-id='type-id-66' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='57' column='1' id='type-id-3138'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-1837' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='59' column='1' id='type-id-3142'/>
+ <typedef-decl name='pointer' type-id='type-id-1836' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='59' column='1' id='type-id-3139'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_pointer' type-id='type-id-951' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='60' column='1' id='type-id-3143'/>
+ <typedef-decl name='const_pointer' type-id='type-id-950' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='60' column='1' id='type-id-3140'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='reference' type-id='type-id-313' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='61' column='1' id='type-id-3144'/>
+ <typedef-decl name='reference' type-id='type-id-313' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='61' column='1' id='type-id-3141'/>
</member-type>
<member-type access='public'>
- <typedef-decl name='const_reference' type-id='type-id-1185' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='62' column='1' id='type-id-3145'/>
+ <typedef-decl name='const_reference' type-id='type-id-1184' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='62' column='1' id='type-id-3142'/>
</member-type>
<member-function access='public'>
<function-decl name='new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='69' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3146' is-artificial='yes'/>
+ <parameter type-id='type-id-3143' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='71' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3146' is-artificial='yes'/>
- <parameter type-id='type-id-3147'/>
+ <parameter type-id='type-id-3143' is-artificial='yes'/>
+ <parameter type-id='type-id-3144'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' destructor='yes'>
<function-decl name='~new_allocator' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='76' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3146' is-artificial='yes'/>
+ <parameter type-id='type-id-3143' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx13new_allocatorIiE7addressERi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='79' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3148' is-artificial='yes'/>
- <parameter type-id='type-id-3144'/>
- <return type-id='type-id-3142'/>
+ <parameter type-id='type-id-3145' is-artificial='yes'/>
+ <parameter type-id='type-id-3141'/>
+ <return type-id='type-id-3139'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='address' mangled-name='_ZNK9__gnu_cxx13new_allocatorIiE7addressERKi' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='83' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3148' is-artificial='yes'/>
- <parameter type-id='type-id-3145'/>
- <return type-id='type-id-3143'/>
+ <parameter type-id='type-id-3145' is-artificial='yes'/>
+ <parameter type-id='type-id-3142'/>
+ <return type-id='type-id-3140'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='allocate' mangled-name='_ZN9__gnu_cxx13new_allocatorIiE8allocateEmPKv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='89' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3146' is-artificial='yes'/>
- <parameter type-id='type-id-3141'/>
+ <parameter type-id='type-id-3143' is-artificial='yes'/>
+ <parameter type-id='type-id-3138'/>
<parameter type-id='type-id-33'/>
- <return type-id='type-id-3142'/>
+ <return type-id='type-id-3139'/>
</function-decl>
</member-function>
<member-function access='public'>
<function-decl name='deallocate' mangled-name='_ZN9__gnu_cxx13new_allocatorIiE10deallocateEPim' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='99' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3146' is-artificial='yes'/>
- <parameter type-id='type-id-3142'/>
- <parameter type-id='type-id-3141'/>
+ <parameter type-id='type-id-3143' is-artificial='yes'/>
+ <parameter type-id='type-id-3139'/>
+ <parameter type-id='type-id-3138'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='public' const='yes'>
<function-decl name='max_size' mangled-name='_ZNK9__gnu_cxx13new_allocatorIiE8max_sizeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/new_allocator.h' line='103' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3148' is-artificial='yes'/>
- <return type-id='type-id-3141'/>
+ <parameter type-id='type-id-3145' is-artificial='yes'/>
+ <return type-id='type-id-3138'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__alloc_traits<std::allocator<std::__regex::_State> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/alloc_traits.h' line='110' column='1' id='type-id-3149'>
+ <class-decl name='__alloc_traits<std::allocator<std::__regex::_State> >' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/alloc_traits.h' line='110' column='1' id='type-id-3146'>
<member-type access='public'>
- <typedef-decl name='pointer' type-id='type-id-3104' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/alloc_traits.h' line='119' column='1' id='type-id-3094'/>
+ <typedef-decl name='pointer' type-id='type-id-3101' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/alloc_traits.h' line='119' column='1' id='type-id-3091'/>
</member-type>
<member-type access='public'>
- <class-decl name='rebind<std::__regex::_State>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/alloc_traits.h' line='183' column='1' id='type-id-3150'>
+ <class-decl name='rebind<std::__regex::_State>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/alloc_traits.h' line='183' column='1' id='type-id-3147'>
<member-type access='public'>
- <typedef-decl name='other' type-id='type-id-3105' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/alloc_traits.h' line='184' column='1' id='type-id-3096'/>
+ <typedef-decl name='other' type-id='type-id-3102' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/alloc_traits.h' line='184' column='1' id='type-id-3093'/>
</member-type>
</class-decl>
</member-type>
</class-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-2965' const='yes' id='type-id-3151'/>
- <pointer-type-def type-id='type-id-3151' size-in-bits='64' id='type-id-3124'/>
- <reference-type-def kind='lvalue' type-id='type-id-3151' size-in-bits='64' id='type-id-3127'/>
- <pointer-type-def type-id='type-id-3008' size-in-bits='64' id='type-id-3128'/>
- <qualified-type-def type-id='type-id-3008' const='yes' id='type-id-3152'/>
- <reference-type-def kind='lvalue' type-id='type-id-3152' size-in-bits='64' id='type-id-3129'/>
- <pointer-type-def type-id='type-id-3152' size-in-bits='64' id='type-id-3130'/>
- <pointer-type-def type-id='type-id-3007' size-in-bits='64' id='type-id-3012'/>
- <qualified-type-def type-id='type-id-3007' const='yes' id='type-id-3153'/>
- <reference-type-def kind='lvalue' type-id='type-id-3153' size-in-bits='64' id='type-id-3013'/>
- <reference-type-def kind='lvalue' type-id='type-id-3007' size-in-bits='64' id='type-id-3014'/>
-
- <qualified-type-def type-id='type-id-2980' const='yes' id='type-id-2981'/>
- <pointer-type-def type-id='type-id-2979' size-in-bits='64' id='type-id-2982'/>
- <pointer-type-def type-id='type-id-2983' size-in-bits='64' id='type-id-2985'/>
- <qualified-type-def type-id='type-id-2983' const='yes' id='type-id-3154'/>
- <pointer-type-def type-id='type-id-3154' size-in-bits='64' id='type-id-2986'/>
- <pointer-type-def type-id='type-id-3060' size-in-bits='64' id='type-id-3035'/>
- <qualified-type-def type-id='type-id-3060' const='yes' id='type-id-3155'/>
- <pointer-type-def type-id='type-id-3155' size-in-bits='64' id='type-id-3037'/>
- <reference-type-def kind='lvalue' type-id='type-id-3060' size-in-bits='64' id='type-id-3135'/>
- <reference-type-def kind='lvalue' type-id='type-id-3155' size-in-bits='64' id='type-id-3137'/>
- <pointer-type-def type-id='type-id-3057' size-in-bits='64' id='type-id-3138'/>
- <qualified-type-def type-id='type-id-3057' const='yes' id='type-id-3156'/>
- <reference-type-def kind='lvalue' type-id='type-id-3156' size-in-bits='64' id='type-id-3139'/>
- <pointer-type-def type-id='type-id-3156' size-in-bits='64' id='type-id-3140'/>
- <pointer-type-def type-id='type-id-3019' size-in-bits='64' id='type-id-3058'/>
- <qualified-type-def type-id='type-id-3019' const='yes' id='type-id-3157'/>
- <reference-type-def kind='lvalue' type-id='type-id-3157' size-in-bits='64' id='type-id-3059'/>
- <qualified-type-def type-id='type-id-3020' const='yes' id='type-id-3158'/>
- <pointer-type-def type-id='type-id-3158' size-in-bits='64' id='type-id-3062'/>
- <pointer-type-def type-id='type-id-3018' size-in-bits='64' id='type-id-3022'/>
- <reference-type-def kind='lvalue' type-id='type-id-3158' size-in-bits='64' id='type-id-3023'/>
- <pointer-type-def type-id='type-id-3063' size-in-bits='64' id='type-id-3146'/>
- <qualified-type-def type-id='type-id-3063' const='yes' id='type-id-3159'/>
- <reference-type-def kind='lvalue' type-id='type-id-3159' size-in-bits='64' id='type-id-3147'/>
- <pointer-type-def type-id='type-id-3159' size-in-bits='64' id='type-id-3148'/>
- <pointer-type-def type-id='type-id-3039' size-in-bits='64' id='type-id-3065'/>
- <qualified-type-def type-id='type-id-3039' const='yes' id='type-id-3160'/>
- <reference-type-def kind='lvalue' type-id='type-id-3160' size-in-bits='64' id='type-id-3066'/>
- <qualified-type-def type-id='type-id-3026' const='yes' id='type-id-3161'/>
- <reference-type-def kind='lvalue' type-id='type-id-3161' size-in-bits='64' id='type-id-3024'/>
- <reference-type-def kind='lvalue' type-id='type-id-3026' size-in-bits='64' id='type-id-3025'/>
- <qualified-type-def type-id='type-id-3031' const='yes' id='type-id-3162'/>
- <reference-type-def kind='lvalue' type-id='type-id-3162' size-in-bits='64' id='type-id-3033'/>
- <pointer-type-def type-id='type-id-3041' size-in-bits='64' id='type-id-3072'/>
- <qualified-type-def type-id='type-id-3041' const='yes' id='type-id-3163'/>
- <pointer-type-def type-id='type-id-3163' size-in-bits='64' id='type-id-3073'/>
- <reference-type-def kind='lvalue' type-id='type-id-3070' size-in-bits='64' id='type-id-3074'/>
- <qualified-type-def type-id='type-id-3070' const='yes' id='type-id-3164'/>
- <reference-type-def kind='lvalue' type-id='type-id-3164' size-in-bits='64' id='type-id-3075'/>
- <pointer-type-def type-id='type-id-3043' size-in-bits='64' id='type-id-3082'/>
- <qualified-type-def type-id='type-id-3079' const='yes' id='type-id-3165'/>
- <reference-type-def kind='lvalue' type-id='type-id-3165' size-in-bits='64' id='type-id-3083'/>
- <qualified-type-def type-id='type-id-3043' const='yes' id='type-id-3166'/>
- <pointer-type-def type-id='type-id-3166' size-in-bits='64' id='type-id-3084'/>
- <reference-type-def kind='lvalue' type-id='type-id-3080' size-in-bits='64' id='type-id-3085'/>
- <qualified-type-def type-id='type-id-3080' const='yes' id='type-id-3167'/>
- <reference-type-def kind='lvalue' type-id='type-id-3167' size-in-bits='64' id='type-id-3086'/>
- <pointer-type-def type-id='type-id-3017' size-in-bits='64' id='type-id-3048'/>
- <qualified-type-def type-id='type-id-3017' const='yes' id='type-id-3168'/>
- <pointer-type-def type-id='type-id-3168' size-in-bits='64' id='type-id-3049'/>
- <reference-type-def kind='lvalue' type-id='type-id-3028' size-in-bits='64' id='type-id-3050'/>
- <qualified-type-def type-id='type-id-3038' const='yes' id='type-id-3169'/>
- <reference-type-def kind='lvalue' type-id='type-id-3169' size-in-bits='64' id='type-id-3051'/>
- <reference-type-def kind='lvalue' type-id='type-id-3168' size-in-bits='64' id='type-id-3052'/>
- <reference-type-def kind='lvalue' type-id='type-id-3017' size-in-bits='64' id='type-id-3053'/>
- <qualified-type-def type-id='type-id-3030' const='yes' id='type-id-3170'/>
- <reference-type-def kind='lvalue' type-id='type-id-3170' size-in-bits='64' id='type-id-3054'/>
- <pointer-type-def type-id='type-id-3088' size-in-bits='64' id='type-id-3090'/>
- <qualified-type-def type-id='type-id-3095' const='yes' id='type-id-3171'/>
- <reference-type-def kind='lvalue' type-id='type-id-3171' size-in-bits='64' id='type-id-3091'/>
- <reference-type-def kind='lvalue' type-id='type-id-3095' size-in-bits='64' id='type-id-3092'/>
- <reference-type-def kind='lvalue' type-id='type-id-3088' size-in-bits='64' id='type-id-3093'/>
- <pointer-type-def type-id='type-id-3087' size-in-bits='64' id='type-id-3098'/>
- <qualified-type-def type-id='type-id-3087' const='yes' id='type-id-3172'/>
- <pointer-type-def type-id='type-id-3172' size-in-bits='64' id='type-id-3099'/>
- <qualified-type-def type-id='type-id-3097' const='yes' id='type-id-3173'/>
- <reference-type-def kind='lvalue' type-id='type-id-3173' size-in-bits='64' id='type-id-3100'/>
- <reference-type-def kind='lvalue' type-id='type-id-3087' size-in-bits='64' id='type-id-3101'/>
+ <qualified-type-def type-id='type-id-2962' const='yes' id='type-id-3148'/>
+ <pointer-type-def type-id='type-id-3148' size-in-bits='64' id='type-id-3121'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3148' size-in-bits='64' id='type-id-3124'/>
+ <pointer-type-def type-id='type-id-3005' size-in-bits='64' id='type-id-3125'/>
+ <qualified-type-def type-id='type-id-3005' const='yes' id='type-id-3149'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3149' size-in-bits='64' id='type-id-3126'/>
+ <pointer-type-def type-id='type-id-3149' size-in-bits='64' id='type-id-3127'/>
+ <pointer-type-def type-id='type-id-3004' size-in-bits='64' id='type-id-3009'/>
+ <qualified-type-def type-id='type-id-3004' const='yes' id='type-id-3150'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3150' size-in-bits='64' id='type-id-3010'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3004' size-in-bits='64' id='type-id-3011'/>
+
+ <qualified-type-def type-id='type-id-2977' const='yes' id='type-id-2978'/>
+ <pointer-type-def type-id='type-id-2976' size-in-bits='64' id='type-id-2979'/>
+ <pointer-type-def type-id='type-id-2980' size-in-bits='64' id='type-id-2982'/>
+ <qualified-type-def type-id='type-id-2980' const='yes' id='type-id-3151'/>
+ <pointer-type-def type-id='type-id-3151' size-in-bits='64' id='type-id-2983'/>
+ <pointer-type-def type-id='type-id-3057' size-in-bits='64' id='type-id-3032'/>
+ <qualified-type-def type-id='type-id-3057' const='yes' id='type-id-3152'/>
+ <pointer-type-def type-id='type-id-3152' size-in-bits='64' id='type-id-3034'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3057' size-in-bits='64' id='type-id-3132'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3152' size-in-bits='64' id='type-id-3134'/>
+ <pointer-type-def type-id='type-id-3054' size-in-bits='64' id='type-id-3135'/>
+ <qualified-type-def type-id='type-id-3054' const='yes' id='type-id-3153'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3153' size-in-bits='64' id='type-id-3136'/>
+ <pointer-type-def type-id='type-id-3153' size-in-bits='64' id='type-id-3137'/>
+ <pointer-type-def type-id='type-id-3016' size-in-bits='64' id='type-id-3055'/>
+ <qualified-type-def type-id='type-id-3016' const='yes' id='type-id-3154'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3154' size-in-bits='64' id='type-id-3056'/>
+ <qualified-type-def type-id='type-id-3017' const='yes' id='type-id-3155'/>
+ <pointer-type-def type-id='type-id-3155' size-in-bits='64' id='type-id-3059'/>
+ <pointer-type-def type-id='type-id-3015' size-in-bits='64' id='type-id-3019'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3155' size-in-bits='64' id='type-id-3020'/>
+ <pointer-type-def type-id='type-id-3060' size-in-bits='64' id='type-id-3143'/>
+ <qualified-type-def type-id='type-id-3060' const='yes' id='type-id-3156'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3156' size-in-bits='64' id='type-id-3144'/>
+ <pointer-type-def type-id='type-id-3156' size-in-bits='64' id='type-id-3145'/>
+ <pointer-type-def type-id='type-id-3036' size-in-bits='64' id='type-id-3062'/>
+ <qualified-type-def type-id='type-id-3036' const='yes' id='type-id-3157'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3157' size-in-bits='64' id='type-id-3063'/>
+ <qualified-type-def type-id='type-id-3023' const='yes' id='type-id-3158'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3158' size-in-bits='64' id='type-id-3021'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3023' size-in-bits='64' id='type-id-3022'/>
+ <qualified-type-def type-id='type-id-3028' const='yes' id='type-id-3159'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3159' size-in-bits='64' id='type-id-3030'/>
+ <pointer-type-def type-id='type-id-3038' size-in-bits='64' id='type-id-3069'/>
+ <qualified-type-def type-id='type-id-3038' const='yes' id='type-id-3160'/>
+ <pointer-type-def type-id='type-id-3160' size-in-bits='64' id='type-id-3070'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3067' size-in-bits='64' id='type-id-3071'/>
+ <qualified-type-def type-id='type-id-3067' const='yes' id='type-id-3161'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3161' size-in-bits='64' id='type-id-3072'/>
+ <pointer-type-def type-id='type-id-3040' size-in-bits='64' id='type-id-3079'/>
+ <qualified-type-def type-id='type-id-3076' const='yes' id='type-id-3162'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3162' size-in-bits='64' id='type-id-3080'/>
+ <qualified-type-def type-id='type-id-3040' const='yes' id='type-id-3163'/>
+ <pointer-type-def type-id='type-id-3163' size-in-bits='64' id='type-id-3081'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3077' size-in-bits='64' id='type-id-3082'/>
+ <qualified-type-def type-id='type-id-3077' const='yes' id='type-id-3164'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3164' size-in-bits='64' id='type-id-3083'/>
+ <pointer-type-def type-id='type-id-3014' size-in-bits='64' id='type-id-3045'/>
+ <qualified-type-def type-id='type-id-3014' const='yes' id='type-id-3165'/>
+ <pointer-type-def type-id='type-id-3165' size-in-bits='64' id='type-id-3046'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3025' size-in-bits='64' id='type-id-3047'/>
+ <qualified-type-def type-id='type-id-3035' const='yes' id='type-id-3166'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3166' size-in-bits='64' id='type-id-3048'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3165' size-in-bits='64' id='type-id-3049'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3014' size-in-bits='64' id='type-id-3050'/>
+ <qualified-type-def type-id='type-id-3027' const='yes' id='type-id-3167'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3167' size-in-bits='64' id='type-id-3051'/>
+ <pointer-type-def type-id='type-id-3085' size-in-bits='64' id='type-id-3087'/>
+ <qualified-type-def type-id='type-id-3092' const='yes' id='type-id-3168'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3168' size-in-bits='64' id='type-id-3088'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3092' size-in-bits='64' id='type-id-3089'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3085' size-in-bits='64' id='type-id-3090'/>
+ <pointer-type-def type-id='type-id-3084' size-in-bits='64' id='type-id-3095'/>
+ <qualified-type-def type-id='type-id-3084' const='yes' id='type-id-3169'/>
+ <pointer-type-def type-id='type-id-3169' size-in-bits='64' id='type-id-3096'/>
+ <qualified-type-def type-id='type-id-3094' const='yes' id='type-id-3170'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3170' size-in-bits='64' id='type-id-3097'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3084' size-in-bits='64' id='type-id-3098'/>
+ <pointer-type-def type-id='type-id-3105' size-in-bits='64' id='type-id-3106'/>
<pointer-type-def type-id='type-id-3108' size-in-bits='64' id='type-id-3109'/>
- <pointer-type-def type-id='type-id-3111' size-in-bits='64' id='type-id-3112'/>
- <pointer-type-def type-id='type-id-3174' size-in-bits='64' id='type-id-3113'/>
- <pointer-type-def type-id='type-id-3175' size-in-bits='64' id='type-id-3110'/>
- <function-type size-in-bits='64' id='type-id-3117'>
- <parameter type-id='type-id-1676'/>
- <parameter type-id='type-id-2995'/>
+ <pointer-type-def type-id='type-id-3171' size-in-bits='64' id='type-id-3110'/>
+ <pointer-type-def type-id='type-id-3172' size-in-bits='64' id='type-id-3107'/>
+ <function-type size-in-bits='64' id='type-id-3114'>
+ <parameter type-id='type-id-1675'/>
+ <parameter type-id='type-id-2992'/>
<return type-id='type-id-23'/>
</function-type>
- <function-type size-in-bits='64' id='type-id-3115'>
- <parameter type-id='type-id-1676'/>
- <parameter type-id='type-id-2995'/>
- <parameter type-id='type-id-2996'/>
+ <function-type size-in-bits='64' id='type-id-3112'>
+ <parameter type-id='type-id-1675'/>
+ <parameter type-id='type-id-2992'/>
+ <parameter type-id='type-id-2993'/>
<return type-id='type-id-4'/>
</function-type>
- <pointer-type-def type-id='type-id-3015' size-in-bits='64' id='type-id-3016'/>
- <qualified-type-def type-id='type-id-3111' const='yes' id='type-id-3174'/>
- <qualified-type-def type-id='type-id-3108' const='yes' id='type-id-3175'/>
+ <pointer-type-def type-id='type-id-3012' size-in-bits='64' id='type-id-3013'/>
+ <qualified-type-def type-id='type-id-3108' const='yes' id='type-id-3171'/>
+ <qualified-type-def type-id='type-id-3105' const='yes' id='type-id-3172'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++11/functional.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++11' language='LANG_C_plus_plus'>
- <class-decl name='__add_ref<std::__future_base::_Result_base*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='56' column='1' id='type-id-3176'>
+ <class-decl name='__add_ref<std::__future_base::_Result_base*>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='56' column='1' id='type-id-3173'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1727' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='57' column='1' id='type-id-3177'/>
+ <typedef-decl name='type' type-id='type-id-1726' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='57' column='1' id='type-id-3174'/>
</member-type>
</class-decl>
- <class-decl name='__add_lvalue_reference_helper<std::__future_base::_State_base, true, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1345' column='1' id='type-id-1760'>
+ <class-decl name='__add_lvalue_reference_helper<std::__future_base::_State_base, true, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1345' column='1' id='type-id-1759'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1453' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1346' column='1' id='type-id-1707'/>
+ <typedef-decl name='type' type-id='type-id-1452' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1346' column='1' id='type-id-1706'/>
</member-type>
</class-decl>
- <class-decl name='conditional<false, std::__future_base::_Result_base::_Deleter, const std::__future_base::_Result_base::_Deleter&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1735' column='1' id='type-id-1636'>
+ <class-decl name='conditional<false, std::__future_base::_Result_base::_Deleter, const std::__future_base::_Result_base::_Deleter&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1735' column='1' id='type-id-1635'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1607' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1736' column='1' id='type-id-1583'/>
+ <typedef-decl name='type' type-id='type-id-1606' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1736' column='1' id='type-id-1582'/>
</member-type>
</class-decl>
- <class-decl name='remove_reference<std::__future_base::_Result_base::_Deleter>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1326' column='1' id='type-id-1689'>
+ <class-decl name='remove_reference<std::__future_base::_Result_base::_Deleter>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1326' column='1' id='type-id-1688'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1461' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1327' column='1' id='type-id-1630'/>
+ <typedef-decl name='type' type-id='type-id-1460' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1327' column='1' id='type-id-1629'/>
</member-type>
</class-decl>
- <class-decl name='__add_lvalue_reference_helper<std::__future_base::_Result<void>, true, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1345' column='1' id='type-id-1634'>
+ <class-decl name='__add_lvalue_reference_helper<std::__future_base::_Result<void>, true, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1345' column='1' id='type-id-1633'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1635' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1346' column='1' id='type-id-1587'/>
+ <typedef-decl name='type' type-id='type-id-1634' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1346' column='1' id='type-id-1586'/>
</member-type>
</class-decl>
- <class-decl name='__add_lvalue_reference_helper<std::__future_base::_Result_base, true, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1345' column='1' id='type-id-1688'>
+ <class-decl name='__add_lvalue_reference_helper<std::__future_base::_Result_base, true, false>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1345' column='1' id='type-id-1687'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1454' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1346' column='1' id='type-id-1619'/>
+ <typedef-decl name='type' type-id='type-id-1453' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1346' column='1' id='type-id-1618'/>
</member-type>
</class-decl>
<function-decl name='__get_helper<0ul, std::__future_base::_Result_base*, std::__future_base::_Result_base::_Deleter>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='728' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1726'/>
- <return type-id='type-id-3177'/>
+ <parameter type-id='type-id-1725'/>
+ <return type-id='type-id-3174'/>
</function-decl>
- <class-decl name='__add_ref<std::__future_base::_Result_base::_Deleter>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='56' column='1' id='type-id-3178'>
+ <class-decl name='__add_ref<std::__future_base::_Result_base::_Deleter>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='56' column='1' id='type-id-3175'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1735' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='57' column='1' id='type-id-3179'/>
+ <typedef-decl name='type' type-id='type-id-1734' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='57' column='1' id='type-id-3176'/>
</member-type>
</class-decl>
<function-decl name='__get_helper<1ul, std::__future_base::_Result_base::_Deleter>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='728' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1734'/>
- <return type-id='type-id-3179'/>
+ <parameter type-id='type-id-1733'/>
+ <return type-id='type-id-3176'/>
</function-decl>
<function-decl name='get<1ul, std::__future_base::_Result_base*, std::__future_base::_Result_base::_Deleter>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='743' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1664'/>
- <return type-id='type-id-3179'/>
+ <parameter type-id='type-id-1663'/>
+ <return type-id='type-id-3176'/>
</function-decl>
<function-decl name='get<0ul, std::__future_base::_Result_base*, std::__future_base::_Result_base::_Deleter>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/tuple' line='743' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1664'/>
- <return type-id='type-id-3177'/>
+ <parameter type-id='type-id-1663'/>
+ <return type-id='type-id-3174'/>
</function-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-1466' const='yes' id='type-id-3180'/>
+ <qualified-type-def type-id='type-id-1465' const='yes' id='type-id-3177'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++11/hash_c++0x.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++11' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='hash<long double>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functional_hash.h' line='193' column='1' id='type-id-3181'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3182'/>
+ <class-decl name='hash<long double>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functional_hash.h' line='193' column='1' id='type-id-3178'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-3179'/>
<member-function access='public' const='yes'>
<function-decl name='operator()' mangled-name='_ZNKSt4hashIeEclEe' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functional_hash.h' line='197' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt4hashIeEclEe@@GLIBCXX_3.4.10'>
- <parameter type-id='type-id-3183' is-artificial='yes'/>
+ <parameter type-id='type-id-3180' is-artificial='yes'/>
<parameter type-id='type-id-539'/>
<return type-id='type-id-66'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='__hash_base<long unsigned int, long double>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functional_hash.h' line='50' column='1' id='type-id-3182'/>
+ <class-decl name='__hash_base<long unsigned int, long double>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/functional_hash.h' line='50' column='1' id='type-id-3179'/>
</namespace-decl>
- <qualified-type-def type-id='type-id-3181' const='yes' id='type-id-3184'/>
- <pointer-type-def type-id='type-id-3184' size-in-bits='64' id='type-id-3183'/>
+ <qualified-type-def type-id='type-id-3178' const='yes' id='type-id-3181'/>
+ <pointer-type-def type-id='type-id-3181' size-in-bits='64' id='type-id-3180'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++11/hashtable_c++0x.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++11' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<namespace-decl name='__detail'>
- <var-decl name='__prime_list' type-id='type-id-2322' mangled-name='_ZNSt8__detail12__prime_listE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/../shared/hashtable-aux.cc' line='30' column='1' elf-symbol-id='_ZNSt8__detail12__prime_listE@@GLIBCXX_3.4.10'/>
+ <var-decl name='__prime_list' type-id='type-id-2320' mangled-name='_ZNSt8__detail12__prime_listE' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/../shared/hashtable-aux.cc' line='30' column='1' elf-symbol-id='_ZNSt8__detail12__prime_listE@@GLIBCXX_3.4.10'/>
</namespace-decl>
</namespace-decl>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++11/limits.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++11' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='__numeric_limits_base' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='192' column='1' id='type-id-3185'>
+ <class-decl name='__numeric_limits_base' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='192' column='1' id='type-id-3182'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt21__numeric_limits_base14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='196' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt21__numeric_limits_base14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='196' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt21__numeric_limits_base6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='201' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt21__numeric_limits_base12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='209' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt21__numeric_limits_base9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='213' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt21__numeric_limits_base9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='213' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt21__numeric_limits_base10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='217' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt21__numeric_limits_base10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='217' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt21__numeric_limits_base8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='223' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt21__numeric_limits_base8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='223' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt21__numeric_limits_base5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='227' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt21__numeric_limits_base14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='244' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt21__numeric_limits_base12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='247' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt21__numeric_limits_base12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='247' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt21__numeric_limits_base13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='251' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt21__numeric_limits_base13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='251' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt21__numeric_limits_base17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='255' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt21__numeric_limits_base17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='255' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt21__numeric_limits_base10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='258' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt21__numeric_limits_base10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='258' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt21__numeric_limits_base15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='262' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt21__numeric_limits_base15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='262' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt21__numeric_limits_base9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='266' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt21__numeric_limits_base9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='266' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt21__numeric_limits_base10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='271' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt21__numeric_limits_base10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='271' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt21__numeric_limits_base9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='277' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt21__numeric_limits_base9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='277' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt21__numeric_limits_base5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='280' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt21__numeric_limits_base5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='280' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt21__numeric_limits_base15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='283' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt21__numeric_limits_base15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='283' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt21__numeric_limits_base11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='289' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt21__numeric_limits_base11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='289' column='1' elf-symbol-id='_ZNSt21__numeric_limits_base11round_styleE@@GLIBCXX_3.4'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='371' column='1' id='type-id-3186'>
+ <class-decl name='numeric_limits<bool>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='371' column='1' id='type-id-3183'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIbE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='373' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIbE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='373' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIbE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='385' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIbE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='388' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIbE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='390' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIbE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='390' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIbE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='391' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIbE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='391' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIbE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='392' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIbE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='392' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIbE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='393' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIbE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='404' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIbE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='406' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIbE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='406' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIbE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='407' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIbE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='407' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIbE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='408' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIbE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='408' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIbE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='410' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIbE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='410' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIbE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='411' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIbE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='411' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIbE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='425' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIbE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='425' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIbE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='426' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIbE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='426' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIbE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='427' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIbE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='427' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIbE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='432' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIbE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='432' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIbE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='433' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIbE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='433' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIbE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='435' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIbE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='435' column='1' elf-symbol-id='_ZNSt14numeric_limitsIbE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<char>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='440' column='1' id='type-id-3187'>
+ <class-decl name='numeric_limits<char>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='440' column='1' id='type-id-3184'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIcE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='442' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIcE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='442' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIcE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='455' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIcE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='458' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIcE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='460' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIcE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='460' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIcE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='461' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIcE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='461' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIcE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='462' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIcE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='462' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIcE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='463' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIcE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='474' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIcE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='476' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIcE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='476' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIcE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='477' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIcE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='477' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIcE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='478' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIcE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='478' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIcE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='480' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIcE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='480' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIcE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='481' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIcE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='481' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIcE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='495' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIcE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='495' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIcE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='496' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIcE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='496' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIcE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='497' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIcE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='497' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIcE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='499' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIcE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='499' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIcE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='500' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIcE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='500' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIcE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='502' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIcE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='502' column='1' elf-symbol-id='_ZNSt14numeric_limitsIcE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<signed char>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='507' column='1' id='type-id-3188'>
+ <class-decl name='numeric_limits<signed char>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='507' column='1' id='type-id-3185'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIaE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='509' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIaE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='509' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIaE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='522' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIaE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='526' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIaE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='528' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIaE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='528' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIaE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='529' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIaE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='529' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIaE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='530' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIaE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='530' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIaE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='531' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIaE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='542' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIaE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='544' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIaE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='544' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIaE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='545' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIaE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='545' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIaE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='546' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIaE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='546' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIaE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='548' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIaE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='548' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIaE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='549' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIaE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='549' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIaE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='565' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIaE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='565' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIaE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='566' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIaE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='566' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIaE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='567' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIaE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='567' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIaE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='569' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIaE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='569' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIaE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='570' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIaE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='570' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIaE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='572' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIaE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='572' column='1' elf-symbol-id='_ZNSt14numeric_limitsIaE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<unsigned char>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='577' column='1' id='type-id-3189'>
+ <class-decl name='numeric_limits<unsigned char>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='577' column='1' id='type-id-3186'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIhE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='579' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIhE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='579' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIhE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='593' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIhE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='597' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIhE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='599' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIhE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='599' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIhE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='600' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIhE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='600' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIhE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='601' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIhE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='601' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIhE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='602' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIhE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='613' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIhE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='615' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIhE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='615' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIhE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='616' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIhE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='616' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIhE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='617' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIhE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='617' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIhE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='619' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIhE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='619' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIhE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='620' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIhE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='620' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIhE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='638' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIhE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='638' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIhE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='639' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIhE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='639' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIhE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='640' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIhE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='640' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIhE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='642' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIhE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='642' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIhE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='643' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIhE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='643' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIhE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='645' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIhE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='645' column='1' elf-symbol-id='_ZNSt14numeric_limitsIhE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<wchar_t>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='650' column='1' id='type-id-3190'>
+ <class-decl name='numeric_limits<wchar_t>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='650' column='1' id='type-id-3187'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIwE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='652' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIwE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='652' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIwE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='665' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIwE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='669' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIwE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='671' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIwE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='671' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIwE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='672' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIwE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='672' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIwE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='673' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIwE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='673' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIwE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='674' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIwE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='685' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIwE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='687' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIwE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='687' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIwE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='688' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIwE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='688' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIwE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='689' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIwE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='689' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIwE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='691' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIwE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='691' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIwE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='692' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIwE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='692' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIwE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='706' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIwE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='706' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIwE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='707' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIwE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='707' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIwE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='708' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIwE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='708' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIwE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='710' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIwE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='710' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIwE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='711' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIwE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='711' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIwE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='713' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIwE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='713' column='1' elf-symbol-id='_ZNSt14numeric_limitsIwE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<char16_t>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='719' column='1' id='type-id-3191'>
+ <class-decl name='numeric_limits<char16_t>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='719' column='1' id='type-id-3188'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDsE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='721' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE14is_specializedE@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDsE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='721' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE14is_specializedE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIDsE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='732' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE6digitsE@@GLIBCXX_3.4.11'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIDsE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='734' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDsE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='735' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE9is_signedE@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDsE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='735' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE9is_signedE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDsE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='736' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE10is_integerE@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDsE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='736' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE10is_integerE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDsE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='737' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE8is_exactE@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDsE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='737' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE8is_exactE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIDsE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='738' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE5radixE@@GLIBCXX_3.4.11'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIDsE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='749' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE14max_exponent10E@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDsE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='751' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE12has_infinityE@@GLIBCXX_3.4.11'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDsE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='751' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE12has_infinityE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDsE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='752' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE13has_quiet_NaNE@@GLIBCXX_3.4.11'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDsE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='752' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE13has_quiet_NaNE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDsE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='753' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE17has_signaling_NaNE@@GLIBCXX_3.4.11'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDsE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='753' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE17has_signaling_NaNE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIDsE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='754' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE10has_denormE@@GLIBCXX_3.4.11'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIDsE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='754' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE10has_denormE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDsE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='755' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE15has_denorm_lossE@@GLIBCXX_3.4.11'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDsE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='755' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE15has_denorm_lossE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDsE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='769' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE9is_iec559E@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDsE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='769' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE9is_iec559E@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDsE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='770' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE10is_boundedE@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDsE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='770' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE10is_boundedE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDsE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='771' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE9is_moduloE@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDsE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='771' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE9is_moduloE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDsE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='773' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE5trapsE@@GLIBCXX_3.4.11'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDsE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='773' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE5trapsE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDsE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='774' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE15tinyness_beforeE@@GLIBCXX_3.4.11'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDsE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='774' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE15tinyness_beforeE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIDsE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='775' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE11round_styleE@@GLIBCXX_3.4.11'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIDsE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='775' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDsE11round_styleE@@GLIBCXX_3.4.11'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<char32_t>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='780' column='1' id='type-id-3192'>
+ <class-decl name='numeric_limits<char32_t>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='780' column='1' id='type-id-3189'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDiE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='782' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE14is_specializedE@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDiE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='782' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE14is_specializedE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIDiE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='793' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE6digitsE@@GLIBCXX_3.4.11'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIDiE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='795' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDiE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='796' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE9is_signedE@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDiE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='796' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE9is_signedE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDiE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='797' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE10is_integerE@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDiE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='797' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE10is_integerE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDiE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='798' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE8is_exactE@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDiE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='798' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE8is_exactE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIDiE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='799' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE5radixE@@GLIBCXX_3.4.11'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIDiE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='810' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE14max_exponent10E@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDiE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='812' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE12has_infinityE@@GLIBCXX_3.4.11'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDiE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='812' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE12has_infinityE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDiE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='813' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE13has_quiet_NaNE@@GLIBCXX_3.4.11'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDiE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='813' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE13has_quiet_NaNE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDiE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='814' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE17has_signaling_NaNE@@GLIBCXX_3.4.11'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDiE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='814' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE17has_signaling_NaNE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIDiE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='815' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE10has_denormE@@GLIBCXX_3.4.11'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIDiE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='815' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE10has_denormE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDiE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='816' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE15has_denorm_lossE@@GLIBCXX_3.4.11'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDiE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='816' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE15has_denorm_lossE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDiE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='830' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE9is_iec559E@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDiE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='830' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE9is_iec559E@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDiE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='831' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE10is_boundedE@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDiE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='831' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE10is_boundedE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDiE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='832' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE9is_moduloE@@GLIBCXX_3.4.11'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDiE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='832' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE9is_moduloE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDiE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='834' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE5trapsE@@GLIBCXX_3.4.11'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDiE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='834' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE5trapsE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIDiE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='835' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE15tinyness_beforeE@@GLIBCXX_3.4.11'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIDiE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='835' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE15tinyness_beforeE@@GLIBCXX_3.4.11'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIDiE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='836' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE11round_styleE@@GLIBCXX_3.4.11'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIDiE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='836' column='1' elf-symbol-id='_ZNSt14numeric_limitsIDiE11round_styleE@@GLIBCXX_3.4.11'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<short int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='842' column='1' id='type-id-3193'>
+ <class-decl name='numeric_limits<short int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='842' column='1' id='type-id-3190'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIsE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='844' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIsE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='844' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIsE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='857' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIsE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='860' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIsE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='862' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIsE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='862' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIsE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='863' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIsE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='863' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIsE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='864' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIsE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='864' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIsE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='865' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIsE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='876' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIsE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='878' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIsE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='878' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIsE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='879' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIsE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='879' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIsE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='880' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIsE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='880' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIsE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='882' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIsE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='882' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIsE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='883' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIsE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='883' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIsE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='897' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIsE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='897' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIsE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='898' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIsE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='898' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIsE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='899' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIsE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='899' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIsE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='901' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIsE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='901' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIsE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='902' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIsE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='902' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIsE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='904' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIsE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='904' column='1' elf-symbol-id='_ZNSt14numeric_limitsIsE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<short unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='909' column='1' id='type-id-3194'>
+ <class-decl name='numeric_limits<short unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='909' column='1' id='type-id-3191'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsItE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='911' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsItE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='911' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsItE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='925' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsItE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='929' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsItE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='931' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsItE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='931' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsItE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='932' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsItE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='932' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsItE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='933' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsItE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='933' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsItE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='934' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsItE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='945' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsItE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='947' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsItE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='947' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsItE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='948' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsItE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='948' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsItE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='949' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsItE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='949' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsItE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='951' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsItE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='951' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsItE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='952' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsItE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='952' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsItE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='970' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsItE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='970' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsItE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='971' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsItE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='971' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsItE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='972' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsItE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='972' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsItE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='974' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsItE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='974' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsItE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='975' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsItE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='975' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsItE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='977' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsItE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='977' column='1' elf-symbol-id='_ZNSt14numeric_limitsItE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1049' column='1' id='type-id-3195'>
+ <class-decl name='numeric_limits<unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1049' column='1' id='type-id-3192'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIjE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1051' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIjE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1051' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIjE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1065' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIjE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1069' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIjE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1071' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIjE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1071' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIjE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1072' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIjE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1072' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIjE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1073' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIjE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1073' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIjE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1074' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIjE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1085' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIjE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1087' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIjE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1087' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIjE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1088' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIjE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1088' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIjE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1089' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIjE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1089' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIjE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1091' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIjE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1091' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIjE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1092' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIjE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1092' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIjE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1109' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIjE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1109' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIjE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1110' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIjE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1110' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIjE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1111' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIjE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1111' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIjE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1113' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIjE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1113' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIjE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1114' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIjE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1114' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIjE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1116' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIjE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1116' column='1' elf-symbol-id='_ZNSt14numeric_limitsIjE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<long unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1188' column='1' id='type-id-3196'>
+ <class-decl name='numeric_limits<long unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1188' column='1' id='type-id-3193'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsImE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1190' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsImE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1190' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsImE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1204' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsImE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1208' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsImE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1210' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsImE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1210' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsImE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1211' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsImE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1211' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsImE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1212' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsImE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1212' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsImE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1213' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsImE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1224' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsImE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1226' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsImE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1226' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsImE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1227' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsImE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1227' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsImE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1228' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsImE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1228' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsImE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1230' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsImE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1230' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsImE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1231' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsImE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1231' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsImE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1249' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsImE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1249' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsImE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1250' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsImE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1250' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsImE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1251' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsImE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1251' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsImE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1253' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsImE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1253' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsImE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1254' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsImE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1254' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsImE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1256' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsImE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1256' column='1' elf-symbol-id='_ZNSt14numeric_limitsImE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<long long int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1261' column='1' id='type-id-3197'>
+ <class-decl name='numeric_limits<long long int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1261' column='1' id='type-id-3194'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIxE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1263' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIxE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1263' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIxE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1277' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIxE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1281' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIxE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1283' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIxE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1283' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIxE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1284' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIxE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1284' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIxE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1285' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIxE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1285' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIxE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1286' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIxE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1297' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIxE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1299' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIxE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1299' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIxE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1300' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIxE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1300' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIxE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1301' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIxE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1301' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIxE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1303' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIxE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1303' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIxE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1304' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIxE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1304' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIxE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1319' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIxE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1319' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIxE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1320' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIxE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1320' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIxE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1321' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIxE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1321' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIxE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1323' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIxE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1323' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIxE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1324' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIxE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1324' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIxE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1326' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIxE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1326' column='1' elf-symbol-id='_ZNSt14numeric_limitsIxE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<long long unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1331' column='1' id='type-id-3198'>
+ <class-decl name='numeric_limits<long long unsigned int>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1331' column='1' id='type-id-3195'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIyE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1333' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE14is_specializedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIyE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1333' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE14is_specializedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIyE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1347' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE6digitsE@@GLIBCXX_3.4'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIyE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1351' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE12max_digits10E@@GLIBCXX_3.4.14'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIyE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1353' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE9is_signedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIyE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1353' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE9is_signedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIyE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1354' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE10is_integerE@@GLIBCXX_3.4'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIyE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1354' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE10is_integerE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIyE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1355' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE8is_exactE@@GLIBCXX_3.4'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIyE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1355' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE8is_exactE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIyE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1356' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE5radixE@@GLIBCXX_3.4'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIyE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1367' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE14max_exponent10E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIyE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1369' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE12has_infinityE@@GLIBCXX_3.4'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIyE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1369' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE12has_infinityE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIyE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1370' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE13has_quiet_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIyE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1370' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE13has_quiet_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIyE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1371' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE17has_signaling_NaNE@@GLIBCXX_3.4'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIyE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1371' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE17has_signaling_NaNE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIyE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1373' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE10has_denormE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIyE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1373' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE10has_denormE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIyE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1374' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE15has_denorm_lossE@@GLIBCXX_3.4'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIyE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1374' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE15has_denorm_lossE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIyE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1392' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE9is_iec559E@@GLIBCXX_3.4'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIyE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1392' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE9is_iec559E@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIyE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1393' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE10is_boundedE@@GLIBCXX_3.4'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIyE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1393' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE10is_boundedE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIyE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1394' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE9is_moduloE@@GLIBCXX_3.4'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIyE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1394' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE9is_moduloE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIyE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1396' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE5trapsE@@GLIBCXX_3.4'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIyE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1396' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE5trapsE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIyE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1397' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE15tinyness_beforeE@@GLIBCXX_3.4'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIyE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1397' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE15tinyness_beforeE@@GLIBCXX_3.4'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIyE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1399' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE11round_styleE@@GLIBCXX_3.4'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIyE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1399' column='1' elf-symbol-id='_ZNSt14numeric_limitsIyE11round_styleE@@GLIBCXX_3.4'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<__int128>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1405' column='1' id='type-id-3199'>
+ <class-decl name='numeric_limits<__int128>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1405' column='1' id='type-id-3196'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsInE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1407' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE14is_specializedE@@GLIBCXX_3.4.17'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsInE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1407' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE14is_specializedE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsInE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1421' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE6digitsE@@GLIBCXX_3.4.17'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsInE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1425' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE12max_digits10E@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsInE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1427' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE9is_signedE@@GLIBCXX_3.4.17'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsInE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1427' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE9is_signedE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsInE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1428' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE10is_integerE@@GLIBCXX_3.4.17'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsInE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1428' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE10is_integerE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsInE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1429' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE8is_exactE@@GLIBCXX_3.4.17'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsInE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1429' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE8is_exactE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsInE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1430' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE5radixE@@GLIBCXX_3.4.17'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsInE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1441' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE14max_exponent10E@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsInE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1443' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE12has_infinityE@@GLIBCXX_3.4.17'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsInE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1443' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE12has_infinityE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsInE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1444' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE13has_quiet_NaNE@@GLIBCXX_3.4.17'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsInE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1444' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE13has_quiet_NaNE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsInE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1445' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE17has_signaling_NaNE@@GLIBCXX_3.4.17'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsInE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1445' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE17has_signaling_NaNE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsInE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1447' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE10has_denormE@@GLIBCXX_3.4.17'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsInE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1447' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE10has_denormE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsInE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1448' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE15has_denorm_lossE@@GLIBCXX_3.4.17'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsInE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1448' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE15has_denorm_lossE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsInE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1466' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE9is_iec559E@@GLIBCXX_3.4.17'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsInE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1466' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE9is_iec559E@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsInE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1467' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE10is_boundedE@@GLIBCXX_3.4.17'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsInE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1467' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE10is_boundedE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsInE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1468' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE9is_moduloE@@GLIBCXX_3.4.17'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsInE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1468' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE9is_moduloE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsInE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1471' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE5trapsE@@GLIBCXX_3.4.17'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsInE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1471' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE5trapsE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsInE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1472' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE15tinyness_beforeE@@GLIBCXX_3.4.17'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsInE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1472' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE15tinyness_beforeE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsInE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1474' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE11round_styleE@@GLIBCXX_3.4.17'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsInE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1474' column='1' elf-symbol-id='_ZNSt14numeric_limitsInE11round_styleE@@GLIBCXX_3.4.17'/>
</data-member>
</class-decl>
- <class-decl name='numeric_limits<__int128 unsigned>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1479' column='1' id='type-id-3200'>
+ <class-decl name='numeric_limits<__int128 unsigned>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1479' column='1' id='type-id-3197'>
<data-member access='public' static='yes'>
- <var-decl name='is_specialized' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIoE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1481' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE14is_specializedE@@GLIBCXX_3.4.17'/>
+ <var-decl name='is_specialized' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIoE14is_specializedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1481' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE14is_specializedE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='digits' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIoE6digitsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1495' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE6digitsE@@GLIBCXX_3.4.17'/>
<var-decl name='max_digits10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIoE12max_digits10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1499' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE12max_digits10E@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_signed' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIoE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1501' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE9is_signedE@@GLIBCXX_3.4.17'/>
+ <var-decl name='is_signed' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIoE9is_signedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1501' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE9is_signedE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_integer' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIoE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1502' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE10is_integerE@@GLIBCXX_3.4.17'/>
+ <var-decl name='is_integer' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIoE10is_integerE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1502' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE10is_integerE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_exact' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIoE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1503' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE8is_exactE@@GLIBCXX_3.4.17'/>
+ <var-decl name='is_exact' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIoE8is_exactE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1503' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE8is_exactE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
<var-decl name='radix' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIoE5radixE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1504' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE5radixE@@GLIBCXX_3.4.17'/>
<var-decl name='max_exponent10' type-id='type-id-496' mangled-name='_ZNSt14numeric_limitsIoE14max_exponent10E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1515' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE14max_exponent10E@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_infinity' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIoE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1517' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE12has_infinityE@@GLIBCXX_3.4.17'/>
+ <var-decl name='has_infinity' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIoE12has_infinityE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1517' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE12has_infinityE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_quiet_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIoE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1518' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE13has_quiet_NaNE@@GLIBCXX_3.4.17'/>
+ <var-decl name='has_quiet_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIoE13has_quiet_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1518' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE13has_quiet_NaNE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_signaling_NaN' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIoE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1519' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE17has_signaling_NaNE@@GLIBCXX_3.4.17'/>
+ <var-decl name='has_signaling_NaN' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIoE17has_signaling_NaNE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1519' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE17has_signaling_NaNE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm' type-id='type-id-2326' mangled-name='_ZNSt14numeric_limitsIoE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1521' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE10has_denormE@@GLIBCXX_3.4.17'/>
+ <var-decl name='has_denorm' type-id='type-id-2323' mangled-name='_ZNSt14numeric_limitsIoE10has_denormE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1521' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE10has_denormE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='has_denorm_loss' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIoE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1522' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE15has_denorm_lossE@@GLIBCXX_3.4.17'/>
+ <var-decl name='has_denorm_loss' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIoE15has_denorm_lossE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1522' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE15has_denorm_lossE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_iec559' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIoE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1540' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE9is_iec559E@@GLIBCXX_3.4.17'/>
+ <var-decl name='is_iec559' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIoE9is_iec559E' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1540' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE9is_iec559E@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_bounded' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIoE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1541' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE10is_boundedE@@GLIBCXX_3.4.17'/>
+ <var-decl name='is_bounded' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIoE10is_boundedE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1541' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE10is_boundedE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='is_modulo' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIoE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1542' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE9is_moduloE@@GLIBCXX_3.4.17'/>
+ <var-decl name='is_modulo' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIoE9is_moduloE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1542' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE9is_moduloE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='traps' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIoE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1544' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE5trapsE@@GLIBCXX_3.4.17'/>
+ <var-decl name='traps' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIoE5trapsE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1544' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE5trapsE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='tinyness_before' type-id='type-id-1006' mangled-name='_ZNSt14numeric_limitsIoE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1545' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE15tinyness_beforeE@@GLIBCXX_3.4.17'/>
+ <var-decl name='tinyness_before' type-id='type-id-1005' mangled-name='_ZNSt14numeric_limitsIoE15tinyness_beforeE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1545' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE15tinyness_beforeE@@GLIBCXX_3.4.17'/>
</data-member>
<data-member access='public' static='yes'>
- <var-decl name='round_style' type-id='type-id-2327' mangled-name='_ZNSt14numeric_limitsIoE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1547' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE11round_styleE@@GLIBCXX_3.4.17'/>
+ <var-decl name='round_style' type-id='type-id-2324' mangled-name='_ZNSt14numeric_limitsIoE11round_styleE' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/limits' line='1547' column='1' elf-symbol-id='_ZNSt14numeric_limitsIoE11round_styleE@@GLIBCXX_3.4.17'/>
</data-member>
</class-decl>
</namespace-decl>
<return type-id='type-id-4'/>
</function-decl>
<var-decl name='__once_callable' type-id='type-id-33' mangled-name='_ZSt15__once_callable' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/mutex.cc' line='45' column='1' elf-symbol-id='_ZSt15__once_callable@@GLIBCXX_3.4.11'/>
- <var-decl name='__once_call' type-id='type-id-1220' mangled-name='_ZSt11__once_call' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/mutex.cc' line='46' column='1' elf-symbol-id='_ZSt11__once_call@@GLIBCXX_3.4.11'/>
+ <var-decl name='__once_call' type-id='type-id-1219' mangled-name='_ZSt11__once_call' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/mutex.cc' line='46' column='1' elf-symbol-id='_ZSt11__once_call@@GLIBCXX_3.4.11'/>
</namespace-decl>
<namespace-decl name='std'>
<namespace-decl name='placeholders'>
- <var-decl name='_1' type-id='type-id-3201' mangled-name='_ZNSt12placeholders2_1E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='36' column='1' elf-symbol-id='_ZNSt12placeholders2_1E@@GLIBCXX_3.4.15'/>
- <var-decl name='_2' type-id='type-id-3202' mangled-name='_ZNSt12placeholders2_2E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='37' column='1' elf-symbol-id='_ZNSt12placeholders2_2E@@GLIBCXX_3.4.15'/>
- <var-decl name='_3' type-id='type-id-3203' mangled-name='_ZNSt12placeholders2_3E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='38' column='1' elf-symbol-id='_ZNSt12placeholders2_3E@@GLIBCXX_3.4.15'/>
- <var-decl name='_4' type-id='type-id-3204' mangled-name='_ZNSt12placeholders2_4E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='39' column='1' elf-symbol-id='_ZNSt12placeholders2_4E@@GLIBCXX_3.4.15'/>
- <var-decl name='_5' type-id='type-id-3205' mangled-name='_ZNSt12placeholders2_5E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='40' column='1' elf-symbol-id='_ZNSt12placeholders2_5E@@GLIBCXX_3.4.15'/>
- <var-decl name='_6' type-id='type-id-3206' mangled-name='_ZNSt12placeholders2_6E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='41' column='1' elf-symbol-id='_ZNSt12placeholders2_6E@@GLIBCXX_3.4.15'/>
- <var-decl name='_7' type-id='type-id-3207' mangled-name='_ZNSt12placeholders2_7E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='42' column='1' elf-symbol-id='_ZNSt12placeholders2_7E@@GLIBCXX_3.4.15'/>
- <var-decl name='_8' type-id='type-id-3208' mangled-name='_ZNSt12placeholders2_8E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='43' column='1' elf-symbol-id='_ZNSt12placeholders2_8E@@GLIBCXX_3.4.15'/>
- <var-decl name='_9' type-id='type-id-3209' mangled-name='_ZNSt12placeholders2_9E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='44' column='1' elf-symbol-id='_ZNSt12placeholders2_9E@@GLIBCXX_3.4.15'/>
- <var-decl name='_10' type-id='type-id-3210' mangled-name='_ZNSt12placeholders3_10E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='45' column='1' elf-symbol-id='_ZNSt12placeholders3_10E@@GLIBCXX_3.4.15'/>
- <var-decl name='_11' type-id='type-id-3211' mangled-name='_ZNSt12placeholders3_11E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='46' column='1' elf-symbol-id='_ZNSt12placeholders3_11E@@GLIBCXX_3.4.15'/>
- <var-decl name='_12' type-id='type-id-3212' mangled-name='_ZNSt12placeholders3_12E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='47' column='1' elf-symbol-id='_ZNSt12placeholders3_12E@@GLIBCXX_3.4.15'/>
- <var-decl name='_13' type-id='type-id-3213' mangled-name='_ZNSt12placeholders3_13E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='48' column='1' elf-symbol-id='_ZNSt12placeholders3_13E@@GLIBCXX_3.4.15'/>
- <var-decl name='_14' type-id='type-id-3214' mangled-name='_ZNSt12placeholders3_14E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='49' column='1' elf-symbol-id='_ZNSt12placeholders3_14E@@GLIBCXX_3.4.15'/>
- <var-decl name='_15' type-id='type-id-3215' mangled-name='_ZNSt12placeholders3_15E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='50' column='1' elf-symbol-id='_ZNSt12placeholders3_15E@@GLIBCXX_3.4.15'/>
- <var-decl name='_16' type-id='type-id-3216' mangled-name='_ZNSt12placeholders3_16E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='51' column='1' elf-symbol-id='_ZNSt12placeholders3_16E@@GLIBCXX_3.4.15'/>
- <var-decl name='_17' type-id='type-id-3217' mangled-name='_ZNSt12placeholders3_17E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='52' column='1' elf-symbol-id='_ZNSt12placeholders3_17E@@GLIBCXX_3.4.15'/>
- <var-decl name='_18' type-id='type-id-3218' mangled-name='_ZNSt12placeholders3_18E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='53' column='1' elf-symbol-id='_ZNSt12placeholders3_18E@@GLIBCXX_3.4.15'/>
- <var-decl name='_19' type-id='type-id-3219' mangled-name='_ZNSt12placeholders3_19E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='54' column='1' elf-symbol-id='_ZNSt12placeholders3_19E@@GLIBCXX_3.4.15'/>
- <var-decl name='_20' type-id='type-id-3220' mangled-name='_ZNSt12placeholders3_20E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='55' column='1' elf-symbol-id='_ZNSt12placeholders3_20E@@GLIBCXX_3.4.15'/>
- <var-decl name='_21' type-id='type-id-3221' mangled-name='_ZNSt12placeholders3_21E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='56' column='1' elf-symbol-id='_ZNSt12placeholders3_21E@@GLIBCXX_3.4.15'/>
- <var-decl name='_22' type-id='type-id-3222' mangled-name='_ZNSt12placeholders3_22E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='57' column='1' elf-symbol-id='_ZNSt12placeholders3_22E@@GLIBCXX_3.4.15'/>
- <var-decl name='_23' type-id='type-id-3223' mangled-name='_ZNSt12placeholders3_23E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='58' column='1' elf-symbol-id='_ZNSt12placeholders3_23E@@GLIBCXX_3.4.15'/>
- <var-decl name='_24' type-id='type-id-3224' mangled-name='_ZNSt12placeholders3_24E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='59' column='1' elf-symbol-id='_ZNSt12placeholders3_24E@@GLIBCXX_3.4.15'/>
- <var-decl name='_25' type-id='type-id-3225' mangled-name='_ZNSt12placeholders3_25E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='60' column='1' elf-symbol-id='_ZNSt12placeholders3_25E@@GLIBCXX_3.4.15'/>
- <var-decl name='_26' type-id='type-id-3226' mangled-name='_ZNSt12placeholders3_26E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='61' column='1' elf-symbol-id='_ZNSt12placeholders3_26E@@GLIBCXX_3.4.15'/>
- <var-decl name='_27' type-id='type-id-3227' mangled-name='_ZNSt12placeholders3_27E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='62' column='1' elf-symbol-id='_ZNSt12placeholders3_27E@@GLIBCXX_3.4.15'/>
- <var-decl name='_28' type-id='type-id-3228' mangled-name='_ZNSt12placeholders3_28E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='63' column='1' elf-symbol-id='_ZNSt12placeholders3_28E@@GLIBCXX_3.4.15'/>
- <var-decl name='_29' type-id='type-id-3229' mangled-name='_ZNSt12placeholders3_29E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='64' column='1' elf-symbol-id='_ZNSt12placeholders3_29E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_1' type-id='type-id-3198' mangled-name='_ZNSt12placeholders2_1E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='36' column='1' elf-symbol-id='_ZNSt12placeholders2_1E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_2' type-id='type-id-3199' mangled-name='_ZNSt12placeholders2_2E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='37' column='1' elf-symbol-id='_ZNSt12placeholders2_2E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_3' type-id='type-id-3200' mangled-name='_ZNSt12placeholders2_3E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='38' column='1' elf-symbol-id='_ZNSt12placeholders2_3E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_4' type-id='type-id-3201' mangled-name='_ZNSt12placeholders2_4E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='39' column='1' elf-symbol-id='_ZNSt12placeholders2_4E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_5' type-id='type-id-3202' mangled-name='_ZNSt12placeholders2_5E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='40' column='1' elf-symbol-id='_ZNSt12placeholders2_5E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_6' type-id='type-id-3203' mangled-name='_ZNSt12placeholders2_6E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='41' column='1' elf-symbol-id='_ZNSt12placeholders2_6E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_7' type-id='type-id-3204' mangled-name='_ZNSt12placeholders2_7E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='42' column='1' elf-symbol-id='_ZNSt12placeholders2_7E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_8' type-id='type-id-3205' mangled-name='_ZNSt12placeholders2_8E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='43' column='1' elf-symbol-id='_ZNSt12placeholders2_8E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_9' type-id='type-id-3206' mangled-name='_ZNSt12placeholders2_9E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='44' column='1' elf-symbol-id='_ZNSt12placeholders2_9E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_10' type-id='type-id-3207' mangled-name='_ZNSt12placeholders3_10E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='45' column='1' elf-symbol-id='_ZNSt12placeholders3_10E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_11' type-id='type-id-3208' mangled-name='_ZNSt12placeholders3_11E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='46' column='1' elf-symbol-id='_ZNSt12placeholders3_11E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_12' type-id='type-id-3209' mangled-name='_ZNSt12placeholders3_12E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='47' column='1' elf-symbol-id='_ZNSt12placeholders3_12E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_13' type-id='type-id-3210' mangled-name='_ZNSt12placeholders3_13E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='48' column='1' elf-symbol-id='_ZNSt12placeholders3_13E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_14' type-id='type-id-3211' mangled-name='_ZNSt12placeholders3_14E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='49' column='1' elf-symbol-id='_ZNSt12placeholders3_14E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_15' type-id='type-id-3212' mangled-name='_ZNSt12placeholders3_15E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='50' column='1' elf-symbol-id='_ZNSt12placeholders3_15E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_16' type-id='type-id-3213' mangled-name='_ZNSt12placeholders3_16E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='51' column='1' elf-symbol-id='_ZNSt12placeholders3_16E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_17' type-id='type-id-3214' mangled-name='_ZNSt12placeholders3_17E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='52' column='1' elf-symbol-id='_ZNSt12placeholders3_17E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_18' type-id='type-id-3215' mangled-name='_ZNSt12placeholders3_18E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='53' column='1' elf-symbol-id='_ZNSt12placeholders3_18E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_19' type-id='type-id-3216' mangled-name='_ZNSt12placeholders3_19E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='54' column='1' elf-symbol-id='_ZNSt12placeholders3_19E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_20' type-id='type-id-3217' mangled-name='_ZNSt12placeholders3_20E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='55' column='1' elf-symbol-id='_ZNSt12placeholders3_20E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_21' type-id='type-id-3218' mangled-name='_ZNSt12placeholders3_21E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='56' column='1' elf-symbol-id='_ZNSt12placeholders3_21E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_22' type-id='type-id-3219' mangled-name='_ZNSt12placeholders3_22E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='57' column='1' elf-symbol-id='_ZNSt12placeholders3_22E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_23' type-id='type-id-3220' mangled-name='_ZNSt12placeholders3_23E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='58' column='1' elf-symbol-id='_ZNSt12placeholders3_23E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_24' type-id='type-id-3221' mangled-name='_ZNSt12placeholders3_24E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='59' column='1' elf-symbol-id='_ZNSt12placeholders3_24E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_25' type-id='type-id-3222' mangled-name='_ZNSt12placeholders3_25E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='60' column='1' elf-symbol-id='_ZNSt12placeholders3_25E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_26' type-id='type-id-3223' mangled-name='_ZNSt12placeholders3_26E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='61' column='1' elf-symbol-id='_ZNSt12placeholders3_26E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_27' type-id='type-id-3224' mangled-name='_ZNSt12placeholders3_27E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='62' column='1' elf-symbol-id='_ZNSt12placeholders3_27E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_28' type-id='type-id-3225' mangled-name='_ZNSt12placeholders3_28E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='63' column='1' elf-symbol-id='_ZNSt12placeholders3_28E@@GLIBCXX_3.4.15'/>
+ <var-decl name='_29' type-id='type-id-3226' mangled-name='_ZNSt12placeholders3_29E' visibility='default' filepath='../../../.././libstdc++-v3/src/c++11/placeholders.cc' line='64' column='1' elf-symbol-id='_ZNSt12placeholders3_29E@@GLIBCXX_3.4.15'/>
</namespace-decl>
- <class-decl name='_Placeholder<1>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3230'/>
- <class-decl name='_Placeholder<2>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3231'/>
- <class-decl name='_Placeholder<3>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3232'/>
- <class-decl name='_Placeholder<4>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3233'/>
- <class-decl name='_Placeholder<5>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3234'/>
- <class-decl name='_Placeholder<6>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3235'/>
- <class-decl name='_Placeholder<7>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3236'/>
- <class-decl name='_Placeholder<8>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3237'/>
- <class-decl name='_Placeholder<9>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3238'/>
- <class-decl name='_Placeholder<10>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3239'/>
- <class-decl name='_Placeholder<11>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3240'/>
- <class-decl name='_Placeholder<12>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3241'/>
- <class-decl name='_Placeholder<13>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3242'/>
- <class-decl name='_Placeholder<14>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3243'/>
- <class-decl name='_Placeholder<15>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3244'/>
- <class-decl name='_Placeholder<16>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3245'/>
- <class-decl name='_Placeholder<17>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3246'/>
- <class-decl name='_Placeholder<18>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3247'/>
- <class-decl name='_Placeholder<19>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3248'/>
- <class-decl name='_Placeholder<20>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3249'/>
- <class-decl name='_Placeholder<21>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3250'/>
- <class-decl name='_Placeholder<22>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3251'/>
- <class-decl name='_Placeholder<23>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3252'/>
- <class-decl name='_Placeholder<24>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3253'/>
- <class-decl name='_Placeholder<25>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3254'/>
- <class-decl name='_Placeholder<26>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3255'/>
- <class-decl name='_Placeholder<27>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3256'/>
- <class-decl name='_Placeholder<28>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3257'/>
- <class-decl name='_Placeholder<29>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3258'/>
- </namespace-decl>
+ <class-decl name='_Placeholder<1>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3227'/>
+ <class-decl name='_Placeholder<2>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3228'/>
+ <class-decl name='_Placeholder<3>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3229'/>
+ <class-decl name='_Placeholder<4>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3230'/>
+ <class-decl name='_Placeholder<5>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3231'/>
+ <class-decl name='_Placeholder<6>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3232'/>
+ <class-decl name='_Placeholder<7>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3233'/>
+ <class-decl name='_Placeholder<8>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3234'/>
+ <class-decl name='_Placeholder<9>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3235'/>
+ <class-decl name='_Placeholder<10>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3236'/>
+ <class-decl name='_Placeholder<11>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3237'/>
+ <class-decl name='_Placeholder<12>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3238'/>
+ <class-decl name='_Placeholder<13>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3239'/>
+ <class-decl name='_Placeholder<14>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3240'/>
+ <class-decl name='_Placeholder<15>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3241'/>
+ <class-decl name='_Placeholder<16>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3242'/>
+ <class-decl name='_Placeholder<17>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3243'/>
+ <class-decl name='_Placeholder<18>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3244'/>
+ <class-decl name='_Placeholder<19>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3245'/>
+ <class-decl name='_Placeholder<20>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3246'/>
+ <class-decl name='_Placeholder<21>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3247'/>
+ <class-decl name='_Placeholder<22>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3248'/>
+ <class-decl name='_Placeholder<23>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3249'/>
+ <class-decl name='_Placeholder<24>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3250'/>
+ <class-decl name='_Placeholder<25>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3251'/>
+ <class-decl name='_Placeholder<26>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3252'/>
+ <class-decl name='_Placeholder<27>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3253'/>
+ <class-decl name='_Placeholder<28>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3254'/>
+ <class-decl name='_Placeholder<29>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/functional' line='849' column='1' id='type-id-3255'/>
+ </namespace-decl>
+ <qualified-type-def type-id='type-id-3227' const='yes' id='type-id-3198'/>
+ <qualified-type-def type-id='type-id-3228' const='yes' id='type-id-3199'/>
+ <qualified-type-def type-id='type-id-3229' const='yes' id='type-id-3200'/>
<qualified-type-def type-id='type-id-3230' const='yes' id='type-id-3201'/>
<qualified-type-def type-id='type-id-3231' const='yes' id='type-id-3202'/>
<qualified-type-def type-id='type-id-3232' const='yes' id='type-id-3203'/>
<qualified-type-def type-id='type-id-3253' const='yes' id='type-id-3224'/>
<qualified-type-def type-id='type-id-3254' const='yes' id='type-id-3225'/>
<qualified-type-def type-id='type-id-3255' const='yes' id='type-id-3226'/>
- <qualified-type-def type-id='type-id-3256' const='yes' id='type-id-3227'/>
- <qualified-type-def type-id='type-id-3257' const='yes' id='type-id-3228'/>
- <qualified-type-def type-id='type-id-3258' const='yes' id='type-id-3229'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++11/regex.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++11' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='regex_error' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_error.h' line='131' column='1' id='type-id-3259'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2347'/>
+ <class-decl name='regex_error' size-in-bits='192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_error.h' line='131' column='1' id='type-id-3256'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2344'/>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_code' type-id='type-id-2964' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_error.h' line='133' column='1'/>
+ <var-decl name='_M_code' type-id='type-id-2961' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_error.h' line='133' column='1'/>
</data-member>
<member-function access='private' constructor='yes'>
<function-decl name='regex_error' filepath='../../../.././libstdc++-v3/src/c++11/regex.cc' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3260' is-artificial='yes'/>
- <parameter type-id='type-id-2964'/>
+ <parameter type-id='type-id-3257' is-artificial='yes'/>
+ <parameter type-id='type-id-2961'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='code' mangled-name='_ZNKSt11regex_error4codeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/regex_error.h' line='152' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3261' is-artificial='yes'/>
- <return type-id='type-id-2964'/>
+ <parameter type-id='type-id-3258' is-artificial='yes'/>
+ <return type-id='type-id-2961'/>
</function-decl>
</member-function>
<member-function access='private' constructor='yes'>
<function-decl name='regex_error' mangled-name='_ZNSt11regex_errorC2ENSt15regex_constants10error_typeE' filepath='../../../.././libstdc++-v3/src/c++11/regex.cc' line='31' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3260' is-artificial='yes'/>
- <parameter type-id='type-id-2964'/>
+ <parameter type-id='type-id-3257' is-artificial='yes'/>
+ <parameter type-id='type-id-2961'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~regex_error' filepath='../../../.././libstdc++-v3/src/c++11/regex.cc' line='35' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3260' is-artificial='yes'/>
+ <parameter type-id='type-id-3257' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~regex_error' mangled-name='_ZNSt11regex_errorD0Ev' filepath='../../../.././libstdc++-v3/src/c++11/regex.cc' line='35' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11regex_errorD0Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-3260' is-artificial='yes'/>
+ <parameter type-id='type-id-3257' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~regex_error' mangled-name='_ZNSt11regex_errorD2Ev' filepath='../../../.././libstdc++-v3/src/c++11/regex.cc' line='35' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt11regex_errorD1Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-3260' is-artificial='yes'/>
+ <parameter type-id='type-id-3257' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
- <pointer-type-def type-id='type-id-3259' size-in-bits='64' id='type-id-3260'/>
- <qualified-type-def type-id='type-id-3259' const='yes' id='type-id-3262'/>
- <pointer-type-def type-id='type-id-3262' size-in-bits='64' id='type-id-3261'/>
+ <pointer-type-def type-id='type-id-3256' size-in-bits='64' id='type-id-3257'/>
+ <qualified-type-def type-id='type-id-3256' const='yes' id='type-id-3259'/>
+ <pointer-type-def type-id='type-id-3259' size-in-bits='64' id='type-id-3258'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++11/shared_ptr.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++11' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='bad_weak_ptr' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='61' column='1' id='type-id-3263'>
+ <class-decl name='bad_weak_ptr' size-in-bits='64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='61' column='1' id='type-id-3260'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-86'/>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_weak_ptr' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3264' is-artificial='yes'/>
+ <parameter type-id='type-id-3261' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_weak_ptr' mangled-name='_ZNSt12bad_weak_ptrD0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12bad_weak_ptrD0Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-3264' is-artificial='yes'/>
+ <parameter type-id='type-id-3261' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~bad_weak_ptr' mangled-name='_ZNSt12bad_weak_ptrD2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/shared_ptr_base.h' line='61' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt12bad_weak_ptrD2Ev@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-3264' is-artificial='yes'/>
+ <parameter type-id='type-id-3261' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private' const='yes' vtable-offset='2'>
<function-decl name='what' mangled-name='_ZNKSt12bad_weak_ptr4whatEv' filepath='../../../.././libstdc++-v3/src/c++11/shared_ptr.cc' line='35' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt12bad_weak_ptr4whatEv@@GLIBCXX_3.4.15'>
- <parameter type-id='type-id-3265' is-artificial='yes'/>
+ <parameter type-id='type-id-3262' is-artificial='yes'/>
<return type-id='type-id-11'/>
</function-decl>
</member-function>
</namespace-decl>
- <qualified-type-def type-id='type-id-3263' const='yes' id='type-id-3266'/>
- <pointer-type-def type-id='type-id-3266' size-in-bits='64' id='type-id-3265'/>
- <pointer-type-def type-id='type-id-3263' size-in-bits='64' id='type-id-3264'/>
+ <qualified-type-def type-id='type-id-3260' const='yes' id='type-id-3263'/>
+ <pointer-type-def type-id='type-id-3263' size-in-bits='64' id='type-id-3262'/>
+ <pointer-type-def type-id='type-id-3260' size-in-bits='64' id='type-id-3261'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++11/system_error.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++11' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
<function-decl name='operator==' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/system_error' line='279' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1194'/>
- <parameter type-id='type-id-1194'/>
+ <parameter type-id='type-id-1193'/>
+ <parameter type-id='type-id-1193'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='system_category' mangled-name='_ZSt15system_categoryv' filepath='../../../.././libstdc++-v3/src/c++11/system_error.cc' line='78' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZSt15system_categoryv@@GLIBCXX_3.4.11'>
- <return type-id='type-id-1190'/>
+ <return type-id='type-id-1189'/>
</function-decl>
</namespace-decl>
</function-decl>
</namespace-decl>
<function-decl name='operator!=' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/thread' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-1319'/>
- <parameter type-id='type-id-1319'/>
+ <parameter type-id='type-id-1318'/>
+ <parameter type-id='type-id-1318'/>
<return type-id='type-id-23'/>
</function-decl>
- <class-decl name='remove_reference<std::thread::_Impl_base*&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1330' column='1' id='type-id-3267'>
+ <class-decl name='remove_reference<std::thread::_Impl_base*&>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1330' column='1' id='type-id-3264'>
<member-type access='public'>
- <typedef-decl name='type' type-id='type-id-1325' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1331' column='1' id='type-id-3268'/>
+ <typedef-decl name='type' type-id='type-id-1324' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits' line='1331' column='1' id='type-id-3265'/>
</member-type>
</class-decl>
<function-decl name='move<std::thread::_Impl_base*&>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='102' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3269'/>
- <return type-id='type-id-3270'/>
+ <parameter type-id='type-id-3266'/>
+ <return type-id='type-id-3267'/>
</function-decl>
<function-decl name='swap<std::thread::_Impl_base*>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h' line='167' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3269'/>
- <parameter type-id='type-id-3269'/>
+ <parameter type-id='type-id-3266'/>
+ <parameter type-id='type-id-3266'/>
<return type-id='type-id-4'/>
</function-decl>
</namespace-decl>
- <reference-type-def kind='lvalue' type-id='type-id-3268' size-in-bits='64' id='type-id-3270'/>
- <reference-type-def kind='lvalue' type-id='type-id-1325' size-in-bits='64' id='type-id-3269'/>
+ <reference-type-def kind='lvalue' type-id='type-id-3265' size-in-bits='64' id='type-id-3267'/>
+ <reference-type-def kind='lvalue' type-id='type-id-1324' size-in-bits='64' id='type-id-3266'/>
<function-decl name='__check_facet<std::codecvt<char, char, __mbstate_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/basic_ios.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-609'/>
- <return type-id='type-id-2734'/>
+ <parameter type-id='type-id-608'/>
+ <return type-id='type-id-2731'/>
</function-decl>
<function-decl name='operator!=<__mbstate_t>' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/postypes.h' line='223' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-867'/>
- <parameter type-id='type-id-867'/>
+ <parameter type-id='type-id-866'/>
+ <parameter type-id='type-id-866'/>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='__check_facet<std::codecvt<wchar_t, char, __mbstate_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/basic_ios.h' line='48' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-625'/>
- <return type-id='type-id-2840'/>
+ <parameter type-id='type-id-624'/>
+ <return type-id='type-id-2837'/>
</function-decl>
- <class-decl name='basic_fstream<char, std::char_traits<char> >' size-in-bits='4224' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='761' column='1' id='type-id-3271'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2374'/>
+ <class-decl name='basic_fstream<char, std::char_traits<char> >' size-in-bits='4224' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='761' column='1' id='type-id-3268'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2371'/>
<member-type access='private'>
- <typedef-decl name='__filebuf_type' type-id='type-id-379' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='772' column='1' id='type-id-3272'/>
+ <typedef-decl name='__filebuf_type' type-id='type-id-379' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='772' column='1' id='type-id-3269'/>
</member-type>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='_M_filebuf' type-id='type-id-3272' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='777' column='1'/>
+ <var-decl name='_M_filebuf' type-id='type-id-3269' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='777' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='basic_fstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='788' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='801' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='816' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt13basic_fstreamIcSt11char_traitsIcEE5rdbufEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='842' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt13basic_fstreamIcSt11char_traitsIcEE5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3274' is-artificial='yes'/>
- <return type-id='type-id-3275'/>
+ <parameter type-id='type-id-3271' is-artificial='yes'/>
+ <return type-id='type-id-3272'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='is_open' mangled-name='_ZNSt13basic_fstreamIcSt11char_traitsIcEE7is_openEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='850' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIcSt11char_traitsIcEE7is_openEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='is_open' mangled-name='_ZNKSt13basic_fstreamIcSt11char_traitsIcEE7is_openEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='856' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3274' is-artificial='yes'/>
+ <parameter type-id='type-id-3271' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='open' mangled-name='_ZNSt13basic_fstreamIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='871' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='open' mangled-name='_ZNSt13basic_fstreamIcSt11char_traitsIcEE4openERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='892' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIcSt11char_traitsIcEE4openERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='close' mangled-name='_ZNSt13basic_fstreamIcSt11char_traitsIcEE5closeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='911' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIcSt11char_traitsIcEE5closeEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' mangled-name='_ZNSt13basic_fstreamIcSt11char_traitsIcEEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='788' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIcSt11char_traitsIcEEC2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' mangled-name='_ZNSt13basic_fstreamIcSt11char_traitsIcEEC1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='788' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIcSt11char_traitsIcEEC1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' mangled-name='_ZNSt13basic_fstreamIcSt11char_traitsIcEEC2EPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='801' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIcSt11char_traitsIcEEC2EPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' mangled-name='_ZNSt13basic_fstreamIcSt11char_traitsIcEEC1EPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='801' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIcSt11char_traitsIcEEC1EPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' mangled-name='_ZNSt13basic_fstreamIcSt11char_traitsIcEEC2ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='816' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIcSt11char_traitsIcEEC2ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' mangled-name='_ZNSt13basic_fstreamIcSt11char_traitsIcEEC1ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='816' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIcSt11char_traitsIcEEC1ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_fstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='831' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_fstream' mangled-name='_ZNSt13basic_fstreamIcSt11char_traitsIcEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='831' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIcSt11char_traitsIcEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_fstream' mangled-name='_ZNSt13basic_fstreamIcSt11char_traitsIcEED1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='831' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIcSt11char_traitsIcEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_fstream' mangled-name='_ZNSt13basic_fstreamIcSt11char_traitsIcEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='831' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIcSt11char_traitsIcEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3273' is-artificial='yes'/>
+ <parameter type-id='type-id-3270' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='basic_ofstream<char, std::char_traits<char> >' size-in-bits='4096' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='588' column='1' id='type-id-3276'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-774'/>
+ <class-decl name='basic_ofstream<char, std::char_traits<char> >' size-in-bits='4096' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='588' column='1' id='type-id-3273'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-773'/>
<member-type access='private'>
- <typedef-decl name='__filebuf_type' type-id='type-id-379' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='599' column='1' id='type-id-3277'/>
+ <typedef-decl name='__filebuf_type' type-id='type-id-379' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='599' column='1' id='type-id-3274'/>
</member-type>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_filebuf' type-id='type-id-3277' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='603' column='1'/>
+ <var-decl name='_M_filebuf' type-id='type-id-3274' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='603' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='basic_ofstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='614' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='629' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='647' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt14basic_ofstreamIcSt11char_traitsIcEE5rdbufEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='673' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt14basic_ofstreamIcSt11char_traitsIcEE5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3279' is-artificial='yes'/>
- <return type-id='type-id-3280'/>
+ <parameter type-id='type-id-3276' is-artificial='yes'/>
+ <return type-id='type-id-3277'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='is_open' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEE7is_openEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='681' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIcSt11char_traitsIcEE7is_openEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='is_open' mangled-name='_ZNKSt14basic_ofstreamIcSt11char_traitsIcEE7is_openEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='687' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3279' is-artificial='yes'/>
+ <parameter type-id='type-id-3276' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='open' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='open' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEE4openERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='723' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIcSt11char_traitsIcEE4openERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='close' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEE5closeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='742' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIcSt11char_traitsIcEE5closeEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='614' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIcSt11char_traitsIcEEC2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEEC1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='614' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIcSt11char_traitsIcEEC1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEEC2EPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='629' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIcSt11char_traitsIcEEC2EPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEEC1EPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='629' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIcSt11char_traitsIcEEC1EPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEEC2ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIcSt11char_traitsIcEEC2ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEEC1ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIcSt11char_traitsIcEEC1ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ofstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='662' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='662' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIcSt11char_traitsIcEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEED1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='662' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIcSt11char_traitsIcEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIcSt11char_traitsIcEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='662' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIcSt11char_traitsIcEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3278' is-artificial='yes'/>
+ <parameter type-id='type-id-3275' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='basic_ifstream<char, std::char_traits<char> >' size-in-bits='4160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='420' column='1' id='type-id-3281'>
+ <class-decl name='basic_ifstream<char, std::char_traits<char> >' size-in-bits='4160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='420' column='1' id='type-id-3278'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-282'/>
<member-type access='private'>
- <typedef-decl name='__filebuf_type' type-id='type-id-379' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='431' column='1' id='type-id-3282'/>
+ <typedef-decl name='__filebuf_type' type-id='type-id-379' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='431' column='1' id='type-id-3279'/>
</member-type>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_filebuf' type-id='type-id-3282' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='435' column='1'/>
+ <var-decl name='_M_filebuf' type-id='type-id-3279' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='435' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='basic_ifstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='446' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='460' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='476' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt14basic_ifstreamIcSt11char_traitsIcEE5rdbufEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='502' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt14basic_ifstreamIcSt11char_traitsIcEE5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3284' is-artificial='yes'/>
- <return type-id='type-id-3285'/>
+ <parameter type-id='type-id-3281' is-artificial='yes'/>
+ <return type-id='type-id-3282'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='is_open' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEE7is_openEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='510' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIcSt11char_traitsIcEE7is_openEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='is_open' mangled-name='_ZNKSt14basic_ifstreamIcSt11char_traitsIcEE7is_openEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='516' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3284' is-artificial='yes'/>
+ <parameter type-id='type-id-3281' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='open' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='531' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='open' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEE4openERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='551' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIcSt11char_traitsIcEE4openERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='close' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEE5closeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIcSt11char_traitsIcEE5closeEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIcSt11char_traitsIcEEC2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEEC1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIcSt11char_traitsIcEEC1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEEC2EPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='460' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIcSt11char_traitsIcEEC2EPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEEC1EPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='460' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIcSt11char_traitsIcEEC1EPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEEC2ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='476' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIcSt11char_traitsIcEEC2ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEEC1ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='476' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIcSt11char_traitsIcEEC1ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ifstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='491' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='491' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIcSt11char_traitsIcEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='491' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIcSt11char_traitsIcEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='491' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIcSt11char_traitsIcEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3283' is-artificial='yes'/>
+ <parameter type-id='type-id-3280' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='basic_fstream<wchar_t, std::char_traits<wchar_t> >' size-in-bits='4224' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='761' column='1' id='type-id-3286'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2717'/>
+ <class-decl name='basic_fstream<wchar_t, std::char_traits<wchar_t> >' size-in-bits='4224' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='761' column='1' id='type-id-3283'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-2714'/>
<member-type access='private'>
- <typedef-decl name='__filebuf_type' type-id='type-id-405' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='772' column='1' id='type-id-3287'/>
+ <typedef-decl name='__filebuf_type' type-id='type-id-405' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='772' column='1' id='type-id-3284'/>
</member-type>
<data-member access='private' layout-offset-in-bits='192'>
- <var-decl name='_M_filebuf' type-id='type-id-3287' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='777' column='1'/>
+ <var-decl name='_M_filebuf' type-id='type-id-3284' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='777' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='basic_fstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='788' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='801' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='816' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt13basic_fstreamIwSt11char_traitsIwEE5rdbufEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='842' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt13basic_fstreamIwSt11char_traitsIwEE5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3289' is-artificial='yes'/>
- <return type-id='type-id-3290'/>
+ <parameter type-id='type-id-3286' is-artificial='yes'/>
+ <return type-id='type-id-3287'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='is_open' mangled-name='_ZNSt13basic_fstreamIwSt11char_traitsIwEE7is_openEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='850' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIwSt11char_traitsIwEE7is_openEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='is_open' mangled-name='_ZNKSt13basic_fstreamIwSt11char_traitsIwEE7is_openEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='856' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3289' is-artificial='yes'/>
+ <parameter type-id='type-id-3286' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='open' mangled-name='_ZNSt13basic_fstreamIwSt11char_traitsIwEE4openEPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='871' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIwSt11char_traitsIwEE4openEPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='open' mangled-name='_ZNSt13basic_fstreamIwSt11char_traitsIwEE4openERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='892' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIwSt11char_traitsIwEE4openERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='close' mangled-name='_ZNSt13basic_fstreamIwSt11char_traitsIwEE5closeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='911' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIwSt11char_traitsIwEE5closeEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' mangled-name='_ZNSt13basic_fstreamIwSt11char_traitsIwEEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='788' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIwSt11char_traitsIwEEC2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' mangled-name='_ZNSt13basic_fstreamIwSt11char_traitsIwEEC1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='788' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIwSt11char_traitsIwEEC1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' mangled-name='_ZNSt13basic_fstreamIwSt11char_traitsIwEEC2EPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='801' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIwSt11char_traitsIwEEC2EPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' mangled-name='_ZNSt13basic_fstreamIwSt11char_traitsIwEEC1EPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='801' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIwSt11char_traitsIwEEC1EPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' mangled-name='_ZNSt13basic_fstreamIwSt11char_traitsIwEEC2ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='816' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIwSt11char_traitsIwEEC2ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_fstream' mangled-name='_ZNSt13basic_fstreamIwSt11char_traitsIwEEC1ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='816' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIwSt11char_traitsIwEEC1ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_fstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='831' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_fstream' mangled-name='_ZNSt13basic_fstreamIwSt11char_traitsIwEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='831' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIwSt11char_traitsIwEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_fstream' mangled-name='_ZNSt13basic_fstreamIwSt11char_traitsIwEED1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='831' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIwSt11char_traitsIwEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_fstream' mangled-name='_ZNSt13basic_fstreamIwSt11char_traitsIwEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='831' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt13basic_fstreamIwSt11char_traitsIwEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3288' is-artificial='yes'/>
+ <parameter type-id='type-id-3285' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='basic_ofstream<wchar_t, std::char_traits<wchar_t> >' size-in-bits='4096' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='588' column='1' id='type-id-3291'>
- <base-class access='public' layout-offset-in-bits='0' type-id='type-id-775'/>
+ <class-decl name='basic_ofstream<wchar_t, std::char_traits<wchar_t> >' size-in-bits='4096' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='588' column='1' id='type-id-3288'>
+ <base-class access='public' layout-offset-in-bits='0' type-id='type-id-774'/>
<member-type access='private'>
- <typedef-decl name='__filebuf_type' type-id='type-id-405' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='599' column='1' id='type-id-3292'/>
+ <typedef-decl name='__filebuf_type' type-id='type-id-405' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='599' column='1' id='type-id-3289'/>
</member-type>
<data-member access='private' layout-offset-in-bits='64'>
- <var-decl name='_M_filebuf' type-id='type-id-3292' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='603' column='1'/>
+ <var-decl name='_M_filebuf' type-id='type-id-3289' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='603' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='basic_ofstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='614' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='629' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='647' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt14basic_ofstreamIwSt11char_traitsIwEE5rdbufEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='673' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt14basic_ofstreamIwSt11char_traitsIwEE5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3294' is-artificial='yes'/>
- <return type-id='type-id-3295'/>
+ <parameter type-id='type-id-3291' is-artificial='yes'/>
+ <return type-id='type-id-3292'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='is_open' mangled-name='_ZNSt14basic_ofstreamIwSt11char_traitsIwEE7is_openEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='681' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIwSt11char_traitsIwEE7is_openEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='is_open' mangled-name='_ZNKSt14basic_ofstreamIwSt11char_traitsIwEE7is_openEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='687' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3294' is-artificial='yes'/>
+ <parameter type-id='type-id-3291' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='open' mangled-name='_ZNSt14basic_ofstreamIwSt11char_traitsIwEE4openEPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIwSt11char_traitsIwEE4openEPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='open' mangled-name='_ZNSt14basic_ofstreamIwSt11char_traitsIwEE4openERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='723' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIwSt11char_traitsIwEE4openERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='close' mangled-name='_ZNSt14basic_ofstreamIwSt11char_traitsIwEE5closeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='742' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIwSt11char_traitsIwEE5closeEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIwSt11char_traitsIwEEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='614' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIwSt11char_traitsIwEEC2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIwSt11char_traitsIwEEC1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='614' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIwSt11char_traitsIwEEC1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIwSt11char_traitsIwEEC2EPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='629' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIwSt11char_traitsIwEEC2EPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIwSt11char_traitsIwEEC1EPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='629' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIwSt11char_traitsIwEEC1EPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIwSt11char_traitsIwEEC2ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIwSt11char_traitsIwEEC2ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIwSt11char_traitsIwEEC1ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='647' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIwSt11char_traitsIwEEC1ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ofstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='662' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIwSt11char_traitsIwEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='662' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIwSt11char_traitsIwEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIwSt11char_traitsIwEED1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='662' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIwSt11char_traitsIwEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ofstream' mangled-name='_ZNSt14basic_ofstreamIwSt11char_traitsIwEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='662' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ofstreamIwSt11char_traitsIwEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3293' is-artificial='yes'/>
+ <parameter type-id='type-id-3290' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
</class-decl>
- <class-decl name='basic_ifstream<wchar_t, std::char_traits<wchar_t> >' size-in-bits='4160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='420' column='1' id='type-id-3296'>
+ <class-decl name='basic_ifstream<wchar_t, std::char_traits<wchar_t> >' size-in-bits='4160' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='420' column='1' id='type-id-3293'>
<base-class access='public' layout-offset-in-bits='0' type-id='type-id-321'/>
<member-type access='private'>
- <typedef-decl name='__filebuf_type' type-id='type-id-405' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='431' column='1' id='type-id-3297'/>
+ <typedef-decl name='__filebuf_type' type-id='type-id-405' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='431' column='1' id='type-id-3294'/>
</member-type>
<data-member access='private' layout-offset-in-bits='128'>
- <var-decl name='_M_filebuf' type-id='type-id-3297' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='435' column='1'/>
+ <var-decl name='_M_filebuf' type-id='type-id-3294' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='435' column='1'/>
</data-member>
<member-function access='private'>
<function-decl name='basic_ifstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='446' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='460' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='476' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='rdbuf' mangled-name='_ZNKSt14basic_ifstreamIwSt11char_traitsIwEE5rdbufEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='502' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNKSt14basic_ifstreamIwSt11char_traitsIwEE5rdbufEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3299' is-artificial='yes'/>
- <return type-id='type-id-3300'/>
+ <parameter type-id='type-id-3296' is-artificial='yes'/>
+ <return type-id='type-id-3297'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='is_open' mangled-name='_ZNSt14basic_ifstreamIwSt11char_traitsIwEE7is_openEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='510' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIwSt11char_traitsIwEE7is_openEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private' const='yes'>
<function-decl name='is_open' mangled-name='_ZNKSt14basic_ifstreamIwSt11char_traitsIwEE7is_openEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='516' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3299' is-artificial='yes'/>
+ <parameter type-id='type-id-3296' is-artificial='yes'/>
<return type-id='type-id-23'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='open' mangled-name='_ZNSt14basic_ifstreamIwSt11char_traitsIwEE4openEPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='531' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIwSt11char_traitsIwEE4openEPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='open' mangled-name='_ZNSt14basic_ifstreamIwSt11char_traitsIwEE4openERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='551' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIwSt11char_traitsIwEE4openERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
<parameter type-id='type-id-51'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='close' mangled-name='_ZNSt14basic_ifstreamIwSt11char_traitsIwEE5closeEv' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='569' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIwSt11char_traitsIwEE5closeEv@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<return type-id='type-id-4'/>
</function-decl>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIwSt11char_traitsIwEEC2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIwSt11char_traitsIwEEC2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIwSt11char_traitsIwEEC1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIwSt11char_traitsIwEEC1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIwSt11char_traitsIwEEC2EPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='460' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIwSt11char_traitsIwEEC2EPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIwSt11char_traitsIwEEC1EPKcSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='460' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIwSt11char_traitsIwEEC1EPKcSt13_Ios_Openmode@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-11'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIwSt11char_traitsIwEEC2ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='476' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIwSt11char_traitsIwEEC2ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private'>
<function-decl name='basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIwSt11char_traitsIwEEC1ERKSsSt13_Ios_Openmode' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='476' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIwSt11char_traitsIwEEC1ERKSsSt13_Ios_Openmode@@GLIBCXX_3.4.13'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<parameter type-id='type-id-89'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ifstream' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='491' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIwSt11char_traitsIwEED0Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='491' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIwSt11char_traitsIwEED0Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIwSt11char_traitsIwEED1Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='491' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIwSt11char_traitsIwEED1Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</member-function>
<member-function access='private' destructor='yes' vtable-offset='-1'>
<function-decl name='~basic_ifstream' mangled-name='_ZNSt14basic_ifstreamIwSt11char_traitsIwEED2Ev' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/fstream' line='491' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_ZNSt14basic_ifstreamIwSt11char_traitsIwEED2Ev@@GLIBCXX_3.4'>
- <parameter type-id='type-id-3298' is-artificial='yes'/>
+ <parameter type-id='type-id-3295' is-artificial='yes'/>
<parameter type-id='type-id-36' is-artificial='yes'/>
<parameter type-id='type-id-304' is-artificial='yes'/>
<return type-id='type-id-4'/>
</namespace-decl>
- <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/wchar.h' line='84' column='1' id='type-id-3301'>
+ <class-decl name='__anonymous_struct__' size-in-bits='64' is-struct='yes' is-anonymous='yes' visibility='default' filepath='/usr/include/wchar.h' line='84' column='1' id='type-id-3298'>
<member-type access='public'>
- <union-decl name='__anonymous_union__' size-in-bits='32' is-anonymous='yes' visibility='default' filepath='/usr/include/wchar.h' line='87' column='1' id='type-id-3302'>
+ <union-decl name='__anonymous_union__' size-in-bits='32' is-anonymous='yes' visibility='default' filepath='/usr/include/wchar.h' line='87' column='1' id='type-id-3299'>
<data-member access='private'>
<var-decl name='__wch' type-id='type-id-502' visibility='default' filepath='/usr/include/wchar.h' line='89' column='1'/>
</data-member>
<var-decl name='__count' type-id='type-id-36' visibility='default' filepath='/usr/include/wchar.h' line='85' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
- <var-decl name='__value' type-id='type-id-3302' visibility='default' filepath='/usr/include/wchar.h' line='94' column='1'/>
+ <var-decl name='__value' type-id='type-id-3299' visibility='default' filepath='/usr/include/wchar.h' line='94' column='1'/>
</data-member>
</class-decl>
- <union-decl name='__anonymous_union__' size-in-bits='320' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='77' column='1' id='type-id-3303'>
+ <union-decl name='__anonymous_union__' size-in-bits='320' is-anonymous='yes' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='77' column='1' id='type-id-3300'>
<data-member access='private'>
- <var-decl name='__data' type-id='type-id-1140' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='101' column='1'/>
+ <var-decl name='__data' type-id='type-id-1139' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='101' column='1'/>
</data-member>
<data-member access='private'>
- <var-decl name='__size' type-id='type-id-1142' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='102' column='1'/>
+ <var-decl name='__size' type-id='type-id-1141' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='102' column='1'/>
</data-member>
<data-member access='private'>
<var-decl name='__align' type-id='type-id-55' visibility='default' filepath='/usr/include/bits/pthreadtypes.h' line='103' column='1'/>
</data-member>
</union-decl>
- <qualified-type-def type-id='type-id-387' const='yes' id='type-id-3304'/>
- <qualified-type-def type-id='type-id-384' const='yes' id='type-id-3305'/>
- <qualified-type-def type-id='type-id-412' const='yes' id='type-id-3306'/>
- <qualified-type-def type-id='type-id-409' const='yes' id='type-id-3307'/>
- <pointer-type-def type-id='type-id-3271' size-in-bits='64' id='type-id-3273'/>
- <pointer-type-def type-id='type-id-3272' size-in-bits='64' id='type-id-3275'/>
- <qualified-type-def type-id='type-id-3271' const='yes' id='type-id-3308'/>
- <pointer-type-def type-id='type-id-3308' size-in-bits='64' id='type-id-3274'/>
- <pointer-type-def type-id='type-id-3276' size-in-bits='64' id='type-id-3278'/>
- <pointer-type-def type-id='type-id-3277' size-in-bits='64' id='type-id-3280'/>
- <qualified-type-def type-id='type-id-3276' const='yes' id='type-id-3309'/>
- <pointer-type-def type-id='type-id-3309' size-in-bits='64' id='type-id-3279'/>
- <pointer-type-def type-id='type-id-3281' size-in-bits='64' id='type-id-3283'/>
- <pointer-type-def type-id='type-id-3282' size-in-bits='64' id='type-id-3285'/>
- <qualified-type-def type-id='type-id-3281' const='yes' id='type-id-3310'/>
- <pointer-type-def type-id='type-id-3310' size-in-bits='64' id='type-id-3284'/>
- <pointer-type-def type-id='type-id-3286' size-in-bits='64' id='type-id-3288'/>
- <pointer-type-def type-id='type-id-3287' size-in-bits='64' id='type-id-3290'/>
- <qualified-type-def type-id='type-id-3286' const='yes' id='type-id-3311'/>
- <pointer-type-def type-id='type-id-3311' size-in-bits='64' id='type-id-3289'/>
- <pointer-type-def type-id='type-id-3291' size-in-bits='64' id='type-id-3293'/>
- <pointer-type-def type-id='type-id-3292' size-in-bits='64' id='type-id-3295'/>
- <qualified-type-def type-id='type-id-3291' const='yes' id='type-id-3312'/>
- <pointer-type-def type-id='type-id-3312' size-in-bits='64' id='type-id-3294'/>
- <pointer-type-def type-id='type-id-3296' size-in-bits='64' id='type-id-3298'/>
- <pointer-type-def type-id='type-id-3297' size-in-bits='64' id='type-id-3300'/>
- <qualified-type-def type-id='type-id-3296' const='yes' id='type-id-3313'/>
- <pointer-type-def type-id='type-id-3313' size-in-bits='64' id='type-id-3299'/>
+ <qualified-type-def type-id='type-id-387' const='yes' id='type-id-3301'/>
+ <qualified-type-def type-id='type-id-384' const='yes' id='type-id-3302'/>
+ <qualified-type-def type-id='type-id-412' const='yes' id='type-id-3303'/>
+ <qualified-type-def type-id='type-id-409' const='yes' id='type-id-3304'/>
+ <pointer-type-def type-id='type-id-3268' size-in-bits='64' id='type-id-3270'/>
+ <pointer-type-def type-id='type-id-3269' size-in-bits='64' id='type-id-3272'/>
+ <qualified-type-def type-id='type-id-3268' const='yes' id='type-id-3305'/>
+ <pointer-type-def type-id='type-id-3305' size-in-bits='64' id='type-id-3271'/>
+ <pointer-type-def type-id='type-id-3273' size-in-bits='64' id='type-id-3275'/>
+ <pointer-type-def type-id='type-id-3274' size-in-bits='64' id='type-id-3277'/>
+ <qualified-type-def type-id='type-id-3273' const='yes' id='type-id-3306'/>
+ <pointer-type-def type-id='type-id-3306' size-in-bits='64' id='type-id-3276'/>
+ <pointer-type-def type-id='type-id-3278' size-in-bits='64' id='type-id-3280'/>
+ <pointer-type-def type-id='type-id-3279' size-in-bits='64' id='type-id-3282'/>
+ <qualified-type-def type-id='type-id-3278' const='yes' id='type-id-3307'/>
+ <pointer-type-def type-id='type-id-3307' size-in-bits='64' id='type-id-3281'/>
+ <pointer-type-def type-id='type-id-3283' size-in-bits='64' id='type-id-3285'/>
+ <pointer-type-def type-id='type-id-3284' size-in-bits='64' id='type-id-3287'/>
+ <qualified-type-def type-id='type-id-3283' const='yes' id='type-id-3308'/>
+ <pointer-type-def type-id='type-id-3308' size-in-bits='64' id='type-id-3286'/>
+ <pointer-type-def type-id='type-id-3288' size-in-bits='64' id='type-id-3290'/>
+ <pointer-type-def type-id='type-id-3289' size-in-bits='64' id='type-id-3292'/>
+ <qualified-type-def type-id='type-id-3288' const='yes' id='type-id-3309'/>
+ <pointer-type-def type-id='type-id-3309' size-in-bits='64' id='type-id-3291'/>
+ <pointer-type-def type-id='type-id-3293' size-in-bits='64' id='type-id-3295'/>
+ <pointer-type-def type-id='type-id-3294' size-in-bits='64' id='type-id-3297'/>
+ <qualified-type-def type-id='type-id-3293' const='yes' id='type-id-3310'/>
+ <pointer-type-def type-id='type-id-3310' size-in-bits='64' id='type-id-3296'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++11/string-inst.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++11' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-779'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-778'>
<member-type access='public'>
- <typedef-decl name='iterator_category' type-id='type-id-447' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='152' column='1' id='type-id-3314'/>
+ <typedef-decl name='iterator_category' type-id='type-id-447' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='152' column='1' id='type-id-3311'/>
</member-type>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-441' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='154' column='1' id='type-id-207'/>
</member-type>
</class-decl>
<function-decl name='__iterator_category<__gnu_cxx::__normal_iterator<char*, std::basic_string<char> > >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2343'/>
- <return type-id='type-id-3314'/>
+ <parameter type-id='type-id-2340'/>
+ <return type-id='type-id-3311'/>
</function-decl>
<function-decl name='__distance<__gnu_cxx::__normal_iterator<char*, std::basic_string<char> > >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_funcs.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-160'/>
<parameter type-id='type-id-160'/>
- <parameter type-id='type-id-784'/>
+ <parameter type-id='type-id-783'/>
<return type-id='type-id-207'/>
</function-decl>
<function-decl name='distance<__gnu_cxx::__normal_iterator<char*, std::basic_string<char> > >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_funcs.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-181'/>
<return type-id='type-id-146'/>
</function-decl>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-780'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-779'>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-454' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='154' column='1' id='type-id-195'/>
</member-type>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator!=<char*, std::basic_string<char> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='825' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2343'/>
- <parameter type-id='type-id-2343'/>
+ <parameter type-id='type-id-2340'/>
+ <parameter type-id='type-id-2340'/>
<return type-id='type-id-23'/>
</function-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-177' const='yes' id='type-id-3315'/>
- <qualified-type-def type-id='type-id-147' const='yes' id='type-id-3316'/>
- <qualified-type-def type-id='type-id-154' const='yes' id='type-id-3317'/>
+ <qualified-type-def type-id='type-id-177' const='yes' id='type-id-3312'/>
+ <qualified-type-def type-id='type-id-147' const='yes' id='type-id-3313'/>
+ <qualified-type-def type-id='type-id-154' const='yes' id='type-id-3314'/>
</abi-instr>
<abi-instr version='1.0' address-size='64' path='../../../.././libstdc++-v3/src/c++11/wstring-inst.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/src/c++11' language='LANG_C_plus_plus'>
<namespace-decl name='std'>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-782'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-781'>
<member-type access='public'>
- <typedef-decl name='iterator_category' type-id='type-id-478' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='152' column='1' id='type-id-3318'/>
+ <typedef-decl name='iterator_category' type-id='type-id-478' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='152' column='1' id='type-id-3315'/>
</member-type>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-472' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='154' column='1' id='type-id-273'/>
</member-type>
</class-decl>
<function-decl name='__iterator_category<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t> > >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='202' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2557'/>
- <return type-id='type-id-3318'/>
+ <parameter type-id='type-id-2554'/>
+ <return type-id='type-id-3315'/>
</function-decl>
<function-decl name='__distance<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t> > >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_funcs.h' line='90' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-229'/>
<parameter type-id='type-id-229'/>
- <parameter type-id='type-id-784'/>
+ <parameter type-id='type-id-783'/>
<return type-id='type-id-273'/>
</function-decl>
<function-decl name='distance<__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t> > >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_funcs.h' line='114' column='1' visibility='default' binding='global' size-in-bits='64'>
<parameter type-id='type-id-250'/>
<return type-id='type-id-216'/>
</function-decl>
- <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-781'>
+ <class-decl name='__iterator_traits<__gnu_cxx::__normal_iterator<const wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, true>' size-in-bits='8' is-struct='yes' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='150' column='1' id='type-id-780'>
<member-type access='public'>
<typedef-decl name='difference_type' type-id='type-id-485' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator_base_types.h' line='154' column='1' id='type-id-261'/>
</member-type>
<return type-id='type-id-23'/>
</function-decl>
<function-decl name='operator!=<wchar_t*, std::basic_string<wchar_t> >' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_iterator.h' line='825' column='1' visibility='default' binding='global' size-in-bits='64'>
- <parameter type-id='type-id-2557'/>
- <parameter type-id='type-id-2557'/>
+ <parameter type-id='type-id-2554'/>
+ <parameter type-id='type-id-2554'/>
<return type-id='type-id-23'/>
</function-decl>
</namespace-decl>
- <qualified-type-def type-id='type-id-245' const='yes' id='type-id-3319'/>
- <qualified-type-def type-id='type-id-217' const='yes' id='type-id-3320'/>
- <qualified-type-def type-id='type-id-223' const='yes' id='type-id-3321'/>
+ <qualified-type-def type-id='type-id-245' const='yes' id='type-id-3316'/>
+ <qualified-type-def type-id='type-id-217' const='yes' id='type-id-3317'/>
+ <qualified-type-def type-id='type-id-223' const='yes' id='type-id-3318'/>
</abi-instr>
</abi-corpus>